.hideIsMobile {
	display: none;
}

/* MOBILE LOGIN 768px */
@media(max-width: 768px) {
	.hideIsMobile {
		display: block;
	}

	.hideIsWeb {
		display: none;
	}

	#wrapperSite {
		width: 100%;
		margin-top:0px;
		padding-top:0px;
	}

	#mobileTitle {
		width: 86%;
		padding: 0 7%;
		margin-bottom: 30px;
	}

	#mobileTitle .title {
		color: #393C4B;
		font: 400 30px 'Aprex-New-Bold', sans-serif;
	}

	#mobileTitle .cod {
		color: #393C4B;
		font: 400 16px 'Aprex-New-Bold', sans-serif;
	}

	#mobileTitle .autor {
		color: #CCCCCC;
		text-transform: uppercase;
		font: 700 13px 'PT-Sans', sans-serif;
	}

	#mobileTitle .rating {
		margin-top: 5px;
		color: #949494;
		text-transform: uppercase;
	}

	#mobileTitle .rating img {
		margin-right: 5px;
	}
	#pageTitle{
		 margin-bottom: 0px;
	}
	.shadowHeader{
		background-position: center,center;
	}

	#leftBook {
		width: 100%;
	}

	#autor,
	#videos{
		width: 86%;
		margin: 0 7%;
	}
	#autor {
		margin-top: 20px;
	}
	.infosBook > .title {
		width: 100%;
	}
	#autor .left, #autor > .right {
		width: 100%;
		margin-right: 0;
	}
	#autor .left img {
		float: left;
	}
	#autor .left a {
		clear: both;
		margin: 20px 0;
	}
	#videos {
		margin-bottom: 30px;
	}
	#videos .left {
		width: 100%;
		margin-right: 0;
	}
	#videos .left img {
		max-width: 100%;
		margin-bottom: 10px;
	}
	#videos .right,
	#videos .video{
		width: 100%;
	}

	#rightBook {
		width: 86%;
		margin: 0 auto;
		float: none;
	}
	#rightBook .titles {
		width: 100%;
	}
	#rightBook .col {
		width: 100%;
	}
	#autorBooks {
		width: 100%;
	}
	.carouselFundo .wrapperTop .title {
		font-size: 20px;
	}
	#noticiasLaterais{
		width:100%;
	}
	#noticiasLaterais ul li{
		margin:0px;
	}
}

/* MOBILE LOGIN 340px */
@media( max-width: 340px ) {
	#detalhe .right .top .info {
		text-align: left;
	}
	#videos .videoYoutube .btnPlay{
		left: 33%;
		top: 16%;
	}
}