/*
Theme Name: Hurricane Duo
Theme URI: http://hurricaneduo.com.au
Description: Theme custom designed by Noosa Websites
Author: <a href="http://noosawebsites.com.au/">Noosa Websites</a>
Author URI: http://noosawebsites.com.au
Version: 1
*/
/* line 31, sass/_setup.scss */
.annimate, a, a:hover, #header .title h1 a span, div.layout, a.shipping-calculator-button,
input.button,
button,
a.button,
a.remove,
input[type="submit"] {
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* line 34, sass/_setup.scss */
.annimate_fast {
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

/* line 37, sass/_setup.scss */
.trans_zoom {
  zoom: 1;
}

/* line 41, sass/_setup.scss */
.inner, .sub_inner, ul.columns, ul.columns li.column .column, div.layout, .ginput_complex, ul.gform_fields li.gfield {
  *zoom: 1;
}
/* line 38, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/utilities/general/_clearfix.scss */
.inner:after, .sub_inner:after, ul.columns:after, ul.columns li.column .column:after, div.layout:after, .ginput_complex:after, ul.gform_fields li.gfield:after {
  content: "";
  display: table;
  clear: both;
}

/* line 45, sass/_setup.scss */
ul.columns li.column .thumbnail a, ul.columns li.column .thumbnail img, div.image_banner img, div.the_story .thumbnail img, div.featuredimage a, div.featuredimage img,
.stretch {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

/* line 3, sass/_normalize.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, sass/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 17, sass/_normalize.scss */
body {
  margin: 0;
}

/* line 27, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 44, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 54, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 61, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 70, sass/_normalize.scss */
a {
  background: transparent;
}

/* line 76, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 85, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 90, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 96, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 102, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 108, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 120, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 127, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 130, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 138, sass/_normalize.scss */
img {
  border: 0;
}

/* line 143, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 151, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 156, sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 163, sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 168, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 187, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 198, sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 206, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 216, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 225, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 233, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 241, sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 250, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 259, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 267, sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 277, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 283, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 291, sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 297, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 303, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 311, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 316, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* line 4, sass/_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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 21, sass/_reset.scss */
body {
  line-height: 1;
}

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

/* line 27, sass/_reset.scss */
blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
/* line 37, sass/_reset.scss */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 42, sass/_reset.scss */
ins {
  text-decoration: none;
}

/* line 45, sass/_reset.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 50, sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 55, sass/_reset.scss */
strong {
  font-weight: bold;
}

/* line 59, sass/_reset.scss */
cite,
em,
dfn {
  font-style: italic;
}

/* line 65, sass/_reset.scss */
code,
kbd,
samp,
pre,
tt,
var {
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

/* line 74, sass/_reset.scss */
code,
pre {
  display: block;
  white-space: pre;
}

/* line 80, sass/_reset.scss */
del {
  text-decoration: line-through;
  font-size: 70%;
  color: #aaa;
}

/* line 86, sass/_reset.scss */
ins,
dfn {
  text-decoration: none;
}

/* line 91, sass/_reset.scss */
small,
sup,
sub {
  display: inline-block;
  font-size: 85%;
  line-height: 1.4em !important;
}

/* line 99, sass/_reset.scss */
abbr,
acronym {
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* line 105, sass/_reset.scss */
a abbr,
a acronym {
  border: none;
}

/* line 110, sass/_reset.scss */
sup {
  vertical-align: super;
}

/* line 114, sass/_reset.scss */
sub {
  vertical-align: sub;
}

/* ======================================================= */
/*                       Base Style                        */
/* ======================================================= */
/* Basic typography
---------------------------------------------------------- */
/* line 7, sass/_screen.scss */
body {
  font-family: "acumin-pro", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #666;
  font-weight: 400;
}

/* line 14, sass/_screen.scss */
p,
ul,
ol,
dl,
table,
fieldset,
blockquote,
pre,
code {
  margin-bottom: 20px;
}

/* line 26, sass/_screen.scss */
p.last,
ul.last,
ol.last,
dl.last,
table.last,
fieldset.last,
blockquote.last,
pre.last,
code.last {
  margin-bottom: 0px;
}

/* Basic size
---------------------------------------------------------- */
/* line 41, sass/_screen.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 20px;
  color: #be0323;
}

/* line 55, sass/_screen.scss */
h1 {
  font-size: 42px;
  line-height: 1.2em;
}

/* line 60, sass/_screen.scss */
h2 {
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 20px;
}

/* line 67, sass/_screen.scss */
h3 {
  font-size: 32px;
  line-height: 1.1em;
  margin-bottom: 20px;
}

/* line 73, sass/_screen.scss */
h4 {
  font-family: "acumin-pro", sans-serif;
  font-size: 25.6px;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}

/* line 82, sass/_screen.scss */
h5,
h6 {
  font-family: "acumin-pro", sans-serif;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
}

/* line 91, sass/_screen.scss */
h6 {
  color: #000;
}

/* line 95, sass/_screen.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #111;
  text-decoration: none;
}

/* line 105, sass/_screen.scss */
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #be0323;
  text-decoration: underline;
}

/* line 115, sass/_screen.scss */
p.readmore {
  margin: 0px;
}
/* line 117, sass/_screen.scss */
p.readmore a.button {
  margin-right: 10px;
}

/* Basic lists
---------------------------------------------------------- */
/* line 124, sass/_screen.scss */
ul {
  margin: 0px 0px 20px;
  list-style-position: outside;
  list-style-type: disc;
}

/* line 130, sass/_screen.scss */
ul li,
ol li {
  margin-left: 1.85em;
}

/* line 135, sass/_screen.scss */
ol li {
  margin-left: 1.85em;
}

/* line 139, sass/_screen.scss */
ul ul {
  list-style-type: disc;
}

/* line 143, sass/_screen.scss */
ul ul ul {
  list-style-type: disc;
}

/* line 147, sass/_screen.scss */
ol {
  margin: 0px 0px 20px;
  list-style-position: outside;
  list-style-type: decimal;
}

/* line 153, sass/_screen.scss */
dt {
  margin-top: .8em;
  margin-bottom: .4em;
  font-weight: bold;
}

/* line 171, sass/_screen.scss */
.u_case {
  text-transform: uppercase !important;
}

/* line 174, sass/_screen.scss */
.l_case {
  text-transform: lowercase !important;
}

/* Link style
---------------------------------------------------------- */
/* line 180, sass/_screen.scss */
a {
  color: #be0323;
  outline: none;
  text-decoration: underline;
}

/* line 187, sass/_screen.scss */
a:hover {
  color: #000;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

/* Non-semantic helper classes
---------------------------------------------------------- */
/* line 195, sass/_screen.scss */
.center {
  text-align: center;
}

/* line 199, sass/_screen.scss */
.hidden,
.hide {
  display: none !important;
  visibility: hidden !important;
}

/* line 205, sass/_screen.scss */
.invisible {
  visibility: hidden;
}

/* line 209, sass/_screen.scss */
.alignright {
  float: right;
}

/* line 213, sass/_screen.scss */
.alignleft {
  float: left;
}

/* line 217, sass/_screen.scss */
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* line 222, sass/_screen.scss */
.clearboth,
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

/* line 233, sass/_screen.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 242, sass/_screen.scss */
* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}

/* First selector = IE6, Second Selector = IE 7 */
/* line 247, sass/_screen.scss */
.inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 256, sass/_screen.scss */
* html .inner,
*:first-child + html .inner {
  zoom: 1;
}

/* First selector = IE6, Second Selector = IE 7 */
/* line 261, sass/_screen.scss */
.entry:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 270, sass/_screen.scss */
* html .entry,
*:first-child + html .entry {
  zoom: 1;
}

/* First selector = IE6, Second Selector = IE 7 */
/* ======================================================= */
/*                        Structure                        */
/* ======================================================= */
/* Main Structure
---------------------------------------------------------- */
/* line 280, sass/_screen.scss */
body {
  background: #000;
}

/* line 284, sass/_screen.scss */
#wrapper {
  margin: 0px auto 0px;
  padding: 0px 0px 0px;
  width: auto;
  background: #fff;
}

/* line 291, sass/_screen.scss */
#wrapper,
#header,
#page,
#content,
.sidebar,
.inner,
.sub_inner {
  position: relative;
}

/* line 301, sass/_screen.scss */
.inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0px;
}

/* line 307, sass/_screen.scss */
.sub_inner {
  margin: 0 auto;
  padding: 0px;
}

/* line 314, sass/_screen.scss */
body.page-template-page-fullwidth-php #page .inner {
  width: 100%;
}
/* line 317, sass/_screen.scss */
body.page-template-page-fullwidth-php #page .sub_inner {
  width: 1020px;
}
/* line 320, sass/_screen.scss */
body.page-template-page-fullwidth-php #page .layout.full_width {
  padding: 0;
}
/* line 322, sass/_screen.scss */
body.page-template-page-fullwidth-php #page .layout.full_width .sub_inner {
  width: 100%;
}

