/* VARIE */
img {
  max-width: 100%;
}

/* LAYOUT */
body {
  background: #ddd;
}

#wrapper {
  background: #fff;
  min-height: 3000px;
  margin: 0 auto;
  width: 2560px;
  max-width: 100%;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Exo', sans-serif;
  font-weight: 800;
}

h1 {
  background: none;
  color: #fff;
  font-size: 70px;
  left: 20%;
  line-height: 1.2em;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 1px #432A19, -1px 3px 1px #432A19, -2px 5px 1px #432A19, 0 -2px 1px #432A19, 1px -3px 1px #432A19, 2px -5px 1px #432A19;
  text-transform: uppercase;
  top: 40%;
  width: 60%;
  z-index: 200;
}

h2 {
  color: #432A19;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  color: #852411;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  color: #852411;
  font-size: 24px;
}

h5 {
  border-bottom: 1px dotted #ddd;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

h6 {
  font-weight: 100;
  margin-bottom: 10px;
  text-transform: uppercase;
}

p {
  color: #555;
  font-family: "Lato",Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 20px auto;
  text-align: center;
  width: 80%;
}

p b {
  color: #233D41;
  font-weight: 600;
}

p b.special {
  color: #E94E1C;
}

hr {
  border: 0;
  border-bottom: 1px dotted #333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 40px auto;
  overflow: visible;
  width: 50%;
}

.cta_special {
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  color: #E94E1C;
}

/* HEADER */
#testata #logo_wrapper {
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 50%;
  z-index: 100;
}

#testata #logo_wrapper #logo {
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), color-stop(48%, #fff), color-stop(48%, #852411), color-stop(50%, #852411), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(to right bottom, #fff 0%, #fff 48%, #852411 48%, #852411 50%, transparent 50%, transparent 100%);
  padding: 20px;
  width: 500px;
}

/* CONTENT */
#content {
  padding: 100px 0 50px;
}

#content #regions {
  background: #eee;
  margin: 60px 0;
  padding: 60px 0 120px;
  position: relative;
}

#content #regions .col {
  text-align: center;
}

#content #regions .col.first {
  border-left: 20px solid #8AAA26;
  border-right: 20px solid #fff;
}

#content #regions .col.last {
  border-left: 20px solid #fff;
  border-right: 20px solid #00ade5;
}

#content #regions .col svg {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

#content #regions .col.liguria svg {
  top: 25%;
}

#content #regions .col *:not(svg) {
  z-index: 10;
}

#content #regions .col .description {
  margin-bottom: 40px;
}

#content #regions .col .region_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding: 20px 0;
}

#content #regions .col .region_logo img.logo.piemonte {
  width: 600px;
}

#content #regions .col .region_logo img.logo.liguria {
  width: 280px;
}

#content #regions .col .pic_wrapper {
  width: 80%;
}

a.cta_btn {
  background: #8AAA26;
  color: #fff;
  display: block;
  font-family: 'Exo', sans-serif;
  font-size: 18px;
  font-weight: 800;
  height: 60px;
  line-height: 60px;
  margin: 50px auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 280px;
}

#content a.cta_btn::before {
  background: #b7ca7e;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 0%;
  z-index: 10;
}

#content a.cta_btn:hover {
  line-height: 52px;
}

#content a.cta_btn:hover::before {
  width: 100%;
}

#content a.cta_btn.blue {
  background: #00ade5;
}

#content a.cta_btn.blue::before {
  background: #8fdff7;
}
a.cta_btn i {
	font-size: 30px;
	left: 15px;
	position: absolute;
	top: 14px;
}

#mob_index {
  display: none;
}
#mob_index > div {
	width: 50% !important;
}
#mob_index a {
	background: #8AAA26;
	color: #fff;
	display: block;
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	font-weight: 800;
	height: 50px;
	line-height: 1em;
	margin: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	width: 100%;
	padding-top: 0;
}
#mob_index a i {
	display: block;
	margin-right: 10px;
	padding-bottom: 0px;
	width: 30px;
	border: 0;
	height: 50px;
	float: left;
	line-height: 50px;
}
#mob_index a span {
	display: block;
	float: left;
	width: calc(100% - 50px);
	padding-top: 15px;
}
#goto_liguria {
	background: #00ade5 !important;
}

/* FOOTER */
#footer {
  background: #852411;
  font-family: "Lato",Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 80px;
  padding: 60px 0;
}

#footer .inner {
  margin: 0 auto;
  max-width: 1440px;
}

#footer .inner .col {
  padding: 0 20px;
}

#footer .inner * {
  color: #fff !important;
}

#footer .inner h6 {
  color: #fcc976 !important;
}

#footer .inner a {
  text-decoration: none;
}

#footer .inner li {
  list-style-type: none;
}

#footer .inner hr {
  border-bottom: 1px dotted #fff;
  margin: 8px 0;
  width: 60px;
}

#footer .inner i {
  display: inline-block;
  margin-right: 10px;
}

#footer .inner .col.social i {
  font-size: 28px;
}

