@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:,400,300,700,600,400italic);
/* Master.less
********************/
/* Bootstrap
********************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #0c0c0c;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #53b61d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #357412;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #53b61d;
}
a.text-primary:hover {
  color: #3f8a16;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #53b61d;
}
a.bg-primary:hover {
  background-color: #3f8a16;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.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: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.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);
}
.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;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #53b61d;
  border-color: #49a019;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3f8a16;
  border-color: #316b11;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #53b61d;
  border-color: #49a019;
}
.btn-primary .badge {
  color: #53b61d;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #53b61d;
  font-weight: normal;
  border-radius: 0;
}
.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;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #357412;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #53b61d;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
.cookie-info-show .cookie-info-content:before,
.cookie-info-show .cookie-info-content:after,
#widget-list-frontpage:before,
#widget-list-frontpage:after,
#widget-list-page:before,
#widget-list-page:after,
#widget-list-page:before,
#widget-list-page:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after,
.cookie-info-show .cookie-info-content:after,
#widget-list-frontpage:after,
#widget-list-page:after,
#widget-list-page:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:hover.focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today:hover.disabled.focus,
.datepicker table tr td.today.disabled.disabled.focus,
.datepicker table tr td.today.disabled:hover.disabled.focus,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today:hover[disabled].focus,
.datepicker table tr td.today.disabled[disabled].focus,
.datepicker table tr td.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:hover.focus,
fieldset[disabled] .datepicker table tr td.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:hover.focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today:hover.disabled.focus,
.datepicker table tr td.range.today.disabled.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today:hover[disabled].focus,
.datepicker table tr td.range.today.disabled[disabled].focus,
.datepicker table tr td.range.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:hover.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f7ca77;
  background-color: #000000;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected:hover.focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected:hover.disabled.focus,
.datepicker table tr td.selected.disabled.disabled.focus,
.datepicker table tr td.selected.disabled:hover.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected:hover[disabled].focus,
.datepicker table tr td.selected.disabled[disabled].focus,
.datepicker table tr td.selected.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected:hover.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #777777;
  background-color: #ffffff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #53b61d;
  border-color: #49a019;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3f8a16;
  border-color: #316b11;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active:hover.disabled.focus,
.datepicker table tr td.active.disabled.disabled.focus,
.datepicker table tr td.active.disabled:hover.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active:hover[disabled].focus,
.datepicker table tr td.active.disabled[disabled].focus,
.datepicker table tr td.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active:hover.focus,
fieldset[disabled] .datepicker table tr td.active.disabled.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #53b61d;
  border-color: #49a019;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #53b61d;
  background-color: #ffffff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #53b61d;
  border-color: #49a019;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3f8a16;
  border-color: #316b11;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #53b61d;
  border-color: #49a019;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #53b61d;
  background-color: #ffffff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* Fonts
********************/
/* Bootstrap overwrites
********************/
/* General
********************/
html {
  overflow-y: scroll;
  min-height: 100%;
}
body {
  background: #fef8d5;
  cursor: default;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Components
********************/
#map_canvas img {
  max-width: none !important;
}
.wood {
  color: #FFFFFF;
  background: #7d523c url('../../images/wood.jpg') top center;
  box-shadow: inset 0px -2px 6px 0px #000000, inset 0px 1px 2px 0px rgba(255, 255, 255, 0.8);
}
.wood-vertical {
  color: #FFFFFF;
  background: #7d523c url('../../images/wood.jpg') top center;
  box-shadow: inset 0px -2px 6px 0px #000000, inset 0px 1px 2px 0px rgba(255, 255, 255, 0.8);
  background-image: url('../../images/wood-vertical.jpg');
  background-position: center left;
}
.wood-text {
  color: #FFFFFF;
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
}
.title-wood {
  color: #FFFFFF;
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0 15px 3px;
  line-height: 2.047em;
  height: 49px;
  display: inline-block;
  width: 296px;
  max-width: 100%;
  font-size: 1.4375em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.title-wood.title-large {
  background-image: url(/images/woodplanks-large.png);
  width: 296px;
}
.title-wood.title-medium {
  background-image: url(/images/woodplanks-medium.png);
  width: 232px;
}
.title-wood.title-small {
  background-image: url(/images/woodplanks-small.png);
  width: 166px;
}
.divider {
  display: block;
  background: transparent url(../../images/dotted-stroke.png) repeat-x left center;
  height: 6px;
  margin: 20px 0;
}
.table {
  display: table;
  width: 100%;
}
.table .tbody {
  display: table-row-group;
}
.table .tbody .tr {
  display: table-row;
}
.table .tbody .tr .td {
  display: table-cell;
}
.underline:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url('../../images/underline.svg') no-repeat left bottom;
  background-size: 100%;
  bottom: -15px;
  left: -10px;
  position: absolute;
  display: inline-block;
}
#cookieInfo {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  #cookieInfo {
    position: static;
    width: 100%;
    background: url(/images/backgrounds/tablet-soil.jpg) transparent;
    overflow: hidden;
  }
}
#cookieInfo.cookie-info-show {
  width: 100%;
  padding: 30px 30px 19px;
  background: #f3f1e7 url('../../images/polaroid.jpg');
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 1000;
}
.cookie-info-show .cookie-info-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cookie-info-show .cookie-info-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .cookie-info-show .cookie-info-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .cookie-info-show .cookie-info-content {
    width: 1170px;
  }
}
.cookie-info-show .cookie-info-text {
  color: #0c0c0c;
  font: normal 16px/1.42857143 "Open Sans", Helvetica, Arial, sans-serif;
  width: 75%;
  opacity: 1;
  transition: opacity 0.5s;
}
.cookie-info-show .cookie-info-text.opacity {
  opacity: 0;
}
.cookie-info-show .cookie-info-text h2,
.cookie-info-show .cookie-info-text h1 {
  margin-top: 0;
}
.cookie-info-show .cookie-info-toggle {
  display: block;
  float: right;
  margin-top: 8px;
  padding: 3px 6px;
  border-radius: 3px;
  color: #0c0c0c;
  border: 0;
  text-decoration: none;
  font: bold 16px/1.42857143 "felt-tip-roman", "Marker-Felt", Helvetica, Arial, sans-serif;
}
.cookie-info-hide .cookie-info-toggle {
  display: block;
  float: right;
  margin: 10px 15px;
  color: #fff;
  font: bold 16px/1.42857143 "felt-tip-roman", "Marker-Felt", Helvetica, Arial, sans-serif;
}
.phone .cookie-info-show {
  width: auto;
  padding: 0;
}
.phone .cookie-info-show .cookie-info-text {
  width: auto;
  padding-top: 8px;
}
.phone .cookie-info-hide .cookie-info-toggle {
  color: #ccc;
}
.btn {
  border: 3px white solid;
  border-radius: 6px;
  background-color: #53b61d;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 20px;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: white;
}
.btn.btn-lg {
  font-size: 1.187em;
  padding: 13px 58px;
  border-width: 2px;
}
.custom-radio {
  width: 18px;
  height: 21px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 6px;
  background: url("/images/radio.png") no-repeat;
}
.custom-radio.selected {
  background-position: left bottom;
}
.custom-radio input[type="radio"] {
  margin: 1px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  width: 18px;
  height: 21px;
}
.form-email {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
textarea,
select {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #969696;
  padding: 5px 15px;
  cursor: pointer;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  outline: none;
}
select {
  background-image: url(/images/form-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:-ms-expand {
  display: none;
}
input[type="checkbox"],
input[type="radio"] {
  color: red;
  border: 1px solid #969696;
  border-radius: 6px;
  width: 25px;
  height: 25px;
  background-color: white;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-image: url(/images/form-check.png);
}
input[type="radio"] {
  border-radius: 12px;
}
input.error,
select.error,
input.ng-invalid.ng-touched,
select.ng-invalid.ng-touched {
  background: #FFECEC;
  /*border-color: #CA0C0C !important;*/
  color: #CA0C0C !important;
}
label.error {
  color: #CA0C0C;
  font-size: .8em !important;
  font-weight: 600;
}
.checkbox .form-value,
.radio .form-value {
  display: inline-block;
  padding: 2px 8px;
  position: absolute;
  font-size: 14px;
}
.form-group {
  margin-bottom: 8px;
  text-align: left;
}
.form-group.required input[type="text"],
.form-group.required input[type="email"],
.form-group.required input[type="date"] {
  background-image: url(/images/form-star.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.form-group label {
  font-size: 14px;
}
.form-group .form-group-description {
  font-size: 11px;
  padding-top: 5px;
  float: right;
}
#contour .contourFieldSet,
.contour .contourFieldSet {
  border: 0;
  padding: 0;
}
#contour .text.input-validation-error,
.contour .text.input-validation-error {
  background-color: antiquewhite;
  border: 1px solid lightcoral;
}
#contour .field-validation-error,
.contour .field-validation-error {
  font-size: 11px;
  display: block;
  text-align: right;
  font-weight: bold;
}
/**
 * Faarup Panel
 */
.widget-list {
  padding-left: 0;
  list-style: none;
}
.widget-list .widget:not(.widget-weather) > a {
  padding: 8px;
  border-radius: 2px;
  background: #f3f1e7 url('../../images/polaroid.jpg');
  margin-bottom: 30px;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #0c0c0c;
  height: 380px;
}
@media (max-width: 767px) {
  .widget-list .widget:not(.widget-weather) > a {
    margin-bottom: 15px;
  }
}
.widget-list .widget:not(.widget-weather) > a:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 4px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  left: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.widget-list .widget:not(.widget-weather) > a > h2.title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.312em;
}
.widget-list .widget:not(.widget-weather) > a .more-link {
  position: absolute;
  bottom: 19px;
  right: 19px;
  text-decoration: underline;
}
.widget-list .widget:not(.widget-weather) > a .more-link:hover {
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-list .widget:not(.widget-weather) > a {
    height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-list .widget:not(.widget-weather) > a {
    height: auto;
  }
}
@media (max-width: 767px) {
  .widget-list .widget:not(.widget-weather) > a {
    height: auto;
  }
}
.widget-list .widget:not(.widget-weather) > a:hover,
.widget-list .widget:not(.widget-weather) > a:focus {
  text-decoration: none;
  outline: none;
}
.widget-list .widget:not(.widget-weather) > a:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 25px;
  background: url(/images/polaroid-gradient.png) top left repeat-x;
  z-index: 5;
}
.widget-list .widget.widget-weather > div {
  overflow: hidden;
  padding: 8px;
  border-radius: 2px;
  background: #373737;
  margin-bottom: 30px;
  display: block;
  color: #ffffff;
  background: #373737 url('../../images/blackboard.jpg');
  height: 380px;
  padding: 152px 28px 28px;
  position: relative;
}
@media (max-width: 767px) {
  .widget-list .widget.widget-weather > div {
    margin-bottom: 15px;
  }
}
.widget-list .widget.widget-weather > div:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 4px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  left: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.widget-list .widget.widget-weather > div > h2.title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.312em;
}
.widget-list .widget.widget-weather > div .more-link {
  position: absolute;
  bottom: 19px;
  right: 19px;
  text-decoration: underline;
}
.widget-list .widget.widget-weather > div .more-link:hover {
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-list .widget.widget-weather > div {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .widget-list .widget.widget-weather > div {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-list .widget.widget-weather > div {
    padding-top: 80px;
  }
}
.widget-list .widget.widget-weather > div > h2.title {
  position: absolute;
  top: 28px;
}
.widget-list .widget.widget-weather > div > h2.title:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url('../../images/underline.svg') no-repeat left bottom;
  background-size: 100%;
  bottom: -15px;
  left: -10px;
  position: absolute;
  display: inline-block;
}
.widget-list .widget.widget-weather > div > figure {
  position: absolute !important;
  top: 12px;
  right: 0;
}
.widget-list .widget.widget-weather > div a:link,
.widget-list .widget.widget-weather > div a:visited,
.widget-list .widget.widget-weather > div a:hover,
.widget-list .widget.widget-weather > div a:focus {
  text-decoration: none;
}
.widget-list .widget.widget-weather > div .opening-hours,
.widget-list .widget.widget-weather > div .forecast {
  color: #FFFFFF;
  font-family: "felt-tip-roman", "Marker-Felt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.widget-list .widget.widget-weather > div .opening-hours p,
.widget-list .widget.widget-weather > div .forecast p {
  margin: 0;
}
.widget-list .widget.widget-weather > div .opening-hours {
  font-size: 1.25em;
}
.widget-list .widget.widget-weather > div .forecast {
  color: #d5df2e;
}
.widget-list .widget.widget-weather > div .forecast .icon {
  position: relative;
  top: 10px;
}
.widget-list .widget.widget-weather > div .forecast .temperature {
  font-size: 3.4375em;
  line-height: 1em;
  position: relative;
  top: -20px;
  left: 20px;
}
.widget-list .widget.widget-weather > div .forecast:hover {
  text-decoration: none;
}
.widget-list img {
  width: 100%;
  height: auto;
}
.widget-list img.main {
  display: block;
  max-width: 100%;
  height: auto;
}
#widget-list-frontpage,
#widget-list-page {
  margin-left: -15px;
  margin-right: -15px;
}
#widget-list-frontpage .widget,
#widget-list-page .widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #widget-list-frontpage .widget,
  #widget-list-page .widget {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #widget-list-frontpage .widget,
  #widget-list-page .widget {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #widget-list-frontpage .widget > a,
  #widget-list-page .widget > a {
    height: 380px;
  }
}
#widget-list-frontpage > a,
#widget-list-page > a {
  display: block;
  text-align: center;
}
#widget-list-frontpage figure,
#widget-list-page figure {
  margin: 0;
  position: relative;
}
#widget-list-frontpage figure img,
#widget-list-page figure img {
  margin: 0 auto;
}
#widget-list-frontpage figure img.main,
#widget-list-page figure img.main {
  -webkit-box-shadow: inset 0px 0px 24px 0px rgba(91, 84, 70, 0.35);
  box-shadow: inset 0px 0px 24px 0px rgba(91, 84, 70, 0.35);
}
#widget-list-frontpage figure img.splash,
#widget-list-page figure img.splash {
  position: absolute !important;
  top: 10px;
  right: 0;
  width: auto !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#widget-list-frontpage figure + .title,