/* ======================================================= */
/*                         Header                          */
/* ======================================================= */
/* line 331, sass/_screen.scss */
#header {
  z-index: 200;
  padding: 0px;
  margin: 0px;
  background: #000;
  height: auto;
}

/* line 339, sass/_screen.scss */
#header .inner {
  padding: 12px 0px 20px;
}

/* line 346, sass/_screen.scss */
#header .title {
  float: left;
  overflow: hidden;
}
/* line 350, sass/_screen.scss */
#header .title h1 {
  margin-bottom: 0;
  font-size: 70px;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 355, sass/_screen.scss */
#header .title h1 a {
  color: #fff;
  text-decoration: none;
  display: block;
}
/* line 359, sass/_screen.scss */
#header .title h1 a span {
  color: #be0323;
}
/* line 363, sass/_screen.scss */
#header .title h1 a:hover {
  color: #aaa;
}
/* line 365, sass/_screen.scss */
#header .title h1 a:hover span {
  color: #850219;
}

/* line 374, sass/_screen.scss */
.page_title {
  margin-bottom: 0px;
  background: #be0323;
  text-align: left;
}
/* line 378, sass/_screen.scss */
.page_title.align_center {
  text-align: center;
}
/* line 381, sass/_screen.scss */
.page_title.align_right {
  text-align: right;
}
/* line 384, sass/_screen.scss */
.page_title .inner {
  padding: 0px;
  padding: 26px 0px 30px;
}
/* line 390, sass/_screen.scss */
.page_title h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  margin: 0;
  letter-spacing: -1px;
  text-transform: uppercase;
}
/* line 397, sass/_screen.scss */
.page_title h2 span {
  display: inline;
  color: #000;
  padding-left: 5px;
}
/* line 402, sass/_screen.scss */
.page_title h2 br {
  display: none;
}
/* line 407, sass/_screen.scss */
.page_title.two_lines h2 {
  font-size: 60px;
  line-height: 1em;
}
/* line 410, sass/_screen.scss */
.page_title.two_lines h2 span {
  display: block;
  font-size: 40px;
  line-height: 1em;
  padding-left: 0;
}

/* ======================================================= */
/*                          Page                           */
/* ======================================================= */
/* line 427, sass/_screen.scss */
#page {
  background: none;
}
/* line 429, sass/_screen.scss */
#page .inner {
  padding: 40px 0;
  background: #fff;
}
/* line 434, sass/_screen.scss */
#page.no_top_pad .inner {
  padding-top: 0;
}
/* line 439, sass/_screen.scss */
#page.no_bottom_pad .inner {
  padding-bottom: 0;
}

/* ======================================================= */
/*                         Content                         */
/* ======================================================= */
/* full width
---------------------------------------------------------- */
/* content body
---------------------------------------------------------- */
/* line 459, sass/_screen.scss */
#content {
  width: 68%;
  float: left;
}

/* line 465, sass/_screen.scss */
#content.fullwidth {
  width: auto;
  float: none;
}

/* line 470, sass/_screen.scss */
.sidebar {
  width: 32%;
  float: right;
  padding-left: 30px;
}

/* line 477, sass/_screen.scss */
.hentry {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 5px solid #eaeaea;
}

