@import url("./css/animate.css");

/*.container {
    background: white;
    padding-bottom: 2em;
}*/

/* Lightbox */
div.ml_box {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*background: rgba(75, 75, 75, 0.95) url(img/logo-celtrap.png) no-repeat bottom right;*/
    background: rgba(75, 75, 75, 0.95)url(img/logo-celtrap.png) no-repeat bottom center;
    text-align: center;
}

div.ml_box img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*cursor: zoom-out;
    cursor: -webkit-zoom-out;*/
    cursor: pointer;
    cursor: hand;
    border-radius: 4px;
    border: 4px solid #D7D7D7;
	background: white;
	/*background: #000 url(URL-MARCA-DE-AGUA) no-repeat bottom right;*/
}

div.ml_box .animated,
div.ml_box.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/*.container img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}*/
.container img {
    cursor: pointer;
    cursor: hand;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