#widget-list-page figure + .title {
  position: relative;
  margin-top: -30px;
  margin-bottom: 0;
}
#widget-list-frontpage .description,
#widget-list-page .description {
  margin: 0;
  position: relative;
  padding: 7px 25px 25px;
  line-height: 1.1875em;
}
#content-widget-list .widget a {
  min-height: initial;
  padding-bottom: 25px;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content-widget-list .widget a {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content-widget-list .widget a {
    padding-bottom: 15px;
  }
}
#content-widget-list .widget:not(.widget-weather):not(.widget-form) h2.title {
  margin-top: -25px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content-widget-list .widget:not(.widget-weather):not(.widget-form) h2.title {
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content-widget-list .widget:not(.widget-weather):not(.widget-form) h2.title {
    font-size: 14px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #content-widget-list .widget:not(.widget-weather):not(.widget-form) h2.title {
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
#content-widget-list .widget:not(.widget-weather):not(.widget-form) .description {
  padding: 7px 25px 6px;
  font-size: 0.9375em;
  line-height: 1.1875em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content-widget-list .widget:not(.widget-weather):not(.widget-form) .description {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content-widget-list .widget:not(.widget-weather):not(.widget-form) .description {
    padding: 0;
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #content-widget-list .widget:not(.widget-weather):not(.widget-form) .description {
    padding: 0;
    margin-bottom: 0;
  }
}
#content-widget-list .widget.widget-weather > div {
  height: auto;
}
#widget-list-page {
  margin-left: -15px;
  margin-right: -15px;
}
#widget-list-page .widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #widget-list-page .widget {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #widget-list-page .widget {
    float: left;
    width: 33.33333333%;
  }
}
#widget-list-page .widget > a {
  height: 340px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #widget-list-page .widget > a {
    height: 380px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #widget-list-page .widget > a {
    height: 340px;
  }
}
@media (max-width: 767px) {
  #widget-list-page .widget > a {
    height: auto;
  }
}
#widget-list-page .event-time {
  font-size: 12px;
  color: #666;
}
#widget-list-page .description {
  margin: 0;
  position: relative;
  padding: 7px 10px 10px;
  font-size: 0.9375em;
  line-height: 1.1875em;
}
#content-widget-list figure {
  position: relative;
}
#content-widget-list figure .splash {
  position: absolute;
  top: 6px;
  right: 0;
  width: auto;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
#slideshow {
  padding: 8px;
  border-radius: 2px;
  background: #f3f1e7 url('../../images/polaroid.jpg');
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #0c0c0c;
}
#slideshow.solo-slider .owl-wrapper-outer {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #slideshow {
    margin-bottom: 15px;
  }
}
#slideshow:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 4px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  left: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#slideshow > h2.title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.312em;
}
#slideshow .more-link {
  position: absolute;
  bottom: 19px;
  right: 19px;
  text-decoration: underline;
}
#slideshow .more-link:hover {
  text-decoration: none;
}
#slideshow .owl-wrapper {
  position: relative;
}
#slideshow .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 55px;
}
#slideshow .owl-item {
  float: left;
  position: relative;
}
#slideshow .owl-item img {
  width: 100%;
  height: auto;
}
#slideshow .owl-item figcaption {
  position: absolute;
  bottom: -42px;
  margin: 0 20px;
}
#slideshow .owl-controls {
  margin: 0 5.41%;
  text-align: right;
  float: right;
  margin-top: -33px;
}
@media (max-width: 767px) {
  #slideshow .owl-controls {
    display: none !important;
  }
}
#slideshow .owl-controls .owl-page {
  border-radius: 50%;
  margin: 0 4px;
  height: 15px;
  width: 15px;
  background-color: #d5d5d5;
  border: 1px solid #b7acac;
  overflow: hidden;
}
#slideshow .owl-controls .owl-page span {
  margin: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  position: relative;
  top: -1px;
  left: -1px;
}
#slideshow .owl-controls .owl-page.active span {
  background-color: #00891b;
  border: 4px solid #d5d5d5;
}
#slideshow .owl-controls .owl-page:first-child span {
  margin-left: 0;
}
#slideshow .owl-controls .owl-page:last-child span {
  margin-right: 0;
}
#slideshow .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  background: transparent;
  font-size: 80px;
  line-height: 40px;
  height: 65px;
  margin-top: -35px;
}
#slideshow .owl-controls .owl-buttons div.owl-next {
  right: 5px;
}
#slideshow .owl-controls .owl-buttons div.owl-prev {
  left: 5px;
}
#slideshow .owl-controls .panel-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
#site #instagram,
#site .umb-macro-holder {
  position: relative;
  overflow: hidden;
}
#site #instagram #hashtag,
#site .umb-macro-holder #hashtag {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  color: white;
  color: #00891B;
  font-size: 40px;
  text-align: center;
  top: 125px;
  position: absolute;
  z-index: 100;
  width: 100%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 0;
}
#site #instagram #instagram-list,
#site .umb-macro-holder #instagram-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#site #instagram #instagram-list .instagram-thumb-container,
#site .umb-macro-holder #instagram-list .instagram-thumb-container {
  width: 33.33%;
  float: left;
  background: white;
  height: 165px;
  position: relative;
  background-size: cover;
}
#site #instagram #instagram-list .instagram-thumb-container .instagram-user,
#site .umb-macro-holder #instagram-list .instagram-thumb-container .instagram-user {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
#site #instagram #instagram-list .instagram-thumb-container .instagram-user span,
#site .umb-macro-holder #instagram-list .instagram-thumb-container .instagram-user span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  text-align: center;
  display: table;
  width: 100%;
}
#site #instagram #instagram-list .instagram-thumb-container .instagram-user:hover,
#site .umb-macro-holder #instagram-list .instagram-thumb-container .instagram-user:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  #site #instagram #hashtag,
  #site .umb-macro-holder #hashtag {
    font-size: 30px;
    top: 100px;
  }
  #site #instagram #instagram-list .instagram-thumb-container,
  #site .umb-macro-holder #instagram-list .instagram-thumb-container {
    width: 33.33%;
    height: 132px;
  }
}
@media (max-width: 991px) {
  #site #instagram #hashtag,
  #site .umb-macro-holder #hashtag {
    font-size: 30px;
    top: 110px;
  }
  #site #instagram #instagram-list .instagram-thumb-container,
  #site .umb-macro-holder #instagram-list .instagram-thumb-container {
    width: 50%;
    height: 142px;
  }
}
@media (max-width: 767px) {
  #site #instagram #hashtag,
  #site .umb-macro-holder #hashtag {
    font-size: 20px;
    top: 88px;
  }
  #site #instagram #instagram-list .instagram-thumb-container,
  #site .umb-macro-holder #instagram-list .instagram-thumb-container {
    width: 50%;
    height: 115px;
  }
}
#stand-alone-social-wall {
  background: #000;
}
#stand-alone-social-wall #instagram {
  position: relative;
  overflow: hidden;
}
#stand-alone-social-wall #instagram #hashtag {
  top: 125px;
  position: fixed;
  z-index: 100;
  width: 100%;
  text-align: center;
}
#stand-alone-social-wall #instagram #hashtag span {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  color: white;
  color: #00891B;
  font-size: 50px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 20px 20px 20px;
}
#stand-alone-social-wall #instagram #instagram-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 1280px;
  overflow: hidden;
}
@media (max-width: 720px) {
  #stand-alone-social-wall #instagram #instagram-list {
    width: 720px;
  }
}
#stand-alone-social-wall #instagram #instagram-list .instagram-thumb-container {
  width: 160px;
  float: left;
  background: white;
  height: 160px;
  position: relative;
  background-size: cover;
}
@media (max-width: 720px) {
  #stand-alone-social-wall #instagram #instagram-list .instagram-thumb-container {
    width: 144px;
    height: 144px;
  }
}
#stand-alone-social-wall #instagram #instagram-list .instagram-thumb-container .instagram-user {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
#stand-alone-social-wall #instagram #instagram-list .instagram-thumb-container .instagram-user span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  text-align: center;
  display: table;
  width: 100%;
}
#stand-alone-social-wall #instagram #instagram-list .instagram-thumb-container .instagram-user:hover {
  opacity: 1;
}
#search-results #list-results {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#search-results #list-results li {
  border-top: solid 1px #ccc;
  padding: 20px 0;
}
#search-results #list-results li a {
  color: #0c0c0c;
}
#search-results #list-results li a .title {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
#search-results #list-results li a .path {
  font-size: 12px;
  color: #999;
  margin: 5px 0;
}
#search-results #list-results li a p {
  margin: 0;
}
#search-results #list-results li a:hover {
  text-decoration: none;
}
#search-results #list-results li:first-child {
  border-top: none;
}
#search-results #paging-results {
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 767px) {
  #search-results #paging-results {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #search-results #paging-results a {
    font-size: 14px;
    padding: 3px 10px;
    border-width: 1px;
  }
}
#search-results #paging-results a.active {
  background-color: #3E7123;
}
.modal-content .close {
  float: right;
  background: transparent;
  font-size: 30px;
  border: none;
  padding: 5px 15px;
  color: #0c0c0c;
}
.modal-body {
  clear: both;
  padding-top: 0px;
}
/* Resources
********************/
/**
 * Colors
 */
@font-face {
  font-family: "faarup-sommerland";
  src: url("/fonts/faarup-sommerland.eot");
  src: url("/fonts/faarup-sommerland.eot?#iefix") format("embedded-opentype"), url("/fonts/faarup-sommerland.woff") format("woff"), url("/fonts/faarup-sommerland.ttf") format("truetype"), url("/fonts/faarup-sommerland.svg#faarup-sommerland") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "faarup-sommerland" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="faarup-icon-"]:before,
[class*=" faarup-icon-"]:before {
  font-family: "faarup-sommerland" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faarup-icon-basket:before {
  content: "a";
}
.faarup-icon-facebook:before {
  content: "c";
}
.faarup-icon-map:before {
  content: "d";
}
.faarup-icon-mobile:before {
  content: "e";
}
.faarup-icon-tickets:before {
  content: "b";
}
.faarup-icon-search-find:before {
  content: "f";
}
.faarup-icon-calendar:before {
  content: "g";
}
.icon-sunny {
  width: 87px;
  height: 84px;
  display: inline-block;
  background: transparent url(../images/sun.png) no-repeat top left;
}
/**
 * Media queries
 */
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.transition {
  transition: all 0.25s;
}
.marker-felt {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  color: white;
}
/**
 * Import Open Sans from Google fonts.
 */
@font-face {
  font-family: 'Marker-Felt';
  src: url('../fonts/Marker-Felt.ttf.woff') format('woff'), url('../fonts/Marker-Felt.ttf.svg#Marker-Felt') format('svg'), url('../fonts/Marker-Felt.ttf.eot'), url('../fonts/Marker-Felt.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/**
 * Typography
 */
h1 {
  text-transform: uppercase;
}
/* Views
********************/
#header {
  position: relative;
}
#header #nav-mobile {
  display: none;
}
#header #nav-sub-mobile {
  display: none;
}
#header #logo {
  display: block;
  position: absolute;
  left: 65px;
  margin-top: 10px;
  z-index: 200;
}
#header #logo img {
  max-width: 100%;
  height: auto;
}
#header #search-header {
  position: relative;
  float: right;
  margin: 30px 0 12px 0;
}
#header #search-header input {
  background: rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 2px;
  outline: none;
  height: 52px;
  width: 193px;
  margin: 2px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 18px;
}
#header #search-header input::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#header #search-header input:-moz-placeholder {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#header #search-header input::-moz-placeholder {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#header #search-header input:-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#header #search-header button {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  color: white;
  right: 14px;
  top: 15px;
  padding: 5px;
  font-size: 16px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
