@charset "UTF-8";
/******************************************************
 * 
 * MAIN INIT STYLE
 * 
 * Main file that incorporates all needed  
 * files in this template for INIT stlyes
 *
 *******************************************************/
/*------------------------------------*\ 
    BOOTSTRAP
\*------------------------------------*/
/******************************************************
 * 
 * BOOTSTRAP INIT 
 * 
 * All selected files for initialisation of bootstrap.
 *
 *******************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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;
  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;
  }
  .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", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.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;
}

[role=button] {
  cursor: pointer;
}

/* @import "lib/bootstrap/type.scss";
@import "lib/bootstrap/code.scss"; */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@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;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 420px) {
  .col-is-1, .col-is-2, .col-is-3, .col-is-4, .col-is-5, .col-is-6, .col-is-7, .col-is-8, .col-is-9, .col-is-10, .col-is-11, .col-is-12 {
    float: left;
  }
  .col-is-1 {
    width: 8.3333333333%;
  }
  .col-is-2 {
    width: 16.6666666667%;
  }
  .col-is-3 {
    width: 25%;
  }
  .col-is-4 {
    width: 33.3333333333%;
  }
  .col-is-5 {
    width: 41.6666666667%;
  }
  .col-is-6 {
    width: 50%;
  }
  .col-is-7 {
    width: 58.3333333333%;
  }
  .col-is-8 {
    width: 66.6666666667%;
  }
  .col-is-9 {
    width: 75%;
  }
  .col-is-10 {
    width: 83.3333333333%;
  }
  .col-is-11 {
    width: 91.6666666667%;
  }
  .col-is-12 {
    width: 100%;
  }
  .col-is-pull-0 {
    right: auto;
  }
  .col-is-pull-1 {
    right: 8.3333333333%;
  }
  .col-is-pull-2 {
    right: 16.6666666667%;
  }
  .col-is-pull-3 {
    right: 25%;
  }
  .col-is-pull-4 {
    right: 33.3333333333%;
  }
  .col-is-pull-5 {
    right: 41.6666666667%;
  }
  .col-is-pull-6 {
    right: 50%;
  }
  .col-is-pull-7 {
    right: 58.3333333333%;
  }
  .col-is-pull-8 {
    right: 66.6666666667%;
  }
  .col-is-pull-9 {
    right: 75%;
  }
  .col-is-pull-10 {
    right: 83.3333333333%;
  }
  .col-is-pull-11 {
    right: 91.6666666667%;
  }
  .col-is-pull-12 {
    right: 100%;
  }
  .col-is-push-0 {
    left: auto;
  }
  .col-is-push-1 {
    left: 8.3333333333%;
  }
  .col-is-push-2 {
    left: 16.6666666667%;
  }
  .col-is-push-3 {
    left: 25%;
  }
  .col-is-push-4 {
    left: 33.3333333333%;
  }
  .col-is-push-5 {
    left: 41.6666666667%;
  }
  .col-is-push-6 {
    left: 50%;
  }
  .col-is-push-7 {
    left: 58.3333333333%;
  }
  .col-is-push-8 {
    left: 66.6666666667%;
  }
  .col-is-push-9 {
    left: 75%;
  }
  .col-is-push-10 {
    left: 83.3333333333%;
  }
  .col-is-push-11 {
    left: 91.6666666667%;
  }
  .col-is-push-12 {
    left: 100%;
  }
  .col-is-offset-0 {
    margin-left: 0%;
  }
  .col-is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-is-offset-3 {
    margin-left: 25%;
  }
  .col-is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-is-offset-6 {
    margin-left: 50%;
  }
  .col-is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-is-offset-9 {
    margin-left: 75%;
  }
  .col-is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-is-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* @import "lib/bootstrap/forms.scss";
@import "lib/bootstrap/buttons.scss"; */
/* @import "lib/bootstrap/component-animations.scss";
@import "lib/bootstrap/dropdowns.scss";
@import "lib/bootstrap/button-groups.scss";
@import "lib/bootstrap/input-groups.scss";
@import "lib/bootstrap/navs.scss";
@import "lib/bootstrap/navbar.scss";
@import "lib/bootstrap/breadcrumbs.scss";
@import "lib/bootstrap/pagination.scss";
@import "lib/bootstrap/pager.scss";
@import "lib/bootstrap/labels.scss";
@import "lib/bootstrap/badges.scss";
@import "lib/bootstrap/jumbotron.scss";
@import "lib/bootstrap/thumbnails.scss";
@import "lib/bootstrap/alerts.scss";
@import "lib/bootstrap/progress-bars.scss";
@import "lib/bootstrap/media.scss";
@import "lib/bootstrap/list-group.scss";
@import "lib/bootstrap/panels.scss";
@import "lib/bootstrap/responsive-embed.scss";
@import "lib/bootstrap/wells.scss";
@import "lib/bootstrap/close.scss";

// Components w/ JavaScript
@import "lib/bootstrap/modals.scss"; */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/*@import "lib/bootstrap/popovers.scss";
@import "lib/bootstrap/carousel.scss"; */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* CUSTOM */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------------------------*\ 
    LIBS (layout & other styles)
\*------------------------------------*/
/*------------------------------------*\ 
    MIXINS
\*------------------------------------*/
/******************************************************
 * 
 * CUSTOM MIXINS
 * 
 * All mixins available to the theme,
 * global and specific.
 *
 *******************************************************/
/*------------------------------------*\
    GLOBAL
\*------------------------------------*/
.clearfix {
  clear: both;
}

/**
 *	Custom mixins by Rok
 *
 *
 **/
/*
	@file:
		functions.scss

	@description: 
		SASS custom functions used and shared amongst all the
		individual files/functions

	@implementation:
		File is included in the main.scss file via the 
		@include function
*/
/*
	@function:
		em( $value, $base )

	@description
		Simple function that converts pixels to em's

	@arguments:
		$value : The pixel value
		$base  : The base font size

	@implementation:		
		em( 25px )

*/
/*
	@mixin:
		rem( $value, $base )

	@description
		Simple function that converts pixels to rem's

	@arguments:
		$value : The pixel value
		$base  : The base font size

	@implementation:		
		rem( 25px )

*/
/*
 @mixin:
  retina( $query, $file, $type, $width, $height )
 @description
  Pretty cool mixin to generate a background image for retina display
 @arguments:
  $query  : Media query to trigger retina image
  $file   : File that will be used
  $type   : Filetype
  $width  : Width to scale the original image
  $height : Height to scale the original image
 @implementation:  
  @include retina('images/video', 'png', 50%, 50%);
*/
/*------------------------------------*\ 
    VARIABLES
\*------------------------------------*/
/******************************************************
 * CUSTOM VARIABLES
 * 
 * Definition of all needed custom variables, 
 * for example dimensions, colors, fonts.
 * Many of theme are specified in bootstrap files also
 *
 *******************************************************/
/*------------------------------------*\
    GENERAL / MAIN STYLES
\*------------------------------------*/
.btn {
  display: inline-block;
}
.btn.btn-full {
  background: #498509;
  color: white;
  padding: 5px 15px;
  transition: background 250ms ease;
  border: none;
}
.btn.btn-full:hover {
  background: rgb(86.1091549296, 156.8838028169, 10.6161971831);
  text-decoration: none;
}
.btn.btn-border {
  border: 1px solid #498509;
  padding: 5px 10px;
  margin: 0 10px;
}
.btn.btn-border.btn-white {
  border-color: white;
  color: white;
}
.btn.btn-fullwidth {
  display: block;
  width: 100%;
  float: none;
  text-align: center;
}
.btn.margin-top {
  margin-top: 10px;
}

/* default input type number styles */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pagination {
  padding: 30px 0;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  background: #498509;
  color: white;
}
.pagination .page-numbers.current {
  background: #2c6504;
  cursor: default;
}
.pagination .page-numbers:hover {
  text-decoration: none;
  background: #2c6504;
}
.pagination :after {
  clear: both;
}

#location-widget-popup {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #2c6504;
  color: white;
  padding: 15px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.25);
  z-index: 99;
  border-radius: 3px;
  font-size: 0.8125rem;
  transition: right 500ms ease;
}
#location-widget-popup .location-notice {
  opacity: 0;
  transform: scale(1.3);
  transition: opacity 250ms ease 0s, transform 250ms ease 0s;
  background: #2c6504;
  line-height: 1.875rem;
  position: absolute;
  right: 100%;
  top: 26px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
#location-widget-popup .location-notice i {
  font-size: 1.5625rem;
  margin-right: 5px;
}
#location-widget-popup .location-notice span {
  white-space: nowrap;
}
#location-widget-popup.closed .location-notice {
  opacity: 1;
  transform: scale(1);
  transition: opacity 250ms linear 250ms, transform 250ms linear 250ms;
}
@media (max-width: 768px) {
  #location-widget-popup {
    top: auto;
    bottom: 15px;
    box-sizing: border-box;
  }
  #location-widget-popup .location-notice {
    padding: 0 10px;
    top: auto;
    bottom: 0;
    text-align: right;
    white-space: nowrap;
    max-width: 100vw;
  }
  #location-widget-popup .location-notice span, #location-widget-popup .location-notice i {
    white-space: initial;
    display: inline-block;
    white-space: nowrap;
  }
  #location-widget-popup .location-notice i {
    font-size: 1.125rem;
    margin: 0;
  }
  #location-widget-popup .location-notice span {
    display: none;
  }
}
#location-widget-popup h3 {
  color: white;
  font-size: 0.9375rem;
}
#location-widget-popup p.input-row {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#location-widget-popup p.input-row input {
  height: 2.5rem;
  border: none;
  width: 100%;
  color: #030303;
  padding: 0 10px;
  box-sizing: border-box;
  background: white;
  position: absolute;
  opacity: 0;
  padding-left: 3.125rem;
  transition: opacity 250ms ease;
}
#location-widget-popup p.input-row .fa, #location-widget-popup p.input-row button#submit-location {
  position: absolute;
  left: 0;
  color: #030303;
  z-index: 101;
  top: 0;
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border-right: 1px solid #bcc5c2;
  cursor: pointer;
  opacity: 0;
  transition: transform 250ms ease 0s;
}
#location-widget-popup p.input-row .fa:hover, #location-widget-popup p.input-row button#submit-location:hover {
  background: rgb(242.25, 242.25, 242.25);
}
#location-widget-popup p.input-row button#submit-location {
  left: auto;
  right: 0;
  border: none;
  border-left: 1px solid #bcc5c2;
  background: rgba(255, 255, 255, 0);
  height: 2.5rem;
  padding: 0;
  outline: none;
}
#location-widget-popup p.input-row .btn, #location-widget-popup p.input-row .loader.loader-html5geolocate {
  display: block;
  text-align: center;
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 0;
  width: 100%;
  float: left;
  overflow: hidden;
}
#location-widget-popup p.input-row .loader.loader-html5geolocate {
  height: 2.5rem;
  background: #498509;
  display: none;
  text-align: center;
}
#location-widget-popup p.input-row .loader.loader-html5geolocate b {
  display: inline-block;
  background: url(../../images/icons/ico.loader.png) center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite; /* this comes last */
}
#location-widget-popup p.input-row.loading .btn {
  display: none;
}
#location-widget-popup p.input-row.loading .loader.loader-html5geolocate {
  display: block;
}
#location-widget-popup.active p.input-row input {
  left: 0;
  opacity: 1;
  transition: opacity 250ms ease;
}
#location-widget-popup.active p.input-row .fa, #location-widget-popup.active p.input-row button#submit-location {
  opacity: 1;
  transition: opacity 125ms ease;
}
#location-widget-popup button.close-popup-widget {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  border-radius: 50%;
  outline: none;
}
#location-widget-popup button.close-popup-widget i {
  width: 100%;
  height: 1px;
  transform: rotate(45deg);
  background: white;
  display: block;
  content: "";
}
#location-widget-popup button.close-popup-widget i:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
}
#location-widget-popup .popup-widget-container {
  max-width: 250px;
  overflow: hidden;
}
#location-widget-popup.closed {
  right: -280px;
}
#location-widget-popup .firstTimeVisitContent {
  display: none;
}
#location-widget-popup .firstTimeVisitContent.visible {
  display: block;
}
#location-widget-popup .firstTimeVisitContent .location-regions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin: 1.25rem 0;
}
@media (min-width: 768px) {
  #location-widget-popup .firstTimeVisitContent .location-regions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  #location-widget-popup .firstTimeVisitContent .location-regions {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
#location-widget-popup .firstTimeVisitContent .FirstTimeVisitRegion {
  font-weight: bold;
  margin: 0 0 0.25rem;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
}
#location-widget-popup .firstTimeVisitContent .FirstTimeVisitCity {
  line-height: 1.6;
  font-size: 0.75rem;
}

