/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.5;
}

/* HTML5 display definitions
 * ========================================================================== */
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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Links
 * ========================================================================== */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
 * ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

mark {
  background: yellow;
  color: black;
}

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

/* Embedded content
 * ========================================================================== */
img {
  border: 0;
  margin-top: 20px;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
 * ========================================================================== */
figure {
  margin: 1em 40px;
}

p {
    text-align: justify;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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"] {
  appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
 * ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

@font-face {
  font-family: "bariol";
  src: url("./fonts/bariol_regular-webfont.eot");
  src: url("./fonts/bariol_regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bariol_regular-webfont.woff") format("woff"), url("./fonts/bariol_regular-webfont.ttf") format("truetype"), url("./fonts/bariol_regular-webfont.svg#bariol_regular-webfont") format("svg");
  font-style: normal;
  font-weight: normal;
}
body {
  font-size: 14px;
}

.container {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding: 0 20px;
  }
}
@media (min-width: 800px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: bariol;
  font-weight: normal;
}

.fleft {
  float: left;
  margin-right: 20px;
}

p a {
  color: #e50908;
}
p a:hover, p a:focus {
  color : black !important;
  text-decoration: none;
}
p a:active {
  color : #f5be0b !important;
  text-decoration: none;
}
p a:before {
    content: "\f0c1 \00a0";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}

footer a {
  padding: 0;
}
footer a:before {
    content: none;
    font-family: none;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

#header {
  margin-bottom: 10px;
}
#header img {
  float: right;
  display: none;
}
@media (min-width: 800px) {
  #header img {
    display: block;
  }
}

#logo {
  background: #e50908;
  background: -moz-linear-gradient(top, #e50908 0%, #f23b3c 100%);
  background: -webkit-linear-gradient(top, #e50908 0%, #f23b3c 100%);
  background: linear-gradient(to bottom, #e50908 0%, #f23b3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50908', endColorstr='#f23b3c',GradientType=0 );
  padding: 25px 70px 45px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  color: #f9e505;
}

#bigLinks {
  text-align: center;
}
@media (min-width: 800px) {
  #bigLinks {
    text-align: center;
  }
}
@media (min-width: 1000px) {
  #bigLinks {
    text-align: center;
  }
}
#bigLinks a {
  background-color: #e50908;
  height: 200px;
  width: 200px;
  margin-bottom: 30px;
  text-align: center;
  font-family: bariol;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  text-decoration: none;
  position: relative;
}
@media (min-width: 640px) {
  #bigLinks a {
    display: block;
    transform: translateX(100%);
    margin: 0 1px 0 0;
    width: 192px;
    height: 192px;
    margin: 0 0 20px;
  }
}
@media (min-width: 800px) {
  #bigLinks a {
    display: inline-block;
    transform: initial;
    width: 200px;
    height: 200px;
    margin: 0 20px 20px 0;
  }
}
@media (min-width: 1000px) {
  #bigLinks a {
    transform: initial;
    margin: 0;
  }
  #bigLinks a:first-child {
    float: left;
  }
  #bigLinks a:last-child {
    float: right;
  }
}
#bigLinks h2 {
  color: white;
  font-weight: initial;
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  margin: 0;
  border-bottom: 1px solid white;
  padding: 10px 0 20px;
}
#bigLinks img {
  margin-top: 30px;
}

.new {
  display: flex;
  margin-top: 30px;
  background-color: #e50908;
  color: white;
}
.new img {
  height: 100%;
  margin: 15px 20px;
}
.new h2 {
  color: white;
  margin-right: 20px;
}

h1 {
  color: #e50908;
  font-size: 28px;
  font-weight: bold;
}

h2 {
  color: #e50908;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

h3 {
  color: #e50908;
  font-size: 24px;
  font-weight: bold;
}
h3.primary {
  color: #ff6a00;
}

#intro {
  font-size: 18px;
}

.link {
  text-align: center;
}
.link img {
  margin: 10px 0;
}
.link span {
  margin: 10px 0;
}