#header #search-header .search-outline {
  pointer-events: none;
  background: url(/images/search.png) top left no-repeat;
  padding: 1px;
  height: 57px;
  width: 198px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
}
#header #language-selector {
  float: right;
  margin: 60px 0 0 18px;
}
#header #language-selector .language {
  display: block;
  height: 21px;
  width: 22px;
  float: left;
  margin-left: 8px;
  background: url(/images/languages.png) no-repeat;
}
#header #language-selector .language.en {
  background-position: 0 0;
}
#header #language-selector .language.de {
  background-position: 0 -21px;
}
#header #language-selector .language.dk {
  background-position: 0 -43px;
}
#header #language-selector .language:first-child {
  margin: 0;
}
#header .header-texture {
  clear: both;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px;
  height: 152px;
  position: relative;
  z-index: 150;
}
#header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header nav ul li {
  display: inline-block;
}
#header nav ul li a {
  color: white;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  transition: all 0.25s;
}
#header nav ul li a:hover {
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
}
#header nav#nav-quick {
  font-size: 14px;
  margin-top: 20px;
  float: right;
}
#header nav#nav-quick li {
  margin-left: 25px;
  font-weight: 600;
}
#header nav#nav-quick li:first-child {
  margin-left: 0;
}
#header nav#nav-main {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  float: right;
  clear: both;
}
#header nav#nav-main li {
  margin-left: 35px;
}
#header nav#nav-main li:first-child {
  margin-left: 0;
}
#header nav#nav-main li .nav-sub {
  display: none;
}
#header .header-right {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
}
#header .header-right a {
  transition: all 0.25s;
}
#header .header-right a:hover {
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
}
#header .header-right #header-buy-ticket {
  margin-top: 8px;
  padding: 15px 22px;
  font-size: 22px;
  margin-right: 10%;
  background: url(/images/buy-ticket-bg.png) no-repeat;
  width: 200px;
  height: 65px;
  display: block;
  float: right;
  color: white;
  background-size: contain;
}
#header .header-right #header-buy-ticket i {
  font-size: 45px;
  float: right;
  margin: -5px 0 0 10px;
  line-height: 40px;
}
#header .header-right #header-basket {
  font-size: 18px;
  margin-right: 10%;
  clear: both;
  color: white;
  float: right;
  margin-top: 15px;
}
#header .header-right #header-basket span {
  float: left;
}
#header .header-right #header-basket span:first-child {
  margin-right: 10px;
}
#header .header-right #header-basket i {
  font-size: 25px;
  margin: -5px 0 0 8px;
  display: block;
  float: right;
}
#header #guest-satisfaction {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 18px;
  margin-bottom: 12px;
  padding-top: 12px;
  text-align: right;
  color: black;
  text-shadow: none;
}
#header #guest-satisfaction:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 28px;
  background: url(/images/smile.png) no-repeat;
  margin: 0 15% -5px 10px;
  background-size: contain;
}
#header #dropdown-container {
  position: relative;
  margin-top: -10px;
}
#header #dropdown-container #dropdown {
  width: 100%;
  padding: 0 0.25%;
  position: relative;
  z-index: 100;
  position: absolute;
  display: none;
}
#header #dropdown-container #dropdown .texture-container {
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 0 65px 35px 95px;
  overflow: hidden;
}
#header #dropdown-container #dropdown .texture-container nav {
  width: 70%;
  float: left;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  margin-top: 35px;
}
#header #dropdown-container #dropdown .texture-container nav a {
  display: block;
  color: #464442;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.25s;
}
#header #dropdown-container #dropdown .texture-container nav a:hover {
  text-decoration: none;
  color: #000;
}
#header #dropdown-container #dropdown .texture-container figure {
  width: 25%;
  float: right;
  margin-top: 35px;
}
#header #dropdown-container #dropdown .texture-container figure img {
  border: solid 6px white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  height: auto;
  width: 100%;
}
#header #dropdown-container #dropdown .texture-container figure figcaption {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  color: white;
  text-transform: uppercase;
  color: #464442;
  text-align: center;
  margin-top: 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
@media (max-width: 1199px) {
  #header #logo {
    left: 50px;
  }
  #header #logo img {
    width: 150px;
  }
  #header #search-header {
    margin: 15px 0 5px 0;
  }
  #header #search-header input {
    height: 46px;
    width: 170px;
    margin: 2px;
    font-size: 16px;
  }
  #header #search-header button {
    right: 12px;
    top: 10px;
    font-size: 14px;
  }
  #header #search-header .search-outline {
    height: 50px;
    width: 175px;
  }
  #header #language-selector {
    margin: 40px 0 0 15px;
  }
  #header .header-texture {
    padding: 10px;
    height: 126px;
  }
  #header nav#nav-quick {
    margin-top: 20px;
  }
  #header nav#nav-quick li {
    margin-left: 15px;
  }
  #header nav#nav-main {
    font-size: 18px;
    margin-top: 20px;
  }
  #header nav#nav-main li {
    margin-left: 15px;
  }
  #header .header-right #header-buy-ticket {
    padding: 12px 18px;
    font-size: 20px;
    width: 165px;
    height: 54px;
  }
  #header .header-right #header-buy-ticket i {
    font-size: 35px;
    line-height: 35px;
    margin: -3px 0 0 5px;
  }
  #header .header-right #header-basket {
    font-size: 14px;
    margin-top: 10px;
  }
  #header .header-right #header-basket i {
    font-size: 20px;
  }
  #header #guest-satisfaction {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #header #guest-satisfaction:after {
    width: 25px;
    height: 24px;
    margin: 0 15% -7px 8px;
  }
  #header #dropdown-container #dropdown .texture-container {
    padding: 30px 50px 25px 75px;
  }
  #header #dropdown-container #dropdown .texture-container nav a {
    margin-bottom: 15px;
  }
  #header #dropdown-container #dropdown .texture-container figure a img {
    border: solid 5px white;
  }
  #header #dropdown-container #dropdown .texture-container figure a figcaption {
    margin-top: 10px;
  }
  #header #dropdown-container #dropdown .texture-container figure a:hover {
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  #header #logo {
    left: 40px;
    margin-top: 5px;
  }
  #header #logo img {
    width: 110px;
  }
  #header #search-header {
    margin: 10px 0 5px 0;
  }
  #header #search-header input {
    height: 32px;
    width: 118px;
    margin: 2px;
    font-size: 12px;
  }
  #header #search-header button {
    right: 8px;
    top: 5px;
    font-size: 12px;
  }
  #header #search-header .search-outline {
    height: 35px;
    width: 122px;
  }
  #header #language-selector {
    margin: 17px 0 0 10px;
  }
  #header .header-texture {
    padding: 10px;
    height: 96px;
  }
  #header nav#nav-quick {
    margin-top: 10px;
  }
  #header nav#nav-quick li {
    margin-left: 10px;
  }
  #header nav#nav-quick li a {
    font-size: 12px;
  }
  #header nav#nav-main {
    font-size: 14px;
    margin-top: 12px;
  }
  #header nav#nav-main li {
    margin-left: 10px;
  }
  #header .header-right #header-buy-ticket {
    padding: 9px 12px 9px 15px;
    font-size: 14px;
    width: 120px;
    height: 39px;
    margin-top: 5px;
  }
  #header .header-right #header-buy-ticket i {
    font-size: 25px;
    line-height: 25px;
    margin: -2px 0 0 0;
  }
  #header .header-right #header-basket {
    font-size: 12px;
    margin-top: 10px;
  }
  #header .header-right #header-basket i {
    font-size: 15px;
  }
  #header #guest-satisfaction {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #header #guest-satisfaction:after {
    width: 20px;
    height: 20px;
    margin: 0 10% -5px 5px;
  }
  #header #dropdown-container #dropdown .texture-container {
    padding: 20px 40px 15px 60px;
  }
  #header #dropdown-container #dropdown .texture-container nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #header #dropdown-container #dropdown .texture-container nav a {
    margin-bottom: 5px;
    font-size: 14px;
  }
  #header #dropdown-container #dropdown .texture-container figure a img {
    border: solid 4px white;
  }
  #header #dropdown-container #dropdown .texture-container figure a figcaption {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  #site {
    margin-top: 65px;
  }
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
    background: url(/images/backgrounds/mobile-wood-texture.jpg) center no-repeat;
    background-size: cover;
    height: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    overflow: visible;
  }
  #header #logo {
    width: 70px;
    left: 50%;
    margin-left: -35px;
    margin-top: 2px;
  }
  #header #search-header {
    display: none;
  }
  #header #language-selector {
    display: none;
  }
  #header .header-texture {
    background: none !important;
    padding: 0;
    height: auto;
  }
  #header nav#nav-quick {
    display: none;
  }
  #header nav#nav-main {
    display: none;
  }
  #header .header-right #nav-trigger {
    width: 30px;
    overflow: hidden;
    float: left;
    margin-top: 13px;
    cursor: pointer;
  }
  #header .header-right #nav-trigger span {
    display: block;
    background: white;
    height: 4px;
    margin: 0 0 5px 0;
    border-radius: 2px;
    width: 100%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.25s;
  }
  #header .header-right #nav-trigger:hover span {
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.25);
  }
  #header .header-right #header-buy-ticket {
    margin-top: 5px;
    padding: 0;
    margin-right: 0;
    background: none;
    width: auto;
    height: auto;
    display: block;
    float: right;
  }
  #header .header-right #header-buy-ticket span {
    display: none;
  }
  #header .header-right #header-buy-ticket i {
    font-size: 38px;
    float: none;
    margin: 0;
    line-height: 38px;
  }
  #header .header-right #header-basket {
    margin-right: 15px;
    clear: none;
    float: right;
    margin-top: 4px;
  }
  #header .header-right #header-basket span {
    display: none;
  }
  #header .header-right #header-basket span.count {
    display: block;
    text-align: center;
    margin-bottom: -5px;
    margin-left: 11px;
  }
  #header .header-right #header-basket i {
    font-size: 25px;
    line-height: 25px;
    margin: 0;
    float: none;
  }
  #header #guest-satisfaction {
    display: none !important;
  }
  #header #nav-mobile {
    display: block;
    position: fixed;
    height: 100%;
    width: 320px;
    top: 0;
    left: -325px;
    background: url(/images/blackboard.jpg);
    z-index: 500;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    transition: all 0.5s;
    -webkit-overflow-scrolling: touch;
  }
  #header #nav-mobile .nav-mobile-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #header #nav-mobile.active {
    left: 0;
  }
  #header #nav-mobile .nav-top {
    padding: 15px 15px 0 15px;
    overflow: hidden;
  }
  #header #nav-mobile .nav-top #search-header-mobile {
    position: relative;
    float: left;
  }
  #header #nav-mobile .nav-top #search-header-mobile input {
    background: transparent;
    border: none;
    border-radius: 2px;
    outline: none;
    height: 52px;
    width: 193px;
    margin: 2px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
    color: white;
    font-size: 18px;
  }
  #header #nav-mobile .nav-top #search-header-mobile input::-webkit-input-placeholder {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #header #nav-mobile .nav-top #search-header-mobile input:-moz-placeholder {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #header #nav-mobile .nav-top #search-header-mobile input::-moz-placeholder {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #header #nav-mobile .nav-top #search-header-mobile input:-ms-input-placeholder {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #header #nav-mobile .nav-top #search-header-mobile button {
    position: absolute;
    background: none;
    border: none;
    outline: none;
    color: white;
    right: 14px;
    top: 15px;
    padding: 5px;
    font-size: 16px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }
  #header #nav-mobile .nav-top #search-header-mobile .search-outline {
    pointer-events: none;
    background: url(/images/search.png) top left no-repeat;
    padding: 1px;
    height: 57px;
    width: 198px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
  }
  #header #nav-mobile .nav-top .close {
    font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
    font-style: normal;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    height: 35px;
    width: 35px;
    padding: 5px;
    position: relative;
    display: block;
    float: right;
    margin: 12px 0 0 0;
    cursor: pointer;
  }
  #header #nav-mobile .nav-top .close span {
    font-size: 60px;
    line-height: 25px;
    position: absolute;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%;
  }
  #header #nav-mobile .divider {
    margin: 15px 0 0 0;
  }
  #header #nav-mobile nav {
    padding: 0 15px;
    overflow: hidden;
  }
  #header #nav-mobile nav a,
  #header #nav-mobile nav .trigger {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
    color: white;
    margin-top: 15px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  }
  #header #nav-mobile nav a i,
  #header #nav-mobile nav .trigger i {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #header #nav-mobile nav a:hover,
  #header #nav-mobile nav .trigger:hover {
    text-decoration: none;
  }
  #header #nav-mobile nav .nav-sub-mobile {
    display: none;
  }
  #header #nav-mobile #language-selector-mobile {
    float: right;
    padding: 15px 15px 50px 15px;
  }
  #header #nav-mobile #language-selector-mobile .language {
    display: block;
    height: 21px;
    width: 22px;
    float: left;
    margin-left: 8px;
    background: url(/images/languages.png) no-repeat;
  }
  #header #nav-mobile #language-selector-mobile .language.en {
    background-position: 0 0;
  }
  #header #nav-mobile #language-selector-mobile .language.de {
    background-position: 0 -21px;
  }
  #header #nav-mobile #language-selector-mobile .language.dk {
    background-position: 0 -43px;
  }
  #header #nav-mobile #language-selector-mobile .language:first-child {
    margin: 0;
  }
  #header #nav-sub-mobile {
    display: block;
    position: absolute;
    width: 310px;
    top: 0;
    height: 100vh;
    left: -325px;
    overflow-y: auto;
    overflow-x: hidden;
    background: url(/images/blackboard.jpg);
    z-index: 500;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    transition: all 0.5s;
  }
  #header #nav-sub-mobile.active {
    left: 0;
  }
  #header #nav-sub-mobile .nav-top {
    padding: 15px 15px 0 15px;
    overflow: hidden;
  }
  #header #nav-sub-mobile .nav-top a {
    font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
    color: white;
    font-size: 25px;
    max-width: 230px;
    display: inline-block;
    margin-top: 8px;
  }
  #header #nav-sub-mobile .nav-top a:hover {
    text-decoration: none;
  }
  #header #nav-sub-mobile .nav-top .nav-sub-close {
    font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
    font-style: normal;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    height: 35px;
    width: 35px;
    padding: 5px;
    position: relative;
    display: block;
    float: right;
    margin: 12px 0 0 0;
    cursor: pointer;
  }
  #header #nav-sub-mobile .nav-top .nav-sub-close span {
    font-size: 60px;
    line-height: 25px;
    position: absolute;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%;
  }
  #header #nav-sub-mobile nav {
    padding: 0 15px;
  }
  #header #nav-sub-mobile nav a {
    font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
    color: white;
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
  }
  #header #nav-sub-mobile nav a:hover {
    text-decoration: none;
  }
}
#footer-block-list .wood-texture {
  clear: both;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 152px;
  position: relative;
  z-index: 150;
  padding: 15px 0 15px 30px;
}
#footer-block-list .footer-block {
  color: white;
  text-align: center;
}
#footer-block-list .footer-block a {
  color: white;
}
#footer-block-list .footer-block a .btn-outline {
  width: 126px;
  height: 116px;
  background: url(/images/footer-btn-outline.png) no-repeat;
  background-size: contain;
  float: left;
}
#footer-block-list .footer-block a .btn-outline i {
  font-family: "faarup-sommerland";
  font-style: normal;
  font-size: 55px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  margin-top: 5px;
  display: inline-block;
  transition: all 0.25s;
}
#footer-block-list .footer-block a .btn-outline i.facebook:before {
  content: 'c';
}
#footer-block-list .footer-block a .btn-outline i.sepaakort:before {
  content: 'd';
}
#footer-block-list .footer-block a .btn-outline i.download:before {
  content: 'e';
}
#footer-block-list .footer-block a .btn-outline figcaption {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  color: white;
  transition: all 0.25s;
}
#footer-block-list .footer-block a:hover {
  text-decoration: none;
}
#footer-block-list .footer-block a:hover i,
#footer-block-list .footer-block a:hover figcaption {
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
}
#footer-block-list .footer-block .right {
  float: left;
  padding: 15px 0 0 25px;
  width: 210px;
  text-align: left;
  font-size: 14px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  line-height: 1.2em;
}
#footer-block-list .footer-block .right h4 {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  color: white;
  margin-top: 0;
  font-size: 18px;
}
#footer-block-list .footer-block .fb-like {
  border: solid 1px white;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  margin-top: 10px;
}
#signup-container {
  padding: 40px 60px 90px 60px;
  overflow: visible;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