/* line 485, sass/_screen.scss */
.meta {
  margin: 0px 0px 20px;
  font-size: 12px;
  line-height: 1em;
  background: #f0f0f0;
  border: 1px solid #e8e8e8;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 493, sass/_screen.scss */
.meta span {
  margin-right: 20px;
}
/* line 495, sass/_screen.scss */
.meta span i {
  margin-right: 3px;
}

/* line 503, sass/_screen.scss */
.results .details h2 {
  font-size: 34px;
  line-height: 1em;
  margin-bottom: 10px;
}
/* line 508, sass/_screen.scss */
.results .details p {
  margin: 0px;
}
/* line 510, sass/_screen.scss */
.results .details p.readmore {
  margin-top: 10px;
}
/* line 514, sass/_screen.scss */
.results .details .meta {
  margin-bottom: 10px;
}

/* line 520, sass/_screen.scss */
.page_error {
  text-align: center;
}
/* line 522, sass/_screen.scss */
.page_error h2 {
  font-size: 200px;
  line-height: 1em;
}
/* line 526, sass/_screen.scss */
.page_error h5 {
  margin-bottom: 40px;
}

/* ======================================================= */
/*                         Footer                          */
/* ======================================================= */
/* Footer Body
---------------------------------------------------------- */
/* line 536, sass/_screen.scss */
#tagline {
  text-align: center;
  background: #e9e9e9;
  border-top: 1px solid #ddd;
}
/* line 540, sass/_screen.scss */
#tagline .inner {
  font-size: 18px;
  line-height: 1.2em;
  padding: 20px 20px;
  color: #888;
}
/* line 545, sass/_screen.scss */
#tagline .inner p {
  margin: 0;
}

/* line 551, sass/_screen.scss */
#footer {
  clear: both;
  background: #333;
}

/* line 556, sass/_screen.scss */
#footer .inner {
  padding: 0px 0;
  text-align: center;
}

/* line 562, sass/_screen.scss */
#copyright {
  color: #aaa;
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
}
/* line 567, sass/_screen.scss */
#copyright .inner {
  padding: 30px 0px 80px;
  text-align: center;
}
/* line 570, sass/_screen.scss */
#copyright .inner a {
  color: #fff;
  text-decoration: underline;
}
/* line 573, sass/_screen.scss */
#copyright .inner a:hover {
  color: #be0323;
  text-decoration: underline;
}
/* line 578, sass/_screen.scss */
#copyright .inner p {
  margin: 0;
}
/* line 581, sass/_screen.scss */
#copyright .inner .footer_text {
  margin: 0 0 10px;
}

/* Right Sidebar
---------------------------------------------------------- */
/* line 591, sass/_screen.scss */
.sidebar div.widget div.content {
  padding: 0px;
}

/* line 595, sass/_screen.scss */
div.widget.widget_kpg_cpl ul li a:hover,
div.widget ul.menu li a:hover, body.single-post div.widget.widget_kpg_cpl ul li.current_page_item a, body.single-post
div.widget ul.menu li.current_page_item a {
  background: #f8f8f8;
  color: #be0323;
  padding-left: 15px;
}

