/*
Theme Name: Beetle Go Child Theme
Author: Fundação Cuidar o Futuro (Child Theme)
Description: Wordpress theme for Fundação Cuidar o Futuro.
Version: 1.0.0
Template: beetle-go
*/

@import url("../beetle-go/style.css");

@font-face {
font-family: 'TitilliumText22L-Regular';
font-style: normal;
font-weight: normal;
src: local('TitilliumText22L-Regular'), url('assets/font/TitilliumText22L003.woff') format('woff');
}

@font-face {
font-family: 'TitilliumText22L-XBold';
font-style: normal;
font-weight: normal;
src: local('TitilliumText22L-XBold'), url('assets/font/TitilliumText22L006.woff') format('woff');
}

/*!
 * animate.css
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

/***** /animate.css *****/
 

html {
    font-family: 'TitilliumText22L-Regular', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
body {
    background-color: #fafeff;
    color: #1f1f1f;
}
*.animated{
    visibility: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'TitilliumText22L-XBold';
    font-weight:normal !important;
    color: #017999;
}
h1, h2, h3 {
    font-weight: 900;
}
h4, h5, h6 {
    font-weight: 900;
}
a {
    text-decoration: none;
}
a {
    color: #017999;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: transparent;

}
a:hover {
    border-bottom-color: transparent;
    color: #8eadc0;
}

.font11 {
    font-size: 1.1em;
}

ul {
    padding-left: 0em;
}

header {
    padding: .75rem 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 12px rgba(0, 0, 0, .2);
}

/*** ***/
.cem {
    width: 100%;
}
.txt-r {
    text-align: right;
}
.txt-l {
    text-align: left;
}
/*******/
.site-main .down a {
    font-size: 2.5em;
    border: 0;
    padding: 0 40px 0 0;
    color: #ccc;
}
.site-main .down a:hover {
    color: #017999;
}
.site-main a {
    color: #017999;
    font-family: 'TitilliumText22L-XBold';
    font-style: normal;
    font-weight: normal;
}
.site-main a:hover {
    color: rgba(1, 121, 153, 0.6);
}
.site-main .sidebar a {
    font-family: 'TitilliumText22L-Regular';
}
.archive .site-main h2.entry-title a {
    /*color: rgba(0, 0, 0, .8);*/
    color: #017999;
}
.archive .site-main h2.entry-title a:hover {
    color: rgba(1, 121, 153, 0.6);
}
.blog .entry-content h1,
.blog .entry-content h2,
.blog .entry-content h3,
.blog .entry-content h4,
.blog .entry-content h5,
.blog .entry-content h6,
.archive.category .entry-content h1,
.archive.category .entry-content h2,
.archive.category .entry-content h3,
.archive.category .entry-content h4,
.archive.category .entry-content h5,
.archive.category .entry-content h6 {
    font-family: 'TitilliumText22L-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
}
article .entry-content a {
    font-family: 'TitilliumText22L-XBold';
    color: #017999;    
}
article .entry-content a:hover {
    color: rgba(1, 121, 153, 0.6);
}
.csstransitions a {
    -webkit-transition: border-bottom 0.1s linear, background-color 0.1s linear, color 0.1s linear, opacity 0.25s linear, box-shadow 0.25s linear !important;
    -moz-transition: border-bottom 0.1s linear, background-color 0.1s linear, color 0.1s linear, opacity 0.25s linear, box-shadow 0.25s linear !important;
    transition: border-bottom 0.1s linear, background-color 0.1s linear, color 0.1s linear, opacity 0.25s linear, box-shadow 0.25s linear !important;
}
.st-divider {
    display: block;
    position: relative;
    width: 16%;
    height: 5px;
    background: #a0a48c;
    /* right: 0px; */
    /* left: 0px; */
    margin: 30px auto;
    -webkit-border-radius: 0.26em;
    -moz-border-radius: 0.26em;
    border-radius: 0.26em;
}
#brand.site-branding {
    background: url("img/FCF_logo_full_color_small.png") no-repeat top left;
    overflow: hidden;
    background-size: contain;
    clear:both;
    padding:0px;
    margin: -5px 0;
    height: 58px;
} 
.fixed-header #brand.site-branding {
    background: url("img/FCF_logo_full_color_small.png") no-repeat top left;
    overflow: hidden;
    background-size: contain;
    clear:both;
    padding:0px;
    margin: -5px 0;
    height: 58px;
} 
header.fixed-header {
    background-color: rgba(255, 255, 255, 1) !important;
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 1px 12px rgba(0, 0, 0, .2) !important;
}
header.fixed-header.transparent.light #brand a, header.fixed-header.transparent.light nav#site-navigation > ul > li > a {
    color: #017999;
}
#brand h1 {
    font-size: 1em;
    line-height: 3.667rem;
    opacity: 0;
}
#brand h1 a {
    letter-spacing: 1px;
    font-size: 0.889em;
    font-weight: 700;
    line-height: 3rem;
    margin-left: 55px;
    font-family: 'TitilliumText22L-Regular';
}
#brand a, nav#site-navigation a {
    color: #017999;
    text-transform: uppercase;
}
.left, .left .caption,  .left .caption-mockup {
    text-align: left !important;
}
.nav-inner {
    padding-right: 2% !important;
    padding-left: 2% !important;
    max-width: 100% !important;
}
.row-content {
    margin: 0 auto;
    max-width: 70em;
}
.row-content.buffer, .row-content.buffer-left {
    padding-left: 2%;
}
.row-content.buffer, .row-content.buffer-right {
    padding-right: 2%;
}
.caption {
    margin: 0 auto;
    padding: 0px 5%;
}
.mobile nav#site-navigation ul.sub-menu > li > a {
    /* color: #666 !important; */
    font-size: 0.889rem;
}
.mobile nav#site-navigation > ul, .mobile nav#site-navigation > ul > li {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.mobile nav#site-navigation > ul > li.menu-item {
    padding: 0 !important;
    font-size: 1em;
}
nav#site-navigation ul.sub-menu ul.sub-menu {
    top: -5px;
    left: -webkit-calc(100% - 9px);
    left: -moz-calc(100% - 9px);
    left: calc(100% - 9px);
}
nav#site-navigation .sub-arrow {
    padding-left: 0.3em;
    vertical-align: middle;
    font-size: 0.667em;
    color: #a0a38c;
    top: 0px;
    position: relative;
    /*display: none;*/
}
nav#site-navigation > ul > li {
    padding: 0 0.655em;
    text-transform: inherit;
    font-size: 0.778em;
    /*font-family: 'TitilliumText22L-Regular';*/
    font-family: 'TitilliumText22L-XBold';
    font-style: normal;
    font-weight: normal !important;
    letter-spacing: 0.05em;
    cursor: pointer;
}
nav#site-navigation > ul > li:first-child {
    padding: 0 0.655em 0 0;
}
nav#site-navigation > ul > li > a {
    font-weight: normal;
    -webkit-transition: all .2s ease !important;
    -moz-transition: all .2s ease !important;
    transition: all .2s ease !important;
}
nav#site-navigation > ul > li:hover > a {
    /*border-bottom: 2px solid #a0a48d;*/
    border-bottom-color: #a0a48d;
}
li.menu-item.current-menu-item > a{
    border-bottom: 2px solid #a0a48d;
}
.sub-menu li.menu-item.current-menu-item > a{
    border-bottom: 0;
    /*color: #a0a48d !important;*/
}
nav#site-navigation ul.sub-menu > li > a span {
    font-size: 0.889em;
    color: #a0a48d;
    font-family: 'TitilliumText22L-Regular', sans-serif;
}
nav#site-navigation .sub-arrow.sub-sub {
    float: none;
    top: -1px;
    margin-left: 2px;
}
nav#site-navigation ul.sub-menu > li > a span.dojodigital_toggle_title {
    font-size: 1em;
}
header.fixed-header.transparent.light nav#site-navigation > ul > li > a {
    font-weight: 700;
}
header.fixed-header.transparent.light nav#site-navigation > ul > li:hover > a {
    border-bottom: 2px solid #C3E0F4;
}   
header.fixed-header.transparent.light nav#site-navigation > ul > li:last-child:before {
    content: "|| ";
    color: #94c2e2;
    padding-right: 2px;
}
header.fixed-header.transparent.light nav#site-navigation > ul > li:last-child {
    padding: 0;
}
nav#site-navigation > ul > li:last-child {
    padding: 0 0 0 0.445em;
}
nav#site-navigation ul.sub-menu > li > a {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #FFF;
    font-size: 1em; 
    letter-spacing: 0;
    font-size: 1.1em;
    text-transform: initial;
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
}
nav#site-navigation ul.sub-menu > li > a:hover, .reply a:hover {
    background-color: #057a9b !important;
    color: #fafeff;
}
nav#site-navigation ul.sub-menu > li.current-menu-item > a {
    background-color: #057a9b !important;
    color: #fafeff;
}
header.fixed-header.transparent.light #brand a {
    text-shadow: none;
}
header.transparent.light nav#site-navigation > ul > li:hover > a {
    border-bottom-color: #94C2E2;
}
.has-intro #main {
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
}
.has-intro header.transparent.light nav#site-navigation > ul > li:hover > a {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
#intro-wrap .owl-controls .owl-buttons div {
    text-shadow: none;
    font-size: 3.667em;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.home #intro-wrap .more {
    font-size: 2em;
}
.home #intro-wrap .more a {
    color: #fefefe;
    opacity: 0.7;
    filter: Alpha(Opacity=0.7);
    -webkit-transition: opacity .3s ease !important;
    -moz-transition: opacity .3s ease !important;
    transition: opacity .3s ease !important;
}
.photocaption {
    right: 0;
    bottom: 1.111em;
    padding: 0;
    max-width: 45%;
}