/* location picker in popup + first-visit modal */
#popup-container .firstTimeVisitContent .location-regions,
#location-widget-popup .firstTimeVisitContent .location-regions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin: 1.25rem 0;
}
@media (min-width: 768px) {
  #popup-container .firstTimeVisitContent .location-regions,
  #location-widget-popup .firstTimeVisitContent .location-regions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  #popup-container .firstTimeVisitContent .location-regions,
  #location-widget-popup .firstTimeVisitContent .location-regions {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
#popup-container .firstTimeVisitContent .FirstTimeVisitRegion,
#location-widget-popup .firstTimeVisitContent .FirstTimeVisitRegion {
  font-weight: bold;
  margin: 0 0 0.25rem;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
}
#popup-container .firstTimeVisitContent .FirstTimeVisitCity,
#location-widget-popup .firstTimeVisitContent .FirstTimeVisitCity {
  line-height: 1.6;
  font-size: 0.75rem;
}

/* location picker legacy popup styles */
#popup-container .firstTimeVisitContent table {
  width: 100%;
}
#popup-container .firstTimeVisitContent table .FirstTimeVisitRegion {
  font-weight: bold;
  margin: 10px 0;
}
#popup-container .firstTimeVisitContent table .FirstTimeVisitCity {
  line-height: 1.8em;
}
#popup-container .input-row.dropdown a.btn.btn-full {
  background: none;
  color: #030303;
  padding: 0;
  margin-right: 5px;
}
#popup-container .input-row.dropdown input.my-loc-input {
  height: 40px;
  padding: 0 5px;
  border: 1px solid #bcc5c2;
}
#popup-container .input-row.dropdown .fa-times {
  display: none;
}
#popup-container .input-row.dropdown button#submit-location {
  background: #498509;
  color: white;
  border: none;
  height: 40px;
  width: 40px;
  text-align: center;
}

.share-buttons ul {
  margin: 0;
  padding: 0;
}
.share-buttons ul li {
  float: left;
  list-style: none;
  margin: 0;
  background: #1bc85f;
  height: 2.8125rem;
  width: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  transition: background-color 250ms ease;
}
.share-buttons ul li a {
  color: white;
  display: block;
  line-height: 2.8125rem;
  transform: rotate(0);
  transition: transform 250ms ease;
  font-size: 1rem;
}
.share-buttons ul li:hover {
  background: rgb(50.5947136564, 227.4052863436, 120.0925110132);
}
.share-buttons ul li:hover a {
  transform: rotate(360deg);
}
.share-buttons ul li.red {
  background: #AD4A4A;
}
.share-buttons ul li.fb-color {
  background: #3b5998;
}
@media (max-width: 767px) {
  .share-buttons ul {
    text-align: center;
  }
  .share-buttons ul li {
    float: none;
    display: inline-block;
  }
}

#popup-container {
  background: rgba(44, 101, 4, 0.85);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 250ms linear, z-index 0s linear 250ms;
}
body.popup-open #popup-container {
  z-index: 999;
  opacity: 1;
  transition: opacity 250ms linear, z-index 0s linear 0s;
}
body.popup-open #popup-container .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 125ms ease;
}
body.popup-open #popup-container.loaded .loader {
  opacity: 0;
}
body.popup-open #popup-container.loaded .popup-content {
  opacity: 1;
}
#popup-container .popup-content {
  position: absolute;
  top: 50%;
  background: white;
  left: 50%;
  width: 50%;
  min-height: 150px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.28);
  max-height: 80vh;
  overflow: auto;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  transition: transform 250ms ease, opacity 250ms ease;
}
@media (max-width: 1024px) {
  #popup-container .popup-content {
    width: 75%;
  }
}
@media (max-width: 480px) {
  #popup-container .popup-content {
    width: 95%;
  }
}
#popup-container .popup-content .popup-relative {
  position: relative;
}
#popup-container .popup-content .popup-relative button.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  border: none;
  margin: 0;
  padding: 0;
  transform: rotate(0);
  transition: transform 250ms ease;
}
#popup-container .popup-content .popup-relative button.popup-close:hover {
  transform: rotate(90deg);
}
#popup-container .popup-content .popup-relative button.popup-close i {
  width: 100%;
  height: 1px;
  background: #030303;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
}
#popup-container .popup-content .popup-relative button.popup-close i:first-child {
  transform: rotate(45deg);
}
#popup-container .popup-content .popup-relative h3 {
  margin-top: 0;
}

body.popup-open {
  overflow: hidden;
}

/* loader */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* TOGGLE SWITCH */
.switch {
  position: absolute;
  top: 0;
  right: 65px;
  bottom: 0;
  right: -130px;
  opacity: 0;
  transition: right 250ms ease-out 0s, opacity 250ms ease-out 0s;
  z-index: 2;
  border-left: 1px solid #bcc5c2;
}
.search-open .switch {
  right: 65px;
  opacity: 1;
  transition: right 250ms ease-out 250ms, opacity 250ms ease-out 250ms;
}
.switch p.label {
  margin: 0 3px;
  line-height: 19px;
  font-size: 12px;
  color: #030303;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 992px) {
  .switch p.label {
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .search-open .switch {
    width: 60px;
    right: 50px;
  }
}

.switch-label {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 11px;
  color: #bcc5c2;
  text-align: center;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 23px;
  border-top: 1px solid #bcc5c2;
}
.switch-label i.fa {
  display: none;
}
.switch-label:nth-of-type(2) {
  border-top: none;
}
@media (max-width: 992px) {
  .switch-label {
    float: left;
    width: 50%;
    padding: 0;
  }
  .switch-label:nth-of-type(2) {
    border-top: 1px solid #bcc5c2;
  }
  .switch-label span {
    display: none;
  }
  .switch-label i.fa {
    display: inline-block;
  }
}

.switch-input {
  display: none;
}

.switch-input:checked + .switch-label {
  color: white;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  transition: 250ms ease-out;
  border-color: transparent;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
  top: 42px;
  border-bottom: 1px solid #2c6504;
}
@media (max-width: 992px) {
  .switch-input:checked + .switch-label-on ~ .switch-selection {
    top: 25px;
    left: 50%;
  }
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  width: 100%;
  height: 24px;
  background: #2c6504;
  transition: top 0.15s ease-out;
}
.switch-selection:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 11px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #2c6504;
  left: -13px;
}
@media (max-width: 992px) {
  .switch-selection {
    left: 0;
    top: 25px;
    width: 50%;
    height: 25px;
  }
  .switch-selection:before {
    display: none;
  }
}