#signup-container #top-attractions {
  float: left;
}
#signup-container #TA_virtualsticker360 {
  float: left;
  margin: -5px 0 0 20px;
}
#signup-container #TA_virtualsticker360 .container {
  width: auto;
}
#signup-container #TA_virtualsticker360 .container #CDSWIDHEADER {
  display: none;
}
#signup-container #TA_virtualsticker360 .container #CDSWIDSTICKER {
  width: auto;
}
#signup-container #TA_virtualsticker360 .container #CDSWIDSTICKER #CDSWIDLOGO {
  border: none;
  background: none;
  width: auto;
  height: auto;
}
#signup-container #TA_virtualsticker360 .container #CDSWIDSTICKER #CDSWIDLOGO img {
  margin: 0;
}
#signup-container .newsletter-signup {
  float: right;
}
#signup-container .newsletter-signup .newsletter-title {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 18px;
  margin: 4px 20px 0 0;
  float: left;
}
#signup-container .newsletter-signup .newsletter-title.newsletter-error {
  float: right;
  margin: 4px 0 0 0;
}
#signup-container .newsletter-signup input {
  float: left;
  margin-right: 20px;
  height: 36px;
}
#signup-container .newsletter-signup input[type="text"] {
  width: 150px;
}
#signup-container .newsletter-signup input[type="email"] {
  width: 150px;
}
#signup-container .newsletter-signup input[type="submit"] {
  margin-right: 0;
}
#footer-primary {
  padding-top: 35px;
  padding-bottom: 45px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#footer-primary h4 {
  color: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
}
#footer-primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer-primary ul li a {
  color: white;
  font-size: 14px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  transition: all 0.25s;
}
#footer-primary ul li a:hover {
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
}
@media (max-width: 1199px) {
  #footer-block-list .wood-texture {
    height: 126px;
    padding: 15px 0 15px 20px;
  }
  #footer-block-list .footer-block a .btn-outline {
    width: 105px;
    height: 97px;
  }
  #footer-block-list .footer-block a .btn-outline i {
    font-size: 43px;
  }
  #footer-block-list .footer-block .right {
    padding: 10px 0 0 15px;
    width: 170px;
    font-size: 12px;
  }
  #footer-block-list .footer-block .right h4 {
    font-size: 16px;
  }
  #footer-block-list .footer-block .fb-like {
    margin-top: 10px;
  }
  #signup-container {
    padding: 30px 60px 50px 60px;
  }
  #footer-primary {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  #footer-primary h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #footer-block-list .wood-texture {
    height: 96px;
    padding: 12px 0 12px 0;
  }
  #footer-block-list .footer-block a .btn-outline {
    width: 77px;
    height: 71px;
  }
  #footer-block-list .footer-block a .btn-outline figcaption {
    display: none;
  }
  #footer-block-list .footer-block .right {
    padding: 10px 0 0 15px;
    width: 130px;
  }
  #footer-block-list .footer-block .right h4 {
    font-size: 14px;
  }
  #footer-block-list .footer-block .right p {
    display: none;
  }
  #footer-block-list .footer-block .fb-like {
    margin-top: 5px;
  }
  #signup-container {
    padding: 25px 15px 35px 15px;
  }
  #signup-container .newsletter-signup .newsletter-title {
    font-size: 16px;
    margin: 4px 10px 0 0;
  }
  #signup-container .newsletter-signup input {
    margin-right: 10px;
    height: 30px;
    font-size: 14px;
    padding: 5px 8px;
  }
  #signup-container .newsletter-signup input[type="text"] {
    width: 100px;
  }
  #signup-container .newsletter-signup input[type="email"] {
    width: 100px;
  }
  #signup-container .newsletter-signup input[type="submit"] {
    padding: 3px 15px;
  }
  #footer-primary {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #footer-primary h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #footer-block-list {
    background: url(/images/backgrounds/mobile-park.jpg) top center no-repeat #469abe;
    background-size: contain;
    padding-bottom: 15px;
    padding-top: 0;
  }
  #footer-block-list .wood-texture {
    height: auto;
    padding: 12px 0 12px 0;
    background: none !important;
  }
  #footer-block-list .wood-texture:last-child {
    margin: 0;
  }
  #footer-block-list .footer-block {
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #footer-block-list .footer-block a .btn-outline {
    width: 87px;
    height: 80px;
  }
  #footer-block-list .footer-block a .btn-outline i {
    font-size: 35px;
  }
  #footer-block-list .footer-block a .btn-outline figcaption {
    display: block;
    font-size: 12px;
  }
  #footer-block-list .footer-block .right {
    padding: 10px 0 0 15px;
    width: auto;
    max-width: 200px;
  }
  #footer-block-list .footer-block .right h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #footer-block-list .footer-block .right p {
    display: block;
  }
  #footer-block-list .footer-block .fb-like {
    margin-top: 10px;
  }
  #signup-container {
    padding: 20px 15px 75px 15px;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    background: url(/images/backgrounds/tablet-soil.jpg) transparent;
  }
  #signup-container .mobile-grass-container {
    background: url(/images/backgrounds/tablet-grass.png) repeat-x;
    height: 15px;
    width: 100%;
    top: -12px;
    display: block;
    position: absolute;
    left: 0;
  }
  #signup-container .newsletter-signup {
    text-align: center;
    float: none;
  }
  #signup-container .newsletter-signup .newsletter-title {
    font-size: 16px;
    margin: 0 0 10px 0;
    float: none;
  }
  #signup-container .newsletter-signup input {
    margin: 0;
  }
  #signup-container .newsletter-signup input[type="text"] {
    width: 47.5%;
    float: left;
  }
  #signup-container .newsletter-signup input[type="email"] {
    width: 47.5%;
    float: right;
  }
  #signup-container .newsletter-signup input[type="submit"] {
    margin-top: 10px;
    float: none;
  }
  #signup-container #top-attractions {
    position: absolute;
    bottom: 20px;
    left: 25%;
    margin-left: -70px;
  }
  #signup-container #TA_virtualsticker360 {
    position: absolute;
    bottom: 20px;
    right: 25%;
    margin-right: -85px;
  }
  #footer-primary {
    display: none;
  }
}
#content #content-main #content-text {
  padding: 8px;
  border-radius: 2px;
  background: #f3f1e7 url('../../images/polaroid.jpg');
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #0c0c0c;
  padding: 30px;
}
#content #content-main #content-text img {
  max-width: 100%;
  height: auto !important;
}
#content #content-main #content-text iframe {
  width: 100%;
}
@media (max-width: 767px) {
  #content #content-main #content-text {
    margin-bottom: 15px;
  }
}
#content #content-main #content-text:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 4px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  left: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#content #content-main #content-text > h2.title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.312em;
}
#content #content-main #content-text .more-link {
  position: absolute;
  bottom: 19px;
  right: 19px;
  text-decoration: underline;
}
#content #content-main #content-text .more-link:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  #content #content-main #content-text {
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #content #content-main #content-text {
    padding: 20px;
    font-size: 14px;
  }
}
#content #content-main #content-text h1,
#content #content-main #content-text h2,
#content #content-main #content-text h3,
#content #content-main #content-text h4 {
  margin-top: 15px;
}
#content #content-main #content-text h1 {
  margin-bottom: 41px;
}
#content #content-main #content-text .fullwidth {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #content #content-main #content-text .fullwidth {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  #content #content-main #content-text .fullwidth {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#content #content-main #content-text .fullwidth .table .td:first-child {
  padding-left: 30px;
}
#content #content-main #content-text .fullwidth .table .td:last-child {
  padding-right: 30px;
  text-align: right;
}
#content #content-main #content-text .table {
  font-size: 0.875em;
}
#content #content-main #content-text .table .tr {
  height: 30px;
  line-height: 30px;
}
#content #content-main #content-text .table .tr:nth-child(odd) {
  background: #dad7cf;
}
#content #content-main #content-text .table .th {
  font-weight: bold;
}
#content #content-main .booking-btn-top {
  border: 3px white solid;
  border-radius: 6px;
  background-color: #53b61d;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 20px;
  float: right;
  margin-top: -72px;
  display: inline-block;
}
#content #content-main .booking-btn-top:hover {
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  #content #content-main .booking-btn-top {
    float: none;
    margin-top: 0px;
  }
}
#content #content-main .booking-btn-top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#content #content-main .booking-btn {
  border: 3px white solid;
  border-radius: 6px;
  background-color: #53b61d;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 20px;
  margin-top: -15px;
  display: inline-block;
}
#content #content-main .booking-btn:hover {
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  #content #content-main .booking-btn {
    float: none;
  }
}
#content #content-main .booking-btn:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#content [class*='col-'].no-padding {
  padding-right: 0;
  padding-left: 0;
}
.modal-dialog {
  z-index: 99999;
}
.modal-content .modal-btn:hover {
  border: 3px white solid;
  border-radius: 6px;
  background-color: #53b61d;
  color: white;
}
#filter-list {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  box-shadow: none;
  font-family: "felt-tip-roman", "Marker-Felt", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
