@charset "UTF-8";
/* ====================
1. CSS RESET - MEYERWEB 
==================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../scss/partials/_reset.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../scss/partials/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../scss/partials/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../scss/partials/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../scss/partials/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../scss/partials/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../scss/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* ====================
2. BOURBON BITTERS STYLES
==================== */
/* line 1, ../scss/vendor/bitters/_buttons.scss */
a.button,
button,
input[type="submit"] {
  appearance: none;
  background-color: white;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Arial";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 23, ../scss/vendor/bitters/_buttons.scss */
a.button:hover, a.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #cccccc;
  color: #fff;
}
/* line 29, ../scss/vendor/bitters/_buttons.scss */
a.button:disabled,
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/* line 33, ../scss/vendor/bitters/_buttons.scss */
a.button:disabled:hover,
button:disabled:hover,
input[type="submit"]:disabled:hover {
  background-color: white;
}

/* line 1, ../scss/vendor/bitters/_forms.scss */
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 8, ../scss/vendor/bitters/_forms.scss */
legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

/* line 14, ../scss/vendor/bitters/_forms.scss */
label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

/* line 20, ../scss/vendor/bitters/_forms.scss */
input,
select,
textarea {
  display: block;
  font-family: "Arial";
  font-size: 1em;
}

/* line 28, ../scss/vendor/bitters/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #DDD;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
/* line 40, ../scss/vendor/bitters/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: #b1b1b1;
}
/* line 44, ../scss/vendor/bitters/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: white;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(242, 242, 242, 0.7);
  outline: none;
}
/* line 50, ../scss/vendor/bitters/_forms.scss */
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
/* line 54, ../scss/vendor/bitters/_forms.scss */
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #DDD;
}

/* line 60, ../scss/vendor/bitters/_forms.scss */
textarea {
  resize: vertical;
}

/* line 64, ../scss/vendor/bitters/_forms.scss */
[type="search"] {
  appearance: none;
}

/* line 68, ../scss/vendor/bitters/_forms.scss */
[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 74, ../scss/vendor/bitters/_forms.scss */
[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

/* line 79, ../scss/vendor/bitters/_forms.scss */
select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto;
}

/* line 1, ../scss/vendor/bitters/_layout.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../scss/vendor/bitters/_layout.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 1, ../scss/vendor/bitters/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 8, ../scss/vendor/bitters/_lists.scss */
dl {
  margin: 0;
}

/* line 12, ../scss/vendor/bitters/_lists.scss */
dt {
  font-weight: 600;
  margin: 0;
}

/* line 17, ../scss/vendor/bitters/_lists.scss */
dd {
  margin: 0;
}

/* line 1, ../scss/vendor/bitters/_media.scss */
figure {
  margin: 0;
}

/* line 5, ../scss/vendor/bitters/_media.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 1, ../scss/vendor/bitters/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, ../scss/vendor/bitters/_tables.scss */
th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

/* line 15, ../scss/vendor/bitters/_tables.scss */
td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

/* line 20, ../scss/vendor/bitters/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, ../scss/vendor/bitters/_typography.scss */
body {
  color: #333;
  font-family: "Arial";
  font-size: 1em;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}

/* line 9, ../scss/vendor/bitters/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial";
  font-size: 1.333em;
  line-height: 1.25em;
  margin: 0 0 0.75em;
}

/* line 21, ../scss/vendor/bitters/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 25, ../scss/vendor/bitters/_typography.scss */
a {
  color: white;
  text-decoration: none;
  transition: color 150ms ease;
}
/* line 30, ../scss/vendor/bitters/_typography.scss */
a:active, a:focus, a:hover {
  color: #bfbfbf;
}

/* line 37, ../scss/vendor/bitters/_typography.scss */
hr {
  border-bottom: 1px solid #DDD;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/* line 45, ../scss/vendor/bitters/_typography.scss */
img {
  margin: 0;
  max-width: 100%;
}

.logo img {
height:auto !important;
}

/* line 50, ../scss/vendor/bitters/_typography.scss */
blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
  line-height: 1.5em;
}

/* line 58, ../scss/vendor/bitters/_typography.scss */
cite {
  color: #737373;
  font-style: italic;
}
/* line 62, ../scss/vendor/bitters/_typography.scss */
cite:before {
  content: '\2014 \00A0';
}

/* ====================
2. PARTIAL SCSS FILES
==================== */
/* ====================
3. OWL CAROUSEL + FLEXSLIDER STYLES 
==================== */
/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 4, ../scss/partials/owl-flexslider.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 10, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 13, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 16, ../scss/partials/owl-flexslider.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 43, ../scss/partials/owl-flexslider.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 54, ../scss/partials/owl-flexslider.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 62, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 66, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 74, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 80, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 91, ../scss/partials/owl-flexslider.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 94, ../scss/partials/owl-flexslider.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 98, ../scss/partials/owl-flexslider.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 101, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 104, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 116, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 121, ../scss/partials/owl-flexslider.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 127, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 134, ../scss/partials/owl-flexslider.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 137, ../scss/partials/owl-flexslider.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 142, ../scss/partials/owl-flexslider.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 149, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 157, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 164, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 169, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 187, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 194, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 198, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 213, ../scss/partials/owl-flexslider.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 233, ../scss/partials/owl-flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 237, ../scss/partials/owl-flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
/* line 257, ../scss/partials/owl-flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 258, ../scss/partials/owl-flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 259, ../scss/partials/owl-flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 260, ../scss/partials/owl-flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 263, ../scss/partials/owl-flexslider.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 264, ../scss/partials/owl-flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 265, ../scss/partials/owl-flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 270, ../scss/partials/owl-flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 274, ../scss/partials/owl-flexslider.scss */
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}