ul.thumbnails {
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
ul.thumbnails:before, ul.thumbnails:after {
  content: " ";
  display: table;
}
ul.thumbnails:after {
  clear: both;
}
ul.thumbnails li {
  list-style: none;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 420px) {
  ul.thumbnails li {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) {
  ul.thumbnails li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  ul.thumbnails li {
    float: left;
    width: 20%;
  }
}

form .form-group,
form > p {
  position: relative;
  margin: 0 0 0.9375rem 0;
}
form .form-group input[type=text],
form .form-group input[type=password],
form .form-group input[type=email],
form .form-group textarea,
form > p input[type=text],
form > p input[type=password],
form > p input[type=email],
form > p textarea {
  margin: 0;
  width: 100%;
  height: 3.125rem;
  padding: 0 10px;
  font-size: 0.875rem;
  border: 1px solid #bcc5c2;
}
form .form-group textarea,
form > p textarea {
  height: auto;
  padding-top: 15px;
  outline: none;
}
form .form-group label,
form > p label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  transition: top 250ms ease, transform 250ms ease, font-size 250ms ease;
  padding: 0 5px;
}
form .form-group label.focus, form .form-group label,
form > p label.focus,
form > p label {
  top: 0;
  font-size: 0.75rem;
  transform: translateY(-50%);
  background: white;
}
form .form-group.login-remember label,
form > p.login-remember label {
  position: initial;
}
form .form-group.active input[type=text],
form .form-group.active input[type=password],
form .form-group.active input[type=email],
form > p.active input[type=text],
form > p.active input[type=password],
form > p.active input[type=email] {
  padding-top: 20px;
}
form .form-group .wpcf7-form-control-wrap,
form > p .wpcf7-form-control-wrap {
  position: initial;
}
@media (max-width: 375px) {
  form .form-group.recaptcha .g-recaptcha,
  form > p.recaptcha .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
form .form-group.lost-pass,
form > p.lost-pass {
  margin-top: 15px;
  max-width: 250px;
}
form .form-group input[type=submit],
form > p input[type=submit] {
  background: #498509;
  color: white;
  padding: 5px 15px;
  transition: background 250ms ease;
  border: none;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
article table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0 2em;
}
article table th, article table td {
  border: 1px solid #bcc5c2;
  max-width: 100%;
  padding: 4px;
}

main .column.main-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  main .column.main-column {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  main .column.main-column {
    float: left;
    width: 75%;
  }
}
main .column.main-column .location-side, main .column.main-column .article-side, main .column.main-column .receip-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  main .column.main-column .location-side, main .column.main-column .article-side, main .column.main-column .receip-side {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  main .column.main-column .location-side, main .column.main-column .article-side, main .column.main-column .receip-side {
    float: left;
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 420px) {
  main .column.main-column .location-side, main .column.main-column .article-side, main .column.main-column .receip-side {
    margin-bottom: 1em;
    margin-left: -15px;
    margin-right: -15px;
  }
  main .column.main-column .location-side.article-side, main .column.main-column .article-side.article-side, main .column.main-column .receip-side.article-side {
    margin-left: 0;
    margin-right: 0;
  }
}
main .column.main-column .location-side > a, main .column.main-column .article-side > a, main .column.main-column .receip-side > a {
  display: block;
  text-align: left;
}
main .column.main-column .location-side > a img, main .column.main-column .article-side > a img, main .column.main-column .receip-side > a img {
  margin: 0 auto;
}
main .column.main-column .items .article-container .article-side > a img,
main .column.main-column .receip-container.item-list .receip-side > a img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: auto;
}
main .column.main-column .location-main, main .column.main-column .article-main, main .column.main-column .receip-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  main .column.main-column .location-main, main .column.main-column .article-main, main .column.main-column .receip-main {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  main .column.main-column .location-main, main .column.main-column .article-main, main .column.main-column .receip-main {
    float: left;
    width: 58.3333333333%;
  }
}
@media (max-width: 992px) {
  main .column.main-column .location-main, main .column.main-column .article-main, main .column.main-column .receip-main {
    margin-top: 1em;
  }
  main .column.main-column .location-main li, main .column.main-column .article-main li, main .column.main-column .receip-main li {
    text-align: left;
  }
}
main .column.main-column .location-main h2, main .column.main-column .location-main .content-copy, main .column.main-column .article-main h2, main .column.main-column .article-main .content-copy, main .column.main-column .receip-main h2, main .column.main-column .receip-main .content-copy {
  text-align: left;
}
main .column.side-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  main .column.side-column {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  main .column.side-column {
    float: left;
    width: 25%;
  }
}
main .column.side-column .tablet-row {
  margin-left: -15px;
  margin-right: -15px;
  transition: opacity 1s ease;
}
main .column.side-column .tablet-row:before, main .column.side-column .tablet-row:after {
  content: " ";
  display: table;
}
main .column.side-column .tablet-row:after {
  clear: both;
}
main .column.side-column .main-ad {
  z-index: 1;
  /* Safari makes main-ad class invisible and hides it.. */
  display: block !important;
  visibility: visible !important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  main .column.side-column .main-ad {
    float: left;
    width: 100%;
  }
}
main .column.side-column .main-ad p.copy {
  color: #498509;
  font-size: 1.6875rem;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main .column.side-column .main-ad a.overall {
    position: absolute;
    display: block;
    top: -30px;
    left: -80px;
    right: 0;
  }
  main .column.side-column .main-ad p.copy {
    margin-top: 270px;
    font-size: 25px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  main .column.side-column .main-ad a.overall {
    top: -130px;
    left: -80px;
  }
  main .column.side-column .main-ad p.copy {
    margin-top: 160px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  main .column.side-column .main-ad a.overall {
    top: -130px;
    left: -80px;
  }
  main .column.side-column .main-ad p.copy {
    margin-top: 220px;
    font-size: 25px;
  }
}
main .column.side-column .item-list-wrapper {
  margin-top: 30px;
}
main .column.side-column .item-list-wrapper ul {
  padding-left: 0;
}
main .column.side-column .item-list-wrapper ul li {
  margin-bottom: 1.25rem;
  list-style: none;
  padding: 0;
  overflow: hidden;
  clear: both;
  position: relative;
}
main .column.side-column .item-list-wrapper ul li .loc-row {
  background: white;
  display: table;
  table-layout: fixed;
  width: 100%;
}
main .column.side-column .item-list-wrapper ul li h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #498509;
  font-style: italic;
}
main .column.side-column .item-list-wrapper ul li .image {
  width: 50% !important;
  overflow: hidden;
  display: table-cell;
}
main .column.side-column .item-list-wrapper ul li .image img {
  max-width: 100%;
}
main .column.side-column .item-list-wrapper ul li .content {
  text-align: center;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
main .column.side-column .item-list-wrapper ul li .content .location {
  font-size: 0.75rem;
}
main .column.side-column .item-list-wrapper ul li .content .stars {
  font-size: 0.6875rem;
  line-height: 1.35;
  display: block;
  padding: 0.25rem 0 0;
  text-align: center;
  white-space: normal;
}
main .column.side-column .item-list-wrapper ul li .content .stars .post-ratings {
  position: static !important;
  display: inline-block;
  top: auto !important;
  right: auto !important;
  float: none;
}
main .column.side-column .item-list-wrapper ul li .content .stars img.post-ratings-image {
  max-width: 13px;
  height: auto;
  margin: 0 1px;
  display: inline-block;
  vertical-align: middle;
}
main .column.side-column .item-list-wrapper ul li a.overall {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
main .column.side-column .side-location-ad {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -240px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  main .column.side-column .side-location-ad {
    margin-top: -240px;
  }
}
@media (max-width: 992px) {
  main .column.side-column .side-location-ad {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  main .column.side-column .side-location-ad {
    margin: 20px 0;
    text-align: center;
  }
}
main .column.side-column .side-small-map .directions {
  position: relative;
  height: 2.5rem;
  margin-top: 15px;
}
main .column.side-column .side-small-map .directions .btn {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 2.5rem;
  padding: 0;
}
main .column.side-column .side-small-map .directions input {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 2.5rem;
  opacity: 0;
  transition: opacity 250ms ease;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 3.125rem;
}
main .column.side-column .side-small-map .directions button {
  position: absolute;
  background: transparent;
  border: none;
  border-left: 1px solid #bcc5c2;
  height: 38px;
  right: 1px;
  top: 1px;
  width: 38px;
  transition: background 250ms ease;
  opacity: 0;
  outline: none;
}
main .column.side-column .side-small-map .directions button:hover {
  background: rgb(242.25, 242.25, 242.25);
  border: 1px solid borderColor;
}
main .column.side-column .side-small-map .directions button .fa {
  font-size: 0.75rem;
}
main .column.side-column .side-small-map .directions button.close {
  right: auto;
  left: 1px;
  border-right: 1px solid #bcc5c2;
  border-left: 0;
}
main .column.side-column .side-small-map .directions.active input, main .column.side-column .side-small-map .directions.active button {
  opacity: 1;
}
main .column.side-column .side-small-map .directions.active input {
  cursor: text;
}
main .column.side-column .side-small-map, main .column.side-column .item-list-wrapper, main .column.side-column .fb-plugin-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 420px) {
  main .column.side-column .side-small-map, main .column.side-column .item-list-wrapper, main .column.side-column .fb-plugin-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  main .column.side-column .side-small-map, main .column.side-column .item-list-wrapper, main .column.side-column .fb-plugin-wrapper {
    float: left;
    width: 100%;
  }
}
main .column.side-column .side-small-map #location-map, main .column.side-column .item-list-wrapper #location-map, main .column.side-column .fb-plugin-wrapper #location-map {
  width: 100%;
}
main .column.side-column .fb-plugin-wrapper {
  padding-top: 1.875rem;
}
main .column.side-column .fb-plugin-wrapper h2 {
  margin-bottom: 1.25rem;
}
main .column.side-column .side-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1.875rem;
}
@media (min-width: 420px) {
  main .column.side-column .side-widget {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  main .column.side-column .side-widget {
    float: left;
    width: 100%;
  }
}
main .column.side-column .side-widget.box .bg {
  border: 1px solid #bcc5c2;
  padding: 15px;
}
main .column.side-column .side-widget.box .bg h2:first-of-type {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.25rem;
}
main .column.side-column .side-widget.box.box-white .bg {
  background: white;
}
@media (max-width: 767px) {
  main .column.side-column .tablet-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  main .column.side-column .tablet-row:before, main .column.side-column .tablet-row:after {
    content: " ";
    display: table;
  }
  main .column.side-column .tablet-row:after {
    clear: both;
  }
}
@media (max-width: 767px) and (min-width: 420px) {
  main .column.side-column .tablet-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  main .column.side-column .tablet-row:before, main .column.side-column .tablet-row:after {
    content: " ";
    display: table;
  }
  main .column.side-column .tablet-row:after {
    clear: both;
  }
  main .column.side-column .tablet-row .main-ad, main .column.side-column .tablet-row .item-list-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) and (min-width: 420px) and (min-width: 420px) {
  main .column.side-column .tablet-row .main-ad, main .column.side-column .tablet-row .item-list-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) and (min-width: 420px) and (min-width: 768px) {
  main .column.side-column .tablet-row .main-ad, main .column.side-column .tablet-row .item-list-wrapper {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 420px) and (max-width: 768px) {
  main .column.side-column .tablet-row .main-ad {
    float: none;
    margin: 0 auto;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 8.3333333333%;
  }
}
@media (max-width: 767px) and (min-width: 420px) and (max-width: 768px) and (min-width: 420px) {
  main .column.side-column .tablet-row .main-ad {
    float: left;
    width: 66.6666666667%;
  }
}
@media (max-width: 767px) and (min-width: 420px) and (max-width: 768px) and (min-width: 420px) {
  main .column.side-column .tablet-row .main-ad {
    margin-left: 16.6666666667%;
  }
}

.header {
  background: #2c6504;
  color: white;
}
.header .top-head {
  overflow-y: visible;
  height: 70px;
}
.header .top-head .row {
  overflow-y: visible;
}
@media (max-width: 768px) {
  .header .top-head {
    height: 50px;
  }
}
.header .row {
  height: 4.375rem;
  position: relative;
}
.header .row .logo {
  position: relative;
  float: left;
  width: 58.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  margin-top: 5px;
}
@media (min-width: 420px) {
  .header .row .logo {
    float: left;
    width: 58.3333333333%;
  }
}
.header .row .logo a {
  line-height: 4.375rem;
}
.header .row .logo a img {
  vertical-align: middle;
}
.header .row .user-info {
  float: right;
  padding-right: 15px;
  text-align: right;
  line-height: 4.375rem;
  padding-right: 65px;
}
@media (max-width: 768px) {
  .header .row .user-info {
    line-height: 50px;
  }
}
.header .row .user-info a {
  color: white;
  line-height: 1.3em;
}
.header .row .user-info > ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.header .row .user-info > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: background 250ms ease;
  display: inline-block;
  white-space: nowrap;
}
.header .row .user-info > ul > li .fa {
  margin-right: 0.5em;
  width: 1em;
  text-align: center;
}
.header .row .user-info > ul > li .desktop-copy {
  display: block;
  padding: 0 15px;
}
.header .row .user-info > ul > li .mobile-button {
  display: none;
  background: transparent;
  line-height: 40px;
  text-align: center;
  border: none;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  outline: none;
}
.header .row .user-info > ul > li .mobile-button i.fa {
  margin: 0;
}
.header .row .user-info > ul > li .mobile-button i.fa.fa-chevron-up {
  display: none;
}
@media (max-width: 768px) {
  .header .row .user-info > ul > li .desktop-copy {
    display: none;
  }
  .header .row .user-info > ul > li .mobile-button {
    display: block;
  }
}
.header .row .user-info > ul > li > ul {
  font-size: 0.8125rem;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
  background: #498509;
  line-height: 2em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms ease 62.5ms, background 250ms ease;
  top: 100%;
}
.header .row .user-info > ul > li > ul > li {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1;
  padding: 8px 15px;
  white-space: nowrap;
  width: 175px;
}
.header .row .user-info > ul > li > ul > li:hover {
  background: #2c6504;
}
.header .row .user-info > ul > li > ul > li > a:hover {
  text-decoration: none;
}
.header .row .user-info > ul > li > ul > li.show-mobile {
  margin-top: 10px;
}
.header .row .user-info > ul > li.user-menu-open {
  background: #498509;
}
.header .row .user-info > ul > li.user-menu-open > ul {
  max-height: 200px;
}
.header .row .user-info > ul > li.user-menu-open .mobile-button .fa-user {
  display: none;
}
.header .row .user-info > ul > li.user-menu-open .mobile-button .fa-chevron-up {
  display: inline-block !important;
}
@media (min-width: 769px) {
  .header .row .user-info > ul > li:hover {
    background: #498509;
  }
  .header .row .user-info > ul > li:hover ul {
    max-height: 200px;
  }
  .header .row .user-info > ul > li ul > li.show-mobile {
    display: none;
  }
  .header .row .user-info > ul > li > ul {
    top: 70px;
  }
}
.header .row .search {
  text-align: right;
  position: absolute;
  max-width: 2.5rem;
  height: 4.375rem;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: max-width 500ms ease;
}
.header .row .search form {
  padding: 0;
  width: 370px;
  float: right;
}
.header .row .search form input, .header .row .search form button {
  float: left;
  display: block;
}
.header .row .search form input {
  border: none;
  height: 2.5rem;
  padding: 0 10px;
  color: #030303;
  background: white;
  width: 330px;
  float: right;
  display: block;
  padding-left: 3.125rem;
  box-sizing: border-box;
  font-size: 0.9375rem;
}
.header .row .search form input ::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
  opacity: 1;
}
.header .row .search form input :-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
  opacity: 1;
}
.header .row .search form input ::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
  opacity: 1;
}
.header .row .search form input :-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
  opacity: 1;
}
.header .row .search form button {
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background-size: 1.25rem 1.25rem;
  margin-top: 0;
  font-size: 1.125rem;
  float: right;
  border-left: 1px solid transparent;
  transition: background 250ms linear 500ms, color 250ms ease 500ms, border-color 250ms ease;
}
.header .row .search form .shield {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  text-align: center;
}
.header .row .search form .shield .fa {
  opacity: 0;
  line-height: 2.5rem;
  display: block;
  transition: opacity 250ms ease;
}
.header .row .search.open {
  max-width: 999px;
}
.header .row .search.open form button {
  background: white;
  color: #030303;
  border-left: 1px solid #bcc5c2;
  transition: background 250ms linear 0s, color 250ms ease 0s, border-color 250ms ease 250ms;
}
.header .row .search.open form .shield {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.header .row .search.open form .shield .fa {
  color: #030303;
  opacity: 1;
  border-right: 1px solid #bcc5c2;
}
.header .row .search.open form .shield:hover {
  background: rgba(0, 0, 0, 0.07);
}
@media (max-width: 419px) {
  .header .row .search {
    right: 15px;
  }
  .header .row .search form {
    width: 285px;
  }
  .header .row .search form input {
    width: 245px;
  }
}
.header .row .user-info .desktop {
  display: block;
}
.header .row .user-info .mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .row {
    height: 50px;
  }
  .header .row .logo {
    line-height: 50px;
  }
  .header .row .logo a {
    line-height: 50px;
  }
  .header .row .logo a img {
    width: auto;
    max-height: 75px;
  }
}
@media (max-width: 480px) {
  .header .row .user-info {
    line-height: 50px;
  }
  .header .row .user-info .desktop {
    display: none;
  }
  .header .row .user-info .mobile {
    display: block;
  }
  .header .row .user-info .mobile i {
    font-size: 16px;
    line-height: 54px;
  }
}
.header #hero-image {
  background-size: cover;
  background-position: center center;
  min-height: 490px;
  position: relative;
}
@media (max-width: 419px) {
  .header #hero-image {
    background-position: center left;
  }
}

