*{
	margin:0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Segoe UI", Arial, sans-serif;
}

.reset-padding-bootstrap{
	padding-right: 0px;
	padding-left: 0px;
}

.bb-custom-wrapper {
	height: 100%;
    position: absolute; /* Stay in place */
    width: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    top: 0px;
    z-index: 100;

}


.close-popup .fa-times {
    color: #ddd;
    opacity: 0.8;
}

.close-popup {
    float: right;
    font-size: 28px;
    right: 30px;
    position: absolute;
    z-index: 10000;
    font-weight: 500;
}

.close-popup .fa-times:hover,
.close-popup .fa-times:focus {
    color: #ddd;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
}


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

.bb-custom-side {
	height: 100%;
	overflow: hidden;
	/* Centering with flexbox */
	display: -webkit-box;
	display: -moz-box;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: crosshair;

	background-color: #F4F7F8;
	padding-right: 0px;
	padding-left: 0px;

}

.icon-news{
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 20px;
	max-height: 35px;
	cursor: pointer;
}
.cover-news{
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}

.mobile-landscape .cover-news {
	width: auto !important;
	height: 100% !important;
}

.bb-custom-side p {

	font-size: 14px;
	font-weight: 300;
}

.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.lst-back-next {
	height: 32px;
	margin: 1em auto 0;
	position: fixed;
	bottom: 30px;
	z-index: 30;
	text-align: center;
}

.lst-back-next a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 2px;
	background: #1baede;
	color: #fff;
	font-size: 0;
	margin: 2px;
}

.lst-back-next a:hover,
.lst-back-next a:focus {
	opacity: 0.6;
	text-decoration: none;
}

.bb-custom-icon:before {
	font-family: FontAwesome;
	speak-as: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;
	line-height: 32px;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
	content: "\f051";
}
.bb-custom-icon-in:before{
	content: "\f010";
}
.bb-custom-icon-out:before{
    content: "\f00e";
}
.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
	content: "\f0da";
}

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





/*Dialog cover*/

.dialog-cover-news{
	margin: 0px auto;
	height: 100%;
	width: 100%;
}


.black-bg-cover{
	background-color: #000;
}


.number-page-directive{
	width: 80px;
	display: inline-block;
}
.number-page-directive .number-page{
	height: 32px;
	width: 40px;
	box-shadow: none;
	border: 0px;
	border-radius: 2px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 12px;

}
.number-page-directive .goto{
	height: 32px;
	width: 40px;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	background-color: #1baede;
	border-radius: 2px;
}

.ctrl-slider{
	position: absolute;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
a.ctrl-slider{
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 2px;
	background: #1baede;
	color: #fff;
	font-size: 0;
	margin: 2px;
	z-index: 1000;
}

a.ctrl-slider:hover,
a.ctrl-slider:focus {
	opacity: 0.6;
	text-decoration: none;
}

#bb-nav-prev1{
	left: 15px;
}
#bb-nav-next1{
	right: 15px;
}
.hidden-next-last, .lst-back-next{
	display: none;
}
.bb-custom-wrapper:hover > .hidden-next-last,
.bb-custom-wrapper:focus > .hidden-next-last{
	display: block;
}

.bb-custom-wrapper:hover > .lst-back-next,
.bb-custom-wrapper:focus > .lst-back-next{
	display: block;
}
@media (min-width: 768px) {
	.double-page:nth-child(odd) img{
		margin-right: 0px;
	}
}

@media (min-width: 768px) {
	.double-page:nth-child(even) img{
		margin-left: 0px;
	}
}