#filter-list label {
  display: block;
  font-size: 0.9em;
}
#filter-list .filter-list-inner {
  padding: 10px 13px 10px 10px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  #filter-list .filter-list-inner {
    padding: 0;
  }
}
#filter-list .filter-list-inner .blackboard {
  background: #373737 url('../../images/blackboard.jpg');
  padding: 30px;
  position: relative;
  color: #FFF;
}
#filter-list .filter-list-inner .blackboard:before,
#filter-list .filter-list-inner .blackboard:after {
  content: " ";
  display: table;
}
#filter-list .filter-list-inner .blackboard:after {
  clear: both;
}
#filter-list .filter-list-inner .blackboard:before,
#filter-list .filter-list-inner .blackboard:after {
  content: " ";
  display: table;
}
#filter-list .filter-list-inner .blackboard:after {
  clear: both;
}
#filter-list .filter-list-inner .blackboard:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url('../../images/wild-river.svg') no-repeat right bottom;
  background-size: 45%;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
}
#filter-list .filter-list-inner .blackboard:before:before,
#filter-list .filter-list-inner .blackboard:before:after {
  content: " ";
  display: table;
}
#filter-list .filter-list-inner .blackboard:before:after {
  clear: both;
}
#filter-list .filter-list-inner .blackboard:before:before,
#filter-list .filter-list-inner .blackboard:before:after {
  content: " ";
  display: table;
}
#filter-list .filter-list-inner .blackboard:before:after {
  clear: both;
}
#filter-list .filter-list-inner .blackboard > fieldset {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #filter-list .filter-list-inner .blackboard > fieldset {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #filter-list .filter-list-inner .blackboard > fieldset {
    float: left;
    width: 33.33333333%;
  }
}
#filter-list .filter-list-inner .blackboard > fieldset label {
  display: inline-block;
  margin-left: 14px;
}
#filter-list .badge {
  position: absolute;
  top: -9px;
  right: -12px;
}
#filter-list .badge figcaption {
  position: absolute;
  z-index: 100;
  color: #0c0c0c;
  -ms-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  top: 64px;
  width: 250px;
  left: 27px;
  text-align: center;
}
@media (max-width: 767px) {
  #filter-list .badge figcaption {
    width: 210px;
    font-size: 16px;
    top: 55px;
    left: 24px;
  }
}
#filter-list .badge img {
  width: 100%;
}
@media (max-width: 767px) {
  #filter-list .badge {
    width: 210px;
    top: 0;
    right: 0;
  }
}
#page-pager {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #page-pager {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #page-pager {
    left: 50%;
  }
}
#page-pager ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  text-align: right;
}
#page-pager ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#page-pager ul li a {
  font-size: 0.875em;
  display: block;
  padding: 3px 0 5px;
  background: transparent url('../../images/backgrounds/wood-texture-pager.png') no-repeat top left;
  text-align: center;
  width: 85px;
  color: #FFFFFF;
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-pager ul li a:link,
#page-pager ul li a:visited {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#page-pager ul li a:hover,
#page-pager ul li a:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
#page-pager ul li a.pager-medium {
  background-position: 0 -29px;
  width: 126px;
  padding-left: 5px;
}
#page-pager ul li a.pager-large {
  background-position: 0 -58px;
  width: 149px;
}
#page-pager ul li:first-child {
  padding-left: 0;
}
#page-pager ul li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  #nav-aside {
    display: none;
  }
}
#nav-aside nav {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  margin-top: 10px;
}
#nav-aside nav .nav-wrapper {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  padding: 12px 12px 3px 12px;
  position: relative;
  top: -10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #nav-aside nav .nav-wrapper {
    padding: 10px 10px 2px 10px;
  }
}
#nav-aside nav .nav-inner {
  position: relative;
  background: #373737 url('../../images/blackboard.jpg');
  padding-bottom: 115px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #nav-aside nav .nav-inner {
    min-height: 330px;
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #nav-aside nav .nav-inner {
    min-height: 455px;
  }
}
@media (min-width: 1200px) {
  #nav-aside nav .nav-inner {
    min-height: 565px;
  }
}
#nav-aside nav .nav-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url('../../images/rollercoaster.svg') no-repeat left -1px bottom -30px;
  background-size: 85%;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
}
#nav-aside nav .nav-inner > a:link,
#nav-aside nav .nav-inner > a:visited {
  padding: 15px;
  font-family: "felt-tip-roman", "Marker-Felt", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  color: #FFFFFF;
  z-index: 95;
  background-size: 100%;
  text-transform: none;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#nav-aside nav .nav-inner > a:link:after,
#nav-aside nav .nav-inner > a:visited:after {
  content: '';
  height: 5px;
  width: 100%;
  display: block;
  background: transparent url('../../images/nav-aside-divider.svg') no-repeat left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
