@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,300&display=swap');

:root{
  --font-titoli: 'Open Sans', sans-serif;
  --font-testi: 'Roboto', sans-serif;
}

body {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  /* font-family: "Lato", sans-serif; */
  font-family: var(--font-testi);
  background-image: url(img/bg-main-container.png);
  text-align: justify !important;
}

body p,
body div {
  font-size: 16px;
}

p {
  margin: 0px;
  padding: 0px;
  text-align: justify !important;
  font-family: var(--font-testi);
}

#footer p {
  text-align: center !important;
}

p.important {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--font-titoli);
  letter-spacing: 3px;
}

p.underline {
  text-decoration: underline;
}

#main_container {
  background-image: url(img/bg-main-container.png);
  background-repeat: repeat;
}

#container {
  margin: auto;
  min-height: 720px;
  max-width: 1100px;
  background-color: #fff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #adadad;
  border-bottom-color: #adadad;
  border-left-color: #adadad;
}

#header {
  height: 276px;
  background-image: url(francolino/img/bg-header.jpg);
  background-repeat: no-repeat;
}

#logo {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-left: 10px;
  max-width: 100%;
}

#navbar {
  height: 610px;
  width: 230px;
  position: absolute;
  clip: rect(auto, auto, auto, 0px);
}

#sidebar {
  /* [disabled]margin-top: 20px; */
  margin-left: 60px;
  /* [disabled]margin-right: 35px; */
}

#sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#sidebar ul li a:link,
#sidebar ul li a:visited {
  border-radius: 15px;
  background: #a4a4a6;
  background: -moz-linear-gradient(left, #a4a4a6 0%, #cfd0d1 100%);
  background: -webkit-linear-gradient(left, #a4a4a6 0%, #cfd0d1 100%);
  background: linear-gradient(to right, #a4a4a6 0%, #cfd0d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a4a6', endColorstr='#cfd0d1', GradientType=1);
  font-size: 17px;
  color: #fff;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 33px 0 33px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

#sidebar ul li a:hover,
#sidebar ul li a.current {
  background: #fff6b0;
  color: #333;
}

#content {
  margin-left: 260px;
  /* [disabled]position: relative; */
}

#content p {
  line-height: 25px;
  padding: 0px 30px 10px 0px;
  text-align: justify;
}

#content .list {
  line-height: 25px;
  margin-top: -3px;
  list-style-type: circle;
  list-style-position: outside;
  margin-left: -20px;
}

#footer {
  padding-top: 20px;
  margin-top: 10px;
  padding-bottom: 20px;
}

#footer p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.photocontent {
  float: right;
  margin-top: 5px;
  margin-right: 32px;
  margin-left: 20px;
  border: 1px solid #999;
}

.photocontent_home {
  border: 1px solid #999;
  margin-top: 4px;
  right: 0;
}

.photocontent2 {
  display: block;
  margin-top: 5px;
  margin-right: 32px;
  margin-left: 5px;
  border: 1px solid #999;
}

.panoramic {
  width: 770px;
  border: 1px solid #999;
}

#content iframe {
  border: 1px solid #999;
  margin-bottom: 15px;
}

#socialbar {
  text-align: right;
  padding-right: 8px;
}

#socialbar img {
  margin: 0px;
  border: none;
  height: 75px;
}

#socialbar .linkedin {
  float: left;
}

#socialbar .facebook {
  float: right;
  margin-right: -5px;
}

.content-link {
  font-weight: bold;
  color: #0d0d0d;
  text-decoration: none;
}

.content-link:hover {
  font-weight: bold;
  color: #999;
}

img.photocontent,
img.photocontent2,
img,
.nivo-box img,
.nivo-main-image,
.nivo-slice img {
  border-radius: 10px !important;
}

ol,
p ul {
  padding-left: 65px !important;
}

p {
  margin: 0 2px 10px 2px !important;
}
ol li{
  font-family: var(--font-testi);
}
ol li::before {
  background: url(img/icona_elenco3.svg) no-repeat !important;
  left: -24px !important;
  top: 12px !important;
  line-height: 16px !important;
  width: 16px !important;
  height: 16px !important;
  background-color: transparent !important;
}