.small-icon, .big-icon {
    width: 2em;
    height: 2em;
    -webkit-border-radius: .26em;
    -moz-border-radius: .26em;
    border-radius: .26em;
    background-color: #fafeff;
    line-height: 2;
}
[class^="icon-"].aqua, [class^="linecon-"].aqua, .small-icon.aqua, .big-icon.aqua {
    /*color: #9caec2;*/
    color: #c4d5df;
}

[class^="icon-"].blue, [class^="linecon-"].blue, .small-icon.blue, .big-icon.blue {
    color: #017999;
}

[class^="icon-"].oceano, [class^="linecon-"].oceano, .small-icon.oceano, .big-icon.oceano {
    color: #017999;
}

[class^="icon-"].terra, [class^="linecon-"].terra, .small-icon.terra, .big-icon.terra {
    color: #a0a38c;
}

[class^="icon-"].dark-grey, [class^="linecon-"].dark-grey, .small-icon.dark-grey, .big-icon.dark-grey {
    color: #464646;
}

[class^="icon-"].white, [class^="linecon-"].white, .small-icon.white, .big-icon.white {
    color: #f1f1f1;
}

section.loop .action-loop, section.loop .pub-loop, section.loop .blog-loop {
    width: 33.333%;
    margin-right: 0;
    padding-top: 20px;
}

section.loop .su-posts-teaser-loop .su-post-thumbnail img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
section.loop .action-loop .su-posts-teaser-loop a.su-post-thumbnail img, section.loop .pub-loop .su-posts-teaser-loop a.su-post-thumbnail img {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: .16em;
    -moz-border-radius: .16em;
    -webkit-border-radius: .16em;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
section.loop .action-loop .su-posts-teaser-loop a:hover.su-post-thumbnail img, section.loop .pub-loop .su-posts-teaser-loop a:hover.su-post-thumbnail img {
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
}
section.loop .pub-loop .su-posts-teaser-loop .su-post-thumbnail img {
    border: 1px solid rgba(204, 204, 204, 0.8);
    border-radius: .16em;
    -moz-border-radius: .16em;
    -webkit-border-radius: .16em;
}
section.loop .action-loop .su-posts-teaser-loop {
    margin-left: -76px;
    padding: 0 15px;
}
section.loop .pub-loop .su-posts-teaser-loop {
    margin-left: -66px;
    padding: 0 10px 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}
section.loop .blog-loop .su-posts-teaser-loop {
    margin-left: -56px;
    padding: 0 0 0 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}
section.loop .action-loop .su-posts-teaser-loop h2.su-post-title, section.loop .pub-loop .su-posts-teaser-loop h2.su-post-title {
    height: 70px;
    margin: 5px 14px 5px;
    text-align: left;
    font-size: 1em;
    /*padding: 10px 0;*/
    overflow: hidden;
}
    
section.loop .pub-loop .su-posts-teaser-loop h2.su-post-title {
    margin: 5px 0px;
}
section.loop .blog-loop .su-posts-teaser-loop h2.su-post-title {
    margin: 14px 3px -5px;
}
section.loop .action-loop .su-posts-teaser-loop .su-post-thumbnail {
    margin: 0px 1em 0 0;
    width: 70px;
    height: 70px;
}
section.loop .pub-loop .su-posts-teaser-loop .su-post-thumbnail {
    width: 50px;
    height: 70px;
    margin: -1px 1em 0 0;
}
section.loop .pub-loop div h3 i {
    -webkit-transition: all 0.25s ease !important;
    -moz-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
}
section.loop .pub-loop h4:after, section.loop .action-loop  h4:after, section.loop .blog-loop h4:after {
    content: " ";
    display: block;
    position: absolute;
    width: 10%;
    height: 3px;
    /*background: #a0a38c;*/
    background: #a0a48c;
    right: 0px;
    left: 0px;
    margin: 18px auto;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
section.loop .blog-loop h4 {
    padding-right: 0;
    margin-left: -66px;
}
section.loop .blog-loop h4:after {
    margin: 18px auto;
}
section.loop .row-content.buffer {
    padding: 4% 2%;
    max-width: 80em;
}
section.loop .small-icon {
    display: block;
    float: none;
    margin: 0 auto;
    font-size: 1.667em;
    color: #017999;
}
section.loop h4 {    
    font-family:'TitilliumText22L-XBold';
    /*font-family: 'TitilliumText22L-Regular';*/    
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 3.4em;
    padding-top: 0;
    padding-right: 77px;
    text-align: center;
    font-size: 1.1em;
    font-weight:normal !important;
    color: #017999;
}
section.loop a {
    border: 0 !important;
}
section.loop .su-posts-teaser-loop .su-post {
    margin-bottom: 0;
    line-height: 1.2;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}
section.loop .su-posts-teaser-loop div.su-post:last-of-type {
    border-bottom: 1px solid rgba(51, 51, 51, 0);
}
section.loop .blog-loop .su-posts-teaser-loop .su-post {
    padding: 0 12px;
}
section.loop .su-posts-teaser-loop h2.su-post-title {    
    font-family: 'TitilliumText22L-Regular';
    /*font-family: 'TitilliumText22L-xbold';*/
    /*text-transform: uppercase;*/
    font-size: 1em;
    font-weight: normal;
    text-align: center;
}
section.loop .su-posts-teaser-loop h2.su-post-title a {
    font-family: 'TitilliumText22L-Regular';
    color: #1f1f1f;
}
section.loop .su-posts-teaser-loop h2.su-post-title a:hover {
    color: #457998;
}
section.loop .blog-loop .su-posts-teaser-loop .su-post-thumbnail {
    float: none;
    display: block;
    width: 100%;
    height: 170px;
    margin: 0 1em 0 0;
}
section.loop .blog-loop .su-posts-teaser-loop .su-post-thumbnail img {
    display: block;
    margin: 0;
    padding: 2px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: .26em .26em 0 0;
    -moz-border-radius: .26em .26em 0 0;
    -webkit-border-radius: .26em .26em 0 0;
    max-width: 100%;
    max-height: 100%;
}
section.loop ul {
    margin-bottom: 0;
    padding-right: 6%;
}
/*section.loop li::before {
    margin-right: 20px;
    font-size: 1em;
    color: #a0a48d;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-family: "lineicon" !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.loop .pub-loop li::before {
    content: "\e037";
}
section.loop .action-loop li::before {
    content: "\e017";
}
section.loop .blog-loop li::before {
    content: "\e067";
}*/
section.loop li {
    display: inherit;
    /*padding-bottom: 8px;*/
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(173, 209, 227, 0.58);
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.loop li:last-child {
    border-bottom: 0;
}
section.loop li a {
    border-bottom: none;
    color: #1f1f1f;
    font-size: .8em;
    vertical-align: text-bottom;
}
section.loop li a:hover {
    color: #457998;
}
section.loop .action-loop a.loop-more, section.loop .pub-loop a.loop-more, section.loop .blog-loop a.loop-more {
    float: right;
    font-size: .9em;
    border: 0;
    margin: 15px 20px 0;
}
section.loop .blog-loop a.loop-more {
    margin: 24px 20px 0;
}
/*****************************/

img.profile-mlp {
    margin: 0 auto 5px;
    -webkit-border-radius: .12em;
    -moz-border-radius: .12em;
    border-radius: .12em;
}
a img.profile-mlp {
    -webkit-box-shadow: 1px 2px 7px rgba(0,0,0,.26);
    -moz-box-shadow: 1px 2px 7px rgba(0,0,0,.26);
    box-shadow: 1px 2px 7px rgba(0,0,0,.26);
    -ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
    transform: rotate(1deg);
    -webkit-transition: opacity 0.25s linear, box-shadow 0.25s linear !important;
    -moz-transition: opacity 0.25s linear, box-shadow 0.25s linear !important;
    transition: opacity 0.25s linear, box-shadow 0.25s linear, transform 0.25s ease !important;
}
a:hover img.profile-mlp {
    -webkit-box-shadow: 2px 4px 11px rgba(0,0,0,.26);
    -moz-box-shadow: 2px 4px 11px rgba(0,0,0,.26);
    box-shadow: 2px 4px 11px rgba(0,0,0,.26);
    -ms-transform: rotate(-1deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Chrome, Safari, Opera */
    transform: rotate(-1deg);
}

/*****************************/
.page h1.entry-title {
    font-family: 'TitilliumText22L-XBold';
    font-style: normal;
    font-weight: normal;
    margin-top: 0.762em;
    display: inline-block;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    /*border-bottom: 4px solid #a0a48d;*/
    color: #017999;
}
.page h1.entry-title:after {
    content: " ";
    display: block;
    position: relative;
    width: 33%;
    height: 4px;
    background: #a0a38c;
    right: 0px;
    left: 0px;
    margin: 17px auto 0;
    -webkit-border-radius: 0.26em;
    -moz-border-radius: 0.26em;
    border-radius: 0.26em;
}
.page-id-455.page-parent #intro-wrap {
    height: 22.222em !important;
}
.parent-pageid-455 #intro-wrap {
    height: 22.222em !important;
}
.page-id-14 #intro-wrap {
    height: 26.222em !important;
}
.parent-pageid-455.has-intro header.transparent {
    background: #222120;
}
.parent-pageid-455 #intro .intro-mockup.intro-right img {
    max-width: 14em;
}
.parent-pageid-455 #intro-wrap .more a i {
    color: #1f1f1f;
}
/**** mobile nav ****/
.mobile #brand a, .mobile nav#site-navigation a {
    color: #0A0908 !important;
    text-shadow: none !important;
}
.mobile nav#site-navigation > ul li > a {
    border-bottom: 1px solid rgba(178, 172, 138, 0.5) !important;
    text-shadow: none;
}
.mobile nav#site-navigation ul.sub-menu > li:last-child > a, .mobile nav#site-navigation ul.sub-menu > li:last-child > a:hover {
    border: none !important;
    border-bottom: 1px solid rgba(178, 172, 138, 0.5) !important;
    text-align: left;
}
/*.mobile nav#site-navigation > ul li:last-child > a {
    margin-top: -1px;
    border: 2px solid #A89687 !important;
    text-align: center;
    font-size: 0.688rem;
}
.mobile nav#site-navigation > ul li:last-child > a:hover {
    border: 2px solid #bbaca0 !important;
    -webkit-border-radius: 0.26em !important;
    -moz-border-radius: 0.26em !important;
    border-radius: 0.26em !important;
}*/
.mobile nav#site-navigation > ul li > a:hover {
        background-color: transparent !important;
}
#menu-toggle {
    display: none;
    color: #017999 !important;
    text-decoration: none;
    padding-right: 20px;
    line-height: 3.5em;
}
#menu-toggle i {
    line-height: 0;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
