html {
    font-size: 16px
}

body {
    font-size: 100%;
    font-family: 'DIN Pro' !important;
    line-height: 1.7;
    color: #555;
    letter-spacing: .01rem;
	overflow-x: hidden;
}
a {
    color: #557cbf
}



*,
:after,
:before {
    -webkit-transition: border-bottom .4s ease, color .4s ease, background-color .4s ease;
    -o-transition: border-bottom .4s ease, color .4s ease, background-color .4s ease;
    transition: border-bottom .4s ease, color .4s ease, background-color .4s ease
}

.blue-button {
    display: inline-block;
    background-color: #557cbf;
    border-radius: 0;
    border: none;
    color: #f4f4f4;
    font-family: 'Playfair Display';
    padding: 15px 30px;
    line-height: 1
}

.blue-button:focus,
.blue-button:hover {
    color: #f4f4f4;
    text-decoration: none;
    background-color: #3c63a6;
    outline: 0
}

.updated:not(.published) {
    display: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

img {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navbar-wrapper {
    margin: 0 -15px;
    padding: 25px 15px
}

body.admin-bar #main-menu {
    padding-top: 86px
}

body.fixed-header.admin-bar .navbar {
    top: 46px
}

body.fixed-header.admin-bar .navbar.scroll-admin-bar {
    top: 0
}

body.fixed-header .navbar {
    width: 100%;
    z-index: 999
}

body.navbar-no-background #header {
    position: relative;
    min-height: 100px
}

body.navbar-no-background #header .navbar {
    position: absolute;
    width: 100%;
    background-color: transparent;
    z-index: 200
}

body.navbar-no-background #header .navbar.fixed {
    position: fixed
}

body.navbar-no-background #header .navbar.fixed.scroll {
    background-color: #fff
}

body.navbar-no-background #header .navbar .navbar-wrapper {
    background-color: transparent
}

body.menu-sandwich .navbar-header {
    float: none
}

body.menu-sandwich .navbar-toggle {
    display: block;
    float: right
}

body.menu-sandwich #main-menu ul.nav {
    float: none!important
}

body.menu-sandwich #main-menu ul.nav li {
    float: none
}

.navbar-brand {
    height: auto;
    padding: 0 15px
}

.navbar-brand h1 a {
    font-size: 30px;
    color: #333
}

.navbar-brand h1 a:hover {
    color: #557cbf;
    text-decoration: none
}

.navbar-brand img {
    max-width: 100%;
    height: auto
}

.navbar-toggle {
    margin-bottom: 0
}

.navbar-toggle .icon-bar {
    width: 20px;
    border-radius: 0;
    background-color: #333
}

.sandwich-color-light #main-menu {
    background-color: #fff
}

.sandwich-color-light #main-menu>ul>li>a {
    color: #555
}

.sandwich-color-light #main-menu>ul>li>a:focus,
.sandwich-color-light #main-menu>ul>li>a:hover {
    color: #333
}

.sandwich-color-light #main-menu>ul>li.current_page_item>a {
    color: #333
}

.sandwich-color-light #main-menu>ul ul li a {
    color: #333
}

.sandwich-color-light #main-menu>ul ul li a:focus,
.sandwich-color-light #main-menu>ul ul li a:hover {
    color: #555
}

.sandwich-color-light #main-menu>ul ul li.current_page_item>a {
    color: #555
}

.sandwich-color-light #main-menu>ul ul li .dropdown-toggle {
    color: #333
}

.sandwich-color-light #main-menu .button-close {
    color: #333
}

.sandwich-color-light #main-menu .dropdown-toggle {
    color: #555
}

#main-menu {
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 9999;
    height: 100%;
    background-color: #eb7221;
    padding: 40px 30px 0 30px;
    width: 270px;
    -webkit-transition: margin .8s ease;
    -o-transition: margin .8s ease;
    transition: margin .8s ease
}

#main-menu .header-widgetised-area {
    margin: 30px 0
}

#main-menu .header-widgetised-area .widget {
    margin-bottom: 20px
}

#main-menu .header-widgetised-area .widget-title {
    font-size: 18px
}

#main-menu .header-widgetised-area .widget_text {
    font-size: 18px;
    line-height: 1em
}

#main-menu.open {
    margin-left: -270px
}

#main-menu .button-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-bottom: 25px;
    color: #fff
}

#main-menu .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    line-height: 1.45;
    border: none;
    background: 0 0; 
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-family: 'Visual Composer Starter Font';
    font-size: .64em;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    color: #fff
}

#main-menu .dropdown-toggle.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#main-menu ul li {
    position: relative;
	float: none;
	display: inline-block;
}

#main-menu ul li a {
    color: #ccc;
    line-height: 1.2
}

#main-menu ul li a:focus,
#main-menu ul li a:hover {
    text-decoration: none;
    color: #fff
}

#main-menu ul li.current-menu-item>a {
    color: #fff
}

#main-menu ul li.menu-item-has-children>a {
    margin-right: 56px
}

#main-menu ul li ul {
    display: none;
    padding: 10px 0;
}

