@media print {* {display: none;}}
html,body{height:100%;}
body{
   overflow-x: hidden;
   background: #1f1f1f;
   font: normal 17px/30px tahomaregular;
   color: #111111;
   letter-spacing: normal;
}
[class^="ico-"]:before,
[class*=" ico-"]:before {
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   display: inline-block;
   font-size: 75%;
   padding: 0 5px 0 0;
   opacity: 0.7;
   line-height: inherit
}
[class^="ico-quote"]:after {
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   display: inline-block;
   font-size: 75%;
   padding: 0 0 0 5px;
   opacity: 0.7;
   content: "\f10e";
}
.ico-heart:before {content: "\f08a";}
.ico-sun-o:before {content: "\f185";}
.ico-flag:before {content: "\f11d";}
.ico-tag:before {content: "\f02b";}
.ico-tint:before {content: "\f043";}
.ico-cube:before {content: "\f1b2";}
.ico-thumb-tack:before {content: "\f08d";}
.ico-star:before {content: "\f006";}
.ico-leaf:before {content: "\f06c";}
.ico-tree:before {content: "\f1bb";}
.ico-quote:before {content: "\f10d";}
a:hover,a:visited:,a:active{text-decoration: none}
@media(min-width: 768px){ body{font:normal 17px/30px tahomaregular} }
h1,h2,h3,h4{ color: #111111; text-transform: none }
h1{font: normal 32px tahomaregular; letter-spacing: 0px; word-spacing: 1px}
h2{font: normal 24px tahomaregular; letter-spacing: 0px; word-spacing: 1px}
@media screen and (min-width:768px){h2,.span-h2{font: normal 36px tahomaregular;}}
h3,.span-h2{font: normal 20px tahomaregular; letter-spacing: normal; word-spacing: 1px}
h4,h3.work{font: normal 18px tahomaregular; letter-spacing: normal; word-spacing: 1px}
@media(min-width:768px)
{
h1{font: normal 40px tahomaregular; letter-spacing: 0px; word-spacing: 1px;color: #404040;font-weight:bold;margin:60px 0;}
h2{font:normal 24px tahomaregular; letter-spacing: 0px; word-spacing: 1px;font-weight:bold;color: #404040;}
@media screen and (min-width: 768px){h2{font:normal 36px tahomaregular}}
h3,.span-h2{font: normal 26px tahomaregular; letter-spacing: normal; word-spacing: 1px;font-weight:normal;color: #404040;}

.span-h2{font-weight:normal}
h4{font: normal 20px tahomaregular; letter-spacing: normal; word-spacing: 1px}  
}
// NAVIGATION AND LOGO
.navbar-default .navbar-brand {color: #FFFFFF}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {color: #FFFFFF}
.navbar-default .navbar-collapse {border-color: #404040}
.navbar-default .navbar-toggle .icon-bar{background-color:#FFFFFF;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#666;}
.navbar-default .nav li a, .navbar-default {text-transform:capitalize;font-weight:400;color:#FFFFFF;}
.navbar-default .nav li a:active{color: #666;}
.navbar-default .navbar-nav>.active>a{color: #000000;background-color: #F0F0F0;}
.navbar-default .navbar-nav>.active>a:hover{color: #000000;background-color: #F0F0F0;}
.navbar-default .navbar-nav>.active>a:focus{color: #000000;background-color: #F0F0F0;}
.navbar-default .navbar-nav>li>a:hover{color: #FFFFFF}
.navbar-default .navbar-nav>li>a:focus{color:#FFFFFF} 
.navbar-default{background: #404040;!important}
.navbar-toggle{margin-right: 2px;}
.navbar-default .navbar-brand {
   font: normal 24px/16px tahomaregular;
   text-transform: none;
   word-spacing: 1px;
   color: #ffffff;
   letter-spacing:  0px;
}
.navbar-default .navbar-logo{
   position: absolute;
   top: -1px;
   left: 0px;
   width: 190px;
   height: 44px;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   transition: all .3s;
   z-index: 10000;
   display: flex;
   align-items: center;
}
@media screen and (min-width:768px){
    .navbar-default .navbar-logo{width: 240px;height:74px;}
}
.navbar-default {
   padding: 4px;
   margin-bottom: 0;
}
@media(min-width:768px) {
    .navbar-default {
       padding: 12px 0;
       margin-bottom: 0;
       -webkit-transition: padding .3s;
       -moz-transition: padding .3s;
       transition: padding .3s;
    }
    .navbar-default .navbar-brand {
       font: normal 32px/16px tahomaregular;
       -webkit-transition: all .3s;
       -moz-transition: all .3s;
       transition: all .3s;
    }
    .navbar-default .navbar-logo{
       position: absolute;
       display: block;
       font-size: 30px;
       line-height: 16px;
       top: -1px;
       left: 0px;
       width: 240px;
       height: 74px;
       -webkit-transition: all .3s;
       -moz-transition: all .3s;
       transition: all .3s;
       z-index: 10000;
    }
    
    .navbar-default .navbar-nav>.active>a{
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
    }
    .navbar-default .navbar-nav li a:hover{background: none}
    .navbar-default.navbar-shrink {padding: 6px 0;}
    .navbar-default.navbar-shrink .navbar-brand{font: normal 30px/16px tahomaregular;}
    .navbar-default.navbar-shrink .navbar-logo{
       top: 2px;
       left: 0px;
       width: 220px;
       height: 40px;
       -webkit-transition: all .3s;
       -moz-transition: all .3s;
       transition: all .3s;
    }
}
.navbar-default {
   border-color: #404040;
   border:none;
   background:rgba(42,48,55,1);
}
/* HEADER TIPO 0 */

header{
    text-align: center;
    color: #fff;
    //background-size: cover;
    height: 100%;
}
.palabras{
   position: absolute;
   width: 480px;
   height: 320px;
   top:50%;
   left: 50%;
   margin-left: -240px;
   margin-top: -100px;
}
@media(min-width:768px) {
    .palabras{
       width: 680px;
       margin-left: -360px;
    }
}

#slide-back{height: 100%}
@media(min-width:768px){
   #slide-back{
      height: calc(100vh - 72px);
      margin-top: 72px;
   }
}
#slide-back .carousel-control, #carousel .carousel-control{
	font-size: 40px;
	height: 10%;
	background: none;
	top:45%;
	width: 10%;
      z-index: 10;
}

h3.work{margin: 0}
a,a:hover,a:focus,a:active,a.active{color: #414141; }
p.help-block{color: #fff; margin:0}
.img-centered {margin: 0 auto;}
.servizi{color: #b0b0b0}
.bg-light{background-color: #f7f7f7;}
.bg-darkest{background-color: #F2F2F2;}
.text-muted{color:#979797;}
.subtitle{font-size: 110%;margin-bottom:30px;text-transform: none;}
@media screen and (min-width: 768px){.subtitle{font-size:120%;}}
.text-muted-reverse{color: #111111; text-align: center;}
.text-primary{color: #fed136;}
.scheda {padding:15px 0}
.panel-collapse{padding:10px;}
.mtop10{margin-top: 10px}
.mtop20{margin-top: 20px}
.mtop30{margin-top: 30px}
.mtop40{margin-top: 40px}
.mtop50{margin-top: 50px}
.well{
    background-color: #ffffff;
    border-color: #e5e5e5;
    margin: 10px 0;
}

.well h3{margin-top: 5px;color:#414141}
ul.download li:before{
    font-family: FontAwesome;
    content: "\f1c1";
    padding-right: 10px;
    line-height: inherit;
    font-size: 90%;
}

div#thumbs{
   position: absolute;
   bottom: 0;
   width: 100%;
}
#thumbs ul{
   text-align: center;
   background: rgba(0,0,0,0.6);
   margin: 0;
   padding: 5px 0;
}
#thumbs ul li{list-style: none}
#thumbs li.clickable{
   width: 80px;
   height: 60px;
   margin: 0;
   display: inline;
   cursor: pointer;
}
#thumbs li.clickable img{
   display: inline;
   width: 80px;
   height: 50px;
   border: 1px solid #222;
   opacity: 0.7;
}
@media(min-width:768px) {
#slide-back .carousel-control{
   font-size: 60px;
}
}
#bg_pattern, #bg_pattern2 { 
	background: #000000; 
	position: absolute; 
	opacity: 0.4;
	filter: alpha(opacity=40);
	left: 0px; 
	top: 0px;
	right: 0;
	left: 0;
	width: 100%; 
	height: 100%; 
	z-index: -1;
}
#bg_pattern2 {
   opacity: 0.2;
   filter: alpha(opacity=20);
}
#texture{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
    background: url('https://fatamorganateatro.it/assets/aberdeen/img/06-min.png') repeat;
}
#carousel{margin: 10px 15px}
div.carousel-caption{
    background:rgba(0,0,0,0.2);
    zoom: 1;
    right: 0;
    left: 0;
    padding-bottom: 20px;
    padding-top: 0;
}
div.carousel-caption h3{color:#fff}
section{padding:70px 0;background: none}
section h2.section-heading, section h1.section-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
div.blog{
    border-bottom: 1px dotted #d2d2d2;
}
section .section-subheading{padding: 0;margin:0 0 50px 0}

section#estesa{
    background: #f7f7f7;
}
section#estesa .img-gallery{
    margin: 10px auto;
    max-width: 380px
}
section#estesa ul.altri{
    list-style: none;
    padding-left: 10px
}
section#estesa ul.altri li:before{
    font-family: FontAwesome;
    content: "\f0da";
    padding: 0 10px 0 0;
    color: #111111}
section#estesa ul.altri li a{text-decoration:none}
section#estesa ul.altri li a:hover{color:#111111}
@media (min-width: 600px) and (max-width:991px){
section#estesa .col_left, section#estesa .col_right{
    padding: 0 60px;
}
}
.service-heading{margin:15px 0;font-size:32px;}
p.intro-services{min-height: 110px;}
span.more{display:block;width:100%;text-align:right;margin:0;padding: 10px 15px 0 0}
.more a{color: #111111}
a.calendario:hover,a.calendario:active,a.calendario:focus,a.calendario:visited{text-decoration: none}
a.calendario:after,
.more a:after{
    font-family: FontAwesome;
    content: "\f0a9";
    padding-left: 5px;
    line-height: inherit;
    font-size: 90%;
    color: #111111}
.more a:hover{text-decoration: none}
.service-item{padding: 0 20px}
#gallery .gallery-item,#estesa .gallery-item {
    right: 0;
    margin: 0 0 15px;

}
#gallery .gallery-item .gallery-link, #estesa .gallery-item .gallery-link {
    display: block;
    position: relative;
    margin: 0 auto;
    border: 2px solid transparent;
}
#gallery .gallery-item .gallery-link:focus, #estesa .gallery-item .gallery-link:focus {
    border: 2px solid blue;
}
#gallery .gallery-item .gallery-link .gallery-hover,
#estesa .gallery-item .gallery-link .gallery-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #111111;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0; 
    -ms-filter: "progid:DXImageTransform.Micro background: rgba(254,209,54,.5);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
#gallery .gallery-item .gallery-link .gallery-hover:hover,
#estesa .gallery-item .gallery-link .gallery-hover:hover{
    opacity: 0.5;
}
#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content,
#estesa .gallery-item .gallery-link .gallery-hover .gallery-hover-content{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: black;
}
#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content i,
#estesa .gallery-item .gallery-link .gallery-hover .gallery-hover-content i {margin-top: -12px;}
#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h3,
#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h4 {margin: 0;}
#gallery .gallery-item .gallery-caption,
#estesa .gallery-item .gallery-caption{
   margin: 0 auto;
   padding: 15px;
   text-align: center;
   background: none;//#efefef;
}
#gallery .gallery-item .gallery-caption h4 {
   margin: 0;
   text-transform: none;
   color: #111111;
}
#gallery .gallery-item .gallery-caption p {
   margin: 0;
}
#gallery * {z-index: 2;}
.about-img, .about-text{
   padding: 0 20px;
   margin: 0 auto;
}
.about-text a{text-decoration: underline}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
}
.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}
.timeline>li:before,
.timeline>li:after {
    content: "";
    display: table;
}
.timeline>li:after {clear: both;}
.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline>li .timeline-panel:before {right: auto;}
.timeline>li .timeline-panel:after {right: auto;}
.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
    background-color: none;
}
.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {right: auto;}
.timeline>li.timeline-inverted>.timeline-panel:after {right: auto;}
.timeline>li:last-child {margin-bottom: 0;}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-heading h4.subheading {text-transform: none;}
.timeline .timeline-body>p,.timeline .timeline-body>ul {margin-bottom: 0;}
.team-member {
    margin-bottom: 50px;
    text-align: center;
}
.team-member img {margin: 0 auto;}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {margin-top: 0;}
aside.clients img {margin: 50px auto;}
/*
section#contact {padding-bottom: 80px; position: relative}

section#contact div#msg{
    zoom: 1;
    border-radius: 4px;
    padding: 10px;
    }
section#contact div#msg.success{
    background:rgb(68,157,68);
    background: transparent\5;
    background:rgba(68,157,68,0.5);
    zoom: 1;
    color: #fff
}
section#contact .help-block p, section#contact .success p{
    line-height: 18px;
    padding: 0;
    margin: 0;
}
section#contact .success p:before{
    font-family: FontAwesome;
    content: "\f058";
    padding: 0 10px 0 0;
    color: yellow;
    font-size: 110%
}
section#contact .help-block p:before{
    font-family: FontAwesome;
    content: "\f071";
    padding: 0 10px 0 0;
    color: yellow;
    font-size: 100%
}
*/
#mappa,#maprass{
    width: 100%;
    height: 400px;
    margin: 0 0 30px 0;
    position: relative;
}
.mapras-iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;

}