/* line 601, sass/_screen.scss */
div.widget {
  margin: 0 0 30px;
  padding: 0 0 10px;
  background: #fff;
}
/* line 606, sass/_screen.scss */
div.widget h3 {
  text-shadow: 1px 1px 0 #fff;
  color: #be0323;
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
/* line 615, sass/_screen.scss */
div.widget.widget_kpg_cpl ul,
div.widget ul.menu {
  margin: 0px !important;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
/* line 620, sass/_screen.scss */
div.widget.widget_kpg_cpl ul li,
div.widget ul.menu li {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 0px;
}
/* line 624, sass/_screen.scss */
div.widget.widget_kpg_cpl ul li a,
div.widget ul.menu li a {
  display: block;
  padding: 10px;
  color: #666;
  text-decoration: none;
}

/* ======================================================= */
/*                         Divider                         */
/* ======================================================= */
/* line 648, sass/_screen.scss */
.divider {
  position: relative;
  clear: both;
  display: block;
  padding: 0px;
  margin: 30px 0px;
  height: 1px;
  background: #ddd;
}

/* line 659, sass/_screen.scss */
div.contact {
  margin-bottom: 20px;
}
/* line 661, sass/_screen.scss */
div.contact span {
  display: block;
}

/* line 667, sass/_screen.scss */
div.fve-video-wrapper {
  margin: 0 !important;
}

/* line 6, sass/_grid.scss */
div.columns {
  overflow: hidden;
}

/* line 10, sass/_grid.scss */
div.columns ul,
div.columns ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

/* line 19, sass/_grid.scss */
ul.columns {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: -20px !important;
  clear: both;
}
/* line 26, sass/_grid.scss */
ul.columns li.column {
  float: left;
  margin: 0;
  width: 33.33333%;
}
/* line 43, sass/_grid.scss */
ul.columns li.column .thumbnail {
  margin-bottom: 20px;
}
/* line 48, sass/_grid.scss */
ul.columns li.column .thumbnail a {
  display: block;
  background: #fff;
  padding: 0px;
}
/* line 68, sass/_grid.scss */
ul.columns li.column .thumbnail a:hover {
  border-color: #B9111E;
}
/* line 70, sass/_grid.scss */
ul.columns li.column .thumbnail a:hover .title {
  background: #be0323;
}
/* line 76, sass/_grid.scss */
ul.columns li.column .details {
  padding-top: 0px;
}
/* line 78, sass/_grid.scss */
ul.columns li.column .details h3 {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
/* line 83, sass/_grid.scss */
ul.columns li.column .details h4 {
  margin-bottom: 0;
  font-size: 22px;
}

/* line 92, sass/_grid.scss */
ul.columns li.column:nth-child(3n + 1) {
  clear: both;
}

/* line 96, sass/_grid.scss */
div.columns-1 ul.columns li.column .column {
  margin-right: 0 !important;
}

/* line 100, sass/_grid.scss */
div.columns-1 ul.columns li.column {
  width: 100%;
  clear: none;
}

/* line 100, sass/_grid.scss */
div.columns-2 ul.columns li.column {
  width: 50%;
  clear: none;
}

/* line 100, sass/_grid.scss */
div.columns-3 ul.columns li.column {
  width: 33.33333%;
  clear: none;
}

/* line 100, sass/_grid.scss */
div.columns-4 ul.columns li.column {
  width: 25%;
  clear: none;
}

/* line 100, sass/_grid.scss */
div.columns-5 ul.columns li.column {
  width: 20%;
  clear: none;
}

/* line 100, sass/_grid.scss */
div.columns-6 ul.columns li.column {
  width: 16.66667%;
  clear: none;
}

/* line 105, sass/_grid.scss */
div.columns-1 ul.columns li.column:nth-child(1n + 1) {
  clear: both;
}

/* line 105, sass/_grid.scss */
div.columns-2 ul.columns li.column:nth-child(2n + 1) {
  clear: both;
}

/* line 105, sass/_grid.scss */
div.columns-3 ul.columns li.column:nth-child(3n + 1) {
  clear: both;
}

/* line 105, sass/_grid.scss */
div.columns-4 ul.columns li.column:nth-child(4n + 1) {
  clear: both;
}

/* line 105, sass/_grid.scss */
div.columns-5 ul.columns li.column:nth-child(5n + 1) {
  clear: both;
}

/* line 105, sass/_grid.scss */
div.columns-6 ul.columns li.column:nth-child(6n + 1) {
  clear: both;
}

/* line 117, sass/_grid.scss */
div.column {
  margin-right: 20px;
  margin-bottom: 20px;
}

/* iPads Width (landscape)  ----------- */
/* iPads Width (portrait)  ----------- */
@media only screen and (max-width: 768px) {
  /* line 137, sass/_grid.scss */
  div.columns-3 ul.columns li.column, div.columns-4 ul.columns li.column, div.columns-5 ul.columns li.column, div.columns-6 ul.columns li.column {
    width: 33.3333% !important;
    clear: none !important;
  }
  /* line 140, sass/_grid.scss */
  div.columns-3 ul.columns li.column:nth-child(3n + 1), div.columns-4 ul.columns li.column:nth-child(3n + 1), div.columns-5 ul.columns li.column:nth-child(3n + 1), div.columns-6 ul.columns li.column:nth-child(3n + 1) {
    clear: both !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 169, sass/_grid.scss */
  ul.columns,
  .column {
    margin-right: 0 !important;
  }

  /* line 173, sass/_grid.scss */
  ul.columns li.column {
    width: 100% !important;
    clear: both;
  }

  /* line 178, sass/_grid.scss */
  div.columns-1 ul.columns li.column {
    width: 100% !important;
    clear: both;
  }

  /* line 178, sass/_grid.scss */
  div.columns-2 ul.columns li.column {
    width: 100% !important;
    clear: both;
  }

  /* line 178, sass/_grid.scss */
  div.columns-3 ul.columns li.column {
    width: 100% !important;
    clear: both;
  }

  /* line 178, sass/_grid.scss */
  div.columns-4 ul.columns li.column {
    width: 100% !important;
    clear: both;
  }

  /* line 178, sass/_grid.scss */
  div.columns-5 ul.columns li.column {
    width: 100% !important;
    clear: both;
  }

  /* line 178, sass/_grid.scss */
  div.columns-6 ul.columns li.column {
    width: 100% !important;
    clear: both;
  }
}
/* line 1, sass/_layout.scss */
div.layout {
  clear: both;
  margin: 0px 0px -1px;
  padding: 0 0px 30px;
}
/* line 7, sass/_layout.scss */
div.layout.border {
  margin-bottom: 30px;
  padding-bottom: 0;
}
/* line 10, sass/_layout.scss */
div.layout.border .sub_inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
/* line 15, sass/_layout.scss */
div.layout.border.button_group .sub_inner {
  padding-bottom: 20px;
}
/* line 20, sass/_layout.scss */
div.layout.border.slider .sub_inner {
  padding-bottom: 0px;
}
/* line 25, sass/_layout.scss */
div.layout.border.gallery .sub_inner {
  padding-bottom: 10px;
}
/* line 30, sass/_layout.scss */
div.layout.boxed_text {
  margin-bottom: 30px;
  padding-bottom: 0;
}
/* line 33, sass/_layout.scss */
div.layout.boxed_text .sub_inner {
  padding: 30px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 40, sass/_layout.scss */
div.layout.centered_content {
  text-align: center;
}
/* line 47, sass/_layout.scss */
div.layout.boxed div.column {
  background: #f0f0f0;
  border: 1px solid #e8e8e8;
  padding: 30px;
}

/* line 56, sass/_layout.scss */
div.layout.spacer {
  clear: both;
  margin-bottom: 0 !important;
}

/* line 61, sass/_layout.scss */
div.media {
  padding-bottom: 0;
}

/***** Paragraph *****/
/* line 77, sass/_layout.scss */
div.paragraph .thumbnail {
  margin: 0 0 20px;
}

/* line 81, sass/_layout.scss */
div.paragraph .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

/***** Panles *****/
/* line 91, sass/_layout.scss */
div.panels.accordion h3.panel_heading {
  cursor: pointer;
}

/* line 96, sass/_layout.scss */
div.panel_box {
  margin-bottom: 10px;
}
/* line 98, sass/_layout.scss */
div.panel_box h3.panel_heading {
  border: 1px solid #ddd;
  background: #ebebeb;
  margin: 0px 0px 0px;
  font-size: 20px;
  line-height: 1.4em;
  padding: 10px 20px;
  color: #333;
}
/* line 107, sass/_layout.scss */
div.panel_box .acc_container {
  background: #fafafa;
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px 20px 20px;
  margin: 0px 0px 0px;
}

/***** Gallery *****/
/* line 118, sass/_layout.scss */
div.gallery {
  padding-bottom: 0;
}
/* line 124, sass/_layout.scss */
div.gallery ul li {
  margin: 0px !important;
}
/* line 126, sass/_layout.scss */
div.gallery ul li .thumbnail {
  margin: 0 !important;
}
/* line 128, sass/_layout.scss */
div.gallery ul li .thumbnail a {
  color: #000;
}
/* line 130, sass/_layout.scss */
div.gallery ul li .thumbnail a:hover {
  color: #000;
}
/* line 132, sass/_layout.scss */
div.gallery ul li .thumbnail a:hover i {
  display: block;
}
/* line 136, sass/_layout.scss */
div.gallery ul li .thumbnail a i {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  text-align: center;
  margin-top: -15px;
  z-index: 1;
  display: none;
}
/* line 152, sass/_layout.scss */
div.gallery div.instagramfollow {
  text-align: center;
}

/* line 162, sass/_layout.scss */
div.info_boxes ul.columns li div.column.has_thumbnail .thumbnail {
  float: left;
  width: 25%;
  margin-bottom: 0;
}
/* line 167, sass/_layout.scss */
div.info_boxes ul.columns li div.column.has_thumbnail .details {
  padding-top: 0;
  margin-left: 25%;
  padding-left: 30px;
}
/* line 175, sass/_layout.scss */
div.info_boxes.thumbnail_none ul.columns li div.column.has_thumbnail .thumbnail {
  display: none;
}
/* line 178, sass/_layout.scss */
div.info_boxes.thumbnail_none ul.columns li div.column.has_thumbnail .details {
  padding-top: 0;
  margin-left: 0;
  padding-left: 0;
}
/* line 187, sass/_layout.scss */
div.info_boxes.thumbnail_top ul.columns li div.column.has_thumbnail .thumbnail {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
/* line 192, sass/_layout.scss */
div.info_boxes.thumbnail_top ul.columns li div.column.has_thumbnail .details {
  padding-top: 0;
  margin-left: 0;
  padding-left: 0;
}
/* line 199, sass/_layout.scss */
div.info_boxes.text_align_center {
  text-align: center;
}

/* line 204, sass/_layout.scss */
div.icon_boxes {
  text-align: left;
}
/* line 207, sass/_layout.scss */
div.icon_boxes.text_align_center {
  text-align: center;
}

/* line 212, sass/_layout.scss */
ul.social,
ul.social li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden;
}

/* line 220, sass/_layout.scss */
ul.social li {
  display: inline-block;
  margin: 0px 5px 0 0;
  border: none;
  padding: 0;
  font-size: 0;
}
/* line 227, sass/_layout.scss */
ul.social li a {
  font-size: 30px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border: none;
  padding: 0px;
  background: #be0323;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 240, sass/_layout.scss */
ul.social li a:hover {
  background: #720215;
  color: #fff;
}

/* line 246, sass/_layout.scss */
#header ul.social {
  position: absolute;
  top: 15px;
  right: 0;
}
/* line 250, sass/_layout.scss */
#header ul.social li {
  margin: 0px 0px 0 5px;
}

/* line 256, sass/_layout.scss */
#copyright ul.social {
  text-align: center;
  padding: 0px 0 30px;
}
/* line 259, sass/_layout.scss */
#copyright ul.social li {
  margin: 0 4px !important;
  float: none;
  display: inline-block;
}

/* line 274, sass/_layout.scss */
div.header-infobox {
  position: absolute;
  top: 50px;
  right: 0;
}
/* line 278, sass/_layout.scss */
div.header-infobox p {
  text-align: right;
  margin-bottom: 0;
}
/* line 281, sass/_layout.scss */
div.header-infobox p.phone {
  margin-bottom: -5px;
  font-size: 50px;
  line-height: 1em;
  color: #dfd3b2;
}
/* line 286, sass/_layout.scss */
div.header-infobox p.phone a {
  color: #dfd3b2;
  text-decoration: none;
}
/* line 290, sass/_layout.scss */
div.header-infobox p.phone span {
  font-size: 20px;
  color: #333;
}

/* line 298, sass/_layout.scss */
div.learn_more {
  text-align: center;
}

/* line 302, sass/_layout.scss */
div.button_group {
  padding-bottom: 20px;
  text-align: left;
}
/* line 305, sass/_layout.scss */
div.button_group.text_align_center {
  text-align: center;
}
/* line 308, sass/_layout.scss */
div.button_group.text_align_right {
  text-align: right;
}
/* line 311, sass/_layout.scss */
div.button_group a {
  margin: 0 10px 10px 0;
}

/* line 317, sass/_layout.scss */
div.styled_list div.column {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2em;
}
/* line 321, sass/_layout.scss */
div.styled_list div.column .the_icon {
  display: block;
  float: left;
  width: 20px;
}
/* line 326, sass/_layout.scss */
div.styled_list div.column .the_text {
  display: block;
  margin-left: 30px;
}

/* line 333, sass/_layout.scss */
div.the_story {
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 338, sass/_layout.scss */
body.single-stories div.the_story {
  border: none;
  padding: 0;
}
/* line 342, sass/_layout.scss */
div.the_story h3 {
  margin-bottom: 10px;
}
/* line 345, sass/_layout.scss */
div.the_story h4 {
  margin-bottom: 10px;
  margin-top: -10px;
}
/* line 349, sass/_layout.scss */
div.the_story .thumbnail {
  float: left;
  width: 20%;
  padding-top: 10px;
}
/* line 357, sass/_layout.scss */
div.the_story .details {
  margin-left: 20%;
  padding-left: 20px;
}
/* line 361, sass/_layout.scss */
div.the_story .audio_player {
  clear: both;
  padding-top: 20px;
}

/* line 369, sass/_layout.scss */
.testimonials ul, .testimonials li {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 374, sass/_layout.scss */
.testimonials .testimonial_wrap {
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 15px 15px;
  font-style: italic;
  text-align: left;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
/* line 384, sass/_layout.scss */
div.sidebar .testimonials .testimonial_wrap {
  margin-bottom: 0;
  margin-right: 2px;
}
/* line 388, sass/_layout.scss */
.testimonials .testimonial_wrap .thumbnail {
  text-align: center;
}
/* line 390, sass/_layout.scss */
.testimonials .testimonial_wrap .thumbnail img {
  display: inline-block;
  width: 150px;
  height: auto;
}
/* line 398, sass/_layout.scss */
.testimonials .testimonial_wrap h4 {
  font-size: 16px;
  line-height: 1.2em;
  margin: -6px 0 0;
  font-style: normal;
  font-weight: 700;
}
/* line 405, sass/_layout.scss */
.testimonials .testimonial_wrap h6 {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2em;
  font-style: normal;
  color: #111;
  margin-top: 5px;
}

/* line 417, sass/_layout.scss */
div.songs div.column {
  margin-bottom: 10px;
}
/* line 420, sass/_layout.scss */
div.songs h4 {
  font-family: "acumin-pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0;
  color: #666;
  font-weight: 400;
  margin-bottom: 0;
}
/* line 428, sass/_layout.scss */
div.songs h4 a {
  display: inline-block;
  color: #f64f1a;
  font-size: 20px;
}
/* line 432, sass/_layout.scss */
div.songs h4 a:hover {
  color: #000;
}

/* ======================================================= */
/*                      Boxes Styles                       */
/* ======================================================= */
/* line 5, sass/_boxes.scss */
.alert-box {
  margin-bottom: 20px;
  padding: 10px 20px;
  display: block;
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.4em;
}
/* line 16, sass/_boxes.scss */
.alert-box p {
  margin: 9px 0;
}

/* line 21, sass/_boxes.scss */
.alert-box.error {
  background: #f9e5e6;
  border-color: #fad2d3;
  color: #c48587;
}

/* line 27, sass/_boxes.scss */
.alert-box.success {
  background: #e3ebc6;
  border-color: #cddb9b;
  color: #8e9c5e;
}

/* line 33, sass/_boxes.scss */
.alert-box.info {
  background: #d8ecf5;
  border-color: #aed7ea;
  color: #5593b1;
}

/* line 39, sass/_boxes.scss */
.alert-box.notice {
  background: #fcf7d9;
  border-color: #f7e292;
  color: #c49c03;
}

/* line 46, sass/_boxes.scss */
.alert-box.small,
.alert-box.terms {
  background: none;
  border: none;
  display: block;
  padding: 5px 0px;
  font-size: 14px;
  line-height: 1em;
}
/* line 54, sass/_boxes.scss */
.alert-box.small p,
.alert-box.terms p {
  margin: 0px 0;
}

/* line 8, sass/_buttons.scss */
a.shipping-calculator-button,
input.button,
button,
a.button,
a.remove,
input[type="submit"] {
  font-family: "acumin-pro", sans-serif;
  font-weight: normal;
  display: inline-block;
  padding: 0.6em 1em 0.7em;
  margin: 0px 0px 0.2em;
  line-height: 1.4em;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  background: #333;
  border: none;
  -webkit-appearance: none;
}
/* line 29, sass/_buttons.scss */
a.shipping-calculator-button:hover,
input.button:hover,
button:hover,
a.button:hover,
a.remove:hover,
input[type="submit"]:hover {
  background: #5c5c5c;
  color: #fff;
  text-decoration: none;
}

/* line 36, sass/_buttons.scss */
a.button.large {
  font-size: 20px;
  padding: 0.5em 1em 0.6em !important;
}

/* line 40, sass/_buttons.scss */
a.button.small {
  font-size: 14px;
  padding: 0.2em 1.4em 0.35em;
  line-height: 2.2em;
}

/* line 46, sass/_buttons.scss */
a.button.alternate {
  background: #be0323;
}
/* line 49, sass/_buttons.scss */
a.button.alternate:hover {
  background: #000;
}

/* line 1, sass/_forms.scss */
form h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 100;
}

/* line 6, sass/_forms.scss */
.gform_wrapper form h3 {
  color: #222;
}

/* line 9, sass/_forms.scss */
.gform_wrapper form h3 a {
  text-decoration: underline;
}

/* line 18, sass/_forms.scss */
.gform_wrapper {
  padding: 20px;
  border: 1px solid #ddd;
  background: #f0f0f0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 24, sass/_forms.scss */
.sidebar .gform_wrapper {
  padding: 10px;
}
/* line 26, sass/_forms.scss */
.sidebar .gform_wrapper li.nolabel label {
  display: none;
}
/* line 29, sass/_forms.scss */
.sidebar .gform_wrapper select {
  width: 100%;
}

/* line 35, sass/_forms.scss */
.ginput_complex {
  margin-right: -10px;
}
/* line 38, sass/_forms.scss */
.ginput_complex span {
  display: block;
  float: left;
  width: 50%;
  padding-right: 10px;
}
/* line 43, sass/_forms.scss */
.ginput_complex span label {
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4em;
}

/* line 53, sass/_forms.scss */
.gform_wrapper form {
  margin: 0;
  padding: 0;
}

/* line 57, sass/_forms.scss */
.gform_heading {
  border-bottom: 1px dashed #dadada;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 61, sass/_forms.scss */
.gform_heading .gform_description {
  color: #111;
}

/* line 71, sass/_forms.scss */
ul.gform_fields,
ul.gform_fields li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 77, sass/_forms.scss */
ul.gform_fields li.gfield {
  margin-bottom: 20px;
}
/* line 84, sass/_forms.scss */
ul.gform_fields li.gfield ul.gfield_radio li,
ul.gform_fields li.gfield ul.gfield_checkbox li {
  float: left;
  padding-right: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* line 90, sass/_forms.scss */
ul.gform_fields li.gfield ul.gfield_radio li label,
ul.gform_fields li.gfield ul.gfield_checkbox li label {
  display: inline-block;
  color: #666;
}
/* line 96, sass/_forms.scss */
ul.gform_fields li.gfield.boxed {
  padding: 10px 20px;
  background: #e8e8e8;
  color: #222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 108, sass/_forms.scss */
.input_style, input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
input.mc_input,
input.input-text,
textarea, select {
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  border: 1px solid #ddd;
  margin: 0px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-appearance: none;
}

/* line 121, sass/_forms.scss */
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
input.mc_input,
input.input-text,
textarea {
  padding: 7px 10px;
  width: 100%;
}

/* line 129, sass/_forms.scss */
.gform_body input.medium {
  width: 50% !important;
}

/* line 133, sass/_forms.scss */
.gform_body input.small,
.gform_body input.datepicker {
  width: 30% !important;
}

@media only screen and (max-width: 480px) {
  /* line 139, sass/_forms.scss */
  .gform_wrapper {
    padding: 10px;
    margin-left: -20px;
    margin-right: -20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 1px 0;
  }

  /* line 147, sass/_forms.scss */
  .gform_body li.gfield input.medium,
  .gform_body li.gfield input.small,
  .gform_body li.gfield input.datepicker {
    width: 100% !important;
  }
}
/* line 155, sass/_forms.scss */
textarea {
  height: 150px;
}

/* line 159, sass/_forms.scss */
select {
  -webkit-appearance: none;
  padding: 8px 30px 8px 10px;
  background: #fff url(images/select-bg.png) no-repeat center right;
  cursor: pointer;
  font-size: 16px;
}

/* line 167, sass/_forms.scss */
div.ui-widget {
  font-family: "acumin-pro", sans-serif;
}

/* line 171, sass/_forms.scss */
div.ui-datepicker-title select {
  padding: 0px 30px 0px 10px;
  font-weight: normal;
}

/* line 176, sass/_forms.scss */
label {
  font-size: 16px;
  line-height: 1.2em;
  padding-bottom: 5px;
  color: #111;
  display: block;
}

/* line 183, sass/_forms.scss */
label .gfield_required,
label .mc_required,
#mc-indicates-required,
.required {
  color: #C00;
  margin-left: 5px;
}

/* line 190, sass/_forms.scss */
#footer label {
  color: #bbb;
}

/* line 194, sass/_forms.scss */
.validation_message {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 5px 0 10px;
  color: #C00;
}

/* line 201, sass/_forms.scss */
.validation_error {
  background: #C00;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 15px;
}

/* line 207, sass/_forms.scss */
ul.gform_fields li.gfield_error input,
ul.gform_fields li.gfield_error select,
ul.gform_fields li.gfield_error textarea {
  border-color: #C00 !important;
}

/* line 221, sass/_forms.scss */
.et_bloom .et_bloom_optin .et_bloom_border_solid {
  border: 3px solid #df8191 !important;
}

/* line 224, sass/_forms.scss */
.et_bloom .et_bloom_form_container .et_bloom_form_content {
  background-color: #f2cdd3;
}

/* line 227, sass/_forms.scss */
.et_bloom .et_bloom_widget_content .et_bloom_form_header {
  padding: 0px 5px !important;
}
/* line 229, sass/_forms.scss */
.et_bloom .et_bloom_widget_content .et_bloom_form_header h2 {
  color: #be0323;
}

/* ======================================================= */
/*                      Images Styles                      */
/* ======================================================= */
/* Basic image style
---------------------------------------------------------- */
/* line 7, sass/_images.scss */
img.alignleft,
img.alignright {
  /*padding: 4px;
  border: 1px solid #fff;
  background-color: #eee;
  -moz-box-shadow: 0 0 2px #aaa;
  -webkit-box-shadow: 0 0 2px #aaa;
  box-shadow: 0 0 2px #aaa;*/
}

/* line 16, sass/_images.scss */
img.alignleft {
  margin: 2px 20px 10px 2px !important;
}

/* line 19, sass/_images.scss */
img.alignright {
  margin: 2px 2px 10px 20px !important;
}

/* line 22, sass/_images.scss */
img.aligncenter {
  display: block;
  margin: 2px auto !important;
  text-align: center;
}

/* line 28, sass/_images.scss */
div.featuredimage {
  margin-bottom: 30px;
}

/* line 35, sass/_images.scss */
a.fade {
  cursor: zoom-in;
}
/* line 37, sass/_images.scss */
.instagram a.fade {
  cursor: alias;
}

/* ======================================================= */
/*                       Navigation                        */
/* ======================================================= */
/* line 5, sass/_navigation.scss */
select.responsiveMenuSelect {
  -webkit-appearance: none;
  padding: 10px 30px 10px 10px;
  background: #be0323 url(images/select-bg-main-nav.png) no-repeat center right;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  border: none;
  margin: 0px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 18px;
  color: #fff;
}

/* line 21, sass/_navigation.scss */
#main_navigation {
  position: relative;
  z-index: 300;
  background: #333;
}
/* line 26, sass/_navigation.scss */
#main_navigation .navigation {
  clear: both;
}

/* line 33, sass/_navigation.scss */
#nav-header {
  text-align: center;
  font-size: 0;
  margin: 0;
}
/* line 37, sass/_navigation.scss */
#nav-header > li {
  display: inline-block;
  margin: 0;
  position: relative;
  height: 50px;
  width: auto;
}
/* line 44, sass/_navigation.scss */
#nav-header > li a {
  font-size: 16px;
  display: block;
  color: #ddd;
  padding: 0px 25px 0px;
  margin: 0px 0px 0 0px;
  text-decoration: none;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}
/* line 55, sass/_navigation.scss */
#nav-header > li a:hover {
  background: #fff;
  color: #be0323;
}
/* line 61, sass/_navigation.scss */
#nav-header > li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f107";
  padding-left: 3px;
}