#main-menu ul li ul li {
    font-family: Roboto;
    font-size: 16px;
    list-style: none;
    line-height: 1.2;
}

#main-menu ul li ul li a {
    padding: 5px 0;
    display: block;
}

#main-menu ul li ul li .dropdown-toggle {
    padding: 7px 0 3px 0;
    color: #ccc;
}

#main-menu ul li ul li .dropdown-toggle.open {
    padding: 3px 0 7px 0;
}

#main-menu ul li ul li ul {
    padding-left: 10px;
}

#main-menu>ul {
    margin: 0;
    float: none
}

#main-menu>ul>li {
    font-size: 22px
}

#main-menu>ul>li>a {
    padding: 12px 0;
    font-family: 'DIN Pro' !important;
    color: #fff
}

#main-menu>ul>li>a:focus,
#main-menu>ul>li>a:hover {
    color: #ccc;
    background: 0 0
}

#main-menu>ul>li>.dropdown-toggle {
    padding: 17px 0 10px 0
}

#main-menu>ul>li>.dropdown-toggle.open {
    padding: 10px 0 17px 0
}

.cover-image {
    position: relative
}

.cover-image .fade-in-img-inner-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.cover-image .fade-in-img-inner-wrap img {
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

.header-image img {
    width: 100%;
    height: auto
}

.header-image .fade-in-img.cover-image {
    position: relative
}

.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap img {
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

body.featured-image-custom-height .header-image .fade-in-img {
    position: relative
}

body.featured-image-custom-height .header-image .fade-in-img .fade-in-img-inner-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

body.featured-image-custom-height .header-image .fade-in-img .fade-in-img-inner-wrap img {
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

.content-wrapper {
    padding: 0px 15px 1px 15px;
    margin: 0 -15px;
    overflow-wrap: break-word;
    background-color: #fff
}

.main-content {
    padding-bottom: 40px
}

.main-content article.post.sticky {
    border: 6px #eee solid;
    padding: 13px
}

.entry-full-content .entry-author-data {
    text-align: center;
    margin-bottom: 20px
}

.entry-full-content .entry-author-data .author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px
}

.entry-full-content .entry-author-data .author-avatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%
}

.entry-full-content .entry-author-data .author-name {
    color: #333;
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 7px
}

.entry-full-content .entry-author-data .author-biography {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #777
}

.entry-full-content .entry-meta {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-bottom: 5px
}

.entry-full-content .entry-meta a {
    color: #333;
    border-bottom: 1px solid #333
}

.entry-full-content .entry-meta a:focus,
.entry-full-content .entry-meta a:hover {
    border-bottom-color: transparent;
    text-decoration: none
}

.entry-tags {
    margin: 5px 0
}

.entry-tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 9px 13px;
    line-height: 1;
    font-size: 14px;
    font-style: italic;
    color: #777;
    background-color: #eee;
    border-radius: 20px
}

.entry-tags a:before,
.entry-tags a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #557cbf
}

.nav-next,
.nav-previous {
    margin-bottom: 1.625rem
}

.nav-links.post-navigation {
    margin-top: 1.625rem;
    padding-top: 2.25rem;
    border-top: 1px solid #eee
}

.nav-links.post-navigation a .meta-nav {
    font-size: 14px;
    font-style: italic;
    color: #777;
    line-height: 1;
    display: block
}

.nav-links.post-navigation a .post-title {
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #333
}

.nav-links.post-navigation a:hover {
    text-decoration: none
}

.nav-links.post-navigation a:hover .post-title {
    border-bottom-color: transparent
}

.pagination {
    margin: 65px 0 0;
    display: block;
    border-radius: 0
}

.nav-links.post-inner-navigation {
    margin-bottom: 20px
}

.nav-links.post-inner-navigation a,
.nav-links.post-inner-navigation>span {
    display: inline-block;
    min-width: 30px;
    background-color: #eee;
    border-radius: 15px;
    text-align: center;
    height: 30px;
    margin: 0 10px 10px 0;
    line-height: 32px;
    font-size: 14px;
    font-style: italic;
    color: #777
}

.nav-links.post-inner-navigation a:focus,
.nav-links.post-inner-navigation a:hover {
    text-decoration: none;
    background-color: #557cbf
}

.nav-links.post-inner-navigation a:focus span,
.nav-links.post-inner-navigation a:hover span {
    color: #fff
}

.nav-links.post-inner-navigation a.next,
.nav-links.post-inner-navigation a.prev {
    width: auto;
    padding: 0 15px
}

.nav-links.post-inner-navigation>span {
    background-color: #557cbf;
    color: #fff
}

.nav-links.archive-navigation .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px 10px 0;
    background-color: #eee;
    border-radius: 15px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-style: italic;
    color: #777
}

.nav-links.archive-navigation .page-numbers.next,
.nav-links.archive-navigation .page-numbers.prev {
    width: auto;
    padding: 0 15px
}

.nav-links.archive-navigation .page-numbers.dots {
    background: 0 0
}

