*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.cache {
    opacity: 0.4;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.cache-nofx {
    opacity: 0.5;
}
.cache.loaded {
    opacity: 1;
}
.cache-nofx.loaded {
    opacity: 1;
}
.grid>[class*='col-'] {
    float: left;
}
.mgrid>[class*='col-'] {
    float: left;
}
.mgrid-pad>[class*='col-'] {
    padding-right: 5px;
}
.grid>[class*='col-']:last-of-type {
  
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.mgrid:after {
    content: "";
    display: table;
    clear: both;
}
.grid-pad {
    padding: 10px 0 0px 10px;
}
.mgrid-pad {
    padding: 0px;
}
.grid-pad>[class*='col-']:last-of-type {
    padding-right: 10px;
}
.mgrid-pad>[class*='col-']:last-of-type {
    padding-right: 0px;
}
.col-1-1 {
    width: 100%}
.col-2-3, .col-8-12 {
    width: 66.66%}
.col-1-2, .col-6-12 {
    width: 50%}
.col-1-3, .col-4-12 {
    width: 33.33%}
.col-1-4, .col-3-12 {
    width: 25%}
.col-1-5 {
    width: 20%}
.col-1-6, .col-2-12 {
    width: 16.667%}
.col-1-7 {
    width: 14.28%}
.col-1-8 {
    width: 12.5%}
.col-1-9 {
    width: 11.1%}
.col-1-10 {
    width: 10%}
.col-1-11 {
    width: 9.09%}
.col-1-12 {
    width: 8.33%}
.col-11-12 {
    width: 91.66%}
.col-12-12 {
    width: 100%}
.col-10-12 {
    width: 83.333%}
.col-9-12 {
    width: 75%}
.col-5-12 {
    width: 41.66%}
.col-7-12 {
    width: 58.33%}
@media handheld,  only screen and (max-width: 739px) {
    .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.grid>[class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
}.block-grid {
    display: block;
    overflow: hidden;
    padding: 0;
}
.block-grid>li {
    display: block;
    height: auto;
    float: left;
}
.block-grid.one-up {
    margin: 0;
}
.block-grid.one-up>li {
    width: 100%;
    padding: 0px;
}
.block-grid.two-up {
    margin: 0 -10px;
}
.block-grid.two-up>li {
    width: 50%;
    padding: 0px;
}
.block-grid.two-up>li:nth-child(2n+1) {
    clear: both;
}
.block-grid.three-up {
    margin: 0 -12px;
}
.block-grid.three-up>li {
    width: 33.33%;
    padding: 0px;
}
.block-grid.three-up>li:nth-child(3n+1) {
    clear: both;
}
.block-grid.four-up {
    margin: 0 -10px;
}
.block-grid.four-up>li {
    width: 25%;
    padding: 0px;
}
.block-grid.four-up>li:nth-child(4n+1) {
    clear: both;
}
.block-grid.five-up {
    margin: 0 -8px;
}
.block-grid.five-up>li {
    width: 20%;
    padding: 0px;
}
.block-grid.five-up>li:nth-child(5n+1) {
    clear: both;
}
.block-grid.six-up>li {
    width: 16.667%;
    padding: 0px;
}
.block-grid.six-up>li:nth-child(5n+1) {
    clear: both;
}
.block-grid>li {
    clear: none !important;
}
.block-grid.mobile-two-up>li {
    width: 50%}
.block-grid.mobile-two-up>li:nth-child(2n+1) {
    clear: both;
}
.block-grid.mobile-three-up>li {
    width: 33.33%}
.block-grid.mobile-three-up>li:nth-child(3n+1) {
    clear: both !important;
}
.block-grid.mobile-four-up>li {
    width: 25%}
.block-grid.mobile-four-up>li:nth-child(4n+1) {
    clear: both;
}
.block-grid.mobile-five-up>li:nth-child(5n+1) {
    clear: both;
}
@media only screen and (max-width: 767px) {
    .block-grid.mobile>li {
    float: none;
    width: 100%;
    margin-left: 0;
}
}a {
    text-decoration: none;
}
a {
    color: #A58CBC;
}
body {
    background: #fff;
    font-family: "Source Sans Pro",  sans-serif;
    font-size: 14px;
    color: #666;
}
h1, h2, h3, h4 {
    font-family: "Lato",  sans-serif;
}
.clear {
    clear: both;
}
h4.sectionTitle {
    color: #A58CBC;
    text-transform: uppercase;
    font-family: "Source Sans Pro",  sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 0px 8px 0px;
}
#search input {
    background: #EEEEEE;
    border: 0px;
    padding: 5px;
    width: 90%}
header {
    display: block;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    height: 150px;
    width: 14%;
    margin: 0 auto;
    text-indent: -9999px;
}
header a {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: url("../images/logo.png") no-repeat center center;
    background-size: 80px auto;
    height: 150px;
}
@media only screen and (max-width: 767px) {
    header {
    width: 100%;
    position: relative;
    height: 110px;
}
header a {
    display: block;
    width: 50%;
    margin: 0 auto;
    background: url("../images/logo.png") no-repeat center center;
    background-size: 80px auto;
    height: 150px;
}
}#sidebar {
    background: #fff;
    padding: 160px 20px 20px 20px;
    width: 14%;
    float: left;
}
@media only screen and (max-width: 767px) {
    #sidebar {
    display: none;
}
}@media only screen and (min-width: 768px) and (max-width: 1025px) {
    #sidebar {
    width: 20%}
}#sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
#sidebar ul li {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}
#sidebar a {
    color: #111;
}
#sidebar a:hover {
    color: #ccc;
}
#sidebar input {
    max-width: 100%}
