﻿
/* custom ekko lightbox css for Corporate */

.modal-title {
    margin: 0;
    line-height: 1.828571;
}

    .modal-title h4 {
        font-size: 18px;
    }

.modal-header {
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
    }

.modal-header button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

    .modal-header button.close:hover,
    .modal-header button.close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }


.lightbox_social > .facebook {
    top: 3px;
}

.ekko-lightbox-nav-overlay a span {
    color: black;
}