.footer-ad {
  padding: 3.125rem;
  text-align: center;
}
.footer-ad > div {
  background: #498509;
  display: inline-block;
  height: 60px;
  width: 468px;
  vertical-align: middle;
  color: white;
  line-height: 60px;
  font-size: 1.375rem;
}
@media screen and (max-width: 992px) {
  .footer-ad > div {
    max-width: 100%;
    height: auto;
  }
}

footer.footer {
  background: #2c6504;
  color: white;
}
footer.footer .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 4.6875rem;
}
@media (min-width: 768px) {
  footer.footer .column {
    float: left;
    width: 50%;
  }
}
footer.footer .column ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
footer.footer .column ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer.footer .column ul li a {
  color: white;
  margin: 0 0.625rem;
}
footer.footer .column ul li:last-child:after {
  display: none;
}
footer.footer .column ul li.facebook {
  font-size: 1.5625rem;
  vertical-align: middle;
  margin-bottom: 3px;
}
footer.footer .column ul li.facebook a {
  color: white;
  transition: color 250ms linear;
}
footer.footer .column ul li.facebook a:hover {
  color: rgb(229.5, 229.5, 229.5);
}
@media (max-width: 767px) {
  footer.footer .column {
    text-align: center;
    font-size: 0.75rem;
    line-height: 2em;
    margin: 1.25rem 0;
  }
  footer.footer .column ul {
    text-align: center;
  }
}

/******************************************************
* 
* ALL STYLES
* 
* Main file of all styles 
*
*******************************************************/
/******************************************************
 * 
 * GLOBAL INIT STYLES
 * 
 * All needed global styles for proper initialisation.
 *
 ******************************************************/
*,
*:after,
*:before {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  font-family: "Open sans", sans-serif;
}