#menu-toggle i.active {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/*********************/
.darkover {
    /*background: rgba(10, 9, 8, 0.4);*/
    /*background: rgba(148, 194, 226, 0.4)*/
    background: -webkit-linear-gradient(135deg, rgba(84, 87, 102, 0.56), rgba(2, 122, 153, 0.66) 100%);
    background: linear-gradient(135deg, rgba(84, 87, 102, 0.56), rgba(2, 122, 153, 0.66) 100%);
    /*background-attachment: fixed;*/
    overflow-x: hidden;
}
.caption h2, .caption-mockup h2 {
    margin-bottom: 0;
    font-size: 2em;
    /*font-family: 'Playfair Display', serif;
    font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Roboto Condensed', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'TitilliumText22L-xbold';
    font-weight: normal !important;
}
.caption p, .caption-mockup p {
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5em;
}
.caption-mockup.dark h2 {
    color: #017999;
}
.intro1.overcap.notransp {
    background: linear-gradient(130deg, #8eadc0 -15%, #017999 50%);
}
.intro1.notransp .darkover {
    background: linear-gradient(135deg, rgb(67, 119, 150), rgba(142, 173, 192, 0.4) 100%);
}
.intro1.overcap .caption {
    position: relative;
    display: block;
    width: 66%;
    max-width: 860px;
    padding: 0;
}
.intro1.overcap .caption h2::before {
    content: "Fundação";
    display: block;
    position: absolute;
    font-family: 'TitilliumText22L-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 0.5em;
    text-transform: capitalize;
    color: #fafeff;
    right: 0;
    left: 0;
    margin: -30px auto;
}
.intro1.overcap .caption h2 {
    padding: 20px 20px 10px;
    font-size: 2.4em;
    font-weight: normal !important;
    letter-spacing: 1px;
    color: #fafeff;
}
.intro1.overcap .caption h2:after {
    content:" ";
    display: block;
    position: absolute;    
    width: 16%;
    height: 4px;
    background: #a0a38c;
    right: 0px;
    left: 0px;
    margin: 10px auto 12px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.intro1.overcap .caption p {
    border-radius: 0;
    margin: 0 auto;
    font-size: 1.6em;
    letter-spacing: 2px;
    padding: 15px 63px 23px;
    font-weight: 300;
    color: #fafeff !important;
    text-shadow: none;
}
.intro1.overcap .caption .button.transparent.white {
    padding: 10px 30px;
    border: 3px solid #ffffff;
    margin: 0 0 10px;
    font-size: .889rem !important;
    text-shadow: none;
    box-shadow: none;
}
.intro1 .caption h2 {
    padding-top: 8px;
    font-size: 2.889rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.intro1 .photocaption h4 {
    margin: 0;
    padding: 0.778em 1em;
    background-color: #fefefe;
    font-weight: 400;
    font-size: 0.722em;
    color: #1f1f1f;
    -moz-border-radius: .18em 0 0 .18em;
    -webkit-border-radius: .18em 0 0 .18em;
    border-radius: .18em 0 0 .18em;
}
.intro1 .photocaption h4 a {
    color: #017999;
    font-weight: 800;
    border: 0;
}
.intro1 .photocaption h4 a:hover {
    color: #8eadc0;
}
.intro1.arq .caption {
    padding: 0px 8%;
}
.intro1.arq .caption h2 {
    text-align: left;
    font-size: 1.888em;
    letter-spacing: 1px;
    max-width: 420px;
    padding: 15px 25px 0;
}
.intro1 .caption p {
    max-width: 800px;
    margin: 10px auto 30px;
}
.intro1.arq .caption p {
    font-family: 'TitilliumText22L-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    color: #fff;
    text-align: left;
    margin: 0 0 10px;
    padding: 24px 24px;
    margin: 0;
    max-width: 420px;
}
#intro .intro1.arq .caption .button {
    margin-right: 15px;
}
.intro1.arq .caption .button {
    display: block;
    margin: 35px 0 5px;
    text-align: center;
    float: right;
    background: rgba(250, 254, 255, .75);
    border: 3px solid transparent;
    color: #017999 !important;
    font-size: 0.8rem !important;
}
.intro1.arq .caption .button.white:hover {
    background: rgba(250, 254, 255, 1);
}
.intro1.alto .caption p {
    font-size: 1.3em;
}
 .csstransitions #intro .caption, .csstransitions #intro a, .csstransitions #intro h2 {
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
.csstransitions #intro .caption {
    /*opacity: 0;*/
}

