* {
    font-family: 'Open Sans', sans-serif;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  font-size: 16px;
}

body .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

@font-face
{
    font-family: Gochi;
    src: url('/static/font/GochiHand-Regular.ttf');
}

#search-result-list {
    list-style-type: none;
}

.score {
    display: inline;
    width: 100px;
}

.review-score {
    display: inline;
    width: 100px;
}

.leaflet-popup {
    width: 195px;
}

.blog-tags {
    list-style: none;
    margin: 5px 0px 5px 0px;
    padding-left: 5px;
}

.blog-tags li {
    display: inline;
}

.modal-header {
    border-bottom: 0px;
    padding: 9px 15px;
}

#preloader {
    display: none;
}

#preloader-overlay {
    filter:alpha(opacity=40);
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    position: fixed;
}

#preloader-image {
    position: absolute;
    left: 50%;
    top: 50%;
}

.home-search {
    color: white;
    background-color: black;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.80;
    padding: 10px;
}

.home-block {
    color: white;
    background-color: black;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.80;
    padding: 10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.home-search a {
    color: white;
}

h1 {
  /*font-size: 3.5vw;*/
}

h2 {
  /*font-size: 2.5vw;*/
}

h3 {
  /*font-size: 1.75vw;*/
}

h4 {
  /*font-size: 1.5vw;*/
}

h1, h2, h3, h4, h5, h6 {
  /* font-variant: small-caps; */
  font-family: 'Passion One', cursive;
}

ul.city {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: auto;
}

li.city {
  width: 350px;
}

.blog-list img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

.blog-contents img {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
  max-width: 100%;
}

a, a:active, a:visited, a:hover {

  color: #2A0B7A; /* Purple */

  /* color: #351096; */ /* Navy */

  /*color: #008383;*/ /* Teal */

  /* color: #11B300; */ /* Green */

  /* color: #D7000B; */  /* Red */

  /* color: #800000; */ /* Old frietopia red */

  font-weight: 600;
}

#map-filters label {
  display: inline;
}

.blog-contents > img.blog-image {
  max-height: 450px;
}

img.default-blog-image {
  height: 200px;
}

.blog-comments .col-md-2, .blog-comments .col-md-10 {
    padding: 5px;
    border: none;
}

.blog-comments label {
  display: none;
}

.blog-comments textarea {
  width: 98%;
}

.blog-archive a {
    font-size: 20px;
    font-weight: 700;
}

.tent-details .col-md-3, #tent-review .col-md-3 {
    padding: 5px;
    border: none;
}

h3.inline {
    display: inline;
}

.mapimage {
  width: 100%;
}

.clear-both {
  clear: both;
}

.accordion-group {
  padding-top: 5px;
}

.accordion-heading {
  padding-bottom: 5px;
}

.accordion-inner {
  padding: 15px;
  background-color: #e8e8e8;
}

.review > .reviewUser,
.review > .reviewScores,
.review > .reviewContent {
  margin: 5px;
}

#collapseDetails {
  padding: 15px;
  background-color: #e8e8e8;
}

#collapseDetails .row .col-md-3 {
  padding: 15px;
  background-color: #e8e8e8;
}

.result .result-type,
.result .result-name,
.result .result-extra {
  padding: 5px;
}

.select2-result-label a,
.select2-result-label a:active,
.select2-result-label a:visited,
.select2-result-label a:hover {
  color: black;
}

.select2-results {
}

ul.side-menu {
  padding-left: 20px;
}

.row.friet-fotos {
  margin-top: 10px;
}

.wiki-article .thumbnail {
  margin: 8px;
  display: inline-block;
  max-height: 500px;
  max-width: 350px;
}

.wiki-article .thumbnail.float-right {
  float: right!important;
}

.wiki-article .thumbnail.float-left {
  float: left!important;
}

.wiki-article .thumbnail figcaption {
  display: inline-block;
}

.wiki-article hr {
  clear: both;
}

.wiki-article img {
  padding: 8px;
  border: solid 1px gray;
  border-style: dashed;
  margin: 8px;
}

#map-filters input {
  margin-left: 5px;
}

a.dark {
  color: black;
}

.form-group.error {
  color: #763c3c;
}