#sidebar .address {
    font-size: 12px;
    color: #999;
}
#sidebar #sideIcons {
    margin-top: 10px;
}
#sidebar #sideIcons li {
    width: 32px;
    overflow: hidden;
    height: 40px;
    display: inline-block;
    margin-right: 4px;
    text-indent: -9999px;
}
#sidebar #sideIcons a.facebook {
    width: 32px;
    display: block;
    height: 40px;
    background: url("../images/icons.png") no-repeat;
}
#sidebar #sideIcons a.instagram {
    width: 32px;
    display: block;
    height: 40px;
    background: url("../images/icons.png") no-repeat;
    background-position: -38px 0px;
}
#sidebar #sideIcons a.pinterest {
    width: 32px;
    display: block;
    height: 40px;
    background: url("../images/icons.png") no-repeat;
    background-position: -76px 0px;
}
#sidebar #sideIcons a.rss {
    width: 32px;
    display: block;
    height: 40px;
    background: url("../images/icons.png") no-repeat;
    background-position: -114px 0px;
}
#sidebar #authors {
    margin-bottom: 20px;
}
#sidebar #authors .partialAuthor {
    width: 45%;
    display: inline-block;
}
#sidebar #authors .partialAuthor img {
    width: 70%}
#sidebar #authors a {
    display: block;
}
#sidebar #authors img {
    display: block;
    width: 70%;
    margin: 0 auto;
    border-radius: 50%}
#sidebar #authors span {
    display: block;
    font-size: 11px;
    text-align: center;
    text-transform: none;
}
#sidebar #authors ul {
    padding-top: 10px;
}
#sidebar #sideblocks img {
    max-width: 160px;
    border: 1px solid #eee;
}
#content {
    padding-bottom: 400px;
    width: 86%;
    min-height: 1000px;
    float: left;
    height: calc(100%);
}
#content.post{
	background: #f1f1f1;
}
#content .disclaimer {
    color: #999;
    font-weight: normal;
    font-size: 12px;
    width: 80%;
    margin: 20px 60px 20px 60px;
    font-family: "Lato",  Arial,  sans-serif;
}
#content .disclaimer h5 {
    text-align: left;
    font-size: 12px;
}
#content .partners {
    margin-left: 60px;
}
#content .partners p {
    display: inline-block;
}
#content .partners p img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    opacity: 0.6;
}
#content .partners p img:hover {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    #content {
    width: 100%;
    float: none;
}
#content .relatedPosts {
    display: none;
}
#content .disclaimer, #content .partners {
    width: 90%;
    margin: 10px;
}
}@media only screen and (min-width: 768px) and (max-width: 1025px) {
    #content {
    width: 80%}
}img {
    max-width: 100%}