#main {
    background-color: #fafeff;
    margin-top: 73px;

}
#main > section {
    background-color: #fafeff;
}
#main > section#aps {
    background-color: #FFFFFF;
}
#main div.hr {
    display: block;
    text-align: center;
    font-size: 2.5em;
    color: #b6aa92;
}
#main div.hr i:before {
    margin-left: -6px;
}
.button.transparent, input.button.transparent {
    border: 2px solid #94C2E2;
    background-color: transparent;
    color: #0A0908 !important;
}
.button.transparent:hover, input.button.transparent:hover {
    border: 2px solid #94C2E2;
    background-color: #94C2E2;
    color: #fff !important;
}
.button.transparent.white:hover, input.button.transparent.white:hover {
    border: 2px solid rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
    color: #017999 !important;
}
section.st-section-top .row-content.even {
    padding-top: 4%;
}
.contact-address img {
    max-width: 120px;
    margin: 0 auto;
}
.contact-address h3.address-title {
    font-family: 'TitilliumText22L-XBold';
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.333em;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 18px;
}
.contact-address h3.address-title span {
    font-family: 'TitilliumText22L-Regular';
    font-size: .667em;
    margin-bottom: 10px;
    display: block;
}
.contact-address p.address-txt {
    font-size: 1em;
    text-align: center;
    line-height: 2.2;
}
.icon-address {
    margin-right: 8px;
    color: #a0a38c !important;
    font-size: .8em !important;
}
/*** wpcf7 ***/
div.wpcf7-mail-sent-ok {
    border: 2px solid #C3F3C0;
    -webkit-border-radius: .26em;
    -moz-border-radius: .26em;
    border-radius: .26em;
    background: #C3F3C0;
    padding: 10px 20px;
    font-size: .9em;
}
div.wpcf7-validation-errors {
    border-color: #fd685b !important;
    -webkit-border-radius: .26em;
    -moz-border-radius: .26em;
    border-radius: .26em;
    background: #fd685b;
    padding: 10px 20px;
    font-size: .9em;
    color: #fff;
}
span.wpcf7-not-valid-tip {
    color: #fd685b !important;
}
/***************/
.section-title h3, .section-title h1 {
    display: inline-block;
    border-bottom: 0px solid #a0a48d;
    font-family: 'TitilliumText22L-XBold';
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.889em;
    line-height: 1.8;
    /*font-family: 'roboto Condensed', sans-serif;*/
    font-weight: normal;
}
.section-title h3:after, .section-title h1:after {
    content: " ";
    display: block;
    position: relative;
    width: 24%;
    height: 4px;
    background: #a0a38c;
    /* background: #c4d5df; */
    right: 0px;
    left: 0px;
    margin: 10px auto;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
section.row .column p a {
    font-family: 'TitilliumText22L-XBold';
    color: #017999;
}
section.row .column p a:hover {
    color: #8eadc0;
}
.blog .list-style h2, .archive h2, .blog-section.list-style h2, .search h2 {
    margin-top: 0;
    margin-bottom: 0.313em;
    font-family: 'TitilliumText22L-XBold';
    font-size: 1.5em;
}
.blog.masonry-style article.three .blog-excerpt h2, .blog.masonry-style article.four .blog-excerpt h2, .blog-section.masonry-style article.three .blog-excerpt h2, .blog-section.masonry-style article.four .blog-excerpt h2 {
    padding: 12px 30px;    
    margin-top: 0;
    font-size: 0.889em;
    color: #fff;
    background: #017999;
    background: -webkit-linear-gradient(10deg, rgba(130, 130, 92, 0.5) -75%, #017999 60%);
    background: linear-gradient(10deg, rgba(130, 130, 92, 0.5) -75%, #017999 60%);
}
.blog.masonry-style article.three .blog-excerpt h2 a, .blog.masonry-style article.four .blog-excerpt h2 a, .blog-section.masonry-style article.three .blog-excerpt h2 a, .blog-section.masonry-style article.four .blog-excerpt h2 a {
    font-size: 1.1em;
}
.blog.masonry-style article h5.meta-post a, .blog-section.masonry-style article h5.meta-post a {
    color: #017999;
}
.blog .list-style article figure img, .archive article figure img, .blog-section.list-style article figure img, .search article figure img {
    border: 1px solid rgba(0, 0, 0, 0.09);
}
.blog-section.masonry-style article a figure {
    display: none;
}
.blog-section.masonry-style article .blog-excerpt a > img {    
    margin: 0px 15px;
}
.blog.masonry-style article figure .gradient, .blog-section.masonry-style article figure .gradient {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255,0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255, 0.72) 64%, rgba(199, 165, 138, 0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255,0)), color-stop(64%, rgba(255, 255, 255, 0.72)), color-stop(100%, rgba(199, 165, 138, 0.2)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255, 0.72) 64%, rgba(199, 165, 138, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255, 0.72) 64%, rgba(199, 165, 138, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255, 0.72) 64%, rgba(199, 165, 138, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255, 0.72) 64%, rgba(199, 165, 138, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0 );
}
.blog.masonry-style article.six figure img, .blog.masonry-style article.eight figure img, .blog-section.masonry-style article.six figure img, .blog-section.masonry-style article.eight figure img, .blog.masonry-style article.three, .blog.masonry-style article.four, .blog-section.masonry-style article.three, .blog-section.masonry-style article.four, .blog .list-style article figure img, .blog-section.list-style article figure img, .archive article figure img, .related img, .related .overlay, .portfolio-section figure img, .portfolio-section .overlay {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26);
}
.blog.masonry-style article.three .blog-excerpt, .blog.masonry-style article.four .blog-excerpt, .blog-section.masonry-style article.three .blog-excerpt, .blog-section.masonry-style article.four .blog-excerpt {
    padding: 0;
    background-color: #FFF;
}
.blog.masonry-style article a, .blog-section.masonry-style article a {
    color: #fafeff;
    text-decoration: none;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'TitilliumText22L-Regular';
    /*font-size: 1.2em;*/
    font-style: normal;
    font-weight: normal;
}
.archive a.more-link {display: none;}
#pub .more-btn a.button.white.transparent {
    margin-bottom: 0;
    color: #1f1f1f !important;
    float: right;
    font-size: .889em !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