#nav-aside nav .nav-inner > a:hover,
#nav-aside nav .nav-inner > a:focus {
  text-decoration: none;
  opacity: 0.8;
}
#nav-aside nav ul {
  padding-left: 0;
  list-style: none;
  position: relative;
  z-index: 99;
}
#nav-aside nav ul li a:link,
#nav-aside nav ul li a:visited {
  display: block;
  padding: 6px 15px;
  outline: none;
  color: #FFFFFF;
  font-family: "felt-tip-roman", "Marker-Felt", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 991px) {
  #nav-aside nav ul li a:link,
  #nav-aside nav ul li a:visited {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #nav-aside nav ul li a:link,
  #nav-aside nav ul li a:visited {
    font-size: 1em;
  }
}
#nav-aside nav ul li a:link i,
#nav-aside nav ul li a:visited i {
  display: none;
}
#nav-aside nav ul li a:hover,
#nav-aside nav ul li a:focus {
  opacity: 0.8;
  text-decoration: none;
}
#nav-aside nav ul li.active > a {
  color: #edbc48;
  opacity: 1;
}
#nav-aside nav ul li.has-children {
  position: relative;
}
#nav-aside nav ul li.has-children > a {
  padding-right: 30px;
}
#nav-aside nav ul li.has-children > a i {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding-left: 15px;
  display: block;
  transition: 0.5s;
}
#nav-aside nav ul li ul {
  margin-left: 9px;
  display: none;
}
#nav-aside nav ul li.active i {
  -ms-transform: rotate(90deg) !important;
  /* IE 9 */
  -webkit-transform: rotate(90deg) !important;
  /* Chrome, Safari, Opera */
  transform: rotate(90deg) !important;
  padding-left: 11px !important;
  transition: 0.5s;
}
#nav-aside nav ul li.active ul {
  display: block;
}
#nav-aside nav ul li li a:before {
  content: "-";
  margin-right: 5px;
}
#nav-aside nav ul li li a:link,
#nav-aside nav ul li li a:visited {
  text-transform: none;
}
#site.checkout {
  position: relative;
}
@media (max-width: 767px) {
  #site.checkout {
    margin-top: 0;
  }
}
#site.checkout #logo {
  position: absolute;
  top: 0;
  z-index: 99;
  left: 79px;
  top: 23px;
}
@media (max-width: 767px) {
  #site.checkout #logo {
    left: 50%;
    margin-left: -50px;
    top: 10px;
  }
}
#site.checkout #logo img {
  width: 161px;
  height: auto;
}
@media (max-width: 767px) {
  #site.checkout #logo img {
    width: 100px;
  }
}
#site.checkout #page.shop-checkout,
#site.checkout #page.shop-checkout-confirm {
  padding: 8px;
  border-radius: 2px;
  background: #f3f1e7 url('../../images/polaroid.jpg');
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #0c0c0c;
  padding: 108px 0;
  margin-top: 86px;
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout,
  #site.checkout #page.shop-checkout-confirm {
    margin-bottom: 15px;
  }
}
#site.checkout #page.shop-checkout:after,
#site.checkout #page.shop-checkout-confirm:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 4px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  left: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#site.checkout #page.shop-checkout > h2.title,
#site.checkout #page.shop-checkout-confirm > h2.title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.312em;
}
#site.checkout #page.shop-checkout .more-link,
#site.checkout #page.shop-checkout-confirm .more-link {
  position: absolute;
  bottom: 19px;
  right: 19px;
  text-decoration: underline;
}
#site.checkout #page.shop-checkout .more-link:hover,
#site.checkout #page.shop-checkout-confirm .more-link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout,
  #site.checkout #page.shop-checkout-confirm {
    padding: 40px 0 30px 0;
    margin-top: 60px;
  }
}
#site.checkout #page.shop-checkout .row,
#site.checkout #page.shop-checkout-confirm .row {
  margin: 0 -30px;
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout .row,
  #site.checkout #page.shop-checkout-confirm .row {
    margin: 0 15px;
  }
}
#site.checkout #page.shop-checkout:after,
#site.checkout #page.shop-checkout-confirm:after {
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
#site.checkout #page.shop-checkout input[type="text"],
#site.checkout #page.shop-checkout-confirm input[type="text"],
#site.checkout #page.shop-checkout input[type="email"],
#site.checkout #page.shop-checkout-confirm input[type="email"],
#site.checkout #page.shop-checkout input[type="date"],
#site.checkout #page.shop-checkout-confirm input[type="date"],
#site.checkout #page.shop-checkout input[type="tel"],
#site.checkout #page.shop-checkout-confirm input[type="tel"],
#site.checkout #page.shop-checkout select,
#site.checkout #page.shop-checkout-confirm select {
  font-size: 0.9375em;
}
#site.checkout #page.shop-checkout input[type="text"]::-webkit-input-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="text"]::-webkit-input-placeholder,
#site.checkout #page.shop-checkout input[type="email"]::-webkit-input-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="email"]::-webkit-input-placeholder,
#site.checkout #page.shop-checkout input[type="date"]::-webkit-input-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="date"]::-webkit-input-placeholder,
#site.checkout #page.shop-checkout input[type="tel"]::-webkit-input-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="tel"]::-webkit-input-placeholder,
#site.checkout #page.shop-checkout select::-webkit-input-placeholder,
#site.checkout #page.shop-checkout-confirm select::-webkit-input-placeholder,
#site.checkout #page.shop-checkout input[type="text"]:-moz-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="text"]:-moz-placeholder,
#site.checkout #page.shop-checkout input[type="email"]:-moz-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="email"]:-moz-placeholder,
#site.checkout #page.shop-checkout input[type="date"]:-moz-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="date"]:-moz-placeholder,
#site.checkout #page.shop-checkout input[type="tel"]:-moz-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="tel"]:-moz-placeholder,
#site.checkout #page.shop-checkout select:-moz-placeholder,
#site.checkout #page.shop-checkout-confirm select:-moz-placeholder,
#site.checkout #page.shop-checkout input[type="text"]::-moz-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="text"]::-moz-placeholder,
#site.checkout #page.shop-checkout input[type="email"]::-moz-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="email"]::-moz-placeholder,
#site.checkout #page.shop-checkout input[type="date"]::-moz-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="date"]::-moz-placeholder,
#site.checkout #page.shop-checkout input[type="tel"]::-moz-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="tel"]::-moz-placeholder,
#site.checkout #page.shop-checkout select::-moz-placeholder,
#site.checkout #page.shop-checkout-confirm select::-moz-placeholder,
#site.checkout #page.shop-checkout input[type="text"]:-ms-input-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="text"]:-ms-input-placeholder,
#site.checkout #page.shop-checkout input[type="email"]:-ms-input-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="email"]:-ms-input-placeholder,
#site.checkout #page.shop-checkout input[type="date"]:-ms-input-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="date"]:-ms-input-placeholder,
#site.checkout #page.shop-checkout input[type="tel"]:-ms-input-placeholder,
#site.checkout #page.shop-checkout-confirm input[type="tel"]:-ms-input-placeholder,
#site.checkout #page.shop-checkout select:-ms-input-placeholder,
#site.checkout #page.shop-checkout-confirm select:-ms-input-placeholder {
  color: #949494;
  opacity: 1 !important;
}
#site.checkout #page.shop-checkout #steps,
#site.checkout #page.shop-checkout-confirm #steps {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #d6d3c8;
  padding: 0 0 21px 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #steps,
  #site.checkout #page.shop-checkout-confirm #steps {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #steps,
  #site.checkout #page.shop-checkout-confirm #steps {
    left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #steps,
  #site.checkout #page.shop-checkout-confirm #steps {
    margin-bottom: 10px;
    padding: 0;
  }
}
#site.checkout #page.shop-checkout #steps ol,
#site.checkout #page.shop-checkout-confirm #steps ol {
  padding-left: 0;
  list-style: none;
  counter-reset: item;
  position: relative;
  top: -4px;
}
#site.checkout #page.shop-checkout #steps ol:before,
#site.checkout #page.shop-checkout-confirm #steps ol:before,
#site.checkout #page.shop-checkout #steps ol:after,
#site.checkout #page.shop-checkout-confirm #steps ol:after {
  content: " ";
  display: table;
}
#site.checkout #page.shop-checkout #steps ol:after,
#site.checkout #page.shop-checkout-confirm #steps ol:after {
  clear: both;
}
#site.checkout #page.shop-checkout #steps ol:before,
#site.checkout #page.shop-checkout-confirm #steps ol:before,
#site.checkout #page.shop-checkout #steps ol:after,
#site.checkout #page.shop-checkout-confirm #steps ol:after {
  content: " ";
  display: table;
}
#site.checkout #page.shop-checkout #steps ol:after,
#site.checkout #page.shop-checkout-confirm #steps ol:after {
  clear: both;
}
#site.checkout #page.shop-checkout #steps ol li,
#site.checkout #page.shop-checkout-confirm #steps ol li {
  font-family: "felt-tip-roman", "Marker-Felt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  float: left;
  margin-right: 29px;
  color: #7a7a7a;
}
@media (min-width: 768px) and (max-width: 991px) {
  #site.checkout #page.shop-checkout #steps ol li,
  #site.checkout #page.shop-checkout-confirm #steps ol li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #steps ol li,
  #site.checkout #page.shop-checkout-confirm #steps ol li {
    float: none;
    margin-top: 10px;
  }
  #site.checkout #page.shop-checkout #steps ol li:first-child,
  #site.checkout #page.shop-checkout-confirm #steps ol li:first-child {
    margin-top: 0;
  }
}
#site.checkout #page.shop-checkout #steps ol li a,
#site.checkout #page.shop-checkout-confirm #steps ol li a {
  position: relative;
}
#site.checkout #page.shop-checkout #steps ol li a:link,
#site.checkout #page.shop-checkout-confirm #steps ol li a:link,
#site.checkout #page.shop-checkout #steps ol li a:visited,
#site.checkout #page.shop-checkout-confirm #steps ol li a:visited {
  color: #7a7a7a;
}
#site.checkout #page.shop-checkout #steps ol li:before,
#site.checkout #page.shop-checkout-confirm #steps ol li:before {
  content: counter(item) "  ";
  counter-increment: item;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background: transparent url('../../images/checkout-steps.png') center top;
  display: inline-block;
  text-align: center;
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  font-size: 1.041em;
  line-height: 33px;
  position: relative;
  top: 1px;
  color: #FFFFFF;
}
#site.checkout #page.shop-checkout #steps ol li.active,
#site.checkout #page.shop-checkout-confirm #steps ol li.active {
  color: #0c0c0c;
}
#site.checkout #page.shop-checkout #steps ol li.active:before,
#site.checkout #page.shop-checkout-confirm #steps ol li.active:before {
  background-position: center -40px;
  color: #FFFFFF;
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  overflow: inherit;
}
#site.checkout #page.shop-checkout #steps a,
#site.checkout #page.shop-checkout-confirm #steps a {
  position: absolute;
  right: 0;
  bottom: 45px;
}
#site.checkout #page.shop-checkout #checkout-info,
#site.checkout #page.shop-checkout-confirm #checkout-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 45px 30px 0 0;
  border-right: 1px solid #d6d3c8;
  padding-bottom: 108px;
  margin-bottom: -108px;
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #checkout-info,
  #site.checkout #page.shop-checkout-confirm #checkout-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #checkout-info,
  #site.checkout #page.shop-checkout-confirm #checkout-info {
    left: 8.33333333%;
  }
}
#site.checkout #page.shop-checkout #checkout-info:before,
#site.checkout #page.shop-checkout-confirm #checkout-info:before,
#site.checkout #page.shop-checkout #checkout-info:after,
#site.checkout #page.shop-checkout-confirm #checkout-info:after {
  content: " ";
  display: table;
}
#site.checkout #page.shop-checkout #checkout-info:after,
#site.checkout #page.shop-checkout-confirm #checkout-info:after {
  clear: both;
}
#site.checkout #page.shop-checkout #checkout-info:before,
#site.checkout #page.shop-checkout-confirm #checkout-info:before,
#site.checkout #page.shop-checkout #checkout-info:after,
#site.checkout #page.shop-checkout-confirm #checkout-info:after {
  content: " ";
  display: table;
}
#site.checkout #page.shop-checkout #checkout-info:after,
#site.checkout #page.shop-checkout-confirm #checkout-info:after {
  clear: both;
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #checkout-info,
  #site.checkout #page.shop-checkout-confirm #checkout-info {
    padding: 35px 0 0 0;
    border: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #site.checkout #page.shop-checkout #checkout-info,
  #site.checkout #page.shop-checkout-confirm #checkout-info {
    width: 615px !important;
  }
}
#site.checkout #page.shop-checkout #checkout-info a:link,
#site.checkout #page.shop-checkout-confirm #checkout-info a:link,
#site.checkout #page.shop-checkout #checkout-info a:visited,
#site.checkout #page.shop-checkout-confirm #checkout-info a:visited {
  text-decoration: underline;
  color: #0c0c0c;
}
#site.checkout #page.shop-checkout #checkout-info a:hover,
#site.checkout #page.shop-checkout-confirm #checkout-info a:hover,
#site.checkout #page.shop-checkout #checkout-info a:focus,
#site.checkout #page.shop-checkout-confirm #checkout-info a:focus {
  text-decoration: none;
}
#site.checkout #page.shop-checkout #checkout-info .form-group,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  float: none !important;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group {
    width: 100%;
  }
}
#site.checkout #page.shop-checkout #checkout-info .form-group label,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group label {
  font-size: 0.9375em;
  margin: 0 0 5px 2px;
  display: block;
}
#site.checkout #page.shop-checkout #checkout-info .form-group.address,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.address {
  width: 100%;
  padding: 0;
}
#site.checkout #page.shop-checkout #checkout-info .form-group.email,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.email,
#site.checkout #page.shop-checkout #checkout-info .form-group.newsletter,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.newsletter {
  float: left !important;
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.email,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.email,
  #site.checkout #page.shop-checkout #checkout-info .form-group.newsletter,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.newsletter {
    float: none !important;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.zipcode,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.zipcode,
  #site.checkout #page.shop-checkout #checkout-info .form-group.city,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.city,
  #site.checkout #page.shop-checkout #checkout-info .form-group.country,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.country {
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.zipcode,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.zipcode,
  #site.checkout #page.shop-checkout #checkout-info .form-group.city,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.city,
  #site.checkout #page.shop-checkout #checkout-info .form-group.country,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.country {
    float: left !important;
  }
}
#site.checkout #page.shop-checkout #checkout-info .form-group.zipcode,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.zipcode {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.zipcode,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.zipcode {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.zipcode,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.zipcode {
    width: 22.2% !important;
  }
}
#site.checkout #page.shop-checkout #checkout-info .form-group.country,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.country {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.country,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.country {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.country,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.country {
    width: 27.8% !important;
  }
}
#site.checkout #page.shop-checkout #checkout-info .form-group.city,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.city {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.city,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.city {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.city,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.city {
    float: left;
    width: 50%;
  }
}
#site.checkout #page.shop-checkout #checkout-info .form-group.email span,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.email span {
  float: right;
  position: relative;
  top: 5px;
  font-size: 0.786em;
}
#site.checkout #page.shop-checkout #checkout-info .form-group.newsletter,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.newsletter,
#site.checkout #page.shop-checkout #checkout-info .form-group.conditions,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.conditions {
  position: relative;
}
#site.checkout #page.shop-checkout #checkout-info .form-group.newsletter input[type="checkbox"],
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.newsletter input[type="checkbox"],
#site.checkout #page.shop-checkout #checkout-info .form-group.conditions input[type="checkbox"],
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.conditions input[type="checkbox"] {
  position: absolute;
  top: 6px;
  left: 0;
}
#site.checkout #page.shop-checkout #checkout-info .form-group.newsletter label,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.newsletter label,
#site.checkout #page.shop-checkout #checkout-info .form-group.conditions label,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.conditions label {
  font-weight: bold;
  padding-left: 37px;
  display: block;
}
#site.checkout #page.shop-checkout #checkout-info .form-group.newsletter label span,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.newsletter label span,
#site.checkout #page.shop-checkout #checkout-info .form-group.conditions label span,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.conditions label span {
  font-weight: normal;
  display: block;
  font-size: 0.8125em;
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.conditions,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.conditions {
    margin-bottom: 20px;
  }
}
#site.checkout #page.shop-checkout #checkout-info .form-group.newsletter,
#site.checkout #page.shop-checkout-confirm #checkout-info .form-group.newsletter {
  top: 24px;
  left: 30px;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.newsletter,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.newsletter {
    left: -3px;
    top: 0;
  }
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #checkout-info .form-group.newsletter,
  #site.checkout #page.shop-checkout-confirm #checkout-info .form-group.newsletter {
    left: 0;
    top: 0;
  }
}
#site.checkout #page.shop-checkout #checkout-info #actions,
#site.checkout #page.shop-checkout-confirm #checkout-info #actions {
  padding: 30px 30px 0 0;
  margin: 20px -30px 0 0;
  border-top: 1px solid #d6d3c8;
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #checkout-info #actions,
  #site.checkout #page.shop-checkout-confirm #checkout-info #actions {
    margin-right: 0;
    padding-right: 0;
  }
}
#site.checkout #page.shop-checkout #checkout-info #actions .form-group,
#site.checkout #page.shop-checkout-confirm #checkout-info #actions .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left !important;
  padding: 0;
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #checkout-info #actions .form-group,
  #site.checkout #page.shop-checkout-confirm #checkout-info #actions .form-group {
    float: left;
    width: 50%;
  }
}
#site.checkout #page.shop-checkout #checkout-info #actions label,
#site.checkout #page.shop-checkout-confirm #checkout-info #actions label {
  font-size: 16px;
  font-weight: 600;
}
#site.checkout #page.shop-checkout #checkout-info #actions label a:link,
#site.checkout #page.shop-checkout-confirm #checkout-info #actions label a:link,
#site.checkout #page.shop-checkout #checkout-info #actions label a:visited,
#site.checkout #page.shop-checkout-confirm #checkout-info #actions label a:visited {
  font-size: 1.077em;
}
#site.checkout #page.shop-checkout #checkout-info #actions .submit,
#site.checkout #page.shop-checkout-confirm #checkout-info #actions .submit {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  #site.checkout #page.shop-checkout #checkout-info #actions .submit,
  #site.checkout #page.shop-checkout-confirm #checkout-info #actions .submit {
    float: right !important;
  }
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #checkout-info #actions .submit,
  #site.checkout #page.shop-checkout-confirm #checkout-info #actions .submit {
    width: 100%;
    text-align: left;
  }
}
#site.checkout #page.shop-checkout #checkout-info #actions .submit input[type="submit"],
#site.checkout #page.shop-checkout-confirm #checkout-info #actions .submit input[type="submit"] {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #checkout-info #actions .submit input[type="submit"],
  #site.checkout #page.shop-checkout-confirm #checkout-info #actions .submit input[type="submit"] {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #site.checkout #page.shop-checkout #checkout-info #actions .submit input,
  #site.checkout #page.shop-checkout-confirm #checkout-info #actions .submit input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#site.checkout #page.shop-checkout #cart,
