/*!  --------------------------------------------------
    -> Import Google font here
    -------------------------------------------------- */
/*!  --------------------------------------------------
    Partials
    -------------------------------------------------- */
/*! --------------------------------------------------
    Variables
    -------------------------------------------------- */
/* Fonts ------------------------- */
/* Colors ------------------------- */
/* Breakpoint variables ------------------------- */
/*!  --------------------------------------------------
    Mixins
    -------------------------------------------------- */
/* Box sizing */
/* Set width */
/* Media Queries */
/*  
  JUSTIFY NAV
  To hide the white space from the :after line we have to put a height on the ul
  Example: @include navJustify(1.5em);
*/
/* 
  JUSTIFY NAV as a table cel
  If you want to justify your horizontal navigation but keep the align center in the <li>
  Example: @include navJustifyTable();
*/
/*  
  RESET LIST
*/
/*  --------------------------------------------------
    Buttons
    -------------------------------------------------- */
/*  --------------------------------------------------
    Flexslider reset
    -------------------------------------------------- */
/* line 17, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* line 33, ../sass/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

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

/* line 67, ../sass/partials/_normalize.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 77, ../sass/partials/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

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

/* line 103, ../sass/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}
/* line 109, ../sass/partials/_normalize.scss */
a:hover, a:active {
  outline: 0;
}

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

/* line 127, ../sass/partials/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 132, ../sass/partials/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 137, ../sass/partials/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 142, ../sass/partials/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 147, ../sass/partials/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

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

/* line 166, ../sass/partials/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

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

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

/* line 186, ../sass/partials/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/* line 195, ../sass/partials/_normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 208, ../sass/partials/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 219, ../sass/partials/_normalize.scss */
q {
  quotes: none;
}

/* line 226, ../sass/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 232, ../sass/partials/_normalize.scss */
small {
  font-size: 75%;
}

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

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

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

/* line 261, ../sass/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 270, ../sass/partials/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 277, ../sass/partials/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/* line 287, ../sass/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 304, ../sass/partials/_normalize.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

/* line 323, ../sass/partials/_normalize.scss */
figure {
  margin: 0;
}

/* line 333, ../sass/partials/_normalize.scss */
form {
  margin: 0;
}

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

/* line 350, ../sass/partials/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* line 363, ../sass/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

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

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

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

/* line 410, ../sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/* line 424, ../sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 429, ../sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

/* line 447, ../sass/partials/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
/* line 13, ../sass/partials/_boilerplate-top.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../sass/partials/_boilerplate-top.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
/* line 32, ../sass/partials/_boilerplate-top.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../sass/partials/_boilerplate-top.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/
/* line 46, ../sass/partials/_boilerplate-top.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
/* line 60, ../sass/partials/_boilerplate-top.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/
/* line 71, ../sass/partials/_boilerplate-top.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
/* line 81, ../sass/partials/_boilerplate-top.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
Browse Happy prompt
========================================================================== */
/* line 89, ../sass/partials/_boilerplate-top.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*  --------------------------------------------------
    PAGE 404
    -------------------------------------------------- */
/* line 5, ../sass/partials/_error404.scss */
#page404 #wrapper {
  background: url(../images/theme/compass-frame.png) no-repeat top center;
  text-align: center;
  color: #19485d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 140px;
  margin-left: -160px;
  margin-top: -250px;
  padding: 125px 0 0;
}

/* line 8, ../sass/partials/_error404.scss */
#compass-needle {
  position: relative;
  top: -70px;
  left: 50%;
  margin-left: -26px;
  background: url(../images/theme/compass-needle.png) no-repeat center center;
  width: 52px;
  height: 52px;
}

/* line 11, ../sass/partials/_error404.scss */
#page404 #wrapper h1 {
  margin: 0px;
  font-size: 40px;
  color: #6B6258;
}

/* line 12, ../sass/partials/_error404.scss */
.error-top {
  font-weight: bold;
}

/* line 13, ../sass/partials/_error404.scss */
.error-bottom {
  font-size: .9em;
}

/* line 14, ../sass/partials/_error404.scss */
#page404 #links {
  margin-top: 20px;
}

/* line 15, ../sass/partials/_error404.scss */
#page404 #links a,
#page404 #links a:link,
#page404 #links a:visited {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  background: #d95506;
  color: #ffffff;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  /* Firefox 4 */
  -webkit-transition: background 0.3s;
  /* Safari and Chrome */
  -o-transition: background 0.3s;
  /* Opera */
}

/* line 22, ../sass/partials/_error404.scss */
#page404 #links a:hover {
  background: #fa843e;
  text-decoration: none;
}