#pub .more-btn a:hover.button.white.transparent {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26);
}
.blog .column.six h5, .archive .column.six h5, .blog-section .column.six h5 {
    color: #017999;
}
.blog.masonry-style article.six .blog-excerpt h2, .blog.masonry-style article.eight .blog-excerpt h2, .blog-section.masonry-style article.six .blog-excerpt h2, .blog-section.masonry-style article.eight .blog-excerpt h2 {
    margin-top: 0;
    color: rgba(10, 9, 8, 0.7);
    font-size: 1.333em;
}
.blog.masonry-style article.three .blog-excerpt h5, .blog.masonry-style article.four .blog-excerpt h5, .blog-section.masonry-style article.three .blog-excerpt h5, .blog-section.masonry-style article.four .blog-excerpt h5 {
    padding: 6px 30px;
    margin-top: 0;
    margin-bottom: 0;
    /*font-size: 0.556em;*/
    font-size: 0.8em;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    /*background: rgba(142, 173, 192, 0.4);*/
    /*background: linear-gradient(260deg, rgba(142, 173, 192, 0.26) -30%, rgba(67, 119, 150, 0) 50%);*/
    border-radius: .26em 0.26em 0 0;
}
.blog.masonry-style article.three .blog-excerpt p, .blog.masonry-style article.four .blog-excerpt p, .blog-section.masonry-style article.three .blog-excerpt p, .blog-section.masonry-style article.four .blog-excerpt p,
.blog.masonry-style article.three .blog-excerpt p > strong, .blog.masonry-style article.four .blog-excerpt p > strong, .blog-section.masonry-style article.three .blog-excerpt p > strong, .blog-section.masonry-style article.four .blog-excerpt p > strong,
.blog.masonry-style article.three .blog-excerpt h3, .blog.masonry-style article.four .blog-excerpt h3, .blog-section.masonry-style article.three .blog-excerpt h3, .blog-section.masonry-style article.four .blog-excerpt h3,
.blog.masonry-style article.three .blog-excerpt li, .blog.masonry-style article.four .blog-excerpt li, .blog-section.masonry-style article.three .blog-excerpt li, .blog-section.masonry-style article.four .blog-excerpt li {
    font-family: 'TitilliumText22L-Regular';
    font-weight: normal !important;
    font-size: 16px !important;
    color: #333 !important;
    padding: 0 30px !important;
    line-height: inherit;
}

}
.blog.masonry-style article.three .blog-excerpt p a, .blog.masonry-style article.four .blog-excerpt p a, .blog-section.masonry-style article.three .blog-excerpt p a, .blog-section.masonry-style article.four .blog-excerpt p a {
    font-size: 0.889em !important;
}
.blog.masonry-style article.three, .blog.masonry-style article.four, .blog-section.masonry-style article.three, .blog-section.masonry-style article.four {
    /*padding-bottom: 15px;*/
    -webkit-transition: all 0.25s ease !important;
    -moz-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
}
.blog.masonry-style article.three:hover, .blog.masonry-style article.four:hover, .blog-section.masonry-style article.three:hover, .blog-section.masonry-style article.four:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .26);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .26);
}
.portfolio-section .overlay, .related .overlay, .blog.masonry-style article a figure .blog-overlay, .blog-section.masonry-style article a figure .blog-overlay {
    /*background-color: rgba(105, 161, 201, 0.62) !important;*/
    overflow-x: hidden;
    background-image: linear-gradient( 155deg, rgba(250, 254, 255, 0.4) 20%, #1f1f1f 100%);
    background-color: transparent !important;
}
.related .item {
    border-radius: 0.2em;
    border: 1px solid rgba(67, 119, 150, 0.08);
    background: rgba(67, 119, 150, 0.08);
}
.related img {
    border-radius: 0.2em .2em 0 0 !important;
    box-shadow: none;
}
.related .overlay i {
    font-size: 2em;
    line-height: 1.8;
    color: #fafeff;
}
.related .overlay {
    background: linear-gradient(160deg, #fafeff, #017999 116%);
    /* background-attachment: fixed; */
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.related h3 {
    font-size: 1.1em;
    margin: 15px;
    height: 80px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.single .related h4 {
    color: #017999;
    text-transform: uppercase;
}
.darktext {
    margin-top: -4px;
    color: #1f1f1f !important;
}
/****************************/
.section-gallery .row-content {
    padding-top: 0 !important;
}
/****************************/

.about-us figcaption {
    text-align: center;
    margin-top: -20px;
}
.about-us figcaption h4 {
    padding-top: 2em;
}
figure.about-us {
    margin-top: 30px;
    margin-bottom: 15px;
}
.about-us img {
    margin: 0 auto;
    max-width: 16em;
    width: 100%;
    -webkit-border-radius: .1em;
    -moz-border-radius: .1em;
    border-radius: .1em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/************ button colors **************/
.button.terra,
input.button.terra {
    background-color: #a0a38c;
}

.button.terra:hover,
input.button.terra:hover {
    background-color: rgba(160, 163, 140, 0.9);
}

.button.transparent.terra, input.button.transparent.terra {
    border: 2px solid #a0a38c;
    background-color: transparent;
    color: #017999 !important;
}

.button.transparent.terra:hover, input.button.transparent.terra:hover {
    border: 2px solid #a0a38c;
    background-color: #a0a38c;
    color: #fff !important;
}

.button.oceano,
input.button.oceano {
    background-color: rgb(1, 121, 153);
}

.button.oceano:hover,
input.button.oceano:hover {
    background-color: rgba(1, 121, 153, 0.9);
}
.button.oceano.transparent, input.button.oceano.transparent {
    border: 2px solid #017999;
    background-color: transparent !important;
    color: #017999 !important;
}
.button.transparent.oceano:hover, input.button.transparent.oceano:hover {
    border: 2px solid rgb(1, 121, 153);
    background-color: rgb(1, 121, 153) !important;
    color: #fff !important;
}
.button.white,
input.button.white {
    background-color: rgba(255,255,255,1);
    color: #017999 !important;
}

.button.white:hover,
input.button.white:hover {
    background-color: rgba(255,255,255,0.9);
}

.button.gold,
input.button.gold {
    background-color: #ac8948;
}

.button.gold:hover,
input.button.gold:hover {
    background-color: rgba(172, 137, 72, 0.9);
}

.button.gold.transparent, input.button.gold.transparent {
    border: 2px solid #ac8948;
    background-color: transparent !important;
    color: #1f1f1f !important;
}
.button.transparent.gold:hover, input.button.transparent.gold:hover {
    border: 2px solid #ac8948;
    background-color: #ac8948 !important;
    color: #fff !important;
}

.button.dark-grey,
input.button.dark-grey {
    background-color: #464646;
}

.button.dark-grey:hover,
input.button.dark-grey:hover {
    background-color: rgba(70, 70, 70, 0.9);
}

.button.dark-grey.transparent, input.button.dark-grey.transparent {
    border: 2px solid #464646;
    background-color: transparent !important;
    color: #464646 !important;
}
.button.transparent.dark-grey:hover, input.button.transparent.dark-grey:hover {
    border: 2px solid #464646;
    background-color: #464646 !important;
    color: #fff !important;
}
/********* ABOUT v2 *************/

.fcf-title {
    text-align: center;
}
.fcf-title h4 {
    margin-top: 35px;
    margin-bottom: 0;
    font-family:'TitilliumText22L-Regular';
    font-size: 1.4em;
}
.fcf-title h1 {
    display: inline-block;
    text-align: center; 
    text-transform: uppercase;
    margin: 0 8% 14px;
    padding-bottom: 0;
    font-size: 3em;
    /*border-bottom: 4px solid #a0a48d;*/
}
.fcf-title h1:after {
    content: " ";
    display: block;
    position: absolute;
    width: 16%;
    height: 4px;
    background: #a0a38c;
    right: 0px;
    left: 0px;
    margin: 5px auto 12px;
    -webkit-border-radius: 0.26em;
    -moz-border-radius: 0.26em;
    border-radius: 0.26em;
}
section.about-2 .row-content.buffer {
    padding-top: 0;
}
section.about-2 h3 {
    font-family: 'TitilliumText22L-Regular';
    text-align: center;
    color: #017999;
    margin-top: 10px;
}
section.about-2 .su-accordion {
    margin-top: 2.5em;
}
section.about-2 span.su-spoiler-icon {
    top: 16px;
    left: 3px !important;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 18px;
    /*color: rgba(67, 119, 150, 0.21);*/
}
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    display: none;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
.su-spoiler-style-default > .su-spoiler-title:hover > .su-spoiler-icon {
    display: block;
}
section.about-2 .su-spoiler-title {
    font-family:'TitilliumText22L-XBold';
    font-weight: normal;
    color: #017999;
    font-size: 1.2em;
    letter-spacing: 1px;
    border: 3px solid rgba(1, 121, 153, 0.3);
    /*background: linear-gradient(-130deg, rgba(67, 119, 150, 0.35) -7%, #017999 50%);*/
    /* background-attachment: fixed; */
    padding: 16px 30px;
    -webkit-border-radius: 0.26em;
    -moz-border-radius: 0.26em;
    border-radius: 0.26em;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
section.about-2 .su-spoiler-title:hover {
    /*color: rgba(250, 254, 255, 0.66);*/
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    /*background: linear-gradient(-160deg, rgba(142, 173, 192, 0.92) -7%, #017999 60%);*/
}
section.about-2 .su-accordion .su-spoiler {
    margin-bottom: 0.5em;
}
section.about-2 div.more {
    margin-left: 4%;
    margin-right: 4%;   
    display: block; 
}
section.about-2 .su-spoiler-content {
    padding: 2em 5px;
    font-size: 1em;
    /*background: #F1F9FE;*/
}
blockquote {
    margin: 1.5em 12%;
    padding: 0.5em 10px;
    quotes: "\201D"" ""\2018""\2019";
}

blockquote p {
  display: inline;
}
blockquote p span {
    font-family: 'TitilliumText22L-Regular';
    color: #1f1f1f;
    font-size: .9em;
}
blockquote, q {
    font-family: 'TitilliumText22L-XBold';
    /*font-family: 'TitilliumText22L-Regular';*/
    font-style: normal;
    font-weight: normal;
    font-style: italic;
    font-size: 1em;
    color: #017999;
}
blockquote:before {
    color: #a0a58d;
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote:after {
    content: close-quote;
}
blockquote a {
color: #1f1f1f !important;
}
section.about-2 .su-spoiler-content ul {
    border-left: 2px solid #a0a38c;
    margin-top: 2.67em;
    margin-bottom: 3.34em;
}
/*section.about-2 .su-spoiler-content ul.lft{
    margin-left: -210px;
}*/
section.about-2 .su-spoiler-content ul li {
    /*border-left: 2px solid #017999;*/
    padding-left: 20px;
    list-style: none;
    margin-bottom: 24px;
    font-family: 'TitilliumText22L-XBold';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
}
/********************************/
.st-leg .wp-caption .wp-caption-text {
    color: rgba(0, 0, 0, 0.3);
}
.st-shw a > img {
    max-width: 180px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
.st-shw a > img:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
        -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
}
img.st-ifit {
    min-height: 230px;
    /* border-radius: 50%; */
    -moz-border-radius: 50%;
    /* -webkit-border-radius: 50%; */
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    overflow: hidden;
}

/********************************/
.related .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.related .overlay .overlay-content i {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.related .overlay:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
}
.related .overlay:hover .overlay-content i {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}

.related .overlay:hover .overlay-content i {
    -webkit-animation: overlay .5s ease forwards;
    -moz-animation: overlay .5s ease forwards;
    animation: overlay .5s ease forwards;
}

.portfolio-section .overlay h2, .related .overlay h2 {
    margin-top: 0.67em;
    color: #fff;
    text-transform: initial;
    font-size: 0.889em;
    letter-spacing: 0px;
    font-family: 'TitilliumText22L-Regular';
}
.masonry-style h5.meta-post .posted-in a {
    font-family: 'TitilliumText22L-Regular';
    font-weight: normal !important;
    /*text-transform: uppercase;*/
}
h5.meta-post .posted-in a {
    font-family: 'TitilliumText22L-XBold';
    font-weight: normal !important;
    /*text-transform: uppercase;*/
}
h5.meta-post, h5.meta-post a {
    color: #a0a48d;
    letter-spacing: .05em;
    font-size: 1em;
    font-family: 'TitilliumText22L-Regular';
    font-style: normal;
}
h5.meta-post a:hover {
    color: #8eadc0;
}
.ico-link {
    float: left;
    margin-top: 7px;
    margin-right: 7px;
}
ul.meta-social li {
    border: 0 !important;
}
ul.meta-social li a {
    border: 2px solid;
    border-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #017999;
    margin-bottom: 0.556em;
}
ul.meta-social li a i {
    line-height: 1.9em;
}
ul.meta-social li a.email:hover {
    border-color: #017999;
    background-color: #017999;
}
.blog .list-style article, .archive article, .blog-section.list-style article, .search article {
    /*border-bottom: 1px solid rgba(142, 173, 192, 0.25);*/
    border-bottom: 0;
}
/*.blog .list-style article:last-child, .archive article:last-child, .blog-section.list-style article:last-child, .search article:last-child {
    border-bottom: 0;
}*/
.blog .list-style article .entry-content img {
    display: none;
}
/**** single ****/
.single h1 {
    font-weight: 700;
    font-size: 2em;
    color: #017999;
}
.single #post-nav ul {
    border-bottom: 1px solid rgba(160, 164, 141, 0.25);
}
.single #post-nav .label, .single #post-nav .label-mobile, .paging-navigation .label, .load-more {
    color: #017999;
    text-transform: initial;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'TitilliumText22L-Regular';
    font-weight: normal !important;
    font-size: 1em;
}  
.paging-navigation a:hover .label {
    color: #8eadc0;
}  
.single #post-nav a:hover .label {
    color: #8eadc0;
}
.single #post-nav a, .paging-navigation a, .load-more a {
    color: #8eadc0;
    text-decoration: none;
}
.single #post-nav a {
    color: rgba(160, 164, 141, 0.333);
}
.single #post-nav a:hover {
    color: #000;
}
/*.single #post-nav a:hover, .paging-navigation a:hover, .load-more a:hover {
    color: #017999;
}*/
article .entry-content p {
    /*font-size: 14px;*/
}
.entry-content ul li {
    /*border-left: 2px solid #017999;*/
    border-left: 4px solid #a0a38c;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 24px;
    /*font-size: 14px;*/
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: x-small;
}
.gallery .gallery-item img {
    padding: 10px;
    -webkit-border-radius: .86em;
    -moz-border-radius: .86em;
    border-radius: .86em;
}
.gallery-caption {
    display: none;
}
.comments-title, #reply-title {
    color: #017999;
    font-size: 1em;
}
.comment-notes, .form-allowed-tags, .logged-in-as {
    font-size: 0.889em;
}