section#contact #form_richieste{padding: 0 20px}
section#contact .invio{text-align: center}
section#contact #recapiti{width:380px; margin: 20px auto 80px;}
section#contact #recapiti a{color: #fff; text-decoration: underline}
section#contact h4{font: normal 20px tahomaregular; margin-bottom: 0}
@media(min-width:768px) {
section#contact .invio{text-align: right}
section#contact h3{font: normal 26px tahomaregular}
}
.dominio::before{content: "\0040"}
section#contact .form-group {margin-bottom: 10px;}
section#contact .form-group input,
section#contact .form-group textarea,
section#contact .form-group select{
    padding: 10px;
}
section#contact .form-group input.form-control,
section#contact .form-group select.form-control{
    height: auto;
}
section#contact .form-group textarea.form-control {height: 119px;padding:4px 10px}
section#contact .form-group .check span{
    position: relative;
    top: -5px;
    margin-left: 10px;
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact:-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
}
section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
}
section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #66;
}
section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    //color: #666;
}
.form-group{color: #fff}
footer {
    padding: 25px 0;
    text-align: center;
    background: #F2F2F2}
#error404{
   text-align: center;
   padding: 80px 0 100px 0;
}
#error404 h1{
   font-family: 'caviar_dreamsregular';
   font-size: 300%;
   line-height:70px;
}
#error404 h1 span{
   font-size: 204%;
}
#error404 p{
   padding: 20px 0 0 0;
   font-size: 120%;
   line-height: 40px;
}
footer, footer a {color: #414141}
footer span.copyright{line-height: 40px;font-size: 90%;}
ul.social-buttons{margin-bottom: 0}
ul.social-buttons li a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    background-color: #999999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #666666;
}
.btn{background-color: royalblue; color: #ffffff;padding: 6px 15px;font-size: 16px;}
.page-modal .modal-body{padding:0}
.page-modal .modal-content {
    padding: 0 0 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: justify;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7;
}
.page-modal .modal-content table th, .page-modal .modal-content table td{text-align: left}
.page-modal  .modal-content p {margin-bottom: 0;}
.page-modal  .modal-content p.item-intro {
    margin: 0;
    font-size: 110%;
    padding: 0 0 5px 10px
}
.page-modal  .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}
.page-modal  .modal-content img {margin-bottom: 30px;}
.page-modal  .close-modal,.close-modal {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    background-color: #404040;
    cursor: pointer;
    z-index: 10;

}
.page-modal  .close-modal:hover,.close-modal:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.page-modal  .close-modal .lr,.close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 35px;
    margin-left: 16px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page-modal  .close-modal .lr .rl,.close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 35px;
    background-color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#privacy, #privacy h4 a,#privacy h4 a:active{color: #1f1f1f}
