@media only screen and (min-device-width : 0px) and (max-device-width : 319px) { body{ display:none; } }
@media only screen and (min-device-width : 980px) and (max-device-width : 1100px) {
	.width-px-900{width:70% !important; float:left !important; }
	.width-px-300{width: 30% !important; float: left!important;}
	section.content .release .release-post{width: 45%;}
	header .navbar-meu .navbar-nav > li > a{padding-left: 0}
	a.btn-orange, .btn-orange{padding: 4px 5px}
	header .top .select-language::before,header .top .logo-support::before{border: none;}
	header .top{background: none;}
	header .top .select-language{font-size: 12px;}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 980px) {
	.carousel-caption h1{font-size:25px;letter-spacing:3px;width:90%;line-height:30px;font-family: 'Antic Didone', serif;	}	
	.width-px-900, .width-px-300{ width:100% !important; float:none !important; } img.image-right, img.image-left{ float:none; width:100%; margin:0; }
	.navbar-default .navbar-toggle{ border-color:#fff; }
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ background:rgba(255,255,255,0.3); }
	.navbar-default .navbar-toggle .icon-bar{ background:#fff; }
	header .m-top{ border-bottom:1px solid #fafafa; }
	header .top{ background:#fff; }
	header .top .col-md-6{ display:none; }
	header .top .select-language{ font-size:13px; height:50px; overflow:hidden; }
	header .top .select-language a{ display:inline; position:relative; height:4px;  }
	header .top .select-language::before, header .top .logo-support::before{ border:none; }
	header .login-register a.btn-orange{ width:49.5287314%; margin:0; text-align:center; }
	header .bottom a.home{ color:#fff; font-size:16px; margin:15px 0; padding:0 15px; float:left; display:block; }
	header #navbar ul.navbar-nav > li:first-child{ display:none; }
	.carosel-item { width: 100%; }
	section.content .headline .headline-post h1{ font-size:15px; line-height:17px; padding-top:0; padding-bottom:10px; letter-spacing:0.2px; }
	section.content .headline .headline-post p{ display:none; font-size:14px; }
	section.content .release .release-post{ width:auto; }
	
	section.content .category{ margin:0 0 20px 0; letter-spacing:-0.5px; }
	section.content .category .fa-hand-o-right{ font-size:14px; }
	
	section.content .content-post .datetime-share{ float:none; width:100%; }
	.datetime-share .datetime{ background:none; width:auto; height:auto; }
	.datetime-share .datetime .date{ padding:4px 0 4px 10px; background:#00a4ef url(../img/bg-datetime.png) no-repeat 40px -20px; width:50%; float:left; text-align:left; }
	.datetime-share .datetime .date .mm{ font-size:14px; color:#fff; float:left; margin-right:5px; }
	.datetime-share .datetime .date .dd{ font-size:14px; color:#fff; float:left; margin-right:5px; }
	.datetime-share .datetime .date .yy{ font-size:14px; color:#fff; float:left; margin-left:30px; }
	.datetime-share .datetime .time{ border:1px solid #00a4ef; float:right; width:50%; padding:4px 15px 5px; text-align:right; float:right; margin:0; }
	
	.datetime-share .share{ background:none; width:auto; height:auto;  margin-bottom:0; }
	.datetime-share .share .m-share1{ display:inline-block; width:70%; }
	.datetime-share .share .m-share2{ display:inline-block; width:27%; margin-left:2%; }
	.datetime-share .share .m-share1 ul li{ display:inline-block; }
	.datetime-share .share .title{ margin:0 !important; vertical-align:middle; background:#f5f5f5; text-align:center; padding:12px 0 0; line-height:12px; height:50px; }
	.datetime-share .share ul li{ display:inline-block; margin:10px 0 0; }
	
	section.content .content-post{ padding-right:0; }
	section.content .content-post .post{ float:none; width:100%; }
	section.content .content-post .post h1{ margin:50px 0 0; font-size:30px; }
	section.content .content-post .post .post-description{ margin:10px 0 0; width:100%; float:none; }
	
	section.content .list-releases .list-news, section.content .list-releases .list-news .news p{ height:auto; overflow:none; }
	
	section.content .auth-user .one-register{ border-top:1px dotted #ccc; padding-left:0; border-left:none; }
	section.content .auth-user .one-register::before{ left:50%; top:-3%; }
	.show-headline-mobile{display: block;}
	.mobile-ads-hide{display: none !important;}
}