article figure.featured-image {
    margin-bottom: 25px;
}
article figure.featured-image img {
    max-height: 340px;
    object-fit: cover;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}
.column.half.cover a > img {
    margin: 0 auto;
    width: 100%;
}

/****** publicações ******/

.archive.category.category-publicacoes .entry-content img {
    display: none;
}
.archive.category.category-publicacoes .entry-content .su-spacer {
    display: none;
}
.archive.category.category-publicacoes .entry-content h4 {
    color: #1f1f1f;
}

article.category-publicacoes figure.featured-image {
    display: none;
}

/** _portf **/

article.portfolio figure.featured-image {
    /*float: left;*/
    max-width: 100%;
    margin-bottom: 30px;
}
article.portfolio .entry-caption {
    font-size: 0.778em;
    display: inline;
}
article.portfolio .entry-caption span {
    display: inline-block;
    width: 60%;
    padding: 125px 25px 25px;
}
article.portfolio p.sub {
    line-height: 1.5;
    font-size: .778rem;
}
.single.single-portfolio #post-nav {
    padding: 0 5%;
    /*background: linear-gradient(135deg, rgb(68, 126, 167), rgba(148, 204, 226, 0.41) 100%);
    background: linear-gradient(155deg, rgb(67, 119, 150), #8c8e85 100%);
    background-image: url(http://192.168.1.4/2016/cuidarofuturo/wp-content/uploads/bg_rec_darkblue.jpg);*/
    background: linear-gradient(130deg, #8eadc0 -15%, #017999 50%);
    background-attachment: fixed;
    background-repeat: repeat;
    color: #D2DDE3;
    -webkit-box-shadow: inset 0 -1px 3px rgba(0,0,0,.3); 
    -moz-box-shadow: inset 0 -1px 3px rgba(0,0,0,.3);
    box-shadow: inset 0 -1px 3px rgba(0,0,0,.3);
}

.single.single-portfolio #post-nav a {
    color: #c1dff4;
    text-decoration: none;
}

.single.single-portfolio #post-nav a:hover {
    color: #fafeff;
    text-decoration: none;
}

.single.single-portfolio #post-nav .label, .single.single-portfolio #post-nav .label-mobile {
    color: #c1dff4;
}

.single.single-portfolio #post-nav a:hover .label, .single.single-portfolio #post-nav a:hover .label-mobile {
    color: #fafeff;
}

.single.single-portfolio #post-nav ul {
    border-bottom: 1px solid rgba(221, 221, 221, 0);
    padding: 1.4em 0 1em;
}

.single.single-portfolio aside aside.widget:first-child .widget-title {
    display: none;
}

.single-portfolio .sidebar .widget {
    font-size: 1.1em;
    margin-bottom: 1em;
}
.single-portfolio .sidebar .widget h4.widget-title {
    font-size: 1.2rem;
    color: #017999;
    margin-bottom: 0;
}
.single-portfolio .sidebar .widget p {
    margin-top: 0;
}
.single-portfolio .related .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    overflow-x: hidden;
    background-image: linear-gradient( 155deg, rgba(250, 254, 255, 0.4) 20%, #1f1f1f 100%);
    background-color: transparent !important;
}
.single-portfolio .related .overlay:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

article.portfolio .su-tabs {
    margin: 0 0 1.5em 0;
    padding: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fafeff;
}
article.portfolio .su-tabs-pane {
    padding: 0;
    font-size: 12px;
    background: #fafeff;
    color: #333;
}
article.portfolio .su-tabs-nav span {
    display: inline-block;
    margin-right: 3px;
    padding: 10px 11px;
    font-size: 12px;
    min-height: 30px;
    line-height: 12px;
}
article.portfolio .su-tabs-nav span.su-tabs-current {
    background: #fafeff !important;
}
article.portfolio .su-tabs-nav span:hover {
    background: #fafeff;
    color: #94c2e2;
}

/*** bar plugin ***/
#db-switcher {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
#frame-area {
    padding-top: 66px !important;
}
fa fa-circle-o fa-stack-2x
/***********/
/***** Relatório e Contas *****/

.page-child .entry-title {
    display: none;
}

.section-report h3 {
    font-size: 1.4em;
    /*font-family: 'Roboto', sans-serif;
    font-weight: 400;*/
    font-family: 'TitilliumText22L-Regular';
    font-style: normal;
    font-weight: normal;
    margin: 2em 0 2em;
}
.section-report ul.report {
    margin-top: 1.67em;
}
.section-report ul li::before {
    content: "";
    display: block;
    background: url(img/file-pdf-o-24.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 28px;
    float: left;
    margin: 6px 22px 6px 0;
}
.section-report ul li {
    border-left: 0;
    margin-bottom: 0;
    padding-left: 5px;
    list-style: none;
    line-height: 2.8;
}
.section-report ul li:first-child::before {
    content: "";
    display: block;
    background: url(img/file-pdf-o.svg) no-repeat;
    background-size: contain;
    width: 44px;
    height: 40px;
    float: left;
    margin: 0 6px 0 0;
}

.section-report ul li:first-child {
    /* height: 50px; */
    border-left: 0;
    padding-left: 0;
    list-style: none;
    /* margin-bottom: 20px; */
}
.section-report ul li:first-child a {
    padding: 0;
    font-size: 1.32em;
}
.section-mlp h3 {
    margin-top: 0;
}
/***** table *****/
article .su-table .su-even td {
    background: rgba(142, 173, 192, .04) !important;
}
.su-table .su-even td {
    min-width: 88px !important;
    background: rgb(234, 246, 252) !important;
}
.su-table .hora td {
    border: 1px solid #eaf6fc !important;
}
.su-table td {
    padding: 0.5em 1em !important;
    font-size: 0.778em !important;
    text-align: center;
}
.su-table td p {
    font-size: 1em !important;
}
.su-table .notime td {
    text-align: left;
}
.su-table td:nth-child(2) {
    text-align: left;
}
/**** /table ****/
/**** /single ****/

textarea:not([type="button"]):hover, input:not([type="button"]):hover {
    border-color: rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
}
textarea:not([type="button"]):focus, textarea:not([type="button"]):active, input:not([type="button"]):focus, input:not([type="button"]):active {
    border-color: rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
}
input:not([type="button"]), textarea, textarea.plain {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.5em;
    background-color: #fffefe;
    margin-bottom: 1em;
    border: 1px solid rgba(67, 119, 150, 0.16);
    -webkit-border-radius: 0.26em;
    -moz-border-radius: 0.26em;
    border-radius: 0.26em;
    color: #333;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
/**** sidebar ****/

@media handheld, only screen and (min-width: 48em) {
    .category aside.sidebar {
        margin-top: 2em;
    }
}

.widget {
    font-size: 0.9em;
}
.widget_search input, .not-found input {
    border-radius: .26em;
    border-width: 1px;
    border-color: rgba(67, 117, 150, 0.09);
}

h4.widget-title {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #017999;
}
aside h4.widget-title {
    text-transform: none;
    font-size: 1.6em;
    color: #017999;
    /*border-bottom: 4px solid rgb(160, 163, 140);*/
    float: left;
    margin-bottom: 0.89em;
}
aside h4.widget-title:after {
    content: " ";
    display: block;
    position: relative;
    width: 36%;
    height: 4px;
    background: #a0a38c;
    right: 0px;
    left: 0px;
    margin: 10px 0 0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
aside .widget .menu li {
    border-bottom: 1px solid rgba(142, 173, 192, 0.25);
    margin-bottom: 13px;
    padding-bottom: 13px;
}
.widget .menu li:last-child {
    border-bottom: 0;
}
.widget.widget_recent_entries ul li {
    border-bottom: 1px solid rgba(142, 173, 192, 0.25);
    margin-bottom: 13px;
    padding-bottom: 13px;
}
.widget.widget_recent_entries ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget.widget_recent_entries ul li span {
    color: rgba(102, 102, 102, 0.5);
}
.sidebar .widget a:hover{
    color: #8eadc0;
}
.widget .st-widget-pub .su-posts-teaser-loop .su-post-thumbnail {
    height: auto;
}
.widget .st-widget-pub .su-posts-teaser-loop .su-post-thumbnail img {
    padding: 0;
    border: 0;
    border-radius: .16em;
    -moz-border-radius: .16em;
    -webkit-border-radius: .16em;

}
.widget .st-widget-pub .su-posts-teaser-loop a.su-post-thumbnail img {
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
.widget .st-widget-pub .su-posts-teaser-loop a:hover.su-post-thumbnail img {
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.3);
}
.widget .st-widget-pub .su-posts-teaser-loop h2.su-post-title {
    font-family: 'TitilliumText22L-Regular';
    font-size: 1em;
    /*padding-top: 1.5em;*/
}
.archive.category h1.page-title {
    font-family: 'TitilliumText22L-XBold';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    font-size: 2em;
    margin-top: 0.8em;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.archive.category h1.page-title:after {
    content: " ";
    display: block;
    position: relative;
    width: 36%;
    height: 4px;
    background: #a0a38c;
    right: 0px;
    left: 0px;
    margin: 17px auto 12px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.archive.category .taxonomy-description p {
    font-size: 1.4em;
    color: #017999;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.34em;
}
.blog #intro-wrap {
    height: 22.222em !important;
}



footer.site-footer {
    background-color: #017999;
    background: -webkit-linear-gradient(135deg, rgba(130, 130, 92, 0.5), rgb(1, 121, 153) 100%);
    background: linear-gradient(135deg, rgba(130, 130, 92, 0.5), rgb(1, 121, 153) 100%);
    background-attachment: fixed;
    overflow-x: hidden;    
    -webkit-box-shadow: inset 0 1px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 12px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 12px rgba(0, 0, 0, .2);
}
footer.site-footer h1, footer.site-footer h2, footer.site-footer h3, footer.site-footer h4, footer.site-footer h5, footer.site-footer h6 {
    color: #fafeff;
    letter-spacing: 1px;
    text-shadow: none;
}
#top-footer h4 {
    margin-bottom: 1.34em;
    font-size: 1.5em;
    text-shadow: none;
    color: #fafeff;
    font-family: 'TitilliumText22L-XBold' !important;
    font-style: normal;
    font-weight: normal;
}
#top-footer #recent-posts-3 h4::before {
    content: "\e067";
    display: inline-block;
    vertical-align: middle;
    color: #babdad;
    margin-right: 12px;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-family: "lineicon" !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
}
#top-footer #black-studio-tinymce-4 h4::before {
    content: "\e02a";
    display: inline-block;
    vertical-align: middle;
    color: #babdad;
    margin-right: 12px;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-family: "lineicon" !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
}
#bottom-footer {
    /*text-shadow: 2px -1px 0 rgba(0, 0, 0, 0.3);*/
    text-shadow: none;
}
footer .column.footer-about {
    margin-top: -4px;
    padding-left: 15px;
}
footer .column.footer-about li a {
    font-size: 1.1223em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'TitilliumText22L-XBold' !important;
}
footer.site-footer a {
    /*text-shadow: 2px -1px 0 rgba(0, 0, 0, 0.3);*/
    text-shadow: none;
}
footer.site-footer a.cta {
    font-family: 'TitilliumText22L-XBold' !important;
    font-style: normal;
    font-weight: normal;
    color: #fafeff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.1223em !important;
    width: 100%;
    text-align: center;
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.15) !important;
    /* text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3); */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
