/*$font-weight-bold:700;*/
/* $screen-xs-min: 480px;
$screen-sm-min: 768px;
$screen-md-min: 992px;
$screen-lg-min: 1200px;
 */
/* SETTINGS */
/* IMPORTS */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, ../sass/frameworks/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/frameworks/bootstrap/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

/* line 89, ../sass/frameworks/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

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

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

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

/* line 153, ../sass/frameworks/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

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

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

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

/* line 184, ../sass/frameworks/bootstrap/_normalize.scss */
img {
  border: 0;
}

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

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

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

/* line 221, ../sass/frameworks/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

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

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

/* line 266, ../sass/frameworks/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 399, ../sass/frameworks/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

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

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

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

/* line 11, ../sass/frameworks/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/frameworks/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../sass/frameworks/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/frameworks/bootstrap/_scaffolding.scss */
body {
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
}

/* line 36, ../sass/frameworks/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../sass/frameworks/bootstrap/_scaffolding.scss */
a {
  color: #ef95cf;
  text-decoration: none;
}
/* line 52, ../sass/frameworks/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #e553b1;
  text-decoration: underline;
}
/* line 58, ../sass/frameworks/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../sass/frameworks/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../sass/frameworks/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../sass/frameworks/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../sass/frameworks/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 0;
}

/* line 93, ../sass/frameworks/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 0;
  line-height: 1.42857;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../sass/frameworks/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../sass/frameworks/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../sass/frameworks/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../sass/frameworks/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../sass/frameworks/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lora", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../sass/frameworks/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../sass/frameworks/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../sass/frameworks/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../sass/frameworks/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../sass/frameworks/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../sass/frameworks/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../sass/frameworks/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../sass/frameworks/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../sass/frameworks/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../sass/frameworks/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../sass/frameworks/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../sass/frameworks/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../sass/frameworks/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/frameworks/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../sass/frameworks/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../sass/frameworks/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../sass/frameworks/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../sass/frameworks/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../sass/frameworks/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../sass/frameworks/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../sass/frameworks/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../sass/frameworks/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../sass/frameworks/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 99, ../sass/frameworks/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../sass/frameworks/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../sass/frameworks/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #ef95cf;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #e869bb;
}

/* line 5, ../sass/frameworks/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #449d44;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #357935;
}

/* line 5, ../sass/frameworks/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../sass/frameworks/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../sass/frameworks/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #d00000;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #9d0000;
}

/* line 119, ../sass/frameworks/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass/frameworks/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #ef95cf;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #e869bb;
}

/* line 5, ../sass/frameworks/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #eaf6ea;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c7e6c7;
}

/* line 5, ../sass/frameworks/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../sass/frameworks/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../sass/frameworks/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #fff9f9;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #ffc6c6;
}

/* line 138, ../sass/frameworks/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../sass/frameworks/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../sass/frameworks/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass/frameworks/bootstrap/_type.scss */
.list-unstyled, .main-menu ul {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass/frameworks/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../sass/frameworks/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../sass/frameworks/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../sass/frameworks/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../sass/frameworks/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass/frameworks/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 211, ../sass/frameworks/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../sass/frameworks/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass/frameworks/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../sass/frameworks/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../sass/frameworks/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../sass/frameworks/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/frameworks/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../sass/frameworks/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass/frameworks/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass/frameworks/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../sass/frameworks/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../sass/frameworks/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../sass/frameworks/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../sass/frameworks/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

/* line 24, ../sass/frameworks/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../sass/frameworks/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../sass/frameworks/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
/* line 55, ../sass/frameworks/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../sass/frameworks/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../sass/frameworks/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../sass/frameworks/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/frameworks/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/frameworks/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../sass/frameworks/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass/frameworks/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/frameworks/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass/frameworks/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../sass/frameworks/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../sass/frameworks/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../sass/frameworks/bootstrap/_tables.scss */
.table, .text-container table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../sass/frameworks/bootstrap/_tables.scss */
.table > thead > tr > th, .text-container table > thead > tr > th,
.table > thead > tr > td,
.text-container table > thead > tr > td,
.table > tbody > tr > th,
.text-container table > tbody > tr > th,
.table > tbody > tr > td,
.text-container table > tbody > tr > td,
.table > tfoot > tr > th,
.text-container table > tfoot > tr > th,
.table > tfoot > tr > td,
.text-container table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../sass/frameworks/bootstrap/_tables.scss */
.table > thead > tr > th, .text-container table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../sass/frameworks/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th, .text-container table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.text-container table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.text-container table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.text-container table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.text-container table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.text-container table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../sass/frameworks/bootstrap/_tables.scss */
.table > tbody + tbody, .text-container table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../sass/frameworks/bootstrap/_tables.scss */
.table .table, .text-container table .table, .table .text-container table, .text-container .table table, .text-container table table {
  background-color: #fff;
}

/* line 75, ../sass/frameworks/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../sass/frameworks/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../sass/frameworks/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../sass/frameworks/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../sass/frameworks/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../sass/frameworks/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../sass/frameworks/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../sass/frameworks/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../sass/frameworks/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active, .text-container table > thead > tr > td.active,
.table > thead > tr > th.active,
.text-container table > thead > tr > th.active, .table > thead > tr.active > td, .text-container table > thead > tr.active > td, .table > thead > tr.active > th, .text-container table > thead > tr.active > th,
.table > tbody > tr > td.active,
.text-container table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.text-container table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.text-container table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.text-container table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.text-container table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.text-container table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.text-container table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.text-container table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../sass/frameworks/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../sass/frameworks/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success, .text-container table > thead > tr > td.success,
.table > thead > tr > th.success,
.text-container table > thead > tr > th.success, .table > thead > tr.success > td, .text-container table > thead > tr.success > td, .table > thead > tr.success > th, .text-container table > thead > tr.success > th,
.table > tbody > tr > td.success,
.text-container table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.text-container table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.text-container table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.text-container table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.text-container table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.text-container table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.text-container table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.text-container table > tfoot > tr.success > th {
  background-color: #eaf6ea;
}

/* line 20, ../sass/frameworks/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d8eed8;
}

/* line 9, ../sass/frameworks/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info, .text-container table > thead > tr > td.info,
.table > thead > tr > th.info,
.text-container table > thead > tr > th.info, .table > thead > tr.info > td, .text-container table > thead > tr.info > td, .table > thead > tr.info > th, .text-container table > thead > tr.info > th,
.table > tbody > tr > td.info,
.text-container table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.text-container table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.text-container table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.text-container table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.text-container table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.text-container table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.text-container table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.text-container table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../sass/frameworks/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../sass/frameworks/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning, .text-container table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.text-container table > thead > tr > th.warning, .table > thead > tr.warning > td, .text-container table > thead > tr.warning > td, .table > thead > tr.warning > th, .text-container table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.text-container table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.text-container table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.text-container table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.text-container table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.text-container table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.text-container table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.text-container table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.text-container table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../sass/frameworks/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../sass/frameworks/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger, .text-container table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.text-container table > thead > tr > th.danger, .table > thead > tr.danger > td, .text-container table > thead > tr.danger > td, .table > thead > tr.danger > th, .text-container table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.text-container table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.text-container table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.text-container table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.text-container table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.text-container table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.text-container table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.text-container table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.text-container table > tfoot > tr.danger > th {
  background-color: #fff9f9;
}

/* line 20, ../sass/frameworks/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ffdfdf;
}

/* line 171, ../sass/frameworks/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../sass/frameworks/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../sass/frameworks/bootstrap/_tables.scss */
  .table-responsive > .table, .text-container .table-responsive > table {
    margin-bottom: 0;
  }
  /* line 191, ../sass/frameworks/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th, .text-container .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .text-container .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .text-container .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .text-container .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .text-container .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .text-container .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../sass/frameworks/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../sass/frameworks/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../sass/frameworks/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../sass/frameworks/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* afzetten, geeft conflict met formulieren uit de backend */
/* line 10, ../sass/frameworks/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/frameworks/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../sass/frameworks/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../sass/frameworks/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/frameworks/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../sass/frameworks/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../sass/frameworks/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../sass/frameworks/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, ../sass/frameworks/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../sass/frameworks/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
}

/* line 115, ../sass/frameworks/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../sass/frameworks/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../sass/frameworks/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../sass/frameworks/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 141, ../sass/frameworks/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../sass/frameworks/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../sass/frameworks/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 178, ../sass/frameworks/bootstrap/_forms.scss */
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }

  /* line 184, ../sass/frameworks/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px;
  }

  /* line 190, ../sass/frameworks/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px;
  }
}
/* line 204, ../sass/frameworks/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 213, ../sass/frameworks/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 220, ../sass/frameworks/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 228, ../sass/frameworks/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 237, ../sass/frameworks/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 243, ../sass/frameworks/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 252, ../sass/frameworks/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 264, ../sass/frameworks/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 273, ../sass/frameworks/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 283, ../sass/frameworks/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 295, ../sass/frameworks/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 302, ../sass/frameworks/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 79, ../sass/frameworks/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../sass/frameworks/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 79, ../sass/frameworks/bootstrap/mixins/_forms.scss */
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../sass/frameworks/bootstrap/mixins/_forms.scss */
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}

/* line 71, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

/* line 79, ../sass/frameworks/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../sass/frameworks/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

/* line 79, ../sass/frameworks/bootstrap/mixins/_forms.scss */
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../sass/frameworks/bootstrap/mixins/_forms.scss */
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}

