﻿#slvj-window {
	width: 100%;
	min-height: 100%;
	z-index: 99999;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0
}

	#slvj-window, #slvj-window * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

#slvj-background-close {
	width: 100%;
	min-height: 100%;
	z-index: 31;
	position: fixed;
	top: 0;
	left: 0
}

#slvj-back-lightbox {
	width: 100%;
	max-width: 1100px;
	height: 646px;
	margin: auto;
	z-index: 32
}

.slvj-lightbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 30px;
	margin: 0;
	background-color: #42515D;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.3);
	z-index: 53
}

	.slvj-lightbox iframe {
		width: 100%;
		height: 100%;
	}

#slvj-close-icon {
	background-image: url(/Content/images/closeIcon.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	border-radius: 35px;
	position: absolute;
	top: 3px;
	right: 3px;
	transition: all 0.25s ease;
	z-index: 551;
}

	#slvj-close-icon:hover {
		cursor: pointer;
		opacity: 0.6;
		transition: all 0.25s ease;
	}