/* line 275, ../scss/partials/owl-flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 276, ../scss/partials/owl-flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 277, ../scss/partials/owl-flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 278, ../scss/partials/owl-flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 281, ../scss/partials/owl-flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 282, ../scss/partials/owl-flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 283, ../scss/partials/owl-flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 284, ../scss/partials/owl-flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 285, ../scss/partials/owl-flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 286, ../scss/partials/owl-flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 287, ../scss/partials/owl-flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 288, ../scss/partials/owl-flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 289, ../scss/partials/owl-flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}

/* line 290, ../scss/partials/owl-flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
/* line 293, ../scss/partials/owl-flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 294, ../scss/partials/owl-flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 295, ../scss/partials/owl-flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 296, ../scss/partials/owl-flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
/* line 299, ../scss/partials/owl-flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}

/* line 300, ../scss/partials/owl-flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 301, ../scss/partials/owl-flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 302, ../scss/partials/owl-flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 303, ../scss/partials/owl-flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 305, ../scss/partials/owl-flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 306, ../scss/partials/owl-flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 307, ../scss/partials/owl-flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 308, ../scss/partials/owl-flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 309, ../scss/partials/owl-flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
	h2 {
		font-size:.9em;
	}
	#section-intro p {
		font-size:.7em;
		line-height:1.2em;
	}
	#section-about img {
		margin-left: 30px;
		margin-top:20px;
	}
  /* line 312, ../scss/partials/owl-flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 313, ../scss/partials/owl-flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* 
 * 	Default theme - Owl Carousel CSS File
 */
/* line 4, ../scss/partials/_owl-theme.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 9, ../scss/partials/_owl-theme.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 21, ../scss/partials/_owl-theme.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}

/* line 26, ../scss/partials/_owl-theme.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 30, ../scss/partials/_owl-theme.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 33, ../scss/partials/_owl-theme.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 37, ../scss/partials/_owl-theme.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 42, ../scss/partials/_owl-theme.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 58, ../scss/partials/_owl-theme.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* ====================
4. TEMPLATE GLOBAL STYLES 
==================== */
/* typography */
/* line 3, ../scss/partials/_globals.scss */
body {
  font-family: 'Helvetica', sans-serif;
  color: white;
  background: url(../img/wood.jpg);
}

