body, html
{
    margin: 0; padding: 0; height: 100%; overflow: hidden;   

}

a.btn-skip{
    
    position: fixed;
    bottom: 15%;
    right: 15px;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #333;
}




/* FOOTER */
.footer{
    display: none;
    /*
    position: fixed;
    bottom: 0px;    
    padding: 10px 0px;
    min-height: 50px;
    background-color: #555;
    width: 100%; 
    text-align: center;
    */
}
.footer p a, footer p{
    color: #ccc;
    font-size: 12px; 
    letter-spacing: 1px;
}
.footer p a:hover{
    text-decoration: none;
}

.footer img{
    width: 25px;
    float: right;
    margin-right: 15px;
}


/* FOOTER CLOSED */







/*pop-up subscription form*/
.modal-content h4{
    text-align: center;
}
.modal-header{
    border-bottom: 1px solid #393939;
}
.modal-footer{
    border-top: 1px solid #393939;
}
.modal-content{
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background-color: #4444;
    color: #fff;
    border: 1px solid #555;
    border-radius: 20px;
}
.modal-content form input{
    background-color: #ddd;
}
.form-control{
    background-color: #555;
    border: 0px;
}


