@import url("../twentythirteen/style.css");
/*
 Theme Name:     Victor Meyer
 Theme URI:      http://m2br.com
 Description:    Victor Meyer Theme
 Author:         M2BR
 Author URI:     http://m2br.com
 Template:       twentythirteen
 Version:        1.0.0
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
/* line 17, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,ul {
	list-style:none;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 27, sass/_base.scss */
strong {
  font-weight: bold;
}

/* line 32, sass/_base.scss */
.center, #main {
  width: 978px;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.center:after, #main:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, sass/_base.scss */
header#masthead nav#principal ul li:hover > ul:before, header#masthead nav#principal ul li:hover > ul li.parent-menu-item > a:after, .entry-header .entry-thumbnail:after, header#masthead .midias-sociais li a, footer.site-footer .midias-sociais li a {
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
}

/* line 46, sass/_base.scss */
body.page .entry-content.acervos ul li div a, .widget.widget_search form input[type="submit"], .comments-area .comment-respond form input[type="submit"] {
  background-color: #8b0e24;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8B0E24', endColorstr='#FFC01A34');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8b0e24), color-stop(100%, #c01a34));
  background-image: -webkit-linear-gradient(top, #8b0e24 0%, #c01a34 100%);
  background-image: -moz-linear-gradient(top, #8b0e24 0%, #c01a34 100%);
  background-image: -o-linear-gradient(top, #8b0e24 0%, #c01a34 100%);
  background-image: linear-gradient(top, #8b0e24 0%, #c01a34 100%);
  -webkit-box-shadow: #999999 0 2px 1px;
  -moz-box-shadow: #999999 0 2px 1px;
  box-shadow: #999999 0 2px 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  word-wrap: normal;
}
/* line 60, sass/_base.scss */
body.page .entry-content.acervos ul li div a:hover, .widget.widget_search form input[type="submit"]:hover, .comments-area .comment-respond form input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
}

/* line 67, sass/_base.scss */
body.page .entry-content.projetos ul li a, ul.actions li a.saiba-mais, ul.actions li a.baixar {
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFECECEC');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #ffffff), color-stop(84%, #ececec));
  background-image: -webkit-linear-gradient(top, #ffffff 10%, #ececec 84%);
  background-image: -moz-linear-gradient(top, #ffffff 10%, #ececec 84%);
  background-image: -o-linear-gradient(top, #ffffff 10%, #ececec 84%);
  background-image: linear-gradient(top, #ffffff 10%, #ececec 84%);
  -webkit-box-shadow: rgba(153, 153, 153, 0.9) 0 2px 1px;
  -moz-box-shadow: rgba(153, 153, 153, 0.9) 0 2px 1px;
  box-shadow: rgba(153, 153, 153, 0.9) 0 2px 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  word-wrap: normal;
  border: 1px solid #eeeeee;
  font-weight: bold;
  color: #41201a;
  font-size: 13px;
}

/* line 82, sass/_base.scss */
ul.actions li a.comprar {
  background-color: #2c8acd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FF2C8ACD');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #2c8acd));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #2c8acd 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #2c8acd 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #2c8acd 100%);
  background-image: linear-gradient(top, #ffffff 0%, #2c8acd 100%);
  -webkit-box-shadow: rgba(153, 153, 153, 0.9) 0 2px 1px;
  -moz-box-shadow: rgba(153, 153, 153, 0.9) 0 2px 1px;
  box-shadow: rgba(153, 153, 153, 0.9) 0 2px 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  word-wrap: normal;
  border: 1px solid #eeeeee;
  font-weight: bold;
  color: #41201a;
  font-size: 13px;
}

/* line 126, sass/_base.scss */
header#masthead nav#principal ul li:hover > ul:before, header#masthead nav#principal ul li:hover > ul li.parent-menu-item > a:after, .entry-header .entry-thumbnail:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* line 4, sass/style.scss */
* {
  outline: none;
}

/* line 8, sass/style.scss */
body {
  background: url('_imgs/bg.jpg');
  font: 14px Arial, Helvetica, Sans-serif;
  color: #434343;
}

/* line 14, sass/style.scss */
.site {
  background: none;
  border: none;
}

/* line 19, sass/style.scss */
header#masthead {
  background: url('_imgs/bg-header.jpg') repeat-x 0 0 transparent;
  width: 100%;
  height: 144px;
}
/* line 23, sass/style.scss */
header#masthead .center, header#masthead #main {
  height: 144px;
}
/* line 27, sass/style.scss */
header#masthead a.logo {
  position: absolute;
  top: 29px;
  left: 0;
}
/* line 33, sass/style.scss */
header#masthead .midias-sociais {
  position: absolute;
  top: 35px;
  right: 150px;
}
/* line 38, sass/style.scss */
header#masthead .midias-sociais li {
  float: left;
}
/* line 41, sass/style.scss */
header#masthead .midias-sociais li a {
  display: block;
  margin: 0 5px;
}
/* line 46, sass/style.scss */
header#masthead .midias-sociais li a.facebook {
  background: url('_imgs/sprite.png') no-repeat 0px -412px;
  width: 9px;
  height: 20px;
}
/* line 50, sass/style.scss */
header#masthead .midias-sociais li a.twitter {
  background: url('_imgs/sprite.png') no-repeat 0px -368px;
  width: 24px;
  height: 18px;
}
/* line 54, sass/style.scss */
header#masthead .midias-sociais li a.rss {
  background: url('_imgs/sprite.png') no-repeat 0px -392px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