.nav-links.archive-navigation .page-numbers.current,
.nav-links.archive-navigation a.page-numbers:focus,
.nav-links.archive-navigation a.page-numbers:hover {
    text-decoration: none;
    background-color: #557cbf;
    color: #fff
}

.comments-area {
    padding: 40px 0;
    overflow-wrap: break-word
}

.comments-area .comments-title {
    margin-bottom: 5px;
	font-size: 18px;
}

.comments-area .comments-subtitle {
    font-size: 14px;
    margin-bottom: 40px
}

.comments-area .comment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 55px
}

.comments-area .comment-list li.comment {
    padding-top: 25px;
    border-top: 1px solid #ddd
}

.comments-area .comment-list li.comment .comment-body {
    margin-bottom: 25px
}

.comments-area .comment-list li.comment:first-child {
    padding-top: 0;
    border-top: 0
}

.comments-area .comment-list ol.children {
    list-style: none;
    padding: 0;
    margin-left: 30px;
    padding-top: 25px;
    border-top: 1px solid #ddd
}

.comments-area .comment-list .author-avatar {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    overflow: hidden
}

.comments-area .comment-list .author-avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.comments-area .comment-list .comment-author {
    font-family: 'Playfair Display';
    font-size: 22px;
    color: #333;
    line-height: 1.4
}

.comments-area .comment-list .comment-author a {
    color: #333;
    border-bottom: 1px solid transparent
}

.comments-area .comment-list .comment-author a:focus,
.comments-area .comment-list .comment-author a:hover {
    border-bottom-color: #333;
    text-decoration: none
}

.comments-area .comment-list .comment-metadata {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px
}

.comments-area .comment-list .comment-metadata a {
    color: #777;
    border-bottom: 1px solid transparent
}

.comments-area .comment-list .comment-metadata a:focus,
.comments-area .comment-list .comment-metadata a:hover {
    text-decoration: none;
    border-bottom-color: #777
}

.comments-area .comment-list .reply a {
    font-family: 'Playfair Display';
    color: #557cbf;
    border-bottom: 1px solid transparent
}

.comments-area .comment-list .reply a:focus,
.comments-area .comment-list .reply a:hover {
    text-decoration: none;
    border-bottom-color: #557cbf
}

.comments-area #reply-title {
    font-size: 30px;
    margin-bottom: 3px
}

.comments-area .comment-notes {
    font-size: 14px;
    margin-bottom: 25px
}

.comments-area span.required {
    color: #557cbf;
    margin-left: -4px
}

.comments-area .comment-form-comment {
    margin-bottom: 20px
}

.comments-area .comment-form-comment label {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    font-family: 'Playfair Display'
}

.comments-area .comment-form-comment textarea {
    width: 100%;
    height: 170px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px
}

.comments-area input[type=email],
.comments-area input[type=text],
.comments-area input[type=url],
.comments-area textarea {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    border: 1px solid #dadada;
    -webkit-box-shadow: none;
    box-shadow: none
}

.comments-area input[type=email]:focus,
.comments-area input[type=text]:focus,
.comments-area input[type=url]:focus,
.comments-area textarea:focus {
    outline: 0
}

.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
    margin-bottom: 30px
}

.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    font-family: 'Playfair Display'
}

.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
    height: 40px
}

.comments-area .comment-subscription-form,
.comments-area .form-submit {
    margin-bottom: 15px
}

.comments-area .comment-subscription-form {
    line-height: 1rem
}

.comments-area .comment-subscription-form label {
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    cursor: pointer
}

.comments-area .comment-subscription-form label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #dadada;
    font-size: 25px;
    color: #557cbf;
    line-height: 19px;
    text-align: center
}

.comments-area .comment-subscription-form input[type=checkbox] {
    display: none
}

.comments-area .comment-subscription-form input:checked+label:before {
    content: '\2022'
}

.comments-area .form-submit input[type=submit] {
    display: inline-block;
    background-color: #557cbf;
    border-radius: 0;
    border: none;
    color: #f4f4f4;
    font-family: 'Playfair Display';
    padding: 15px 40px;
    line-height: 1
}

.comments-area .form-submit input[type=submit]:focus,
.comments-area .form-submit input[type=submit]:hover {
    color: #f4f4f4;
    text-decoration: none;
    background-color: #3c63a6;
    outline: 0
}

.comments-area .comment div#respond {
    min-height: 500px
}

.comments-area .bypostauthor .fade-in-image:before {
    font-family: 'Visual Composer Starter Font';
    content: '\6e';
    background: #557cbf;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    margin: 55px 0 0 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1px;
    padding-bottom: 1px;
    font-size: 20px
}

.logged-in .comments-area .comment div#respond {
    min-height: 400px
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    position: absolute!important;
    width: 1px
}

.search-results-header {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-bottom: 20px
}

.search-results-header h4 {
    color: #777;
    margin-bottom: 0
}

.search-results-header h4 strong {
    font-weight: 500;
    color: #333
}

.entry-content.archive {
    margin-bottom: 45px
}

.entry-content.archive h1 {
    margin-bottom: 1.625rem
}

.archive .entry-content {
    margin-bottom: 1.875rem
}