footer.site-footer a.cta:hover {
    border-color: rgb(250, 254, 255) !important;
    background-color: transparent;
    text-shadow: none;
}
footer #top-footer .column.four:nth-child(2) {
    width: 39.45%;
}
footer #top-footer .column.four:nth-child(3) {
    width: 22.05%;
}
footer #top-footer .textwidget p {
    text-align: left;
    margin-top: 1.3em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.8;
}
footer #top-footer i {
    font-size: 1.333em;
}
footer .widget ul.menu {
    padding-left: 12px;
    margin: 0 0 4.34em;
    list-style-type: none;
}
footer .widget ul.menu li {
    line-height: 1.6em;
    height: 2.4em;
    padding: 6px 0 0;
}
footer.site-footer li span.post-date {
    color: #babdad;
    font-size: 1.2em;
}
footer.site-footer {
    color: #fafeff !important;
    font-weight: 400;
}
footer.site-footer ul.meta-social li a {
    border-color: #fafeff !important;
}
footer.site-footer ul.meta-social li a:hover {
    /*-webkit-box-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);*/
}
footer.site-footer a, footer.site-footer ul.meta-social li a {
    color: #017999;
    /*text-shadow: 2px -1px 0 rgba(0, 0, 0, 0.2);*/
    text-shadow: none;
    letter-spacing: .05em;
    font-weight: 300;
    font-size: 1.2em;
}
footer.site-footer a:hover {
    color: #b0cde2 !important;
}
footer .su-divider a:hover {
    color: #b0cde2;
}
footer.site-footer #bottom-footer {
    font-size: 0.778em;
}
footer.site-footer #bottom-footer a {
    font-size: 1em;
}
.button, input.button, input[type="button"], input[type="reset"], input[type="submit"] {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1.34em;
    padding: 0.667em 2em;
    border: none;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    background: #017999;
    border-color: #017999;
    color: #fff;
    text-decoration: none !important;
    text-transform: inherit;
    font-size: 0.889em !important;
    font-family: 'TitilliumText22L-Regular';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
}
.button:hover, input.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-bottom: none;
    background: rgba(1, 121, 153, 0.8);
    color: #fff !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .26);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.46);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.26);
}
.button.white, input.button.white {
    font-family: 'TitilliumText22L-XBold' !important;
    font-size: .8em !important;
    font-style: normal;
    font-weight: normal;
    background-color: rgba(250, 254, 255, .75);
    border: 3px solid transparent;
    color: #017999 !important;
    text-shadow: none;
    text-transform: uppercase;
    /****/
    max-width: 100%;
    /****/
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.button.white:hover, input.button.white:hover {
    background-color: rgba(255,255,255,0.9);
    /*color: #8eadc0 !important;*/
}
.button.white.ico i, input.button.white.ico i {
    margin-left: 0.667em;
    margin-right: 0;
    margin-top: -1px;
}
.button.transparent.white, input.transparent.button.white {
    border: 2px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1) !important;
    background-color: transparent;
}
.button.yellow, input.button.yellow {
    background-color: #FFE37D;
    color: #1f1f1f;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
.button.yellow:hover, input.button.yellow:hover {
    /*background-color: rgba(254,205,94,0.9);*/
    background-color: rgba(168, 150, 135, 0.81);
    /*box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);*/
}
.button.transparent.yellow, input.transparent.button.yellow {
    border: 2px solid #FFE37D;
    margin-bottom: 0.34em;
    color: #1f1f1f !important;
    background-color: transparent;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.button.transparent.yellow:hover, input.button.transparent.yellow:hover {
    border: 2px solid #FFE37D;
    background-color: #FFE37D;
    color: #1f1f1f !important;
}
a[href^=tel], a[href^=mailto]{
    display: block;
    font-size: 88%;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 10px 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    margin: 10px auto 10px;
    max-width: 320px;
}
a[href^=tel] {
    letter-spacing: 1px;
}
.hi .caption i {
    color: rgb(89, 82, 76);
    background: rgb(185, 170, 159);
    background-image: linear-gradient(to bottom,#c9beb3,#b4a598);
    float: left;
    padding: 4px 15px 0;
    /* border-right: 1px solid rgba(89, 82, 76, 0.35); */
    display: block;
    padding: 14px 0px 0;
    font-size: .89em;
    margin: -10px 0 0;
    width: 40px;
    height: 40px;
    border-radius: .26em 0px 0px .26em;
    -moz-border-radius: .26em 0px 0px .26em;
    -webkit-border-radius: .26em 0px 0px .26em;
    -webkit-box-shadow: inset -1px 0px 3px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: inset -1px 0px 3px 0px rgba(0, 0, 0, 0.18);
    box-shadow: inset -1px 0px 3px 0px rgba(0, 0, 0, 0.18);
}
.hi span.region, .hi span.country-name {
    font-weight: 400;
    letter-spacing: 3px;
}
.hi span.region {
    margin-right:8px;
    }
.hi span.country-name {
    margin-left: 8px;
}
div.wpcf7 {
    padding: 14px 0 0 14px !important;
}
input[type="submit"].wpcf7-submit {
    float: right;
    width: 44%;
    margin: 0 auto 1.34em;
    border: 1px solid rgba(67, 119, 150, 0.16);
    font-family: 'TitilliumText22L-XBold' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 0.998em !important;
    padding: 0.334em 2em;
}
.wpcf7 p {
    margin-bottom: 0em;
}
.wpcf7 label {
    font-size: .889em;
}
.wpcf7 input:not([type="submit"]), .wpcf7 textarea, .comment-form input:not([type="submit"]), .comment-form textarea {
    font-size: 0.889em !important;
}
.wpcf7 .pre-input i {
    padding: 0.25em 1em 0.25em 1em;
}
.pre-input i {
    color: #a0a38c;
    line-height: 2.5 !important;
}
.wpcf7 input:not([type="submit"]) {
    padding: 0.45em 0 .45em 3.6em;
    margin-bottom: .1em;
}

/************* demo bar ******************/
#db-switcher {
    border-bottom: 1px solid rgba(0,0,0,0) !important;
    height: 66px !important;
}
#db-switcher #branding {
    float: left;
    padding: 9px;
}
#db-switcher #branding a {
    color: #017999;
}
#db-switcher #branding a img {
   max-width: 150px;
}
#db-switcher #dropdown {
    display: none;
}
#db-switcher #buttons {
    clear: initial;
}
#db-switcher #buttons a {
    border: 0;
    color: #017999;
}
/*****************************************/

