
.modal-content {
    border-radius: 0;
    margin-top: 0
}

.modal-dialog {
    width: 100%!important;
    height: 100%!important;
    margin: 0 auto
}

.lightbox-modal {
    background: rgba(0,0,0,0.9);
    z-index: 1049;
}

.lightbox-modal .modal-content {
    background-color: transparent;
    width: 100%!important;
    height: 100%!important;
    border: 0 solid #ccc
}

.lightbox-modal .modal-body {
    width: 100%!important;
    height: 100%!important;
    background: rgba(0, 0, 0, .7);
    border-radius: 0;
    position: relative;
    padding: 0px;
}

.lightbox-modal .modal-body .close {
    position: fixed;
    top: 22px;
    right: 20px;
    font-size: 20px;
    color: #fff;
    opacity: .6;
    outline: 0;
    border: none;
    box-shadow: none;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);
    z-index: 1002;
}

.lightbox-modal .modal-body .close:hover {
    opacity: 1
}

.lightbox-nav {
    position: absolute;
    margin-bottom: 0px;
    text-align: center;
    font-size: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0%;
}

.lightbox-nav .btn-group {
    width: 100%;
    height: 62px;
    position: relative;
    top: 50%;
    margin-top: 0px;
}

.lightbox-image-container {
    width: 100%!important;
    height: 100%!important;
    position: relative;
    text-align: center;
    padding: 63px 0px 37px 0px;
}

.lightbox-image-container img {
    border-radius: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    max-height: 100%!important
}

.lightbox-image-container > button {
    position: absolute;
    bottom: 20px;
    margin-left: -60px;
    font-weight: bold;
}

.img-label {
    width: 260px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -130px;
    font-size: 13px;
    color: #ddd;
    font-weight: bold;
    text-align: center;
}

.ngbtnslidernext,
.ngbtnsliderprev,
.ngbtnslidernext:hover,
.ngbtnsliderprev:hover,
.ngbtnslidernext:active,
.ngbtnsliderprev:active {
    background: none;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);
    border: 0;
    opacity: .6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ngbtnslidernext:hover,
.ngbtnsliderprev:hover,
.ngbtnslidernext:active,
.ngbtnsliderprev:active {
    opacity: 1
}

.ngbtnsliderprev {
    float: left!important
}

.ngbtnslidernext {
    float: right!important
}

.lightbox-topnav {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1001;
    width: 100%;
    padding: 20px 195px 0px 40px;
}

.lightbox-topnav .cbbtn{
    width: auto;
    font-size: .85rem;
    font-family: ProximaNova-Semibold;
    float: right;
    position: fixed;
    top: 15px;
    right: 72px;
    padding: 7px 10px;
}

.lightbox-topnav>ul.lgtlist {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 42px;
    overflow: hidden;
}

.lightbox-topnav>ul.lgtlist li {
    display: inline-block;
    padding: 15px 12px;
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 12px;
    color: #ccc;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.lightbox-topnav>ul.lgtlist>li.active {
  color: #fff;
}

.lightbox-topnav>ul.lgtlist>li.active:after {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    background: #008BCF;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .lightbox-topnav {
        padding: 53px 0px 0px 0px;
        overflow: auto;
    }
    .lightbox-topnav>ul.lgtlist.lp1, .lightbox-topnav>ul.lgtlist.lp2, .lightbox-topnav>ul.lgtlist.lp3 {
        width: 100%;
    }
    .lightbox-topnav>ul.lgtlist.lp4 {
        width: 130%;
    }
    .lightbox-topnav>ul.lgtlist.lp5 {
        width: 150%;
    }
    .lightbox-topnav>ul.lgtlist.lp6 {
        width: 180%;
    }
    .lightbox-image-container {
        padding: 95px 0px 37px 0px;
    }
    .lightbox-topnav .cbbtn {
        right: 60px;
    }
    .lightbox-topnav .cbbtn {
        top: 9px;
    }
    .lightbox-modal .modal-body .close {
        top: 15px;
    }
}