@media (min-width: 1000px) {
  .links {
    display: table;
    width: 100%;
  }
  .links .block {
    display: table-row;
  }
  .links .link {
    display: table-cell;
    padding-bottom: 10px;
  }
}

#footer {
  margin-top: 20px;
  text-align: center;
  background-color: #e50908;
  color: white;
  padding: 20px;
}
#footer a {
  color: white;
}

aside {
  padding: 0 20px;
  z-index: 5;
  position: absolute;
  background-color: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25), -1px -1px 3px rgba(0, 0, 0, 0.1);
  left: 10px;
  right: 10px;
  display: none;
}
@media (min-width: 640px) {
  aside {
    left: 20px;
    right: auto;
  }
}
aside h2 {
  background-color: transparent;
  color: #ff6a00;
  padding: 0;
}
aside h3 {
  font-size: 20px;
  color: #ff6a00;
}
aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside ul a {
  color: #4d4d24;
  text-decoration: none;
  font-weight: bold;
  display: block;
  line-height: 1.25;
}
aside ul a:hover, aside ul a:focus {
  color: #ff6a00;
}
aside ul a:active {
  color: #96966e;
}
@media (min-width: 800px) {
  aside {
    display: block;
    float: left;
    width: 280px;
    margin-right: 20px;
    position: relative;
    left: 0;
    box-shadow: none;
  }
}
aside.show {
  display: block;
}

#asideAd {
  margin: 20px 0;
}

@media (min-width: 800px) {
  main {
    overflow: hidden;
  }
}

main {
  padding-right: 20px;
  padding-left: 20px;
}

#menu {
  width: 100%;
  font-size: 14px;
}
#menu.show ul {
  display: block;
}
#menu ul {
  display: none;
  margin: 0;
  padding: 0;
  text-align: justify;
  list-style: none;
  background: #e50908;
  background: -moz-linear-gradient(top, #e50908 0%, #f23b3c 100%);
  background: -webkit-linear-gradient(top, #e50908 0%, #f23b3c 100%);
  background: linear-gradient(to bottom, #e50908 0%, #f23b3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50908', endColorstr='#f23b3c',GradientType=0 );
  position: relative;
}
#menu li {
  display: inline-block;
  vertical-align: middle;
}
#menu a {
  line-height: 52px;
  padding: 0 5px;
  display: block;
  color: #f9e505;
  font-weight: bold;
}
#menu a:hover, #menu a:focus {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, white 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, white 100%);
  background: linear-gradient(to bottom, #ededed 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
  color: #4d4d24;
  text-decoration: none;
}
@media (min-width: 800px) {
  #menu ul {
    display: block;
  }
}

#toggleMenu {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  background: #f23b3c url("../img/toggleMenu.png") center center no-repeat;
}
@media (min-width: 800px) {
  #toggleMenu {
    display: none;
  }
}

#toggleMonuments {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #ff6a00;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: white;
  font-size: 18px;
  margin-right: 20px;
}
#toggleMonuments * {
  vertical-align: middle;
}
#toggleMonuments img {
  margin-right: 10px;
}
@media (min-width: 800px) {
  #toggleMonuments {
    display: none;
  }
}

#mobile {
  display: block;
}
@media (min-width: 800px) {
  #mobile {
    display: none;
  }
}

figure {
  margin: 30px 0;
  clear: both;
  text-align: left;
  width: 100%;
}

@media (min-width: 1000px) {
  figure.float {
    text-align: left;
  }
  figure.fright img {
    float: right;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 30px;
  }
  figure.fleft img {
    float: left;
    margin-right: 30px;
  }
  figure.float p {
    overflow: hidden;
  }
  figure + p {
    clear: both;
  }
}

@media (min-width: 1000px) {
  .double {
    clear: both;
    padding: 30px 0 0;
  }
  .double figure {
    display: table-cell;
    margin: 0;
    padding-right: 10px;
    width: 50%;
  }
  .double figure img {
    margin: 0;
  }
  .double figure:last-child {
    padding-right: 0;
    padding-left: 10px;
  }
}

.ad {
  text-align: center;
}

#map {
  width: 100%;
}

figure.float img {
  max-width: 50%;
}