/*----------Lightbox Popup-------*/


div#lightboxPopup {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    /* height: 100%; */
    background: rgba(0, 0, 0, 0.69);
    z-index: 99999999999;
    /* padding-left: 50%; */
    /* display: table !important; */
    overflow: auto;
}
#lightboxScrollFrame {
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    /* padding-left: 50%; */
    display: table !important;
    overflow: auto;
    /* margin: 2%; */
    /* width: 96%; */
    /* max-width: 960px; */
}
.lightboxWrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
div#popupContainer {
    position: relative;
    padding: 15px 20px;
    background: #fff;
    text-align: left;
    display: inline-block;
    max-width: 800px;
    margin: 2%;
    width: 96%;
    /* width: 100%; */
    /* margin: 0px; */
}
div#lightboxPopup a.close {
    display:  block;
    float: right;
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 6px;
	cursor: pointer;
    z-index: 1;
}
div#lightboxPopup header {
    font-size: 20px;
    position: relative;
    letter-spacing: 0.4px;
	padding: 0px 0px 5px;
    border-bottom: solid 1px #999;
    margin-bottom: 10px;
    z-index: 0;
}

div#lightboxPopup header h1 {
    font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.5px;   
    text-decoration: none;
    width: 100%;
    padding: 0px;
    border: none;
    margin-bottom: 0px;
    text-align: center;
}

div#popupContainer p {
    margin-top: 0px;
}
div#popupContainer img {
    max-width: 100%;
    height: auto;
}

div#popupContainer.frameless {
    position: relative;
    padding: 15px 3px 0px;
}
#popupContainer.frameless header {
    border-bottom: none;
    margin-bottom: 0px;
}

.lightboxWrapper #content > .column_container {
    min-height: auto !important;
}
#popupContainer .iframeContainer {
    padding-bottom: 3px;
}

@media (min-width: 981px) and (max-width: 1230px) {


}