body {
  font: 9.7999999971px "Open sans", sans-serif;
  color: #030303;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  overflow-x: hidden;
}
body .text-big {
  font-size: 1.375rem;
  line-height: 1.8;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*
p {
	a {
		color:$brandColor;
	}
	a:hover {
		text-decoration:underline;
	} 
}
*/
a {
  color: #498509;
}

a:hover {
  text-decoration: underline;
  color: #498509;
}

a:focus {
  outline: 0;
  color: #498509;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 600;
  color: #030303;
  margin: 5px 0;
  line-height: 1.2;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 50%;
}

@media (max-width: 420px) {
  p.summary {
    text-align: center;
  }
}

h1 {
  font-size: 2.125rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1.25rem;
  color: #2c6504;
}

h2 {
  font-size: 1.5625rem;
}

h3 {
  font-size: 21px;
}

small {
  font-size: 85%;
}

ul.basic-list {
  padding-left: 0;
  list-style: none;
}
ul.basic-list li {
  display: inline-block;
  margin-bottom: 5px;
}
ul.basic-list li a {
  color: #498509;
  display: inline-block;
}
ul.basic-list li:after {
  content: ", ";
  margin-left: -2px;
}
ul.basic-list li:last-child:after {
  display: none;
}
ul.nopadding {
  padding-left: 0;
  padding-right: 0;
}

/******************************************************
 * 
 * MAIN STYLES
 * 
 * Main file that incorporates all needed  
 * files in this template for GENERAL styles
 *
 *******************************************************/
body {
  background: #ecf0f1;
}

main.container {
  margin-top: -140px;
  padding-top: 6.25rem;
  position: relative;
  margin-bottom: 40px;
}
main.container > .row > section > .background {
  border: 1px solid #bcc5c2;
  background: white;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
}
main.container > .row > section > .background .title {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  main.container > .row > section > .background .title h1 {
    margin-top: 1em;
  }
}
main.container > .row > section > .background .iskalnik {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 2;
}
main.container > .row > section > .background .iskalnik a {
  display: inline-block;
  background: #2c6504;
  color: white;
  text-decoration: none;
  padding: 3px 15px;
  font-size: 1.1875rem;
  font-weight: 400;
  transition: background 250ms ease;
}
main.container > .row > section > .background .iskalnik a:hover {
  background: #498509;
}
main.container > .row > section > .background article.exposed-locations {
  overflow: hidden;
}
main.container > .row > section > .background article.exposed-locations ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
main.container > .row > section > .background article.exposed-locations ul li {
  list-style: none;
  padding: 0;
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  transform: translateY(-20px) scale(1.1);
  transition: opacity 500ms linear, transform 500ms ease;
}
@media (min-width: 992px) {
  main.container > .row > section > .background article.exposed-locations ul li {
    float: left;
    width: 33.3333333333%;
  }
}
main.container > .row > section > .background article.exposed-locations ul li:nth-child(2) {
  transition-delay: 100ms;
}
main.container > .row > section > .background article.exposed-locations ul li:nth-child(3) {
  transition-delay: 200ms;
}
main.container > .row > section > .background article.exposed-locations ul li .photo {
  position: relative;
  overflow: visible;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 420px) {
  main.container > .row > section > .background article.exposed-locations ul li .photo {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  main.container > .row > section > .background article.exposed-locations ul li .photo {
    float: left;
    width: 100%;
  }
}
main.container > .row > section > .background article.exposed-locations ul li .photo > .stars {
  position: static !important;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0 0;
  padding: 0;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #030303;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  z-index: auto;
  float: none;
  clear: both;
}
main.container > .row > section > .background article.exposed-locations ul li .photo > .stars img,
main.container > .row > section > .background article.exposed-locations ul li .photo > .stars img.post-ratings-image {
  max-width: 18px;
  width: 18px;
  height: auto;
  display: inline-block;
  float: none;
  margin: 0 2px;
  vertical-align: middle;
}
main.container > .row > section > .background article.exposed-locations ul li .photo .hover-text {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 15px;
  right: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.49);
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  transition: transform 250ms cubic-bezier(0.55, 0.83, 0.29, 1.73);
}
main.container > .row > section > .background article.exposed-locations ul li .photo img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 992px) {
  main.container > .row > section > .background article.exposed-locations ul li .photo {
    margin-bottom: 0;
  }
}
main.container > .row > section > .background article.exposed-locations ul li .location-description {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: initial;
}
@media (min-width: 420px) {
  main.container > .row > section > .background article.exposed-locations ul li .location-description {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  main.container > .row > section > .background article.exposed-locations ul li .location-description {
    float: left;
    width: 100%;
  }
}
main.container > .row > section > .background article.exposed-locations ul li .location-description .location-rating {
  clear: both;
  text-align: center;
  margin: 0.25rem 0 0.625rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #030303;
}
main.container > .row > section > .background article.exposed-locations ul li .location-description .location-rating .post-ratings {
  position: static !important;
  display: inline-block;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  width: auto;
  margin: 0;
  z-index: auto;
  float: none;
}
main.container > .row > section > .background article.exposed-locations ul li .location-description .location-rating .post-ratings img,
main.container > .row > section > .background article.exposed-locations ul li .location-description .location-rating .post-ratings img.post-ratings-image {
  max-width: 18px;
  width: 18px;
  height: auto;
  display: inline-block;
  float: none;
  margin: 0 2px;
  vertical-align: middle;
}
main.container > .row > section > .background article.exposed-locations ul li .location-description h2 {
  font-size: 1rem;
  color: #498509;
  margin-top: 0.625rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  main.container > .row > section > .background article.exposed-locations ul li .location-description h2 {
    margin-top: 0;
  }
}
@media (max-width: 420px) {
  main.container > .row > section > .background article.exposed-locations ul li .location-description h2 {
    text-align: left;
  }
}
main.container > .row > section > .background article.exposed-locations ul li .location-description .distance {
  font-weight: bold;
  margin: 0;
  font-size: 0.875rem;
}
main.container > .row > section > .background article.exposed-locations ul li .location-description .desc {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
  width: 100%;
  overflow: hidden;
}
main.container > .row > section > .background article.exposed-locations ul li .location-description .desc p {
  margin: 0.5em 0;
}
main.container > .row > section > .background article.exposed-locations ul li .btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
}
main.container > .row > section > .background article.exposed-locations ul li .btn:hover {
  text-decoration: none;
  background: rgb(86.1091549296, 156.8838028169, 10.6161971831);
}
main.container > .row > section > .background article.exposed-locations ul li:last-child {
  position: relative;
  z-index: 1;
}
main.container > .row > section > .background article.exposed-locations ul li a.layover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: background 250ms ease;
}
main.container > .row > section > .background article.exposed-locations ul li a.layover:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 992px) {
  main.container > .row > section > .background article.exposed-locations ul li {
    margin-bottom: 1.875rem;
  }
}
main.container > .row > section > .background article.exposed-locations ul li:hover .photo .hover-text {
  transform: translateY(0);
}
main.container > .row > section > .background article.exposed-locations .links {
  text-align: right;
  margin: 0.9375rem 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  main.container > .row > section > .background article.exposed-locations .links {
    float: left;
    width: 100%;
  }
}
main.container > .row > section > .background article.exposed-locations .links a {
  color: #498509;
  text-decoration: underline;
  display: inline-block;
}
main.container > .row > section > .background article.exposed-locations .links a:hover {
  text-decoration: none;
}
main.container > .row > section > .background article.exposed-locations.corrected-height ul li {
  opacity: 1;
  transform: translateY(0) scale(1);
}
main.container > .row > section > .background section.blog {
  overflow: hidden;
}
main.container > .row > section > .background section.blog h1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  main.container > .row > section > .background section.blog h1 {
    float: left;
    width: 100%;
  }
}
main.container > .row > section > .background section.blog article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  main.container > .row > section > .background section.blog article {
    float: left;
    width: 50%;
  }
}
main.container > .row > section > .background section.blog article:nth-of-type(2n+1) {
  clear: left;
}
main.container > .row > section > .background section.blog article h2 {
  color: #498509;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 420px) {
  main.container > .row > section > .background section.blog article h2 {
    float: left;
    width: 100%;
  }
}
main.container > .row > section > .background section.blog article .image {
  overflow: hidden;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 420px) {
  main.container > .row > section > .background section.blog article .image {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  main.container > .row > section > .background section.blog article .image {
    float: left;
    width: 41.6666666667%;
  }
}
main.container > .row > section > .background section.blog article .image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  main.container > .row > section > .background section.blog article .image {
    margin-bottom: 1em;
  }
}
main.container > .row > section > .background section.blog article .teaser {
  font-size: 0.875rem;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 420px) {
  main.container > .row > section > .background section.blog article .teaser {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  main.container > .row > section > .background section.blog article .teaser {
    float: left;
    width: 58.3333333333%;
  }
}
main.container > .row > section > .background section.blog article .teaser p:first-child {
  margin-top: 0;
}
main.container > .row > section > .background section.blog article .teaser a {
  color: #498509;
  text-decoration: underline;
}
main.container > .row > section > .background section.blog article .teaser a:hover {
  text-decoration: none;
}
main.container > .row > section > .background section.blog article a.overall {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transition: opacity 250ms ease;
}
main.container > .row > section > .background section.blog article a.overall:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  main.container > .row > section > .background section.blog article {
    margin-bottom: 20px;
  }
}
main.container > .row > section > .background section.blog .categories-picker h1 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  main.container > .row > section > .background section.blog .categories-picker h1 {
    text-align: left;
  }
}
main.container > .row > section > .background .categories-picker {
  overflow: hidden;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  main.container > .row > section > .background .categories-picker {
    float: left;
    width: 100%;
  }
}
main.container > .row > section > .background .categories-picker ul {
  padding-left: 0;
  list-style: none;
}
main.container > .row > section > .background .categories-picker ul li {
  display: inline-block;
  margin-bottom: 5px;
}
main.container > .row > section > .background .categories-picker ul li a {
  color: white;
  background: #498509;
  padding: 6px 10px;
  display: inline-block;
}
main.container > .row > section > .background .categories-picker ul li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  main.container > .row > section > .background .categories-picker ul li {
    margin-bottom: 8px;
  }
  main.container > .row > section > .background .categories-picker ul li:after {
    display: none;
  }
  main.container > .row > section > .background .categories-picker ul li a {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  main.container > .row > section > .background .categories-picker ul {
    text-align: center;
    clear: both;
  }
}
main.container > .row > section > .background .categories-picker.nopadding {
  padding-left: 0;
  padding-right: 0;
}
main.container > .row > section article p.notice {
  background: #498509;
  color: white;
  padding: 5px 10px;
  display: inline-block;
  max-width: calc(100% - 250px);
}
@media (max-width: 991px) {
  main.container > .row > section article p.notice {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  main.container {
    margin-top: -30px;
    padding-top: 0;
  }
}

.search-fix {
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .search-fix {
    transform: none;
    max-width: 100%;
    position: initial;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .search-fix {
    position: initial;
    transform: none;
    padding-top: 300px;
    transition: padding-top 250ms ease;
  }
}
.search-fix.search-open {
  z-index: 5;
  padding-bottom: 50px;
}

.interactive.search-container {
  position: absolute;
  transform: translate(0, 0);
  left: 15px;
  bottom: 55px;
  background: rgba(44, 101, 4, 0.9);
  color: white;
  padding: 15px;
  box-sizing: border-box;
  max-width: 50%;
  right: 15px;
  transition: max-width 500ms ease, bottom 500ms ease, transform 500ms ease, left 500ms ease;
  user-select: none;
}
.interactive.search-container h2 {
  color: white;
}
.interactive.search-container form .input-group {
  position: relative;
  overflow: hidden;
}
.interactive.search-container form .input-group input {
  width: 100%;
  min-height: 3.125rem;
  padding: 0 10px 0 65px;
  color: #030303;
  box-sizing: border-box;
  border: 1px solid white;
  font-size: 0.875rem;
  transition: min-height 250ms linear 125ms, padding 250ms linear 125ms, font-size 250ms linear;
}
.interactive.search-container form .input-group input ::-webkit-input-placeholder {
  font-weight: normal;
  color: #1bc85f;
}
.interactive.search-container form .input-group input :-moz-placeholder {
  font-weight: normal;
  color: #1bc85f;
}
.interactive.search-container form .input-group input ::-moz-placeholder {
  font-weight: normal;
  color: #1bc85f;
}
.interactive.search-container form .input-group input :-ms-input-placeholder {
  font-weight: normal;
  color: #1bc85f;
}
.interactive.search-container form .input-group button {
  position: absolute;
  z-index: 3;
  top: 0px;
  bottom: 0px;
  min-width: 50px;
  border: none;
  padding: 0;
  background: white;
  border-right: 1px solid #bcc5c2;
  transition: background 250ms linear;
}
.interactive.search-container form .input-group button.submit {
  right: 100%;
  transform: translateX(100%);
}
.interactive.search-container form .input-group button.submit .fa-chevron-right {
  display: none;
}
.interactive.search-container form .input-group button.close {
  left: -65px;
}
.interactive.search-container form .input-group button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.interactive.search-container form .input-group button .fa {
  font-size: 1.125rem;
  color: #030303;
}
.interactive.search-container form .input-group button:focus {
  outline: none;
}
.interactive.search-container form .search-links {
  margin-top: 0.625rem;
  overflow: hidden;
  color: white;
}
.interactive.search-container form .search-links .fa {
  font-size: 0.5rem;
  margin-right: 0.5em;
  position: relative;
  top: -2px;
}
.interactive.search-container form .search-links a {
  color: white;
}
.interactive.search-container form .search-links .link {
  display: inline-block;
  clear: both;
  visibility: hidden;
}
.interactive.search-container form .search-links .link.visible {
  visibility: visible;
}
.interactive.search-container form .search-links .link:first-child {
  margin-right: 2em;
}
@media (max-width: 480px) {
  .interactive.search-container form .search-links .link {
    border: 1px solid rgba(255, 255, 255, 0.59);
    padding: 5px 10px;
    border-radius: 2px;
    margin-top: 10px;
  }
}
@media (min-width: 420px) {
  .interactive.search-container form .search-links .link {
    margin-right: 0;
    clear: none;
  }
  .interactive.search-container form .search-links .link:first-child {
    float: left;
  }
  .interactive.search-container form .search-links .link:last-child {
    float: right;
  }
}
.interactive.search-container form .advanced-search {
  display: none;
  overflow: hidden;
  width: 100%;
}
.interactive.search-container form .advanced-search .group > div {
  line-height: 2.5em;
  width: 33%;
  float: left;
}
@media (max-width: 768px) {
  .interactive.search-container form .advanced-search .group > div {
    width: 50%;
  }
}
.interactive.search-container form .advanced-search .group > h2 {
  font-size: 1.25rem;
  margin: 20px 0 10px;
  text-align: left;
}
.interactive.search-container form .advanced-search input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
}
.interactive.search-container form .advanced-search input[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  top: -10px;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  font-family: fontawesome;
  color: #498509;
  font-size: 14px;
  line-height: 20px;
  color: white;
  content: "\f00c";
  transition: color 250ms ease;
}
.interactive.search-container form .advanced-search input[type=checkbox]:before:hover {
  background: rgb(253.725, 253.725, 253.725);
}
.interactive.search-container form .advanced-search input[name=size] {
  background: white;
  border: 1px solid white;
  height: 2.5rem;
  color: #030303;
  padding: 0 0 0 10px;
  max-width: 6.25rem;
}
@media (max-width: 768px) {
  .interactive.search-container form .advanced-search input[name=size] {
    height: 1.875rem;
    margin: 0 auto;
    display: block;
  }
}
.interactive.search-container form .advanced-search label {
  cursor: pointer;
}
.interactive.search-container form .advanced-search input[type=checkbox]:checked:before {
  color: #030303;
}
.interactive.search-container form .advanced-search .row {
  height: auto;
}
.interactive.search-container form .advanced-search .place-size {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .interactive.search-container form .advanced-search .place-size {
    float: left;
    width: 100%;
  }
}
.interactive.search-container form .advanced-search .place-equipment, .interactive.search-container form .advanced-search .other-search {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .interactive.search-container form .advanced-search .place-equipment, .interactive.search-container form .advanced-search .other-search {
    float: left;
    width: 50%;
  }
}
.interactive.search-container .close-search-container {
  position: absolute;
  z-index: 10;
  top: -15px;
  right: -15px;
  background: white;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  color: #030303;
  cursor: pointer;
  transform: scale(0);
  transition: transform 500ms ease 0s;
}
@media screen and (min-width: 992px) {
  .interactive.search-container.active {
    max-width: 100%;
    transform: translate(0, 50%);
    left: 15px;
    bottom: 50%;
  }
  .interactive.search-container.active form .input-group input {
    min-height: 4.0625rem;
    padding: 0 160px 0 85px;
    font-size: 1.125rem;
  }
  .interactive.search-container.active form .input-group button {
    min-width: 4.0625rem;
    right: 0;
    left: auto;
  }
  .interactive.search-container.active form .input-group button.submit {
    transform: translateX(0);
    border-right: none;
    border-left: 1px solid #bcc5c2;
  }
  .interactive.search-container.active form .input-group button.submit .fa {
    vertical-align: middle;
  }
  .interactive.search-container.active form .input-group button.submit .fa-chevron-right {
    display: inline-block;
  }
  .interactive.search-container.active form .input-group button.submit .fa-search {
    display: none;
  }
  .interactive.search-container.active form .input-group button.close {
    left: 0;
    right: auto;
  }
  .interactive.search-container.active .close-search-container {
    transform: scale(1);
    transition: transform 500ms cubic-bezier(0.55, 0.83, 0.29, 1.73) 250ms;
  }
  .interactive.search-container.active .close-search-container:hover {
    transform: scale(1.2);
    transition: transform 250ms linear;
  }
}
.interactive.search-container.search-location form input#search-location {
  display: block;
}
.interactive.search-container.search-location form input#search {
  display: none;
}
.interactive.search-container.search-description input#search-location {
  display: none;
}
.interactive.search-container.search-description input#search {
  display: block;
}
@media screen and (max-width: 992px) {
  .interactive.search-container {
    position: relative;
    left: 0;
    right: 15px;
    margin-top: 20px;
    max-width: none;
    top: 0;
  }
  .interactive.search-container.active {
    max-width: none;
    left: 0;
    right: 15px;
    transform: none;
    bottom: 55px;
  }
  .interactive.search-container.active .close-search-container {
    display: none;
    transform: scale(1);
    transition: transform 500ms cubic-bezier(0.55, 0.83, 0.29, 1.73) 250ms;
  }
  .interactive.search-container.active .close-search-container:hover {
    transform: scale(1.2);
    transition: transform 250ms linear;
  }
  .interactive.search-container.active.open-advanced-search {
    font-size: 0.875rem;
    position: initial;
    z-index: 20;
  }
  .interactive.search-container.active.open-advanced-search h2 {
    font-size: 1rem;
  }
  .interactive.search-container.active form button.submit {
    right: 0;
    transform: translateX(0);
    border-left: 1px solid #bcc5c2;
    border-right: none;
  }
  .interactive.search-container.active form button.submit .fa-search {
    display: none;
  }
  .interactive.search-container.active form button.submit .fa-chevron-right {
    display: block;
  }
  .interactive.search-container.active form button.close {
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .interactive.search-container.active form .input-group input {
    padding: 0 108px 0 65px;
  }
  .interactive.search-container.active form .input-group input ::-webkit-input-placeholder {
    font-weight: normal;
    color: white;
    display: none;
  }
  .interactive.search-container.active form .input-group input :-moz-placeholder {
    font-weight: normal;
    color: white;
    display: none;
  }
  .interactive.search-container.active form .input-group input ::-moz-placeholder {
    font-weight: normal;
    color: white;
    display: none;
  }
  .interactive.search-container.active form .input-group input :-ms-input-placeholder {
    font-weight: normal;
    color: white;
    display: none;
  }
  .interactive.search-container.active form .input-group input:before {
    display: block;
    content: "asdasd";
  }
}

.interactive-map h2 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  text-align: center;
  color: #498509;
  font-weight: 200;
  font-style: italic;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .interactive-map h2 {
    text-align: left;
  }
}
.interactive-map #map-footer {
  height: 425px;
}