/* line 326, ../sass/frameworks/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 331, ../sass/frameworks/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 336, ../sass/frameworks/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 348, ../sass/frameworks/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 353, ../sass/frameworks/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #449d44;
}
/* line 21, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #449d44;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #357935;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #80c780;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #80c780;
}
/* line 31, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #449d44;
  border-color: #449d44;
  background-color: #eaf6ea;
}
/* line 37, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #449d44;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #d00000;
}
/* line 21, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #d00000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #9d0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3737;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3737;
}
/* line 31, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #d00000;
  border-color: #d00000;
  background-color: #fff9f9;
}
/* line 37, ../sass/frameworks/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #d00000;
}

/* line 373, ../sass/frameworks/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 376, ../sass/frameworks/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 387, ../sass/frameworks/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  /* line 412, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 419, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 426, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 430, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 434, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 442, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 446, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 454, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 461, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 465, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 472, ../sass/frameworks/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 494, ../sass/frameworks/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 504, ../sass/frameworks/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 510, ../sass/frameworks/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 517, ../sass/frameworks/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 528, ../sass/frameworks/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 538, ../sass/frameworks/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 545, ../sass/frameworks/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../sass/frameworks/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../sass/frameworks/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../sass/frameworks/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../sass/frameworks/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../sass/frameworks/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 60, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #eee;
  border-color: #ccc;
}
/* line 11, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #d5d5d5;
  border-color: #adadad;
}
/* line 21, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #eee;
  border-color: #ccc;
}
/* line 40, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #eee;
  background-color: #333;
}

/* line 63, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #ef95cf;
  border-color: #ec7fc5;
}
/* line 11, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e869bb;
  border-color: #e44aad;
}
/* line 21, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #ef95cf;
  border-color: #ec7fc5;
}
/* line 40, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #ef95cf;
  background-color: #fff;
}

/* line 67, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 21, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 40, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 71, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 21, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 40, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 75, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 21, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 40, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 79, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d00000;
  border-color: #b70000;
}
/* line 11, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9d0000;
  border-color: #790000;
}
/* line 21, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d00000;
  border-color: #b70000;
}
/* line 40, ../sass/frameworks/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d00000;
  background-color: #fff;
}

/* line 88, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-link {
  color: #ef95cf;
  font-weight: normal;
  border-radius: 0;
}
/* line 93, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 107, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #e553b1;
  text-decoration: underline;
  background-color: transparent;
}
/* line 115, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 127, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

/* line 131, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 135, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 143, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 149, ../sass/frameworks/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 157, ../sass/frameworks/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../sass/frameworks/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/frameworks/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../sass/frameworks/bootstrap/_component-animations.scss */
.collapse {
  display: none;
  visibility: hidden;
}
/* line 22, ../sass/frameworks/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 27, ../sass/frameworks/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../sass/frameworks/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../sass/frameworks/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../sass/frameworks/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 52, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 76, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 86, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ef95cf;
}

/* line 101, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 108, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 121, ../sass/frameworks/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 126, ../sass/frameworks/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 135, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 145, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 151, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 161, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 171, ../sass/frameworks/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 184, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 190, ../sass/frameworks/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 992px) {
  /* line 204, ../sass/frameworks/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../sass/frameworks/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 43, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 50, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 55, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 57, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 62, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 68, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 71, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 75, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 80, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 85, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 104, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 108, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 115, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 119, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 126, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 130, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 135, ../sass/frameworks/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 144, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 156, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 161, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 171, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 174, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 178, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 183, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 187, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 192, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 200, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 205, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 211, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 215, ../sass/frameworks/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 236, ../sass/frameworks/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 64, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
/* line 85, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
/* line 90, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
/* line 97, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 146, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 155, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, ../sass/frameworks/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../sass/frameworks/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/frameworks/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/frameworks/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../sass/frameworks/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass/frameworks/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../sass/frameworks/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../sass/frameworks/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ef95cf;
}
/* line 59, ../sass/frameworks/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/frameworks/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../sass/frameworks/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../sass/frameworks/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/frameworks/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
/* line 89, ../sass/frameworks/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../sass/frameworks/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../sass/frameworks/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../sass/frameworks/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0;
}
/* line 125, ../sass/frameworks/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../sass/frameworks/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ef95cf;
}

/* line 144, ../sass/frameworks/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass/frameworks/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass/frameworks/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/frameworks/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/frameworks/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/frameworks/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass/frameworks/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/frameworks/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass/frameworks/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/frameworks/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
/* line 199, ../sass/frameworks/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../sass/frameworks/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  /* line 210, ../sass/frameworks/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../sass/frameworks/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
/* line 228, ../sass/frameworks/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 239, ../sass/frameworks/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 11, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0;
  }
}

/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 31, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  /* line 50, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 82, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 93, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 93, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 109, ../sass/frameworks/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  /* line 109, ../sass/frameworks/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 129, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  /* line 129, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 139, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  /* line 139, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 171, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 176, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  /* line 181, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 194, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
/* line 207, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 212, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 218, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  /* line 194, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 233, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 236, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  /* line 244, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 252, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 256, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 258, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  /* line 233, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 271, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 273, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 287, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 412, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 419, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 426, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 430, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 434, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 442, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 446, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 454, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 461, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 465, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 472, ../sass/frameworks/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  /* line 299, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 303, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 287, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 328, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 333, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  /* line 359, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  /* line 379, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  /* line 473, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 991px) {
  /* line 607, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../sass/frameworks/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../sass/frameworks/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 9, ../sass/frameworks/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
/* line 16, ../sass/frameworks/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../sass/frameworks/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 27, ../sass/frameworks/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, ../sass/frameworks/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, ../sass/frameworks/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 45, ../sass/frameworks/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 57, ../sass/frameworks/bootstrap/_alerts.scss */
.alert-success {
  background-color: #eaf6ea;
  border-color: #dceed8;
  color: #449d44;
}
/* line 8, ../sass/frameworks/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #cce6c7;
}
/* line 11, ../sass/frameworks/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #357935;
}

/* line 60, ../sass/frameworks/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../sass/frameworks/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../sass/frameworks/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 63, ../sass/frameworks/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../sass/frameworks/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../sass/frameworks/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 66, ../sass/frameworks/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #fff9f9;
  border-color: #ffdfe5;
  color: #d00000;
}
/* line 8, ../sass/frameworks/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #ffc6cf;
}
/* line 11, ../sass/frameworks/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #9d0000;
}

/* line 6, ../sass/frameworks/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../sass/frameworks/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, ../sass/frameworks/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 7, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Fjalla One", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 19, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 20, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 21, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 22, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 23, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 27, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}

/* line 38, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 54, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 61, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 68, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 75, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 82, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 96, ../sass/frameworks/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 14, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/frameworks/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass/frameworks/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/frameworks/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../sass/frameworks/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass/frameworks/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass/frameworks/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass/frameworks/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass/frameworks/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass/frameworks/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../sass/frameworks/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 34, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 52, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 57, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 62, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 76, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 81, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 90, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 95, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 100, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 109, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 119, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 153, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 153, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 160, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 160, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 167, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 167, ../sass/frameworks/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../sass/frameworks/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 6, ../sass/frameworks/bootstrap/custom/_unstyle.scss */
.table > thead > tr > th, .text-container table > thead > tr > th,
.table > thead > tr > td,
.text-container table > thead > tr > td,
.table > tbody > tr > th,
.text-container table > tbody > tr > th,
.table > tbody > tr > td,
.text-container table > tbody > tr > td,
.table > tfoot > tr > th,
.text-container table > tfoot > tr > th,
.table > tfoot > tr > td,
.text-container table > tfoot > tr > td {
  border-top-width: 0;
}

/* line 13, ../sass/frameworks/bootstrap/custom/_unstyle.scss */
.btn {
  border-width: 0;
}
/* line 16, ../sass/frameworks/bootstrap/custom/_unstyle.scss */
.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 22, ../sass/frameworks/bootstrap/custom/_unstyle.scss */
.label {
  border-radius: 0;
}

/* line 26, ../sass/frameworks/bootstrap/custom/_unstyle.scss */
.thumbnail {
  border-width: 0;
}

/* line 30, ../sass/frameworks/bootstrap/custom/_unstyle.scss */
.page-header {
  border-width: 0;
  margin: 0;
}

/* line 35, ../sass/frameworks/bootstrap/custom/_unstyle.scss */
.navbar-default {
  border-width: 0;
  background: transparent;
}

/* line 40, ../sass/frameworks/bootstrap/custom/_unstyle.scss */
.navbar {
  min-height: 0;
}

/* line 44, ../sass/frameworks/bootstrap/custom/_unstyle.scss */
.progress,
.progress-bar,
.panel,
.dropdown-menu,
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 53, ../sass/frameworks/bootstrap/custom/_unstyle.scss */
.carousel-control.left, .carousel-control.right {
  background-image: none;
}

/* CUSTOM CSS */
/* line 110, ../sass/frameworks/_bootstrap.settings.scss */
body {
  background-color: #fff;
}