@keyframes rotation-loop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* FIREFOX */
@-moz-keyframes rotation-loop {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
/* WEBKIT */
@-webkit-keyframes rotation-loop {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* OPERA */
@-o-keyframes rotation-loop {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
/* line 35, ../sass/partials/_error404.scss */
#compass-needle {
  -webkit-animation: rotation-loop 2s infinite linear;
  -moz-animation: rotation-loop 2s infinite linear;
  -o-animation: rotation-loop 2s infinite linear;
  animation: rotation-loop 2s infinite linear;
}

/*!  --------------------------------------------------
    Duo-reset.css
    -------------------------------------------------- */
/* line 4, ../sass/partials/_mv-reset.scss */
ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*  --------------------------------------------------
    File in content
    -------------------------------------------------- */
/* line 10, ../sass/partials/_mv-reset.scss */
.field-type-file {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 11, ../sass/partials/_mv-reset.scss */
.field-type-file .field-item {
  padding: 5px 15px 5px 0px;
  border-top: 1px solid #E8E8E8;
  font-size: 0.857em;
  text-transform: uppercase;
}

/* line 12, ../sass/partials/_mv-reset.scss */
.field-type-file .field-item a {
  text-decoration: none;
}

/*  --------------------------------------------------
    Pager
    -------------------------------------------------- */
/* line 18, ../sass/partials/_mv-reset.scss */
.item-list ul.pager {
  padding-top: 20px;
  font-size: 0.929em;
}

/* line 19, ../sass/partials/_mv-reset.scss */
.item-list ul.pager li {
  padding: 0px;
  margin: 0px;
}

/* line 20, ../sass/partials/_mv-reset.scss */
.item-list .pager .pager-first, .item-list .pager .pager-last {
  display: none;
}

/* line 21, ../sass/partials/_mv-reset.scss */
.pager-previous {
  float: left;
}

/* line 22, ../sass/partials/_mv-reset.scss */
.pager-next {
  float: right;
}

/* line 23, ../sass/partials/_mv-reset.scss */
.item-list ul.pager li.pager-ellipsis {
  padding-left: 10px;
}

/* line 24, ../sass/partials/_mv-reset.scss */
.item-list .pager li.pager-current {
  display: inline-block;
  * display: inline;
  background: #a1a1a1;
  color: #ffffff;
  padding: 2px 8px 2px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 27, ../sass/partials/_mv-reset.scss */
.item-list ul.pager li a {
  display: inline-block;
  background: #eeeeee;
  color: #7e7e7e;
  padding: 2px 8px 2px 8px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 30, ../sass/partials/_mv-reset.scss */
.item-list ul.pager li a:hover {
  background: #f8f8f8;
}

/*  --------------------------------------------------
    Flexslider reset
    -------------------------------------------------- */
/* line 36, ../sass/partials/_mv-reset.scss */
.flexslider {
  position: relative;
}

/* line 37, ../sass/partials/_mv-reset.scss */
.flexslider ul.slides {
  margin: 0px;
  padding: 0px;
}

/* line 38, ../sass/partials/_mv-reset.scss */
.flexslider ul.slides li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  position: relative;
}

/* line 39, ../sass/partials/_mv-reset.scss */
.flexslider ul.slides > li {
  display: none;
}

/* line 40, ../sass/partials/_mv-reset.scss */
.flexslider ul.slides > li:first-child {
  display: block;
}

/* line 41, ../sass/partials/_mv-reset.scss */
.flexslider ul.slides li img {
  width: 100%;
  height: auto;
}

/* pager */
/* line 44, ../sass/partials/_mv-reset.scss */
.flex-control-nav, .flex-direction-nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

/* line 45, ../sass/partials/_mv-reset.scss */
.flex-control-nav li, .flex-direction-nav li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

/* line 46, ../sass/partials/_mv-reset.scss */
.flex-control-nav li a, .flex-direction-nav li a {
  display: inline-block;
  outline: none;
}

/*  --------------------------------------------------
    Field collection items reset
    -------------------------------------------------- */
/* global style */
/* line 53, ../sass/partials/_mv-reset.scss */
.field-collection-view,
.field-collection-container .field-items .field-item,
.field-collection-container {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/* row style */
/* line 58, ../sass/partials/_mv-reset.scss */
.field-collection-view {
  position: relative;
}

/* edit buttons */
/* line 61, ../sass/partials/_mv-reset.scss */
.field-collection-view ul.field-collection-view-links {
  position: absolute;
  top: 15px;
  right: 25px;
  background: #ffffff;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #E9E3DB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 65, ../sass/partials/_mv-reset.scss */
.field-collection-view ul.field-collection-view-links li {
  background: none;
  padding: 0px;
}

/* line 66, ../sass/partials/_mv-reset.scss */
ul.field-collection-view-links li a {
  margin: 0px 5px 0px 5px;
}

/* add button */
/* line 69, ../sass/partials/_mv-reset.scss */
.field-collection-container ul.action-links-field-collection-add {
  float: none;
  font-size: 0.821em;
  margin: 0px;
  padding: 0px;
}

/* line 70, ../sass/partials/_mv-reset.scss */
.field-collection-container ul.action-links-field-collection-add li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}

/* line 71, ../sass/partials/_mv-reset.scss */
.field-collection-container ul.action-links-field-collection-add a {
  background: #FBFBFB;
  display: block;
  padding: 5px 10px 5px 10px;
  color: #8b857c;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 74, ../sass/partials/_mv-reset.scss */
.field-collection-container ul.action-links-field-collection-add a:hover {
  background: #e2e2e2;
  color: #6a645d;
}

/*  --------------------------------------------------
    Admin tabs
    -------------------------------------------------- */
/* line 80, ../sass/partials/_mv-reset.scss */
ul.tabs.primary {
  background: #f1f2f2;
  border-bottom: 0px;
  color: #58595B;
  text-align: right;
  font-size: .929em;
  /* font size 13px */
  margin: 10px 0px 10px 0px;
  padding: 5px 5px 5px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 84, ../sass/partials/_mv-reset.scss */
ul.tabs.primary li {
  background: none;
  padding: 0px;
}

/* line 85, ../sass/partials/_mv-reset.scss */
ul.tabs.primary li a, ul.tabs.primary li.active a {
  background: none;
  border: none;
  color: #58595B;
  display: inline-block;
  margin: 0px 0px 0px 5px;
  padding: 3px 10px 3px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 89, ../sass/partials/_mv-reset.scss */
ul.tabs.primary li a:hover {
  background: #f8f8f8;
}

/* line 90, ../sass/partials/_mv-reset.scss */
ul.tabs.primary li a.active {
  background: #ffffff;
  color: #1188d3;
  border: none;
}

/*  -----------------------------------------------------
    Error forms
    -------------------------------------------------- */
/* line 96, ../sass/partials/_mv-reset.scss */
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid #e45959;
}

/* line 97, ../sass/partials/_mv-reset.scss */
div.error, table tr.error {
  background-color: #ffffff;
}

/* line 98, ../sass/partials/_mv-reset.scss */
div.messages {
  background-image: none;
  padding: 10px 5% 10px 5%;
  width: 90%;
  margin: 10px auto 10px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 101, ../sass/partials/_mv-reset.scss */
div.error {
  border-color: #e45959;
  color: #e45959;
}

/* line 102, ../sass/partials/_mv-reset.scss */
div.messages.status {
  border-color: #8dc63f;
  color: #8dc63f;
}

/*  -----------------------------------------------------
    Clearfix
    -------------------------------------------------- */
/* line 107, ../sass/partials/_mv-reset.scss */
#main, #header, .node-type-page .region-content .block-views, .front .region-content .home-slider .field_top_image, .front .region-content .home-slider .view-home-top-slider, #kitchenroots-helper-search-form,
#search-api-page-search-form > div, .footer-blocks, .page-comment-delete #main, .node-type-webform .form-checkboxes {
  *zoom: 1;
}
/* line 108, ../sass/partials/_mv-reset.scss */
#main:before, #header:before, .node-type-page .region-content .block-views:before, .front .region-content .home-slider .field_top_image:before, .front .region-content .home-slider .view-home-top-slider:before, #kitchenroots-helper-search-form:before,
#search-api-page-search-form > div:before, .footer-blocks:before, .page-comment-delete #main:before, .node-type-webform .form-checkboxes:before, #main:after, #header:after, .node-type-page .region-content .block-views:after, .front .region-content .home-slider .field_top_image:after, .front .region-content .home-slider .view-home-top-slider:after, #kitchenroots-helper-search-form:after,
#search-api-page-search-form > div:after, .footer-blocks:after, .page-comment-delete #main:after, .node-type-webform .form-checkboxes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 113, ../sass/partials/_mv-reset.scss */
#main:after, #header:after, .node-type-page .region-content .block-views:after, .front .region-content .home-slider .field_top_image:after, .front .region-content .home-slider .view-home-top-slider:after, #kitchenroots-helper-search-form:after,
#search-api-page-search-form > div:after, .footer-blocks:after, .page-comment-delete #main:after, .node-type-webform .form-checkboxes:after {
  clear: both;
}

/*  -----------------------------------------------------
    Drupal: Provides on-page localization
    Multilingual Localization client - Translate text
    -------------------------------------------------- */
/* line 123, ../sass/partials/_mv-reset.scss */
#l10n-client.hidden {
  display: block;
  visibility: visible;
}

/*! --------------------------------------------------
    Import fonts here with this url --> src: font-url
    -------------------------------------------------- */
@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-r-webfont.eot");
  src: url("../fonts/ubuntu-r-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-r-webfont.woff") format("woff"), url("../fonts/ubuntu-r-webfont.ttf") format("truetype"), url("../fonts/ubuntu-r-webfont.svg#ubunturegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-ri-webfont.eot");
  src: url("../fonts/ubuntu-ri-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-ri-webfont.woff") format("woff"), url("../fonts/ubuntu-ri-webfont.ttf") format("truetype"), url("../fonts/ubuntu-ri-webfont.svg#ubuntuitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-b-webfont.eot");
  src: url("../fonts/ubuntu-b-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-b-webfont.woff") format("woff"), url("../fonts/ubuntu-b-webfont.ttf") format("truetype"), url("../fonts/ubuntu-b-webfont.svg#ubuntubold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-bi-webfont.eot");
  src: url("../fonts/ubuntu-bi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-bi-webfont.woff") format("woff"), url("../fonts/ubuntu-bi-webfont.ttf") format("truetype"), url("../fonts/ubuntu-bi-webfont.svg#ubuntubold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-l-webfont.eot");
  src: url("../fonts/ubuntu-l-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-l-webfont.woff") format("woff"), url("../fonts/ubuntu-l-webfont.ttf") format("truetype"), url("../fonts/ubuntu-l-webfont.svg#ubuntulight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-li-webfont.eot");
  src: url("../fonts/ubuntu-li-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-li-webfont.woff") format("woff"), url("../fonts/ubuntu-li-webfont.ttf") format("truetype"), url("../fonts/ubuntu-li-webfont.svg#ubuntulight_italic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-m-webfont.eot");
  src: url("../fonts/ubuntu-m-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-m-webfont.woff") format("woff"), url("../fonts/ubuntu-m-webfont.ttf") format("truetype"), url("../fonts/ubuntu-m-webfont.svg#ubuntumedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-mi-webfont.eot");
  src: url("../fonts/ubuntu-mi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-mi-webfont.woff") format("woff"), url("../fonts/ubuntu-mi-webfont.ttf") format("truetype"), url("../fonts/ubuntu-mi-webfont.svg#ubuntumedium_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'ubuntu_condensedregular';
  src: url("../fonts/ubuntu-c-webfont.eot");
  src: url("../fonts/ubuntu-c-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-c-webfont.woff") format("woff"), url("../fonts/ubuntu-c-webfont.ttf") format("truetype"), url("../fonts/ubuntu-c-webfont.svg#ubuntu_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amatic';
  src: url("../fonts/amatic-bold-webfont.eot");
  src: url("../fonts/amatic-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amatic-bold-webfont.woff") format("woff"), url("../fonts/amatic-bold-webfont.ttf") format("truetype"), url("../fonts/amatic-bold-webfont.svg#amaticbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'amatic';
  src: url("../fonts/amaticsc-regular-webfont.eot");
  src: url("../fonts/amaticsc-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amaticsc-regular-webfont.woff") format("woff"), url("../fonts/amaticsc-regular-webfont.ttf") format("truetype"), url("../fonts/amaticsc-regular-webfont.svg#amatic_scregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*  --------------------------------------------------
    Main style
    - Clearfix: @extend %clearfix;
    -------------------------------------------------- */
/* Typography ------------------------- */
/* Font-size tool: riddle.pl/emcalc */
/* line 26, ../sass/styles.scss */
body {
  font: 0.875em/1.5 "ubunturegular", Arial, Helvetica, sans-serif;
  font-weight: 200;
  color: #4f4745;
}

/* line 32, ../sass/styles.scss */
a,
a:link,
a:visited {
  text-decoration: none;
  color: #947c63;
}

/* line 35, ../sass/styles.scss */
a:hover {
  color: #aa9580;
}

/* line 37, ../sass/styles.scss */
h1, h2, h3, h4, h5 {
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: lowercase;
  line-height: 1em;
}

/* line 43, ../sass/styles.scss */
h1 {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0px 0px 30px 0px;
}

/* line 44, ../sass/styles.scss */
h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* line 45, ../sass/styles.scss */
h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

/* line 46, ../sass/styles.scss */
h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 47, ../sass/styles.scss */
h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 49, ../sass/styles.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 54, ../sass/styles.scss */
::-moz-selection {
  background: #4d4d4d;
  color: #ffffff;
  text-shadow: none;
}

/* line 55, ../sass/styles.scss */
::selection {
  background: #4d4d4d;
  color: #ffffff;
  text-shadow: none;
}

/*	--------------------------------------------------
	Structure
	-------------------------------------------------- */
/* line 61, ../sass/styles.scss */
#main {
  position: relative;
  margin-top: 80px;
  padding: 30px 5% 30px 5%;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media only screen and (min-width: 0) and (max-width: 60em) {
  /* line 61, ../sass/styles.scss */
  #main {
    margin-top: 60px;
  }
}

/*	--------------------------------------------------
	DS layout
	-------------------------------------------------- */
/* line 79, ../sass/styles.scss */
.ds-3col-stacked-fluid > *,
.ds-3col-stacked-fluid.group-one-sidebar > * {
  float: none;
  width: 100%;
}
/* line 84, ../sass/styles.scss */
.ds-3col-stacked-fluid .group-left,
.ds-3col-stacked-fluid.group-one-sidebar .group-left {
  width: 100%;
  padding: 40px 0px 55px 0px;
  background: url("../images/pattern-chalkboard.jpg") no-repeat top center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
/* line 92, ../sass/styles.scss */
.ds-3col-stacked-fluid .group-left > .field,
.ds-3col-stacked-fluid.group-one-sidebar .group-left > .field {
  width: 635px;
  max-width: 90%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}
/* line 96, ../sass/styles.scss */
.ds-3col-stacked-fluid .group-left a,
.ds-3col-stacked-fluid.group-one-sidebar .group-left a {
  color: #ffffff;
}
/* line 101, ../sass/styles.scss */
.ds-3col-stacked-fluid .group-middle,
.ds-3col-stacked-fluid.group-one-sidebar .group-middle {
  width: 635px;
  max-width: 90%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
  float: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 108, ../sass/styles.scss */
.ds-3col-stacked-fluid .group-footer,
.ds-3col-stacked-fluid.group-one-sidebar .group-footer {
  border-top: 1px solid #e0dfdc;
}
/* line 111, ../sass/styles.scss */
.ds-3col-stacked-fluid .group-footer > div,
.ds-3col-stacked-fluid.group-one-sidebar .group-footer > div {
  width: 635px;
  max-width: 90%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}

/*	--------------------------------------------------
	Header
	-------------------------------------------------- */
/* line 121, ../sass/styles.scss */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  padding: 20px 0px 20px;
  border-bottom: 1px solid #ecebea;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  text-transform: uppercase;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 137, ../sass/styles.scss */
#header:hover {
  background: rgba(255, 255, 255, 0.95);
}
@media only screen and (min-width: 0) and (max-width: 72em) {
  /* line 121, ../sass/styles.scss */
  #header {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 60em) {
  /* line 121, ../sass/styles.scss */
  #header {
    padding: 0px;
    height: 60px;
  }
}
/* line 150, ../sass/styles.scss */
#header .section {
  width: 90%;
  max-width: 90%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}
/* line 154, ../sass/styles.scss */
#header #logo {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -90px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 161, ../sass/styles.scss */
#header #logo img {
  width: 180px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media only screen and (min-width: 0) and (max-width: 60em) {
  /* line 154, ../sass/styles.scss */
  #header #logo {
    top: 5px;
    margin-left: -75px;
  }
  /* line 169, ../sass/styles.scss */
  #header #logo img {
    width: 150px;
  }
}
/* line 181, ../sass/styles.scss */
#header .main-menu-left .content p,
#header .main-menu-right .content p,
#header .social-links .content p {
  margin: 0px;
}
/* line 185, ../sass/styles.scss */
#header .main-menu-left .content a,
#header .main-menu-right .content a,
#header .social-links .content a {
  color: #947c63;
}
/* line 187, ../sass/styles.scss */
#header .main-menu-left .content a.active, #header .main-menu-left .content a.active-trail,
#header .main-menu-right .content a.active,
#header .main-menu-right .content a.active-trail,
#header .social-links .content a.active,
#header .social-links .content a.active-trail {
  border-bottom: 1px dashed #d3c8bd;
  font-weight: bold;
  letter-spacing: 0.02em;
}
/* line 195, ../sass/styles.scss */
#header .main-menu-left .content ul,
#header .main-menu-right .content ul,
#header .social-links .content ul {
  margin: 0px;
  padding: 0px;
}
/* line 145, ../sass/partials/_mixins.scss */
#header .main-menu-left .content ul li,
#header .main-menu-right .content ul li,
#header .social-links .content ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
/* line 197, ../sass/styles.scss */
#header .main-menu-left .content ul li,
#header .main-menu-right .content ul li,
#header .social-links .content ul li {
  float: left;
  margin: 0px 20px 0px 20px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media only screen and (min-width: 0) and (max-width: 85.714em) {
  /* line 197, ../sass/styles.scss */
  #header .main-menu-left .content ul li,
  #header .main-menu-right .content ul li,
  #header .social-links .content ul li {
    margin: 0px 10px 0px 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 72em) {
  /* line 197, ../sass/styles.scss */
  #header .main-menu-left .content ul li,
  #header .main-menu-right .content ul li,
  #header .social-links .content ul li {
    margin: 5px 10px 0px 10px;
  }
}
/* line 214, ../sass/styles.scss */
#header .main-menu-left {
  float: left;
}
/* line 218, ../sass/styles.scss */
#header .main-menu-left .content li:first-child {
  margin-left: 0px;
}
/* line 219, ../sass/styles.scss */
#header .main-menu-left .content li:last-child {
  margin-right: 0px;
}
/* line 224, ../sass/styles.scss */
#header .main-menu-right {
  float: right;
}
/* line 228, ../sass/styles.scss */
#header .main-menu-right .content li:first-child {
  margin-left: 0px;
}
/* line 229, ../sass/styles.scss */
#header .main-menu-right .content li:last-child {
  margin-right: 0px;
}
/* line 234, ../sass/styles.scss */
#header .social-links {
  float: right;
  margin-left: 60px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media only screen and (min-width: 0) and (max-width: 85.714em) {
  /* line 234, ../sass/styles.scss */
  #header .social-links {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 72em) {
  /* line 234, ../sass/styles.scss */
  #header .social-links {
    margin-top: 5px;
  }
}
/* line 247, ../sass/styles.scss */
#header .social-links .content a {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0px 5px 0px 5px;
  text-indent: -5555px;
  overflow: hidden;
}
/* line 256, ../sass/styles.scss */
#header .social-links .btn-social-instagram {
  background: url("../images/social-instagram.png") no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 256, ../sass/styles.scss */
  #header .social-links .btn-social-instagram {
    background-image: url("../images/social-instagram-hires.png");
    background-size: 20px 19px;
  }
}
/* line 264, ../sass/styles.scss */
#header .social-links .btn-social-pinterest {
  background: url("../images/social-pinterest.png") no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 264, ../sass/styles.scss */
  #header .social-links .btn-social-pinterest {
    background-image: url("../images/social-pinterest-hires.png");
    background-size: 19px 19px;
  }
}
/* line 272, ../sass/styles.scss */
#header .social-links .btn-social-facebook {
  background: url("../images/social-facebook.png") no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 272, ../sass/styles.scss */
  #header .social-links .btn-social-facebook {
    background-image: url("../images/social-facebook-hires.png");
    background-size: 20px 19px;
  }
}
/* line 280, ../sass/styles.scss */
#header .social-links .btn-social-twitter {
  background: url("../images/social-twitter.png") no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 280, ../sass/styles.scss */
  #header .social-links .btn-social-twitter {
    background-image: url("../images/social-twitter-hires.png");
    background-size: 21px 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 60em) {
  /* line 290, ../sass/styles.scss */
  #header .region-header {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px 0px 20px 0px;
    background: #564E45;
    background: rgba(86, 78, 69, 0.95);
  }
  /* line 300, ../sass/styles.scss */
  #header .region-header.visible {
    display: block;
  }
  /* line 304, ../sass/styles.scss */
  #header .region-header .social-links {
    display: none;
  }
  /* line 308, ../sass/styles.scss */
  #header .region-header .main-menu-left,
  #header .region-header .main-menu-right {
    margin: 0px;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  /* line 317, ../sass/styles.scss */
  #header .region-header .main-menu-left .content ul li,
  #header .region-header .main-menu-right .content ul li {
    float: none;
    width: 100%;
    margin: 0px;
    color: #ffffff;
    text-align: center;
  }
  /* line 324, ../sass/styles.scss */
  #header .region-header .main-menu-left .content ul li a,
  #header .region-header .main-menu-right .content ul li a {
    padding: 5px 0px 5px 0px;
    color: white;
  }
}
/* line 333, ../sass/styles.scss */
#header .btn-resp {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  display: none;
  background: url("../images/icon-menu.png") no-repeat center center;
  cursor: pointer;
}
@media only screen and (min-width: 0) and (max-width: 60em) {
  /* line 333, ../sass/styles.scss */
  #header .btn-resp {
    display: block;
  }
}