.location-container, .article-container {
  margin-top: 1.875rem;
}
.location-container .location-side .share-buttons, .location-container .article-side .share-buttons, .article-container .location-side .share-buttons, .article-container .article-side .share-buttons {
  overflow: hidden;
  clear: both;
}
.location-container .location-side .share-buttons ul li, .location-container .article-side .share-buttons ul li, .article-container .location-side .share-buttons ul li, .article-container .article-side .share-buttons ul li {
  margin-right: 1px;
  margin-bottom: 15px;
  display: inline-block;
  float: none;
}
@media (min-width: 768px) {
  .location-container .location-side .share-buttons, .location-container .article-side .share-buttons, .article-container .location-side .share-buttons, .article-container .article-side .share-buttons {
    overflow: initial;
  }
}
@media (min-width: 1280px) {
  .location-container .location-side, .location-container .article-side, .article-container .location-side, .article-container .article-side {
    position: relative;
  }
  .location-container .location-side .share-buttons, .location-container .article-side .share-buttons, .article-container .location-side .share-buttons, .article-container .article-side .share-buttons {
    position: absolute;
    left: -3.75rem;
    width: 2.8125rem;
  }
  .location-container .location-side .share-buttons ul li, .location-container .article-side .share-buttons ul li, .article-container .location-side .share-buttons ul li, .article-container .article-side .share-buttons ul li {
    margin-bottom: 1px;
    margin-right: 0;
  }
}
.location-container .location-info-container, .article-container .location-info-container {
  overflow: hidden;
}
.location-container .location-info, .article-container .location-info {
  line-height: 1.7em;
  padding: 5px 15px 5px 30px;
  font-size: 0.875rem;
  font-weight: 300;
  position: relative;
}
.location-container .location-info a, .article-container .location-info a {
  color: #030303;
}
.location-container .location-info .fa, .article-container .location-info .fa {
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.125rem;
  width: 30px;
  text-align: center;
  color: #808080;
}
.location-container .location-info:nth-child(2n-1), .article-container .location-info:nth-child(2n-1) {
  background: #f7f9f8;
}
.location-container .location-info:first-of-type, .article-container .location-info:first-of-type {
  margin-top: 1.875rem;
}
@media (max-width: 419px) {
  .location-container .location-info, .article-container .location-info {
    text-align: center;
    padding: 10px;
    width: 50%;
    float: left;
    font-size: 0.8125rem;
    border-bottom: 1px solid #bcc5c2;
    box-sizing: border-box;
    font-size: 0.875rem;
  }
  .location-container .location-info p strong, .article-container .location-info p strong {
    display: block;
    clear: both;
  }
  .location-container .location-info .fa, .article-container .location-info .fa {
    position: initial;
    font-size: 2rem;
    margin: 10px auto;
    display: block;
    width: 2em;
  }
  .location-container .location-info:nth-child(2n-1), .article-container .location-info:nth-child(2n-1) {
    background: transparent;
    border-right: 1px solid #bcc5c2;
    clear: both;
  }
  .location-container .location-info:first-of-type, .article-container .location-info:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .location-container .location-info, .article-container .location-info {
    width: 100%;
  }
  .location-container .location-info:nth-child(2n-1), .article-container .location-info:nth-child(2n-1) {
    border-right: none;
  }
}
@media (max-width: 419px) {
  .location-container .location-info.inline, .article-container .location-info.inline {
    border: none;
    width: 100%;
    float: none;
  }
}
.location-container .contact a.btn, .article-container .contact a.btn {
  font-size: 1.375rem;
  transition: background 250ms ease;
}
.location-container .contact a.btn:hover, .article-container .contact a.btn:hover {
  background: rgb(78.2436619718, 142.5535211268, 9.6464788732);
  text-decoration: none;
}

.comments {
  border-top: 1px solid #bcc5c2;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  /* do not indent first ul */
}
.comments ul {
  padding-left: 2em;
}
.comments ul li {
  list-style: none;
}
.comments > ul {
  margin-left: 0;
  padding-left: 0;
  display: none;
  width: 100%;
  overflow: hidden;
}
.comments h2 .btn-small {
  font-size: 0.6em;
  line-height: 1.5625rem;
}
.comments h2 .btn-small .fa {
  transform: rotate(0);
  transition: transform 250ms ease;
  margin-right: 4px;
  font-size: 0.6875rem;
  vertical-align: middle;
}
.comments h2 .btn-small.opened .fa {
  transform: rotate(180deg);
}

/* SEARCH LISTS */
body.search-results main.container,
body.search-no-results main.container,
body.post-type-archive-lokacija main.container {
  margin-top: -10px;
  padding-top: 0;
  position: relative;
  top: -20px;
}
body.search-results main.container article,
body.search-no-results main.container article,
body.post-type-archive-lokacija main.container article {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #bcc5c2;
}
body.search-results main.container article:last-child,
body.search-no-results main.container article:last-child,
body.post-type-archive-lokacija main.container article:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
body.search-results main.container section .location-side a.location-image,
body.search-no-results main.container section .location-side a.location-image,
body.post-type-archive-lokacija main.container section .location-side a.location-image {
  display: block;
}
body.search-results main.container section .location-side .location-ratings,
body.search-no-results main.container section .location-side .location-ratings,
body.post-type-archive-lokacija main.container section .location-side .location-ratings {
  margin-top: 0.625rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.45;
  clear: both;
}
body.search-results main.container section .location-side .location-ratings .post-ratings,
body.search-no-results main.container section .location-side .location-ratings .post-ratings,
body.post-type-archive-lokacija main.container section .location-side .location-ratings .post-ratings {
  position: static !important;
  display: inline-block;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  width: auto;
  margin: 0;
  z-index: auto;
  float: none;
}
body.search-results main.container section .location-side .location-ratings .post-ratings img,
body.search-results main.container section .location-side .location-ratings .post-ratings img.post-ratings-image,
body.search-no-results main.container section .location-side .location-ratings .post-ratings img,
body.search-no-results main.container section .location-side .location-ratings .post-ratings img.post-ratings-image,
body.post-type-archive-lokacija main.container section .location-side .location-ratings .post-ratings img,
body.post-type-archive-lokacija main.container section .location-side .location-ratings .post-ratings img.post-ratings-image {
  width: 1rem;
  max-width: 1rem;
  height: auto;
  display: inline-block;
  float: none;
  margin: 0 1px;
  vertical-align: middle;
}
body.search-results main.container section .location-main h2,
body.search-no-results main.container section .location-main h2,
body.post-type-archive-lokacija main.container section .location-main h2 {
  font-weight: 400;
  font-size: 1.125rem;
  margin-top: 0;
}
body.search-results main.container section .location-main h2 a,
body.search-no-results main.container section .location-main h2 a,
body.post-type-archive-lokacija main.container section .location-main h2 a {
  color: #498509;
}
@media (max-width: 992px) {
  body.search-results main.container section .location-main h2,
  body.search-no-results main.container section .location-main h2,
  body.post-type-archive-lokacija main.container section .location-main h2 {
    text-align: center;
  }
}
body.search-results main.container section .location-main .location-info,
body.search-no-results main.container section .location-main .location-info,
body.post-type-archive-lokacija main.container section .location-main .location-info {
  font-size: 0.875rem;
}
body.search-results main.container section .location-main .location-info p,
body.search-no-results main.container section .location-main .location-info p,
body.post-type-archive-lokacija main.container section .location-main .location-info p {
  margin: 0;
}
body.search-results main.container section .location-main .location-info:first-of-type,
body.search-no-results main.container section .location-main .location-info:first-of-type,
body.post-type-archive-lokacija main.container section .location-main .location-info:first-of-type {
  margin-top: 0.625rem;
}
body.search-results main.container section .location-main .see-more,
body.search-no-results main.container section .location-main .see-more,
body.post-type-archive-lokacija main.container section .location-main .see-more {
  margin: 0.5em auto 0;
}
body.search-results .filters .opremljenost-prostora, body.search-results .filters .ostale-moznosti,
body.search-no-results .filters .opremljenost-prostora,
body.search-no-results .filters .ostale-moznosti,
body.post-type-archive-lokacija .filters .opremljenost-prostora,
body.post-type-archive-lokacija .filters .ostale-moznosti {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.search-results .filters .opremljenost-prostora, body.search-results .filters .ostale-moznosti,
  body.search-no-results .filters .opremljenost-prostora,
  body.search-no-results .filters .ostale-moznosti,
  body.post-type-archive-lokacija .filters .opremljenost-prostora,
  body.post-type-archive-lokacija .filters .ostale-moznosti {
    float: left;
    width: 50%;
  }
}
body.search-results .filters .opremljenost-prostora h2, body.search-results .filters .ostale-moznosti h2,
body.search-no-results .filters .opremljenost-prostora h2,
body.search-no-results .filters .ostale-moznosti h2,
body.post-type-archive-lokacija .filters .opremljenost-prostora h2,
body.post-type-archive-lokacija .filters .ostale-moznosti h2 {
  font-size: 1rem;
}

