@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */

html
{
    width: 100%;
    height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

body {
    background: #212121;
    margin-bottom: 70px;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}

a {
    color: #feff9a;
    text-decoration: none;
}

a:visited
{
    color: #feff9a;
}

a:hover
{
    color: #f9fb51;
}

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;

}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-family: 'Josefin Slab', serif;
}

/* Custom CSS
 * --------------------------------------- */
body {
    color: #fff;
    color: rgba(0, 0, 0, 0.5);
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1 {
    font-size: 6em;
}

p {
    font-size: 2em;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.section {
    text-align: center;
}

/* Style for our header texts
* --------------------------------------- */
h1 {
    font-size: 5em;
    color: #fff;
    margin: 0;
    padding: 0;
}

.intro p {
    color: #fff;
}

/* Centered texts in each section
* --------------------------------------- */
.section {
    text-align: center;
}

/* Bottom menu
* --------------------------------------- */

#footer {
    background: #212121;
    position: fixed;
    display: block;
    width: 100%;
    /*height: 50px;*/
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding-bottom: 5px;
    bottom: 0px;
}

.ghost-button-transition {
    margin: 0 -17.5px;
    font-family: 'Josefin Slab', serif;
    display: inline-block;
    width: 175px;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    color: #fff !important;
    /*background: rgba(0, 0, 0, 0.63);*/
    /*border: 2px solid #fff;*/
    text-align: center;
    outline: none;
    text-decoration: none !important;
    white-space: nowrap;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out, -moz-transform 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, color 0.2s ease-out, -o-transform 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out, transform 0.2s ease-out;
}

.ghost-button-transition-active
{
    /*background-color: #000;*/
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}

.ghost-button-transition:hover,
.ghost-button-transition:active {
   /* background-color: #000;*/
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

#section0,
#section1,
#section2,
#section3,
#section4,
.slide {
    background-size: cover;
}

#section0 {

    /*background-image: url(../img/bg3.png);
    */
    background: #000;
    z-index: -1;
}

#section1, #section2, #section3 {
    background: #333;
}

.section {
    /*

background-color: rgba(0, 0, 0, 0.7);

-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
*/
    padding: 20px;
    /* width: 100%;*/
    color: #333;
}

.shadow-text {
    text-shadow: black 1px 1px 3px;
}

h1 {
    font-size: 34px !important;
}

p, label {
    line-height: 1.2em;
    color: #fff;
    font-family: 'Josefin Slab', serif;
    font-size: 18pt;
}

.container {
    margin-top: 2em;
}

#arosio-quote {
    text-align: center;
}

.box-container {
    margin: 0 auto;
}

.title {
    color: #fff;
    font-family: 'Shadows Into Light Two', cursive;
    text-transform: uppercase;
}

h3 {
    font-size: 1.6em;
    color: #fff;
}

h1 {
    font-size: 46px !important;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -60px;
}

#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}

.carousel-inner {
    min-height: 300px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto; /* auto left/right margin for centering */
    margin-bottom: 65px;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    /*height: auto;*/
    /*float: left;*/

    /*width: 100%;*/
    border: 0;
    max-height: 500px;
    margin: 0 auto; /* auto left/right margin for centering */
}

.rslides_tabs {
    text-align: center;
    width: 10.5em;
    display: block;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .rslides_tabs {
        width: 100%;
    }
}

.rslides_tabs li {
    margin: 0.25em;
    background: #454545;
    color: #fff;
    width: 3em;
    height: 3em;
    text-align: center;
    vertical-align: middle;
    display: inline;
    line-height: 1.5em;
    float: left;
}

.rslides_tabs li {
    transition: all 0.2s ease-in;
}

.rslides_tabs li:hover {
    transform: scale(1.2); /* CSS3 */
    -moz-transform: scale(1.2); /* Firefox */
    -webkit-transform: scale(1.2); /* Webkit */
    -o-transform: scale(1.2); /* Opera */
    -ms-transform: scale(1.2); /* IE 9 */
    background: #AAAAAA;


}