/* line 9, ../scss/partials/_globals.scss */
h1, h2, h3, h4, h5 {
  font-family: 'Helvetica', sans-serif;
  text-transform: uppercase;
}

/* line 14, ../scss/partials/_globals.scss */
p.lead {
  font-size: 1.25em;
  opacity: .5;
  padding: .8em 0 0 0;
}

/* line 20, ../scss/partials/_globals.scss */
blockquote {
  font-style: italic;
  color: #b3b3b3;
  font-size: 1.1em;
  border-left: solid 3px #d9d9d9;
}

/* line 27, ../scss/partials/_globals.scss */
a {
  color: white;
}
/* line 30, ../scss/partials/_globals.scss */
a:hover {
  color: #f2f2f2;
}

/* line 35, ../scss/partials/_globals.scss */
input,
textarea,
button {
  font-family: 'Helvetica', sans-serif !important;
}

/* line 41, ../scss/partials/_globals.scss */
input[type="text"],
input[type="email"],
textarea {
  color: #999999;
  border: solid 2px #ebebeb !important;
  box-shadow: none !important;
}
/* line 4, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
/* line 4, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
}
/* line 4, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bfbfbf;
}
/* line 4, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
/* line 52, ../scss/partials/_globals.scss */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: solid 2px #cccccc !important;
}

/* layout */
/* line 58, ../scss/partials/_globals.scss */
.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 .5em;
text-align: center;
  
}
/* line 20, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.container::after {
  clear: both;
  content: "";
  display: table;
}

/* line 63, ../scss/partials/_globals.scss */
html, body, section.intro, .split, .split-text {
  height: 100%;
}

/* line 67, ../scss/partials/_globals.scss */
section {
  padding: 3em 0 3em;
  position: relative;
}

/* parallax backgrounds */
/* line 73, ../scss/partials/_globals.scss */
.image-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  z-index: -200;
}

/* line 83, ../scss/partials/_globals.scss */
.color-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.7;
  z-index: -100;
}

/* title section */
/* line 95, ../scss/partials/_globals.scss */
.title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
}
/* line 100, ../scss/partials/_globals.scss */
.title h2 {
  font-weight: bold;
  font-size: 2em;
}
/* line 105, ../scss/partials/_globals.scss */
.title hr {
  border: solid 2px rgba(0, 0, 0, 0.1);
  margin: 1em auto 1.5em;
}
/* line 109, ../scss/partials/_globals.scss */
.title hr.small {
  width: 50px;
}
/* line 114, ../scss/partials/_globals.scss */
.title p {
  opacity: 0.5;
  font-size: 1.25em;
}

/* buttons */
/* line 121, ../scss/partials/_globals.scss */
a.button.alt,
a.button.large.alt {
  background: #f39c12;
}
/* line 125, ../scss/partials/_globals.scss */
a.button.alt:hover,
a.button.large.alt:hover {
  background: #f5ac39;
}

/* line 130, ../scss/partials/_globals.scss */
a.button.large {
  background: white;
  text-transform: uppercase;
  margin-top: 1em;
  padding: 1em 2em;
}
/* line 136, ../scss/partials/_globals.scss */
a.button.large:hover {
  background: white;
}

/* owl carousel styles */
/* line 142, ../scss/partials/_globals.scss */
.owl-theme .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
}

/* line 147, ../scss/partials/_globals.scss */
.owl-theme .owl-nav [class*='owl-'] {
  padding: .5em 1em;
}

/* line 151, ../scss/partials/_globals.scss */
.owl-carousel {
  cursor: move;
}

/* flexslider */
/* line 156, ../scss/partials/_globals.scss */
.flexslider {
  margin: 0;
}

