@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color:#333;
	line-height: 1.4;
	background-image:linear-gradient(to top, rgba(103, 58, 183, 0.5), rgba(103, 58, 183, 0.5)), url("../img/1.jpg");
	background-size: auto, cover;
	background-attachment: fixed, fixed;
	background-position: center, center;
}

li {
	list-style:none;
}

.fa {
	color:#673AB7;
}

a {
	color:#333;
	text-decoration:underline;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

a:hover {
	color:#673AB7;
	text-decoration:none;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

a:focus {
	color:#673AB7;
	text-decoration:none;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}


/*#piano1 {
	border:10px solid rgba(252,252,252,0.8);
	max-width:940px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin: 20px auto 0px auto;
}

#piano2 {
	background-color:rgba(252,252,252,0.8);
	max-width:940px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin: 0px auto 100px auto;
}*/

#piano {
	background-color:rgba(252,252,252,0.8);
	max-width:940px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin: 0px auto 150px auto;
}
/* inizio blocco header */	

#header a {
	text-decoration:none;
	color:#673AB7;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#header a:hover {
	text-decoration:none;
	color:#673AB7;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#header a:focus {
	text-decoration:none;
	color:#673AB7;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

h1 {
	margin: 40px 0px 15px 0px;
	text-align:center;
	color:#673AB7;
	letter-spacing:4px;
	text-transform:uppercase;
	font-weight:400;
}

h2 {
	font-size:20px;
	margin-bottom: 20px;
	line-height:25px;
	text-transform:uppercase;
	font-weight:400;
}

h4 {
	font-size: 20px;
	margin:20px 0px;
	padding:0px 20px;
	letter-spacing:1.5px;
	color:#673AB7;
	text-transform:uppercase;
	font-weight:700;
}

.menulingua {
	display:block;
	list-style: none;
	margin:0px 0px 40px 0px;
	float: left;
	display:flex;
	position:relative;
	left:38%;
	padding:0px;
}

.pulsanti {
	background-color:rgba(86,166,46,0.8);
}

#header li a {
	/*display: block;*/
    font-size: 16px;
    color:#673AB7;
	margin-right: 15px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#header li a:hover {
	text-decoration: none;
	color:#FFF;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#header li a:focus {
	text-decoration: none;
	color: #FFF;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.current-page {
	color:#FFF;
	background-color:#673AB7;
	
}

.btn-default {
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom-width: 3px;
	border-radius: 0px;
	background-color:transparent;
    border-color:#673AB7;
}

.btn-default:hover {
	background-color:rgba(103,58,183,0.5);
    border-color:#673AB7;
}

.btn-default:focus {
	background-color:#673AB7;
    border-color:#673AB7;
}
/* fine blocco header */

#box {
	margin-top: 150px;
}

#box p{
	color:#333;
	text-align:justify;
}

#box p:first-child {
	padding-top: 40px;
	margin-top: 40px;
}

#box p:last-child {
	padding-bottom: 40px;
	margin-bottom: 40px;
}

#box li {
	text-align:justify;
	padding-right:50px;
	list-style:inherit;
}

#box img {
	margin:115px 0px;
}

#box .fa-angle-down {
	color:#CAA500;
	font-size:70px;
}

.ven {
	color:#673AB7;
	font-variant:small-caps;
	font-weight:700;
}
/* fine blocco Gallery & Box */

#footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer .fa-angle-down {
	color:#FFF;
	font-size:70px;
}

#footer h3 {
	font-size: 20px;
	margin-top: 0px;
	letter-spacing:2px;
	padding:0px 20px;
	font-weight:700;
}

#footer p {
	 line-height: 2;
	 letter-spacing:-0.1px;
}

#footer a {
	color:#333;
	text-decoration:none;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#footer a:hover {
	color:#673AB7;
	text-decoration:none;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#footer a:focus {
	color:#673AB7;
	text-decoration:none;
	outline:none;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#footer .fa-map-marker {
	font-size:large;
}

#footer .fa-phone {
	font-size:large;
}

#footer .fa-envelope {
	font-size:medium;
}

#footer .fa-facebook-square {
	font-size:large;
}

.white {
	color: white;
}

.rid {
	font-size:10px;
	letter-spacing:normal;
}

.fpc {
	font-weight:bold;
	padding:0px 20px 0px 0px;
	color:#673AB7;
}

.btnrid {
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 2px;
	background-color:#222222;
	border-color:#222222;
}

.btnrid:hover{
	background-color:#222222;
}

.btnrid:focus{
	background-color:#222222;
}

.spazio-sm {
	height: 230px;
}

.spazietto {
	padding:0px 20px;
}
/* Fine blocco #footer */

/* blocco parallax */

section.module.parallax {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.module.parallax-1 {
  background-image:url(../img/1.jpg);
}

/* Goto Next */

/*.goto-next {
	border: 0;
	bottom: 0;
	display: block;
	height: 21em;
	left: 50%;
	margin: 0 0 0 -5em;
	overflow: hidden;
	position: absolute;
	text-indent: 10em;
	white-space: nowrap;
	width: 10em;
	z-index: 7;
}

.goto-next:before {
	background-image:url(../img/arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: -0.75em 0 0 -1em;
	position: absolute;
	top: 50%;
	width: 2.5em;
	z-index: 7;
}*/

.goto-next {
	background-image:url(../img/arrow2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 3em;
	left: 50%;
	margin: 3em 0 1em -2.5em;
	position: relative;
	width: 3em;
	z-index: 7;
}

.goto-next:hover {
	background-image:url(../img/arrow.png);
}

.goto-next:focus {
	background-image:url(../img/arrow.png);
}

.spazio {
	height:395px;
}

.goto-top {
	background-image:url(../img/arrowtop2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 3em;
	left: 50%;
	margin: 3em 0 1em -2.5em;
	position: relative;
	width: 3em;
	z-index: 7;
}

.goto-top:hover {
	background-image:url(../img/arrowtop.png);
}

.goto-top:focus {
	background-image:url(../img/arrowtop.png);
}