/* line 353, ../sass/styles.scss */
.logged-in #header {
  top: 64px;
}

/*	--------------------------------------------------
	Admin styles
	-------------------------------------------------- */
/* line 361, ../sass/styles.scss */
#toolbar {
  box-shadow: none;
}

/* line 365, ../sass/styles.scss */
div.messages {
  margin: 0px;
  border: 0px;
}

/*	--------------------------------------------------
	Page
	-------------------------------------------------- */
/* line 376, ../sass/styles.scss */
.node-type-page h1 {
  margin: 0px;
}
/* line 380, ../sass/styles.scss */
.node-type-page .field-name-body {
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #c2c2c2;
}
/* line 386, ../sass/styles.scss */
.node-type-page .field-name-body p {
  margin: 12px 0px 0px 0px;
}
/* line 391, ../sass/styles.scss */
.node-type-page #main {
  padding: 0px;
}
/* line 396, ../sass/styles.scss */
.node-type-page .region-content .block-views {
  width: 90%;
  max-width: 90%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 50px;
  padding-bottom: 4%;
}

/*	--------------------------------------------------
	Homepage
	-------------------------------------------------- */
/* line 414, ../sass/styles.scss */
.front .ds-3col-stacked-fluid .group-left,
.front .ds-3col-stacked-fluid.group-one-sidebar .group-left {
  padding-bottom: 0px;
  background: none;
}
/* line 417, ../sass/styles.scss */
.front .ds-3col-stacked-fluid .group-left .field-name-body,
.front .ds-3col-stacked-fluid.group-one-sidebar .group-left .field-name-body {
  font-size: 26px;
  font-size: 1.625rem;
  color: #947c63;
}
/* line 423, ../sass/styles.scss */
.front .ds-3col-stacked-fluid .group-footer,
.front .ds-3col-stacked-fluid.group-one-sidebar .group-footer {
  border: 0px;
}
/* line 428, ../sass/styles.scss */
.front h1 {
  display: none;
}
/* line 433, ../sass/styles.scss */
.front .region-content .home-slider {
  width: auto;
  max-width: none;
  padding: 0px;
}
/* line 438, ../sass/styles.scss */
.front .region-content .home-slider .field_top_image {
  position: relative;
  min-height: 519px;
  background: no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 0) and (max-width: 60em) {
  /* line 438, ../sass/styles.scss */
  .front .region-content .home-slider .field_top_image {
    min-height: 440px;
  }
}
/* line 448, ../sass/styles.scss */
.front .region-content .home-slider .field_top_image .gradient {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: url("../images/top-slider-gradient.png") repeat-y top right;
  background-size: 50% auto;
}
/* line 459, ../sass/styles.scss */
.front .region-content .home-slider .field_top_image .top-slider-info {
  position: relative;
  z-index: 100;
  float: right;
  width: 340px;
  max-width: 90%;
  min-height: 250px;
  padding: 3% 5% 2% 5%;
  color: #ffffff;
}
@media only screen and (min-width: 0) and (max-width: 40.571em) {
  /* line 459, ../sass/styles.scss */
  .front .region-content .home-slider .field_top_image .top-slider-info {
    min-height: 0;
    max-width: none;
    width: 80%;
    margin: 15% 5% 5% 5%;
    padding: 2% 5% 70px 5%;
    background: #4d4d4d;
    background: rgba(52, 52, 52, 0.9);
    text-align: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 40.571em) and (min-width: 0) and (max-width: 60em) {
  /* line 459, ../sass/styles.scss */
  .front .region-content .home-slider .field_top_image .top-slider-info {
    padding-bottom: 5%;
  }
}

/* line 484, ../sass/styles.scss */
.front .region-content .home-slider .field_top_image .top-slider-info h2 {
  margin-bottom: 0px;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (min-width: 0) and (max-width: 40.571em) {
  /* line 484, ../sass/styles.scss */
  .front .region-content .home-slider .field_top_image .top-slider-info h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
/* line 492, ../sass/styles.scss */
.front .region-content .home-slider .field_top_image .top-slider-info a {
  color: #ffffff;
}
/* line 496, ../sass/styles.scss */
.front .region-content .home-slider .field_top_image .top-slider-info .top-link {
  margin-top: 20px;
}
/* line 498, ../sass/styles.scss */
.front .region-content .home-slider .field_top_image .top-slider-info .top-link a {
  vertical-align: top;
  height: 42px;
  border: 1px solid #ffffff;
  padding: 0px 15px 0px 15px;
  background: none;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  opacity: 0.8;
  -moz-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  display: inline-block;
  height: auto;
  margin-top: 0px;
  padding-top: 14px;
  padding-bottom: 12px;
  font-family: "ubunturegular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: inherit;
}
/* line 184, ../sass/partials/_mixins.scss */
.front .region-content .home-slider .field_top_image .top-slider-info .top-link a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
/* line 506, ../sass/styles.scss */
.front .region-content .home-slider .view-home-top-slider {
  position: relative;
  /* pager */
}
/* line 199, ../sass/partials/_mixins.scss */
.front .region-content .home-slider .view-home-top-slider .flex-control-nav, .front .region-content .home-slider .view-home-top-slider .flex-direction-nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/* line 200, ../sass/partials/_mixins.scss */
.front .region-content .home-slider .view-home-top-slider .flex-control-nav li, .front .region-content .home-slider .view-home-top-slider .flex-direction-nav li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
/* line 201, ../sass/partials/_mixins.scss */
.front .region-content .home-slider .view-home-top-slider .flex-control-nav li a, .front .region-content .home-slider .view-home-top-slider .flex-direction-nav li a {
  display: inline-block;
  outline: none;
}
/* line 508, ../sass/styles.scss */
.front .region-content .home-slider .view-home-top-slider .view-content {
  margin: 0px;
  padding: 0px;
}
/* line 206, ../sass/partials/_mixins.scss */
.front .region-content .home-slider .view-home-top-slider .view-content > * {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  position: relative;
}
/* line 209, ../sass/partials/_mixins.scss */
.front .region-content .home-slider .view-home-top-slider .view-content > *:first-child {
  display: block;
}
/* line 511, ../sass/styles.scss */
.front .region-content .home-slider .view-home-top-slider .flex-control-nav {
  position: absolute;
  bottom: 8%;
  left: 0;
  z-index: 150;
  width: 100%;
  text-align: center;
}
/* line 518, ../sass/styles.scss */
.front .region-content .home-slider .view-home-top-slider .flex-control-nav li {
  display: inline-block;
}
/* line 520, ../sass/styles.scss */
.front .region-content .home-slider .view-home-top-slider .flex-control-nav li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 5px 0px 5px;
  overflow: hidden;
  line-height: 1em;
  text-indent: -5555px;
  border: 1px solid #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
/* line 532, ../sass/styles.scss */
.front .region-content .home-slider .view-home-top-slider .flex-control-nav li a.flex-active {
  background: #ffffff;
}

/*	--------------------------------------------------
	Search block
	-------------------------------------------------- */
/* line 547, ../sass/styles.scss */
#block-kitchenroots-helper-kitchenroots-search-form,
#search-api-page-search-form {
  position: absolute;
  top: 125px;
  right: 60px;
  opacity: 0.5;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 555, ../sass/styles.scss */
#block-kitchenroots-helper-kitchenroots-search-form:hover,
#search-api-page-search-form:hover {
  opacity: 1;
}
@media only screen and (min-width: 0) and (max-width: 72em) {
  /* line 547, ../sass/styles.scss */
  #block-kitchenroots-helper-kitchenroots-search-form,
  #search-api-page-search-form {
    display: none;
  }
}

/* line 564, ../sass/styles.scss */
#kitchenroots-helper-search-form,
#search-api-page-search-form > div {
  padding: 4px;
  border: 1px solid #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 571, ../sass/styles.scss */
#kitchenroots-helper-search-form .form-item,
#search-api-page-search-form > div .form-item {
  float: left;
  margin: 0px;
  background: #ffffff;
}
/* line 575, ../sass/styles.scss */
#kitchenroots-helper-search-form .form-item label,
#search-api-page-search-form > div .form-item label {
  display: none;
}
/* line 579, ../sass/styles.scss */
#kitchenroots-helper-search-form input.form-text,
#search-api-page-search-form > div input.form-text {
  float: left;
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 585, ../sass/styles.scss */
#kitchenroots-helper-search-form input.form-submit,
#search-api-page-search-form > div input.form-submit {
  float: left;
  border: 0px;
  color: #ffffff;
}