/* line 62, sass/style.scss */
header#masthead img.victormeyer {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 68, sass/style.scss */
header#masthead nav#principal {
  position: absolute;
  top: 87px;
  left: 0;
}
/* line 73, sass/style.scss */
header#masthead nav#principal ul {
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
header#masthead nav#principal ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 76, sass/style.scss */
header#masthead nav#principal ul li {
  float: left;
}
/* line 81, sass/style.scss */
header#masthead nav#principal ul li:first-child a {
  background: none;
  padding-left: 0;
}
/* line 87, sass/style.scss */
header#masthead nav#principal ul li a {
  position: relative;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background: url('_imgs/sprite.png') no-repeat 0 26px;
  padding: 0 15px 0 20px;
  line-height: 57px;
  display: block;
}
/* line 97, sass/style.scss */
header#masthead nav#principal ul li a:hover {
  text-decoration: none;
  color: #f0dac2;
}
/* line 105, sass/style.scss */
header#masthead nav#principal ul li:hover > ul {
  display: block;
  position: absolute;
  top: 113%;
  background: #c01a34;
  z-index: 9999;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 5px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.75) 0 5px 5px;
}
/* line 113, sass/style.scss */
header#masthead nav#principal ul li:hover > ul:before {
  content: '';
  background: url('_imgs/sprite.png') no-repeat 35px -94px;
  width: 14px;
  height: 8px;
  top: -8px;
  left: 0;
  width: 100%;
}
/* line 122, sass/style.scss */
header#masthead nav#principal ul li:hover > ul li {
  float: none;
  border-top: 1px solid #8b0e24;
}
/* line 126, sass/style.scss */
header#masthead nav#principal ul li:hover > ul li:first-child {
  border-top: none;
}
/* line 130, sass/style.scss */
header#masthead nav#principal ul li:hover > ul li a {
  font-weight: normal;
  line-height: 41px;
  display: block;
  padding: 0 23px 0 12px;
  background: none;
}
/* line 140, sass/style.scss */
header#masthead nav#principal ul li:hover > ul li:hover > a {
  background: #8b0e24;
  color: #fffa84;
}
/* line 145, sass/style.scss */
header#masthead nav#principal ul li:hover > ul li:hover > ul {
  top: 0;
  left: 100%;
  width: 103%;
}
/* line 150, sass/style.scss */
header#masthead nav#principal ul li:hover > ul li:hover > ul:before {
  content: '';
  background: none;
}
/* line 161, sass/style.scss */
header#masthead nav#principal ul li:hover > ul li.parent-menu-item > a:after {
  content: '';
  background: url('_imgs/sprite.png') no-repeat 0px -52px;
  width: 4px;
  height: 6px;
  left: auto;
  right: 11px;
  top: 50%;
  margin-top: -3px;
}
/* line 176, sass/style.scss */
header#masthead nav#principal ul li ul {
  display: none;
}

/* line 190, sass/style.scss */
.entry-content p + p {
  margin-top: 12px;
}

/* line 195, sass/style.scss */
.site-main .sidebar-container {
  height: auto;
  position: relative;
  top: 0;
  width: auto;
}
.site-main .sidebar-inner
{
  width:auto;
  max-width:auto;
}

/* line 202, sass/style.scss */
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
  padding: 0;
}

/* line 206, sass/style.scss */
.single-author .entry-meta .author, .sticky.format-standard .entry-meta .date, .sticky.format-audio .entry-meta .date, .sticky.format-chat .entry-meta .date, .sticky.format-image .entry-meta .date, .sticky.format-gallery .entry-meta .date {
  display: inline;
}

/* line 210, sass/style.scss */
#primary {
  width: 617px;
  float: left;
  margin-top: 20px;
}

/* line 216, sass/style.scss */
#tertiary {
  width: 327px;
  float: right;
  margin-top: 20px;
}

/* line 222, sass/style.scss */
.hentry {
  padding: 0;
  margin-bottom: 20px;
}

/* line 227, sass/style.scss */
.entry-header {
  margin-bottom: 0;
}
/* line 230, sass/style.scss */
.entry-header .entry-thumbnail {
  padding: 6px;
  background: #fff;
  border: 1px solid #b0b0b0;
  position: relative;
  margin-bottom: 8px;
}
/* line 237, sass/style.scss */
.entry-header .entry-thumbnail img {
  margin: 0 auto;
}
/* line 241, sass/style.scss */
.entry-header .entry-thumbnail:after {
  content: '';
  background: url('_imgs/sprite.png') no-repeat 0px -133px;
  width: 31px;
  height: 17px;
  top: auto;
  bottom: -10px;
  left: 30px;
  z-index: 9;
}

/* line 255, sass/style.scss */
body.search .page-content {
  display: none;
}