#site.checkout #page.shop-checkout-confirm #cart {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 45px 0 0 30px;
  position: relative;
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #cart,
  #site.checkout #page.shop-checkout-confirm #cart {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #cart,
  #site.checkout #page.shop-checkout-confirm #cart {
    left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  #site.checkout #page.shop-checkout #cart,
  #site.checkout #page.shop-checkout-confirm #cart {
    right: 8.33333333%;
  }
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #cart,
  #site.checkout #page.shop-checkout-confirm #cart {
    padding-left: 0;
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  #site.checkout #page.shop-checkout #cart,
  #site.checkout #page.shop-checkout-confirm #cart {
    width: 385px !important;
  }
}
#site.checkout #page.shop-checkout #cart h2,
#site.checkout #page.shop-checkout-confirm #cart h2 {
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout #cart h2,
  #site.checkout #page.shop-checkout-confirm #cart h2 {
    margin-bottom: 25px;
  }
}
#site.checkout #page.shop-checkout #cart input[type="text"],
#site.checkout #page.shop-checkout-confirm #cart input[type="text"] {
  width: 35px;
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
}
#site.checkout #page.shop-checkout #cart .item,
#site.checkout #page.shop-checkout-confirm #cart .item {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
#site.checkout #page.shop-checkout #cart .item label,
#site.checkout #page.shop-checkout-confirm #cart .item label {
  white-space: nowrap;
  position: relative;
  top: -9px;
}
#site.checkout #page.shop-checkout #cart .item .price,
#site.checkout #page.shop-checkout-confirm #cart .item .price {
  display: block;
  margin-left: 50px;
  margin-right: 0;
  right: 30px;
  font-size: 12px;
  margin-top: -18px;
  font-weight: bold;
}
#site.checkout #page.shop-checkout #cart .item .description,
#site.checkout #page.shop-checkout-confirm #cart .item .description {
  display: block;
  margin-left: 50px;
  position: relative;
  top: -8px;
  font-size: 12px;
  color: #666;
  font-style: italic;
}
#site.checkout #page.shop-checkout #cart .item a.remove,
#site.checkout #page.shop-checkout-confirm #cart .item a.remove {
  position: absolute;
  right: 0;
  top: 1px;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  display: inline-block;
  background: transparent url('../../images/remove.png') no-repeat left top;
  outline: none;
}
#site.checkout #page.shop-checkout #cart .item a.remove:hover,
#site.checkout #page.shop-checkout-confirm #cart .item a.remove:hover {
  background-position: left -14px;
}
#site.checkout #page.shop-checkout #cart #cart-info,
#site.checkout #page.shop-checkout-confirm #cart #cart-info,
#site.checkout #page.shop-checkout #cart #discount-info,
#site.checkout #page.shop-checkout-confirm #cart #discount-info {
  margin-top: 26px;
}
#site.checkout #page.shop-checkout #cart #cart-info .total span,
#site.checkout #page.shop-checkout-confirm #cart #cart-info .total span,
#site.checkout #page.shop-checkout #cart #discount-info .total span,
#site.checkout #page.shop-checkout-confirm #cart #discount-info .total span,
#site.checkout #page.shop-checkout #cart #cart-info .vat span,
#site.checkout #page.shop-checkout-confirm #cart #cart-info .vat span,
#site.checkout #page.shop-checkout #cart #discount-info .vat span,
#site.checkout #page.shop-checkout-confirm #cart #discount-info .vat span,
#site.checkout #page.shop-checkout #cart #cart-info .discount span,
#site.checkout #page.shop-checkout-confirm #cart #cart-info .discount span,
#site.checkout #page.shop-checkout #cart #discount-info .discount span,
#site.checkout #page.shop-checkout-confirm #cart #discount-info .discount span {
  float: right;
  text-align: right;
}
#site.checkout #page.shop-checkout #cart #cart-info .total,
#site.checkout #page.shop-checkout-confirm #cart #cart-info .total,
#site.checkout #page.shop-checkout #cart #discount-info .total,
#site.checkout #page.shop-checkout-confirm #cart #discount-info .total {
  font-weight: bold;
}
#site.checkout #page.shop-checkout #cart #cart-info .discount,
#site.checkout #page.shop-checkout-confirm #cart #cart-info .discount,
#site.checkout #page.shop-checkout #cart #discount-info .discount,
#site.checkout #page.shop-checkout-confirm #cart #discount-info .discount {
  font-style: italic;
}
#site.checkout #page.shop-checkout #cart #discount-info,
#site.checkout #page.shop-checkout-confirm #cart #discount-info {
  margin-top: 10px;
}
#site.checkout #page.shop-checkout #ordernumber,
#site.checkout #page.shop-checkout-confirm #ordernumber {
  position: absolute;
  top: 54px;
  right: 30px;
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  font-size: 0.9375em;
}
#site.checkout #page.shop-checkout h2.title,
#site.checkout #page.shop-checkout-confirm h2.title {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 24px;
  margin: 0 0 17px 0;
  text-transform: uppercase;
}
#site.checkout #page.shop-checkout h2.title small,
#site.checkout #page.shop-checkout-confirm h2.title small,
#site.checkout #page.shop-checkout h2.title .small,
#site.checkout #page.shop-checkout-confirm h2.title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
#site.checkout #page.shop-checkout h2.title small,
#site.checkout #page.shop-checkout-confirm h2.title small,
#site.checkout #page.shop-checkout h2.title .small,
#site.checkout #page.shop-checkout-confirm h2.title .small {
  font-size: 65%;
}
#site.checkout #page.shop-checkout .table.contact-information,
#site.checkout #page.shop-checkout-confirm .table.contact-information {
  color: #7a7a7a;
  margin-bottom: 32px;
}
#site.checkout #page.shop-checkout .table.contact-information .tr .td,
#site.checkout #page.shop-checkout-confirm .table.contact-information .tr .td {
  line-height: 24px;
}
#site.checkout #page.shop-checkout .table.contact-information .tr .td:first-child,
#site.checkout #page.shop-checkout-confirm .table.contact-information .tr .td:first-child {
  width: 117px;
}
#site.checkout #page.shop-checkout-confirm #checkout-info h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 34px;
  margin-bottom: 19px;
}
#site.checkout #page.shop-checkout-confirmation {
  padding: 8px;
  border-radius: 2px;
  background: #f3f1e7 url('../../images/polaroid.jpg');
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #0c0c0c;
  min-height: 862px;
  padding: 108px 0;
  margin-top: 86px;
  text-align: center;
}
@media (max-width: 767px) {
  #site.checkout #page.shop-checkout-confirmation {
    margin-bottom: 15px;
  }
}
#site.checkout #page.shop-checkout-confirmation:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 4px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  left: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#site.checkout #page.shop-checkout-confirmation > h2.title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.312em;
}
#site.checkout #page.shop-checkout-confirmation .more-link {
  position: absolute;
  bottom: 19px;
  right: 19px;
  text-decoration: underline;
}
#site.checkout #page.shop-checkout-confirmation .more-link:hover {
  text-decoration: none;
}
#site.checkout #page.shop-checkout-confirmation #checkout-info {
  padding: 0 15px;
}
#site.checkout #page.shop-checkout-confirmation h1 {
  font-size: 2.125em;
  margin: 0;
}
#site.checkout #page.shop-checkout-confirmation h1 span {
  display: block;
  font-size: 0.5294em;
  text-transform: none;
}
#site.checkout #page.shop-checkout-confirmation h2 {
  font-family: "felt-tip-roman", "Marker-Felt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
  margin: 49px 0;
}
#site.checkout #page.shop-checkout-confirmation p.checkmark {
  background: transparent url('../../images/form-check.png') no-repeat left top;
  display: inline;
  padding-left: 32px;
}
#site.checkout #page.shop-checkout-confirmation a.btn {
  margin-top: 49px;
}
#site.checkout #page.shop-checkout-confirmation.giftcard #checkout-info {
  margin-top: 100px;
}
#site.checkout #page.shop-checkout-confirmation.giftcard img.giftcard {
  margin: 44px 0 12px 0;
}
#site.checkout #page.shop-checkout-confirmation.giftcard a.print-giftcard:link,
#site.checkout #page.shop-checkout-confirmation.giftcard a.print-giftcard:visited {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
#site.checkout #page.shop-checkout-confirmation.giftcard a.print-giftcard:hover,
#site.checkout #page.shop-checkout-confirmation.giftcard a.print-giftcard:focus {
  text-decoration: none;
}
#site.checkout #page.shop-checkout-confirmation.giftcard a.btn {
  margin-top: 38px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
