@font-face {
	font-family: 'arrows';
	src:url('../fonts/arrows/arrows.eot');
	src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arrows/arrows.woff') format('woff'),
		url('../fonts/arrows/arrows.ttf') format('truetype'),
		url('../fonts/arrows/arrows.svg#arrows') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html {height: 100%;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* Animation Related*/

.bb-container {
	height: 100%;
}

/*body {
	overflow: hidden;
}*/

.bb-bookblock {
	width: 400px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	-webkit-perspective: 1300px;
	perspective: 1300px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-page {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.bb-vertical .bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}


.bb-page > div,
.bb-outer,
.bb-content,
.bb-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-vertical .bb-content {
	width: 200%;
}


.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bb-vertical .bb-back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}


.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}

.bb-overlay, 
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}

.bb-bookblock.bb-vertical > div.bb-page:first-child,
.bb-bookblock.bb-vertical > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Content display */

.bb-vertical .bb-front .bb-content {
	left: -100%;
}

/* Flipping classes */
.bb-vertical .bb-flip-next,
.bb-vertical .bb-flip-initial {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bb-vertical .bb-flip-prev {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.bb-vertical .bb-flip-next-end {
	-webkit-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}

.bb-vertical .bb-flip-prev-end {
	-webkit-transform: rotateY(-165deg);
	transform: rotateY(-165deg);
}


/*Class CSS*/

.bb-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
}

.bb-custom-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.bb-custom-wrapper .bb-bookblock {
	width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}

.bb-custom-side {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	background: #fff;
	/* Centering with flexbox */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bb-custom-wrapper > nav {
	width: 100%;
	height: 40px;
	margin: 1em auto 0;
	position: absolute;
	bottom: 20px;
	z-index: 1000;
	text-align: center;
}

.bb-custom-wrapper > nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 2px;
	background: #1baede;
	color: #fff;
	font-size: 0;
	margin: 2px;
	text-decoration: none;
}

.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
}