/*	--------------------------------------------------
	Views
	-------------------------------------------------- */
/* line 599, ../sass/styles.scss */
.teasers-block-large .views-row {
  float: left;
  width: 49%;
  margin: 0% 2% 2% 0%;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 605, ../sass/styles.scss */
.teasers-block-large .views-row:hover {
  opacity: 0.8;
}
/* line 609, ../sass/styles.scss */
.teasers-block-large .views-row:nth-child(odd) {
  clear: both;
}
/* line 613, ../sass/styles.scss */
.teasers-block-large .views-row:nth-child(even) {
  margin-right: 0px;
}
@media only screen and (min-width: 0) and (max-width: 40.571em) {
  /* line 599, ../sass/styles.scss */
  .teasers-block-large .views-row {
    width: 100%;
    margin-right: 0px;
  }
}
/* line 622, ../sass/styles.scss */
.teasers-block-large .views-row > * {
  padding: 0px 10px 0px 10px;
}
/* line 626, ../sass/styles.scss */
.teasers-block-large .views-row .views-field-field-teaser-image {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
/* line 632, ../sass/styles.scss */
.teasers-block-large .views-row .views-field-title {
  margin-top: 15px;
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #0d0b08;
  line-height: 1.2em;
  text-transform: uppercase;
}
/* line 640, ../sass/styles.scss */
.teasers-block-large .views-row .views-field-title a {
  color: #0d0b08;
}

/* line 651, ../sass/styles.scss */
.teasers-block-small .views-row,
.teasers-block-small .node,
.search-results .views-row,
.search-results .node {
  float: left;
  width: 18.8%;
  margin: 0% 1.5% 30px 0%;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 658, ../sass/styles.scss */
.teasers-block-small .views-row:hover,
.teasers-block-small .node:hover,
.search-results .views-row:hover,
.search-results .node:hover {
  opacity: 0.8;
}
/* line 663, ../sass/styles.scss */
.teasers-block-small .views-row:nth-child(5n+1),
.teasers-block-small .node:nth-child(5n+1),
.search-results .views-row:nth-child(5n+1),
.search-results .node:nth-child(5n+1) {
  clear: both;
}
/* line 667, ../sass/styles.scss */
.teasers-block-small .views-row:nth-child(5n),
.teasers-block-small .node:nth-child(5n),
.search-results .views-row:nth-child(5n),
.search-results .node:nth-child(5n) {
  margin-right: 0px;
}
@media only screen and (min-width: 0) and (max-width: 85.714em) {
  /* line 651, ../sass/styles.scss */
  .teasers-block-small .views-row,
  .teasers-block-small .node,
  .search-results .views-row,
  .search-results .node {
    width: 23.8%;
  }
  /* line 673, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(5n+1),
  .teasers-block-small .node:nth-child(5n+1),
  .search-results .views-row:nth-child(5n+1),
  .search-results .node:nth-child(5n+1) {
    clear: none;
  }
  /* line 674, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(5n),
  .teasers-block-small .node:nth-child(5n),
  .search-results .views-row:nth-child(5n),
  .search-results .node:nth-child(5n) {
    margin-right: 1.5%;
  }
  /* line 676, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(4n+1),
  .teasers-block-small .node:nth-child(4n+1),
  .search-results .views-row:nth-child(4n+1),
  .search-results .node:nth-child(4n+1) {
    clear: both;
  }
  /* line 677, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(4n),
  .teasers-block-small .node:nth-child(4n),
  .search-results .views-row:nth-child(4n),
  .search-results .node:nth-child(4n) {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 0) and (max-width: 60em) {
  /* line 651, ../sass/styles.scss */
  .teasers-block-small .views-row,
  .teasers-block-small .node,
  .search-results .views-row,
  .search-results .node {
    width: 32.3%;
  }
  /* line 682, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(5n+1), .teasers-block-small .views-row:nth-child(4n+1),
  .teasers-block-small .node:nth-child(5n+1),
  .teasers-block-small .node:nth-child(4n+1),
  .search-results .views-row:nth-child(5n+1),
  .search-results .views-row:nth-child(4n+1),
  .search-results .node:nth-child(5n+1),
  .search-results .node:nth-child(4n+1) {
    clear: none;
  }
  /* line 683, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(5n), .teasers-block-small .views-row:nth-child(4n),
  .teasers-block-small .node:nth-child(5n),
  .teasers-block-small .node:nth-child(4n),
  .search-results .views-row:nth-child(5n),
  .search-results .views-row:nth-child(4n),
  .search-results .node:nth-child(5n),
  .search-results .node:nth-child(4n) {
    margin-right: 1.5%;
  }
  /* line 684, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(3n+1),
  .teasers-block-small .node:nth-child(3n+1),
  .search-results .views-row:nth-child(3n+1),
  .search-results .node:nth-child(3n+1) {
    clear: both;
  }
  /* line 685, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(3n),
  .teasers-block-small .node:nth-child(3n),
  .search-results .views-row:nth-child(3n),
  .search-results .node:nth-child(3n) {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 0) and (max-width: 40.571em) {
  /* line 651, ../sass/styles.scss */
  .teasers-block-small .views-row,
  .teasers-block-small .node,
  .search-results .views-row,
  .search-results .node {
    width: 49.2%;
  }
  /* line 690, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(5n+1), .teasers-block-small .views-row:nth-child(4n+1), .teasers-block-small .views-row:nth-child(3n+1),
  .teasers-block-small .node:nth-child(5n+1),
  .teasers-block-small .node:nth-child(4n+1),
  .teasers-block-small .node:nth-child(3n+1),
  .search-results .views-row:nth-child(5n+1),
  .search-results .views-row:nth-child(4n+1),
  .search-results .views-row:nth-child(3n+1),
  .search-results .node:nth-child(5n+1),
  .search-results .node:nth-child(4n+1),
  .search-results .node:nth-child(3n+1) {
    clear: none;
  }
  /* line 691, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(5n), .teasers-block-small .views-row:nth-child(4n), .teasers-block-small .views-row:nth-child(3n),
  .teasers-block-small .node:nth-child(5n),
  .teasers-block-small .node:nth-child(4n),
  .teasers-block-small .node:nth-child(3n),
  .search-results .views-row:nth-child(5n),
  .search-results .views-row:nth-child(4n),
  .search-results .views-row:nth-child(3n),
  .search-results .node:nth-child(5n),
  .search-results .node:nth-child(4n),
  .search-results .node:nth-child(3n) {
    margin-right: 1.5%;
  }
  /* line 692, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(2n+1),
  .teasers-block-small .node:nth-child(2n+1),
  .search-results .views-row:nth-child(2n+1),
  .search-results .node:nth-child(2n+1) {
    clear: both;
  }
  /* line 693, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(2n),
  .teasers-block-small .node:nth-child(2n),
  .search-results .views-row:nth-child(2n),
  .search-results .node:nth-child(2n) {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 0) and (max-width: 25em) {
  /* line 651, ../sass/styles.scss */
  .teasers-block-small .views-row,
  .teasers-block-small .node,
  .search-results .views-row,
  .search-results .node {
    width: 100%;
    margin-right: 0px;
  }
  /* line 699, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(5n+1), .teasers-block-small .views-row:nth-child(4n+1), .teasers-block-small .views-row:nth-child(3n+1), .teasers-block-small .views-row:nth-child(2n+1),
  .teasers-block-small .node:nth-child(5n+1),
  .teasers-block-small .node:nth-child(4n+1),
  .teasers-block-small .node:nth-child(3n+1),
  .teasers-block-small .node:nth-child(2n+1),
  .search-results .views-row:nth-child(5n+1),
  .search-results .views-row:nth-child(4n+1),
  .search-results .views-row:nth-child(3n+1),
  .search-results .views-row:nth-child(2n+1),
  .search-results .node:nth-child(5n+1),
  .search-results .node:nth-child(4n+1),
  .search-results .node:nth-child(3n+1),
  .search-results .node:nth-child(2n+1) {
    clear: none;
  }
  /* line 700, ../sass/styles.scss */
  .teasers-block-small .views-row:nth-child(5n), .teasers-block-small .views-row:nth-child(4n), .teasers-block-small .views-row:nth-child(3n), .teasers-block-small .views-row:nth-child(2n),
  .teasers-block-small .node:nth-child(5n),
  .teasers-block-small .node:nth-child(4n),
  .teasers-block-small .node:nth-child(3n),
  .teasers-block-small .node:nth-child(2n),
  .search-results .views-row:nth-child(5n),
  .search-results .views-row:nth-child(4n),
  .search-results .views-row:nth-child(3n),
  .search-results .views-row:nth-child(2n),
  .search-results .node:nth-child(5n),
  .search-results .node:nth-child(4n),
  .search-results .node:nth-child(3n),
  .search-results .node:nth-child(2n) {
    margin-right: 1.5%;
  }
}
/* line 703, ../sass/styles.scss */
.teasers-block-small .views-row > *,
.teasers-block-small .node > *,
.search-results .views-row > *,
.search-results .node > * {
  padding: 0px 10px 0px 10px;
}
/* line 707, ../sass/styles.scss */
.teasers-block-small .views-row .views-field-field-teaser-image,
.teasers-block-small .node .views-field-field-teaser-image,
.search-results .views-row .views-field-field-teaser-image,
.search-results .node .views-field-field-teaser-image {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
/* line 713, ../sass/styles.scss */
.teasers-block-small .views-row .views-field-title,
.teasers-block-small .views-row .field-name-title,
.teasers-block-small .node .views-field-title,
.teasers-block-small .node .field-name-title,
.search-results .views-row .views-field-title,
.search-results .views-row .field-name-title,
.search-results .node .views-field-title,
.search-results .node .field-name-title {
  margin-top: 18px;
  color: #0d0b08;
  line-height: 1.2em;
  font-weight: 500;
}
/* line 720, ../sass/styles.scss */
.teasers-block-small .views-row .views-field-title a,
.teasers-block-small .views-row .field-name-title a,
.teasers-block-small .node .views-field-title a,
.teasers-block-small .node .field-name-title a,
.search-results .views-row .views-field-title a,
.search-results .views-row .field-name-title a,
.search-results .node .views-field-title a,
.search-results .node .field-name-title a {
  color: #0d0b08;
}

/* line 732, ../sass/styles.scss */
.page-episodes-search .search-api-page-results > h2,
.page-recipes-search .search-api-page-results > h2 {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
}
/* line 737, ../sass/styles.scss */
.page-episodes-search #main,
.page-recipes-search #main {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 742, ../sass/styles.scss */
.page-episodes-search #node,
.page-recipes-search #node {
  width: 100%;
  padding: 50px 0px 55px 0px;
  background: url("../images/pattern-chalkboard.jpg") no-repeat top center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
/* line 750, ../sass/styles.scss */
.page-episodes-search #node > *,
.page-recipes-search #node > * {
  width: 635px;
  max-width: 90%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}
/* line 754, ../sass/styles.scss */
.page-episodes-search #node a,
.page-recipes-search #node a {
  color: #ffffff;
}
/* line 759, ../sass/styles.scss */
.page-episodes-search .search-performance,
.page-recipes-search .search-performance {
  display: none;
}
/* line 763, ../sass/styles.scss */
.page-episodes-search #search-results,
.page-recipes-search #search-results {
  width: 90%;
  max-width: 90%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}
/* line 767, ../sass/styles.scss */
.page-episodes-search .search-results,
.page-recipes-search .search-results {
  margin: 0px;
  padding: 0px;
}
/* line 145, ../sass/partials/_mixins.scss */
.page-episodes-search .search-results li,
.page-recipes-search .search-results li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}