.owl-item.active .caption {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

/****************************************/
/*----------------------------------------------------------------
    General Rules
----------------------------------------------------------------*/
a.more-link {
    color: #7E6F63;
    font-size: 100%;
    font-weight: 400;
    font-style: normal;
    display: block;
    /* float: right; */
    text-align: left;
    margin: 15px 0;
}

.w100 {
    width: 100%;
}
.button {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chart-title, .search-type {
    color: #c7a589;
}
::selection {
    background-color: #0A0908 !important;
    color: #FFF !important;
}

::-moz-selection {
    background-color: #0A0908 !important;
    color: #FFF !important;
}

::-webkit-input-placeholder {
    color: rgba(34, 33, 32, 0.8);
}

:-moz-placeholder {
 /* Firefox 18- */
    color: rgba(34, 33, 32, 0.8);
}

::-moz-placeholder {
  /* Firefox 19+ */
    color: rgba(34, 33, 32, 0.8);
}

:-ms-input-placeholder {
    color: rgba(34, 33, 32, 0.8);
}

.csstransitions .button, .csstransitions input.button, .csstransitions input[type="button"], .csstransitions input[type="reset"], .csstransitions input[type="submit"] {
    -webkit-transition: background-color 0.15s linear, color 0.15s linear;
    -moz-transition: background-color 0.15s linear, color 0.15s linear;
    transition: background-color 0.15s linear, color 0.15s linear;
}
section.terms .section-title {
    margin-top: -20px;
}
section.terms .section-title h3 {
    margin-top: 0;
}
section.terms .su-spoiler-style-fancy {
    border: 1px solid #94C2E2;
    -webkit-border-radius: .1em;
    -moz-border-radius: .1em;
    border-radius: .1em;
    background: #fafeff;
    color: #1f1f1f;
}
section.terms .su-spoiler-style-fancy > .su-spoiler-title {
    border-bottom: 1px solid rgba(209, 230, 243, 0.6);
    -webkit-border-radius: .1em;
    -moz-border-radius: .1em;
    border-radius: .1em;
    background: #fafeff;
    font-size: 0.9em;
    color: #017999;
}
section.terms .su-spoiler-style-fancy > .su-spoiler-title:hover {
    color: #8eadc0;
}
/************@MediaQueries ************/

@media screen and (min-width: 769px) and (max-width: 900px) {
    .contact-address p.address-txt {
        font-size: .8em;
        text-align: center;
        line-height: 2.2;
    }
}
@media screen and (max-width: 900px) {    
    .related h3 {
        font-size: .889em;
}
@media screen and (max-width: 768px) {
    header.fixed-header {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
        font-size: 13px;
    }
    .single #post-nav ul {
        padding: 0.6em 0;
    }
    .blog-section.masonry-style article .blog-excerpt a > img {
        display: none;
    }
    .related h3 {
        font-size: 1em;
}

@media handheld, only screen and (min-width: 48em) {
    .blog.masonry-style article.three .blog-excerpt-inner:after, .blog.masonry-style article.four .blog-excerpt-inner:after, .blog-section.masonry-style article.three .blog-excerpt-inner:after, .blog-section.masonry-style article.four .blog-excerpt-inner:after {
        content: none;
    }
    .caption-mockup.caption-left h2, .caption-mockup.caption-right h2 {
        font-size: 2em;
    }
    .caption-mockup.caption-left, .caption-mockup.caption-right {
        margin-top: 6em;
        text-align: left;
    }
    .single-portfolio aside.sidebar {
        margin-top: 3em;
    }
}

@media handheld, only screen and (max-width: 48em) {
    body {
        font-size: 1em;
    }
    #main {
        margin-top: 0;
    }
    .hidden-sm {
        display: none !important;
    }
    .aligncenter-sm {
        text-align: center !important;
    }
    section.loop .pub-loop div {
        margin-top: 0;
    }
    section.loop .pub-loop .su-posts-teaser-loop {
        padding: 0 10px;
        border-left: 0;
    }
    section.loop .blog-loop .su-posts-teaser-loop {
        padding: 0 10px 0 0;
        border-left: 0;
    }
    section.loop .blog-loop .su-posts-teaser-loop .su-post {
        padding: 0 12px 0 0;
    }
    .blog .list-style article figure img {
        display: none;
    }
    .blog .list-style div article, .archive article {
        padding: 30px;
        margin: 20px;
        /* box-shadow: 0 1px 0px 2px rgba(0, 0, 0, 0.08); */
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    /*.blog .list-style div:last-child article, .archive div:last-child article {
        border-bottom: 0;
    }*/
    .archive article figure img {
        display: none;
    }
    .intro1.overcap .caption {
        width: 92%;
    }
    section.loop .row-content.buffer {
        padding-top: 15px;
        padding-bottom: 35px;
    }
    section.loop h3 {
        text-align: center;
        margin-bottom: 24px;
        padding-top: 24px;
    }
    section.loop .action-loop a.loop-more, section.loop .pub-loop a.loop-more {
        line-height: 1;
    }
    .blog.masonry-style article.three .blog-excerpt, .blog.masonry-style article.four .blog-excerpt, .blog-section.masonry-style article.three .blog-excerpt, .blog-section.masonry-style article.four .blog-excerpt {
        max-height: 20em;
    }
    .archive article figure {
        max-width: 32%;
        margin: 0 auto 30px;
    }
    .single h1 {
        font-size: 1.6em;
    }
    .archive.category h1.page-title {
        font-size: 2em;
        margin-top: 1.4em;
    }
    .column.half.cover {
        width: 48% !important;
        clear: none !important;
        float: left !important;
        margin-right: 2% !important;
    }
    .column.half.last.cover {
        margin-right: 0 !important;
    }    
    section.about-2 .su-spoiler-content ul.lft{
        margin-left: 0px;
    }
    #top-footer h4 {
        margin-top: 2.34em;
        margin-bottom: 1em;
    }
    footer.site-footer .footer-logo img {
        margin: 20px auto 30px !important;
        width: 40% !important;
    }
    footer.site-footer a, footer.site-footer ul.meta-social li a {
        color: #017999;
        letter-spacing: .05em;
        font-weight: 300;
        font-size: 1.333em;
    }
    footer .column.footer-about {
        margin-top: 0;
        padding-left: 0;
    }
    footer #top-footer .textwidget p {
        margin-top: 1.3em;
        letter-spacing: .05em;
        font-weight: 300;
        font-size: 1.333em;
    }
}
@media handheld, only screen and (max-width: 40em) {

    #intro-wrap {
        height: 20em !important;
    }
    .section-title {
        margin-bottom: 2em;
        text-align: center;
    }
    #intro .caption h2, #intro .caption-mockup h2 {
        font-size: 1.8em;
    }
    #intro .arq .caption h2, #intro .caption-mockup h2 {
        font-size: 1.3em;
    }
    #intro .intro1.overcap.notransp .caption h2::before {
        font-size: .7em;
    }
    #intro .intro1.overcap.notransp .caption h2 {
        font-size: 1.8em;
    }
    #intro .caption p, #intro .caption-mockup p {
        font-size: 1em;
        /*text-align: center;*/
        padding: 10px 20px 23px;
    }
    .intro1.overcap .caption .button.transparent.white {
        font-size: 0.889em !important;    
    }
    .intro1.arq .caption p {
        /*background: rgba(255, 255, 255, 0.88);*/
    }
    .intro1.arq .caption .button, .button.transparent.cta-amlp {
        margin-top: 4em;
        float: left;
    }
    .intro1.alto .caption p {
        font-size: 1em;
    }    
    .fcf-title h1 {
        font-size: 1.8em;
        border-bottom-width: 3px;
    }
    .fcf-title h4 {
        margin-bottom: 0px;
        font-size: 1.2em;
    }
    .about-us figcaption {
        margin-top: 20px;
    }
    .about-us figcaption h4 {
        margin-bottom: 2.2em;
    }
    section.about-2 h3 {
        font-size: 1.1em;
        margin-top: 0;
    }
    section.about-2 .su-spoiler-title {
        margin-left: 0;
        font-size: 1em;
    }
    .archive.category h1.page-title {
        font-size: 1.6em;
        margin-top: 1.6em;
    }
    section.about-2 .su-spoiler-content {
        font-size: 1em;
        /* background: #F1F9FE; */
    }
    .archive.category .taxonomy-description p {
        font-size: 1.2em;
    }
    img.alignleft, img.alignright {
        margin-bottom: 0.5em;
        width: 100%;
    }
    .blog .list-style div article, .archive article {
        padding: 0 5px 30px;
        margin: 20px;
    }
    .single #post-nav .label-mobile {
        display: none;
    }
    .single #post-nav #prev-items i, .single #post-nav #next-items i {
        font-size: 1.2em;
    }
    .single #post-nav #prev-items i {
        padding-left: 20px;
    }
    .single #post-nav #next-items i {
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
    #gallery-2.gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
}