/* line 114, ../sass/frameworks/_bootstrap.settings.scss */
.btn {
  background: none;
  border: 1px solid;
  text-transform: uppercase;
  padding: 0 32px;
  font-size: 1.2rem;
  line-height: 40px;
  outline: 0 !important;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 123, ../sass/frameworks/_bootstrap.settings.scss */
.btn:disabled {
  background: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  border-color: #000;
  color: #000;
}

/* line 133, ../sass/frameworks/_bootstrap.settings.scss */
.btn-primary {
  color: #ef95cf;
  border-color: #ef95cf;
}
/* line 137, ../sass/frameworks/_bootstrap.settings.scss */
.btn-primary:hover, .btn-primary:focus {
  color: #000;
  border-color: #000;
  background: none;
}

/* line 144, ../sass/frameworks/_bootstrap.settings.scss */
.btn-full {
  color: #fff;
  background-color: #ef95cf;
  border-color: #ef95cf;
}
/* line 149, ../sass/frameworks/_bootstrap.settings.scss */
.btn-full:hover {
  background-color: transparent;
  color: #ef95cf;
}

/* line 155, ../sass/frameworks/_bootstrap.settings.scss */
.btn-transparent {
  background: none;
  border: none;
  padding: 1px;
}

/* line 161, ../sass/frameworks/_bootstrap.settings.scss */
label {
  font-weight: normal;
}

/* line 165, ../sass/frameworks/_bootstrap.settings.scss */
.badge {
  padding: 5px 7px;
}

/* SETTINGS */
/* IMPORTS */
/**
 * Afmetingen
 */
/* @mixin box-shadow($shadow...) {
  -webkit-box-shadow: $shadow; // iOS <4.3 & Android <4.1
          box-shadow: $shadow;
} */
/* line 1, ../sass/frameworks/zapsass/_silent.scss */
body {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
}

/* line 5, ../sass/frameworks/zapsass/_silent.scss */
strong {
  font-family: "Fjalla One", sans-serif;
  font-weight: 700;
}

/* line 1, ../sass/frameworks/zapsass/_utility.scss */
.hidden-xs-inline {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/frameworks/zapsass/_utility.scss */
  .hidden-xs-inline {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 8, ../sass/frameworks/zapsass/_utility.scss */
  .no-pull-xs {
    float: none !important;
    margin: 0 !important;
  }
}

/* line 17, ../sass/frameworks/zapsass/_utility.scss */
.table-center {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}

/* line 24, ../sass/frameworks/zapsass/_utility.scss */
.table-center-left {
  text-align: left;
  display: table;
  width: 100%;
  height: 100%;
}

/* line 31, ../sass/frameworks/zapsass/_utility.scss */
.table-cell-center {
  vertical-align: middle;
  display: table-cell;
}

/* line 38, ../sass/frameworks/zapsass/_utility.scss */
.uppercase {
  text-transform: uppercase !important;
}

/* line 42, ../sass/frameworks/zapsass/_utility.scss */
.text-color {
  color: #000 !important;
}

/* line 46, ../sass/frameworks/zapsass/_utility.scss */
.primary-color {
  color: #ef95cf !important;
}

/* line 50, ../sass/frameworks/zapsass/_utility.scss */
.primary-border-color {
  border-color: #ef95cf !important;
}

/* line 54, ../sass/frameworks/zapsass/_utility.scss */
.primary-background-color {
  background-color: #ef95cf;
}

/* line 58, ../sass/frameworks/zapsass/_utility.scss */
.secondary-color {
  color: #9B6307 !important;
}

/* line 62, ../sass/frameworks/zapsass/_utility.scss */
.secondary-background-color {
  background-color: #9B6307;
}

/* line 69, ../sass/frameworks/zapsass/_utility.scss */
.clickable {
  cursor: pointer;
}

/* line 73, ../sass/frameworks/zapsass/_utility.scss */
.block {
  display: block;
}

/* line 77, ../sass/frameworks/zapsass/_utility.scss */
.inline-block {
  display: inline-block;
}

/* line 81, ../sass/frameworks/zapsass/_utility.scss */
.inline {
  display: inline;
}

/* line 85, ../sass/frameworks/zapsass/_utility.scss */
.relative {
  position: relative;
}

/* line 89, ../sass/frameworks/zapsass/_utility.scss */
.absolute {
  position: absolute;
}

/* line 95, ../sass/frameworks/zapsass/_utility.scss */
.m0 {
  margin: 0 !important;
}

/* line 96, ../sass/frameworks/zapsass/_utility.scss */
.m1 {
  margin: 15px !important;
}

/* line 97, ../sass/frameworks/zapsass/_utility.scss */
.m2 {
  margin: 30px !important;
}

/* line 98, ../sass/frameworks/zapsass/_utility.scss */
.m3 {
  margin: 45px !important;
}

/* line 99, ../sass/frameworks/zapsass/_utility.scss */
.m4 {
  margin: 60px !important;
}

/* line 102, ../sass/frameworks/zapsass/_utility.scss */
.mt0 {
  margin-top: 0 !important;
}

/* line 103, ../sass/frameworks/zapsass/_utility.scss */
.mt1, .mt {
  margin-top: 15px !important;
}

/* line 104, ../sass/frameworks/zapsass/_utility.scss */
.mt2 {
  margin-top: 30px !important;
}

/* line 105, ../sass/frameworks/zapsass/_utility.scss */
.mt3 {
  margin-top: 45px !important;
}

/* line 106, ../sass/frameworks/zapsass/_utility.scss */
.mt4 {
  margin-top: 60px !important;
}

/* line 109, ../sass/frameworks/zapsass/_utility.scss */
.mr0 {
  margin-right: 0 !important;
}

/* line 110, ../sass/frameworks/zapsass/_utility.scss */
.mr1, .mr {
  margin-right: 15px !important;
}

/* line 111, ../sass/frameworks/zapsass/_utility.scss */
.mr2 {
  margin-right: 30px !important;
}

/* line 112, ../sass/frameworks/zapsass/_utility.scss */
.mr3 {
  margin-right: 45px !important;
}

/* line 113, ../sass/frameworks/zapsass/_utility.scss */
.mr4 {
  margin-right: 60px !important;
}

/* line 116, ../sass/frameworks/zapsass/_utility.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 117, ../sass/frameworks/zapsass/_utility.scss */
.mb-half {
  margin-bottom: 7.5px !important;
}

/* line 118, ../sass/frameworks/zapsass/_utility.scss */
.mb1, .mb {
  margin-bottom: 15px !important;
}

/* line 119, ../sass/frameworks/zapsass/_utility.scss */
.mb2 {
  margin-bottom: 30px !important;
}

/* line 120, ../sass/frameworks/zapsass/_utility.scss */
.mb3 {
  margin-bottom: 45px !important;
}

/* line 121, ../sass/frameworks/zapsass/_utility.scss */
.mb4 {
  margin-bottom: 60px !important;
}

/* line 124, ../sass/frameworks/zapsass/_utility.scss */
.ml0 {
  margin-left: 0 !important;
}

/* line 125, ../sass/frameworks/zapsass/_utility.scss */
.ml1, .ml {
  margin-left: 15px !important;
}

/* line 126, ../sass/frameworks/zapsass/_utility.scss */
.ml2 {
  margin-left: 30px !important;
}

/* line 127, ../sass/frameworks/zapsass/_utility.scss */
.ml3 {
  margin-left: 45px !important;
}

/* line 128, ../sass/frameworks/zapsass/_utility.scss */
.ml4 {
  margin-left: 60px !important;
}

/* line 132, ../sass/frameworks/zapsass/_utility.scss */
.p0 {
  padding: 0 !important;
}

/* line 133, ../sass/frameworks/zapsass/_utility.scss */
.p1 {
  padding: 15px !important;
}

/* line 134, ../sass/frameworks/zapsass/_utility.scss */
.p2 {
  padding: 30px !important;
}

/* line 135, ../sass/frameworks/zapsass/_utility.scss */
.p3 {
  padding: 45px !important;
}

/* line 136, ../sass/frameworks/zapsass/_utility.scss */
.p4 {
  padding: 60px !important;
}

/* line 139, ../sass/frameworks/zapsass/_utility.scss */
.pt0 {
  padding-top: 0 !important;
}

/* line 140, ../sass/frameworks/zapsass/_utility.scss */
.pt1, .pt {
  padding-top: 15px !important;
}

/* line 141, ../sass/frameworks/zapsass/_utility.scss */
.pt2 {
  padding-top: 30px !important;
}

/* line 142, ../sass/frameworks/zapsass/_utility.scss */
.pt3 {
  padding-top: 45px !important;
}

/* line 143, ../sass/frameworks/zapsass/_utility.scss */
.pt4 {
  padding-top: 60px !important;
}

/* line 146, ../sass/frameworks/zapsass/_utility.scss */
.pr0 {
  padding-right: 0 !important;
}

/* line 147, ../sass/frameworks/zapsass/_utility.scss */
.pr1, .pr {
  padding-right: 15px !important;
}

/* line 148, ../sass/frameworks/zapsass/_utility.scss */
.pr2 {
  padding-right: 30px !important;
}

/* line 149, ../sass/frameworks/zapsass/_utility.scss */
.pr3 {
  padding-right: 45px !important;
}

/* line 150, ../sass/frameworks/zapsass/_utility.scss */
.pr4 {
  padding-right: 60px !important;
}

/* line 153, ../sass/frameworks/zapsass/_utility.scss */
.pb0 {
  padding-bottom: 0 !important;
}

/* line 154, ../sass/frameworks/zapsass/_utility.scss */
.pb1, .pb {
  padding-bottom: 15px !important;
}

/* line 155, ../sass/frameworks/zapsass/_utility.scss */
.pb2 {
  padding-bottom: 30px !important;
}

/* line 156, ../sass/frameworks/zapsass/_utility.scss */
.pb3 {
  padding-bottom: 45px !important;
}

/* line 157, ../sass/frameworks/zapsass/_utility.scss */
.pb4 {
  padding-bottom: 60px !important;
}

/* line 160, ../sass/frameworks/zapsass/_utility.scss */
.pl0 {
  padding-left: 0 !important;
}

/* line 161, ../sass/frameworks/zapsass/_utility.scss */
.pl1, .pl {
  padding-left: 15px !important;
}

/* line 162, ../sass/frameworks/zapsass/_utility.scss */
.pl2 {
  padding-left: 30px !important;
}

/* line 163, ../sass/frameworks/zapsass/_utility.scss */
.pl3 {
  padding-left: 45px !important;
}

/* line 164, ../sass/frameworks/zapsass/_utility.scss */
.pl4 {
  padding-left: 60px !important;
}

/* line 168, ../sass/frameworks/zapsass/_utility.scss */
.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -200px;
}

/* line 175, ../sass/frameworks/zapsass/_utility.scss */
.push {
  height: 200px;
}

/* line 2, ../sass/frameworks/zapsass/_normalize.scss */
html, body {
  height: 100%;
}

/* line 6, ../sass/frameworks/zapsass/_normalize.scss */
body {
  font-size: 16px;
  color: #000;
}

/* line 12, ../sass/frameworks/zapsass/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* line 21, ../sass/frameworks/zapsass/_normalize.scss */
blockquote {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 27, ../sass/frameworks/zapsass/_normalize.scss */
input[type='text'], input[type='email'], textarea {
  border-radius: 0;
}
/* line 30, ../sass/frameworks/zapsass/_normalize.scss */
input[type='text'].error, input[type='email'].error, textarea.error {
  border-color: #d00000;
}
/* line 34, ../sass/frameworks/zapsass/_normalize.scss */
input[type='text']:focus, input[type='email']:focus, textarea:focus {
  box-shadow: none;
}

/* line 39, ../sass/frameworks/zapsass/_normalize.scss */
hr {
  border-top: none;
}

/* line 43, ../sass/frameworks/zapsass/_normalize.scss */
a.dummy_button {
  cursor: default;
}

@media (max-width: 991px) {
  /* line 47, ../sass/frameworks/zapsass/_normalize.scss */
  .container {
    width: auto;
  }
}

/* line 2, ../sass/frameworks/zapsass/_zap-specific.scss */
.embed iframe {
  width: 100%;
}

/* line 6, ../sass/frameworks/zapsass/_zap-specific.scss */
#tooltip {
  display: none;
  position: absolute;
  padding: 2px;
  color: #000;
  z-index: 999;
  margin-left: 15px;
  background: #000;
}
/* line 15, ../sass/frameworks/zapsass/_zap-specific.scss */
#tooltip #tooltip-content {
  color: #fff;
  padding: 5px;
  font-size: 0.8em;
}
/* line 20, ../sass/frameworks/zapsass/_zap-specific.scss */
#tooltip #tooltip-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 30, ../sass/frameworks/zapsass/_zap-specific.scss */
.gallery-item > a {
  position: relative;
}
/* line 33, ../sass/frameworks/zapsass/_zap-specific.scss */
.gallery-item .gallery-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 42, ../sass/frameworks/zapsass/_zap-specific.scss */
.gallery-item .gallery-overlay .table, .gallery-item .gallery-overlay .text-container table, .text-container .gallery-item .gallery-overlay table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 42, ../sass/frameworks/zapsass/_zap-specific.scss */
  .gallery-item .gallery-overlay .table, .gallery-item .gallery-overlay .text-container table, .text-container .gallery-item .gallery-overlay table {
    display: table !important;
  }
}
/* line 52, ../sass/frameworks/zapsass/_zap-specific.scss */
.gallery-item .gallery-overlay .table .table-cell, .gallery-item .gallery-overlay .text-container table .table-cell, .text-container .gallery-item .gallery-overlay table .table-cell {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-size: 3em;
}
@media (max-width: 767px) {
  /* line 52, ../sass/frameworks/zapsass/_zap-specific.scss */
  .gallery-item .gallery-overlay .table .table-cell, .gallery-item .gallery-overlay .text-container table .table-cell, .text-container .gallery-item .gallery-overlay table .table-cell {
    display: table-cell !important;
    float: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  /* line 5, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
  }

  /* line 13, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-1 {
    width: 8.333333333333332%;
  }

  /* line 17, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-2 {
    width: 16.666666666666664%;
  }

  /* line 21, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-3 {
    width: 25%;
  }

  /* line 25, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-4 {
    width: 33.33333333333333%;
  }

  /* line 29, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-5 {
    width: 41.66666666666667%;
  }

  /* line 33, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-6 {
    width: 50%;
  }

  /* line 37, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-7 {
    width: 58.333333333333336%;
  }

  /* line 41, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-8 {
    width: 66.66666666666666%;
  }

  /* line 45, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-9 {
    width: 75%;
  }

  /* line 49, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-10 {
    width: 83.33333333333334%;
  }

  /* line 53, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-11 {
    width: 91.66666666666666%;
  }

  /* line 57, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-12 {
    width: 100%;
  }

  /* line 61, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-hidden {
    display: none;
  }

  /* line 65, ../sass/frameworks/zapsass/_col-xxs.scss */
  .hidden-xxs {
    display: none;
  }

  /* line 70, ../sass/frameworks/zapsass/_col-xxs.scss */
  .col-xxs-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 480px) {
  /* line 75, ../sass/frameworks/zapsass/_col-xxs.scss */
  .visible-xxs {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 2, ../sass/frameworks/zapsass/_pull-advanced.scss */
  .pull-xs-left {
    float: left;
  }

  /* line 5, ../sass/frameworks/zapsass/_pull-advanced.scss */
  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  /* line 11, ../sass/frameworks/zapsass/_pull-advanced.scss */
  .pull-sm-left {
    float: left;
  }

  /* line 14, ../sass/frameworks/zapsass/_pull-advanced.scss */
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  /* line 20, ../sass/frameworks/zapsass/_pull-advanced.scss */
  .pull-md-left {
    float: left;
  }

  /* line 23, ../sass/frameworks/zapsass/_pull-advanced.scss */
  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  /* line 29, ../sass/frameworks/zapsass/_pull-advanced.scss */
  .pull-lg-left {
    float: left;
  }

  /* line 32, ../sass/frameworks/zapsass/_pull-advanced.scss */
  .pull-lg-right {
    float: right;
  }
}
/* BLOCK-GRID-HACK */
/**
* GEBRUIK:
* - class=".block-grid-item" toevoegen aan .col
* - class=".block-grid-sm-#" toevoegen aan .row (# = aantal blokken)
*
* VOORBEELD:
* <div class="list block-grid-md-2 block-grid-lg-3">
*   <div class="list-item block-grid-item"></div>
*   <div class="list-item block-grid-item"></div>
*   <div class="list-item block-grid-item"></div>
*   <div class="list-item block-grid-item"></div>
* </div>
*/
/* line 17, ../sass/frameworks/zapsass/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  /* 
    [class^="col-"], [class*=" col-"] {
      @extend .block-grid-item;
    } */
}
/* line 23, ../sass/frameworks/zapsass/_block-grid.scss */
[class*="block-grid-"]:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 37, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-1 > .block-grid-item, .block-grid-xxs-1 > [class^="col-"], .block-grid-xxs-1 > [class*=" col-"] {
  width: 100%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-1 > .block-grid-item:nth-of-type(n), .block-grid-xxs-1 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-1 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-1 > .block-grid-item:nth-of-type(1n+1), .block-grid-xxs-1 > [class^="col-"]:nth-of-type(1n+1), .block-grid-xxs-1 > [class*=" col-"]:nth-of-type(1n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-2 > .block-grid-item, .block-grid-xxs-2 > [class^="col-"], .block-grid-xxs-2 > [class*=" col-"] {
  width: 50%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-2 > .block-grid-item:nth-of-type(n), .block-grid-xxs-2 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-2 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-2 > .block-grid-item:nth-of-type(2n+1), .block-grid-xxs-2 > [class^="col-"]:nth-of-type(2n+1), .block-grid-xxs-2 > [class*=" col-"]:nth-of-type(2n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-3 > .block-grid-item, .block-grid-xxs-3 > [class^="col-"], .block-grid-xxs-3 > [class*=" col-"] {
  width: 33.33333%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-3 > .block-grid-item:nth-of-type(n), .block-grid-xxs-3 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-3 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-3 > .block-grid-item:nth-of-type(3n+1), .block-grid-xxs-3 > [class^="col-"]:nth-of-type(3n+1), .block-grid-xxs-3 > [class*=" col-"]:nth-of-type(3n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-4 > .block-grid-item, .block-grid-xxs-4 > [class^="col-"], .block-grid-xxs-4 > [class*=" col-"] {
  width: 25%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-4 > .block-grid-item:nth-of-type(n), .block-grid-xxs-4 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-4 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-4 > .block-grid-item:nth-of-type(4n+1), .block-grid-xxs-4 > [class^="col-"]:nth-of-type(4n+1), .block-grid-xxs-4 > [class*=" col-"]:nth-of-type(4n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-5 > .block-grid-item, .block-grid-xxs-5 > [class^="col-"], .block-grid-xxs-5 > [class*=" col-"] {
  width: 20%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-5 > .block-grid-item:nth-of-type(n), .block-grid-xxs-5 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-5 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-5 > .block-grid-item:nth-of-type(5n+1), .block-grid-xxs-5 > [class^="col-"]:nth-of-type(5n+1), .block-grid-xxs-5 > [class*=" col-"]:nth-of-type(5n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-6 > .block-grid-item, .block-grid-xxs-6 > [class^="col-"], .block-grid-xxs-6 > [class*=" col-"] {
  width: 16.66667%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-6 > .block-grid-item:nth-of-type(n), .block-grid-xxs-6 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-6 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-6 > .block-grid-item:nth-of-type(6n+1), .block-grid-xxs-6 > [class^="col-"]:nth-of-type(6n+1), .block-grid-xxs-6 > [class*=" col-"]:nth-of-type(6n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-7 > .block-grid-item, .block-grid-xxs-7 > [class^="col-"], .block-grid-xxs-7 > [class*=" col-"] {
  width: 14.28571%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-7 > .block-grid-item:nth-of-type(n), .block-grid-xxs-7 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-7 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-7 > .block-grid-item:nth-of-type(7n+1), .block-grid-xxs-7 > [class^="col-"]:nth-of-type(7n+1), .block-grid-xxs-7 > [class*=" col-"]:nth-of-type(7n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-8 > .block-grid-item, .block-grid-xxs-8 > [class^="col-"], .block-grid-xxs-8 > [class*=" col-"] {
  width: 12.5%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-8 > .block-grid-item:nth-of-type(n), .block-grid-xxs-8 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-8 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-8 > .block-grid-item:nth-of-type(8n+1), .block-grid-xxs-8 > [class^="col-"]:nth-of-type(8n+1), .block-grid-xxs-8 > [class*=" col-"]:nth-of-type(8n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-9 > .block-grid-item, .block-grid-xxs-9 > [class^="col-"], .block-grid-xxs-9 > [class*=" col-"] {
  width: 11.11111%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-9 > .block-grid-item:nth-of-type(n), .block-grid-xxs-9 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-9 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-9 > .block-grid-item:nth-of-type(9n+1), .block-grid-xxs-9 > [class^="col-"]:nth-of-type(9n+1), .block-grid-xxs-9 > [class*=" col-"]:nth-of-type(9n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-10 > .block-grid-item, .block-grid-xxs-10 > [class^="col-"], .block-grid-xxs-10 > [class*=" col-"] {
  width: 10%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-10 > .block-grid-item:nth-of-type(n), .block-grid-xxs-10 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-10 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-10 > .block-grid-item:nth-of-type(10n+1), .block-grid-xxs-10 > [class^="col-"]:nth-of-type(10n+1), .block-grid-xxs-10 > [class*=" col-"]:nth-of-type(10n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-11 > .block-grid-item, .block-grid-xxs-11 > [class^="col-"], .block-grid-xxs-11 > [class*=" col-"] {
  width: 9.09091%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-11 > .block-grid-item:nth-of-type(n), .block-grid-xxs-11 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-11 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-11 > .block-grid-item:nth-of-type(11n+1), .block-grid-xxs-11 > [class^="col-"]:nth-of-type(11n+1), .block-grid-xxs-11 > [class*=" col-"]:nth-of-type(11n+1) {
  clear: both;
}

/* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-12 > .block-grid-item, .block-grid-xxs-12 > [class^="col-"], .block-grid-xxs-12 > [class*=" col-"] {
  width: 8.33333%;
}
/* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-12 > .block-grid-item:nth-of-type(n), .block-grid-xxs-12 > [class^="col-"]:nth-of-type(n), .block-grid-xxs-12 > [class*=" col-"]:nth-of-type(n) {
  clear: none;
}
/* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
.block-grid-xxs-12 > .block-grid-item:nth-of-type(12n+1), .block-grid-xxs-12 > [class^="col-"]:nth-of-type(12n+1), .block-grid-xxs-12 > [class*=" col-"]:nth-of-type(12n+1) {
  clear: both;
}

@media screen and (min-width: 480px) {
  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-1 > .block-grid-item, .block-grid-xs-1 > [class^="col-"], .block-grid-xs-1 > [class*=" col-"] {
    width: 100%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-1 > .block-grid-item:nth-of-type(n), .block-grid-xs-1 > [class^="col-"]:nth-of-type(n), .block-grid-xs-1 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1), .block-grid-xs-1 > [class^="col-"]:nth-of-type(1n+1), .block-grid-xs-1 > [class*=" col-"]:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-2 > .block-grid-item, .block-grid-xs-2 > [class^="col-"], .block-grid-xs-2 > [class*=" col-"] {
    width: 50%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-2 > .block-grid-item:nth-of-type(n), .block-grid-xs-2 > [class^="col-"]:nth-of-type(n), .block-grid-xs-2 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1), .block-grid-xs-2 > [class^="col-"]:nth-of-type(2n+1), .block-grid-xs-2 > [class*=" col-"]:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-3 > .block-grid-item, .block-grid-xs-3 > [class^="col-"], .block-grid-xs-3 > [class*=" col-"] {
    width: 33.33333%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-3 > .block-grid-item:nth-of-type(n), .block-grid-xs-3 > [class^="col-"]:nth-of-type(n), .block-grid-xs-3 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1), .block-grid-xs-3 > [class^="col-"]:nth-of-type(3n+1), .block-grid-xs-3 > [class*=" col-"]:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-4 > .block-grid-item, .block-grid-xs-4 > [class^="col-"], .block-grid-xs-4 > [class*=" col-"] {
    width: 25%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-4 > .block-grid-item:nth-of-type(n), .block-grid-xs-4 > [class^="col-"]:nth-of-type(n), .block-grid-xs-4 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1), .block-grid-xs-4 > [class^="col-"]:nth-of-type(4n+1), .block-grid-xs-4 > [class*=" col-"]:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-5 > .block-grid-item, .block-grid-xs-5 > [class^="col-"], .block-grid-xs-5 > [class*=" col-"] {
    width: 20%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-5 > .block-grid-item:nth-of-type(n), .block-grid-xs-5 > [class^="col-"]:nth-of-type(n), .block-grid-xs-5 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1), .block-grid-xs-5 > [class^="col-"]:nth-of-type(5n+1), .block-grid-xs-5 > [class*=" col-"]:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-6 > .block-grid-item, .block-grid-xs-6 > [class^="col-"], .block-grid-xs-6 > [class*=" col-"] {
    width: 16.66667%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-6 > .block-grid-item:nth-of-type(n), .block-grid-xs-6 > [class^="col-"]:nth-of-type(n), .block-grid-xs-6 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1), .block-grid-xs-6 > [class^="col-"]:nth-of-type(6n+1), .block-grid-xs-6 > [class*=" col-"]:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-7 > .block-grid-item, .block-grid-xs-7 > [class^="col-"], .block-grid-xs-7 > [class*=" col-"] {
    width: 14.28571%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-7 > .block-grid-item:nth-of-type(n), .block-grid-xs-7 > [class^="col-"]:nth-of-type(n), .block-grid-xs-7 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1), .block-grid-xs-7 > [class^="col-"]:nth-of-type(7n+1), .block-grid-xs-7 > [class*=" col-"]:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-8 > .block-grid-item, .block-grid-xs-8 > [class^="col-"], .block-grid-xs-8 > [class*=" col-"] {
    width: 12.5%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-8 > .block-grid-item:nth-of-type(n), .block-grid-xs-8 > [class^="col-"]:nth-of-type(n), .block-grid-xs-8 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1), .block-grid-xs-8 > [class^="col-"]:nth-of-type(8n+1), .block-grid-xs-8 > [class*=" col-"]:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-9 > .block-grid-item, .block-grid-xs-9 > [class^="col-"], .block-grid-xs-9 > [class*=" col-"] {
    width: 11.11111%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-9 > .block-grid-item:nth-of-type(n), .block-grid-xs-9 > [class^="col-"]:nth-of-type(n), .block-grid-xs-9 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1), .block-grid-xs-9 > [class^="col-"]:nth-of-type(9n+1), .block-grid-xs-9 > [class*=" col-"]:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-10 > .block-grid-item, .block-grid-xs-10 > [class^="col-"], .block-grid-xs-10 > [class*=" col-"] {
    width: 10%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-10 > .block-grid-item:nth-of-type(n), .block-grid-xs-10 > [class^="col-"]:nth-of-type(n), .block-grid-xs-10 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1), .block-grid-xs-10 > [class^="col-"]:nth-of-type(10n+1), .block-grid-xs-10 > [class*=" col-"]:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-11 > .block-grid-item, .block-grid-xs-11 > [class^="col-"], .block-grid-xs-11 > [class*=" col-"] {
    width: 9.09091%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-11 > .block-grid-item:nth-of-type(n), .block-grid-xs-11 > [class^="col-"]:nth-of-type(n), .block-grid-xs-11 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1), .block-grid-xs-11 > [class^="col-"]:nth-of-type(11n+1), .block-grid-xs-11 > [class*=" col-"]:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-12 > .block-grid-item, .block-grid-xs-12 > [class^="col-"], .block-grid-xs-12 > [class*=" col-"] {
    width: 8.33333%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-12 > .block-grid-item:nth-of-type(n), .block-grid-xs-12 > [class^="col-"]:nth-of-type(n), .block-grid-xs-12 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1), .block-grid-xs-12 > [class^="col-"]:nth-of-type(12n+1), .block-grid-xs-12 > [class*=" col-"]:nth-of-type(12n+1) {
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-1 > .block-grid-item, .block-grid-sm-1 > [class^="col-"], .block-grid-sm-1 > [class*=" col-"] {
    width: 100%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n), .block-grid-sm-1 > [class^="col-"]:nth-of-type(n), .block-grid-sm-1 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1), .block-grid-sm-1 > [class^="col-"]:nth-of-type(1n+1), .block-grid-sm-1 > [class*=" col-"]:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-2 > .block-grid-item, .block-grid-sm-2 > [class^="col-"], .block-grid-sm-2 > [class*=" col-"] {
    width: 50%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n), .block-grid-sm-2 > [class^="col-"]:nth-of-type(n), .block-grid-sm-2 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1), .block-grid-sm-2 > [class^="col-"]:nth-of-type(2n+1), .block-grid-sm-2 > [class*=" col-"]:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-3 > .block-grid-item, .block-grid-sm-3 > [class^="col-"], .block-grid-sm-3 > [class*=" col-"] {
    width: 33.33333%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n), .block-grid-sm-3 > [class^="col-"]:nth-of-type(n), .block-grid-sm-3 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1), .block-grid-sm-3 > [class^="col-"]:nth-of-type(3n+1), .block-grid-sm-3 > [class*=" col-"]:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-4 > .block-grid-item, .block-grid-sm-4 > [class^="col-"], .block-grid-sm-4 > [class*=" col-"] {
    width: 25%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n), .block-grid-sm-4 > [class^="col-"]:nth-of-type(n), .block-grid-sm-4 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1), .block-grid-sm-4 > [class^="col-"]:nth-of-type(4n+1), .block-grid-sm-4 > [class*=" col-"]:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-5 > .block-grid-item, .block-grid-sm-5 > [class^="col-"], .block-grid-sm-5 > [class*=" col-"] {
    width: 20%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n), .block-grid-sm-5 > [class^="col-"]:nth-of-type(n), .block-grid-sm-5 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1), .block-grid-sm-5 > [class^="col-"]:nth-of-type(5n+1), .block-grid-sm-5 > [class*=" col-"]:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-6 > .block-grid-item, .block-grid-sm-6 > [class^="col-"], .block-grid-sm-6 > [class*=" col-"] {
    width: 16.66667%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n), .block-grid-sm-6 > [class^="col-"]:nth-of-type(n), .block-grid-sm-6 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1), .block-grid-sm-6 > [class^="col-"]:nth-of-type(6n+1), .block-grid-sm-6 > [class*=" col-"]:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-7 > .block-grid-item, .block-grid-sm-7 > [class^="col-"], .block-grid-sm-7 > [class*=" col-"] {
    width: 14.28571%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n), .block-grid-sm-7 > [class^="col-"]:nth-of-type(n), .block-grid-sm-7 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1), .block-grid-sm-7 > [class^="col-"]:nth-of-type(7n+1), .block-grid-sm-7 > [class*=" col-"]:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-8 > .block-grid-item, .block-grid-sm-8 > [class^="col-"], .block-grid-sm-8 > [class*=" col-"] {
    width: 12.5%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n), .block-grid-sm-8 > [class^="col-"]:nth-of-type(n), .block-grid-sm-8 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1), .block-grid-sm-8 > [class^="col-"]:nth-of-type(8n+1), .block-grid-sm-8 > [class*=" col-"]:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-9 > .block-grid-item, .block-grid-sm-9 > [class^="col-"], .block-grid-sm-9 > [class*=" col-"] {
    width: 11.11111%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n), .block-grid-sm-9 > [class^="col-"]:nth-of-type(n), .block-grid-sm-9 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1), .block-grid-sm-9 > [class^="col-"]:nth-of-type(9n+1), .block-grid-sm-9 > [class*=" col-"]:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-10 > .block-grid-item, .block-grid-sm-10 > [class^="col-"], .block-grid-sm-10 > [class*=" col-"] {
    width: 10%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n), .block-grid-sm-10 > [class^="col-"]:nth-of-type(n), .block-grid-sm-10 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1), .block-grid-sm-10 > [class^="col-"]:nth-of-type(10n+1), .block-grid-sm-10 > [class*=" col-"]:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-11 > .block-grid-item, .block-grid-sm-11 > [class^="col-"], .block-grid-sm-11 > [class*=" col-"] {
    width: 9.09091%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n), .block-grid-sm-11 > [class^="col-"]:nth-of-type(n), .block-grid-sm-11 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1), .block-grid-sm-11 > [class^="col-"]:nth-of-type(11n+1), .block-grid-sm-11 > [class*=" col-"]:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-12 > .block-grid-item, .block-grid-sm-12 > [class^="col-"], .block-grid-sm-12 > [class*=" col-"] {
    width: 8.33333%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n), .block-grid-sm-12 > [class^="col-"]:nth-of-type(n), .block-grid-sm-12 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1), .block-grid-sm-12 > [class^="col-"]:nth-of-type(12n+1), .block-grid-sm-12 > [class*=" col-"]:nth-of-type(12n+1) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-1 > .block-grid-item, .block-grid-md-1 > [class^="col-"], .block-grid-md-1 > [class*=" col-"] {
    width: 100%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-1 > .block-grid-item:nth-of-type(n), .block-grid-md-1 > [class^="col-"]:nth-of-type(n), .block-grid-md-1 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1), .block-grid-md-1 > [class^="col-"]:nth-of-type(1n+1), .block-grid-md-1 > [class*=" col-"]:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-2 > .block-grid-item, .block-grid-md-2 > [class^="col-"], .block-grid-md-2 > [class*=" col-"] {
    width: 50%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-2 > .block-grid-item:nth-of-type(n), .block-grid-md-2 > [class^="col-"]:nth-of-type(n), .block-grid-md-2 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1), .block-grid-md-2 > [class^="col-"]:nth-of-type(2n+1), .block-grid-md-2 > [class*=" col-"]:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-3 > .block-grid-item, .block-grid-md-3 > [class^="col-"], .block-grid-md-3 > [class*=" col-"] {
    width: 33.33333%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-3 > .block-grid-item:nth-of-type(n), .block-grid-md-3 > [class^="col-"]:nth-of-type(n), .block-grid-md-3 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1), .block-grid-md-3 > [class^="col-"]:nth-of-type(3n+1), .block-grid-md-3 > [class*=" col-"]:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-4 > .block-grid-item, .block-grid-md-4 > [class^="col-"], .block-grid-md-4 > [class*=" col-"] {
    width: 25%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-4 > .block-grid-item:nth-of-type(n), .block-grid-md-4 > [class^="col-"]:nth-of-type(n), .block-grid-md-4 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1), .block-grid-md-4 > [class^="col-"]:nth-of-type(4n+1), .block-grid-md-4 > [class*=" col-"]:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-5 > .block-grid-item, .block-grid-md-5 > [class^="col-"], .block-grid-md-5 > [class*=" col-"] {
    width: 20%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-5 > .block-grid-item:nth-of-type(n), .block-grid-md-5 > [class^="col-"]:nth-of-type(n), .block-grid-md-5 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1), .block-grid-md-5 > [class^="col-"]:nth-of-type(5n+1), .block-grid-md-5 > [class*=" col-"]:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-6 > .block-grid-item, .block-grid-md-6 > [class^="col-"], .block-grid-md-6 > [class*=" col-"] {
    width: 16.66667%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-6 > .block-grid-item:nth-of-type(n), .block-grid-md-6 > [class^="col-"]:nth-of-type(n), .block-grid-md-6 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1), .block-grid-md-6 > [class^="col-"]:nth-of-type(6n+1), .block-grid-md-6 > [class*=" col-"]:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-7 > .block-grid-item, .block-grid-md-7 > [class^="col-"], .block-grid-md-7 > [class*=" col-"] {
    width: 14.28571%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-7 > .block-grid-item:nth-of-type(n), .block-grid-md-7 > [class^="col-"]:nth-of-type(n), .block-grid-md-7 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1), .block-grid-md-7 > [class^="col-"]:nth-of-type(7n+1), .block-grid-md-7 > [class*=" col-"]:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-8 > .block-grid-item, .block-grid-md-8 > [class^="col-"], .block-grid-md-8 > [class*=" col-"] {
    width: 12.5%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-8 > .block-grid-item:nth-of-type(n), .block-grid-md-8 > [class^="col-"]:nth-of-type(n), .block-grid-md-8 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1), .block-grid-md-8 > [class^="col-"]:nth-of-type(8n+1), .block-grid-md-8 > [class*=" col-"]:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-9 > .block-grid-item, .block-grid-md-9 > [class^="col-"], .block-grid-md-9 > [class*=" col-"] {
    width: 11.11111%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-9 > .block-grid-item:nth-of-type(n), .block-grid-md-9 > [class^="col-"]:nth-of-type(n), .block-grid-md-9 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1), .block-grid-md-9 > [class^="col-"]:nth-of-type(9n+1), .block-grid-md-9 > [class*=" col-"]:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-10 > .block-grid-item, .block-grid-md-10 > [class^="col-"], .block-grid-md-10 > [class*=" col-"] {
    width: 10%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-10 > .block-grid-item:nth-of-type(n), .block-grid-md-10 > [class^="col-"]:nth-of-type(n), .block-grid-md-10 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1), .block-grid-md-10 > [class^="col-"]:nth-of-type(10n+1), .block-grid-md-10 > [class*=" col-"]:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-11 > .block-grid-item, .block-grid-md-11 > [class^="col-"], .block-grid-md-11 > [class*=" col-"] {
    width: 9.09091%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-11 > .block-grid-item:nth-of-type(n), .block-grid-md-11 > [class^="col-"]:nth-of-type(n), .block-grid-md-11 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1), .block-grid-md-11 > [class^="col-"]:nth-of-type(11n+1), .block-grid-md-11 > [class*=" col-"]:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-12 > .block-grid-item, .block-grid-md-12 > [class^="col-"], .block-grid-md-12 > [class*=" col-"] {
    width: 8.33333%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-12 > .block-grid-item:nth-of-type(n), .block-grid-md-12 > [class^="col-"]:nth-of-type(n), .block-grid-md-12 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1), .block-grid-md-12 > [class^="col-"]:nth-of-type(12n+1), .block-grid-md-12 > [class*=" col-"]:nth-of-type(12n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-1 > .block-grid-item, .block-grid-lg-1 > [class^="col-"], .block-grid-lg-1 > [class*=" col-"] {
    width: 100%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n), .block-grid-lg-1 > [class^="col-"]:nth-of-type(n), .block-grid-lg-1 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1), .block-grid-lg-1 > [class^="col-"]:nth-of-type(1n+1), .block-grid-lg-1 > [class*=" col-"]:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-2 > .block-grid-item, .block-grid-lg-2 > [class^="col-"], .block-grid-lg-2 > [class*=" col-"] {
    width: 50%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n), .block-grid-lg-2 > [class^="col-"]:nth-of-type(n), .block-grid-lg-2 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1), .block-grid-lg-2 > [class^="col-"]:nth-of-type(2n+1), .block-grid-lg-2 > [class*=" col-"]:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-3 > .block-grid-item, .block-grid-lg-3 > [class^="col-"], .block-grid-lg-3 > [class*=" col-"] {
    width: 33.33333%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n), .block-grid-lg-3 > [class^="col-"]:nth-of-type(n), .block-grid-lg-3 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1), .block-grid-lg-3 > [class^="col-"]:nth-of-type(3n+1), .block-grid-lg-3 > [class*=" col-"]:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-4 > .block-grid-item, .block-grid-lg-4 > [class^="col-"], .block-grid-lg-4 > [class*=" col-"] {
    width: 25%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n), .block-grid-lg-4 > [class^="col-"]:nth-of-type(n), .block-grid-lg-4 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1), .block-grid-lg-4 > [class^="col-"]:nth-of-type(4n+1), .block-grid-lg-4 > [class*=" col-"]:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-5 > .block-grid-item, .block-grid-lg-5 > [class^="col-"], .block-grid-lg-5 > [class*=" col-"] {
    width: 20%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n), .block-grid-lg-5 > [class^="col-"]:nth-of-type(n), .block-grid-lg-5 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1), .block-grid-lg-5 > [class^="col-"]:nth-of-type(5n+1), .block-grid-lg-5 > [class*=" col-"]:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-6 > .block-grid-item, .block-grid-lg-6 > [class^="col-"], .block-grid-lg-6 > [class*=" col-"] {
    width: 16.66667%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n), .block-grid-lg-6 > [class^="col-"]:nth-of-type(n), .block-grid-lg-6 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1), .block-grid-lg-6 > [class^="col-"]:nth-of-type(6n+1), .block-grid-lg-6 > [class*=" col-"]:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-7 > .block-grid-item, .block-grid-lg-7 > [class^="col-"], .block-grid-lg-7 > [class*=" col-"] {
    width: 14.28571%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n), .block-grid-lg-7 > [class^="col-"]:nth-of-type(n), .block-grid-lg-7 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1), .block-grid-lg-7 > [class^="col-"]:nth-of-type(7n+1), .block-grid-lg-7 > [class*=" col-"]:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-8 > .block-grid-item, .block-grid-lg-8 > [class^="col-"], .block-grid-lg-8 > [class*=" col-"] {
    width: 12.5%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n), .block-grid-lg-8 > [class^="col-"]:nth-of-type(n), .block-grid-lg-8 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1), .block-grid-lg-8 > [class^="col-"]:nth-of-type(8n+1), .block-grid-lg-8 > [class*=" col-"]:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-9 > .block-grid-item, .block-grid-lg-9 > [class^="col-"], .block-grid-lg-9 > [class*=" col-"] {
    width: 11.11111%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n), .block-grid-lg-9 > [class^="col-"]:nth-of-type(n), .block-grid-lg-9 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1), .block-grid-lg-9 > [class^="col-"]:nth-of-type(9n+1), .block-grid-lg-9 > [class*=" col-"]:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-10 > .block-grid-item, .block-grid-lg-10 > [class^="col-"], .block-grid-lg-10 > [class*=" col-"] {
    width: 10%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n), .block-grid-lg-10 > [class^="col-"]:nth-of-type(n), .block-grid-lg-10 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1), .block-grid-lg-10 > [class^="col-"]:nth-of-type(10n+1), .block-grid-lg-10 > [class*=" col-"]:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-11 > .block-grid-item, .block-grid-lg-11 > [class^="col-"], .block-grid-lg-11 > [class*=" col-"] {
    width: 9.09091%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n), .block-grid-lg-11 > [class^="col-"]:nth-of-type(n), .block-grid-lg-11 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1), .block-grid-lg-11 > [class^="col-"]:nth-of-type(11n+1), .block-grid-lg-11 > [class*=" col-"]:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 47, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-12 > .block-grid-item, .block-grid-lg-12 > [class^="col-"], .block-grid-lg-12 > [class*=" col-"] {
    width: 8.33333%;
  }
  /* line 53, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n), .block-grid-lg-12 > [class^="col-"]:nth-of-type(n), .block-grid-lg-12 > [class*=" col-"]:nth-of-type(n) {
    clear: none;
  }
  /* line 54, ../sass/frameworks/zapsass/_block-grid.scss */
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1), .block-grid-lg-12 > [class^="col-"]:nth-of-type(12n+1), .block-grid-lg-12 > [class*=" col-"]:nth-of-type(12n+1) {
    clear: both;
  }
}
/* CUSTOM CSS */
/* SETTINGS */
/* IMPORTS */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 5, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 23, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 30, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 40, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 44, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 50, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 54, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 58, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 62, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 70, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 76, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 81, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

/* line 85, ../sass/plugins/fancybox/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 97, ../sass/plugins/fancybox/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

/* line 103, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 113, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 125, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 129, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 133, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 144, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 149, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 154, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 158, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 170, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-lock {
  overflow: hidden;
}

/* line 174, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

/* line 184, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 190, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 197, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 205, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 209, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 218, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 234, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 240, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 244, ../sass/plugins/fancybox/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* CUSTOM CSS */
/* line 13, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay {
  background-color: rgba(155, 99, 7, 0.95);
}
/* line 16, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-skin {
  box-shadow: none;
  border-radius: 0;
}
/* line 21, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-close {
  background: none;
  text-decoration: none;
  top: 0;
  right: -40px;
  width: auto;
  height: auto;
  z-index: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 31, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-close:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 25px;
  display: block;
  color: #ef95cf;
}
/* line 38, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 40, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-close:hover:before {
  color: #ef95cf;
}
/* line 46, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-prev span, .fancybox-overlay .fancybox-next span {
  background: none;
  margin-top: 0;
}
/* line 49, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-prev span:before, .fancybox-overlay .fancybox-next span:before {
  font-family: 'FontAwesome';
  font-size: 35px;
  display: block;
  color: #ef95cf;
  margin-top: -40px;
}
/* line 58, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-prev span {
  left: 0;
}
/* line 61, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-prev span:before {
  content: "\f053";
}
/* line 66, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-nav span {
  visibility: visible;
  top: 52%;
}
/* line 72, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-nav:hover span:before {
  color: #000;
}
/* line 77, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-prev span {
  left: -40px;
}
/* line 81, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-next span {
  right: -50px;
}
/* line 84, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-next span:before {
  content: "\f054";
}
/* line 89, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-title-float-wrap {
  margin-bottom: 0px;
  width: 100%;
  right: auto;
  left: 0;
  top: 100%;
}
/* line 97, ../sass/plugins/_fancybox.settings.scss */
.fancybox-overlay .fancybox-title-float-wrap .child {
  margin-right: 0;
  width: 100%;
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  padding: 2px;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 1.6rem;
}

/* SETTINGS */
/* IMPORTS */
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
/* line 10, ../sass/plugins/spinkit/spinners/_5-pulse.scss */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #ef95cf;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* SETTINGS */
/* IMPORTS */
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
/* line 13, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
/* line 20, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
/* line 35, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
/* line 47, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
/* line 54, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
/* line 59, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
/* line 69, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* line 76, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
/* line 81, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
/* line 103, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
/* line 108, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
/* line 113, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
/* line 120, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
/* line 126, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
/* line 132, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
/* line 138, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
/* line 143, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
/* line 148, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
/* line 156, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
/* line 166, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
/* line 171, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-option-icon-container {
  float: left;
}

/* line 175, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
/* line 182, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

/* line 191, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
/* line 202, ../sass/plugins/selectboxit/_selectboxit.scss */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
/* line 207, ../sass/plugins/selectboxit/_selectboxit.scss */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
/* line 216, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

/* line 230, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 237, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

/* line 244, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 252, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 261, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

/* line 265, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

/* line 276, ../sass/plugins/selectboxit/_selectboxit.scss */
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

/* Custom CSS */
/* line 12, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container {
  /* verticaal centreren */
}
/* line 13, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container * {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 21, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container .selectboxit,
.selectboxit-container .selectboxit-options {
  margin-top: 2px;
}
/* line 26, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container .selectboxit-arrow-container {
  display: none;
}
/* line 30, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container .selectboxit-text {
  overflow: visible;
}
/* line 34, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container .selectboxit-text:after {
  content: "\e760";
  font-family: 'Linearicons';
  font-size: 0.7em;
  display: inline-block;
  color: #fff;
}
/* line 42, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container .selectboxit-options {
  border: none;
  padding: 0 0 15px 10px;
  margin-left: -7px;
  border-radius: 0;
}
/* line 49, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container .selectboxit-options .selectboxit-selected .selectboxit-option-anchor {
  color: #000;
}
/* line 55, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container .selectboxit-options .selectboxit-option-first .selectboxit-option-anchor:after {
  content: "\e760";
  font-family: 'Linearicons';
  font-size: 0.7em;
  display: inline-block;
}
/* line 63, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container .selectboxit-options .selectboxit-option-anchor {
  color: #fff;
  text-decoration: none;
}
/* line 67, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-container .selectboxit-options .selectboxit-option-anchor:hover {
  color: #000;
  background: #ef95cf;
}

/* line 75, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: inherit;
}

/* line 79, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-btn {
  background: transparent;
  border: none;
  text-align: right;
}
/* line 84, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus {
  background: transparent;
}
/* line 88, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-btn.selectboxit-enabled:hover .selectboxit-text:after, .selectboxit-btn.selectboxit-enabled:focus .selectboxit-text:after {
  color: #000;
}

/* line 94, ../sass/plugins/_selectboxit.settings.scss */
.selectboxit-list {
  background: #ef95cf;
}

@media screen and (min-width: 768px) {
  /* line 1, ../sass/_searchbox.scss */
  .search-widget {
    display: inline-block;
    padding: 0 15px;
  }
}
/* line 6, ../sass/_searchbox.scss */
.search-widget .searchbox {
  position: relative;
}
/* line 9, ../sass/_searchbox.scss */
.search-widget .searchinput {
  background: #fff;
  color: #ef95cf;
  font-size: 1.6rem;
  vertical-align: top;
  border: none;
  height: 30px;
  line-height: 30px;
  width: 185px;
  padding: 0 5px;
  padding-right: 45px;
}
@media screen and (min-width: 992px) {
  /* line 9, ../sass/_searchbox.scss */
  .search-widget .searchinput {
    background: #ef95cf;
    color: #fff;
  }
}
/* line 61, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
.search-widget .searchinput:-moz-placeholder {
  color: #ef95cf;
}
@media screen and (min-width: 992px) {
  /* line 61, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
  .search-widget .searchinput:-moz-placeholder {
    color: #fff;
  }
}
/* line 64, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
.search-widget .searchinput::-moz-placeholder {
  color: #ef95cf;
}
@media screen and (min-width: 992px) {
  /* line 64, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
  .search-widget .searchinput::-moz-placeholder {
    color: #fff;
  }
}
/* line 67, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
.search-widget .searchinput:-ms-input-placeholder {
  color: #ef95cf;
}
@media screen and (min-width: 992px) {
  /* line 67, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
  .search-widget .searchinput:-ms-input-placeholder {
    color: #fff;
  }
}
/* line 56, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
.search-widget .searchinput::-webkit-input-placeholder {
  color: #ef95cf;
}
@media screen and (min-width: 992px) {
  /* line 56, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/css3/_user-interface.scss */
  .search-widget .searchinput::-webkit-input-placeholder {
    color: #fff;
  }
}
/* line 33, ../sass/_searchbox.scss */
.search-widget .search-submit {
  /* position: absolute;
  right: 0;
  top: 0; */
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 30px;
  border: none;
  box-shadow: none;
  background: #fff;
  color: #ef95cf;
}
@media screen and (min-width: 768px) {
  /* line 33, ../sass/_searchbox.scss */
  .search-widget .search-submit {
    position: static;
  }
}
@media screen and (min-width: 992px) {
  /* line 33, ../sass/_searchbox.scss */
  .search-widget .search-submit {
    background: #ef95cf;
    color: #fff;
  }
}
/* line 58, ../sass/_searchbox.scss */
.search-widget .ui-helper-hidden-accessible {
  display: none;
}

/* line 63, ../sass/_searchbox.scss */
.ui-autocomplete {
  background: #9B6307;
  padding: 0;
  margin: 0;
  z-index: 3;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
}
/* line 74, ../sass/_searchbox.scss */
.ui-autocomplete .ui-menu-item {
  cursor: pointer;
  width: 100%;
  background: none;
  padding: 0;
  border: none;
}
/* line 75, ../sass/_searchbox.scss */
.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:focus, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #9B6307;
  color: #fff;
}
/* line 89, ../sass/_searchbox.scss */
.ui-autocomplete li > a:hover, .ui-autocomplete li > a:focus, .ui-autocomplete li > a.ui-state-focus {
  color: #fff;
  text-decoration: none;
}
/* line 95, ../sass/_searchbox.scss */
.ui-autocomplete .ui-corner-all {
  width: 100%;
}

/* line 101, ../sass/_searchbox.scss */
.suggest-item {
  padding: 0px 15px;
  border: none;
  text-transform: uppercase;
  font-size: 2.1rem;
  color: #fff;
}

/* line 98, ../sass/screen.scss */
strong {
  font-family: "Lora", serif;
}

/* line 105, ../sass/screen.scss */
html {
  font-size: 10px;
}

/* line 110, ../sass/screen.scss */
body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lora", serif;
  padding: 0;
  color: #333433;
}

/* line 119, ../sass/screen.scss */
h1 {
  margin-bottom: 30px;
}

/* line 123, ../sass/screen.scss */
h2 {
  font-size: 2.4rem;
  font-weight: 600;
}

/* line 128, ../sass/screen.scss */
h3 {
  font-size: 1.8rem;
  font-weight: 400;
}

/* line 133, ../sass/screen.scss */
h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 138, ../sass/screen.scss */
hr {
  border-top: 1px dashed #ef95cf;
}

/* line 143, ../sass/screen.scss */
iframe, video {
  max-width: 100%;
}

/* line 147, ../sass/screen.scss */
.navbar-main {
  border: none;
  box-shadow: none;
}

/* line 152, ../sass/screen.scss */
.site-header {
  background: #ef95cf;
  margin: 0;
}
@media screen and (min-width: 992px) {
  /* line 152, ../sass/screen.scss */
  .site-header {
    margin: 30px 0;
  }
}
/* line 160, ../sass/screen.scss */
.site-header.navbar-duplicate {
  background: #fff;
  margin: 0;
  padding: 30px 0 1px 0;
}
@media screen and (min-width: 992px) {
  /* line 166, ../sass/screen.scss */
  .site-header.navbar-large {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
}
/* line 176, ../sass/screen.scss */
.site-header .navbar-header {
  padding: 15px 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  /* line 176, ../sass/screen.scss */
  .site-header .navbar-header {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 184, ../sass/screen.scss */
  .site-header .navbar-collapse {
    padding: 0;
  }
}
/* line 189, ../sass/screen.scss */
.site-header .navbar-toggle {
  background: transparent !important;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (min-width: 992px) {
  /* line 152, ../sass/screen.scss */
  .site-header {
    background: transparent;
  }
}

/* line 204, ../sass/screen.scss */
.ui-autocomplete {
  z-index: 99;
}
/* line 206, ../sass/screen.scss */
.ui-autocomplete .ui-menu-item {
  padding: 5px 0;
  border-top: 1px dashed #fff;
}
/* line 210, ../sass/screen.scss */
.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:focus {
  background: #333433;
}
/* line 214, ../sass/screen.scss */
.ui-autocomplete .ui-menu-item:first-child {
  border: none;
}
/* line 218, ../sass/screen.scss */
.ui-autocomplete .ui-menu-item .suggest-item {
  font-size: 1.4rem;
  text-transform: none;
}

/* line 226, ../sass/screen.scss */
.search .result-list {
  max-width: 500px;
}
/* line 229, ../sass/screen.scss */
.search .result-list .result {
  margin-bottom: 30px;
}

/* line 234, ../sass/screen.scss */
.site-title {
  float: left;
  color: #ef95cf;
  font-family: "Fjalla One", sans-serif;
  font-size: 3.4rem;
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  /* line 234, ../sass/screen.scss */
  .site-title {
    color: #ef95cf;
  }
}
@media screen and (min-width: 992px) {
  /* line 246, ../sass/screen.scss */
  .navbar-large .site-title {
    font-size: 6.5rem;
  }
}
/* line 252, ../sass/screen.scss */
.home .site-title {
  color: #fff !important;
}

/* line 257, ../sass/screen.scss */
.site-tools {
  text-align: center;
  border-bottom: 1px dashed #fff;
}
/* line 261, ../sass/screen.scss */
.site-tools > * {
  margin: 15px 0;
}
@media screen and (min-width: 992px) {
  /* line 257, ../sass/screen.scss */
  .site-tools {
    border: none;
    float: right;
    text-align: left;
  }
  /* line 270, ../sass/screen.scss */
  .site-tools > * {
    margin: 0;
    display: inline-block;
  }
}

/* line 277, ../sass/screen.scss */
.home .header-container {
  /* margin-bottom: $grid-gutter-width; */
  margin-bottom: 0;
  /*border-bottom: 9px solid $primary-color;*/
  overflow: hidden;
  position: relative;
  z-index: 5;
}

/* line 286, ../sass/screen.scss */
#slideshow {
  overflow: hidden;
  /* border-bottom: 9px solid $primary-color;
  margin-bottom: $grid-gutter-width; */
}
/* line 290, ../sass/screen.scss */
#slideshow .slick-dots {
  bottom: 10px;
}
@media screen and (min-width: 1200px) {
  /* line 290, ../sass/screen.scss */
  #slideshow .slick-dots {
    bottom: 25px;
  }
}
/* line 298, ../sass/screen.scss */
#slideshow .slick-dots li button:before {
  color: #fff;
  font-size: 2rem;
}
/* line 306, ../sass/screen.scss */
#slideshow .slick {
  margin-bottom: 0;
}
/* line 309, ../sass/screen.scss */
#slideshow .slideshow-img {
  z-index: 1;
  position: relative;
  position: relative;
}
/* line 83, ../sass/screen.scss */
#slideshow .slideshow-img:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #000000;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 313, ../sass/screen.scss */
#slideshow .slideshow-img:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

/* line 326, ../sass/screen.scss */
.slideshow-item {
  position: relative;
}

/* line 330, ../sass/screen.scss */
.slideshow-content {
  position: absolute;
  text-align: center;
  z-index: 2;
  background: rgba(239, 149, 207, 0.6);
  border: 1px dashed #fff;
  padding: 10px 20px;
  bottom: 60px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  /* line 330, ../sass/screen.scss */
  .slideshow-content {
    padding: 15px 30px;
    bottom: 100px;
  }
}

/* line 351, ../sass/screen.scss */
.slide-link:hover .slideshow-content, .slide-link:focus .slideshow-content {
  background: #ef95cf;
}

/* line 356, ../sass/screen.scss */
.slide-title {
  font-family: "Fjalla One", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 1400px) {
  /* line 356, ../sass/screen.scss */
  .slide-title {
    font-size: 2.4rem;
  }
}

/* line 368, ../sass/screen.scss */
.slide-short {
  font-size: 1.6rem;
  margin: 0;
}
@media screen and (min-width: 1400px) {
  /* line 368, ../sass/screen.scss */
  .slide-short {
    font-size: 2rem;
  }
}

/* line 379, ../sass/screen.scss */
.text-overlay .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 383, ../sass/screen.scss */
.text-overlay.image a:hover .overlay, .text-overlay.image a:focus .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 388, ../sass/screen.scss */
.overlay-white {
  color: #fff;
}

/* line 393, ../sass/screen.scss */
.site-logo-horizontal {
  max-width: 100%;
  width: 180px;
}
@media screen and (min-width: 768px) {
  /* line 393, ../sass/screen.scss */
  .site-logo-horizontal {
    width: auto;
  }
}

/* line 401, ../sass/screen.scss */
.menu {
  font-family: "Fjalla One", sans-serif;
}
/* line 404, ../sass/screen.scss */
.menu ul {
  margin: 0;
  padding: 0;
}
/* line 409, ../sass/screen.scss */
.menu li {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 409, ../sass/screen.scss */
  .menu li {
    display: inline-block;
  }
}

/* line 417, ../sass/screen.scss */
.agenda-sub-nav {
  border-bottom: 1px dashed #ef95cf;
}

/* line 422, ../sass/screen.scss */
.agenda-menu a {
  color: #5d5e5d;
}
@media screen and (min-width: 768px) {
  /* line 422, ../sass/screen.scss */
  .agenda-menu a {
    font-size: 2rem;
  }
}
/* line 432, ../sass/screen.scss */
.agenda-menu li {
  display: inline-block;
  margin-right: 10px;
}

/* line 439, ../sass/screen.scss */
.sitemap-menu {
  display: table;
  margin: 0 auto;
  text-align: center;
}
/* line 443, ../sass/screen.scss */
.sitemap-menu > li {
  margin: 0 30px;
  margin-top: 15px;
  display: block;
  /* submenu */
}
/* line 448, ../sass/screen.scss */
.sitemap-menu > li > a {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
}
@media screen and (min-width: 992px) {
  /* line 443, ../sass/screen.scss */
  .sitemap-menu > li {
    float: left;
  }
}
/* line 459, ../sass/screen.scss */
.sitemap-menu > li li {
  display: block;
}
/* line 462, ../sass/screen.scss */
.sitemap-menu > li li > a {
  color: #5d5e5d;
  font-family: "Lora", serif;
}

/* line 470, ../sass/screen.scss */
.sub-menu {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 470, ../sass/screen.scss */
  .sub-menu {
    text-align: left;
  }
}
/* line 475, ../sass/screen.scss */
.sub-menu li {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  /* line 475, ../sass/screen.scss */
  .sub-menu li {
    display: block;
  }
}
/* line 483, ../sass/screen.scss */
.sub-menu a {
  color: #a1a3a3;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 483, ../sass/screen.scss */
  .sub-menu a {
    font-size: 2rem;
    display: block;
  }
}
/* line 495, ../sass/screen.scss */
.sub-menu li.active a, .sub-menu a:hover, .sub-menu a:focus {
  color: #333433;
  position: relative;
  text-decoration: none;
}
/* line 500, ../sass/screen.scss */
.sub-menu li.active a:after, .sub-menu a:hover:after, .sub-menu a:focus:after {
  content: "";
  width: 80%;
  position: absolute;
  border-bottom: 1px dashed #ef95cf;
  bottom: 0;
  left: 0;
}

/* line 511, ../sass/screen.scss */
.main-menu {
  position: relative;
  clear: both;
  text-align: center;
  /* .navbar-duplicate & { */
  border-bottom: 1px dashed #ef95cf;
  /* padding-bottom: $grid-gutter-width / 2; */
  margin-bottom: 0;
  /* } */
  /** dropdown **/
}
/* line 522, ../sass/screen.scss */
.navbar-large .main-menu {
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  /* line 522, ../sass/screen.scss */
  .navbar-large .main-menu {
    line-height: 1.1;
    width: 83.33333%;
    margin-left: 8.33333%;
    /* & > li:first-child {
      margin-left: percentage(1/12);
    } */
  }
  /* line 533, ../sass/screen.scss */
  .navbar-large .main-menu > li {
    /*margin-left: percentage(1/12);*/
  }
  /* line 535, ../sass/screen.scss */
  .navbar-large .main-menu > li:hover ul, .navbar-large .main-menu > li:focus ul {
    display: none !important;
  }
  /* line 539, ../sass/screen.scss */
  .navbar-large .main-menu > li > a:hover, .navbar-large .main-menu > li > a:focus {
    border-bottom: none;
  }
  /* line 545, ../sass/screen.scss */
  .navbar-large .main-menu > li:first-child {
    margin-left: -4.16667%;
  }
}
/* line 552, ../sass/screen.scss */
.main-menu > li {
  margin-top: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  /* line 552, ../sass/screen.scss */
  .main-menu > li {
    margin: 0 10px;
  }
}
/* line 560, ../sass/screen.scss */
.main-menu > li:first-child {
  margin-left: 0;
}
/* line 564, ../sass/screen.scss */
.main-menu > li.active > a, .main-menu > li > a:hover, .main-menu > li > a:focus {
  color: #333433;
  border-bottom: 1px dashed #333433;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  /* line 564, ../sass/screen.scss */
  .main-menu > li.active > a, .main-menu > li > a:hover, .main-menu > li > a:focus {
    color: #ef95cf;
    border-bottom: 5px solid #ef95cf;
  }
}
/* line 576, ../sass/screen.scss */
.main-menu a {
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (min-width: 992px) {
  /* line 576, ../sass/screen.scss */
  .main-menu a {
    color: #333433;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 992px) {
  /* line 586, ../sass/screen.scss */
  .navbar-large .main-menu a {
    color: #fff;
    font-size: 5.6rem;
  }
}
/* line 597, ../sass/screen.scss */
.main-menu ul a {
  font-size: 2rem;
  color: #5BC2E7;
}
@media screen and (min-width: 992px) {
  /* line 595, ../sass/screen.scss */
  .main-menu ul {
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    top: 100%;
    margin-top: -10px;
    left: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 200ms linear;
    -o-transition: max-height 200ms linear;
    transition: max-height 200ms linear;
    background: #ef95cf;
    z-index: 99;
    /*padding: $grid-gutter-width / 2;*/
  }
  /* line 614, ../sass/screen.scss */
  .navbar-large .main-menu ul {
    display: none !important;
  }
  /* line 625, ../sass/screen.scss */
  .main-menu ul li {
    display: block;
    padding: 0 15px;
  }
  /* line 630, ../sass/screen.scss */
  .main-menu ul li:first-child {
    padding-top: 15px;
  }
  /* line 633, ../sass/screen.scss */
  .main-menu ul li:last-child {
    padding-bottom: 15px;
  }
  /* line 637, ../sass/screen.scss */
  .main-menu ul li a {
    color: #fff;
    font-size: 2.4rem;
  }
  /* line 641, ../sass/screen.scss */
  .main-menu ul li a:hover, .main-menu ul li a:focus {
    color: #5BC2E7;
    text-decoration: none;
  }
}
/* line 652, ../sass/screen.scss */
.main-menu > li:hover a, .main-menu > li:focus a {
  border-bottom: 5px solid #ef95cf;
}
/* line 655, ../sass/screen.scss */
.main-menu > li:hover ul, .main-menu > li:focus ul {
  -webkit-transition: max-height 500ms linear;
  -o-transition: max-height 500ms linear;
  transition: max-height 500ms linear;
  max-height: 600px;
}
@media screen and (min-width: 992px) {
  /* line 511, ../sass/screen.scss */
  .main-menu {
    text-align: left;
  }
}

/* line 668, ../sass/screen.scss */
.logo-img {
  max-width: 43%;
}
@media screen and (min-width: 1200px) {
  /* line 668, ../sass/screen.scss */
  .logo-img {
    max-width: 65%;
  }
}

/* line 675, ../sass/screen.scss */
.separator {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.8rem;
  line-height: 1.4rem;
  margin: 0 0.5rem;
  color: #000;
}
/* line 683, ../sass/screen.scss */
.separator.white {
  color: #fff;
}

/* line 687, ../sass/screen.scss */
.detail-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  /* line 687, ../sass/screen.scss */
  .detail-header {
    margin-bottom: 5px;
  }
}

/* line 694, ../sass/screen.scss */
.fancy-title {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  /* line 694, ../sass/screen.scss */
  .fancy-title {
    font-size: 3.6rem;
  }
}
/* line 705, ../sass/screen.scss */
.fancy-title .fancy-title-inner {
  padding: 5px 10px;
  margin: 0 5px;
  background: #000;
  text-transform: uppercase;
  display: inline-block;
}
/* line 713, ../sass/screen.scss */
.fancy-title:before, .fancy-title:after {
  display: inline-block;
  content: "*";
  color: #000;
  vertical-align: middle;
}
/* line 721, ../sass/screen.scss */
.fancy-title.primary:before, .fancy-title.primary:after {
  color: #ef95cf;
}
/* line 724, ../sass/screen.scss */
.fancy-title.primary .fancy-title-inner {
  background: #ef95cf;
}

/* line 730, ../sass/screen.scss */
.section-title {
  margin-bottom: 10px;
  color: #333433;
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Fjalla One", sans-serif;
}

/* line 740, ../sass/screen.scss */
.page-block {
  margin-bottom: 30px;
}

/* line 745, ../sass/screen.scss */
.gallery-picture {
  margin-bottom: 30px;
}
/* line 747, ../sass/screen.scss */
.gallery-picture a {
  position: relative;
  display: block;
}

/* line 753, ../sass/screen.scss */
.gallery-image {
  position: relative;
  z-index: 0;
}

/* line 758, ../sass/screen.scss */
.gallery-image-overlay {
  position: absolute;
  z-index: 1;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  background: #ef95cf;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 771, ../sass/screen.scss */
.gallery-image-overlay:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 782, ../sass/screen.scss */
.quote blockquote {
  font-size: 2.8rem;
  margin-bottom: 15px;
}
/* line 786, ../sass/screen.scss */
.quote .author {
  margin-left: 30px;
}

/** deze klasse hangen aan alle content die uit een ck-editor komt (body-teksten met html opmaak) **/
/* line 794, ../sass/screen.scss */
.text-container p:last-child {
  margin-bottom: 0;
}
/* line 797, ../sass/screen.scss */
.text-container a {
  text-decoration: underline;
  color: #ef95cf;
}
/* line 802, ../sass/screen.scss */
.text-container ul {
  padding-left: 0;
  margin-left: 20px;
}
/* line 806, ../sass/screen.scss */
.text-container ul li {
  /*  list-style-image: url('/media/default/images/list-style-image.png'); */
}
/* line 811, ../sass/screen.scss */
.text-container h4 {
  color: #5d5e5d;
  font-size: 2.2rem;
  margin: 15px 0;
  font-weight: normal;
}
/* line 818, ../sass/screen.scss */
.text-container table {
  width: auto;
  margin-bottom: 0;
}

/* line 825, ../sass/screen.scss */
.date-table {
  margin-bottom: 20px;
}
/* line 828, ../sass/screen.scss */
.date-table td.date {
  padding-left: 0;
}
/* line 831, ../sass/screen.scss */
.date-table .timestamp {
  font-family: "Fjalla One", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

/* line 839, ../sass/screen.scss */
.date-tickets {
  text-align: right;
}

/* line 843, ../sass/screen.scss */
.practical-text {
  font-style: italic;
  font-size: 1.6rem;
}

/* line 848, ../sass/screen.scss */
.header-image-block {
  position: relative;
}
/* line 850, ../sass/screen.scss */
.header-image-block .gallery-count {
  background: #ef95cf;
  color: #fff;
  padding: 2px 7px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
/* line 859, ../sass/screen.scss */
.header-image-block .header-image {
  z-index: 0;
  position: relative;
}

/* line 867, ../sass/screen.scss */
.event-partners img {
  height: 60px;
  margin-right: 15px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray alpha(opacity=100);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 872, ../sass/screen.scss */
.event-partners img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0);
}

/* line 878, ../sass/screen.scss */
.event-link a {
  font-style: italic;
  color: #5d5e5d;
  text-decoration: underline;
}
/* line 883, ../sass/screen.scss */
.event-link a:hover, .event-link a:focus {
  color: #ef95cf;
  text-decoration: none;
}

/* line 889, ../sass/screen.scss */
.event-icon-link {
  margin-left: 10px;
}
/* line 890, ../sass/screen.scss */
.event-icon-link:hover {
  text-decoration: none;
}
/* line 893, ../sass/screen.scss */
.event-icon-link.icon-bg .event-icon {
  background: #ef95cf;
}
/* line 897, ../sass/screen.scss */
.event-icon-link:first-child {
  margin-left: 0;
}

/* line 902, ../sass/screen.scss */
.genre-separator {
  display: inline-block;
}

/* line 906, ../sass/screen.scss */
.event-genre {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 912, ../sass/screen.scss */
.event-genre-link {
  display: inline-block;
  text-decoration: underline;
}

/* line 918, ../sass/screen.scss */
.sub-section {
  margin-bottom: 20px;
}

/* line 922, ../sass/screen.scss */
.events-home {
  background: #fff;
  padding-bottom: 20px;
}

/* line 930, ../sass/screen.scss */
.teaser:hover, .teaser:focus {
  border: 1px dashed #ef95cf;
  background: #5BC2E7;
  padding: 9px;
  margin: -10px;
  cursor: pointer;
}

/* line 939, ../sass/screen.scss */
.teaser-date {
  color: #5d5e5d;
  font-size: 2rem;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}

/* line 946, ../sass/screen.scss */
.teaser-title {
  font-weight: normal;
  color: #ef95cf;
  font-size: 2rem;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}

/* line 954, ../sass/screen.scss */
.teaser-subtitle {
  color: #5d5e5d;
  font-size: 1.8rem;
  font-weight: normal;
}

/* line 960, ../sass/screen.scss */
.teaser-summary {
  margin-top: 10px;
}

/* line 964, ../sass/screen.scss */
.teaser-image, .facebook-post-image {
  margin-bottom: 10px;
  border: 1px solid #a1a3a3;
}

/* line 969, ../sass/screen.scss */
.teaser-tickets {
  margin-top: 30px;
}

/* line 974, ../sass/screen.scss */
.page-header {
  border-bottom: 1px dashed #ef95cf;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  /* line 974, ../sass/screen.scss */
  .page-header {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

/* line 986, ../sass/screen.scss */
.page-title {
  text-align: center;
  font-weight: normal;
  font-family: "Fjalla One", sans-serif;
  font-size: 5.3rem;
  text-transform: uppercase;
  color: #ef95cf;
}

/* line 995, ../sass/screen.scss */
.page-subtitle {
  font-size: 4rem;
  color: #ef95cf;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 1004, ../sass/screen.scss */
.page-subtitle.event-subtitle {
  color: #5d5e5d;
  text-align: center;
  font-size: 3rem;
  font-family: "Lora", serif;
  text-transform: none;
}
/* line 1012, ../sass/screen.scss */
.footer-text .page-subtitle {
  font-size: 2.4rem;
}

/* line 1017, ../sass/screen.scss */
.block-title {
  color: #5d5e5d;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 15px;
}

/* line 1024, ../sass/screen.scss */
.newsletter-intro {
  margin-bottom: 10px;
}

/* line 1028, ../sass/screen.scss */
.btn {
  border: 1px dashed;
  height: 36px;
  line-height: 36px;
  font-size: 2rem;
  font-family: "Fjalla One", sans-serif;
  padding: 0 30px;
}
/* line 1038, ../sass/screen.scss */
.btn.btn-primary {
  color: #ef95cf;
}
/* line 1040, ../sass/screen.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #5BC2E7;
  border-color: #ef95cf;
}
/* line 1046, ../sass/screen.scss */
.btn.tickets-button {
  color: #ef95cf;
}
/* line 1048, ../sass/screen.scss */
.btn.tickets-button:hover, .btn.tickets-button:focus {
  color: #fff;
  background: #9B6307;
  border-color: #fff;
}
/* line 1056, ../sass/screen.scss */
.btn.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: transparent;
}

/* line 1062, ../sass/screen.scss */
.tickets-button {
  height: 25px;
  font-size: 1.6rem;
  line-height: 25px;
}

/* line 1069, ../sass/screen.scss */
.input-text {
  font-size: 1.6rem;
}

/* line 1073, ../sass/screen.scss */
.site-content {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  padding-top: 80px;
  background: #fff;
}
/* line 1080, ../sass/screen.scss */
.home .site-content {
  border-top: 9px solid #ef95cf;
}

/* line 1086, ../sass/screen.scss */
.site-footer {
  position: relative;
  font-size: 1.4rem;
}
/* line 1090, ../sass/screen.scss */
.site-footer .sitemap {
  padding-top: 20px;
}

/* line 1095, ../sass/screen.scss */
.footer-text {
  margin: 20px 0;
}

@media screen and (min-width: 992px) {
  /* line 1098, ../sass/screen.scss */
  .social-media-links {
    margin-left: 30px;
  }
}
/* line 1103, ../sass/screen.scss */
.social-media-links li {
  padding: 0 2px;
}
/* line 1106, ../sass/screen.scss */
.social-media-links a {
  font-size: 2.4rem;
  color: #ef95cf;
}
/* line 1111, ../sass/screen.scss */
.navbar-large .social-media-links a {
  color: #fff;
}

/* line 1117, ../sass/screen.scss */
.facebook-post-image {
  margin-bottom: 15px;
}

/* line 1121, ../sass/screen.scss */
.social-media-caption {
  word-break: break-all;
}

/* line 1125, ../sass/screen.scss */
.zap-share {
  border-top: 1px solid #9B6307;
  display: inline-block;
  padding-top: 10px;
  margin-top: 20px;
}

/* line 1131, ../sass/screen.scss */
.zap-share a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

/* line 1137, ../sass/screen.scss */
.footer-partners {
  padding-bottom: 20px;
}

/* line 1141, ../sass/screen.scss */
.footer-partner-link {
  padding: 0 20px;
  vertical-align: middle;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 1141, ../sass/screen.scss */
  .footer-partner-link {
    display: inline-block;
  }
}

/* line 1153, ../sass/screen.scss */
.footer-partner-image {
  display: inline-block;
}

/* line 1157, ../sass/screen.scss */
#zaplogo {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* line 1163, ../sass/screen.scss */
img.page-not-found {
  width: 100% !important;
}