/* line 76, sass/_navigation.scss */
#nav-header > li.current-menu-item a,
#nav-header > li.current_page_item a,
#nav-header > li.current-menu-ancestor a,
#nav-header > li.current-menu-parent a,
#nav-header > li.current_page_ancestor a,
#nav-header > li.current_page_parent a {
  color: #fff;
  background: #be0323;
}

/* navigation dropdowns
---------------------------------------------------------- */
/* line 90, sass/_navigation.scss */
#nav-header ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 200px;
  height: auto;
  border-top: 1px solid #ddd;
  padding: 0 0px 0;
  margin: 0 0 0 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
/* line 103, sass/_navigation.scss */
#nav-header ul li {
  float: none;
  display: block;
  margin: 0px 0px;
  padding: 0;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

/* line 113, sass/_navigation.scss */
#nav-header > li:last-child ul {
  left: auto;
  right: 0;
}

/* line 118, sass/_navigation.scss */
#nav-header li ul li a,
#nav-header li.menu-item-has-children ul li a {
  font-size: 14px;
  line-height: 20px;
  padding: 13px 10px;
  margin: 0;
  color: #666;
  background: #fff;
  width: 100%;
  height: auto;
  text-align: left;
  zoom: 1;
  text-transform: none;
  text-align: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 137, sass/_navigation.scss */