/* line 160, ../scss/partials/_globals.scss */
.flex-control-nav {
  bottom: 0;
  z-index: 100;
}
/* line 164, ../scss/partials/_globals.scss */
.flex-control-nav li a {
  background: white;
  opacity: 0.5;
  height: 14px;
  width: 14px;
  box-shadow: none;
}
/* line 171, ../scss/partials/_globals.scss */
.flex-control-nav li a:hover {
  opacity: 0.7;
}
/* line 175, ../scss/partials/_globals.scss */
.flex-control-nav li a.flex-active {
  background: white;
  opacity: 1;
}

/* line 182, ../scss/partials/_globals.scss */
.flex-direction-nav a {
  height: 52px;
  width: 52px;
  top: 45%;
  font-weight: bold;
  box-shadow: none;
  text-shadow: none;
  color: white;
}
/* line 191, ../scss/partials/_globals.scss */
.flex-direction-nav a:before {
  font-family: 'Fontawesome';
  font-size: 3em;
  display: inline-block;
  content: '\f104';
}
/* line 198, ../scss/partials/_globals.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}

/* ====================
 5. HEADER 
==================== */
/* line 4, ../scss/partials/_header.scss */
header.navigation.headroom--unpinned {
  transform: translateY(-100%);
}
/* line 7, ../scss/partials/_header.scss */
header.navigation.headroom--pinned {
  transform: translateY(0%);
}
/* line 22, ../scss/partials/_header.scss */
header.navigation.headroom {
  position: fixed;
  border-bottom: 0px solid #e6e6e6;
  height: 10em;
  width: 100%;
  z-index: 999;
  transition: transform 200ms linear;
}
/* line 30, ../scss/partials/_header.scss */
header.navigation.headroom .nav-bg {
  max-height: 5em;
  box-shadow: 0 5px 45px black;
  background-color: #ff9900;
  background: url(../img/wood.jpg);
  background-size: 560px;
}
/* line 38, ../scss/partials/_header.scss */
header.navigation.headroom .navigation-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9999;
}
/* line 20, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
header.navigation.headroom .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
/* line 20, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
header.navigation.headroom .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
/* line 45, ../scss/partials/_header.scss */
header.navigation.headroom .logo {
  float: left;
  max-height: 5em;
  padding-left: 1em;
  padding-right: 2em;
  max-height: 13em;
  padding-left: 2em;
  padding-right: 3em;
  box-shadow: 0 5px 45px black;
  background-size: 1460px;
  background-position-x: -890px;
  background: white;
}
/* line 60, ../scss/partials/_header.scss */
header.navigation.headroom .logo img {
  max-height: 8em;
  padding: 1.7em 0;
  padding: 2em 0;
}
/* line 70, ../scss/partials/_header.scss */
header.navigation.headroom .navigation-menu-button {
  color: white;
  display: block;
  float: right;
  font-family: "Arial";
  font-weight: 700;
  line-height: 5em;
  margin: 0;
  padding-right: 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 53.75em) {
  /* line 70, ../scss/partials/_header.scss */
  header.navigation.headroom .navigation-menu-button {
    display: none;
  }
}
/* line 85, ../scss/partials/_header.scss */
header.navigation.headroom .navigation-menu-button:hover {
  color: #ff9900;
}
/* line 93, ../scss/partials/_header.scss */
header.navigation.headroom .nav {
  z-index: 9999999;
  float: none;
}
@media screen and (min-width: 53.75em) {
  /* line 93, ../scss/partials/_header.scss */
  header.navigation.headroom .nav {
    float: right;
  }
}
/* line 102, ../scss/partials/_header.scss */
header.navigation.headroom ul#navigation-menu {
  -webkit-transform-style: preserve-3d;
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 53.75em) {
  /* line 102, ../scss/partials/_header.scss */
  header.navigation.headroom ul#navigation-menu {
    display: inline;
    margin: 0;
    padding: 0;
  }
}
/* line 123, ../scss/partials/_header.scss */
header.navigation.headroom ul li.nav-link {
  background: #f2f2f2;
  display: block;
  line-height: 5em;
  overflow: hidden;
  padding-left: 2em;
  text-align: right;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 53.75em) {
  /* line 123, ../scss/partials/_header.scss */
  header.navigation.headroom ul li.nav-link {
    padding-left: 0;
    text-align: center;
    background: url(../img/wood.jpg);
    border-bottom: solid 1px #e6e6e6;
  }
}
@media screen and (min-width: 53.75em) {
  /* line 123, ../scss/partials/_header.scss */
  header.navigation.headroom ul li.nav-link {
    background: transparent;
    display: inline;
    line-height: 5em;
    text-decoration: none;
    width: auto;
  }
}
/* line 150, ../scss/partials/_header.scss */
header.navigation.headroom ul li.nav-link.active a {
  color: white;
}
/* line 154, ../scss/partials/_header.scss */
header.navigation.headroom ul li.nav-link a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  color: white;
}
@media screen and (min-width: 53.75em) {
  /* line 154, ../scss/partials/_header.scss */
  header.navigation.headroom ul li.nav-link a {
    padding-right: 1em;
  }
}
/* line 164, ../scss/partials/_header.scss */
header.navigation.headroom ul li.nav-link a:hover {
  color: #ff9900;
}
@media screen and (max-width: 53.75em) {
  /* line 154, ../scss/partials/_header.scss */
  header.navigation.headroom ul li.nav-link a {
    display: block;
  }
}
/* line 177, ../scss/partials/_header.scss */
header.navigation li.more.nav-link {
  padding-right: 0;
}
@media screen and (min-width: 53.75em) {
  /* line 177, ../scss/partials/_header.scss */
  header.navigation li.more.nav-link {
    padding-right: 1em;
  }
}
/* line 184, ../scss/partials/_header.scss */
header.navigation li.more.nav-link > ul > li:first-child a {
  padding-top: 1em;
}
/* line 188, ../scss/partials/_header.scss */
header.navigation li.more.nav-link a {
  margin-right: 1em;
}
@media screen and (max-width: 53.75em) {
  /* line 188, ../scss/partials/_header.scss */
  header.navigation li.more.nav-link a {
    margin-right: 0;
    padding: 0;
    text-align: center;
  }
}
/* line 198, ../scss/partials/_header.scss */
header.navigation li.more.nav-link > a {
  padding-right: 0.6em;
}
/* line 202, ../scss/partials/_header.scss */
header.navigation li.more.nav-link > a:after {
  position: absolute;
  top: auto;
  right: -0.4em;
  bottom: auto;
  left: auto;
  content: '\25BE';
  color: white;
}
/* line 209, ../scss/partials/_header.scss */
header.navigation li.more {
  overflow: visible;
  padding-right: 0;
}
/* line 213, ../scss/partials/_header.scss */
header.navigation li.more a {
  padding-right: .8em;
}
/* line 217, ../scss/partials/_header.scss */
header.navigation li.more > a {
  padding-right: 1.6em;
  position: relative;
}
@media screen and (min-width: 53.75em) {
  /* line 217, ../scss/partials/_header.scss */
  header.navigation li.more > a {
    margin-right: 1em;
  }
}
/* line 225, ../scss/partials/_header.scss */
header.navigation li.more > a:after {
  content: '›';
  font-size: 1.2em;
  position: absolute;
  right: 0.5em;
}
/* line 233, ../scss/partials/_header.scss */
header.navigation li.more:hover > .submenu {
  display: block;
}
@media screen and (min-width: 53.75em) {
  /* line 209, ../scss/partials/_header.scss */
  header.navigation li.more {
    padding-right: .8em;
    position: relative;
  }
}
/* line 243, ../scss/partials/_header.scss */
header.navigation ul.submenu {
  display: none;
  padding-left: 0;
}
@media screen and (min-width: 53.75em) {
  /* line 243, ../scss/partials/_header.scss */
  header.navigation ul.submenu {
    position: absolute;
    top: 2.5em;
    left: 0;
  }
}
@media screen and (min-width: 53.75em) {
  /* line 253, ../scss/partials/_header.scss */
  header.navigation ul.submenu .submenu {
    left: 11.8em;
    top: 0;
  }
}
/* line 260, ../scss/partials/_header.scss */
header.navigation ul.submenu li {
  display: block;
  padding-right: 0;
}
@media screen and (max-width: 53.75em) {
  /* line 260, ../scss/partials/_header.scss */
  header.navigation ul.submenu li {
    padding-left: 0;
    text-align: center;
    border-bottom: solid 1px #dedede;
  }
}
@media screen and (min-width: 53.75em) {
  /* line 260, ../scss/partials/_header.scss */
  header.navigation ul.submenu li {
    line-height: 3.5em;
  }
  /* line 273, ../scss/partials/_header.scss */
  header.navigation ul.submenu li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  /* line 278, ../scss/partials/_header.scss */
  header.navigation ul.submenu li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: 1.2em;
  }
}
/* line 285, ../scss/partials/_header.scss */
header.navigation ul.submenu li a {
  background-color: #ebebeb;
  display: inline-block;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 53.75em) {
  /* line 285, ../scss/partials/_header.scss */
  header.navigation ul.submenu li a {
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 53.75em) {
  /* line 285, ../scss/partials/_header.scss */
  header.navigation ul.submenu li a {
    background-color: #f2f2f2;
    padding-left: 1em;
    text-align: left;
    width: 12em;
  }
}

/* ====================
6. INTRO SECTION
==================== */
/* line 2, ../scss/partials/_intro.scss */
section.intro {
  padding: 0;
  color: white;
  text-transform: uppercase;
}
/* line 7, ../scss/partials/_intro.scss */
section.intro .image-bg {
  /*background: url("../img/splash copy.jpg") 80% 0 no-repeat;*/
  background: url("../img/iheartboba-vietnam.jpg") 80% 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 30em) {
  /* line 13, ../scss/partials/_intro.scss */
  section.intro .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 30em) {
  /* line 13, ../scss/partials/_intro.scss */
  section.intro .container {
    padding-top: 8em;
  }
}
/* line 25, ../scss/partials/_intro.scss */
section.intro h1 {
  text-align: center;
  color: white;
  padding-bottom: .5em;
}
/* line 30, ../scss/partials/_intro.scss */
section.intro h1 img {
  max-width: 50%;
}
/* line 35, ../scss/partials/_intro.scss */
section.intro h3 {
  text-align: center;
  font-size: 1.2em;
  padding: 0 20%;
}
/* line 41, ../scss/partials/_intro.scss */
section.intro a.jump-down {
  position: absolute;
  bottom: 4em;
  left: 20%;
  right: 20%;
  margin: 2em auto 0;
  display: block;
  width: 4em;
  text-align: center;
}
/* line 51, ../scss/partials/_intro.scss */
section.intro a.jump-down i {
  color: white;
  opacity: 0.5;
  font-size: 3.5em;
  text-align: center;
  transition: opacity 0.2s;
}
/* line 58, ../scss/partials/_intro.scss */
section.intro a.jump-down i:hover {
  opacity: 1;
}

section.intro .feature {
	background: url(../img/wood.jpg);
	    padding: 40px;
	    display: inline-block;
	    margin: 0 auto;
	    color: white;
	    text-align: center;
	    cursor: pointer;
	    font-size: 1.8em;
	    font-weight: bold;
	    line-height: 1.3em;
	    border-radius: 60px;
	    box-shadow:0 5px 45px black;
		
}

/* ====================
7. FEATURES SECTION
==================== */
/* line 4, ../scss/partials/_features.scss */
.locations #map-container-pro {
  color: #333;
}
/* line 9, ../scss/partials/_features.scss */
.locations .feature-item {
  margin: 1em 0 0 0;
  text-align: center;
  padding: 2em 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 53.75em) {
  /* line 9, ../scss/partials/_features.scss */
  .locations .feature-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  .locations .feature-item:last-child {
    margin-right: 0;
  }
  /* line 78, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  .locations .feature-item:nth-child(3n) {
    margin-right: 0;
  }
  /* line 83, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  .locations .feature-item:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 53.75em) {
  /* line 9, ../scss/partials/_features.scss */
  .locations .feature-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  .locations .feature-item:last-child {
    margin-right: 0;
  }
  /* line 78, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  .locations .feature-item:nth-child(2n) {
    margin-right: 0;
  }
  /* line 83, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  .locations .feature-item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 30em) {
  /* line 9, ../scss/partials/_features.scss */
  .locations .feature-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  .locations .feature-item:last-child {
    margin-right: 0;
  }
  /* line 78, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  .locations .feature-item:nth-child(1n) {
    margin-right: 0;
  }
  /* line 83, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  .locations .feature-item:nth-child(1n+1) {
    clear: left;
  }
}
/* line 32, ../scss/partials/_features.scss */
.locations .feature-item h4 {
  text-transform: uppercase;
  font-size: 1.3em;
  padding-bottom: .5em;
}
/* line 37, ../scss/partials/_features.scss */
.locations .feature-item h2 {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold;
}
/* line 43, ../scss/partials/_features.scss */
.locations .feature-item p {
  color: gray;
}
/* line 47, ../scss/partials/_features.scss */
.locations .feature-item i {
  font-size: 4em;
  color: #cccccc;
  margin-bottom: .3em;
  transition: color .2s;
}
/* line 54, ../scss/partials/_features.scss */
.locations .feature-item:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ff9900;
}