/* line 262, sass/style.scss */
body.page .entry-content .entry-title {
  border-bottom: 1px solid #c01a34;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
/* line 267, sass/style.scss */
body.page .entry-content .entry-title:before {
  display: none;
}
/* line 274, sass/style.scss */
body.page .entry-content.projetos ul {
  *zoom: 1;
  margin: 30px 0;
  padding: 0px;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body.page .entry-content.projetos ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 279, sass/style.scss */
body.page .entry-content.projetos ul li {
  *zoom: 1;
  list-style: none;
  padding: 30px 0 0 0;
  background: url('_imgs/pontilhado.png') repeat-x 0 top;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body.page .entry-content.projetos ul li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 288, sass/style.scss */
body.page .entry-content.projetos ul li:first-child {
  background: none;
}
/* line 292, sass/style.scss */
body.page .entry-content.projetos ul li img {
  margin: 0 10px 0 0;
  border: 1px solid #e7e7e7;
  float:left;
}
/* line 298, sass/style.scss */
body.page .entry-content.projetos ul li p
{
  font-size: 14px;
  font-weight: normal;
  color: #434343;
}
body.page .entry-content.projetos ul li h4
{
  font-size: 15px;
  font-weight: bold;
  color: #c01a34;
}
body.page .entry-content.projetos ul li div
{
  float: left;
  width: 440px;
}
body.page .entry-content.projetos ul li a {
  height: 39px;
  width: 85px;
  line-height: 39px;
  margin-top: 20px;
  display: block;
  float: right;
}
/* line 311, sass/style.scss */
body.page .entry-content.acervos ul {
  *zoom: 1;
  /*margin: 30px 0;*/
  margin: 0;
  padding: 0;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body.page .entry-content.acervos ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 316, sass/style.scss */
body.page .entry-content.acervos ul li {
  *zoom: 1;
  list-style: none;
  padding: 0 0 0 15px;
  font-size: 15px;
  font-weight: bold;
  color: #c01a34;
  background: url('_imgs/pontilhado.png') repeat-x 0 top;
  margin: 0;
  line-height: 28px;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body.page .entry-content.acervos ul li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 327, sass/style.scss */
body.page .entry-content.acervos ul li:before {
  content: '';
  display: block;
  float: left;
  width: 6px;
  height: 6px;
  background: url('_imgs/sprite.png') no-repeat 0 -537px;
  margin: 10px 10px 0 0;
}
/* line 337, sass/style.scss */
body.page .entry-content.acervos ul li:first-child {
  background: none;
}
/* line 341, sass/style.scss */
body.page .entry-content.acervos ul li strong {
  cursor: pointer;
}
/* line 345, sass/style.scss */
body.page .entry-content.acervos ul li div {
  margin: 4px 0 15px 0;
  display: none;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body.page .entry-content.acervos ul li div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 350, sass/style.scss */
body.page .entry-content.acervos ul li div p {
  color: #434343;
  font-weight: normal;
  line-height: normal;
}
/* line 356, sass/style.scss */
body.page .entry-content.acervos ul li div a {
  height: 34px;
  width: 150px;
  line-height: 34px;
  float: right;
}
/* line 369, sass/style.scss */
body.page .entry-content.acervos.interna li {
  color: #434343;
  font-weight: normal;
  padding: 10px 0 6px 30px;
  font-size: 14px;
  line-height: normal;
  display: block;
}
/* line 377, sass/style.scss */
body.page .entry-content.acervos.interna li:before {
  background-position: 0 -559px;
  margin: 0;
  width: 15px;
  height: 18px;
  margin: 0 10px 0 -25px;
}

body.page .entry-content.acervos.interna li a.pdf-link:before,ul.actions li a.baixar.pdf-link:before{display:none;}

a.pdf-link:before{
  content: '';
  display: block;
  float: left;
  width: 15px;
  height: 18px;
  background: url('_imgs/sprite.png') no-repeat 0 -559px;
  margin: 0 10px 0 0px;
}

/* line 390, sass/style.scss */
.entry-content, .entry-summary {
  background: #fff;
  padding: 10px 23px 15px 34px !important;
  position: relative;
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
}

.entry-content table td, .entry-summary table td
{
  border: 2px solid #000;
  padding: 3px;
}

.entry-content ol, .entry-summary ol {
  margin: 16px 0;
  padding: 0 0 0 40px;
  list-style-type: decimal;
}

/* line 398, sass/style.scss */
.entry-content ul, .entry-summary ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
  list-style-type: disc;
}
/* line 403, sass/style.scss */
.entry-content ul li, .entry-summary ul li {
  margin: 10px 0;
}
/* line 408, sass/style.scss */
.entry-content .more-link, .entry-summary .more-link {
  background-color: #d7d9df;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD7D9DF', endColorstr='#FFF4F4F4');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(16%, #d7d9df), color-stop(90%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #d7d9df 16%, #f4f4f4 90%);
  background-image: -moz-linear-gradient(top, #d7d9df 16%, #f4f4f4 90%);
  background-image: -o-linear-gradient(top, #d7d9df 16%, #f4f4f4 90%);
  background-image: linear-gradient(top, #d7d9df 16%, #f4f4f4 90%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: #999999 0 2px 1px;
  -moz-box-shadow: #999999 0 2px 1px;
  box-shadow: #999999 0 2px 1px;
  border: 1px solid #c6c6c6;
  color: #464646 !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  height: 36px;
  width: 75px;
  display: block;
  float: right;
  margin: 30px 0 5px;
}
/* line 432, sass/style.scss */
.entry-content .entry-title, .entry-summary .entry-title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #41201a;
}
/* line 438, sass/style.scss */
.entry-content .entry-title a, .entry-summary .entry-title a {
  font-size: 30px;
  font-weight: bold;
  color: #41201a;
  position: relative;
}
/* line 445, sass/style.scss */
.entry-content .entry-title:before, .entry-summary .entry-title:before {
  content: '';
  background: url('_imgs/sprite.png') no-repeat 0px -156px;
  width: 12px;
  height: 13px;
  float: left;
  margin: 9px 3px 0px 2px;
}
/* line 455, sass/style.scss */
.entry-content .entry-meta .sentby-date, .entry-summary .entry-meta .sentby-date {
  background: #5a8c81;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
}
/* line 464, sass/style.scss */
.entry-content .entry-meta .sentby-date .sentby, .entry-summary .entry-meta .sentby-date .sentby {
  margin-right: 24px;
}
/* line 469, sass/style.scss */
.entry-content .entry-meta .author-category, .entry-summary .entry-meta .author-category {
  font-size: 12px;
  margin: 20px 0;
}
/* line 473, sass/style.scss */
.entry-content .entry-meta .author-category .author,.entry-content .entry-meta .author-category .sentby, .entry-content .entry-meta .author-category .categories-links, .entry-summary .entry-meta .author-category .author, .entry-summary .entry-meta .author-category .categories-links {
  color: #8b0e24;
}
.entry-content .entry-meta .author-category .sentby strong {font-size:14px;color:#000;}
/* line 476, sass/style.scss */
.entry-content .entry-meta .author-category .author a, .entry-content .entry-meta .author-category .categories-links a, .entry-summary .entry-meta .author-category .author a, .entry-summary .entry-meta .author-category .categories-links a {
  color: #595959;
  font-weight:bold;
}
/* line 481, sass/style.scss */
.entry-content .entry-meta .author-category .categories-links, .entry-summary .entry-meta .author-category .categories-links {
  margin-left: 14px;
}
.entry-content .entry-meta .author-category .author, .entry-summary .entry-meta .author-category .author {
  margin-left:14px;
}
/* line 484, sass/style.scss */
.entry-content .entry-meta .author-category .categories-links a, .entry-summary .entry-meta .author-category .categories-links a {
  background: #5a8c81;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 6px;
  line-height: 19px;
  height: 19px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}
/* line 497, sass/style.scss */
.entry-content .entry-meta a, .entry-summary .entry-meta a {
  color: #fff;
  text-decoration: none;
}
/* line 501, sass/style.scss */
.entry-content .entry-meta a:before, .entry-summary .entry-meta a:before {
  content: '';
}

/* line 508, sass/style.scss */
.entry-footer {
  background: #fff;
  padding: 0 23px 0 34px;
  position: relative;
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
/* line 516, sass/style.scss */
.entry-footer .share {
  padding: 13px 0;
  border-top: 1px solid #b0b0b0;
}
/* line 520, sass/style.scss */
.entry-footer .share .gplus {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
}
/* line 527, sass/style.scss */
.entry-footer .comments-link {
  position: absolute;
  top: 18px;
  right: 24px;
}
/* line 532, sass/style.scss */
.entry-footer .comments-link a {
  color: #8b0e24;
  font-size: 12px;
  text-decoration: none;
}
/* line 537, sass/style.scss */
.entry-footer .comments-link a:before {
  content: '';
}
/* line 541, sass/style.scss */
.entry-footer .comments-link a span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url('_imgs/sprite.png') no-repeat 0px -103px;
  width: 29px;
  height: 24px;
  display: inline-block;
  line-height: 19px;
}

/* line 554, sass/style.scss */
.widget-area {
  width: 327px !important;
}

/* line 560, sass/style.scss */
.widget .widget-title {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #f0dac2;
  text-shadow: #8f0f25 0px 1px 1px;
  *zoom: 1;
  line-height: 36px;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.widget .widget-title:after {
  content: "";
  display: table;
  clear: both;
}
/* line 569, sass/style.scss */
.widget .widget-title:before {
  content: '';
  float: left;
  margin: 0 10px 0 0;
}
/* line 576, sass/style.scss */
.widget.widget_list_categories_widget {
  background: #fff;
  border: 1px solid #c01a34;
  padding: 0;
}
/* line 581, sass/style.scss */
.widget.widget_list_categories_widget .widget-title {
  padding: 10px 37px;
  background-color: #c01a34;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC01A34', endColorstr='#FF8B0E24');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c01a34), color-stop(72%, #8b0e24));
  background-image: -webkit-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -moz-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -o-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: linear-gradient(top, #c01a34 0%, #8b0e24 72%);
}
/* line 587, sass/style.scss */
.widget.widget_list_categories_widget .widget-title:before {
  background: url('_imgs/sprite.png') no-repeat 0px -275px;
  width: 44px;
  height: 35px;
}
/* line 592, sass/style.scss */
.widget_list_categories_widget ul
{
 content: "";
  display: table;
  clear: both;
}

.widget.widget_list_categories_widget ul , .widget#text-4 ul {
  *zoom: 1;
  padding: 15px;
}
.widget#text-4 ul li div {float:left;width:165px;}
.widget#text-4 ul li
{
  content: "";
  display:table;
  clear:both;
  border-bottom: 1px dotted #e59faa;
  font-size:11px;
  font-weight:bold;
  color:#3a3a3a;
  line-height:27px;
  width:100%;
}
.widget#text-4 ul li a {display:block;line-height:normal;font-size:15px;}
.widget#text-4 ul li span {font-size:18px;color:#b81832;}
.widget#text-4 ul li img {width:105px;height:160px;}
.widget#text-4 a.verTodos {color:#41201a;font-weight:bold;font-size:11px;margin:0 0 15px 15px;display:block;cursor:pointer;text-align:center;}

/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.widget.widget_list_categories_widget ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 596, sass/style.scss */
.widget.widget_list_categories_widget ul li {
  float: left;
  font-weight: bold;
  font-size: 13px;
}
/* line 601, sass/style.scss */
.widget.widget_list_categories_widget ul li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 6px;
}
/* line 605, sass/style.scss */
.widget.widget_list_categories_widget ul li a:hover {
  background: #b0162f;
  color: #fff;
  text-decoration: none;
}
/* line 615, sass/style.scss */
.widget.enh_rp, .widget.widget-m2_sidebar {
  background: #fff;
  border: 1px solid #c01a34;
  padding: 0;
}
/* line 620, sass/style.scss */
.widget.enh_rp .widget-title, .widget.widget-m2_sidebar .widget-title {
  padding: 10px 37px;
  background-color: #c01a34;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC01A34', endColorstr='#FF8B0E24');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c01a34), color-stop(72%, #8b0e24));
  background-image: -webkit-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -moz-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -o-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: linear-gradient(top, #c01a34 0%, #8b0e24 72%);
}
/* line 626, sass/style.scss */
#text-5 .widget-title:before {
  background: url('_imgs/sprite.png') no-repeat 0px -219px;
  width: 40px;
  height: 39px;
}
.widget.widget-m2_sidebar .widget-title:before {
  background: url('_imgs/sprite.png') no-repeat 0px -618px;
  width: 51px;
  height: 35px;
}
/* line 631, sass/style.scss */
enhanced-recent-posts .enhanced-recent-posts {
  padding: 0 13px;
}
/* line 634, sass/style.scss */
#text-5.widget.widget_text .enhanced-recent-posts li, .widget.widget-m2_sidebar li {
  border-top: 1px dotted #e59faa;
  padding: 12px 0;
}
/* line 638, sass/style.scss */
#text-5.widget.widget_text .enhanced-recent-posts li:first-child, .widget.widget-m2_sidebar li:first-child {
  border-top: none;
}
/* line 642, sass/style.scss */
#text-5.widget.widget_text .enhanced-recent-posts li a, .widget.widget-m2_sidebar li a {
  display: block;
  color: #3a3a3a;
  font-size: 12px;
  padding: 0 23px;
}
/* line 648, sass/style.scss */
.widget.enh_rp .enhanced-recent-posts li a:hover, .widget.widget-m2_sidebar li a:hover {
  color: #8b0e24;
  text-decoration: underline;
}
/* line 653, sass/style.scss */
#text-5.widget.widget_text .enhanced-recent-posts li a:before, .widget.widget-m2_sidebar li a:before {
  content: '';
  background: url('_imgs/sprite.png') no-repeat 0px -261px;
  width: 10px;
  height: 11px;
  float: left;
  margin: 2px 0px 0px -10px;
}

.widget.widget-m2_sidebar select
{
  width: 295px;
margin: 0 auto;
display: block;
border: 1px solid #ca8793;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 50px;
font-size: 12px;
color: #941027;
font-weight: bold;
}
/* line 661, sass/style.scss */
.widget.enh_rp .enhanced-recent-posts li span {
  padding: 0 23px;
  font-size: 10px;
  font-style: italic;
  color: #7e7e7e;
}
/* line 673, sass/style.scss */
.widget.widget_text {
  background: #fff;
  border: 1px solid #c01a34;
  padding: 0;
}
/* line 678, sass/style.scss */
.widget.widget_text .widget-title {
  padding: 10px 37px;
  background-color: #c01a34;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC01A34', endColorstr='#FF8B0E24');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c01a34), color-stop(72%, #8b0e24));
  background-image: -webkit-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -moz-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -o-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  line-height: 46px;
}
/* line 685, sass/style.scss */
.widget.widget_text#text-3 .widget-title:before {
  background: url('_imgs/sprite.png') no-repeat 0px -318px;
  width: 40px;
  height: 43px;
}

.widget.widget_text#text-4 .widget-title:before {
  background: url('_imgs/sprite.png') no-repeat 0px -661px;
  width: 36px;
  height: 37px;
}
/* line 690, sass/style.scss */
.widget.widget_text#text-3 iframe {
  display: block;
  margin: 0 auto 10px;
}
/* line 696, sass/style.scss */
.widget.widget_text#text-2 {
  background-color: #c01a34;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC01A34', endColorstr='#FF8B0E24');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c01a34), color-stop(72%, #8b0e24));
  background-image: -webkit-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -moz-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -o-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  border: 1px solid #e01736;
  -webkit-box-shadow: inset black 1px 1px 3px;
  -moz-box-shadow: inset black 1px 1px 3px;
  box-shadow: inset black 1px 1px 3px;
  padding: 37px 16px;
}
/* line 704, sass/style.scss */
.widget.widget_text#text-2 p {
  *zoom: 1;
  font-size: 20px;
  color: #f0dac2;
  text-shadow: #8f0f25 0px 1px 1px;
  font-family: 'Roboto Slab', serif;
  font-style: italic;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.widget.widget_text#text-2 p:after {
  content: "";
  display: table;
  clear: both;
}
/* line 713, sass/style.scss */
.widget.widget_text#text-2 small {
  font-size: 15px;
  float: right;
}
/* line 720, sass/style.scss */
.widget.widget_search {
  background-color: #c01a34;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC01A34', endColorstr='#FF8B0E24');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c01a34), color-stop(72%, #8b0e24));
  background-image: -webkit-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -moz-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -o-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  padding: 17px 31px;
  border: 1px solid #e01736;
  position: relative;
}
/* line 730, sass/style.scss */
.widget.widget_search .widget-title:before {
  content: '';
  background: url('_imgs/sprite.png') no-repeat 0px -176px;
  width: 38px;
  height: 29px;
  float: left;
  margin: 0 10px 0 0;
}
/* line 738, sass/style.scss */
.widget.widget_search form {
  position: relative;
}
/* line 741, sass/style.scss */
.widget.widget_search form input[type="search"] {
  border: 1px solid #690c1c;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(255, 255, 255, 0.3) 0 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(255, 255, 255, 0.3) 0 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(255, 255, 255, 0.3) 0 2px 0;
  width: 266px;
  height: 51px;
  line-height: 51px;
  font-size: 12px;
  color: #848484;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 752, sass/style.scss */
.widget.widget_search form input[type="submit"] {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 58px;
  height: 38px;
}

/* line 764, sass/style.scss */
.paging-navigation {
  background: none;
  display: none;
}
/* line 768, sass/style.scss */
.paging-navigation .nav-links {
  padding: 0 !important;
}
/* line 771, sass/style.scss */
.paging-navigation .nav-links a {
  margin: 0 auto;
  text-align: center;
  display: block;
}
/* line 777, sass/style.scss */
.paging-navigation .nav-links img {
  margin: 0 auto;
  display: block;
}

/* line 784, sass/style.scss */
footer.site-footer {
  background: #c01a34;
  border-bottom: 14px solid #8b0e24;
  margin: 0 !important;
}
/* line 791, sass/style.scss */
footer.site-footer nav ul {
  *zoom: 1;
}

footer.site-footer nav.menu-footer-container > ul > li {
	margin:0 99px 0 0;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
footer.site-footer nav ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 794, sass/style.scss */
footer.site-footer nav > ul > li {
  float: left;
  margin:0 66px 0 0;
}
/* line 799, sass/style.scss */
footer.site-footer nav ul li:first-child a {
  background: none;
  padding-left: 0;
}
/* line 805, sass/style.scss */
footer.site-footer nav > ul > li > a {
  position: relative;
  font-size: 12px;
  display: block;
  color: #fff;
  font-weight: bold;
  /*background: url('_imgs/sprite.png') no-repeat 0 26px;*/
  /*padding: 0 10px 0 15px;*/
  line-height: 37px;
  margin-top:10px;
}
footer.site-footer nav ul li li a {
  color:#fff;
  line-height:17px;
  font-size:12px;
}
/* line 815, sass/style.scss */
footer.site-footer nav ul li a:hover {
  text-decoration: none;
  color: #f0dac2;
}
/* line 821, sass/style.scss */
footer.site-footer nav ul li ul {
  display: block;
}
/* line 828, sass/style.scss */
footer.site-footer .midias-sociais {
  position: absolute;
  top: 16px;
  right: 0;
}
footer.site-footer p.email {
  position: absolute;
  top: 46px;
  right: 0;
font-size:11px;
color:#fff;
font-weight:bold;
}
/* line 833, sass/style.scss */
footer.site-footer .midias-sociais li {
  float: left;
}
/* line 836, sass/style.scss */
footer.site-footer .midias-sociais li a {
  display: block;
  margin: 0 5px;
}
/* line 841, sass/style.scss */
footer.site-footer .midias-sociais li a.facebook {
  background: url('_imgs/sprite.png') no-repeat 0px -412px;
  width: 9px;
  height: 20px;
}
/* line 845, sass/style.scss */
footer.site-footer .midias-sociais li a.twitter {
  background: url('_imgs/sprite.png') no-repeat 0px -368px;
  width: 24px;
  height: 18px;
}
/* line 849, sass/style.scss */
footer.site-footer .midias-sociais li a.rss {
  background: url('_imgs/sprite.png') no-repeat 0px -392px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
/* line 857, sass/style.scss */
footer.site-footer p.direitos {
  font-size: 11px;
  color: #710418;
  float: left;
}
/* line 863, sass/style.scss */
footer.site-footer a.creditos {
  text-decoration: none;
  font-size: 11px;
  color: #710418;
  float: right;
}

/* line 871, sass/style.scss */
.post-navigation {
  display: none;
}

/* line 875, sass/style.scss */
.comments-area {
  margin-top: 40px;
}
/* line 878, sass/style.scss */
.comments-area .comment-respond {
  background: #fff;
  padding: 0;
  border: 1px solid #f0dac3;
}
/* line 883, sass/style.scss */
.comments-area .comment-respond h3 {
  padding: 0 0 0 10px;
  background-color: #c01a34;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC01A34', endColorstr='#FF8B0E24');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c01a34), color-stop(72%, #8b0e24));
  background-image: -webkit-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -moz-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -o-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #f0dac2;
  text-shadow: #8f0f25 0px 1px 1px;
  *zoom: 1;
  line-height: 54px;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.comments-area .comment-respond h3:after {
  content: "";
  display: table;
  clear: both;
}
/* line 896, sass/style.scss */
.comments-area .comment-respond h3:before {
  content: '';
  float: left;
  display: block;
  background: url('_imgs/sprite.png') no-repeat 0px -435px;
  width: 35px;
  height: 29px;
  margin: 16px 10px 0 0;
}
/* line 905, sass/style.scss */
.comments-area .comment-respond form {
  *zoom: 1;
  padding: 10px !important;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.comments-area .comment-respond form:after {
  content: "";
  display: table;
  clear: both;
}
/* line 909, sass/style.scss */
.comments-area .comment-respond form .logged-in-as {
  margin: 10px 0;
}
/* line 913, sass/style.scss */
.comments-area .comment-respond form .comment-notes {
  display: none;
}
/* line 921, sass/style.scss */
.comments-area .comment-respond form input[type="text"], .comments-area .comment-respond form input[type="email"] {
  height: 51px;
  line-height: 51px;
  border: 1px solid #a6a6a6;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.07) -2px 2px 4px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.07) -2px 2px 4px;
  box-shadow: inset rgba(0, 0, 0, 0.07) -2px 2px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  color: #848484;
  font-size: 12px;
}
/* line 933, sass/style.scss */
.comments-area .comment-respond form textarea {
  border: 1px solid #a6a6a6;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.07) -2px 2px 4px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.07) -2px 2px 4px;
  box-shadow: inset rgba(0, 0, 0, 0.07) -2px 2px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  color: #848484;
  font-size: 12px;
  resize: none;
}
/* line 944, sass/style.scss */
.comments-area .comment-respond form input[type="submit"] {
  width: 140px;
  height: 40px;
  margin: 24px 0;
  float: right;
}
/* line 955, sass/style.scss */
.comments-area h2.comments-title {
  padding: 0 0 0 10px;
  background-color: #c01a34;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC01A34', endColorstr='#FF8B0E24');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c01a34), color-stop(72%, #8b0e24));
  background-image: -webkit-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -moz-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: -o-linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  background-image: linear-gradient(top, #c01a34 0%, #8b0e24 72%);
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #f0dac2;
  text-shadow: #8f0f25 0px 1px 1px;
  *zoom: 1;
  line-height: 54px;
  position: relative;
  margin: 7px 0 0 0;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.comments-area h2.comments-title:after {
  content: "";
  display: table;
  clear: both;
}
/* line 970, sass/style.scss */
.comments-area h2.comments-title:before {
  content: '';
  float: left;
  display: block;
  background: url('_imgs/sprite.png') no-repeat 0px -468px;
  width: 34px;
  height: 34px;
  margin: 13px 10px 0 0;
}
/* line 978, sass/style.scss */
.comments-area h2.comments-title:after {
  content: '';
  position: absolute;
  top: -17px;
  left: 21px;
  display: block;
  background: url('_imgs/sprite.png') no-repeat 0px -509px;
  width: 31px;
  height: 17px;
}
/* line 988, sass/style.scss */
.comments-area ol.comment-list {
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #f0dac2;
  border-left: 1px solid #f0dac2;
  border-right: 1px solid #f0dac2;
}
/* line 997, sass/style.scss */
.comments-area ol.comment-list li article {
  padding: 12px 0;
}
.comments-area ol.comment-list li .children article {padding:12px 0 12px 20px;}
/* line 1000, sass/style.scss */
.comments-area ol.comment-list li article .fn:before {
  display: none;
}
/* line 1006, sass/style.scss */
.comments-area ol.comment-list li article .comment-meta .comment-metadata {
  float: left;
  margin: 0 0 0 12px;
}
/* line 1011, sass/style.scss */
.comments-area ol.comment-list li article .comment-content {
  font-size: 13px;
  color: #434343;
  margin-left: 12px;
  width: 512px;
}
.comment-list .children {margin-left:0;}
.comments-area ol.comment-list .children li article .comment-content {width:492px;}
/* line 1017, sass/style.scss */
.comments-area ol.comment-list li article .comment-content .fn {
  color: #b31730;
}
/* line 1020, sass/style.scss */
.comments-area ol.comment-list li article .comment-content .fn a {
  color: #b31730;
}

/* line 1030, sass/style.scss */
.archive-header, .page-header {
  background: #fff;
  padding: 10px 23px 15px 34px !important;
  position: relative;
  border: 1px solid #b0b0b0;
  margin-bottom: 20px;
}
/* line 1037, sass/style.scss */
.archive-header h1, .page-header h1 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #41201a;
  border-bottom: 1px solid #c01a34;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}

/* line 1050, sass/style.scss */
body.page-template-page-boletins-php .boletim {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px 24px 25px 34px;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body.page-template-page-boletins-php .boletim:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1056, sass/style.scss */
body.page-template-page-boletins-php .boletim > a {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  display: block;
  float: right;
  -webkit-box-shadow: rgba(153, 153, 153, 0.9) 0 2px 1px;
  -moz-box-shadow: rgba(153, 153, 153, 0.9) 0 2px 1px;
  box-shadow: rgba(153, 153, 153, 0.9) 0 2px 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #537367;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF537367', endColorstr='#FF537367');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(16%, #537367), color-stop(86%, #537367));
  background-image: -webkit-linear-gradient(top, #537367 16%, #537367 86%);
  background-image: -moz-linear-gradient(top, #537367 16%, #537367 86%);
  background-image: -o-linear-gradient(top, #537367 16%, #537367 86%);
  background-image: linear-gradient(top, #537367 16%, #537367 86%);
}
/* line 1073, sass/style.scss */
body.page-template-page-boletins-php .boletim h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, Sans-serif;
}
/* line 1083, sass/style.scss */
body.page-template-page-boletins-php .boletim ul li a {
  font-size: 15px;
  color: #41201a;
  font-weight: bold;
  display: block;
  line-height: 46px;
}
/* line 1090, sass/style.scss */
body.page-template-page-boletins-php .boletim ul li a:before {
  content: '';
  float: left;
  display: block;
  background: url('_imgs/sprite.png') no-repeat 0 -262px;
  width: 8px;
  height: 8px;
  margin: 20px 5px 0 4px;
}
/* line 1103, sass/style.scss */
body.page-template-page-boletins-php .boletim ul li:first-child a:first-child {
  border-top: none;
}
/* line 1110, sass/style.scss */
body.page-template-page-boletins-php .boletim.conjuntura-nacional {
  border: 1px solid #b0b0b0;
}
/* line 1113, sass/style.scss */
body.page-template-page-boletins-php .boletim.conjuntura-nacional h1 {
  color: #537367;
}
/* line 1116, sass/style.scss */
body.page-template-page-boletins-php .boletim.conjuntura-nacional h1:before {
  content: '';
  float: left;
  display: block;
  background: url('_imgs/sprite.png') no-repeat 0 -156px;
  width: 10px;
  height: 12px;
  margin: 11px 5px 0 4px;
}
/* line 1127, sass/style.scss */
body.page-template-page-boletins-php .boletim.conjuntura-nacional ul li a {
  border-top: 1px solid #537367;
}
/* line 1131, sass/style.scss */
body.page-template-page-boletins-php .boletim.conjuntura-nacional > a {
  background-color: #537367;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF537367', endColorstr='#FF365A4C');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(16%, #537367), color-stop(84%, #365a4c));
  background-image: -webkit-linear-gradient(top, #537367 16%, #365a4c 84%);
  background-image: -moz-linear-gradient(top, #537367 16%, #365a4c 84%);
  background-image: -o-linear-gradient(top, #537367 16%, #365a4c 84%);
  background-image: linear-gradient(top, #537367 16%, #365a4c 84%);
}
/* line 1138, sass/style.scss */
body.page-template-page-boletins-php .boletim.conjuntura-internacional {
  border: 1px solid #babea3;
}
/* line 1141, sass/style.scss */
body.page-template-page-boletins-php .boletim.conjuntura-internacional h1 {
  color: #a1a681;
}
/* line 1144, sass/style.scss */
body.page-template-page-boletins-php .boletim.conjuntura-internacional h1:before {
  content: '';
  float: left;
  display: block;
  background: url('_imgs/sprite.png') no-repeat 0 -581px;
  width: 10px;
  height: 11px;
  margin: 11px 5px 0 4px;
}
/* line 1155, sass/style.scss */
body.page-template-page-boletins-php .boletim.conjuntura-internacional ul li a {
  border-top: 1px solid #c0c4ab;
}
/* line 1159, sass/style.scss */
body.page-template-page-boletins-php .boletim.conjuntura-internacional > a {
  background-color: #a1a681;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA1A681', endColorstr='#FF787D59');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(16%, #a1a681), color-stop(86%, #787d59));
  background-image: -webkit-linear-gradient(top, #a1a681 16%, #787d59 86%);
  background-image: -moz-linear-gradient(top, #a1a681 16%, #787d59 86%);
  background-image: -o-linear-gradient(top, #a1a681 16%, #787d59 86%);
  background-image: linear-gradient(top, #a1a681 16%, #787d59 86%);
}
/* line 1166, sass/style.scss */
body.page-template-page-boletins-php .boletim.movimento-operario {
  border: 1px solid #e5cea3;
}
/* line 1169, sass/style.scss */
body.page-template-page-boletins-php .boletim.movimento-operario h1 {
  color: #d9b779;
}
/* line 1172, sass/style.scss */
body.page-template-page-boletins-php .boletim.movimento-operario h1:before {
  content: '';
  float: left;
  display: block;
  background: url('_imgs/sprite.png') no-repeat 0 -596px;
  width: 10px;
  height: 11px;
  margin: 11px 5px 0 4px;
}
/* line 1183, sass/style.scss */
body.page-template-page-boletins-php .boletim.movimento-operario ul li a {
  border-top: 1px solid #e6cfa6;
}
/* line 1187, sass/style.scss */
body.page-template-page-boletins-php .boletim.movimento-operario > a {
  background-color: #d9b779;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD9B779', endColorstr='#FFC9A35E');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(16%, #d9b779), color-stop(84%, #c9a35e));
  background-image: -webkit-linear-gradient(top, #d9b779 16%, #c9a35e 84%);
  background-image: -moz-linear-gradient(top, #d9b779 16%, #c9a35e 84%);
  background-image: -o-linear-gradient(top, #d9b779 16%, #c9a35e 84%);
  background-image: linear-gradient(top, #d9b779 16%, #c9a35e 84%);
}

/* line 1198, sass/style.scss */
form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form textarea {
  border: 1px solid #ce8f9a;
  margin: 9px 0;
  width: 100%;
  resize: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(255, 255, 255, 0.3) 0px 2px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(255, 255, 255, 0.3) 0px 2px;
  box-shadow: inset rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(255, 255, 255, 0.3) 0px 2px;
}

/* line 1208, sass/style.scss */
#content.publicacoes {
  background: #fff;
  border: 1px solid #b0b0b0;
  *zoom: 1;
  padding: 0 23px;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#content.publicacoes:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1214, sass/style.scss */
#content.publicacoes .hentry {
  float: left;
  width: 284px;
  height: 455px;
  border-bottom: 1px dotted #838383;
  padding: 10px 12px;
  margin: 0;
  position: relative;
}
/* line 1223, sass/style.scss */
#content.publicacoes .hentry:nth-child(even) {
  border-left: 1px dotted #838383;
}
/* line 1227, sass/style.scss */
#content.publicacoes .hentry .entry-content {
  border: none;
  padding: 0 !important;
  height: 438px;
}
/* line 1232, sass/style.scss */
#content.publicacoes .hentry .entry-content .publicacao-title {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  color: #b81832;
  text-align: center;
  display: block;
}
/* line 1243, sass/style.scss */
#content.publicacoes .hentry .entry-content p.precoPor {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  margin: 20px 0;
}
/* line 1249, sass/style.scss */
#content.publicacoes .hentry .entry-content p.precoPor span {
  font-size: 18px;
  color: #b81832;
  font-weight: bold;
}
/* line 1256, sass/style.scss */
#content.publicacoes .hentry .entry-content p {
  font-weight: bold;
  text-align: center;
  font-size: 11px;
}
/* line 1262, sass/style.scss */
#content.publicacoes .hentry .entry-content ul.actions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
}

/* line 1272, sass/style.scss */
ul.actions {
  padding: 0;
  margin: 0 auto;
  *zoom: 1;
  width: 265px;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
ul.actions:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1278, sass/style.scss */
ul.actions li {
  list-style: none;
  float: left;
}
/* line 1282, sass/style.scss */
ul.actions li a.saiba-mais {
  width: 85px;
  height: 39px;
  line-height: 39px;
}
/* line 1289, sass/style.scss */
ul.actions li a.baixar {
  width: 80px;
  height: 39px;
  line-height: 39px;
  position: relative;
  text-align: left;
  padding: 0 0 0 9px;
  margin: 0 10px;
}
/* line 1299, sass/style.scss */
ul.actions li a.baixar:after {
  content: '';
  width: 15px;
  height: 18px;
  background: url('_imgs/sprite.png') no-repeat 0 -559px;
  display: block;
  position: absolute;
  top: 11px;
  right: 10px;
}
/* line 1311, sass/style.scss */
ul.actions li a.comprar {
  width: 73px;
  height: 39px;
  line-height: 39px;
}

/* line 1319, sass/style.scss */
.img-publicacao {
  width: 108px;
  margin: 0 auto;
  padding: 10px 0px;
}
.img-publicacao img
{
  width:105px;
  height:160px;
}

/* line 1327, sass/style.scss */
#content .entry-content.publicacao .entry-title {
  border-bottom: 1px solid #c01a34;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
/* line 1332, sass/style.scss */
#content .entry-content.publicacao .entry-title:before {
  display: none;
}
/* line 1337, sass/style.scss */
#content .entry-content.publicacao .success {
  font-size: 20px;
  clear: both;
  text-align: center;
  color: #f00;
  padding: 20px 0;
}
/* line 1344, sass/style.scss */
#content .entry-content.publicacao .single-img-publicacao {
  float: left;
  padding: 10px 10px 10px 0px;
}
/* line 1348, sass/style.scss */
#content .entry-content.publicacao .content-publicacao {
  float: left;
  width: 410px;
  margin-left: 10px;
}
/* line 1354, sass/style.scss */
#content .entry-content.publicacao p.precoPor, #content .entry-content.publicacao p.producao {
  font-weight: bold;
  font-size: 11px;
  margin: 20px 0;
}
/* line 1359, sass/style.scss */
#content .entry-content.publicacao p.precoPor span, #content .entry-content.publicacao p.producao span {
  font-size: 18px;
  color: #b81832;
  font-weight: bold;
}
/* line 1370, sass/style.scss */
#content .entry-content.publicacao ul.actions li a.baixar {
  width: 120px;
  padding: 0 0 0 26px;
}
/* line 1374, sass/style.scss */
#content .entry-content.publicacao ul.actions li a.baixar:after {
  right: 30px;
}
/* line 1379, sass/style.scss */
#content .entry-content.publicacao ul.actions li a.comprar {
  width: 116px;
}

/* --------------- Revistas ---------- */
/* line 1388, sass/style.scss */
.img-revista {
  width: 50%;
  float: left;
}

/* line 1393, sass/style.scss */
.col-revista {
  width: 50%;
  float: left;
  line-height: 30px;
}

/* line 1399, sass/style.scss */
.col-revista p, .footer-edicao p {
  color: #bc360a;
  font-size: 14px;
}

/* line 1404, sass/style.scss */
.footer-edicao {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-top: 1px dotted #ccc;
  margin-bottom: 1px dotted #ccc;
}

/* line 1412, sass/style.scss */
.edicao {
  float: left;
  text-align: right;
  width: 48%;
  padding-right: 30px;
  margin-top: 10px;
}

em{font-style:italic !important;}

/* line 1420, sass/style.scss */
.p-ssemstre {
  float: right;
  padding-left: 10px;
  text-align: left;
  width: 48%;
}

/* line 1426, sass/style.scss */
.n_edicao {
  font-weight: bold;
  font-size: 15px;
  color: #5b5b5b;
}

/* line 1432, sass/style.scss */
.semestre {
  background: #f0dac3;
  padding: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1441, sass/style.scss */
.ampliar-revista {
  background: url(images/lupa.png) no-repeat left center;
  padding-left: 25px;
}

/* line 1446, sass/style.scss */
.header-revista {
  margin-bottom: 1px dotted #bc360a;
  clear: both;
}

/* line 1453, sass/style.scss */
.destaque-revista h4 {
  text-transform: uppercase;
  color: #bc360a;
  background: #f0dac3;
  padding: 5px;
  float: left;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 40px 0px 20px 0px;
}

/* line 1466, sass/style.scss */
.busca-edicao {
  margin-top: 50px;
  border-top: 1px dotted #bc360a;
}

/* line 1471, sass/style.scss */
.busca-edicao h4 {
  color: #bc360a;
  text-transform: uppercase;
}

/* line 1477, sass/style.scss */
#form-pedido {
  padding: 10px;
  background: #f7fcff;
  float: left;
  border: 3px solid #b2d2e9;
}

/* line 1485, sass/style.scss */
#form-pedido input[type="text"], #form-pedido input[type="email"], #form-pedido textarea {
  border: 1px solid #ce8f9a;
  margin: 9px 0;
  resize: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(255, 255, 255, 0.3) 0px 2px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(255, 255, 255, 0.3) 0px 2px;
  box-shadow: inset rgba(0, 0, 0, 0.07) 0 2px 4px, rgba(255, 255, 255, 0.3) 0px 2px;
}

/* line 1500, sass/style.scss */
.leia-mais {
  background: #d8d9de;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDlkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #d8d9de 0%, #f4f4f4 62%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d9de), color-stop(62%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d8d9de 0%, #f4f4f4 62%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d8d9de 0%, #f4f4f4 62%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d8d9de 0%, #f4f4f4 62%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d8d9de 0%, #f4f4f4 62%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d9de', endColorstr='#f4f4f4',GradientType=0 );
  /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  display: block;
  width: auto;
  float: right;
  margin-top: 10px;
}

/* line 1521, sass/style.scss */
.revista-marxismo p {
  line-height: 25px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.destaques{
	background:#fff;
	border: 7px solid #c11b33;
	padding:14px;
	margin-bottom:20px;
}
.destaques img {border: 7px solid #c11b33;}
.destaques a.thumb:before {content:'';}
.destaques a {font-weight:bold;color:#41201a;font-size:15px;display:block;}
.destaques a:before {content:'\25BA';display:inline-block;color:#a5a5a5;}
.destaques a:hover {text-decoration:underline;color:#8b0e24;}
.destaques a:hover:before {color:#8b0e24;}
.destaques .destaque-esq a {font-size:18px;}
.destaques div {float:left;}
.destaque-esq {width:227px;margin-right:16px;}
.destaque-dir {border-left: 1px dotted #cb4257;width:332px;padding-left:10px;min-height: 255px;}
.destaque-dir a {margin-bottom:10px;}

body.single-noticias-sindicais #comments.comments-area {display: none;}
.widget-m2_sidebar .widget-loader {text-align:center;margin:20px 0;font-size:16px; font-weight:bold;}

.tgm-mc-subscribe {margin-top:20px;max-width:400px;}

.carta-leitores {background: #fff;border: 1px solid #b0b0b0;padding: 20px;}
.carta-leitores h3 {border-bottom: 1px solid #c01a34;
padding: 0 0 5px 0;
margin: 0 0 20px 0;
position: relative;
font-size: 20px;
font-weight: bold;
color: #41201a;}
.carta-leitores ul li {float: left;
margin-right: 32px;
width: 170px;
text-align: justify;
margin-bottom: 32px;}
.carta-leitores ul li.last {margin-right: 0;}
.carta-leitores ul li p {font-size: 12px;margin-bottom: 8px}

ul.polop {margin-top: 30px !important;}
ul.polop li {padding-left: 50px !important;}
ul.polop li.first {padding-left: 15px !important;}

body.search #content > form{
	background: #fff;
	border: 1px solid #b0b0b0;
	padding: 10px 23px 15px 34px !important;
	margin-bottom:20px;
}

body.search #content > form label.campo-busca{
	margin:0 0 10px 0;
}
body.search #content > form label{
	margin: 5px 40px 10px 0;
	display: inline-block;
}
body.search #content > form select{display:inline-block;}

body.search #content > form input[type="search"]{
	border:1px solid #b0b0b0;
	width:392px;
}
body.search #content > form button[type="submit"]{
  background-color: #8b0e24;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8B0E24', endColorstr='#FFC01A34');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8b0e24), color-stop(100%, #c01a34));
  background-image: -webkit-linear-gradient(top, #8b0e24 0%, #c01a34 100%);
  background-image: -moz-linear-gradient(top, #8b0e24 0%, #c01a34 100%);
  background-image: -o-linear-gradient(top, #8b0e24 0%, #c01a34 100%);
  background-image: linear-gradient(top, #8b0e24 0%, #c01a34 100%);
  -webkit-box-shadow: #999999 0 2px 1px;
  -moz-box-shadow: #999999 0 2px 1px;
  box-shadow: #999999 0 2px 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  word-wrap: normal;
}

@media (max-width: 1069px){
  .site-main .widget-area {
    margin-right: 0px;
  }
}