.Normal #Background {
  background: #F0F0ED;
}
#Panes{
	padding-top:0
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 750px;
  margin: 20px auto;
}
.mfp-open .white-popup{
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
	
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.white-popup button.mfp-close{
	color:#656565!important;

}
.imagem{
	width:144px;
	float:left;
	margin:0 20px 20px 0;

}
.conteudo h2{
	font-weight:400;
}

.img-responsive{
	width:100%;
	height:auto;
	display:block;
}
.autor{
	font-weight:400;
	color:#B01B2E;
}
.editora{
	font-weight:300;
	font-style: italic;
}
.sinopse{
	margin-top:15px;
	font-weight:400;
}


/*====== Zoom-out effect ======*/

.mfp-zoom-out  {
  /*background:#fff;*/
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready  {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/*====== Fade-In effect ======*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
/*====== =====*/


.owl-carousel.novidades{
	margin-bottom:40px;
	margin-top:20px;
}


.Book-item {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  line-height: 1.42857143;
  border: 0px solid #ddd;
  -moz-border-radius: 8px 8px 2px 2px;
  -webkit-border-radius: 8px 8px 2px 2px;
  border-radius: 8px 8px 2px 2px;
  position: relative;
  background: #B01B2E;
  border-top: 4px solid #B01B2E;
  margin:10px 0;
  -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.3);
  -moz-box-shadow: 0 1px 3px rgba(34,25,25,0.3);
  -o-box-shadow: 0 1px 3px rgba(34,25,25,0.3);
  -ms-box-shadow: 0 1px 3px rgba(34,25,25,0.3);
  box-shadow: 0 1px 3px rgba(34,25,25,0.3);  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.owl-carousel.novidades .owl-stage-outer{
	/*border: 8px solid #F0F0ED;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;

  /*background: #0E0E0E;*/
}
.owl-carousel.novidades .owl-item{
  width:100%;
  border: 0;

  /*background: #0E0E0E;*/
  padding: 0;
  margin: 0;
 }
 .owl-carousel .owl-item img {
    height:200px;
    width:auto!important;
    display: block;
	margin: 33px auto 20px auto;
}
span.book-title{
	display:block;
	padding: 0 10px;
	margin-bottom:30px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #B01B2E;
  font-size: 11px;
  line-height: 11px;
  height: 24px;
  text-transform: uppercase;
  text-align: center;

}
 .edit  {
    text-align:right;
}
.owl-carousel .item {
    margin:0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #B01B2E!important;
}
/* Thumb Info */
.img-thumbnail{
  position: relative;
  line-height: 1.42857143;
  background-color: #fff;
  /*
  padding: 5px;
  border-radius:2px;
  */
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.owl-carousel.eventos .owl-item .thumb-info{
	display:block;
	position:relative;
}
.owl-carousel.eventos .owl-item img{
/*
	margin-bottom:-10px;
*/	
}
/*
.owl-carousel.eventos .thumb-info:hover .thumb-info-action-icon {
	top: 50%;
	right:25px;
}
.owl-carousel.eventos .thumb-info .thumb-info-action-icon {
	top: 40%;
	right:0%;
	margin-top:-25px;
	margin-right:-25px;
	border-radius: 25px 0 0 25px;
}
.owl-carousel.eventos .thumb-info .thumb-info-action-icon i {
	left: 4px;
	top: 1px;
}
*/

.thumb-info {
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	cursor:pointer;
}
.thumb-info a{
	color:#fff;
}
.thumb-info.secundary {
	background: #fff;
background: #F5F5F5;
  background-color: transparent;
  background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;	
	overflow: hidden;
  -moz-border-radius: 8px 8px 2px 2px;
  -webkit-border-radius: 8px 8px 2px 2px;
  border-radius: 8px 8px 2px 2px;

}
.thumb-info:hover .thumb-info-action-icon {
	right: 0;
	top:0;
}

.thumb-info:hover .thumb-info-action {
	filter: alpha(opacity=100);
	opacity: 1;
}

.thumb-info:hover .thumb-info-title {
	background: #000;
}

.thumb-info .thumb-info-action-icon {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #B01B2E;
    -moz-border-radius: 0 8px 0 25px;
    -webkit-border-radius: 0 8px 0 25px;
	border-radius: 0 8px 0 25px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	width: 50px;
}

.thumb-info .thumb-info-action-icon i {
	font-size: 22px;
	left: 2px;
	position: relative;
	top: -1px;
}

.thumb-info .thumb-info-action {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(36, 27, 28, 0.9);
	bottom: 0;
	color: #FFF;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	opacity: 0.0;
	overflow: hidden;
    -moz-border-radius: 8px 8px 2px 2px;
    -webkit-border-radius: 8px 8px 2px 2px;
	border-radius: 8px 8px 2px 2px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.thumb-info .thumb-info-inner {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	/*white-space: nowrap;*/
}

.thumb-info .thumb-info-title {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(36, 27, 28, 0.9);
	top:50%;
	/*margin-top:-25px;*/
	color: #FFF;
	font-size: 15px;
	line-height:20px;
	font-weight: 400;
	left: 0;
	letter-spacing: 0;
	padding: 9px 11px 9px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	z-index: 1;
}

.thumb-info .thumb-info-type {
	background-color: #B01B2E;
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	text-transform: none;
}

.thumb-info img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
}

.thumb-info:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* Thumb Info Caption	*/
.thumb-info-caption {
	padding: 10px 0;
}

.thumb-info-caption p {
	font-size: 0.9em;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 10px;
}

/* Thumb Info Secundary */

.thumb-info.secundary .thumb-info-action-icon i {
 /* font-size: 20px;*/
  left: 1px;  
  top:-2px;
}

.thumb-info.secundary:hover .thumb-info-action-icon {
  right: 0;
  top: -2px;
}

.thumb-info.secundary .thumb-info-title {
	background: transparent;
	bottom: auto;
	left: 0;
	right: 0;
	top: 35%;
	text-align: center;
	opacity: 0;
	font-size:13px;
	line-height:16px;
	font-weight:300;
}

.thumb-info.secundary .thumb-info-type {
	float: none;
}

.thumb-info.secundary:hover .thumb-info-title {
	top: 42%;
	opacity: 1;
}

.fa-link:before {
  content: "\ea7e"; /* e885   e9c3  ea7e edb4*/    
}
/* Responsive */
@media (max-width: 991px) {
	.thumb-info .thumb-info-title {
		font-size: 14px;
	}

	.thumb-info .thumb-info-more {
		font-size: 11px;
	}
}
@media screen and (max-width: 667px),only screen and (max-device-width :667px) {
	.imagem{
		width:100px;
	}
}
