/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Lusitana");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Barlow|Open+Sans+Condensed:300|PT+Sans+Narrow|Titillium+Web:300,400,500|Ubuntu+Condensed|Yanone+Kaffeesatz");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif;
  background-color: #30373d; }

a {
  text-decoration: none; }

b {
  font-weight: bold; }

.container {
  max-width: 1152px;
  width: 96%;
  margin: 0 auto; }

.text-center {
  text-align: center; }

.spacer {
  margin-top: 20px; }

.spacer-2 {
  margin-top: 40px; }

.spacer-lg {
  margin-top: 30px; }

.spacer-lg-2 {
  margin-top: 60px; }

.text {
  color: #636a71;
  line-height: 1.3em;
  font-size: 18px;
  letter-spacing: .02em; }

.text p {
  margin: 8px 0; }

.text h1 {
  font-weight: bold;
  color: #30373d;
  font-size: 24px;
  padding: 20px 0 10px; }

.text h2 {
  font-weight: bold;
  color: #30373d;
  font-size: 22px;
  padding: 15px 0 7px; }

.text h3 {
  font-weight: bold;
  color: #30373d;
  font-size: 20px;
  padding: 13px 0 5px; }

.text a {
  color: #8b0714;
  text-decoration: underline; }

.text b {
  color: #111;
  font-weight: 700; }

.text ul {
  padding-left: 20px;
  margin: 8px 0; }

.text ul li {
  list-style-type: disc;
  margin: 4px 0; }

.button-ext {
  padding-top: 20px; }

header {
  color: #fff;
  background-color: #751420;
  float: left;
  width: 100%; }

header h1 {
  margin-top: 20px;
  text-indent: -9999px;
  width: 350px;
  height: 65px;
  background: url("/images/Logo-Cimiteri-LaCapitale.it-2022-01.png");
  background-repeat: no-repeat;
  background-size: contain; }

header h2 {
  font-family: "Cambay", sans-serif;
  float: right;
  font-size: 18px;
  padding: 5px 0;
  padding-left: 86px;
  color: #fff;
  letter-spacing: .034em;
  text-transform: uppercase;
  font-weight: 500; }

header nav {
  float: left;
  width: 100%;
  background-color: #fabb57;
  margin-top: 30px;
  height: 40px; }

header nav ul {
  float: left; }

header nav ul li {
  float: left;
  font-size: 18px;
  text-transform: uppercase; }

header nav ul li a {
  color: #000;
  line-height: 29px;
  padding: 9px 12px;
  height: 40px;
  display: block; }

header nav ul li a:hover {
  background-color: #760611;
  color: #fff; }

#main-nav {
  font-family: "Cambay", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-align: center;
  width: 100%;
  float: left;
  letter-spacing: .1em;
  margin-top: 24px; }

#main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto; }

#main-nav ul li ul {
  display: none; }

#main-nav ul li {
  cursor: pointer; }

#main-nav > ul > li {
  border: solid;
  border-color: transparent;
  border-width: 0px 0px 4px 0;
  text-transform: uppercase;
  float: left;
  display: inline-block;
  margin: 0 24px; }

#main-nav > ul > li a {
  display: block;
  padding: 2px 0; }

#main-nav ul ul {
  font-weight: 400;
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  font-size: 16px;
  background-color: #f1f2f1;
  padding-top: 0px; }

#main-nav ul li ul li {
  text-align: left;
  text-transform: none;
  clear: left;
  width: 100%; }

#main-nav ul li ul li a {
  padding: 8px 18px;
  color: #777;
  width: 100%;
  display: block;
  height: auto; }

#main-nav ul li ul li a:hover {
  color: #555;
  background-color: #ddd; }

#nav_icon, #mobile_nav {
  display: none; }

.text-box {
  background-color: #eeeeee;
  color: #000;
  border-radius: 5px;
  padding: 10px 20px 20px;
  margin-bottom: 20px; }

.text-box p {
  font-size: 18px;
  line-height: 1.4em; }

.text-box h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: solid 3px #aaa; }

section {
  float: left;
  width: 100%; }

#main-content {
  min-height: calc(100vh - 325px);
  background: #fff;
  padding-top: 30px; }

footer {
  float: left;
  width: 100%;
  padding: 30px 0;
  background-color: #30373d;
  color: #aaa; }

footer p {
  margin: 8px 0; }

footer a {
  text-decoration: underline;
  color: #aaa; }

footer a:hover {
  color: #ccc; }

i.light-icon {
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  margin-bottom: -8px;
  margin-right: 2px; }

i.light-icon.green-light {
  background-image: url("/images/icon-green-light.png"); }

.mobile-only {
  display: none; }

/* !_MEDIA QUERIES */
@media only screen and (max-width: 767px) {
  #main-nav {
    display: none; }
  .mobile-hidden {
    display: none;
    background: red; }
  .mobile-only {
    display: block !important; }
  header {
    background-size: cover;
    background-position-x: 80px;
    background-position-y: -100px; }
  header h1 {
    width: 360px;
    height: 40px;
    margin: 16px auto;
    background-size: contain;
    float: right;
    background-position: center center; }
  header h2 {
    clear: left;
    width: 100%;
    float: left;
    padding-left: 0;
    text-align: center;
    font-size: 14px; }
  .text h1, .text h2, .button-ext {
    text-align: center; }
  #nav_icon {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 2.4em;
    color: #fff;
    cursor: pointer; }
  #mobile_nav {
    display: block;
    width: 80%;
    top: 0;
    opacity: 1;
    height: 100%;
    left: -100%;
    position: fixed;
    z-index: 999999;
    background-color: #444;
    box-sizing: border-box;
    overflow: auto;
    padding-bottom: 40px;
    font-weight: 300; }
  .mobile_nav_wrapper {
    width: 100%;
    float: left;
    position: relative;
    overflow-y: auto; }
  #mobile_nav_close {
    position: absolute;
    top: 10px;
    right: 16px; }
  #mobile_nav_close {
    font-size: 14px;
    cursor: pointer; }
  #mobile_nav #mobile_nav_close i {
    font-size: 2em; }
  .lt-ie9 #mobile_nav {
    background: #444; }
  #mobile_nav ul {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 10px 0 0;
    font-size: 20px;
    letter-spacing: 1px; }
  #mobile_nav ul a {
    display: block;
    padding: 4px 10px;
    border-bottom: solid 1px #666;
    color: #aaa; }
  #mobile_nav ul ul {
    padding: 0;
    font-size: 17px;
    letter-spacing: 1px; }
  #mobile_nav ul li {
    margin: 0;
    padding: 0;
    display: block; }
  #mobile_nav ul li li a {
    padding-left: 20px; }
  #mobile_nav_close {
    color: #aaa; }
  #mobile_nav ul a:hover, #mobile_nav_close:hover {
    color: #eee !important; }
  #mobile_nav ul a:hover {
    background-color: #333; } }