/* ====================
8. NEWSLETTER SECTION
==================== */
/* ====================
9. SHOWCASE SECTION
==================== */
/* line 2, ../scss/partials/_showcase.scss */
#section-showcase {
  padding: 6em 0 5em;
  background-color: rgba(255, 255, 255, 0.3);
  background: url(../img/184320926.jpg);
  background-size: cover;
  color: black;
}
/* line 8, ../scss/partials/_showcase.scss */
#section-showcase .title {
  color: #333;
}
/* line 11, ../scss/partials/_showcase.scss */
#section-showcase #menu-holder {
  display: block;
}
/* line 13, ../scss/partials/_showcase.scss */
#section-showcase #menu-holder ul {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 0 0 0;
  text-align: center;
  padding-bottom: 2.5em;
}
/* line 15, ../scss/partials/_showcase.scss */
#section-showcase #menu-holder ul h2 {
  font-weight: bold;
  color: white;
  margin: 0;
  margin: 1em;
  background-color: #555;
  background: url(../img/wood.jpg);
  background-size: 560px;
  padding: .5em;
}
@media screen and (min-width: 53.75em) {
  /* line 13, ../scss/partials/_showcase.scss */
  #section-showcase #menu-holder ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  #section-showcase #menu-holder ul:last-child {
    margin-right: 0;
  }
  /* line 78, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  #section-showcase #menu-holder ul:nth-child(3n) {
    margin-right: 0;
  }
  /* line 83, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  #section-showcase #menu-holder ul:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 53.75em) {
  /* line 13, ../scss/partials/_showcase.scss */
  #section-showcase #menu-holder ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  #section-showcase #menu-holder ul:last-child {
    margin-right: 0;
  }
  /* line 78, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  #section-showcase #menu-holder ul:nth-child(2n) {
    margin-right: 0;
  }
  /* line 83, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  #section-showcase #menu-holder ul:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 30em) {
  /* line 13, ../scss/partials/_showcase.scss */
  #section-showcase #menu-holder ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  #section-showcase #menu-holder ul:last-child {
    margin-right: 0;
  }
  /* line 78, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  #section-showcase #menu-holder ul:nth-child(1n) {
    margin-right: 0;
  }
  /* line 83, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  #section-showcase #menu-holder ul:nth-child(1n+1) {
    clear: left;
  }
}

/* ====================
10. QUOTE / TESTIMONIALS
==================== */
/* ====================
11. BLOG SECTION
==================== */
/* ====================
12. CONTACT SECTION
==================== */
/* line 2, ../scss/partials/_about.scss */
#section-about {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 4, ../scss/partials/_about.scss */
#section-about h3 {
  font-size: 1.5em;
  font-weight: bold;
}
/* line 9, ../scss/partials/_about.scss */
#section-about .split-media, #section-about .split-text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}
/* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
#section-about .split-media:last-child, #section-about .split-text:last-child {
  margin-right: 0;
}
/* line 78, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
#section-about .split-media:nth-child(2n), #section-about .split-text:nth-child(2n) {
  margin-right: 0;
}
/* line 83, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
#section-about .split-media:nth-child(2n+1), #section-about .split-text:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 53.75em) {
  /* line 9, ../scss/partials/_about.scss */
  #section-about .split-media, #section-about .split-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 0em;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  #section-about .split-media:last-child, #section-about .split-text:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 30em) {
  /* line 9, ../scss/partials/_about.scss */
  #section-about .split-media, #section-about .split-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 0em;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  #section-about .split-media:last-child, #section-about .split-text:last-child {
    margin-right: 0;
  }
  /* line 78, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  #section-about .split-media:nth-child(1n), #section-about .split-text:nth-child(1n) {
    margin-right: 0;
  }
  /* line 83, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  #section-about .split-media:nth-child(1n+1), #section-about .split-text:nth-child(1n+1) {
    clear: left;
  }
}
/* line 27, ../scss/partials/_about.scss */
#section-about .split-text {
  line-height: 1.5em;
  font-size: 1.2em;
  color: #fff;
  padding: 2em;
  margin-top: 1em;
  margin-left: 8.5298%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