.archive .entry-content:after {
    display: none
}

.featured-content {
    margin-bottom: 22px
}

.featured-content img {
    max-width: 100%;
    height: auto;
    display: block
}

.video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.gallery-slider {
    position: relative
}

.gallery-slider>.gallery-item {
    position: absolute;
    top: 0;
    left: 0
}

.gallery-slider>.gallery-item:first-child {
    position: relative;
    z-index: 100
}

.gallery-slider .slick-dots {
    position: absolute;
    bottom: 0;
    margin-top: 30px;
    list-style: none;
    padding: 0;
    text-align: center;
    z-index: 200;
    width: 100%
}

.gallery-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.gallery-slider .slick-dots li.slick-active button {
    background-color: #fff
}

.gallery-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, .5)
}

.gallery-slider .slick-dots li button:focus,
.gallery-slider .slick-dots li button:hover {
    background-color: #fff;
    outline: 0
}

.entry-preview {
    margin-bottom: 50px
}

.entry-preview .entry-meta {
    padding: 0;
    margin-bottom: 10px;
    list-style: none
}

.entry-preview .entry-meta li {
    display: inline-block;
    margin-right: 14px;
    font-size: 14px;
    color: #777;
    line-height: 20px
}

.entry-preview .entry-meta li.entry-meta-date a:before {
    content: '\62'
}

.entry-preview .entry-meta li.entry-meta-author a:before {
    content: '\6e'
}

.entry-preview .entry-meta li.entry-meta-category:before {
    content: '\65';
    font-family: 'Visual Composer Starter Font';
    font-size: 22px;
    color: #d4d4d4;
    margin-right: 5px;
    display: inline;
    vertical-align: text-bottom
}

.entry-preview .entry-meta li.entry-meta-category:hover:before {
    color: #557cbf
}

.entry-preview .entry-meta li.entry-meta-comments a:before {
    content: '\61';
    line-height: 15px
}

.entry-preview .entry-meta li a {
    color: #777;
    vertical-align: bottom
}

.entry-preview .entry-meta li a:focus,
.entry-preview .entry-meta li a:hover {
    color: #333;
    text-decoration: none
}

.entry-preview .entry-meta li a:focus:before,
.entry-preview .entry-meta li a:hover:before {
    color: #557cbf
}

.entry-preview .entry-meta li a:before {
    font-family: 'Visual Composer Starter Font';
    font-size: 22px;
    color: #d4d4d4;
    margin-right: 6px;
    display: inline;
    vertical-align: text-bottom
}

.fade-in-img {
    position: relative
}

.fade-in-img noscript img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display';
    color: #333
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #557cbf;
    border-bottom: none
}

h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
    color: #557cbf;
    text-decoration: none
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .625rem 0
}

h1 {
    margin: 0 0 2.125rem 0;
    font-size: 42px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.comment-content:after,
.entry-content:after {
    content: " ";
    display: table;
    clear: both
}

.comment-content article:after,
.entry-content article:after {
    content: " ";
    display: table;
    clear: both
}

.comment-content article>div,
.entry-content article>div {
    margin: 0 0 1.625rem 0
}

.comment-content address,
.comment-content blockquote,
.comment-content datalist,
.comment-content dl,
.comment-content ol,
.comment-content p,
.comment-content table,
.comment-content ul,
.entry-content address,
.entry-content blockquote,
.entry-content datalist,
.entry-content dl,
.entry-content ol,
.entry-content p,
.entry-content table,
.entry-content ul {
    margin: 0 0 1.5rem 0
}

.comment-content address a,
.comment-content blockquote a,
.comment-content datalist a,
.comment-content dl a,
.comment-content ol a,
.comment-content p a,
.comment-content table a,
.comment-content ul a,
.entry-content address a,
.entry-content blockquote a,
.entry-content datalist a,
.entry-content dl a,
.entry-content ol a,
.entry-content p a,
.entry-content table a,
.entry-content ul a {
    border-bottom-width: 1px;
    border-bottom-color: #557cbf;
    border-bottom-style: solid;
    line-height: 1.2
}

.comment-content address a:focus,
.comment-content address a:hover,
.comment-content blockquote a:focus,
.comment-content blockquote a:hover,
.comment-content datalist a:focus,
.comment-content datalist a:hover,
.comment-content dl a:focus,
.comment-content dl a:hover,
.comment-content ol a:focus,
.comment-content ol a:hover,
.comment-content p a:focus,
.comment-content p a:hover,
.comment-content table a:focus,
.comment-content table a:hover,
.comment-content ul a:focus,
.comment-content ul a:hover,
.entry-content address a:focus,
.entry-content address a:hover,
.entry-content blockquote a:focus,
.entry-content blockquote a:hover,
.entry-content datalist a:focus,
.entry-content datalist a:hover,
.entry-content dl a:focus,
.entry-content dl a:hover,
.entry-content ol a:focus,
.entry-content ol a:hover,
.entry-content p a:focus,
.entry-content p a:hover,
.entry-content table a:focus,
.entry-content table a:hover,
.entry-content ul a:focus,
.entry-content ul a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
    color: #557cbf
}