#nav-header li ul li a:hover,
#nav-header li ul li.current-menu-item > a {
  background: #eee;
  color: #be0323;
}

/* line 143, sass/_navigation.scss */
#nav-header ul ul {
  left: 200px;
  top: 0px;
  display: none;
}

/* line 152, sass/_navigation.scss */
#nav-footer,
#nav-footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 158, sass/_navigation.scss */
#nav-footer {
  margin: 0px;
  text-align: center;
}
/* line 161, sass/_navigation.scss */
#nav-footer li {
  display: inline-block;
  padding: 0px;
  margin: 0px 2px;
}
/* line 165, sass/_navigation.scss */
#nav-footer li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 60px;
  padding: 0 15px;
}
/* line 175, sass/_navigation.scss */
#nav-footer li a:hover {
  color: #fff;
  background: #be0323;
}

/* line 217, sass/_navigation.scss */
.w-toplink {
  display: block;
  position: fixed;
  bottom: 15px;
  left: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  border-radius: 5px;
  z-index: 1000;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 20px;
}
/* line 235, sass/_navigation.scss */
.w-toplink:hover {
  background-color: #be0323;
  color: #fff;
}

/* line 242, sass/_navigation.scss */
.page-nav {
  margin: 20px 0 30px;
  overflow: hidden;
}
/* line 245, sass/_navigation.scss */
.page-nav .next-post {
  float: right;
}
/* line 248, sass/_navigation.scss */
.page-nav .prev-post {
  float: left;
}

