@media (min-width:480px) {
    .left-extra-padding{padding-left: 60px;}
    .right-extra-padding{padding-right: 60px;}
}
.space-bottom {margin-bottom: 40px !important;}
.space-top {margin-top: 40px !important;}
.white-block.space-top {margin-top: 35px !important;}
body {background: #DDDDDD;}
body * {font-family: Raleway, sans-serif;}
textarea {resize: vertical;}
.row {margin: 0px;}
header {color: #FFF;}
header a, header a:hover {color: #FFF;}
header h1, header h3 {text-transform: uppercase;}
header h1 {font-weight:900; font-size:55px; text-shadow:3px 3px 3px rgba(0,0,0,0.3); line-height:1.3em;}
header h3 {
    font-weight: normal;
    font-size: 38px;
    line-height: 1.2em;
    text-shadow: 3px 3px 2px rgba(0, 0, 0,0.2);
    margin-top: 20px;
}
.page header,.page .header-back .green-layer,.page .header-back .image-layer{height: 980px;}
.home header,.home .header-back .green-layer,.home .header-back .image-layer,
.gallery header,.gallery .header-back .green-layer,.gallery .header-back .image-layer{height: 980px;}
.page.video header,.page.video .header-back .green-layer,.page.video .header-back .image-layer{height: 980px;}
@media (max-width:991px) {.page header,.page .header-back .green-layer,.page .header-back .image-layer{/*height: 370px;*/}}
@media (max-width: 479px) {
    header h1 {font-size: 35px;}
    header h3 {font-size: 20px;}
    .home header,.home .header-back .green-layer,.home .header-back .image-layer{height: 980px;}
}
@media (min-width: 480px) and (max-width: 767px) {
    header h1 {font-size: 30px;line-height: 1em}
    header h3 {font-size: 20px;}
    .home header,.home .header-back .green-layer,.home .header-back .image-layer{height: 980px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    header h1 {font-size: 45px;}
    header h3 {font-size: 30px;}
    .home header,.home .header-back .green-layer,.home .header-back .image-layer{height: 980px;}
}
.header-back {position:relative; z-index:-1;}
.header-back .green-layer {
    background: #008c69;
    background: -moz-linear-gradient(-45deg, #008c69 40%, #00b2b2 100%);
    background: -webkit-linear-gradient(-45deg, #008c69 40%,#00b2b2 100%);
    background: linear-gradient(135deg, #008c69 40%,#00b2b2 100%);
    width: 100%;
    position: fixed;
}
.header-back .image-layer {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: fixed;
    top: 0px;
}
.header-back .white-container {
    width: 980px;
    height: 980px;
    position: absolute;
    right: 73%;
    top: 30px;
}
.page .white-container-home {top:-200px;}

.page .white-container {top:-445px;left: -340px;}

@media (max-width: 479px) { .header-back .white-container {display:none;} }
@media (max-width: 991px) { .header-back .white-container {right: 66%;top: -320px;} }
@media (min-width:1300px) { .header-back .white-container {right: 70%;} }
@media (min-width:1400px) { .header-back .white-container {right: 68%;} }
.header-back .white-layer {
    background: #FFF;
    height: 100%;
    width: 100%;
    border-radius: 35px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 50% 50%;
}
.header-back .white-layer:last-child {opacity:0.8}
.header-nav {
    text-align:right;
    padding-top:10px;
    padding-bottom:10px;
    font-weight:bold;
    padding-right:65px;
    position:fixed;
    z-index: 1000;
    background-color: #002d22;
    border-radius: 0px 0px 25px 25px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    margin-left: 58px;
}
@media (max-width: 1185px) {.header-nav{padding-right: 35px;}}
@media (max-width: 600px) {.header-logo{margin-right: 0px!important;}}
.nav-home { padding-top: 90px;}
.header-home {margin-left: 0px; background-color: transparent ; position: relative; border-radius: 0px; box-shadow: none;}
.header-nav .header-logo {max-width: 400px;/*margin-left: 70px;*/margin-right: 90px;}
.header-nav .header-logo-alt {max-width: 180px;}
@media (max-width: 479px) { 
    .header-nav{width: 94%;margin-left: 0px;}
    /*.main-content {margin-top:135px!important;}*/
    .header-logo {display:none;} 
}

@media (max-width: 320px) { 
    .header-nav{width: 91%;margin-left: 0px;}
    .header-nav .header-logo-alt {max-width: 100px;}
}

@media (min-width: 480px) { .header-nav .header-logo-alt {display:none;} }
.header-nav .header-item,.header-nav .header-menu {display: inline-block;cursor: pointer;}
.header-nav .header-item {font-size:20px; padding:0px 30px; margin-top:20px;}
.header-nav .header-item.header-user {padding-right: 0px;position: relative;}
.header-nav .header-item.header-user a {padding-right: 30px;}
.header-item.header-user img {
    border-radius: 50%;
    border: 3px solid #FFF;
    width: 55px;
    margin-right: 10px;
    height: 55px;
    position: absolute;
    top: -15px;
    left: -40px;
}
.header-nav .header-search {padding-left: 0px;}
.header-nav .header-item:first-child:not(.header-user), .header-nav .header-item.header-user a {border-right: 2px solid #FFF;}
.header-nav .header-menu {
    color: #008C69;
    background: #FFF;
    padding: 15px;
    border-radius: 9px;
    float: right;
    position: relative;
}
.header-menu.open {border-radius: 9px 9px 0px 0px;}
@media (max-width: 399px) {.header-nav .header-menu {margin-right: 10px;}}
@media (min-width: 400px) and (max-width: 767px) {.header-nav .header-menu {margin-right: 40px;}}
@media (max-width: 767px) {
    .header-nav li {cursor: pointer;}
    .header-nav li:hover {text-decoration: underline;}
}
.header-menu .menu-label {float:left; margin-top:5px; margin-right:10px; font-size:20px;}
.header-menu .menu-icon {top: 4px;position: relative;}
@media (max-width: 992px) { .header-nav .header-menu {/*margin-top: 40px;*/}.header-menu .menu-icon {top: 0px}}
.header-menu .menu-icon .icon-bar {
    background: #008C69;
    width: 30px;
    height: 6px;
    display: block;
    margin: 3px;
    border-radius: 2px;
}
.header-menu .header-submenu {
    list-style-type: none;
    position: absolute;
    right: 0px;
    background: #FFF;
    top: 100%;
    font-size: 20px;
    border-radius: 9px 0px 9px 9px;
    padding: 15px 10px;
    box-shadow: 0px 9px 8px rgba(0,0,0,0.2);
    cursor: default;
    max-width: 1000px;
    display: none;
    z-index: 2;
}
.header-submenu li {
    min-width: 130px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    margin: 10px 0px;
    padding: 6px 15px;
}
.header-submenu li:not(:first-child) {border-left: 2px solid;}
@media (max-width: 767px) {.header-submenu li a {display: block;}}
@media (max-width:992px) {
    .header-menu .header-submenu {max-width: auto;width: auto !important;}
    .header-submenu li {border: none !important;min-width: 250px;}
}
.header-menu .header-submenu a {color: #008C69;}
.home .header-content {margin-top: 200px;}
.gallery .header-content {position: relative;}
.header-content .header-logo {margin-top: -85px;}
.header-logo-home {margin-top: 40px;}
.main-content {margin-top: -850px!important;color:#ffffff;}
.main-content-home {margin-top: -150px;color:#ffffff;}
/*.page.video .main-content .page.profile{margin-top: -850px;}*/
@media (max-width:480px) { 
    .home .header-content {margin-top: 50px;} 
    .galeria{margin-top: 130px!important;}
    .main-content-home {margin-top: -550px;color:#ffffff;}
}
@media (max-width:767px) { .home .header-content .header-title {padding-left: 0px; padding-right: 0px} }
@media (min-width:481px) and (max-width: 991px) {
    .main-content{margin-top: -50px;}
    .home .header-content {margin: 270px auto 0px;width: 80%;}
}
.white-block {
    color: #777777;
    background: #FFF;
    border-radius: 25px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    padding: 25px 20px;
}
.page .white-block {margin-bottom: 60px;}
@media (min-width: 480px) {.white-block{margin: 0px 45px;padding: 50px 35px;}}
.white-block .item {display:inline-block; width:33%; text-align:center; padding:5px 10px;}
.white-block .item img {max-width: 100%; max-height: 130px;margin: 0 auto;}
.white-block .item:not(:last-child){border-right: 2px solid #D6D6D6;}
.white-block h1, .white-block h2, .white-block h3 {font-weight:900; font-size: 37px; margin:15px 0px;}
.page .white-block h1, .page .white-block h3, .page .transparent-block h3 {margin: 0px; border-bottom: 2px solid #777; padding-bottom: 10px;}
.profile .white-block h3 {text-transform: uppercase;font-size: 32px;padding-bottom: 5px;}
.white-block .item-content, .white-block .block-content, .transparent-block .block-content {font-size: 18px; line-height: 1.3em;}
.white-block .block-content, .transparent-block .block-content {padding-top:15px;margin-bottom:50px;}
.page .white-block .block-content, .page .transparent-block .block-content {padding-top: 30px;}
.page .white-block img, .page .transparent-block img {max-width: 100%;display: block;margin: 0 auto;}
.white-block.bottom-block {padding-right:0px;position:relative;margin-bottom:100px;}
.block-action {
    background: #888888;
    background: -moz-linear-gradient(top, #888888 0%, #888888 50%, #7A7A7A 50%, #7A7A7A 100%);
    background: -webkit-linear-gradient(top, #888888 0%, #888888 50%, #7A7A7A 50%, #7A7A7A 100%);
    background: linear-gradient(top, #888888 0%, #888888 50%, #7A7A7A 50%, #7A7A7A 100%);
    border: none;
    border-radius: 15px;
    color: #FFF;
    cursor: pointer;
    font-size: 30px;
    font-weight: 900;
    padding: 20px 40px;
}
.home .block-action {position: absolute;bottom: -30px;left: 45px;}
.block-action:hover {color: #FFF;text-decoration: none;}
@media (max-width:480px) {
    .block-action {
        font-size: 20px;
        font-weight: bold;
        padding: 10px 20px;
    }
}
.white-block .slick-dots {text-align: center;margin-top:40px;}
.white-block .slick-dots li {display: inline-block;}
.white-block .slick-dots button {
    color: transparent;
    background: #D6D6D6;
    border: 5px solid #D6D6D6;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0px 10px;
}
.white-block .slick-dots .slick-active button {background: #777777;}
@media (min-width: 992px) and (max-width: 1199px) {
    .home .white-block {text-align: center;}
    .white-block .item {width: 32%;}
    .white-block h2, .white-block h3 {font-size: 32px;}
    .white-block .item-content, .white-block .block-content {font-size: 16px;}
}
@media (max-width:992px) {
    .white-block .item:not(:last-child){border-right: none;}
    .white-block.bottom-block {padding-right: 35px;}
    .home .block-action {position: static;}
    body:not(.gallery):not(.video) .white-block [class^='col-']:last-child:not(:first-child),
    body:not(.gallery):not(.video) .transparent-block [class^='col-']:last-child:not(:first-child) {margin-top: 50px;}
}
@media (max-width:480px) {.transparent-block {margin: 50px 0px 0px;}}
@media (min-width:480px) {.transparent-block {margin: 70px 55px 0px;}}
.transparent-block h3 {font-weight:900; font-size: 37px; margin:15px 0px;}
.transparent-block h4 {font-weight:900; font-size: 25px;padding: 15px 0px;}
.transparent-block .block-image {height:350px;}
.home .transparent-block img {width:100%; position:absolute; bottom:0px;}
.page .transparent-block {padding-left: 40px;padding-right: 40px;margin-bottom: 60px;}
@media (max-width:1199px) {
    .transparent-block {display: table;}
    .transparent-block .block-image {
        height: auto;
        text-align: center;
        display: table-footer-group;
        float: none;
    }
    .home .transparent-block img, .page .transparent-block img {
        position: static;
        width: 80%;
        float: none;
        margin-bottom: -5px;
    }
}
.block-group {position: relative;}
.block-group .single-image {
    position: absolute;
    height: 610px;
    right: 50px;
    top: -60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-group .single-image {
        height: 420px;
        right: 50px;
        top: 26px;
    }
}
.block-group .single-image img {max-width:100%; max-height:100%;}
footer {position: relative;}
footer, footer a, footer a:hover, footer a:active, footer a:visited {color:#FFF;}
.footer-top {
    border-top: 2px solid #00D9D9;
    background: #00A7A5;
    background: -moz-linear-gradient(top, #00A7A5 0%, #009595 100%);
    background: -webkit-linear-gradient(top, #00A7A5 0%, #009595 100%);
    background: linear-gradient(top, #00A7A5 0%, #009595 100%);
    padding: 60px 0px;
    box-shadow: 0px -10px 20px rgba(0,0,0,0.17);
}
.footer-menu {list-style-type:square;}
@media (min-width:490px) and (max-width:767px) {.footer-menu{width:80%; margin:0 auto;}}
.footer-menu li {
    width: 50%;
    float: left;
    margin: 5px 0px;
    font-size: 17px;
}
.footer-menu li a:hover {text-decoration:underline;}
.footer-menu, .footer-description {margin-top:10px;}
.footer-description {line-height:1.5em;font-size:17px;}
.footer-bottom {
    border-top: 2px solid #999999;
    background: #494949;
    padding: 40px 0px;
}
.footer-label {
    font-size: 18px;
    padding-right: 20px;
    border-right: 1px solid #FFF;
    margin-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {.footer-label{display: block;border-right:none;margin-bottom: 20px;}}
@media (max-width:767px) {.footer-label{display:block;border-right: none;margin-bottom:30px;}}
.footer-link {margin-right: 15px;}
@media (max-width:480px){.footer-link {display: inline-block;margin-bottom: 20px;}}
.modal.limit .modal-dialog {max-width: 400px;margin: 200px auto;}
.modal .modal-content {padding: 10px 20px;border-radius: 25px;}
.modal-header {border-bottom: none;padding-bottom: 0px;}
.modal-title {font-weight: 900;color: #028D6A;font-size: 30px;}
.form-control, .form-control:focus {
    box-shadow: none;
    background: #D6D6D6;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    color: #444;
    padding: 15px 26px;
    height: auto;
    outline: none;
}
.modal-form label, .modal-form a {
    color: #444;
    font-weight: normal;
    padding: 0px 15px;
    font-size: 15px;
    border-right: 1px solid #AAA;
}
.modal-form a {border-right: none;}
.modal-form .btn-primary, .btn-danger, .modal button.close, .modal button.close:hover, .btn-primary, .btn-primary:active {
    background: #008C69;
    background: -moz-linear-gradient(top, #008C69 0%, #008C69 50%, #017E5E 50%, #017E5E 100%);
    background: -webkit-linear-gradient(top, #008C69 0%, #008C69 50%, #017E5E 50%, #017E5E 100%);
    background: linear-gradient(top, #008C69 0%, #008C69 50%, #017E5E 50%, #017E5E 100%);
    border: none;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 30px;
    font-weight: 900;
    padding: 5px 20px;
}
.remover, .adcionar{
    font-size: 15px!important;
}

@media (max-width: 400px) {
    .modal-form label {border-right: none;}
    .modal-form .form-group:last-child {text-align: center;}
    .modal-form .form-forgot {display: block;margin-top: 15px;font-weight: bold;}
}
.modal button.close, .modal button.close:hover {
    text-shadow: none;
    opacity: 1;
    font-weight: bold;
    padding: 5px 15px 15px;
    font-size: 40px;
    position: relative;
    top: -50px;
}
@media (max-width:767px) {.modal.limit .modal-dialog {margin: 100px auto;}}
input[type="checkbox"] + label {cursor: pointer;}
input[type="checkbox"] + label span {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #d6d6d6;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: -10px;
    border: 5px solid #D6D6D6;
}
input[type="checkbox"]:checked + label span {background: #008C69;}
.faq-question .question {
    cursor: pointer;
    background: #D6D6D6;
    margin: 15px 0px;
    padding: 15px 20px;
    border-radius: 10px;
    color: #474747;
    font-size: 15px;
}
h3 + .faq-question {margin-top: 40px;}
.faq-question .question.open {background: #00A67C; color: #FFF;}
.faq-question .question-icon {margin-right: 10px;}
.faq-question .question.open .question-icon {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    display: inline-block;
}
.faq-question .question-answer {
    display: none;
    font-size: 16px;
    padding: 0px 15px;
    margin: 10px 0px 30px;
}
.btn-faq {padding: 15px 20px;}
.search-box {
    background: #FFF;
    padding: 80px 0px 40px;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    min-height: 700px;
    display: none;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
.search-box .search-close {
    position: absolute;
    right: 20px;
    font-size: 40px;
    color: #777;
    top: 0px;
    cursor: pointer;
}
.search-row .search-input {
    outline: none;
    border: none;
    color: #474747;
    background: #D6D6D6;
    border-radius: 10px;
    float: left;
    font-size: 30px;
    padding: 0 30px;
    width: 60%;
    height: 70px;
}
.gallery .white-block .search-input {font-size: 20px; width: 100%;}
.search-row .btn-primary {
    float: left;
    height: 70px;

}
.search-box .search-row .btn-primary{margin-left: 15px;}
@media (max-width:400px) {
    .search-box .search-row .search-input,.search-box .search-row .btn-primary{width: 100%;margin:5px 0px;}
}
.search-box .results-placeholder {
    text-align: center;
    font-size: 40px;
    color: #008C69;
    margin-top: 90px;
    font-weight: bold;
}
.search-box .results-title {
    color: #007E5E;
    font-size: 27px;
    font-weight: bold;
    margin: 20px 0px;
}
.video-block {color:#474747;margin-bottom: 40px;}
.video-block {padding-top: 5px;}
.video-block .video-image {display: inline-block;position: relative;z-index: 2;box-shadow: 0px 0px 6px -1px #777;margin-bottom: 20px;width: 100%;}
.video-block .video-image img {max-height: 200px;border: 3px solid #FFF;width: 100%;}
@media (max-width:767px) {
    .video-block .video-image {width: auto; max-width: 100%;}
    .video-block {text-align: center;}
    .video-block .video-image img {height: 200px;}
}
@media (min-width:768px) {
    .video-block .video-image::after, .video-block .video-image::before {
        z-index: -1;
        position: absolute;
        content: "";
        width: 50%;
        bottom: 15px;
        max-width: 50%;
        box-shadow: 0 15px 4px #777;
        transform: rotate(-3deg);
        height: 11px;
    }
    .video-block .video-image::after {transform: rotate(3deg);right: 0px;}
}
.video-block .video-title a {font-size: 22px;font-weight: bold;color: #666;}
.video-block .video-description {font-size: 15px;}
.video-block .video-duration {font-size: 15px;color:#008C69; font-weight: bold}
.gallery-container {margin-top: 40px;}
.gallery-category {margin-bottom: 40px;}
.gallery-category .category-title {
    font-size: 20px;
    font-weight: bold;
    color: #017E5E;
    margin: 0px 0px 11px;
}
.category-arrow.prev {
    left: 0;
    background: -moz-linear-gradient(left, #FFF, transparent 100%);
    background: -webkit-linear-gradient(left, #FFF, transparent 100%);
    background: linear-gradient(left, #FFF, transparent 100%);
}
.category-arrow.next {
    right: 0;
    background: -moz-linear-gradient(right, #FFF, transparent 100%);
    background: -webkit-linear-gradient(right, #FFF, transparent 100%);
    background: linear-gradient(right, #FFF, transparent 100%);
}
.category-arrow {
    background: #FFF;
    color: #017E5E;
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    z-index: 9;
    height: 100%;
    top: 0px;
    width: 90px;
    text-align: center;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.2s linear;
}
.category-arrow:hover {opacity: 1;}
.category-arrow i {top: 45%;}
.gallery-featured {font-size: 20px;position: relative;min-height: 300px;}
.gallery-featured-title {
    position: absolute;
    bottom: 0px;
    right: 30px;
    text-transform: uppercase;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.5);
    font-size: 30px;
    font-weight: 900;
    text-align: right;
}
.gallery-featured-embed {
    padding: 10px;
    margin-top: 80px;
    text-align: center;
}
.gallery-featured-embed iframe {max-width: 100%;}
@media (max-width:767px) {
    .gallery-category {padding-top: 40px;}
    .main-content .search-row .search-input, .main-content .search-row .btn-primary{width: 100%;margin:5px 0px;}
    .category-arrow {opacity: 1;}
    .gallery-category .category-title {text-align: center;font-size: 30px;}
}
@media (max-width:1199px) {
    .gallery header {height: auto;}
    .main-content {margin-top:130px;}
    .header-logo {max-width: 200px!important;margin-top: 18px;}
}
@media (min-width:1200px) {
    .gallery-featured-embed {
        position: absolute;
        margin-top: 0px;
        top: -40px;
        right: 0px;
        width: 65%;
        height: 390px;
        background: #A4A4A4;
    }
    .gallery-featured-embed iframe {width: 100%;height: 100%;}
}
.plan-description {
    color: #474747;
    font-size: 17px;
    margin: 40px 0px;
}
.plan-list .plan-item {
    background: #D6D6D6;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    margin: 10px 0px;
    color: #474747;
}
.btn-submit, .btn-submit:hover, .btn-submit:focus {
    color: #FFF;
    font-weight: 900;
    font-size: 22px;
    background: #00A77C;
    border-radius: 10px;
    padding: 10px 20px;
}
.btn-submit i {font-size: 13px;}
.btn-profile { margin-bottom: 20px;}
.profile-form label {font-weight: normal;line-height: 50px;}
.profile-form .profile-input:focus {color: #FFF; background: #00A77C;}
.profile-form .profile-input:focus::-webkit-input-placeholder {color:#FFF;}
.profile-form .profile-input:focus:-moz-placeholder {color:#FFF;}
.profile-form .profile-input:focus::-moz-placeholder {color:#FFF;}
.profile-form .profile-input:focus:-ms-input-placeholder {color:#FFF;}
@media (min-width:768px) {
    .profile-form .profile-input {width:75%;}
}
.profile-form .profile-image {cursor: pointer;text-align: center;}
.profile-form .profile-image img {width: 100%;max-width: 200px; display: inline;}
.comments-block {margin-bottom: 100px !important;}
.comments-container, .comments-container a {color: #474747;font-size: 15px;}
.comment-author {font-weight: bold;}
.comment-item img {width:80%;max-width:100px !important;}
.comment-form textarea {min-height: 150px;}
.comment-form button {margin-top: -20px;margin-right: 15px;}
.related-item {padding-left: 5px;padding-right: 5px; width: 33%; float: left;}
.video-details {font-size: 16px;}
.video-embed {height: 300px;}
.video-embed iframe {width: 100%;height: 100%;}
@media (min-width:992px) {
    .video-embed iframe {width: 100%;height: 100%;}
    .video-embed {float: right;width: 70%;height: 390px;margin-left: 20px;}
}