.comment-content address a.image-link,
.comment-content blockquote a.image-link,
.comment-content datalist a.image-link,
.comment-content dl a.image-link,
.comment-content ol a.image-link,
.comment-content p a.image-link,
.comment-content table a.image-link,
.comment-content ul a.image-link,
.entry-content address a.image-link,
.entry-content blockquote a.image-link,
.entry-content datalist a.image-link,
.entry-content dl a.image-link,
.entry-content ol a.image-link,
.entry-content p a.image-link,
.entry-content table a.image-link,
.entry-content ul a.image-link {
    border-bottom: none
}

.comment-content address a.blue-button,
.comment-content blockquote a.blue-button,
.comment-content datalist a.blue-button,
.comment-content dl a.blue-button,
.comment-content ol a.blue-button,
.comment-content p a.blue-button,
.comment-content table a.blue-button,
.comment-content ul a.blue-button,
.entry-content address a.blue-button,
.entry-content blockquote a.blue-button,
.entry-content datalist a.blue-button,
.entry-content dl a.blue-button,
.entry-content ol a.blue-button,
.entry-content p a.blue-button,
.entry-content table a.blue-button,
.entry-content ul a.blue-button {
    border: none
}

.comment-content ol ol,
.comment-content ol ul,
.comment-content ul ol,
.comment-content ul ul,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
    margin-bottom: 0
}

.comment-content embed,
.comment-content iframe,
.comment-content object,
.comment-content video,
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    max-width: 100%;
    display: block;
    margin: 0 0 1.625rem 0
}

.comment-content ul,
.entry-content ul {
    padding: 0
}

.comment-content ul>li,
.entry-content ul>li {
    list-style: none;
    padding-left: 35px;
    position: relative
}

.comment-content ul>li:before,
.entry-content ul>li:before {
    content: '\2022';
    font-size: 1.5em;
    position: absolute;
    left: 20px;
    line-height: 0.8;
    color: #557cbf !important
}

.comment-content .wp-caption,
.entry-content .wp-caption {
    margin-bottom: 1.625rem
}

.comment-content .gallery,
.entry-content .gallery {
    font-size: 0;
    margin: 0 -1.16667% 1.625rem -1.16667%
}

.comment-content .gallery-item,
.entry-content .gallery-item {
    display: inline-block;
    width: 100%;
    max-width: 33.3%;
    vertical-align: top;
    padding: 0 1.14007%;
    margin-bottom: 1rem
}

.comment-content .gallery-icon,
.entry-content .gallery-icon {
    display: block
}

.comment-content .gallery-icon img,
.entry-content .gallery-icon img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto
}

.comment-content .gallery-caption,
.entry-content .gallery-caption {
    color: #777;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
    text-align: center
}

.comment-content img,
.entry-content img {
    max-width: 100%;
    height: auto
}

.comment-content blockquote,
.entry-content blockquote {
    border-left: 4px solid #557cbf;
    padding: 10px 0 10px 23px;
    color: #777;
    font-size: 22px;
    font-family: 'Playfair Display';
    font-style: italic
}

.comment-content blockquote cite,
.entry-content blockquote cite {
    display: block;
    margin-top: 10px
}

.comment-content cite,
.entry-content cite {
    font-family: Roboto;
    font-size: 14px
}

.comment-content table,
.entry-content table {
    table-layout: fixed;
    width: 100%
}

.comment-content table tr td,
.comment-content table tr th,
.entry-content table tr td,
.entry-content table tr th {
    padding: .4375rem;
    border: 1px solid #555
}

.comment-content dl dd,
.entry-content dl dd {
    margin-bottom: 1rem
}

.comment-content address,
.entry-content address {
    font-style: italic
}

.comment-content acronym,
.entry-content acronym {
    border-bottom: 1px dotted #d1d1d1
}

.comment-content address,
.comment-content blockquote,
.comment-content datalist,
.comment-content dl,
.comment-content ol,
.comment-content p,
.comment-content table,
.comment-content ul {
    margin: 0 0 10px 0
}

.wp-caption {
    max-width: 100%
}

.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text {
    text-align: left
}

.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    color: #777;
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
    text-align: center
}

.aligncenter {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right;
    margin-left: 1.625rem
}

.alignleft {
    float: left;
    margin-right: 1.625rem
}

.alignnone {
    margin: 5px 20px 20px 0
}

.widget .widget-title {
    margin: 0 0 1rem 0;
    font-size: 22px
}

.widget select {
    width: 100%
}

.widget img {
    max-width: 100%;
    height: auto
}

.widget_calendar td,
.widget_calendar th {
    text-align: center
}

.widget_calendar tfoot td {
    border: 0
}

.widget_calendar table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%
}

.widget_calendar thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: .5em
}

.widget_calendar th {
    padding: .4em;
    text-align: left
}

.widget_calendar tr {
    border-bottom: 1px solid #eee
}

.widget_calendar td {
    padding: .4em
}

.widget_calendar td:first-child,
.widget_calendar th:first-child {
    padding-left: 0
}