@media (min-width: 768px){
.page-modal .close-modal{width:50px;height:50px;}
.page-modal .close-modal .lr {height: 50px; margin-left: 24px;}
.page-modal .close-modal .lr .rl {height: 50px}
}
@media (min-width: 1920px){
.page-modal .close-modal{width:75px;height:75px;}
.page-modal .close-modal .lr {height: 75px; margin-left: 36px;}
.page-modal .close-modal .lr .rl {height: 75px}
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #414141;
    color: #f0f0f0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    font: normal 15px/36px tahomaregular;
    right: 5px;
    bottom: 5px;
    padding-top: 2px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1000;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1;
}
.scroll-top-wrapper i.fa {line-height: inherit}
.campo-nome{display: none}
.little{font-size: 80%}
.incolonna{margin-bottom: 20px}
@media(min-width:768px) {
.modal-dialog{margin: 50px auto;}

}
@media(min-width:768px) {
    section{padding:100px 0;}
    section#estesa{padding:80px 0;}
    #gallery .gallery-item {margin: 0 0 30px;}
    section#contact .recapiti{text-align: left}
    .timeline:before {left: 50%;}
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}
@media(min-width:992px) {
    .timeline>li {min-height: 150px;}
    .timeline>li .timeline-panel {padding: 0 20px 20px;}
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {padding: 0 20px 20px;}
}
@media(min-width:1200px) {
    .timeline>li {min-height: 170px;}
    .timeline>li .timeline-panel {padding: 0 20px 20px 100px;}
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline>li .timeline-image h4 {margin-top: 40px;}
    .timeline>li.timeline-inverted>.timeline-panel {padding: 0 100px 20px 20px;}
}
.close{padding-right:10px;color: #fff; text-shadow: none; opacity: 0.7;font-weight:500;}
.close:hover{opacity:1;color:#fff}
#box{
   width: auto;
   font-size: 12px;
   line-height: 20px;
   right: -240px;
   top: 25%; /* change this value to place the menu higher or lower */
   position: fixed;
   z-index: 100;
}
#tab{
   float: left;
   list-style: none outside none;
   margin: 0;
   padding: 5px;
   position: relative;
   z-index: 99;
   width: 50px;
   opacity:1;
   z-index: 1;
   background: #f0f0f0;
   border: 1px solid #B4B8BB;
   border-right:none;
   border-radius: 4px 0 0 4px;
   color:#111111;
}
#arrow{font-size: 40px;}
#tab li span{
   display: block;
   padding: 0 5px;
   position: relative;
}
#link{
   width: 240px;
   padding: 10px 10px 10px 5px;
   float: left;
   border: 1px solid #B4B8BB;
   border-right:none;
   border-radius: 0 4px 0 4px;
   background: #f0f0f0;
   font-size: 130%;
   opacity: 0.9;
   z-index: 1;
}
#link div{padding: 5px 0 0 10px}
#link div:before{
   font-family: FontAwesome;
   content: "\f0da";
   padding: 0 5px 0 0;
}
.sho, .hid{
   transition: margin-right .4s ease-in;
   -webkit-transition: margin-right .4s ease-in;
}
.hid{margin-right:0px;}
.sho{margin-right:220px;}
#arrow{cursor: pointer;}
p.indice{
   font-size: 120%;
   padding: 0;
   margin: 0 0 5px;
   border-bottom:1px solid #ccc;
}
.bg-none{
   background: none;
   border: none;
}
/* FATA MORGANA */
table#personaggi, table#regia, table#tecnici{margin:25px 0 5px}
table#personaggi .span-h2, table#regia .span-h2, table#tecnici h2{margin: 0;padding:0}
table#personaggi thead, table#regia thead, table#tecnici thead{background-color: #eeeeee;}
table#personaggi th.sx, table#personaggi td.sx, table#tecnici th.sx, table#tecnici td.sx{text-align: right; width:50%}
table#personaggi td.dx, table#tecnici td.dx{text-transform:uppercase}
label{font-weight: normal}
.tab-content{
   padding: 10px;
   background: #fff;
   border: 1px solid #ddd;
   border-top:none
}
input[type=search], select {
   border: 1px solid #ddd;
}
.tabbable li a:hover{
   background: none;
   border-top:1px solid #f7f7f7;
   border-right:1px solid #f7f7f7;
  
}
.metisFolder li{
margin: 5px 0;
}
.header-content{
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    z-index: 10;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-h1{
    color: #ffffff;
    font-size: 200%;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 0 .12ch 5px #000000,0 -1px 0 #000000;
}
@media screen and (orientation: landscape){
    .header-content{
        width: 70%;
        left: 15%;
    }
}
@media screen and (min-width: 768px){
    .header-h1{
        font-size: 300%;
    }
}
@media screen and (min-width: 1920px){
    .header-h1{
        font-size: 350%;
    }
}
#contact{
    background-color: #ffffff;
}
.intro-rassegne{display: flex; flex-wrap: wrap;gap: 30px;}
.item-rassegne{width: 100%;}
@media screen and (min-width:768px){
    .intro-rassegne{max-width:600px; margin-inline: auto;}
}
@media screen and (min-width:1024px){
    .intro-rassegne{max-width: 100%;}
    .item-rassegne{width: calc(50% - 30px);}
}
.table-container{width: 100%; overflow-x: auto;margin-bottom: 80px;}
.paging_two_button{display:flex;gap:10px;}
.skip-link {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    color: #000000;
    font-weight: 500;
    background: #ffffff;
}

.skip-link:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}