html,
body {
  font-size: 10px;
  margin: 0;
  color: #434343;
  font-family: "Open Sans";
}
@media only screen and (max-width:1023px) {
  html,
  body {
    font-size: 9px;
  }
}
@media only screen and (max-width:320px) {
  html,
  body {
    font-size: 8px;
  }
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #cacaca;
}
::-webkit-scrollbar-thumb {
  background-color: #871c24;
}
.bold {
  font-weight: bold;
}
.btn {
  display: inline-block;
  background-color: #871c24;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  padding: 1rem 4rem;
  cursor: pointer;
  margin: 2rem 0;
  box-sizing: border-box;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width:768px) {
  .btn {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    width: 100%;
  }
}
.btn:active,
.btn:link,
.btn:visited,
.btn:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn:hover {
  background-color: #b1252f;
}
@media only screen and (max-width:768px) {
  .btn:hover {
    background-color: #871c24;
  }
}
a.anchor {
  padding-bottom: 10rem;
  display: block;
}
@media only screen and (max-width:768px) {
  a.anchor {
    padding-bottom: 0;
  }
}
a[name="informazioni"].anchor {
  padding-bottom: 0;
}
.crossed .cross {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/cross.png");
  width: 35px;
  height: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width:768px) {
  .crossed .cross {
    display: none;
  }
}
.crossed p {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.2rem;
  color: #434343;
  padding: 0 2rem;
}
@media only screen and (max-width:768px) {
  .crossed p {
    font-size: 1.6rem;
    padding: 0 1rem;
  }
}
.crossed p .gold {
  color: #871c24;
  text-transform: uppercase;
  font-size: 3rem;
  font-family: "Vollkorn";
}
@media only screen and (max-width:768px) {
  .crossed p .gold {
    font-size: 1.8rem;
  }
}
header {
  background-color: #f5f5f5;
  text-align: center;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  z-index: 11;
}
@media only screen and (max-width:768px) {
  header {
    position: static;
  }
}
header nav {
  display: inline-block;
  vertical-align: middle;
}
header nav a {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/icon-t.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 20px 0 20px 25px;
  background-size: 17px 17px;
  font-size: 1.4rem;
  color: #000000;
  margin: 0 1rem;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
header nav a:hover,
header nav a:link,
header nav a:visited,
header nav a:active {
  text-decoration: none;
  color: inherit;
}
header nav a br {
  display: none;
}
@media only screen and (max-width:1023px) {
  header nav a br {
    display: inline-block;
  }
}
@media only screen and (max-width:768px) {
  header nav a {
    display: none;
  }
}
header nav a .border {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #871c24;
  left: 0;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav a.logo {
  padding: 0;
  margin: 0 1rem 0 0;
}
@media only screen and (max-width:768px) {
  header nav a.logo {
    display: inline-block;
    padding: 1rem 0;
  }
}
@media only screen and (max-width:1023px) {
  header nav a.logo {
    margin-right: 3rem;
  }
}
header nav a.logo img {
  width: 207px;
}
header nav a:hover .border,
header nav a.selected .border {
  opacity: 1;
}
section {
  /*&.interlude{

		background-image: url("../img/books-bg.jpg");
		background-size: cover;
		background-position: center;
		padding:15rem 0;
		text-align: center;

		.separator{
			width:40rem;
			height: 1px;
			display: inline-block;
			background-color: #ffffff;

			@media @mobileMedium{
				width:20rem;
			}
		}

		h2{
			font-size: 5rem;
			color:#ffffff;
			font-style: italic;
			font-family: @v;
			padding:2rem 0;

			@media @mobileMedium{
				font-size: 3.2rem;
			}
		}
	}*/
}
@media only screen and (max-width:768px) {
  section {
    padding: 2rem 0;
  }
}
section .middle {
  max-width: 1150px;
  padding: 0 10rem;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width:1023px) {
  section .middle {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width:768px) {
  section .middle {
    padding: 0 1rem;
  }
}
section .middle.align-center {
  text-align: center;
}
section.informazioni {
  padding: 10rem 0 5rem 0;
}
@media only screen and (max-width:768px) {
  section.informazioni {
    padding: 2rem 0;
  }
}
section.informazioni .left {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 5rem 0 0;
  color: #871c24;
  text-transform: uppercase;
  text-align: center;
  font-family: "Vollkorn";
}
@media only screen and (max-width:768px) {
  section.informazioni .left {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
section.informazioni .left img {
  width: 100%;
  margin-top: 10rem;
}
@media only screen and (max-width:768px) {
  section.informazioni .left img {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
}
section.informazioni .left h4 {
  font-size: 3rem;
  text-align: left;
  font-style: italic;
}
@media only screen and (max-width:768px) {
  section.informazioni .left h4 {
    text-align: center;
  }
}
section.informazioni .left h1 {
  font-size: 5rem;
  text-align: left;
}
@media only screen and (max-width:768px) {
  section.informazioni .left h1 {
    text-align: center;
  }
}
section.informazioni .left h3 {
  font-size: 3rem;
  text-align: left;
  font-style: italic;
}
@media only screen and (max-width:768px) {
  section.informazioni .left h3 {
    text-align: center;
  }
}
section.informazioni .right {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width:768px) {
  section.informazioni .right {
    width: 100%;
    text-align: center;
    margin-top: 5rem;
  }
}
section.informazioni .right p {
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
section.informazioni .right p.bordeaux {
  color: #871c24;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 1rem 0;
}
section.informazioni .right form {
  position: relative;
  margin-top: 1rem;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #871c24;
  width: 100%;
  padding: 1rem;
  background-color: #ffffff;
}
@media only screen and (max-width:768px) {
  section.informazioni .right form {
    position: static;
  }
}
section.informazioni .right form .impegno-riservatezza {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  font-family: "Open Sans";
  box-sizing: border-box;
  padding: 4rem 0 2rem 0;
}
@media only screen and (max-width:768px) {
  section.informazioni .right form .impegno-riservatezza {
    position: fixed;
  }
}
section.informazioni .right form .impegno-riservatezza.visible {
  display: block;
}
section.informazioni .right form .impegno-riservatezza .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.5rem;
}
section.informazioni .right form .impegno-riservatezza .scrollable {
  height: 100%;
  overflow-y: auto;
}
section.informazioni .right form .impegno-riservatezza .scrollable h1 {
  font-size: 2rem;
  padding: 0 2.5rem 0 2rem;
}
section.informazioni .right form .impegno-riservatezza .scrollable p {
  color: #434343;
  font-size: 1.5rem;
  padding: 0 2.5rem 0 2rem;
}
section.informazioni .right form p {
  text-transform: none;
  font-weight: normal;
  font-size: 1.3rem;
}
@media only screen and (max-width:768px) {
  section.informazioni .right form p {
    font-size: 1.5rem;
  }
}
section.informazioni .right form input[type="text"],
section.informazioni .right form input[type="email"],
section.informazioni .right form input[type="number"],
section.informazioni .right form input[type="tel"] {
  border: 1px solid #cacaca;
  font-size: 1.4rem;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin: 1rem 0;
}
@media only screen and (max-width:768px) {
  section.informazioni .right form input[type="text"],
  section.informazioni .right form input[type="email"],
  section.informazioni .right form input[type="number"],
  section.informazioni .right form input[type="tel"] {
    font-size: 1.5rem;
  }
}
section.informazioni .right form input[type="text"].address,
section.informazioni .right form input[type="email"].address,
section.informazioni .right form input[type="number"].address,
section.informazioni .right form input[type="tel"].address {
  width: calc(70% - 1rem);
  display: inline-block;
  vertical-align: top;
}
section.informazioni .right form input[type="text"].number,
section.informazioni .right form input[type="email"].number,
section.informazioni .right form input[type="number"].number,
section.informazioni .right form input[type="tel"].number {
  width: calc(30% - 1rem);
  margin-left: 2rem;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width:1023px) {
  section.informazioni .right form input[type="text"].number,
  section.informazioni .right form input[type="email"].number,
  section.informazioni .right form input[type="number"].number,
  section.informazioni .right form input[type="tel"].number {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width:768px) {
  section.informazioni .right form input[type="text"].number,
  section.informazioni .right form input[type="email"].number,
  section.informazioni .right form input[type="number"].number,
  section.informazioni .right form input[type="tel"].number {
    font-size: 1.5rem;
  }
}
section.informazioni .right form input[type="text"].zip,
section.informazioni .right form input[type="email"].zip,
section.informazioni .right form input[type="number"].zip,
section.informazioni .right form input[type="tel"].zip {
  width: calc(50% - 1rem);
  margin-left: 2rem;
  display: inline-block;
  vertical-align: top;
}
section.informazioni .right form input[type="text"]:focus,
section.informazioni .right form input[type="email"]:focus,
section.informazioni .right form input[type="number"]:focus,
section.informazioni .right form input[type="tel"]:focus {
  outline: none;
}
section.informazioni .right form .city-container {
  width: calc(50% - 1rem);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
section.informazioni .right form .city-container .cities {
  position: absolute;
  width: 100%;
  height: 200px;
  padding: 1rem;
  box-sizing: border-box;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  overflow-y: auto;
}
section.informazioni .right form .city-container .cities .items .item {
  cursor: pointer;
}
section.informazioni .right form .city-container .cities .items .item:hover {
  background: #434343;
  color: #ffffff;
}
section.informazioni .right form select {
  padding: 1rem;
  margin: 1rem 0;
  box-sizing: border-box;
  display: inline-block;
  background-color: #eeeeee;
  color: #000000;
  font-size: 1.4rem;
}
@media only screen and (max-width:1023px) {
  section.informazioni .right form select {
    font-size: 1.3rem;
  }
}
section.informazioni .right form select.age {
  width: calc(30% - 1rem);
}
section.informazioni .right form select.job-title {
  width: calc(70% - 1rem);
  margin-left: 2rem;
}
section.informazioni .right form select:focus {
  outline: none;
}
section.informazioni .right form .customer-group {
  font-size: 1.3rem;
}
@media only screen and (max-width:768px) {
  section.informazioni .right form .customer-group {
    font-size: 1.5rem;
  }
}
section.informazioni .right form .customer-group p {
  margin: 1rem 0 1rem 0;
  font-weight: bold;
}
section.informazioni .right form .customer-group input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}
section.informazioni .right form .customer-group input[type="radio"].margin-left {
  margin-left: 1.5rem;
}
section.informazioni .right form .customer-group label {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
section.informazioni .right form .privacy-group {
  margin-top: 1rem;
  font-size: 1.3rem;
}
@media only screen and (max-width:768px) {
  section.informazioni .right form .privacy-group {
    font-size: 1.5rem;
  }
}
section.informazioni .right form .privacy-group p {
  margin: 1rem 0 1rem 0;
  font-weight: bold;
}
section.informazioni .right form .privacy-group p a:active,
section.informazioni .right form .privacy-group p a:visited,
section.informazioni .right form .privacy-group p a:hover,
section.informazioni .right form .privacy-group p a:link {
  color: #871c24;
}
section.informazioni .right form .privacy-group p a:hover {
  text-decoration: underline;
}
section.informazioni .right form .privacy-group input[type="radio"],
section.informazioni .right form .privacy-group input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}
section.informazioni .right form .privacy-group input[type="radio"].margin-left,
section.informazioni .right form .privacy-group input[type="checkbox"].margin-left {
  margin-left: 1.5rem;
}
section.informazioni .right form .privacy-group label {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
section.informazioni .right form .errors {
  color: #ee0000;
  font-size: 1.5rem;
  margin-top: 1rem;
  text-transform: uppercase;
  list-style-type: disc;
  padding-left: 2rem;
  text-align: left;
}
section.informazioni .right form .btn {
  border: none;
  width: 100%;
  margin: 2rem 0 0 0;
}
section.videos {
  position: relative;
  /*.player-container{
			position: absolute;
			width: 100%;
			height: 100%;
			top:0;
			left: 0;
			background:red;

			.table{
				display: table;
				width: 100%;
				height: 100%;

				.table-cell{
					display: table-cell;
					height: 100%;
					vertical-align: middle;
					text-align: center;
				}
			}
		}*/
}
section.videos .container {
  text-align: center;
  background-color: #c38d91;
  padding: 6rem 4rem;
  box-sizing: border-box;
}
@media only screen and (max-width:768px) {
  section.videos .container {
    padding: 4rem 0;
  }
}
section.videos .container .video {
  display: inline-block;
  cursor: pointer;
  margin: 2rem 2rem;
  /*.poster{
					width: 500px;
					height: 264px;
					opacity: .8;
					background-size: cover;
					background-position: center center;
				}*/
  /*&.pagliaccio{
					.poster{
						background-image: url("../img/video-thumb-pagliaccio.jpg");
					}
				}

				&.colloquio{
					.poster{
						background-image: url("../img/video-thumb-colloquio.jpg");
					}
				}*/
}
@media only screen and (max-width:768px) {
  section.videos .container .video {
    margin: 2rem 0;
  }
}
section.videos .container .video iframe {
  width: 600px;
  height: 337px;
}
@media only screen and (max-width:1366px) {
  section.videos .container .video iframe {
    width: 480px;
    height: 269.6px;
  }
}
@media only screen and (max-width:1023px) {
  section.videos .container .video iframe {
    width: 600px;
    height: 337px;
  }
}
@media only screen and (max-width:768px) {
  section.videos .container .video iframe {
    width: 450px;
    height: 252.75px;
  }
}
@media only screen and (max-width:480px) {
  section.videos .container .video iframe {
    width: 360px;
    height: 202.2px;
  }
}
@media only screen and (max-width:320px) {
  section.videos .container .video iframe {
    width: 300px;
    height: 168.5px;
  }
}
section.videos .container .video .label {
  color: #ffffff;
  font-size: 1.4rem;
  font-style: italic;
  margin-top: .5rem;
}
section.videos .container .video:hover .poster {
  opacity: 1;
}
section.videos .sentence {
  background-color: #871c24;
  text-transform: uppercase;
  font-size: 2rem;
  color: #ffffff;
  padding: 1.5rem;
  text-align: center;
  font-family: "Vollkorn";
  font-weight: bold;
}
@media only screen and (max-width:480px) {
  section.videos .sentence {
    font-size: 1.4rem;
  }
}
section.opera-unica img {
  width: 100%;
  margin: 2rem 0 4rem 0;
}
section.opera-unica .btn {
  margin: 5rem 0;
}
section.opera-unica .description {
  font-size: 3rem;
  font-family: "Vollkorn";
  text-transform: uppercase;
  color: #871c24;
  padding: 0 2rem;
}
section.opera-unica .description.more-padding {
  padding: 0 4rem;
}
section.opera-unica .description .bold {
  font-weight: bold;
}
section.opera-unica .columns {
  margin-top: 4rem;
}
section.opera-unica .columns .column {
  display: inline-block;
  vertical-align: top;
  width: calc(32% - 2rem);
  margin: 1rem;
  height: 680px;
  border: 2px solid #871c24;
  box-sizing: border-box;
  padding: 2.5rem;
}
@media only screen and (max-width:1366px) {
  section.opera-unica .columns .column {
    padding: 1.5rem;
    height: 680px;
  }
}
@media only screen and (max-width:1023px) {
  section.opera-unica .columns .column {
    width: 100%;
    height: auto;
    margin: 1rem 0;
    height: 700px;
  }
}
section.opera-unica .columns .column h2 {
  color: #871c24;
  font-weight: normal;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-family: "Vollkorn";
}
@media only screen and (max-width:1366px) {
  section.opera-unica .columns .column h2 {
    font-size: 2.3rem;
  }
}
section.opera-unica .columns .column .separator {
  width: 90%;
  height: 2px;
  background-color: #871c24;
  margin: 1rem 0 2rem 0;
  display: inline-block;
}
section.opera-unica .columns .column p,
section.opera-unica .columns .column li {
  font-size: 1.5rem;
  color: #434343;
  text-align: justify;
}
@media only screen and (max-width:1366px) {
  section.opera-unica .columns .column p,
  section.opera-unica .columns .column li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width:1023px) {
  section.opera-unica .columns .column p,
  section.opera-unica .columns .column li {
    font-size: 1.7rem;
  }
}
section.opera-unica .columns .column ul {
  list-style-type: disc;
  padding: 0 2rem;
}
section.tv {
  padding: 5rem 0 10rem 0;
}
@media only screen and (max-width:768px) {
  section.tv {
    padding: 2rem 0 6rem 0;
  }
}
@media only screen and (max-width:480px) {
  section.tv {
    padding: 2rem 0 8rem 0;
  }
}
section.tv .visto-in-tv {
  font-size: 2.5rem;
  color: #000000;
  text-transform: uppercase;
}
section.tv h2 {
  font-size: 2.5rem;
  color: #871c24;
  text-transform: uppercase;
  font-family: "Vollkorn";
}
section.tv p {
  font-size: 1.8rem;
}
section.tv .player {
  margin-top: 2rem;
  width: 100%;
  height: 600px;
  display: inline-block;
}
@media only screen and (max-width:768px) {
  section.tv .player {
    height: 200px;
  }
}
section.tv .crossed p {
  font-size: 1.8rem;
}
section.tv .crossed p .gold {
  display: block;
  font-size: 2.2rem;
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: none;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
footer a {
  text-decoration: underline;
}
footer a:active,
footer a:link,
footer a:hover,
footer a:visited {
  text-decoration: underline;
  color: #ffffff;
}
footer.visible {
  display: block;
}
