a {
    text-decoration: none;
}

/* ------------------------------------------------------------------------------*/
.thumb {
    /*border:6px solid #0093a8;*/
}

#sec-3 a{}
.lightbox {
    position: fixed;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
    opacity: 0;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    width: 100%;
    height: 100%;
    opacity: 1 !important;
    
}

.lightbox:target img {
    border: solid 17px rgba(77, 77, 77, 0.8);
    opacity: 1;
    webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.light-btn {
    color: #fafafa;
    background-color: #333;
    border: solid 3px #777;
    padding: 5px 15px;
    border-radius: 1px;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    z-index: 99;
}

.light-btn:hover {
    background-color: #111;
}

.btn-prev {
    left: 7%;
}

.btn-next {
    right: 7%;
}

.btn-close {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #fafafa;
    background-color: #92001d;
    border: solid 5px #ef4036;
    padding: 10px 15px;
    border-radius: 1px;
    text-decoration: none;
}

.btn-close:hover {
    background-color: #740404;
}

/*carrusel5*/
.carrusel5{
    overflow: hidden;
}
.carrusel5 table{
    transition: transform 0.3s ease;
}
.carrusel5 td{
    float: left;
    transition: transform 0.3s ease;
    height: 160px;
}

.carrusel5 td img{
    width: 80%;
    display: block;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.carrusel5 i{
    color: white;
    background-color: #0994a7;
    font-size: 35px;
    width: 50px;
    height: 48px;
    padding-top: 2px;
    position: absolute;
    padding-right: 4px;
    top: 40%;
    cursor: pointer;
    border: 4px solid white;
}

.carrusel5 i:last-child{
    padding: 2px 10px 10px 12px;
}

.carrusel5 .fa-angle-left{
    left: 10px;
}

.carrusel5 .fa-angle-right{
    right: 10px;
}

.zoom{transform: scale(1.6);z-index: 2;}

.zoom img{box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);}