#footer .inner .col.social i:hover {
  color: #f29779 !important;
}

/* OVERRIDE */
.bx-wrapper {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  margin-bottom: 0 !important;
}

/* RESPONSIVE */
@media all and (max-width: 2559px) {
  /* fino a 1920px */
  #content #regions .col.liguria svg { top: 30%; }
}

@media all and (max-width: 1919px) {
  /* fino a 1680px */
  h1 { font-size: 62px; top: 50%; }
  h2 { width: 80%; margin: 0 auto 40px; }
}

@media all and (max-width: 1679px) {
  /* fino a 1366px */
  #testata #logo_wrapper #logo { width: 400px; }
  h1 { width: 80%; left: 10%; }
  p { width: 90%; }
  #content #regions .col .region_logo img.logo.piemonte { width: 500px; }
}

@media all and (max-width: 1365px) {
  /* fino a 1280px */
  h1 { font-size: 54px; }
  #content #regions .col svg { width: 500px; }
  #content #regions .col.liguria svg { top: 35%; }
  #content #regions .col .pic_wrapper { width: 95%; }
}

@media all and (max-width: 1279px) {
  /* fino a 1024px */
  #testata #logo_wrapper #logo { width: 320px; }
  h1 { font-size: 40px; }
  #content #regions .col .region_logo { height: auto; }
  #content #regions .col .region_logo img.logo.piemonte { width: 380px; }
  #content #regions .col .region_logo img.logo.liguria { width: 220px; }
  #content #regions .col svg { width: 400px; }
  #regions .pic_wrapper .c6 { width: 90%; float: none; margin: 0 auto 20px; }
  #content #regions .col.piemonte svg { top: 200px; }
  #content #regions .col.liguria svg { top: 400px; }
  #footer .inner { max-width: 90%; }
  #footer .inner > .row > div { width: 50%; margin-bottom: 40px; }
}

@media all and (max-width: 1023px) {
  /* fino a 960px */
  h1 { top: 60%; }
  h2 { width: 90%; font-size: 34px; }
  #content #regions .col { width: 100%; float: none; margin-bottom: 60px; }
  #regions .pic_wrapper .c6 { width: 50%; float: left; margin: 0 auto 0px; }
  #content #regions { margin: 20px 0; }
  #content #regions .col { padding-top: 40px; }
  #content #regions .col.piemonte { border-top: 20px solid #8AAA26; border-right: 0; border-left: 0; }
  #content #regions .col.liguria { border-left: 0; border-top: 20px solid #00ade5; border-right: 0; }
  #content #regions .col.piemonte svg { top: 80px; }
  #content #regions .col.liguria svg { top: 340px; }
}

@media all and (max-width: 959px) {
  /* fino a 768px */
  #testata #logo_wrapper #logo { width: 250px; }
  h1 { font-size: 30px; top: auto; bottom: 20px; left: auto; right: 40px; text-align: right; }
  #content { padding: 40px 0; }
  h2 { font-size: 28px; line-height: 1.2em; }
  p { font-size: 18px; line-height: 26px; }
  #content a.cta_btn { margin: 40px auto; }
}

@media all and (max-width: 768px) {
  #mob_index { display: block; }
}

@media all and (max-width: 767px) {
  /* fino a 600px */
  #testata #logo_wrapper { position: relative; width: 100%; }
  #testata #logo_wrapper #logo { width: 300px; background: none; margin: 0 auto; }
  h1 { font-size: 24px; top: 260px; bottom: auto; left: 50%; right: auto; text-align: center; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
  h2 { width: 95%; font-size: 22px; margin: 0 auto 20px; }
  #content { padding: 20px 0; }
}

@media all and (max-width: 599px) {
  /* fino a 480px */
  hr { margin: 20px auto; }
  #content #regions .col .region_logo { padding: 0; }
  #footer { padding: 60px 0 20px; }
  #footer .inner > .row > div { width: 100%; }
}

@media all and (max-width: 479px) {
  /* fino a 360px */
  h1 { position: relative; left: 0; top: 0; -webkit-transform: none; transform: none; width: 100%; text-shadow: none; color: #E94E1C; margin-bottom: 20px; padding: 0 10px; font-size: 20px; }
  h2 { width: 100%; font-size: 18px; margin: 0 auto 20px; padding: 0 10px; }
  #content #regions .col .region_logo img.logo.piemonte { width: 300px; }
  #content #regions .col svg { width: 320px; }
  #content #regions .col.piemonte svg { top: 140px; }
  #content #regions .col.liguria svg { top: 420px; }
  #regions .pic_wrapper .c6 { width: 95%; float: none; margin: 0 auto 20px; }
  p { font-size: 17px; line-height: 23px; width: 100%; padding: 0 10px; }
  #content #regions { padding: 60px 0 20px; margin-bottom: 20px !important; }
  #mob_index a span { padding-top: 8px; }
}

@media all and (max-width: 359px) {
}

@media all and (max-width: 340px) {
  #mob_index a { font-size: 16px; }
  #content { padding: 0px 0; }
}

/*# sourceMappingURL=style.css.map */