#postDetail {
    width: 90%;
    margin-left: 40px;
    max-width: 1050px;
    padding: 20px;
}
#postDetail .beforeAfter, #postDetail .before, #postDetail .after {
    overflow: hidden;
    display: block;
    float: left;
}
#postDetail article.home_highlight a {
    display: block;
}
#postDetail .beforeAfter img {
    max-width: none;
    width: 100%}
#postDetail .beforeAfter {
    position: relative;
}
#postDetail .before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    overflow: hidden;
}
#postDetail .after {
    position: relative;
    z-index: 9;
}
#postDetail .handler {
    width: 48px;
    background: #ccc;
    position: absolute;
    z-index: 999;
    background: url("../images/handler.png") no-repeat center top;
}
#postDetail .dot {
    background: url("../images/dot2.png") no-repeat;
    position: absolute;
    z-index: 999;
    width: 47px;
    height: 47px;
}
#postDetail .tags {
    height: 20px;
}
#postDetail .tags .author {
    float: left;
    color: #999;
    margin-left: 10px;
    font-size: 12px;
}
#postDetail .tags ul, #postDetail .tags iframe {
    display: block;
    float: left;
}
#postDetail .tags ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#postDetail .tags ul li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
    background: #A58CBC;
    color: #fff;
}
#postDetail .tags ul li a {
    color: #fff;
    padding: 2px 4px;
}
#postDetail .tags iframe {
    height: 26px !important;
    width: 80px !important;
    float: right;
    min-height: 26px !important;
    display: block;
}
#postDetail h1 {
    color: #fff;
    width: 90%;
    text-shadow: 0px 2px 2px #ccc;
    font-size: 50px;
    margin: 10px 0px 20px 0px;
}
#postDetail h1 a, #postDetail h1 a:hover {
    color: #fff;
}
#postDetail .postBody {
    clear: both;
}
#postDetail article {
    border-top: 8px solid #A58CBC;
    background: #fff;
    line-height: 22px;
    padding: 10px 20px;
}
@media only screen and (max-width: 620px) {
    #postDetail {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#postDetail h1 {
    font-size: 24px;
    padding: 30px 0px 20px 0px;
    margin: 0px 20px;
    text-align: center;
}
#postDetail article {
    padding: 10px;
    clear: both;
}
#postDetail .tags {
    margin-bottom: 5px;
}
#postDetail .tags iframe {
    height: 26px !important;
    width: 80px !important;
    float: none;
}
#postDetail .tags .author {
    clear: both;
    display: block;
    margin: 0px;
}
#postDetail .postBody {
    padding-top: 3px;
}
}#postDetail img {
    max-width: 100%;
    width: 100%}
#postDetail iframe {
    width: 100%;
    min-height: 640px;
}
#postDetail iframe.fbframe {
    height: 24px !important;
    width: 90px !important;
    min-height: 0px;
}
#postDetail ul {
    list-style: none;
}
#postDetail a {
    color: #A58CBC;
}
#postDetail a:hover {
    color: #333;
}
#postDetail hr {
    border: 0px;
    border-top: 1px solid #ccc;
}
#postDetail .obrigatorios {
    font-size: 11px;
}
#postDetail #profile {
    padding-top: 30px;
}
#postDetail iframe {
    width: 100%;
    min-height: 560px;
}
#postDetail hr.more {
    display: none;
}
#postDetail .errorlist {
    color: red;
    clear: both;
}
#postDetail h5 {
    padding: 0px;
    margin: 20px 0px 20px 0px;
    text-transform: uppercase;
    color: #A58CBC;
    font-size: 13px;
}
#postDetail .commentSection {
    padding-left: 20px;
}
#postDetail .relatedPosts {
    padding-right: 20px;
    padding-bottom: 20px;
}
#postDetail .relatedPosts h1 {
    color: #fff;
    width: 90%;
    text-shadow: none !important;
    font-size: 25px;
    margin: 10px 0px 10px 0px;
}
#postDetail .relatedPosts h1 a, #postDetail .relatedPosts h1 a:hover {
    color: #fff;
}
#postDetail .relatedPosts article {
    padding: 0px !important;
    height: 312px !important;
    border-top: 0px;
    border-bottom: 8px solid #A58CBC;
}
.beforeAfter {
    position: relative;
}
.before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    overflow: hidden;
}
.after {
    position: relative;
    z-index: 9;
}
.handler {
    width: 48px;
    background: #ccc;
    position: absolute;
    z-index: 999;
    background: url("../images/handler.png") no-repeat center top;
}
.dot {
    background: url("../images/dot2.png") no-repeat;
    position: absolute;
    z-index: 999;
    width: 47px;
    height: 47px;
}
.tabs .tab {
    background: #f3f3f3;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #666;
    padding: 6px;
}
.tabs .tab.sel {
    background: #ddd;
}
.pagination {
    margin-left: 55px;
    margin-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}