.widget_calendar td:last-child,
.widget_calendar th:last-child {
    padding-right: 0
}

.search-form {
    position: relative;
    max-width: 270px
}

.search-form:after {
    content: '\70';
    font-family: 'Visual Composer Starter Font';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    z-index: 1
}

.search-form label {
    width: 100%;
    margin-bottom: 0
}

.search-form label .screen-reader-text {
    display: none
}

.search-form label .search-field {
    max-width: 270px;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 15px;
    border: 1px solid #d4d4d4;
    outline: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 14px
}

.search-form div input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 15px;
    border: 1px solid #d4d4d4;
    outline: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 14px
}

.search-form button[type=submit],
.search-form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    z-index: 2
}

.sidebar-widget-area {
    padding-bottom: 40px
}

.sidebar-widget-area .widget {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-bottom: 25px;
    font-size: 14px
}

.sidebar-widget-area .widget_archive ul li,
.sidebar-widget-area .widget_categories ul li,
.sidebar-widget-area .widget_meta ul li,
.sidebar-widget-area .widget_recent_entries ul li {
    color: #557cbf
}

.sidebar-widget-area .widget_archive ul li:focus,
.sidebar-widget-area .widget_archive ul li:hover,
.sidebar-widget-area .widget_categories ul li:focus,
.sidebar-widget-area .widget_categories ul li:hover,
.sidebar-widget-area .widget_meta ul li:focus,
.sidebar-widget-area .widget_meta ul li:hover,
.sidebar-widget-area .widget_recent_entries ul li:focus,
.sidebar-widget-area .widget_recent_entries ul li:hover {
    color: #555
}

.sidebar-widget-area .widget_archive ul li a,
.sidebar-widget-area .widget_categories ul li a,
.sidebar-widget-area .widget_meta ul li a,
.sidebar-widget-area .widget_recent_entries ul li a {
    display: inline-block;
    vertical-align: top
}

.sidebar-widget-area .widget_search form {
    margin-top: 5px
}

.sidebar-widget-area a:focus,
.sidebar-widget-area a:hover {
    text-decoration: none;
    color: #555
}

.sidebar-widget-area ul {
    padding-left: 16px
}

#footer {
    background-color: #16b9d3;
    color: #777;
    font-size: 14px;
    line-height: 1.7
}

#footer a {
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    line-height: 1.2;
    color: #fff
}

#footer a:hover {
    border-bottom-color: #fff;
    text-decoration: none
}

#footer ol li,
#footer ul li {
    color: #fff
}

#footer .footer-right-block {
    margin-bottom: 10px
}

#footer .footer-socials ul {
    padding: 0;
    margin: 0
}

#footer .footer-socials ul li {
    list-style: none;
    display: inline-block;
    margin: 0 8px 0 0
}

#footer .footer-socials ul li a {
    line-height: 1;
    font-size: 32px;
    color: #777;
    border-bottom: none
}

#footer .footer-socials ul li a:focus,
#footer .footer-socials ul li a:hover {
    text-decoration: none;
    color: #fff
}

#footer .footer-socials ul li a span {
    display: block;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

#footer .copyright {
    margin-bottom: 10px
}

.footer-widget-area {
    background-color: #16b9d3;
    padding: 45px 0 15px 0
}

.footer-widget-area p {
    color: #FFF;
}

.footer-widget-area .widget {
    margin-bottom: 25px
}

.footer-widget-area .widget-title {
    color: #fff;
    line-height: 1.7
}

.footer-widget-area ol,
.footer-widget-area p,
.footer-widget-area ul {
    margin-bottom: 20px
}

.footer-widget-area .instagram-feed {
    padding-top: 5px;
    font-size: 0;
    letter-spacing: normal
}

.footer-widget-area .instagram-feed .instagram-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 5px 5px 0
}

.footer-widget-area .instagram-feed .instagram-item img {
    display: block;
    width: 100%;
    height: auto
}

.footer-bottom {
    padding: 10px 0 20px 0;
    background: #eb7221;
    color: #FFF;
    text-align: center;
}

.footer-bottom .copyright>span {
    display: block
}

.footer-menu {
    margin-bottom: 10px
}

.footer-menu ul {
    padding: 0;
    margin: 0
}

.footer-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px
}

.header-area-disabled .content-wrapper {
    padding-top: 0
}

.footer-area-disabled .main-content {
    padding-bottom: 0
}

/* FONT DINPRO */