#section-about .split-text:last-child {
  margin-right: 0;
}
@media screen and (max-width: 53.75em) {
  /* line 27, ../scss/partials/_about.scss */
  #section-about .split-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 0em;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  #section-about .split-text:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 30em) {
  /* line 27, ../scss/partials/_about.scss */
  #section-about .split-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 0em;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  #section-about .split-text:last-child {
    margin-right: 0;
  }
  /* line 78, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  #section-about .split-text:nth-child(1n) {
    margin-right: 0;
  }
  /* line 83, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_omega.scss */
  #section-about .split-text:nth-child(1n+1) {
    clear: left;
  }
}

/* ====================
13. FOOTER
==================== */
/* line 2, ../scss/partials/_footer.scss */
footer.footer {
  padding-top: 1em;
}
/* line 9, ../scss/partials/_footer.scss */
footer.footer p.copyright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
  padding: 2em 0;
  color: white;
  margin-bottom: 0;
}
@media screen and (max-width: 37.5em) {
  /* line 9, ../scss/partials/_footer.scss */
  footer.footer p.copyright {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
    padding: 2em 0 0;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  footer.footer p.copyright:last-child {
    margin-right: 0;
  }
}
/* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
footer.footer p.copyright:last-child {
  margin-right: 0;
}
/* line 26, ../scss/partials/_footer.scss */
footer.footer ul.social {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: right;
  text-align: right;
  margin: 2em auto;
}
@media screen and (max-width: 37.5em) {
  /* line 26, ../scss/partials/_footer.scss */
  footer.footer ul.social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  /* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
  footer.footer ul.social:last-child {
    margin-right: 0;
  }
}
/* line 89, /Users/matthewmorris/Desktop/personal/iheartboba/themeforest-8646432-neat-one-page-html5-with-sass-bourbon-neat/website files/node_modules/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss */
footer.footer ul.social:last-child {
  margin-right: 0;
}
/* line 40, ../scss/partials/_footer.scss */
footer.footer ul.social li {
  display: inline-block;
  text-align: center;
  list-style: none;
  color: #cccccc;
  transition: all 0.2s;
}
/* line 47, ../scss/partials/_footer.scss */
footer.footer ul.social li a {
  font-size: 1.3em;
  padding: 0 0 0 1.2em;
  color: #cccccc;
}
/* line 52, ../scss/partials/_footer.scss */
footer.footer ul.social li a:hover {
  color: white;
}

/* ====================
14. USER CUSTOMISATION 
==================== */

/*# sourceMappingURL=main.css.map */
