@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,600italic,300,600,700italic|Racing+Sans+One);

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #424955;
  color: #858585;
  font: 400 14px/23px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

h1, h2, h3 {
  font-weight: 300;
  font-style: italic; }

h1 {
  font-size: 100px;
  line-height: 100px; }
  @media (max-width: 979px) {
    h1 {
      font-size: 36px;
      line-height: 50px; } }

h2 {
  font-size: 50px;
  line-height: 55px; }
  @media (max-width: 979px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }

h3 {
  font-size: 40px;
  line-height: 40px; }
  @media (max-width: 979px) {
    h3 {
      font-size: 25px;
      line-height: 30px; } }

.h3__mod {
  font-style: normal; }

h4 {
  font-size: 20px;
  line-height: 20px; }

h5 {
  font-size: 18px;
  line-height: 18px; }

h6 {
  font-size: 16px;
  line-height: 16px; }

p {
  font-family: "Arial", sans-serif; }

.lh25 {
  line-height: 25px; }

.lh50 {
  line-height: 50px; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: #424955;
  text-decoration: none; }
  a[href^="tel:"]:hover,
  a[href^="callto:"]:hover {
    color: #91c46c; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

.center {
  text-align: center; }

@media (max-width: 767px) {
  .center767 {
    text-align: center; } }

.text-clr {
  color: #fff; }

.clr-primary {
  color: #91c46c; }

.clr-secondary {
  color: #424955; }

.clr1 {
  color: #f15f43; }

.clr2 {
  color: #2185c5; }

/*=======================================================
                       Main Layout
=========================================================*/
* + .booking-form {
  margin-top: 26px; }

* + h4 {
  margin-top: 11px; }

* + h3 {
  margin-top: 38px; }

* + h2 {
  margin-top: 72px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  padding-left: 230px; 
}
.brand:before {
	content: '\f1b2';
	text-align: center;
	position: absolute;
	display: block;
	font: 400 49px/51px "FontAwesome";
	color: #fff;
	width: 171px;
	height: 171px;
	line-height: 171px;
	background: #91c46c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: 2px; 
}
.brand_logo: {
  	display: inline-block;
	left: 0;
	top: 2px; 
	width: 171px;
}
.brand_name {
    color: #424955;
    text-transform: none;
    line-height: 127px;
    overflow: hidden;
    padding-right: 10px; 
}
.brand_slogan {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #424955;
	text-transform: uppercase; 
}
  .brand * + p {
    margin-top: -11px; }
  @media (max-width: 767px) {
    .brand {
      padding-left: 130px; }
      .brand_name {
        font-size: 50px; }
      .brand:before {
        width: 110px;
        height: 110px;
        line-height: 110px;
        left: 0;
        top: 35px; }
      .brand .brand_slogan {
        font-size: 15px;
        line-height: 20px; } }

/*==================  Indirizzo-block   ======================*/
.indirizzo-block {
  padding-left: 100px;
  position: relative;
  /* margin-top: 55px; */
  display: inline-block; 
}
.indirizzo-block:before {
	content: '\f041';
	position: absolute;
	display: inline-block;
	width: 74px;
	height: 74px;
	color: #fff;
	left: 0;
	top: -5px;
	text-align: center;
	background: #424955;
	font: 400 26px/47px "FontAwesome";
	line-height: 74px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s; 
}
.indirizzo-block:hover:before {
	background: #91c46c; 
}
.indirizzo-block dt, .indirizzo-block dd {
    display: block; 
}
.indirizzo-block dt {
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase; 
}
.indirizzo-block dd {
	font-size: 25px;
	line-height: 26px;
	font-style: italic;
	font-weight: 600; 
}
/*==================  Call-block   ======================*/
.call-block {
  padding-left: 100px;
  position: relative;
  /* margin-top: 55px; */
  display: inline-block; 
}
.call-block:before {
	content: '\f095';
	position: absolute;
	display: inline-block;
	width: 74px;
	height: 74px;
	color: #fff;
	left: 0;
	top: -5px;
	text-align: center;
	background: #424955;
	font: 400 26px/47px "FontAwesome";
	line-height: 74px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s; 
}
.call-block:hover:before {
	background: #91c46c; 
}
.call-block dt, .call-block dd {
    display: block; 
}
.call-block dt {
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase; 
}
.call-block dd {
	font-size: 25px;
	line-height: 26px;
	font-style: italic;
	font-weight: 600; 
}

/*==================   specchietto-block    ===================*/
.specchietto-block p {
	text-align: justify;
    text-justify: inter-word;
}

/*==================   Block-icon    ===================*/
.block-icon {
	position: relative;
	padding-top: 146px; 
}

.block-icon p {
	text-align: justify;
    text-justify: inter-word;
}

.block-icon .icon {
	display: inline-block;
	width: 171px;
	height: 171px;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
}

.block-icon .icon .fa {
  display: inline-block;
  font: 400 60px/171px "FontAwesome";
  color: #fff; 
}

.block-icon h4 a:hover {
	color: #424955; 
}
.block-icon .icon1 {
	background: #f15f43; 
}
.block-icon .icon2 {
	background: #91c46c; 
}
.block-icon .icon3 {
	background: #2185c5; 
}
@media (max-width: 767px) {
	.block-icon {
		margin-top: 30px; 
	} 
}

.block-icon2 .block-icon_caption {
  display: inline-block;
  position: relative;
  padding-left: 225px; }
  .block-icon2 .block-icon_caption:before {
    content: '\f09c';
    text-align: center;
    position: absolute;
    display: block;
    font: 400 60px/25px "FontAwesome";
    color: #fff;
    width: 171px;
    height: 171px;
    line-height: 171px;
    background: #91c46c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: -31px; }
  @media (max-width: 1199px) {
    .block-icon2 .block-icon_caption {
      padding-left: 180px; } }
  @media (max-width: 979px) {
    .block-icon2 .block-icon_caption {
      padding-left: 120px; }
      .block-icon2 .block-icon_caption:before {
        width: 110px;
        height: 110px;
        line-height: 110px;
        left: 0;
        top: 0px; } }
  @media (max-width: 479px) {
    .block-icon2 .block-icon_caption:before {
      top: 21px; } }
.block-icon2 .caption {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .block-icon2 .caption h4 {
    font-weight: 300; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: url("../images/bg-cont2.jpg") left top no-repeat;
  position: relative; }
  .bg-primary:before {
    content: '';
    background: #91c46c;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
    @media (max-width: 767px) {
      .bg-primary:before {
        width: 100%; } }
  .bg-primary h2 {
    color: #fff;
    line-height: 50px; }
  .bg-primary * {
    position: relative;
    z-index: 1;
    color: #fff; }
  .bg-primary * + .marked-list {
    margin-top: 40px; }

.bg-secondary {
  background: url("../images/bg-cont1.jpg") no-repeat;
  position: relative; }
  .bg-secondary:before {
    content: '';
    background: #424955;
    position: absolute;
    width: 51%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
    @media (max-width: 767px) {
      .bg-secondary:before {
        width: 100%; } }
  .bg-secondary h2 {
    color: #fff;
    line-height: 50px; }
  .bg-secondary h4 {
    line-height: 25px; }
  .bg-secondary p {
    color: #6f7b90; }
  .bg-secondary * {
    position: relative;
    z-index: 1; }
  .bg-secondary * + .caption {
    margin-top: 93px;
    padding-right: 45px; }
    @media (max-width: 767px) {
      .bg-secondary * + .caption {
        margin-top: 40px;
        padding-right: 10px; } }
  .bg-secondary * + p {
    margin-top: 19px; }

.bg-content {
  background: #fff; }
  .bg-content h2 {
    color: #23262b; }
  .bg-content * + p {
    margin-top: 40px; }
  .bg-content p {
    color: #858585; }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative;
    padding-top: 123px; }
    .index-list li:before {
      position: absolute;
      content: counter(li,decimal-leading-zero);
      counter-increment: li;
      font-size: 100px;
      line-height: 55px;
      font-weight: 300;
      font-style: italic;
      top: 0; }
    .index-list li h4 a:hover {
      color: #424955; }
  .index-list li.li-clr1:before {
    color: #2185c5; }
  .index-list li.li-clr2:before {
    color: #f15f43; }
  .index-list li.li-clr-primary:before {
    color: #91c46c; }
  .index-list li.grid_1:nth-child(12n + 13),
  .index-list li.grid_2:nth-child(6n + 7),
  .index-list li.grid_3:nth-child(4n + 5),
  .index-list li.grid_4:nth-child(3n + 4),
  .index-list li.grid_6:nth-child(2n + 3) {
    clear: left; }

/*==================  Marked List  ======================*/
.marked-list li a {
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 35px; }
  .marked-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    font-weight: 600;
    font-size: 18px;
    font-family: "FontAwesome";
    color: #424955;
    line-height: inherit;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .marked-list li a:hover {
    color: #424955;
    text-decoration: none; }
  .marked-list li a:hover:before {
    left: 2px; }

/*==================     Block     ======================*/
.block {
  padding-right: 45px; }
  .block h2 {
    color: #91c46c; }
  .block h4 {
    line-height: 25px;
    font-weight: 300; }
  .block * + h4 {
    margin-top: 33px; }
  .block * + p {
    margin-top: 20px; }

/*==================     Icons     ======================*/
.fa-envelope-o {
  font-size: 100px;
  line-height: 26px;
  color: #91c46c; }
  .fa-envelope-o:hover {
    color: #424955; }

/*==================    Buttons    ======================*/
.btn:hover {
  background: #91c46c; }
.btn:active {
  background: #76b548; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block; }
.inline-list li + li {
  margin-left: 17px; }
.inline-list a {
  display: inline-block;
  width: 77px;
  height: 77px;
  background: #5a6374;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center; }
  .inline-list a:before {
    font-size: 22px;
    line-height: 77px;
    color: #fff; }
.inline-list a:hover {
  background: #91c46c; }
@media (max-width: 479px) {
  .inline-list li a {
    width: 40px;
    height: 40px; }
    .inline-list li a:before {
      line-height: 40px; } }

/*==================     ToTop     ======================*/
.toTop {
  width: 80px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #5a6374;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .toTop:hover {
    color: #fff;
    background: #91c46c;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative;
    padding-top: 133px;
    padding-bottom: 211px;
    color: #fff; }
    .parallax_cnt h2, .parallax_cnt h1, .parallax_cnt p {
      color: #fff; }

.parallax2 .parallax_cnt {
  padding-top: 122px;
  padding-bottom: 136px; }

.parallax3 .parallax_cnt {
  padding-top: 163px;
  padding-bottom: 140px; }
  .parallax3 .parallax_cnt h4 {
    font-weight: 300; }
  .parallax3 .parallax_cnt * + h4 {
    margin-top: 15px; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: #fff;
	/* padding-top: 122px; */
	padding-top: 20px;
	/* padding-bottom: 149px; */
	padding-bottom: 20px; 
}
  header .brand {
    float: left; }
  header .call-block {
    float: right; }
  @media (max-width: 979px) {
    header {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 20px; }
      header .brand, header .call-block {
        float: none; }
      header .brand, header .call-block {
        text-align: left; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

/*==================      Well     ======================*/
.well {
  padding-top: 139px;
  padding-bottom: 139px; }
  .well__mod {
    padding-top: 145px; }

.well2 {
  padding-top: 172px;
  padding-bottom: 130px; 
}

@media (max-width: 1199px) {
	.well2 {
		padding-bottom: 39px; 
	} 
}

.well3 {
  padding-top: 130px;
  padding-bottom: 130px; 
}

.well4 {
  padding-top: 20px;
  padding-bottom: 20px; 
}

@media (max-width: 767px) {
  .well,
  .well2,
  .well3,
  .well4 {
    padding-top: 100px;
    padding-bottom: 100px; } }
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #424955; }
  footer .inline-list {
    float: right;
    margin-top: -28px; }
  footer .brand {
    padding-left: 218px;
    float: left; }
    footer .brand:before {
      left: 0;
      top: -74px; }
    footer .brand_copyright {
      font-style: italic;
      font-size: 15px;
      line-height: 24px;
      color: #5a6374;
      text-transform: none;
      overflow: hidden;
      padding-right: 10px; }
      footer .brand_copyright a {
        color: #91c46c;
        /* text-transform: uppercase; */
	}
        footer .brand_copyright a:hover {
          color: #667185; }
  @media (max-width: 767px) {
    footer {
      text-align: center; }
      footer .brand {
        padding-left: 130px; }
        footer .brand:before {
          width: 110px;
          height: 110px;
          line-height: 110px;
          left: 0;
          top: -42px; }
      footer .brand, footer .inline-list {
        float: none; }
      footer .inline-list {
        margin-top: 70px; } }

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


	.barra-top {
		background-color: #858585;
		color:#ffffff;
	}

	.selettore-lingua {
		float:right;
	}

	.selettore-lingua ul.selettore-lingua__lista-lingue {
		display: inline;
	}

	.selettore-lingua ul.selettore-lingua__lista-lingue li {
		display: inline;
		margin-right: 10px;
	}


	.selettore-lingua ul.selettore-lingua__lista-lingue li a:link {
		text-decoration: none;
	}

	.selettore-lingua ul.selettore-lingua__lista-lingue li a:visited {
		text-decoration: none;
	}

	.selettore-lingua ul.selettore-lingua__lista-lingue li a:hover {
		text-decoration: none;
	}

	.selettore-lingua ul.selettore-lingua__lista-lingue li a:active {
		text-decoration: none;
	}

		
	.header-contatto {
		font: 400 17px/27px "FontAwesome";
		color: #424955;
		/* font-style: italic; */
	}
	.header-contatto-telefono:before {
		margin-right: 10px;
		content: '\f095';
	}

	.header-contatto-indirizzo:before {
		margin-right: 10px;
		content: '\f041';
	}

	.header-contatto-testo {
		font: 400 17px/27px "Open Sans";
		color: #424955;
		font-style: italic; 
	}

	.header-contatto-email:before {
		margin-right: 10px;
		content: '\f0e0';
	}

	.footer-contatto {
		font: 400 17px/27px "Open Sans";
		color: #858585;
		text-decoration: none;
		font-family: FontAwesome;
		text-decoration: none;
	}
	.footer-contatto-testo {
		font: 400 14px/27px "Open Sans";
		color: #858585;
		font-style: normal; 
	}

	.footer-contatto-telefono:before {
		margin-right: 10px;
		content: '\f095';
		font-style: normal; 
	}
	.footer-contatto-email:before {
		margin-right: 10px;
		content: '\f0e0';
		font-style: normal; 
	}
	.footer-contatto-indirizzo:before {
		margin-right: 10px;
		content: '\f041';
		font-style: normal; 
	}

	 .footer-contatto a[href^="tel:"] {
		color: #858585;
		text-decoration: none;
	}