.pagination a {
    margin: 0px 5px;
}
.pagination .current {
    margin: 0px 5px;
}
#comments {
    background: #fff;
    border-top: 8px solid #A58CBC;
    font-size: 11px !important;
    color: #666;
    line-height: 16px;
}
#comments h4 {
    padding: 0px;
    margin: 0px 0px 0px 20px;
    font-size: 16px;
    color: #999;
}
#contact input, textarea {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
}
#contact label {
    margin: 0px;
    float: left;
    clear: both;
}
#contact textarea {
    height: 130px;
}
.post-block {
    height: 380px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.post-block a {
    display: block;
    color: #666;
}
.post-block h1 {
    font-size: 24px;
    color: #fff;
}
.post-block .post-overlay {
    padding: 0px 20px;
    height: 303px;
    margin-top: -303px;
    padding-top: 200px;
    background: -moz-linear-gradient(top,  transparent 0%,  transparent 26%,  rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  transparent),  color-stop(26%,  transparent),  color-stop(100%,  rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top,  transparent 0%,  transparent 26%,  rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top,  transparent 0%,  transparent 26%,  rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top,  transparent 0%,  transparent 26%,  rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom,  transparent 0%,  transparent 26%,  rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',  endColorstr='#a6000000', GradientType=0 );
}
.post-block .postAuthor {
    color: #999;
}
.post-block .post-image {
    height: 303px;
}
.post-block .post-details {
    height: 77px;
    background: #fff;
    padding: 10px 20px;
    border-top: 3px solid #000;
    position: relative;
}
.post-block .post-details a, .post-block .post-details a:visited {
    color: #666 !important;
}
.post-block .post-details.post-details-odd {
    
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .post-block {
    height: 280px;
}
.post-block .post-image {
    height: 203px;
}
.post-block.post-block-big {
    height: 452px;
}
.post-block.post-block-big:hover {
    opacity: 1;
    transform: none;
    box-shadow: none;
}
.post-block.post-block-big .partialAuthor span {
    color: #f1f1f1;
}
.post-block.post-block-big .postAuthor, .post-block.post-block-big .postDate {
    color: #fff;
}
.post-block.post-block-big .post-image {
    height: 452px;
}
.post-block.post-block-big .post-overlay {
    height: 452px;
    padding-top: 0px;
    position: relative;
    vertical-align: bottom;
    margin-top: -452px;
}
.post-block.post-block-big .post-overlay h1 {
    font-size: 30px;
    width: 80%;
    position: absolute;
    bottom: 40px;
}
.post-block.post-block-big .post-details {
    text-align: right;
    color: #fff;
    background: none;
    border-top: 0px;
    margin-top: -77px;
}
}@media only screen and (min-width: 1025px) {
    .post-block.post-block-big {
    height: 752px;
}
.post-block.post-block-big:hover {
    opacity: 1;
    transform: none;
    box-shadow: none;
}
.post-block.post-block-big .partialAuthor span {
    color: #f1f1f1;
}
.post-block.post-block-big .postAuthor, .post-block.post-block-big .postDate {
    color: #fff;
}
.post-block.post-block-big .post-image {
    height: 752px;
}
.post-block.post-block-big .post-overlay {
    height: 752px;
    padding-top: 0px;
    position: relative;
    vertical-align: bottom;
    margin-top: -752px;
}
.post-block.post-block-big .post-overlay h1 {
    font-size: 60px;
    width: 80%;
    position: absolute;
    bottom: 0;
}
.post-block.post-block-big .post-details {
    text-align: right;
    color: #fff;
    background: none;
    border-top: 0px;
    margin-top: -77px;
}
}
/*# sourceMappingURL=blog.css.map */