@font-face {
font-family: 'DIN Pro Condensed Regular';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Regular'), url('../fonts/DINPro-Cond.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Italic'), url('../fonts/DINPro-CondIta.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro';
font-style: normal;
font-weight: normal;
src: local('DIN Pro'), url('../fonts/DINPro.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Italic'), url(../fonts/DINPro-Italic.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Light';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Light'), url('../fonts/DINPro-CondLight.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Light';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Light'), url('../fonts/DINPro-Light.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Light Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Light Italic'), url('../fonts/DINPro-CondLightIta.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Light Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Light Italic'), url('../fonts/DINPro-LightItalic.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Medium';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Medium'), url('../fonts/DINPro-CondMedium.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Medium';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Medium'), url('../fonts/DINPro-Medium.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Medium Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Medium Italic'), url('../fonts/DINPro-CondMediIta.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Medium Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Medium Italic'), url('../fonts/DINPro-MediumItalic.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Bold';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Bold'), url('../fonts/DINPro-Bold.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Bold'), url('../fonts/DINPro-CondBold.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Bold Italic'), url('../fonts/DINPro-BoldItalic.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Bold Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Bold Italic'), url('../fonts/DINPro-CondBoldIta.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Black';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Black'), url('../fonts/DINPro-Black.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Black';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Black'), url('../fonts/DINPro-CondBlack.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Black Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Black Italic'), url('../fonts/DINPro-BlackItalic.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Black Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Black Italic'), url('../fonts/DINPro-CondBlackIta.woff') format('woff');
}






h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DIN Pro Bold' !important;
}

