#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
  background: #fff;
}
.span {
  margin-left: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.input-no-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text-indent {
  text-indent: -999999px;
}
.both {
  clear: both;
}
.height-auto {
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.the-category {
  width: 100%;
  background-color: #d9534f;
  padding: 20px 0;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.main-content .principais {
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-content .principais .left {
  padding-right: 0 !important;
}
.main-content .principais .right {
  padding-left: 0 !important;
}
.main-content .principais .right .col-md-6 {
  padding-left: 0 !important;
}
.main-content .principais .right .col-md-6:nth-child(1),
.main-content .principais .right .col-md-6:nth-child(3) {
  padding-right: 0;
}
.main-content .principais .row {
  margin-left: 0;
}
.main-content .principais .the-post {
  margin: 0px 0 0 0 !important;
  padding-bottom: 0 !important;
}
.main-content .principais .the-post.first .the-thumb {
  height: 400px;
}
.main-content .principais .the-post .the-thumb .shadow-footer {
	background: transparent;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(#000000));
	background: -webkit-linear-gradient(transparent, #000000);
	background: -moz-linear-gradient(transparent, #000000);
	background: -ms-linear-gradient(transparent, #000000);
	background: -o-linear-gradient(transparent, #000000);
	background: linear-gradient(transparent, #000000);
	-pie-background: linear-gradient(transparent, #000000);
	height:100px;
	width:100%;
	position:absolute;
	bottom:0;
	margin-left:-10px;
}
.main-content .principais .the-post .the-thumb .data-post {
	z-index:99;
}
.main-content .principais .the-post.first .the-thumb .data-post .the-title {
  font-size: 50px;
}
.main-content .principais .the-post.first .the-thumb .data-post .the-excerpt {
  font-size: 25px;
}
.main-content .principais .the-post .the-thumb {
  width: 100%;
  height: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: left top;
  position: relative;
  padding: 0 10px;
  -webkit-transition: background-size 2s;
  /* Safari */
  transition: background-size 2s;
}
.main-content .principais .the-post .the-thumb:hover {
  background-size: 150%;
}
.main-content .principais .the-post .the-thumb .data-post {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.main-content .principais .the-post .the-thumb .data-post .the-title {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
}
.main-content .principais .the-post .the-thumb .data-post .the-excerpt {
  font-size: 14px;
  color: #fff;
  margin-top: 0;
  text-shadow: 2px 2px #000;
  width: 90%;
}
.main-content .the-category {
  display: inline-block;
  background: #E84C3D;
  padding: 10px;
  margin: 20px 0;
}
.main-content .the-category .title {
  color: #fff;
  border-left: 1px solid #fff;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 18px;
  margin-top: 5px;
}
.main-content .the-post {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.main-content .the-post .the-thumb {
  height: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
}
.main-content .the-post .the-thumb a {
  display: block;
  width: 100%;
  height: 200px;
}
.main-content .the-post .the-categories {
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
.main-content .the-post .the-categories ul {
  margin: 0;
  padding: 0;
}
.main-content .the-post .the-categories ul li {
  float: left;
  margin-right: 5px;
  list-style: none;
}
.main-content .the-post .the-categories ul li a {
  color: #888;
  text-transform: uppercase;
  font-size: 13px;
}
.main-content .the-post .the-title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
.main-content .the-post .the-title a {
  color: #333;
}
.main-content .the-post .the-time {
  color: #666;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 12px;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
.main-content .the-post .the-excerpt {
  margin-top: 15px;
}
.main-content .the-post .the-excerpt a {
  color: #333;
}
.main-content .the-post .the-share ul {
  margin: 0;
  padding: 0;
}
.main-content .the-post .the-share ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
}
.main-content .the-post .the-share ul li a {
  color: #666;
}
.main-content .sidebar {
  margin-top: 20px;
}
.main-content .sidebar .banner:not(.banner-slide) .publicidade-item {
  border: 1px solid #ccc;
  padding: 15px 5px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.main-content .sidebar .banner-slide {
  border: 1px solid #ccc;
  padding: 15px 5px;
  text-align: center;
}
.main-content .sidebar .banner-slide .bx-wrapper {
  margin: 0 !important;
}
.main-content .sidebar .banner-slide .publicidade-item {
  text-align: center;
  width: 100%;
  margin: 0 0 0 15px;
}
.main-content .widget {
  margin-bottom: 20px;
}
.main-content .widget_wpt ul {
  padding: 0;
}
.main-content .widget_wpt.fixed {
  position: fixed;
  top: 80px;
  z-index: 9999;
}
.admin-bar  .widget_wpt.fixed {
  top: 125px !important;
}