/* SINGLE LOCATION */
body.single-lokacija main.container > .row > section article .location-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  clear: both;
}
body.single-lokacija main.container > .row > section article .location-header h1 {
  width: 100%;
  margin: 0;
}
body.single-lokacija main.container > .row > section article .location-header .location-ratings {
  display: block;
  width: 100%;
  clear: both;
  text-align: left;
}
body.single-lokacija main.container > .row > section article .location-header .location-ratings .post-ratings {
  position: static !important;
  display: block;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: auto;
  max-width: 100%;
  margin: 0;
  z-index: auto;
  float: none;
  clear: both;
}
body.single-lokacija main.container > .row > section article .location-header .location-ratings .post-ratings img,
body.single-lokacija main.container > .row > section article .location-header .location-ratings .post-ratings img.post-ratings-image {
  width: 1.375rem;
  max-width: 1.375rem;
  height: auto;
  display: inline-block;
  float: none;
  margin: 0 2px;
}
body.single-lokacija main.container > .row > section article .location-header .location-ratings .post-ratings-text,
body.single-lokacija main.container > .row > section article .location-header .location-ratings .ratings-text {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 0.25rem;
  color: rgb(41.25, 41.25, 41.25);
}
@media (max-width: 992px) {
  body.single-lokacija main.container > .row > section article .location-header {
    align-items: center;
    text-align: center;
  }
  body.single-lokacija main.container > .row > section article .location-header .location-ratings {
    text-align: center;
  }
}
body.single-lokacija main.container > .row > section article .post-ratings-loading {
  text-align: left;
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 20px;
  background: white;
  padding: 7px;
  height: auto;
}
body.single-lokacija main.container > .row > section article .post-ratings-loading img {
  margin-right: 10px;
}

@media (max-width: 419px) {
  .post-type-archive-lokacija h1 {
    text-align: center;
  }
  .post-type-archive-lokacija .location-main {
    text-align: center;
  }
  .post-type-archive-lokacija .location-main .btn.see-more {
    display: inline-block;
  }
}
.location-teaser-wrapper {
  margin: 1.25rem 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #bcc5c2;
  overflow: hidden;
}
.location-teaser-wrapper .location-info.inline {
  font-size: 0.875rem;
}
.location-teaser-wrapper .location-info.inline p {
  margin: 0;
}
.location-teaser-wrapper .location-info.inline:first-of-type {
  margin-top: 0.625rem;
}
.location-teaser-wrapper:first-child {
  margin-top: 0;
}
.location-teaser-wrapper:first-child .location-info:first-of-type {
  margin-top: 0;
}

/* LOGIN and REGISTER */
.registracija-in-prijava article.type-page {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1.25rem;
  /* here were form rules */
}
.registracija-in-prijava article.type-page:before, .registracija-in-prijava article.type-page:after {
  content: " ";
  display: table;
}
.registracija-in-prijava article.type-page:after {
  clear: both;
}
.registracija-in-prijava article.type-page h1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 420px) {
  .registracija-in-prijava article.type-page h1 {
    float: left;
    width: 100%;
  }
}
.registracija-in-prijava article.type-page h2 {
  font-weight: 400;
  font-size: 1.125rem;
}
.registracija-in-prijava article.type-page .location {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .registracija-in-prijava article.type-page .location {
    float: left;
    width: 100%;
  }
}
.registracija-in-prijava article.type-page .content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .registracija-in-prijava article.type-page .content {
    float: left;
    width: 100%;
  }
}
.registracija-in-prijava article.type-page .registration-form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 420px) {
  .registracija-in-prijava article.type-page .registration-form {
    float: left;
    width: 45.8333333333%;
  }
}
.registracija-in-prijava article.type-page .login-form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 420px) {
  .registracija-in-prijava article.type-page .login-form {
    float: left;
    width: 45.8333333333%;
  }
}
@media (min-width: 420px) {
  .registracija-in-prijava article.type-page .login-form {
    margin-left: 8.3333333333%;
  }
}
.registracija-in-prijava article.type-page input[type=submit] {
  border: none;
  background: #498509;
  padding: 5px 10px;
  color: white !important;
}
.registracija-in-prijava article.type-page input[type=submit]:hover {
  background: rgb(86.1091549296, 156.8838028169, 10.6161971831) !important;
}
.registracija-in-prijava article.type-page #terms-apply {
  margin: 0 0 0.9375rem 0;
}
.registracija-in-prijava article.type-page .message {
  font-weight: bold;
}
.registracija-in-prijava article.type-page .message.err {
  color: #a94442;
}
.registracija-in-prijava .indicator {
  display: none;
}

.pozabljeno-geslo-forme input[type=submit] {
  border: none;
  background: #498509;
  padding: 5px 10px;
  color: white !important;
}
.pozabljeno-geslo-forme input[type=submit]:hover {
  background: rgb(86.1091549296, 156.8838028169, 10.6161971831) !important;
}

/* COMMENT form */
.comments h3 {
  color: #498509;
  font-weight: 300;
  border-bottom: 1px solid #bcc5c2;
  padding-bottom: 0.5em;
}
.comments p.logged-in-as {
  display: none;
}
.comments p.comment-form-comment label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.comments p.comment-form-comment textarea {
  display: block;
  width: 100%;
}
.comments input#submit {
  background: #498509;
  color: white;
  display: inline-block;
  padding: 8px 15px;
  border: none;
  transition: background 250ms ease;
}
.comments input#submit:hover {
  background: rgb(86.1091549296, 156.8838028169, 10.6161971831);
}

.type-clanek h1 {
  margin-bottom: 0;
}
.type-clanek h2 {
  margin-top: 1.5em;
  color: #2c6504;
  font-size: 1.875rem;
  font-weight: 300;
}
.type-clanek .post-date {
  margin-bottom: 1.875rem;
  margin-top: 0.625rem;
  color: #808080;
  font-size: 0.875rem;
}
.type-clanek .article-main > p:first-child {
  margin-top: 0;
}
.type-clanek .sorodni-clanki {
  clear: both;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .type-clanek .sorodni-clanki {
    float: left;
    width: 100%;
  }
}
.type-clanek .sorodni-clanki h3 {
  margin-top: 0;
  color: #2c6504;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
.type-clanek .sorodni-clanki ul {
  overflow: hidden;
  margin: 0 -15px;
  padding: 0;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.type-clanek .sorodni-clanki ul:before, .type-clanek .sorodni-clanki ul:after {
  content: " ";
  display: table;
}
.type-clanek .sorodni-clanki ul:after {
  clear: both;
}
.type-clanek .sorodni-clanki ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 15px 15px 0;
  opacity: 1;
  transition: opacity 250ms ease-out;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .type-clanek .sorodni-clanki ul li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .type-clanek .sorodni-clanki ul li {
    float: left;
    width: 50%;
  }
}
.type-clanek .sorodni-clanki ul li:hover {
  opacity: 0.8;
}
.type-clanek .sorodni-clanki ul li .image, .type-clanek .sorodni-clanki ul li .content {
  display: table-cell;
  vertical-align: top;
}
.type-clanek .sorodni-clanki ul li .image {
  width: 70px;
  padding-right: 15px;
  box-sizing: content-box;
}
.type-clanek .sorodni-clanki ul li .image img {
  vertical-align: top;
}
.type-clanek .sorodni-clanki ul li .content {
  margin: 0;
}
.type-clanek .sorodni-clanki ul li .content p.article-meta {
  font-size: 0.9em;
}
.type-clanek .sorodni-clanki ul li .content p:last-child {
  margin-bottom: 0;
}
.type-clanek .sorodni-clanki ul li a.overall {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 375px) {
  .type-clanek .sorodni-clanki ul li {
    margin-bottom: 15px;
  }
  .type-clanek .sorodni-clanki ul li .image, .type-clanek .sorodni-clanki ul li .content {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .type-clanek .sorodni-clanki ul li .image h3, .type-clanek .sorodni-clanki ul li .image img, .type-clanek .sorodni-clanki ul li .content h3, .type-clanek .sorodni-clanki ul li .content img {
    text-align: center;
    display: block;
    width: auto;
  }
  .type-clanek .sorodni-clanki ul li .image {
    max-width: 100%;
    width: 100px;
    margin-bottom: 15px;
  }
}

.article-header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .article-header {
    float: left;
    width: 100%;
  }
}
.article-header h2 {
  font-weight: 300;
}
.article-header h2 a {
  color: #2c6504;
}

/* POPUP CONTENT */
#popup-container .main {
  margin-left: -15px;
  margin-right: -15px;
}
#popup-container .main:before, #popup-container .main:after {
  content: " ";
  display: table;
}
#popup-container .main:after {
  clear: both;
}
#popup-container .main .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #popup-container .main .column {
    float: left;
    width: 100%;
  }
}
#popup-container .main .column form .form-item {
  margin-bottom: 15px;
}
#popup-container .main .column form .form-item input, #popup-container .main .column form .form-item textarea {
  width: 100%;
  min-height: 3.125rem;
  font-size: 1.125rem;
  padding: 0 15px;
  border: 1px solid #bcc5c2;
}
#popup-container .main .column form .form-item input[type=submit], #popup-container .main .column form .form-item textarea[type=submit] {
  background: #2c6504;
  min-height: auto;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: white;
  display: inline-block;
  width: auto;
  border: none;
  padding: 0 15px;
}
#popup-container .main .column form .form-item input[type=submit]:hover, #popup-container .main .column form .form-item textarea[type=submit]:hover {
  background: rgb(86.1091549296, 156.8838028169, 10.6161971831);
}
#popup-container .main .column form .form-item textarea {
  padding: 15px;
}

/* Food Calculator page template styles */
.page-template-template-calculator .food-results {
  display: none;
}

/* recepti */
.receip-container .receip-meta {
  margin-bottom: 0.5em;
}
.receip-container .receip-meta > strong {
  margin-right: 0.2em;
}
.receip-container .receip-meta.receip-level span {
  background: #ecf0f1;
  display: inline-block;
  min-width: 150px;
  height: 1.15em;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  vertical-align: sub;
}
.receip-container .receip-meta.receip-level span b {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #2c6504;
  z-index: 2;
  color: white;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}