/* line 774, ../sass/styles.scss */
.footer-blocks {
  width: 90%;
  max-width: 90%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 40px;
  padding-bottom: 0px;
}
/* line 780, ../sass/styles.scss */
.footer-blocks .views-row {
  float: left;
  width: 25.33%;
  padding: 0% 4% 0% 4%;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 40.571em) {
  /* line 780, ../sass/styles.scss */
  .footer-blocks .views-row {
    width: 92%;
    margin: 0% 0% 30px 0%;
  }
}
/* line 791, ../sass/styles.scss */
.footer-blocks .views-row .views-field-field-page-type {
  margin-bottom: 15px;
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  color: #947c63;
}
/* line 801, ../sass/styles.scss */
.footer-blocks .views-row .views-field-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #695d51;
}
/* line 806, ../sass/styles.scss */
.footer-blocks .views-row .views-field-title a {
  color: #695d51;
}

/*	--------------------------------------------------
	Basic page
	-------------------------------------------------- */
/* line 821, ../sass/styles.scss */
.node-type-basic-page #header,
.page-comment #header,
.node-type-webform #header {
  border-bottom: 0px;
}
/* line 825, ../sass/styles.scss */
.node-type-basic-page #main,
.page-comment #main,
.node-type-webform #main {
  padding: 0px;
}
/* line 829, ../sass/styles.scss */
.node-type-basic-page .top-image-item,
.page-comment .top-image-item,
.node-type-webform .top-image-item {
  height: 480px;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}