.rslides_tabs a {
    color: #fff;
    line-height: 3em;
    text-decoration: none;
    display: block;
}

.rslides_tabs a:hover {
    font-weight: bold;
}

.nav-container {
    width: 100%;
}

.butt {
    border: 0px outset #454545;
    background-color: #454545;
    height: 60px;
    width: 60px;
    cursor: pointer;
    color: #fff;
    margin: 2px;
    outline: 0px;
}

.butt:hover {
    background-color: #4e4e4e;
    color: white;
}

.text-justify
{
    text-align: justify;
}

.home-btn
{
    color: #fff;
    text-decoration: none;
    font-family: 'Josefin Slab', serif;
    margin-right: 20px;
    font-size: 1.3em;
    vertical-align: middle;
}

.home-btn:visited
{
    color: #fff;
    text-decoration: none;
    font-family: 'Josefin Slab', serif;
    margin-right: 20px;
    font-size: 1.3em;
    vertical-align: middle;
}

.home-btn:hover
{
    color: #ccc;
    text-decoration: none;
    font-family: 'Josefin Slab', serif;
}

.didascalia
{
    text-align: center;
    color: #ccc;
    margin-top: 0.4em;
    font-size: 1.3em;
}

.volume-control
{
    width: 22px;
    height: 20px;
    margin-bottom: -3px;
    margin-left: 6px;
}

.left-nav-button
{
    font-family: 'Josefin Slab', serif;
    margin: 0.25em;
    background: #454545;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5em;
    font-size: 1.5em;
    min-height: 3em;
}

.left-nav-button2
{
    font-family: 'Josefin Slab', serif;
    background: #454545;
    white-space: normal;
    width: 80%;
    margin: 0 auto;
    border-color: transparent;
    border-radius: 0px;
}

.left-nav-button2:hover
{
    background: #333;
    border-color: transparent;
}


.left-button-transition {
    font-family: 'Josefin Slab', serif;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 15px;
    line-height: 50px;
    /* height: 50px; */
    color: #fff !important;
    background: rgba(0, 0, 0, 0.63);
    /* border: 2px solid #fff; */
    text-align: center;
    margin: 0 auto;
    outline: none;
    text-decoration: none !important;
    white-space: normal;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out, -moz-transform 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, color 0.2s ease-out, -o-transform 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out, transform 0.2s ease-out;
    min-height: 60px;
    font-size: 1.4em;
}

.left-button-transition:hover,
.left-button-transition:active {
    background-color: #000;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.vcenter {
    display: flex;
    align-items: center;
}

.music-box
{
    min-height: 100%;
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.63);
}

.containerOfTheMegaBox
{
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}

.box-container
{
    margin: 0 auto;
}

.title
{
    font-family: 'Shadows Into Light Two', cursive;
    text-transform: uppercase;
}

h3
{
    font-size: 1.6em;
    color: #fff;
}

.miracle-center,
.box-container
{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shadow-text2 {
    text-shadow: black 1px 1px 3px;
    color: red !important;
}

.overlay-transition
{
    opacity: 0.85;

}

.overlay-transition:hover,
.overlay-transition:active {
    background-color: #000;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.autofit{
    width: 100%;
    height: 100%;
}

a.link-in-a-box
{
    text-align: center;
}

a.link-in-a-box:hover
{
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.thumbnailContainer
{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.thumbnailContainer.video_embed
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.thumbnailContainer.video_embed iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btnAscolta
{
    width: 300px;
    height: 60px;
    margin-top: 500px;
    margin-left: 150px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 1.4em;
}


.btnAscolta:hover
{
    color: #eee;
    background-color: rgba(0,0,0,0.6);
    font-size: 1.5em;
}

.btnAscolta:focus
{
    border-color: transparent;
    color: #eee;
    font-size: 1.5em;
}

.arrow
{
    width: 15%;
    position: absolute;
    bottom: 0;
    right: 5px;
}