.bb-custom-icon:before {
	background-color:#bb192c;
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;
	line-height: 40px;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
	content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
	content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (max-width: 61.75em){
	.bb-custom-side {
		font-size: 70%;
	}
}

@media screen and (max-width: 33em){
	.bb-custom-side {
		font-size: 60%;
	}
}

.newstable{
    height: 850px;
    overflow-y: overlay;
    overflow-x: hidden;
    padding: 0;
    width: 85%;
}

.newsfrow{
	color: #ffffff;
	background-color: #bb192c;
}

.newsrow{

	border-bottom: 2px solid #eaeaea; 
}

.newstable::-webkit-scroll-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.newstable::-webkit-scrollbar
{
	width: 5px;
	background-color: #eaeaea;
}

.newstable::-webkit-scrollbar-thumb
{
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.right-page{
	background: #E9E9E9;
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
}

.newsrow:hover {
	cursor: pointer;
	color: #ff0000;
}

/*.page1jump:hover{
	cursor: pointer;
	color: #ff0000;
}

.page2jump:hover{
	cursor: pointer;
	color: #ff0000;
}

.page3jump:hover{
	cursor: pointer;
	color: #ff0000;
}

.page4jump:hover{
	cursor: pointer;
	color: #ff0000;
}

.page5jump:hover{
	cursor: pointer;
	color: #ff0000;
}*/

.jl99-newsroomtitle {
	color: #ffffff;
	background-color: #bb192c;
	padding: 8px 20px;
}

.jl99-newsroomtitle p {
	font-family: serif;
	font-weight: bold;
	margin-top: 4px;
}

.jl99-newsroomcontent { padding: 8px 20px; }

.jl99-newsroomcontent p {
	font-family: serif;
	font-weight: bold;
	font-size: 12px;
}

.jl99-newsroomcontent p>span {
	font-family: serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
}

.jl99-rightnewsroom { color: #29282a; text-align: center; }

.jl99-rightnewsroom .jl99-rightnewsroom-title h3 {
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    text-align: left;
}

span.rightnewsroomline {
	background-color: #d5d5d6;
	width: 100%;
	height: 1px;
	margin: 25px auto 25px;
	display: block;
}

.jl99-rightnewsroom .jl99-rightnewsroom-date h5 {
    font-weight: bold;
    letter-spacing: 1px;
    float: right;
    color: #bb192c;
    margin: 0 0 30px 0;
}

.jl99-rightnewsroom img { margin: auto auto; }

.jl99-rightnewsroom .jl99-rightnewsroom-description p {
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	margin-top: 15px;
	padding: 0 90px;
}

.jl99-newsroommobile { display: none; }


/* JL99 - START MOBILE VIEW */
@media only screen and (max-width: 1366px) {
	.newstable {
	    height: 630px;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    padding: 0 15px;
	    width: 90%;
	}

	.jl99-rightnewsroom .jl99-rightnewsroom-description p { padding: 0 5px; }

	.bb-custom-wrapper > nav a {
		width: 35px;
		height: 30px;
	}
 
	.bb-custom-icon:before {
		font-size: 20px;
		line-height: 30px;
	}
}


@media only screen and (max-width: 1280px) {
}


@media only screen and (max-width: 1170px) {
	.jl99-newsroomtitle p { font-size: 12px; }

	.jl99-newsroomcontent p { font-size: 10px; }

	.jl99-rightnewsroom .jl99-rightnewsroom-title h3 { font-size: 18px; }

	.jl99-rightnewsroom .jl99-rightnewsroom-date h5 { font-size: 12px; margin: 0 0 12px 0; }

}

@media only screen and (max-width: 1024px) {
	.newstable {
	    height: 650px;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    padding: 0px 0px;
	    width: 95%;
	}

	.jl99-rightnewsroom .jl99-rightnewsroom-description p { font-size: 14px; }

	.jl99-rightnewsroom { margin-top: 20px; }
}

@media only screen and (max-width: 480px) {
	.bb-container { display: none; }

	.jl99-newsroommobile { display: block; }

	.jl99-newsroommobile .simplebar, [data-simplebar-direction] {
		position: relative;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		/* Trigger native scrolling for mobile, if not supported, plugin is used. */
	}
	.jl99-newsroommobile .simplebar .simplebar-scroll-content, [data-simplebar-direction] .simplebar-scroll-content {
		overflow-y: scroll;
		overflow-x: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		-ms-overflow-style: none;
		/* hide browser scrollbar on IE10+ */
	}

	/* hide browser scrollbar on Webkit (Safari & Chrome) */

	.simplebar-scroll-content::-webkit-scrollbar {
		display: none;
	}
	[data-simplebar-direction="horizontal"] .simplebar-scroll-content, .simplebar.horizontal .simplebar-scroll-content {
		overflow-x: scroll;
		overflow-y: auto;
	}
	.simplebar-track {
		z-index: 99;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 11px;
	}
	.simplebar-track .simplebar-scrollbar {
		position: absolute;
		right: 2px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		min-height: 10px;
		width: 7px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		opacity: 0;
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		-o-transition: opacity 0.2s linear;
		-ms-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
		background: #6c6e71;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
	}
	.simplebar-track:hover .simplebar-scrollbar {
		/* When hovered, remove all transitions from drag handle */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		opacity: 0.7;
		-webkit-transition: opacity 0 linear;
		-moz-transition: opacity 0 linear;
		-o-transition: opacity 0 linear;
		-ms-transition: opacity 0 linear;
		transition: opacity 0 linear;
	}
	.simplebar-track .simplebar-scrollbar.visible {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		opacity: 0.7;
	}
	[data-simplebar-direction="horizontal"] .simplebar-track, .simplebar.horizontal .simplebar-track {
		top: auto;
		left: 0;
		width: auto;
		height: 11px;
	}
	[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar, .simplebar.horizontal .simplebar-track .simplebar-scrollbar {
		right: auto;
		top: 2px;
		height: 7px;
		min-height: 0;
		min-width: 10px;
		width: auto;
	}
	.jl99-newsroommobile #myElement {
		height: 768px;
	}






	.jl99-newsroommobile .jl99-mobilenewsredbar {
	    background-color: #bc2a2a;
	    color: #fff;
	    padding: 1px 15px;
	    font-weight: bold;
	}

	.jl99-newsroommobile .jl99-mobilenewscontent h5 {
		padding: 2px 15px;
		font-weight: bold;
		font-size: 14px;
	}

	.jl99-newsroommobile .jl99-mobilenewscontent h5 a {
		color: #000;
	    padding-bottom: 10px;
	    display: block;
	}

	.jl99-newsroommobile .jl99-mobilenewscontent h5 a:hover,
	.jl99-newsroommobile .jl99-mobilenewscontent h5 a:active,
	.jl99-newsroommobile .jl99-mobilenewscontent h5 a:focus {
		text-decoration: none;
		color: #bb192c;
		-webkit-transition: 350ms all ease;
		transition: 350ms all ease;
	}
}

@media only screen and (max-width: 320px) {
	.jl99-rightnewsroom .jl99-rightnewsroom-description p {
	    font-size: 12px;
	}
}