/* line 253, sass/_navigation.scss */
.wp-pagenavi {
  padding: 0;
  text-align: center;
  margin: 0;
}

/* line 259, sass/_navigation.scss */
.page_nav_norm, .wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  width: 45px;
  position: relative;
  overflow: hidden;
  color: #808080;
  text-decoration: none;
  border: 2px solid #e8e8e8;
  background: #f2f2f2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 278, sass/_navigation.scss */
.page_nav_hover, .page_nav_current, ul.page-numbers li span.current,
.wp-pagenavi span.current, .wp-pagenavi a:hover {
  border-color: #a2031e;
  background: #be0323;
  color: #fff;
}

/* line 295, sass/_navigation.scss */
.wp-pagenavi span.pages {
  display: none;
}

/* line 298, sass/_navigation.scss */
.wp-pagenavi span.extend {
  background: #fff;
  border-color: #fff;
  width: 30px;
  color: #ccc;
}

/* ======================================================= */
/*                          Table                          */
/* ======================================================= */
/* line 5, sass/_tables.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 11, sass/_tables.scss */
caption {
  padding-bottom: 0.8em;
}

/* Table Style
---------------------------------------------------------- */
/* line 17, sass/_tables.scss */
table.data_table {
  width: 100%;
}
/* line 19, sass/_tables.scss */
table.data_table th, table.data_table td {
  text-align: left;
  padding: 10px;
  width: 25%;
}
/* line 24, sass/_tables.scss */
table.data_table th {
  background: rgba(0, 0, 0, 0.05);
  color: #111;
  font-weight: normal;
}
/* line 30, sass/_tables.scss */
table.data_table thead th {
  background: rgba(0, 0, 0, 0.1);
}
/* line 39, sass/_tables.scss */
table.data_table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