/* line 837, ../sass/styles.scss */
.node-type-basic-page .field-name-field-subtitle,
.page-comment .field-name-field-subtitle,
.node-type-webform .field-name-field-subtitle {
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #c2c2c2;
}
/* line 844, ../sass/styles.scss */
.node-type-basic-page .field-name-field-content-images,
.page-comment .field-name-field-content-images,
.node-type-webform .field-name-field-content-images {
  margin: 35px 0px 35px 0px;
}

/* line 850, ../sass/styles.scss */
.page-comment-delete #main {
  position: relative;
  margin-top: 80px;
  padding: 30px 5% 30px 5%;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media only screen and (min-width: 0) and (max-width: 60em) {
  /* line 850, ../sass/styles.scss */
  .page-comment-delete #main {
    margin-top: 60px;
  }
}

/*	--------------------------------------------------
	Webform
	-------------------------------------------------- */
/* line 869, ../sass/styles.scss */
.node-type-webform .field-name-field-webform-title {
  margin: 50px 0px 35px 0px;
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #947c63;
  text-align: center;
}
/* line 877, ../sass/styles.scss */
.node-type-webform .webform-client-form {
  text-align: center;
}
/* line 881, ../sass/styles.scss */
.node-type-webform input.form-text,
.node-type-webform textarea {
  text-align: center;
}
/* line 886, ../sass/styles.scss */
.node-type-webform label {
  color: #947c63;
}
/* line 890, ../sass/styles.scss */
.node-type-webform .form-checkboxes {
  margin-bottom: 30px;
  text-align: left;
}
/* line 896, ../sass/styles.scss */
.node-type-webform .form-item.form-type-checkbox {
  float: left;
  width: 33.33%;
}
/* line 900, ../sass/styles.scss */
.node-type-webform .form-item.form-type-checkbox input {
  display: none;
}
/* line 904, ../sass/styles.scss */
.node-type-webform .form-item.form-type-checkbox label {
  display: inline-block;
  padding: 8px 10px 8px 35px;
  background: url("../images/input-checkbox.png") no-repeat 0px 7px;
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1em;
  color: #947c63;
  cursor: pointer;
}
/* line 915, ../sass/styles.scss */
.node-type-webform .form-item.form-type-checkbox input:checked + label {
  background-position: 0px -38px;
}

