@charset "utf-8";

body {
	background-color: #eee;
	font-family: 'Roboto Condensed', sans-serif !important;
}

#video_wrapper {
	max-width: 900px;
	min-width: 300px;
	padding: 20px;
	margin: 0 auto !important;
}

.kWidgetIframeContainer {
	margin: 0 auto;
}

.logo_wrapper {
	padding-bottom: 20px;
	width: 8%;
	min-width: 50px;
	float: left;
	display: inline-block;
}

.title_wrapper {
	margin-left: 10px;
	float: left;
	display: inline-block;
}

.site_title {
	font-weight: bold;
	font-size: 1.4em;
	color: #2b3e42;
	padding: 3px 0;
}

.site_subtitle {
	color: #999;
	font-size: 1em;
	padding: 0px 3px;
}

#player {
	clear: both;
}

#epubReader{
	display: none;
}

.item_title {
	font-weight: bold;
	font-size: 0.7em;
	color: #2b3e42;
	padding: 0.5em 0.1em;
}

.external_link {
	float: right;
	font-size: 11px;
	padding: 7px 0;
	width: 33%;
	border-radius: 3px;
	border: #ccc 1px solid;
	display: block;
	margin: 10px 0;
	padding: 5px;
	text-align: justify;
}

.external_link_icon {
	margin-right: 10px;
}

.generic_wrapper {
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	min-width: 300px;
}

.generic_banner {
	position: fixed;
	height: 70px;
	width: 100%;
	background: rgb(255, 255, 255);
	z-index: 100;
}

.generic_banner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

.generic_logo_wrapper {
	width: 20%;
}

.playerTitle {
	width: 60%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 21px;
	line-height: 22px;
	text-align: justify;
}

.titleName {
	font-weight: 500;
}

.playerUtils {
	width: 18%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
}

.generic_logo {
	max-width: 117px;
	max-height: 180px;
}

.generic_title_wrapper {
	float: left;
	display: inline-block;
	padding: 15px 0 0 20px;
	text-align: left;
}

.generic_site_title {
	font-weight: bold;
	font-size: 1.2em;
	color: #2b3e42;
}

.generic_site_subtitle {
	color: #999;
	font-size: 0.9em;
}

.generic_info {
	height: 30px;
	background-color: #2b3e42;
	clear: both;
	position: fixed;
	z-index: 200;
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 0 10px;
}

#generic_nopreview,
#notexists{
	padding: 30px 0px;
	color: #443e3e !important;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	background-color: #fff;
}

.inner_generic_nopreview {
	padding: 70px 60px;
	width: 985px;
	margin: 0 auto;
	box-shadow: 3px 5px 12px 2px #818181cf;
	-webkit-box-shadow: 3px 5px 12px 2px #818181cf;
	-o-box-shadow: 3px 5px 12px 2px #818181cf;
	-ms-box-shadow: 3px 5px 12px 2px #818181cf;
	-moz-box-shadow: 3px 5px 12px 2px #818181cf;
	background: #efe4d5;
	border-radius: 20px;
}

.noReviewIntro img {
	float: left;
	max-width: 247px;
	margin-right: 20px;
}

.noReviewIntro {
	margin-bottom: 70px;
}

.noReviewIntro p {
	position: relative;
	top: 30px;
}

.fixerIcon {
	max-width: 35px;
	min-width: 35px;
	max-height: 45px;
	margin-right: 10px;
	position: relative;
	/* top: 10px; */
}

#generic_nopreview a {
	color: #428bca;
}

#generic_nopreview a:hover {
	color: #2a6496;
}

#html_container {
	width: 100%;
}

#img_container {
	width: 100%;
	clear: both;
	min-width: 50px;
	padding: 10px;
	border: #eee 1px solid;
}

#content_frame {
	width: 100%;
	height: 100%;
	border: none;
}

#content_img,
#preview_content_img {
	width: 100%;
	min-width: 50px;
}

.content_frame {
	width: 100%;
	height: 100%;
}

.toggleDisplay {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -30px;
	right: 50px;
	z-index: 300;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: #333 1px solid;
	border-top: none;
	background-color: #fff;
	cursor: pointer;
}

#hideDisplay {
	background-image: url(../images/arrowup.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 3px 3px;
}

#showDisplay {
	display: none;
	background-image: url(../images/arrowdown.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 3px 3px;
}

.content_hide {
	margin-top: 30px !important;
	margin: 0 auto;
}

.content_show {
	margin-top: 101px !important;
	margin: 0 auto;
}

.banner_hide {
	top: -70px;
}

.banner_show {
	top: 0px;
}

.info_hide {
	top: -59px;
}

@media (max-width: 1270px) {
	.generic_logo {
		width: 160px;
	}
}

@media only screen and (min-width:0px) and (max-width:639px) {
	.generic_info_txt {
		display: none
	}
}

@media screen and (max-width:500px) {
	.generic_info {
		height: 40px;
	}
}

@media (max-width: 992px) {
	.playerTitle {
		visibility: hidden !important;
	}
}