/* #Media Queries

================================================== */
@media (max-width: 480px) {
  /* line 6, sass/_responsive.scss */
  .hide_on_iphone {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 1199px) {
  /* line 11, sass/_responsive.scss */
  .hide_on_ipad {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 16, sass/_responsive.scss */
  .hide_on_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1080px) {
  /* line 25, sass/_responsive.scss */
  html {
    -webkit-text-size-adjust: none !important;
  }

  /* line 27, sass/_responsive.scss */
  #wrapper {
    padding: 0px;
    width: 100% !important;
    min-width: 100%  !important;
    margin: 0;
  }

  /* line 33, sass/_responsive.scss */
  body .inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
    width: auto !important;
  }

  /* line 38, sass/_responsive.scss */
  body .sub_inner {
    width: auto !important;
    padding: 0;
  }

  /* line 44, sass/_responsive.scss */
  #header .navigation {
    right: 30px;
  }
}
/* iPad Landscape */
/* iPad portrait */
@media only screen and (max-width: 768px) {
  /* line 58, sass/_responsive.scss */
  #header {
    height: auto;
  }
  /* line 60, sass/_responsive.scss */
  #header .inner {
    padding-bottom: 10px;
  }
  /* line 63, sass/_responsive.scss */
  #header .title {
    display: block;
    overflow: hidden;
    float: none;
    text-align: center;
  }
  /* line 68, sass/_responsive.scss */
  #header .title h1 {
    line-height: 1;
    padding-bottom: 10px;
  }
  /* line 73, sass/_responsive.scss */
  #header ul.social {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  /* line 78, sass/_responsive.scss */
  #header ul.social li {
    margin: 0 3px;
  }

  /* line 84, sass/_responsive.scss */
  .page_title h2 {
    text-align: center;
  }

  /* line 88, sass/_responsive.scss */
  #main_navigation div.inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /* line 93, sass/_responsive.scss */
  #nav-header > li > a {
    padding: 0 15px;
  }

  /* line 97, sass/_responsive.scss */
  #content, .sidebar {
    width: auto;
    float: none;
  }

  /* line 101, sass/_responsive.scss */
  .sidebar {
    margin-top: 30px;
    padding: 30px 0 0;
    border-top: 2px solid #ddd;
  }

  /* line 106, sass/_responsive.scss */
  div.layout.boxed div.column {
    padding: 15px;
  }
}
/* iPhone Landscape and smaller portrait */
@media only screen and (max-width: 668px) {
  /* line 114, sass/_responsive.scss */
  #main_navigation {
    background: #000;
    height: auto;
    padding: 0 10px 10px;
  }

  /* line 123, sass/_responsive.scss */
  p.copyright span {
    display: block;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
  /* line 135, sass/_responsive.scss */
  body .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 320px) {
  /* line 143, sass/_responsive.scss */
  #header div.title h1 {
    font-size: 60px;
  }
}