/*	--------------------------------------------------
	Comments
	-------------------------------------------------- */
/* line 925, ../sass/styles.scss */
#comment-confirm-delete {
  margin-top: 30px;
  text-align: center;
}

/* line 930, ../sass/styles.scss */
#comment-form {
  width: 635px;
  max-width: 90%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}
/* line 932, ../sass/styles.scss */
#comment-form .form-item-newsletter-subscribe {
  text-align: center;
  color: #947c63;
}
/* line 935, ../sass/styles.scss */
#comment-form .form-item-newsletter-subscribe input {
  margin-right: 5px;
}

/* line 941, ../sass/styles.scss */
#comments {
  padding-top: 0px;
  padding-bottom: 40px;
}
/* line 945, ../sass/styles.scss */
#comments .comment {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #e0dfdc;
}
/* line 950, ../sass/styles.scss */
#comments .comment .field-name-comment-body p {
  margin: 0px 0px 5px 0px;
}
/* line 953, ../sass/styles.scss */
#comments .comment .username {
  float: left;
  margin-right: 8px;
  font-weight: 500;
}
/* line 958, ../sass/styles.scss */
#comments .comment .field-name-post-date {
  float: left;
  font-style: italic;
}
/* line 963, ../sass/styles.scss */
#comments .comment:last-of-type {
  border-bottom: 0px;
}

/* line 971, ../sass/styles.scss */
.comment-wrapper h2 {
  margin: 40px 0px 40px 0px;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
}
/* line 976, ../sass/styles.scss */
.comment-wrapper h2.comment-form {
  margin: 0px;
  font-size: 26px;
  font-size: 1.625rem;
}
/* line 982, ../sass/styles.scss */
.comment-wrapper .form-item-name {
  float: left;
  width: 49%;
  margin-right: 2%;
}
/* line 988, ../sass/styles.scss */
.comment-wrapper .field-name-field-e-mail {
  float: left;
  width: 49%;
}
/* line 993, ../sass/styles.scss */
.comment-wrapper .field-name-comment-body {
  clear: both;
}
/* line 997, ../sass/styles.scss */
.comment-wrapper .form-actions {
  text-align: center;
}

/*	--------------------------------------------------
	Footer
	-------------------------------------------------- */
/* line 1007, ../sass/styles.scss */
#footer {
  background: url("../images/pattern-gray.png") top center;
}

/* line 1011, ../sass/styles.scss */
#footer-content {
  padding: 20px 0px 50px 0px;
  text-align: center;
  color: #a6a39f;
}
/* line 1016, ../sass/styles.scss */
#footer-content a {
  color: #a6a39f;
}
/* line 1020, ../sass/styles.scss */
#footer-content .region-footer {
  margin-top: 30px;
  padding-top: 60px;
  background: url("../images/footer-links-border.png") no-repeat top center;
  text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1020, ../sass/styles.scss */
  #footer-content .region-footer {
    background-image: url("../images/footer-links-border-hires.png");
    background-size: 516px 53px;
  }
}
/* line 1030, ../sass/styles.scss */
#footer-content .region-footer .block-menu-block {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 1034, ../sass/styles.scss */
#footer-content .region-footer .block-menu-block ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/* line 145, ../sass/partials/_mixins.scss */
#footer-content .region-footer .block-menu-block ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
/* line 1038, ../sass/styles.scss */
#footer-content .region-footer .block-menu-block ul li {
  display: inline-block;
  margin: 0px 8px 0px 8px;
}
/* line 1041, ../sass/styles.scss */
#footer-content .region-footer .block-menu-block ul li a {
  color: #695d51;
}
/* line 1050, ../sass/styles.scss */
#footer-content .region-footer .menu-name-menu-footer-menu li a {
  color: #947c63;
}
/* line 1056, ../sass/styles.scss */
#footer-content .footer-bottom-links {
  margin-top: 5px;
}
@media only screen and (min-width: 0) and (max-width: 40.571em) {
  /* line 1056, ../sass/styles.scss */
  #footer-content .footer-bottom-links {
    margin: 30px 10% 0px 10%;
  }
}

