.footer-dark {
    padding: 0px;
    color: #f0f9ff;
    background-color: #282d32
}

.footer-dark h3 {
    font-weight: 700;
    font-size: 16px
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: .6
}

.footer-dark ul a:hover {
    opacity: .8
}

.footer-dark .item.text {
    margin-bottom: 3px
}

@media (min-width: 901px) {
    .homeclips {    
        height: 240px;
    }
}

@media (max-width: 900px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 2px
    }

    .footer-dark .item.text {
        margin-bottom: 0
    }

    .homeclips {    
        height: 80px;
    }
}

.footer-dark .item.text p {
    opacity: .6;
    margin-bottom: 0
}

.footer-dark .item.social {
    text-align: center
}



.footer-dark .copyright {
    text-align: center;
    padding: 10px;
    opacity: .3;
    font-size: 13px;
    margin-bottom: 0
}

.homeclips {    
    border: 1px solid grey;
    border-radius: 15px;
    text-align: center;
    vertical-align: bottom;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    background-size: cover;	
	opacity: 0.6;
    transition: 1s;
}

.homeclips:hover {
    opacity: 1;
    cursor: pointer;
    border: 5px solid yellow;
}

.divfail {
   background-image:url('../img/divfail.jpg');
   background-size: cowver;	
   background-repeat: no-repeat; 
}

.pulsante_funzioni {
    border-radius: 15px;
    width: 135px;
    margin: 3px;
}

.currentclips {
    opacity: 1;
    border: 5px solid grey;
    max-width: 315px;
    height: 180px;
    margin:auto;
}

.gamespecs .offcanvas-header { background: #e0e9ff; }

.game_specification h1 { color: #333; margin-bottom: 25px; }
.game_specification h2 { font-size:18px; margin-bottom: 15px; }

.game_specification .maiuscle { font-size:22px; padding: 15px; }