.din-pro-condensed-regular {
font-family: 'DIN Pro Condensed Regular' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-condensed-italic {
font-family: 'DIN Pro Condensed Italic' !important;
font-style: normal;
font-weight: normal;
}


.din-pro {
font-family: 'DIN Pro' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-italic {
font-family: 'DIN Pro Italic' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-condensed-light {
font-family: 'DIN Pro Condensed Light' !important;
font-style: normal;
font-weight: normal;

}


.din-pro-light {
font-family: 'DIN Pro Light' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-condensed-light-italic {
font-family: 'DIN Pro Condensed Light Italic' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-light-italic {
font-family: 'DIN Pro Light Italic' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-condensed-medium {
font-family: 'DIN Pro Condensed Medium' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-medium {
font-family: 'DIN Pro Medium' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-condensed-medium-italic {
font-family: 'DIN Pro Condensed Medium Italic' !important;
font-style: normal;
font-weight: normal;
}


@font-face {
font-family: 'DIN Pro Medium Italic' !important;
font-style: normal;
font-weight: normal;
src: local('DIN Pro Medium Italic'), url('../fonts/DINPro-MediumItalic.woff') format('woff');
}


.din-pro-bold {
font-family: 'DIN Pro Bold' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-condensed-bold {
font-family: 'DIN Pro Condensed Bold' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-bold-italic {
font-family: 'DIN Pro Bold Italic' !important;
font-style: normal;
font-weight: normal;
}


@font-face {
font-family: 'DIN Pro Condensed Bold Italic' !important;
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Bold Italic'), url('../fonts/DINPro-CondBoldIta.woff') format('woff');
}


.din-pro-black {
font-family: 'DIN Pro Black' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-condensed-black {
font-family: 'DIN Pro Condensed Black' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-black-italic {
font-family: 'DIN Pro Black Italic' !important;
font-style: normal;
font-weight: normal;
}


.din-pro-condensed-black-italic {
font-family: 'DIN Pro Condensed Black Italic' !important;
font-style: normal;
font-weight: normal;
}


/* TRICICLOS EDIT */
.left {
	margin-left: 0 !important;
}

.right {
	margin-right: 0 !important;
}

b, strong {
    font-weight: 900;
	font-family: "DIN Pro Bold";
}

.espacamento-entre-linhas {
    line-height: 1.2;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-margin {
	margin: 0 !important;
}

.circulo1 {
    width: 318px;
    height: 317px;
    position: absolute;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    z-index: 99;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 20px solid #eb7221;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    transform: rotate(-45deg);
}

.circulo2 {
    width: 318px;
    height: 317px;
    position: absolute;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    z-index: 99;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 20px solid #eb7221;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    transform: rotate(160deg);
}

.circulo3 {
    width: 318px;
    height: 317px;
    position: absolute;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    z-index: 99;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 20px solid #eb7221;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    transform: rotate(224deg);
}

		
.centro-r {
	position: absolute;
	top: 50%;
	right: 0;
}
		
.centro-e {
	position: absolute;
  	top: 50%;
	left: 0;
}

.cover {
	background-size: cover;
	background-position: center;
}

.azul {
	color: #15b8d2;
}
.laranja {
	color:#eb7221;
}

.text-14 {
	font-size: 14px;
}

.text-18 {
	font-size: 18px;
}

.text-26 {
	font-size: 24px;
}

.text-28 {
	font-size: 28px;
}

.text-35 {
	font-size: 33px;
}

.icone-redes-rodape {
    float: left;
    margin-right: 10px;
}

.font-branca,
.font-branca p {
	color: #FFF;
}

.espacamento-bottom {
	margin-bottom:100px !important;
}

.espacamento-titulo-bottom {
	margin-bottom:55px !important;
}

/* HOME */
.item-blog-home {
	text-align: center;
}

.item-blog-home h3 a {
	color: #5e5e5e;
}

.item-blog-home h3 {
    font-size: 16px;
    color: #5e5e5e;
    font-family: 'DIN Pro Medium' !important;
}

.item-blog-home img {
    border-radius: 50%;
	max-width: 318px;
	margin-bottom: 30px;
}

.item-blog-home span {
	color: #969696;
	font-size: 14px;
}

.item-blog-home .mask {
    background: url('../images/mask-blog-01.png') no-repeat 16px 0;
    width: 320px;
    height: 320px;
    position: absolute;
    z-index: 999999;
    top: 0;
}

.grow { transition: all .2s ease-in-out; }

/* .grow:hover { transform: scale(1.1); }*/




.f-nav {
    z-index: 9999999 !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}

.leia-mais-home {
    display: block;
    color: #eb7221;
    font-size: 14px;
}

.coluna-max-size {
    max-width: 530px;
    padding-left: 35PX !important;
    font-size: 16px;
}

.bg-laranja {
	background-color: #eb7221;
}

.bg-azul{
	background-color: #16b9d3 !important;
}

.no-bold {
	font-weight: normal !important;
}

.idiomas {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.idiomas span {
    margin-right: 10px;
}

.idiomas-mobile {
	display: none;
}

.idiomas span {
    margin-right: 10px;
}

/* FAQ */

.titulo {
    margin-top: 180px !important;
    margin-bottom: 140px;
    color: #FFF;
    padding-top: 70px;
    padding-bottom: 60px;
    font-size: 80px;
}

h3.ui-accordion-header-active {
    background: #E5E5E5;
}

.mega-accordion h3 {
    margin-bottom: 20px !important;
}

.mega-panel {
    font-size: 14px;
}

.ui-accordion-header-icon.ui-icon.fa.fa-plus {
	padding-right: 0 !important;
    font-weight: normal !important;
    float: right;
    line-height: 45px;
    background: #9fe456;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    color: #FFF;
}

.ui-accordion-header-icon.ui-icon.fa.fa-angle-down {
padding-right: 0 !important;
    font-weight: normal !important;
    float: right;
    line-height: 45px;
    background: #E5E5E5;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 50px !important;
}


/* BLOG */

.titulo-com-imagem {
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 45px;
    margin-top: 75px;
    margin-bottom: 100px;
}

.grid-blog {
    margin-bottom: 35px;
}

.grid-blog h3 {
    margin-top: 15px;
}

.grid-blog h3 a {
    font-size: 16px;
    color: #5e5e5e;
    font-family: 'Raleway';
}

.grid-blog .meta {
    font-size: 12px;
    font-family: 'Lato';
    color: #969696;
}


.single-post .entry-title {
    font-size: 85px;
	margin-top: 75px;
}

.post-content {
	font-size: 14px;
}

.post-content a {
	color:#eb7221;
	border: none !important;
}

.img-content {
	margin: 40px 0 30px 0;
}

.single-post .meta {
    font-size: 12px;
    color: #969696;
    margin-bottom: 15px;
    float: left;
	width: 100%;
}

.single-post input[type="submit"] {
	width: 100%;
	font-family: 'DIN Pro' !important;
	background: #eb7221;
}

#msg {
    background:#eb7221;
}
.comment-metadata,
.comment-form-cookies-consent,
.comment-notes {
	display: none;
}

#comments h4 {
    color: #474747;
}

.comment-content p {
    font-size: 14px;
    font-weight: normal;
    font-family: 'DIN Pro';
}

.comment-reply-link {
	Font-size: 14px;
    font-weight: normal;
    font-family: 'DIN Pro';
	color: #666666;
}

/* PORQUE FAZEMOS */

.f-left {
    float: left;
    margin-right: 20px;
}

.img-selo {
	margin-top: -15px;
}

/* QUEM SOMOS */
.alm-reveal .vc_col-md-3 {
    margin-bottom: 75px !important;
}

.btn-midia {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.btn-midia a {
    display: block;
    width: 150px;
    border: 1px solid;
    border-radius: 2em;
    color: #00a887;
    font-family: 'DIN Pro';
    text-decoration: none;
    padding: 0 !important;
    height: 40px;
    line-height: 40px;
	margin: 0 auto;
}

.img-midia {
    border-bottom: 10px solid;
    border-right: 5px solid;
    border-color: #9fe456;
    background: #9fe456;
}

.img-midia img {
    margin-left: -5px;
    margin-top: -5px;
	width: 100%;
}

.pontuacao {
    border: 5px solid;
    height: 190px;
    padding-top: 15px;
}

.pontuacao span {
    font-size: 96px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.2;
}

.btn-carregar-mais {
    background: #9fe456 url('http://48b.349.myftpupload.com/wp-content/themes/triciclos/images/btn-ver-mais.jpg') !important;
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
    font-size: 80px !important;
    line-height: -57px !important;
    opacity: 1 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
	text-indent: -9999px;
}

.alm-btn-wrap .alm-load-more-btn.done {
	opacity: 0.7 !important
}

#form input {
	width: 100%;
    height: 45px;
    padding: 0;
    text-indent: 20px;
    margin-bottom: 20px;
    font-family: "DIN Pro";
}

#form textarea {
    width: 100%;
    height: 107px;
    resize: none;
    margin-bottom: 20px;
    text-indent: 20px;
    font-family: "DIN Pro";
    border: 1px solid #DDD;
}

#form #enviar {
    background: #15b8d2;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}
