
/* **********************************************************
	EK Box
*********************************************************** */
.ek-box-title-inner,
.ek-box-info-inner,
.ek-box-loading-inner,
div.ek-box-message {
	font-weight: 200;
	color: #000; }

.ek-box-settings {
	display: none; }

.ek-box-container {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 10005;
	text-align: left;
	visibility: hidden;
	display: none;
	width: 100%;
	height: 100%; }

.ek-box-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #323232;
	opacity: 0.6; }

.ek-box-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px; }

.ek-box-wrapper-inner {
	position: relative;
	min-height: 200px;
	min-width: 400px;
	background-color: transparent;
	padding: 10px; }

.ek-box-body {
	position: relative;
	height: 100%; }

.ek-box-player.html {
	height: 100%;
	overflow: auto; }

.ek-box-body img {
	border: none; }

.ek-box-loading {
	position: relative;
	height: 100%;
	width: 100%;
	height: 100px; }

.ek-box-loading-inner {
	/* position: absolute; */
	font-size: 14px;
	line-height: 24px;
	height: 124px;
	top: 5px;
	width: 100%;
	text-align: center; }

.ek-box-loading-inner span {
	padding-left: 100px;
	display: inline-block;
	padding: 20px 20px 20px 50px;
	border-radius: 8px;
	box-shadow: 0 0 0 6px rgba(208, 213, 203, 0.3);
	background: #ffffff;
	/* background: url("../images/ajax-loader.gif") no-repeat 10px center #ffffff; */
	text-align: right; }

.absolute_top_right {
	position: absolute;
	top: 17px;
	left: 17px;
	display: block;
	float: right;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	z-index: 10050; }

.ek-box-nav-close {
	margin : 0 auto 15px auto;
	width : 150px;
	display : block;
	color : #fff!important;
	/* line-height: 9px; */
	/* height: 24px; */
	/* width: 24px; */
	/* border-radius: 12px; */
	/* padding: 0; */
	/* border: 2px solid #000000; */
	/* background: #ffffff; */
	/* color: #000000; */
	/* font-size: 19px; */
	/* position: absolute; */
	/* z-index: 10050; */
	/* top: 9px; */
	/* top: -40px; */
	/* right: 9px; */
	/* right: 50%; */
	/* left: auto;  */
}