/* line 1064, ../sass/styles.scss */
#footer-bottom {
  overflow: hidden;
  padding: 38px 0px 38px 0px;
  background: url("../images/footer-pattern.jpg") top center;
  color: #ffffff;
  text-align: center;
}
/* line 1071, ../sass/styles.scss */
#footer-bottom a {
  color: #ffffff;
}
/* line 1077, ../sass/styles.scss */
#footer-bottom .block-simplenews .simplenews-subscribe,
#footer-bottom .block-simplenews p,
#footer-bottom .block-simplenews .form-item {
  display: inline-block;
  margin: 0px 2px 0px 2px;
  vertical-align: top;
}
@media only screen and (min-width: 0) and (max-width: 40.571em) {
  /* line 1077, ../sass/styles.scss */
  #footer-bottom .block-simplenews .simplenews-subscribe,
  #footer-bottom .block-simplenews p,
  #footer-bottom .block-simplenews .form-item {
    display: block;
    margin-bottom: 10px;
  }
}
/* line 1089, ../sass/styles.scss */
#footer-bottom .block-simplenews p {
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
/* line 1094, ../sass/styles.scss */
#footer-bottom .block-simplenews input.form-text {
  background: none;
  border-color: #706f6d;
  color: #706f6d;
  max-width: 170px;
}
/* line 1101, ../sass/styles.scss */
#footer-bottom .block-simplenews input.form-submit {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}

/*	--------------------------------------------------
	Form
	-------------------------------------------------- */
/* line 1113, ../sass/styles.scss */
label {
  font-weight: normal;
}

/* line 1117, ../sass/styles.scss */
input.form-text {
  height: 40px;
  width: 350px;
  max-width: 95%;
  padding: 0px 2.5% 0px 2.5%;
  border: 1px solid #e0dfdc;
  border-radius: 4px;
  background: #f7f7f7;
  font-family: "ubunturegular", Arial, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1em;
  vertical-align: top;
}

/* line 1131, ../sass/styles.scss */
textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #e0dfdc;
  border-radius: 4px;
  background: #f7f7f7;
  font-family: "ubunturegular", Arial, Helvetica, sans-serif;
}

/* line 1139, ../sass/styles.scss */
fieldset.filter-wrapper,
.grippie {
  display: none;
}

/* line 1144, ../sass/styles.scss */
input.form-submit {
  vertical-align: top;
  height: 42px;
  border: 1px solid #947c63;
  padding: 0px 15px 0px 15px;
  background: none;
  border-radius: 4px;
  text-transform: uppercase;
  color: #947c63;
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  opacity: 0.8;
  -moz-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
/* line 184, ../sass/partials/_mixins.scss */
input.form-submit:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}

/* line 1148, ../sass/styles.scss */
#edit-cancel {
  display: inline-block;
  vertical-align: top;
  height: 42px;
  border: 1px solid #a6a39f;
  padding: 0px 15px 0px 15px;
  background: none;
  border-radius: 4px;
  text-transform: uppercase;
  color: #a6a39f;
  font-family: "amatic", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  opacity: 0.8;
  -moz-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  padding-top: 8px;
  height: 32px;
  margin-left: 8px;
}
/* line 184, ../sass/partials/_mixins.scss */
#edit-cancel:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}

/*	--------------------------------------------------
	Media Queries
	-------------------------------------------------- */
/* Media Queries ------------------------- */
/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* styles here */
}
@media only screen and (min-width: 0) and (max-width: 40.571em) {
  /* styles here */
}
/* line 1170, ../sass/styles.scss */
ul.tabs.primary {
  margin: 0px;
}

/*  --------------------------------------------------
    Bottom partials
    -------------------------------------------------- */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
/* line 9, ../sass/partials/_boilerplate-bottom.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, ../sass/partials/_boilerplate-bottom.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
/* line 28, ../sass/partials/_boilerplate-bottom.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
/* line 37, ../sass/partials/_boilerplate-bottom.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
/* line 53, ../sass/partials/_boilerplate-bottom.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
* Hide visually and from screenreaders, but maintain layout
*/
/* line 67, ../sass/partials/_boilerplate-bottom.scss */
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
/* line 83, ../sass/partials/_boilerplate-bottom.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, ../sass/partials/_boilerplate-bottom.scss */
.clearfix:after {
  clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
/* line 98, ../sass/partials/_boilerplate-bottom.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
  /* line 125, ../sass/partials/_boilerplate-bottom.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 132, ../sass/partials/_boilerplate-bottom.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 137, ../sass/partials/_boilerplate-bottom.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 141, ../sass/partials/_boilerplate-bottom.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

    /*
* Don't show links for images, or javascript/internal links
*/
  /* line 149, ../sass/partials/_boilerplate-bottom.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 155, ../sass/partials/_boilerplate-bottom.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 161, ../sass/partials/_boilerplate-bottom.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 165, ../sass/partials/_boilerplate-bottom.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 170, ../sass/partials/_boilerplate-bottom.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 178, ../sass/partials/_boilerplate-bottom.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 185, ../sass/partials/_boilerplate-bottom.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*  --------------------------------------------------
    PAGE 404
    -------------------------------------------------- */
/* line 5, ../sass/partials/_error404.scss */
#page404 #wrapper {
  background: url(../images/theme/compass-frame.png) no-repeat top center;
  text-align: center;
  color: #19485d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 140px;
  margin-left: -160px;
  margin-top: -250px;
  padding: 125px 0 0;
}

/* line 8, ../sass/partials/_error404.scss */
#compass-needle {
  position: relative;
  top: -70px;
  left: 50%;
  margin-left: -26px;
  background: url(../images/theme/compass-needle.png) no-repeat center center;
  width: 52px;
  height: 52px;
}

/* line 11, ../sass/partials/_error404.scss */
#page404 #wrapper h1 {
  margin: 0px;
  font-size: 40px;
  color: #6B6258;
}

/* line 12, ../sass/partials/_error404.scss */
.error-top {
  font-weight: bold;
}

/* line 13, ../sass/partials/_error404.scss */
.error-bottom {
  font-size: .9em;
}

/* line 14, ../sass/partials/_error404.scss */
#page404 #links {
  margin-top: 20px;
}

/* line 15, ../sass/partials/_error404.scss */
#page404 #links a,
#page404 #links a:link,
#page404 #links a:visited {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  background: #d95506;
  color: #ffffff;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  /* Firefox 4 */
  -webkit-transition: background 0.3s;
  /* Safari and Chrome */
  -o-transition: background 0.3s;
  /* Opera */
}

/* line 22, ../sass/partials/_error404.scss */
#page404 #links a:hover {
  background: #fa843e;
  text-decoration: none;
}

@keyframes rotation-loop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* FIREFOX */
@-moz-keyframes rotation-loop {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
/* WEBKIT */
@-webkit-keyframes rotation-loop {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* OPERA */
@-o-keyframes rotation-loop {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
/* line 35, ../sass/partials/_error404.scss */
#compass-needle {
  -webkit-animation: rotation-loop 2s infinite linear;
  -moz-animation: rotation-loop 2s infinite linear;
  -o-animation: rotation-loop 2s infinite linear;
  animation: rotation-loop 2s infinite linear;
}
