<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------
 *  last date: 2017.15.03
 * ------------------------------------------------------------------ */

/* Modal Video */
#myModal.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}
#myModal.fade.in{opacity:1}
.overflow-hide{overflow:hidden;}
.modal-videoBtn {
	cursor: pointer;
    color: #000;
    font-size: 12px;
    text-decoration: underline !important;
    position: relative;
    bottom: 2px;
    /* GEN-1655 */
    outline: 0;
}
#myModal, #myModal .modal-content {
	background-color: #000;
}
#myModal .modal-dialog {
	position: relative;
	width: auto;
	margin: 20px;
    top: 0;
    left: 0;
}
#myModal .modal-header {
	border: 0px;
    padding:0px 0px 0px 0px;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
}
#myModal button.close {
	position: relative;
	font-size: 21px;
    float: right;
    color: white;
    border: 0px;
    background: #000;
    height: 18px;
	padding: 0;
}
#myModal button.close img {
    width: 15px;
}
/*
iframe.video-player {
	background-color: #000;
        width: 100%;
}
*/
.video-container {
	position: relative;
	padding-bottom: 43.05%;
	overflow: hidden;
    height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
	background-color: #000;
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}
.modal-open {
    overflow: hidden
}
#myModal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
/*.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}*/
#myModal.fade .modal-dialog {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}
#myModal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open #myModal {
    overflow-x: hidden;
    overflow-y: auto
}
/* .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
} */
#myModal .modal-content {
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
#myModal .modal-header .close {
    margin-top: -5px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
#myModal .modal-body {
    position: relative;
    padding: 5px 0px;
}

/* This class needs to be added for modalpoup of flexislider */


/* .modal-body.noHeight {
    max-height: none;
}
*/
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
/* GEN-1724 */
.modal-videoBtn svg {
    position: absolute;
    left: 10px;
    top: 6px;
}
/* GEN-1726 */
a.modal-videoBtn:hover svg circle {
    stroke:#000000;
}
a.modal-videoBtn:hover svg polygon {
	fill:#000000;
}
.modal-videoBtn span.videotext {
    margin-left: 25px;
}

@media (min-width: 768px) {
    /* .modal-dialog {
        width: 600px;
        margin: 30px auto
    } */
    .modal-sm {
        width: 300px
    }
}
@media (max-width: 767px) {
	#myModal .modal-dialog {
		margin: 10px;
	}
	/* GEN-1724 */
	.modal-videoBtn.button {
		padding: 12px 0;
		font-size: 12px;
	}
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}


/* This class needs to be added for modalpoup of flexislider */
/* .modal-open .modal {
    padding-top: 0;
}

.bgPlay{
	background-color:#e9e9e9;
}

.playIconBig{
	height: 100px !important;
    width: 100px !important;
    margin: 120px 0;
}

.playIconSm    {
        height: 32px !important;
    margin: 10px 0 !important;
    border: none !important;
    }   

*/</pre></body></html>