.receip-container .receip-meta.receip-level span.level-1 b {
  max-width: 20%;
}
.receip-container .receip-meta.receip-level span.level-2 b {
  max-width: 40%;
}
.receip-container .receip-meta.receip-level span.level-3 b {
  max-width: 60%;
}
.receip-container .receip-meta.receip-level span.level-4 b {
  max-width: 80%;
}
.receip-container .receip-meta.receip-level span.level-5 b {
  max-width: 100%;
}
.receip-container h2 {
  font-weight: 400;
  font-size: 1.125rem;
  margin-top: 0;
}
.receip-container h2 a {
  color: #498509;
}
.receip-container.item-list {
  margin-bottom: 30px;
}

/* List/card ratings — keep full review text visible, never over images */
body article.exposed-locations .photo > .stars,
body article.exposed-locations .location-rating,
body .location-side .location-ratings,
body .item-list-wrapper .stars {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: auto;
  max-width: 100%;
  z-index: auto;
  float: none;
  clear: both;
}
body .post-ratings {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  float: none;
}

body.dodaj-lokacijo, body.uredi-lokacijo {
  /* Form submit button */
  /* Gallery field */
}
body.dodaj-lokacijo .acf-form-submit, body.uredi-lokacijo .acf-form-submit {
  margin: 0;
  padding: 15px 12px;
  border-top: #EEEEEE solid 1px;
  position: relative;
  clear: left;
}
body.dodaj-lokacijo .acf-gallery .acf-gallery-toolbar, body.uredi-lokacijo .acf-gallery .acf-gallery-toolbar {
  height: auto;
}
body.dodaj-lokacijo .media-modal-close, body.uredi-lokacijo .media-modal-close {
  width: auto;
  right: 20px;
}
body.dodaj-lokacijo .media-modal-close:focus, body.uredi-lokacijo .media-modal-close:focus {
  box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  body.dodaj-lokacijo .float-left, body.uredi-lokacijo .float-left {
    width: 50%;
    float: left;
    clear: none;
  }
  body.dodaj-lokacijo .float-left:nth-of-type(n+1), body.uredi-lokacijo .float-left:nth-of-type(n+1) {
    border-left: 1px solid #eeeeee;
  }
  body.dodaj-lokacijo #location-picker .canvas, body.uredi-lokacijo #location-picker .canvas {
    min-height: 528px;
  }
}
body.dodaj-lokacijo .acf-button, body.dodaj-lokacijo .acf-button.blue, body.dodaj-lokacijo button.button-primary, body.uredi-lokacijo .acf-button, body.uredi-lokacijo .acf-button.blue, body.uredi-lokacijo button.button-primary {
  background: #F3F3F3;
  border-radius: 0;
  border-color: #BBBBBB;
  color: #333 !important;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid silver;
  padding: 5px;
  cursor: pointer;
}
body.dodaj-lokacijo .acf-button:hover, body.dodaj-lokacijo .acf-button.blue:hover, body.dodaj-lokacijo button.button-primary:hover, body.uredi-lokacijo .acf-button:hover, body.uredi-lokacijo .acf-button.blue:hover, body.uredi-lokacijo button.button-primary:hover {
  background: #F9F9f9 !important;
  border-color: #888888 !important;
  text-decoration: none;
  color: #333 !important;
}
body.dodaj-lokacijo .acf-button[disabled], body.dodaj-lokacijo .acf-button.blue[disabled], body.dodaj-lokacijo button.button-primary[disabled], body.uredi-lokacijo .acf-button[disabled], body.uredi-lokacijo .acf-button.blue[disabled], body.uredi-lokacijo button.button-primary[disabled] {
  background: #F9F9f9 !important;
  opacity: 0.7;
  border-color: #BBBBBB !important;
  color: #333 !important;
}
body.dodaj-lokacijo .acf-repeater .acf-actions, body.uredi-lokacijo .acf-repeater .acf-actions {
  margin-top: 20px;
}
body.dodaj-lokacijo .acf-row-handle .acf-icon, body.uredi-lokacijo .acf-row-handle .acf-icon {
  opacity: 0.4;
  visibility: visible;
  text-decoration: none;
}

.mylocation-container {
  margin-bottom: 30px;
  padding: 15px 0;
}
.mylocation-container.pending {
  background: rgba(156, 156, 156, 0.15);
  opacity: 0.5;
}
.mylocation-container .mylocation-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .mylocation-container .mylocation-side {
    float: left;
    width: 25%;
  }
}
.mylocation-container .mylocation-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .mylocation-container .mylocation-main {
    float: left;
    width: 75%;
  }
}
.mylocation-container .mylocation-main h2 .small {
  font-size: 0.7em;
}
.mylocation-container .mylocation-main .ratings .post-ratings {
  display: inline-block;
  position: initial !important;
}
.mylocation-container .mylocation-main .ratings .post-ratings img {
  width: 1.1875rem;
}

.page-template-template-calculator form#food-calc-form {
  margin-left: -15px;
  margin-right: -15px;
}
.page-template-template-calculator form#food-calc-form:before, .page-template-template-calculator form#food-calc-form:after {
  content: " ";
  display: table;
}
.page-template-template-calculator form#food-calc-form:after {
  clear: both;
}
.page-template-template-calculator form#food-calc-form .input-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-template-template-calculator form#food-calc-form .input-group {
    float: left;
    width: 33.3333333333%;
  }
}
.page-template-template-calculator form#food-calc-form .input-group .input-row {
  clear: both;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}
.page-template-template-calculator form#food-calc-form .input-group .input-row input {
  width: 100%;
  height: 2.5rem;
  line-height: 1;
  border: 1px solid #bcc5c2;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.page-template-template-calculator form#food-calc-form .input-group .input-row label {
  display: block;
  margin-bottom: 10px;
}
.page-template-template-calculator form#food-calc-form .input-group.submit {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-template-template-calculator form#food-calc-form .input-group.submit {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .page-template-template-calculator form#food-calc-form .input-group.submit {
    margin-left: 8.3333333333%;
  }
}
.page-template-template-calculator form#food-calc-form .input-group.submit .input-row {
  margin: 0;
}
.page-template-template-calculator form#food-calc-form .input-group.submit .input-row button {
  height: 50px;
  display: block;
  text-align: center;
  width: 100%;
}
.page-template-template-calculator .food-results {
  overflow: hidden;
  margin-top: 30px;
}
.page-template-template-calculator .food-results .results {
  border: 1px solid #bcc5c2;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-template-template-calculator .food-results .results {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .page-template-template-calculator .food-results .results {
    margin-left: 16.6666666667%;
  }
}
.page-template-template-calculator .food-results .results .items {
  text-align: center;
}
.page-template-template-calculator .food-results .results .items ul {
  margin-top: 15px;
  padding: 0;
  width: auto;
  display: inline-block;
  text-align: left;
}
.page-template-template-calculator .food-results .results .items ul li {
  line-height: 2.4em;
  list-style: none;
  position: relative;
  padding-left: 35px;
}
.page-template-template-calculator .food-results .results .items ul li:before {
  width: 25px;
  height: 25px;
  border: 1px solid #bcc5c2;
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.page-template-template-calculator .food-results .results h2 {
  font-size: 1.5rem;
  color: #498509;
  font-weight: 300;
  text-align: center;
}
.page-template-template-calculator .food-results .results .general-instructions {
  border-top: 1px dotted #bcc5c2;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 0.8125rem;
}
.page-template-template-calculator .food-results .share-buttons {
  overflow: hidden;
}
.page-template-template-calculator .food-results .share-buttons > ul {
  text-align: center;
  font-size: 0;
  margin-bottom: 15px;
}
.page-template-template-calculator .food-results .share-buttons > ul > li {
  display: inline-block;
  float: none;
  font-size: initial;
  margin-right: 1px;
}
.page-template-template-calculator .food-results .share-buttons > ul > li:last-child {
  margin-right: 0;
}

@media print {
  body * {
    visibility: hidden !important;
  }
  #section-to-print,
  #section-to-print * {
    visibility: visible !important;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
  }
  header.header,
  .side-column.right,
  footer.footer {
    display: none;
  }
  .page-template-template-calculator .food-results .results h2, .page-template-template-calculator .food-results .results .items {
    text-align: left;
  }
}
/*------------------------------------*\
    DEVELOPMENT
\*------------------------------------*/
h3 {
  color: #2c6504;
  font-weight: 400;
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.global-notice {
  display: none;
}

.cookie-notice {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 55px;
  z-index: 9999;
  font-size: 12px;
}
.cookie-notice .cn-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.cookie-notice .cn-wrapper .cn-background {
  width: 100%;
  position: relative;
  padding: 0 20px;
  position: fixed;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
  filter: "alpha(opacity=90)";
  height: 55px;
  background: #2c6504;
  color: white;
}
.cookie-notice .cn-wrapper .cn-background .cn-inside {
  padding: 0;
}
.cookie-notice .cn-wrapper .cn-background .cn-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 18px 0px;
}
@media (min-width: 768px) {
  .cookie-notice .cn-wrapper .cn-background .cn-content {
    float: left;
    width: 87.5%;
  }
}
.cookie-notice .cn-wrapper .cn-background .cn-content a {
  color: white;
  text-decoration: underline;
}
.cookie-notice .cn-wrapper .cn-background .cn-content a:hover {
  color: #498509;
}
.cookie-notice .cn-wrapper .cn-background .cn-button {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 12px 0px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cookie-notice .cn-wrapper .cn-background .cn-button {
    float: left;
    width: 12.5%;
  }
}
.cookie-notice .cn-wrapper .cn-background .cn-button a {
  display: inline-block;
  height: 33px;
  padding: 6px 15px;
  transition: all 0.3s;
  background: white;
  color: #2c6504;
}
.cookie-notice .cn-wrapper .cn-background .cn-button a:hover {
  text-decoration: none;
  color: white;
  background: #498509;
}

@media (max-width: 992px) {
  .cookie-notice {
    font-size: 12px;
  }
  .cookie-notice .cn-wrapper .cn-background .cn-content {
    padding-top: 18px;
  }
  .cookie-notice .cn-wrapper .cn-background .cn-button a {
    padding-top: 7px;
  }
}
@media (max-width: 767px) {
  .cookie-notice, .cookie-notice .cn-wrapper, .cookie-notice .cn-wrapper .cn-background {
    font-size: 14px;
    width: 100%;
    height: 180px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .cookie-notice .cn-content, .cookie-notice .cn-wrapper .cn-content, .cookie-notice .cn-wrapper .cn-background .cn-content {
    text-align: center;
    padding-top: 7%;
  }
  .cookie-notice .cn-button, .cookie-notice .cn-wrapper .cn-button, .cookie-notice .cn-wrapper .cn-background .cn-button {
    text-align: center;
  }
}
.browser-notice {
  z-index: 99998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15% 30%;
  text-align: center;
  font-size: 16px;
}
.browser-notice h2 {
  font-weight: bold;
}

.forgot-password-form {
  display: none;
}
.forgot-password-form.force-show {
  display: block;
}