#page.shop-page {
  margin-bottom: 40px;
}
#page.shop-page .shop-categories {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  overflow: hidden;
}
#page.shop-page .shop-categories > div {
  padding-left: 10px;
  padding-right: 10px;
}
#page.shop-page .shop-categories > div:first-child {
  padding-left: 0;
  padding-right: 20px;
}
#page.shop-page .shop-categories > div:last-child {
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 767px) {
  #page.shop-page .shop-categories .col-sm-4 {
    width: 32%;
    float: left;
    display: block;
    padding: 0 !important;
  }
  #page.shop-page .shop-categories .col-sm-4:nth-child(2) {
    margin: 0 2%;
  }
}
#page.shop-page .shop-categories .shop-category {
  border-radius: 2px;
  background: #f3f1e7 url('../../images/polaroid.jpg');
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #0c0c0c;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  #page.shop-page .shop-categories .shop-category {
    margin-bottom: 15px;
  }
}
#page.shop-page .shop-categories .shop-category:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 4px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  left: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#page.shop-page .shop-categories .shop-category > h2.title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.312em;
}
#page.shop-page .shop-categories .shop-category .more-link {
  position: absolute;
  bottom: 19px;
  right: 19px;
  text-decoration: underline;
}
#page.shop-page .shop-categories .shop-category .more-link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #page.shop-page .shop-categories .shop-category {
    margin-bottom: 0;
    padding: 5px;
  }
}
#page.shop-page .shop-categories .shop-category figure img {
  width: 100%;
  height: auto;
}
#page.shop-page .shop-categories .shop-category figcaption {
  padding-top: 5px;
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page.shop-page .shop-categories .shop-category figcaption {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #page.shop-page .shop-categories .shop-category figcaption {
    font-size: 12px;
  }
}
#page.shop-page .shop-categories .shop-category:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: background .3s linear;
}
#page.shop-page .shop-categories .shop-category:hover:before {
  background: none;
}
#page.shop-page .shop-categories .shop-category.active:before {
  background: rgba(0, 0, 0, 0);
}
#page.shop-page .shop-categories .shop-category:after {
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
#page.shop-page .shop-content {
  padding: 8px;
  border-radius: 2px;
  background: #f3f1e7 url('../../images/polaroid.jpg');
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #0c0c0c;
  padding: 45px 90px 90px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  #page.shop-page .shop-content {
    margin-bottom: 15px;
  }
}
#page.shop-page .shop-content:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 4px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  left: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#page.shop-page .shop-content > h2.title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.312em;
}
#page.shop-page .shop-content .more-link {
  position: absolute;
  bottom: 19px;
  right: 19px;
  text-decoration: underline;
}
#page.shop-page .shop-content .more-link:hover {
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page.shop-page .shop-content {
    padding: 35px 50px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page.shop-page .shop-content {
    padding: 25px 30px 30px;
  }
}
@media (max-width: 767px) {
  #page.shop-page .shop-content {
    padding: 20px 15px 20px;
  }
}
#page.shop-page .shop-content:after {
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
#page.shop-page .shop-content .shop-content-details {
  margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page.shop-page .shop-content .shop-content-details {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page.shop-page .shop-content .shop-content-details {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .shop-content-details {
    margin-bottom: 15px;
  }
}
#page.shop-page .shop-content .shop-content-details ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#page.shop-page .shop-content .shop-content-details ul li {
  display: block;
  position: relative;
  padding: 0 0 10px 30px;
  float: left;
  clear: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page.shop-page .shop-content .shop-content-details ul li {
    font-size: 12px;
  }
}
#page.shop-page .shop-content .shop-content-details ul li:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  background-image: url(/images/form-check.png);
  width: 23px;
  height: 23px;
  display: inline-block;
}
#page.shop-page .shop-content .season-card-selectors {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .season-card-selectors {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }
}
#page.shop-page .shop-content .season-card-selectors .selector {
  float: right;
  position: relative;
  padding: 0 0 0 50px;
  min-height: 25px;
  overflow: hidden;
  margin-left: 15px;
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .season-card-selectors .selector {
    width: 100%;
    clear: left;
    margin-top: 15px;
  }
  #page.shop-page .shop-content .season-card-selectors .selector:first-child {
    margin-top: 0;
  }
}
#page.shop-page .shop-content .season-card-selectors .selector input {
  position: absolute;
  left: 0;
  top: 0;
}
#page.shop-page .shop-content .season-card-selectors .selector label {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  float: left;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #0c0c0c;
}
#page.shop-page .shop-content .shop-content-form {
  margin-bottom: 20px;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel.upgrade .shop-content-panel-inner {
  padding-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page.shop-page .shop-content .shop-content-form .shop-content-panel {
    margin-top: 20px;
  }
  #page.shop-page .shop-content .shop-content-form .shop-content-panel:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .shop-content-form .shop-content-panel {
    margin-top: 15px;
  }
  #page.shop-page .shop-content .shop-content-form .shop-content-panel:first-child {
    margin-top: 0;
  }
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .header {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  color: #0c0c0c;
  margin-left: -20px;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .header.header-first:before {
  content: "1";
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .header.header-second:before {
  content: "2";
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .header.header-third:before {
  content: "3";
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .header:before {
  counter-increment: item;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background: transparent url('/images/checkout-steps.png') center top;
  background-position: center -40px;
  display: inline-block;
  text-align: center;
  font-size: 1.041em;
  line-height: 33px;
  position: relative;
  top: 1px;
  z-index: 100;
  color: #FFFFFF;
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  overflow: inherit;
  opacity: 1;
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .shop-content-form .shop-content-panel .header:before {
    margin-left: 10px;
  }
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner {
  margin: -12px 0 0 0;
  padding: 20px;
  border: 1px solid #969696;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
  min-height: 275px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner {
    min-height: 0;
    padding: 10px;
  }
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner.shop-content-panel-date {
  padding: 10px 15px 10px 5px;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group {
  margin-bottom: 25px;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group label {
  font-size: 14px;
  width: 69%;
  float: left;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group label.giftcard {
  width: 50%;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group input,
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group select {
  width: 31%;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group select {
  padding: 5px 9px;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group select.giftcard {
  width: 50%;
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group label {
    width: 65%;
  }
  #page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group label.giftcard {
    width: 50%;
  }
  #page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group input,
  #page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group select {
    width: 35%;
  }
  #page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .form-group select.giftcard {
    width: 50%;
  }
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row,
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-result {
  margin-bottom: 14px;
  overflow: hidden;
  min-height: 25px;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row > div,
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-result > div {
  display: inline-block;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row input[type="checkbox"],
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-result input[type="checkbox"] {
  float: left;
  margin: -3px 8px 0 0;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row .left,
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-result .left {
  float: left;
  width: 60%;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row .left .line-text .date,
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-result .left .line-text .date {
  font-size: 10px;
  color: #666;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row .right,
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-result .right {
  float: right;
  width: 40%;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row .right .line-currency,
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-result .right .line-currency {
  float: left;
  text-align: right;
  font-size: 10px;
  line-height: 22px;
  color: #666;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row .right .line-amount,
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-result .right .line-amount {
  float: right;
  text-align: right;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-result {
  font-weight: bold;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #53b61d;
  top: 0;
  left: 0;
  padding: 15px;
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #FFFFFF;
  display: none;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .overlay .overlay-inner {
  display: block;
  vertical-align: middle;
  width: 100%;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .overlay.active {
  display: block;
  vertical-align: middle;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #discount-overlay {
  font-size: 20px;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay {
  display: none;
  background: url(/images/polaroid.jpg) #ffffff;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: left;
  height: 100%;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .overlay-inner {
  height: 100%;
  display: block;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .overlay-inner a {
  display: block;
  width: 100%;
  height: 50%;
  color: #0c0c0c;
  padding: 10px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.25s;
  position: relative;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .overlay-inner a .title {
  font-weight: bold;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .overlay-inner a:first-child {
  padding: 20px 20px 10px 20px;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .overlay-inner a:first-child:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #ccc;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .overlay-inner a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .overlay-inner a:focus {
  text-decoration: none;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .overlay-inner a:visited {
  text-decoration: none;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .overlay-inner a.active .title {
  position: relative;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .overlay-inner a.active .title i {
  background-image: url(/images/form-check.png);
  display: block;
  float: right;
  height: 25px;
  width: 25px;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay .price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner #nonspecific-date-overlay.active {
  display: block;
  z-index: 10;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-upgrade {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 20px 60px;
  background: #eee;
  width: 100%;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-upgrade input {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-upgrade label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-upgrade label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .shop-content-form .shop-content-panel .shop-content-panel-inner .shop-content-price-row-upgrade label {
    font-size: 14px;
  }
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel.inactive,
#page.shop-page .shop-content .shop-content-form .shop-content-panel.inactive-permanent {
  opacity: 0.5;
  pointer-events: none;
  /*
                    .shop-content-panel-inner {background: transparent;
                        &:before {content: "";display: block;position: absolute;top: 0;left: 0;background: rgba(255, 255, 255, 0.5);height:100%;width:100%;}
                    }

                    .header {color: #7a7a7a;
                        &:before {opacity: 0.6;}
                    }
                    */
}
#page.shop-page .shop-content .shop-content-form .shop-content-panel input#nonspecific-date {
  position: relative;
  top: 7px;
  margin-right: 10px;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner {
  position: relative;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer {
  padding: 0;
  overflow: hidden;
  margin: 20px 0 0 0;
  border: none;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer .card-type {
  margin: 10px 0;
  font-size: 12px;
  color: #666;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer .seasoncard-container {
  border-radius: 6px;
  border: 1px solid #969696;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer input {
  float: left;
  padding: 5px 10px 6px 10px;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer input.name {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer input.email {
  border-radius: 0;
  border-right: none;
  border-left: none;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer input.date-inline {
  border-radius: 0;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer input.address {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer input.city {
  border-radius: 0 0 0 6px;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer input.zip {
  border-radius: 0;
  border-bottom: none;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer input.country {
  border-radius: 0 0 6px 0;
  border-left: none;
  border-right: none;
  float: right;
  border-bottom: none;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer .datepicker-container {
  position: relative;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer .datepicker-container:after {
  pointer-events: none;
  cursor: pointer;
  content: 'g';
  font-family: faarup-sommerland;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  padding: 2px 8px;
  background: #eee;
  border: solid 1px #969696;
  border-radius: 0 6px 6px 0;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer .datepicker-container.date-inline:after {
  border-radius: 0;
  border-right: none;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer div[class^="row-"] {
  overflow: hidden;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer .input-container label {
  font-size: 10px;
  padding-left: 5px;
  display: block;
  line-height: 14px;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer .row-full .input-container {
  width: 100%;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer .row-half .input-container {
  width: 50%;
  float: left;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer .row-third .input-container {
  width: 33%;
  float: left;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer .row-third .input-container:nth-child(2) {
  width: 34%;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer:first-child {
  margin-top: 0;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer:last-child {
  margin-bottom: 15px;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer.renew .row-half input {
  border-radius: 0 0 0 6px;
  border-left: none;
  border-bottom: none;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer.renew .row-half .datepicker-container {
  position: relative;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer.renew .row-half .datepicker-container input {
  border-radius: 0 0 6px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer.renew .row-half .datepicker-container:after {
  top: 0;
  border-radius: 0 0 6px 0;
  border-right: none;
  border-bottom: none;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .form-customer.renew .btn {
  margin-top: 15px;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner .description {
  font-size: 12px;
  color: #555;
  margin-top: 15px;
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner #season-card-response {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner #season-card-response {
    position: static;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner #season-card-response {
    position: static;
    padding: 0;
  }
}
#page.shop-page .shop-content .shop-content-form.season-card .shop-content-panel .shop-content-panel-inner #season-card-response:before {
  content: '';
  background-image: url(/images/form-check.png);
  width: 23px;
  height: 23px;
  display: inline-block;
  position: relative;
  top: 5px;
}
#page.shop-page .shop-content .shop-content-actions .btn-lg {
  font-size: 18px;
  padding: 15px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page.shop-page .shop-content .shop-content-actions .btn-lg {
    font-size: 16px;
    padding: 10px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page.shop-page .shop-content .shop-content-actions .btn-lg {
    font-size: 16px;
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .shop-content-actions .btn-lg {
    font-size: 14px;
    padding: 5px 10px;
  }
}
#page.shop-page .shop-content .shop-content-actions .season-card-actions {
  position: relative;
}
#page.shop-page .shop-content .shop-content-actions .season-card-actions .trigger {
  display: block;
  overflow: hidden;
  float: right;
}
#page.shop-page .shop-content .shop-content-actions .season-card-actions #shop-submit {
  margin-left: 10px;
}
#page.shop-page .shop-content .shop-content-actions .season-card-actions #buy-alert {
  color: red;
  font-size: 12px;
  font-weight: normal;
  padding: 8px;
  background: #FFECEC;
  border-radius: 8px;
  display: block;
  box-shadow: 0 0 1px rgba(0, 0, 2, 0.25);
  white-space: normal;
  top: 0;
  clear: both;
  margin-top: 15px;
  float: right;
  text-align: center;
  width: initial;
  border: solid 1px #E29393;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#page.shop-page .shop-content .shop-content-actions .season-card-actions #buy-alert.active {
  opacity: 1;
  height: auto;
}
#page.shop-page .shop-content .shop-content-actions .shop-contents-actions-coupon {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page.shop-page .shop-content .shop-content-actions .shop-contents-actions-coupon {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #page.shop-page .shop-content .shop-content-actions .shop-contents-actions-coupon {
    margin-bottom: 15px;
  }
}
#page.shop-page .shop-content .shop-content-actions .shop-contents-actions-coupon span {
  display: block;
  font-size: 14px;
  padding-bottom: 3px;
}
#page.shop-page .shop-content .shop-content-actions .shop-contents-actions-coupon input {
  width: 65%;
}
#page.shop-page .shop-content .shop-content-actions .shop-contents-actions-coupon .btn {
  width: 33%;
  margin-top: -2px;
}
#page.shop-page h2.title {
  font-family: "Marker-Felt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 24px;
  margin: 0 0 17px 0;
  text-transform: uppercase;
}
#page.shop-page h2.title small,
#page.shop-page h2.title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
#page.shop-page h2.title small,
#page.shop-page h2.title .small {
  font-size: 65%;
}
#page.shop-page input[type="text"],
#page.shop-page input[type="email"],
#page.shop-page input[type="date"],
#page.shop-page input[type="tel"] {
  padding: 5px 30px 6px;
  border-color: #aaa9a2;
  font-size: 0.9375em;
  color: #949494;
}
#page.shop-page input[type="text"]::-webkit-input-placeholder,
#page.shop-page input[type="email"]::-webkit-input-placeholder,
#page.shop-page input[type="date"]::-webkit-input-placeholder,
#page.shop-page input[type="tel"]::-webkit-input-placeholder,
#page.shop-page input[type="text"]:-moz-placeholder,
#page.shop-page input[type="email"]:-moz-placeholder,
#page.shop-page input[type="date"]:-moz-placeholder,
#page.shop-page input[type="tel"]:-moz-placeholder,
#page.shop-page input[type="text"]::-moz-placeholder,
#page.shop-page input[type="email"]::-moz-placeholder,
#page.shop-page input[type="date"]::-moz-placeholder,
#page.shop-page input[type="tel"]::-moz-placeholder,
#page.shop-page input[type="text"]:-ms-input-placeholder,
#page.shop-page input[type="email"]:-ms-input-placeholder,
#page.shop-page input[type="date"]:-ms-input-placeholder,
#page.shop-page input[type="tel"]:-ms-input-placeholder {
  color: #949494;
  opacity: 1 !important;
}
#page.shop-page .datepicker-inline {
  padding: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}
#page.shop-page .datepicker-inline .datepicker-switch {
  font-size: 15px;
}
#page.shop-page .datepicker-inline .dow {
  height: auto;
  padding-top: 5px;
}
#page.shop-page .datepicker-inline .day,
#page.shop-page .datepicker-inline .month,
#page.shop-page .datepicker-inline .year {
  background: #fff;
  border-radius: 0;
}
#page.shop-page .datepicker-inline .day.active,
#page.shop-page .datepicker-inline .month.active,
#page.shop-page .datepicker-inline .year.active {
  color: white;
  background: #53b61d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#page.shop-page .datepicker-inline .day.disabled,
#page.shop-page .datepicker-inline .month.disabled,
#page.shop-page .datepicker-inline .year.disabled {
  color: #9e9e9e;
}
#page.shop-page .datepicker-inline .day.new,
#page.shop-page .datepicker-inline .month.new,
#page.shop-page .datepicker-inline .year.new {
  background: transparent;
}
#page.shop-page .datepicker-inline .day.old,
#page.shop-page .datepicker-inline .month.old,
#page.shop-page .datepicker-inline .year.old {
  background: transparent;
}
#page.shop-page .datepicker-inline table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
#page.shop-page .datepicker-inline table tr td,
#page.shop-page .datepicker-inline table tr th {
  border-radius: 0;
  height: 28px;
}
#page.shop-page .datepicker-inline table tr td:focus,
#page.shop-page .datepicker-inline table tr th:focus,
#page.shop-page .datepicker-inline table tr td:hover,
#page.shop-page .datepicker-inline table tr th:hover {
  background: inherit;
}
.datepicker .datepicker-years table tr td span.old,
.datepicker .datepicker-years table tr td span.new {
  color: #0c0c0c;
}
@media (min-width: 768px) {
  body {
    position: relative;
    overflow: hidden;
  }
  #site {
    position: relative;
    z-index: 10;
  }
  #footer {
    position: relative;
    z-index: 10;
  }
  .bg-load {
    opacity: 0;
    transition: 0.5s;
  }
  .bg-load.visible {
    opacity: 1;
  }
  .bg-load .bg-image-placeholder {
    display: none;
  }
  #background-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
  }
  #background-container:after {
    content: '';
    height: 500px;
    width: 500px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.16);
    background-image: radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background-image: -o-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background-image: -ms-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background-image: -moz-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background-image: -webkit-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  }
  #background-container .leaves-top {
    position: absolute;
    top: 0;
    width: 60%;
    margin: 0 20%;
    height: 25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #background-container .branches {
    position: absolute;
    top: 0;
    width: 25%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #background-container .branches.left {
    left: 0;
    background-position: top left;
  }
  #background-container .branches.right {
    right: 0;
    background-position: top right;
  }
  #background-container .clouds {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #background-container .butterfly {
    position: absolute;
    top: 50%;
    left: 1%;
    width: 167px;
    height: 157px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #background-container .leaves-small {
    position: absolute;
    top: 50%;
    right: 1%;
    width: 87px;
    height: 117px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #background-container .primary-splash {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  #background-container .grass {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center bottom;
    z-index: 5;
  }
  #background-container .soil {
    position: absolute;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    bottom: 0;
    z-index: 1;
  }
  #background-container .soil .clutter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    top: 0;
    z-index: 2;
  }
  #background-container .soil .sunflower {
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 2;
    background-size: contain;
  }
  #background-container .soil .sunflower.left {
    height: 475px;
    width: 287px;
    left: 0;
    top: -305px;
  }
  #background-container .soil .sunflower.right {
    height: 650px;
    width: 280px;
    right: 0;
    top: -430px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #background-container:after {
    height: 350px;
    width: 350px;
  }
  #background-container .butterfly {
    width: 80px;
    height: 75px;
  }
  #background-container .leaves-small {
    width: 40px;
    height: 54px;
  }
  #background-container .soil .sunflower.left {
    height: 230px;
    width: 140px;
    top: -145px;
  }
  #background-container .soil .sunflower.right {
    height: 280px;
    width: 120px;
    top: -185px;
  }
}
