@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700,900&display=swap');

/*-Base-*/

div {
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    /* ...and now for the proper property */
    transition: all .3s ease-in-out;
}

html,
body {
    background-color: #FFF;
    color: #222!important;
    font-weight: 400;
    font-family: 'Exo 2', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size: 16px;
}

p {
    color: #222!important;
}

.error-message {
    color: red;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-heading h1,
.section-title,
.btn,
.cta-buttom-btn {
    font-family: 'Exo 2', sans-serif;
}

p {
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

a {
    color: #3498db;
    transition: all 0.2s linear;
}

.selectize-input>* {
    vertical-align: middle !important;
    vertical-align: -webkit-baseline-middle !important;
}

.selectize-input {
    min-height: 53px !important;
    box-shadow: none!important;
    border-width: 2px!important;
    border-color: #bdc3c7 !important;
    border-radius: 4px;
}

.selectize-dropdown-content {
    padding: 10px 0 !important;
}

.dash-side .list-group-item span {
    display: block;
    margin-bottom: 5px;
}

.text-white {
    color: #fff;
}

.alert.alert-custom-success img {
    height: 45px;
    margin-top: 8px;
}

.alert.alert-custom-success {
    padding: 30px;
    border: 2px solid #1abc9c !important;
    border-radius: 5px;
    margin-bottom: 30px;
}

.subnav {
    background: #eee;
    padding: 5px 0;
    font-size: 12px;
}

.subnav .fa,
.subnav a,
.blog-desc h4 a {
    color: #222;
}

.subnav .fa {
    margin: 0 8px;
}

.bg-light {
    background-color: #fff !important;
}

.bg-light-grey {
    background-color: #ebf1f9 !important;
}

.logo {
    height: 70px;
}

.top-bar {
    position: relative;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

.navbar-nav .nav-link {
    color: #222;
}


/** BUTTONS **/

.btn {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 20px;
    position: relative;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.badge-success,
.btn-success {
    background: #2ecc71;
    border-color: #2ecc71;
}

.btn-success:hover {
    background: #27ae60;
    border-color: #27ae60;
}

.badge-secondary,
.btn-secondary {
    background: #95a5a6;
    border-color: #95a5a6;
}

.btn-secondary:hover {
    background: #7f8c8d;
    border-color: #7f8c8d;
}

.badge-info,
.btn-info {
    background: #3498db;
    border-color: #3498db;
}

.btn-info:hover {
    background: #27ae60;
    border-color: #27ae60;
}

.badge-danger,
.btn-danger {
    background: #e74c3c;
    border-color: #e74c3c;
}

.btn-danger:hover {
    background: #c0392b;
    border-color: #c0392b;
}

.btn-intro,
.btn-primary,
.btn-action {
    background: #2c3e50 !important;
    color: #fefefe !important;
    border: 0;
}

.btn-intro:hover,
.btn-primary:hover,
.btn-action:hover,
.day-event>.date:hover {
    background: #0056b3 !important;
}


/** END BUTTONS **/


/** CUSTOM **/

.bread {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #eee;
}

.bread span {
    font-size: 12px;
    text-transform: capitalize;
}

.bread span:after {
    content: "››";
    padding: 0 10px;
}

.bread span:last-child:after {
    content: "";
}

.sidebar-menu .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-menu .navbar-nav li {
    border-bottom: 1px dotted #dfdfdf;
}

.sidebar-menu .navbar-nav li:last-child {
    border-bottom: 0;
}


/*-Section Style-*/

section#bg1 {
    background-image: url("/img/bg-main.jpg");
    background-color: #fffef9;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

section#plain2 {
    background-color: #fffef9;
}

section#plain3 {
    background-color: #fafafa;
    border: 1px dashed #cfd8da;
    padding: 50px 0;
}

section.section-area .container {
    position: relative;
}

section.section-area .section-menu {
    position: absolute;
    top: -80px;
    z-index: 99;
    left: 0;
    width: 100%;
    background: #fff;
    /* border: 1px solid #ffffff; */
    border-radius: 9px;
    -webkit-box-shadow: 0 0px 35px rgba(17, 44, 145, 0.1);
    -moz-box-shadow: 0 0px 35px rgba(17, 44, 145, 0.1);
    box-shadow: 0 0px 35px rgba(17, 44, 145, 0.1);
}

section.section-area .navbar-nav {
    padding-left: 0;
    margin-left: 0 !important;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

section.section-area .navbar-nav .nav-link {
    padding: 25px 15px;
    border-radius: 10px;
}

section.section-area .navbar-nav .dropdown-menu {
    position: absolute;
}

section.section-menu-top .container {
    position: relative;
}

section.section-menu-top .section-menu {
    position: absolute;
    top: -40px;
    z-index: 99;
    left: 0;
    width: 100%;
    background: #fff;
    /* border: 1px solid #ffffff; */
    border-radius: 9px;
    -webkit-box-shadow: 0 0px 35px rgba(17, 44, 145, 0.1);
    -moz-box-shadow: 0 0px 35px rgba(17, 44, 145, 0.1);
    box-shadow: 0 0px 35px rgba(17, 44, 145, 0.1);
}

section.section-menu-top .navbar-nav {
    padding-left: 0;
    margin-left: 0 !important;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

section.section-menu-top .navbar-nav .nav-link {
    padding: 25px 15px;
    border-radius: 10px;
}

section.section-menu-top .navbar-nav .dropdown-menu {
    position: absolute;
}

section.section-menu-top .section-menu ul {
    margin: 0 0 0px 25px !important;
}


/* Blog */

section#plain4 {
    background: #0891c9;
    text-align: center;
    position: relative;
    /*padding: 15px 0 140px;*/
}

section#plain4:before {
    content: '';
    background: url("../img/wave-top1.svg");
    position: absolute;
    left: 0;
    top: -60px;
    padding: 0px !important;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    width: 6400px;
    height: 64px;
}

section#plain4:after {
    top: -56px;
    content: '';
    animation: wave 8s cubic-bezier(0.39, 0.25, 0.9, 0.7) -.125s infinite, swell 7.8s ease -1.25s infinite;
    background: url(../img/wave-top1.svg);
    opacity: 0.7;
    position: absolute;
    opacity: 0.5;
    width: 6400px;
    height: 64px;
    background-repeat: repeat-x;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
}

section#plain4 h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    position: relative;
    padding: 20px 0 50px;
}

section#blog {
    background: #ededed;
    margin-top: -85px;
    padding-bottom: 40px;
}

section#blog [class*='col-md-'] {
    margin-bottom: 30px;
}

article.blog-post.post-large {
    background: white;
    box-shadow: none;
    overflow: inherit
}

article.blog-post.post-large .blog-thumbnail img {
    height: 200px;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}

article.blog-post.post-large .blog-desc {
    position: relative;
    padding: 25px 30px;
    border: 1px solid #eeeeee;
}

article.blog-post.post-large .blog-thumbnail {
    padding: 0;
    background: #0891c9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

article.blog-post {
    background: #f6f8f8;
    border-radius: 10px;
    box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
    position: relative;
    overflow: hidden;
}

article.blog-post .blog-thumbnail {
    padding: 0;
    background: #0891c9;
    overflow: hidden;
}

.blog-post .blog-desc {
    padding: 30px;
    color: #596779;
    text-align: left;
}

.blog-post .blog-desc p {
    font-size: 16px;
}

.blog-post .blog-desc .btn {
    font-size: 12px;
    padding: 7px 15px;
}

.blog-thumbnail img {
    max-height: 210px;
    object-fit: cover;
    object-position: top;
    height: 210px;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

article.blog-post .blog-thumbnail a:after {
    content: '\f0c1';
    font-family: 'Exo 2', sans-serif;
    color: #f6f8f8;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: -20%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.post-image-wrapper .date,
article.blog-post .date {
    background: #0891c9;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #f6f8f8;
    text-align: center;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.post-image-wrapper .date span.day,
.blog-post .date span.day {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.blog-post .date span.day,
.blog-post .date span.publish-month {}

.post-image-wrapper .date span.publish-month,
.blog-post .date span.publish-month {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.post-image-wrapper .date span.publish-year,
.blog-post .date span.publish-year {
    display: block;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    padding-top: 2px;
    font-weight: 900;
}

.post-detail {
    padding: 0 0 10px 0;
    color: #999;
}

.post-detail .badge {
    text-transform: capitalize;
    padding: 5px 10px;
    background-color: #a7d1f9;
}

.post-detail .badge:hover {
    background-color: #6c9bc7;
}

.post-detail span i {
    padding-right: 5px;
}

.post-body #vuejs_calendar {
    display: none;
}


/* end Blog */

section#bg2 {
    position: relative;
    background-image: url("/img/banner_socio.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#bg3 {
    background-image: url("/img/bg3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-section {
    padding: 50px 0;
}

.top-wave {
    position: relative;
}

.top-wave::before {
    content: "";
    background: url(/img/wave-bottom-white-sm.svg);
    background-position: bottom;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: -19px;
    width: 100%;
    height: 20px;
    z-index: 1;
}

.bottom-wave::after {
    content: "";
    background: url(/img/wave-bottom-white-sm.svg);
    background-position: bottom;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 100%;
    height: 20px;
    transform: rotate(180deg);
    z-index: 1;
}

.top-wave-grey {
    position: relative;
}

.top-wave-grey::before {
    content: "";
    background: url(/img/wave-bottom-grey-sm.svg);
    background-position: bottom;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: -19px;
    width: 100%;
    height: 20px;
    z-index: 1;
}


/** END CUSTOM **/


/** FPAS CUSTOM CSS **/

.intro-header {
    padding: 9em 0 15em;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.intro-header h4 {
    font-weight: 300;
}

.intro-header h1,
.intro-header h4 {
    color: #fff;
}

.intro-header img {
    height: 50px;
}

.scroll-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.scroll-down:before {
    content: url(../img/scroll-shape.svg);
    width: 100px;
    height: 49px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.scroll-down a {
    font-size: 18px;
    cursor: pointer;
    color: #323232;
}

section#about-us {
    position: relative;
    overflow: hidden;
}

section#about-us img {
    max-width: 20%;
}

section#about-us .about-image {
    padding: 0;
    min-height: 440px;
    z-index: 0;
}

section#about-us .about-image img {
    width: 100%;
    min-height: 440px;
    height: 100%;
    object-fit: cover;
}

.section-title .btn-block {
    font-size: 45px !important;
    margin: 15px 0;
}

#plain4 .section-title:after {
    content: "";
    background: url(../img/marker-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
}

.section-title:after {
    content: "";
    background: url(../img/marker-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 150px;
    height: 50px;
    margin: 10px auto;
    padding: 0;
}

.main-content {
    padding: 80px 0;
}

section#about-us .logo-overlay {
    width: 300px;
    height: 300px;
    opacity: .1;
    position: absolute;
    top: -120px;
    right: -100px;
    background: url(../img/logo.png);
    background-size: contain;
}

section#about-us .about-description {
    width: 70%;
    display: block;
    margin: 0 auto;
}


/** GALLERY **/

section#gallery {
    background: #ededed;
}

ul.gallery-sorting {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

ul.gallery-sorting li {
    display: inline-block;
    padding: 15px 10px;
}

.btn-border {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 25px;
    position: relative;
    border: 2px solid #0891c9;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    color: #999;
}

ul#grid.gallery-items {
    margin: 50px 0 0 0;
}

.day-event>.date {
    background: #0891c9;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #f6f8f8;
    text-align: center;
    padding: 10px 15px;
    line-height: 1;
    border-bottom-right-radius: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.day-event>.date span.day {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.day-event>.date span.day,
.day-event>.date span.publish-month {}

.day-event>.date span.publish-month {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.day-event>.date span.publish-year {
    display: block;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    padding-top: 2px;
    font-weight: 900;
}

section#events {
    padding: 50px 0;
    background: #ECEFF1;
}

section#events .agenda-items .list .event-img {
    height: 200px;
}

section#events .agenda-items .list {
    margin: 0 0 30px 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

section#events .list {
    background: #fafafa;
    border-radius: 15px;
    box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.05);
}

section#events .day-event.active {
    display: block;
    opacity: 1;
}

section#events .event-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

section#events .event-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section#events .event-details {
    padding: 30px;
    text-align: center;
    min-height: 310px;
    position: relative;
}

.event-details a {
    color: #333;
}

section#events .event-details a:hover {
    text-decoration: none;
    color: #0056b3;
}

section#events .event-details .btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 200px;
    margin: auto;
}

section#events .owl-item.active {
    padding-bottom: 15px
}

div.event-details p {
    font-size: 14px;
}


/** END FPAS CUSTOM CSS **/


/** OUTDATED CSS FROM OTHER PROJECT **/

a:focus {
    color: #09f;
    text-decoration: underline;
    outline: none;
}

.desc-title {
    margin-bottom: 25px;
}

.extra-bold {
    font-weight: 800;
}

.gallery-flickr-item {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid transparent;
    max-height: 105px;
}

.gallery-flickr-item:hover {
    border: 1px dotted #7fc22b;
}

div.alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
}

.alert-success {
    color: white;
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.alert-success p,
.alert-success span,
.alert-success strong,
.alert-danger p,
.alert-danger span,
.alert-danger strong {
    color: white;
}

.alert-danger {
    color: white;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.alert-warning {
    color: white;
    background-color: #e67e22;
    border-color: #e67e22;
}

.alert-complete {
    border: 2px solid #77b6f4 !important;
    margin-top: 50px;
    margin-bottom: -25px !important;
}

.alert-complete img {
    margin: 0 20px;
    height: 50px;
}

.alert-complete p {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.water_bg {
    background-image: url(/img/blue_bg.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    -webkit-animation: slide 15s linear infinite;
}

@-webkit-keyframes slide {
    0% {
        background-position: 0 55%;
    }
    50% {
        background-position: 0 62%;
    }
    100% {
        background-position: 0 55%;
    }
}

.search-block .form-control,
.search-block .custom-select {
    border-radius: 30px 0 0 30px;
}

.search-results {
    margin: 35px 0;
}

.search-results a {
    border-bottom: 1px dashed #f5f5f5;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.search-results .result-post-preview a {
    font-size: 14px;
    color: #34495e;
    font-weight: 600;
}

.search-results .result-post-preview a .post-title {
    font-size: 16px;
    color: inherit;
}

.search-results .result-post-preview a p {
    font-size: 12px;
    color: #95a5a6;
    font-weight: 400;
}


/*-Navigation-*/

header {
    position: relative;
}

header::before {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

.header-page::after {
    content: "";
    background: url(/img/wave-bottom-white-sm.svg);
    background-position: bottom;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 20px;
    z-index: 1;
}

.intro-header::after {
    content: "";
    background: url(/img/wave-bottom-white.svg);
    background-position: bottom;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 85px;
    z-index: 1;
}

.header-post::before {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

header .navbar-nav {
    padding-left: 0;
}

header .navbar-default {
    background-color: rgba(255, 255, 255, 0.87);
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-color: transparent;
    font-size: 12px;
}

header .navbar-default .nav.navbar-nav.navbar-left>li>a {
    padding: 15px 10px;
}

header .navbar-default .navbar-nav>li>a {
    color: inherit;
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
}

header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>.active>a:focus {
    color: #222;
    background-color: transparent;
}

header .navbar-default .navbar-nav>.active>a:hover {
    color: #34495e;
    background-color: transparent;
}

header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:focus,
header .navbar-default .navbar-nav>.open>a:hover {
    color: #fff!important;
    background-color: #34495e!important;
}

header .dropdown-submenu>.active>a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    padding: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.16);
}

nav .dropdown-submenu .nav-link {
    font-size: 14px;
    padding: 10px !important;
    margin-left: 5px;
}

.dropdown-menu {
    padding: 0;
}

header .dropdown-submenu>.active>a:focus,
header .dropdown-submenu>.active>a:hover {
    background-color: #70ab41;
}

header .dropdown-submenu>li>a {
    padding: 10px 15px;
    color: #fff;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #34495e;
    background-color: #fafafa;
}

header .navbar-default .navbar-toggle .icon-bar {
    background-color: #34495e;
}

header .navbar-default .navbar-toggle {
    border-color: #34495e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

header .dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #34495e;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


/*-Home-*/

.header {
    background: url("/img/top-image.jpg");
    background-position: center 40% !important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-bottom: 5px solid #34495e;
    position: relative;
    -webkit-transition: background 0.7s linear!important;
    transition: background 0.7s linear!important;
}

.navbar .web-logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

.header .web-logo img {
    margin: 0;
}

.navbar .web-logo img {
    display: none;
    height: 30px;
}

.before-nav {
    padding: 20px 0px;
}

.before-nav-meta {
    float: right;
}

.before-nav img.logo {
    height: 60px;
}

.before-nav-meta i.fa,
.before-nav-meta ul {
    display: inline-table;
}

.before-nav-meta i.fa {
    padding: 5px 5px 0 0;
    font-size: 18px;
    color: #fff;
}

.before-nav-meta ul {
    margin: 0;
    display: inline-table;
    vertical-align: 15px;
    font-weight: 700;
}

.before-nav-meta ul li:first-child {
    color: #fff;
    font-size: 11px;
}

.before-nav-meta ul li,
.before-nav-meta ul li a,
.before-nav-meta ul li:last-child {
    color: #34495e;
    font-size: 14px;
    line-height: 1;
}

.before-nav-meta li a:hover,
.before-nav-meta li a:focus,
.before-nav-meta li a:active {
    color: #34495e;
}

.green-menu-btn,
.green-menu-btn-user {
    color: #fff;
    background-color: #34495e;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.green-menu-btn-user a:hover {
    color: #fff;
}

.navbar-default .navbar-nav .green-menu-btn>a {
    color: #fff;
    padding: 15px 30px;
}

.navbar-default .navbar-nav .green-menu-btn>a:hover,
.navbar-default .navbar-nav .green-menu-btn>a:active {
    color: #fff;
}


/* Layout for search container */

.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(140, 196, 63, 0.96);
}

.js .search {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.search::before,
.search::after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 1.5em solid #34495e;
}

.search::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

.search::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
}

.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
}

.js .btn--search-close {
    display: block;
    background: transparent;
    color: #fff;
}

.search_form {
    margin: 5em 0;
}

.search_input {
    font-family: inherit;
    font-size: 8vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5)!important;
}

.search_input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.5;
    color: #ffffff;
}

.search_input::-moz-placeholder {
    opacity: 0.5;
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}

.search_input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5;
    color: #ffffff;
}

.search_input::-webkit-search-cancel-button,
.search_input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.search_input::-ms-clear {
    display: none;
}

.search_info {
    font-size: 90%;
    font-weight: bold;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #fff;
}

.search_related {
    display: flex;
    width: 75%;
    pointer-events: none;
}

.search_suggestion {
    width: 33.33%;
    text-align: left;
}

.search_suggestion:nth-child(2) {
    margin: 0 3em;
}

.search_suggestion h3 {
    font-size: 1.35em;
    margin: 0;
}

.search_suggestion h3::before {
    content: '\21FE';
    display: inline-block;
    padding: 0 0.5em 0 0;
}

.search_suggestion p {
    font-size: 1.15em;
    line-height: 1.4;
    margin: 0.75em 0 0 0;
}

.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}

div.form-wrapper label {
    font-weight: 600!important;
    font-size: 14px!important;
}

div.form-wrapper .checkbox,
div.form-wrapper .radio {
    margin-bottom: 10px;
    padding-left: 10px;
}

.modalidades-wrapper .checkbox {
    display: inline-block;
    margin-right: 15px;
}

.modalidades-wrapper .checkbox label {
    font-weight: 300;
}

.modalidades-wrapper .checkbox .form-control {
    display: inline-block;
    width: inherit !important;
    margin-right: 5px;
}

.select2-selection,
.custom-select,
.form-control {
    min-height: 45px !important;
    box-shadow: none!important;
    border-width: 2px!important;
    border-color: #bdc3c7!important;
    border-radius: 4px;
}

.select2-selection {
    padding: .4375rem .75rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

form .btn {
    min-height: 45px;
}

form .btn-sm {
    min-height: inherit !important;
}

.loaded-form {
    width: 100%;
    display: flex;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.loaded-form .form-check {
    max-width: 330px;
    width: 330px;
}

.loaded-form .form-check input {
    margin-right: 10px;
}

.form-inline .form-check,
.form-inline .form-group,
.inline-rendered-form {
    display: inline-block;
    margin-right: 30px;
}

.form-inline label {
    display: inline;
}

.rendered-form .checkbox-group .checkbox {
    display: inline;
    margin-right: 10px;
}

select.form-control:not([size]):not([multiple]) {
    height: 45px;
}

div.form-wrapper .checkbox label,
div.form-wrapper .radio label {
    font-weight: 400!important;
}

div.form-wrapper textarea.form-control {
    height: auto;
}

.form-breadcrumb a {
    color: #95a5a6;
}

.form-breadcrumb {
    border-bottom: #30545e;
    padding: 15px;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.dropdown-submenu .dropdown-menu.multi-level {
    left: 100%;
    top: 0;
}


/************************/


/* Transitions 			*/


/************************/

.js .search {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
}


/* Border */

.search::before,
.search::after {
    transition: transform 0.5s;
}

.search::before {
    transform: translate3d(-15px, -15px, 0);
}

.search::after {
    transform: translate3d(15px, 15px, 0);
}

.search--open::before,
.search--open::after {
    transform: translate3d(0, 0, 0);
}


/* Close button */

.btn--search-close {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .btn--search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}


/* Search form with input and description */

.js .search_form {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.js .search--open .search_form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.search_suggestion {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .search_suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.search--open .search_suggestion:nth-child(2) {
    transition-delay: 0.1s;
}

.search--open .search_suggestion:nth-child(3) {
    transition-delay: 0.2s;
}

.search_input {
    border: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.search_input:focus {
    outline: none;
}

@media screen and (max-width:40em) {
    .search_form {
        margin: 5em 0 1em;
    }
    .btn--search-close {
        font-size: 1.25em;
        top: 1.5em;
        right: 1.5em;
    }
    .search_info {
        text-align: left;
    }
    .search_suggestion {
        font-size: 80%;
        width: 100%;
    }
    .search_suggestion:nth-child(2),
    .search_suggestion:nth-child(3) {
        display: none;
    }
}


/*Carousel*/

.header-hero {
    padding: 80px 0px;
}

.carousel .item {
    text-align: center;
    color: #fff;
    min-height: 229px;
}

.carousel .item h2 {
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    margin: 0;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.8);
}

.carousel .item h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin: 25px 0px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

.carousel .item h3 strong {
    font-weight: 700;
}

.carousel .item a.header-btn {
    background-color: #34495e;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 15px 50px;
    display: table;
    margin: 0 auto;
    font-weight: 600;
}

.carousel .item a.header-btn:hover {
    text-decoration: none;
}

.carousel-control i.fa,
.carousel-control i.fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}


/* Page styles */

.page-head {
    background: rgb(199, 199, 199) url(/img/home-slider.jpeg);
    padding: 30px 0 60px;
    color: #fff;
    position: relative;
}

.page-head::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
}

.page-head .page-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    line-height: unset;
    position: relative;
}

.page-head .page-title a {
    color: inherit;
}

.page-head .breadcrumbs ul {
    padding: 0;
    float: right;
}

.page-head .breadcrumbs ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0 0 0;
}

.page-head .breadcrumbs ul li a {
    color: inherit;
}

.page-head .breadcrumbs ul li::after {
    font-family: FontAwesome;
    content: "\f178";
    padding: 0 10px;
}

.page-head .breadcrumbs ul li:last-of-type::after {
    content: "";
    padding: 0;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin: 50px 0 0;
    position: relative;
    z-index: 0;
}

.after-description {
    font-size: 11em;
    opacity: 0.01;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: -50%;
    right: -50%;
    z-index: 0;
    text-align: center;
    min-width: 1600px;
    text-transform: uppercase;
    font-weight: 900;
    height: 200px;
    overflow: hidden;
}

.page-description {
    position: relative;
    z-index: 1;
    margin: 50px 0;
}

.page-description,
.page-description p {
    font-size: 17px;
    line-height: 1.5;
    color: #222;
}

.page-description p {
    margin: 0 auto 1.5em auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Exo 2', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.page-description form {
    margin: 50px 0;
}

.page-description .nav-tabs li.active a {
    color: inherit;
}

.page-description .nav-tabs li a {
    font-weight: 800;
    padding: 15px 25px;
    color: #7f8c8d;
}

.page-description .tab-content {
    padding: 25px 0;
}

.page-heading {
    background: url(/img/home-slider.jpeg);
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 100px 0 150px;
    text-align: center;
    z-index: 0;
    position: relative;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
}

.page-heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    z-index: -1;
}

.page-heading::after {
    content: "";
    background: url(/img/wave-bottom-white.svg);
    background-position: bottom;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 101%;
    height: 60px;
}

.page-heading .section-title {
    font-weight: 800;
    margin: 0;
    font-size: 38px;
    font-size: #fff;
}

.page-heading .time {
    font-size: 15px;
    margin-top: 15px;
}

.body-section img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 30px auto;
    display: block;
}

.bg-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.heading-event-details ul {
    display: block;
    font-weight: 800;
    padding: 0;
}

.heading-event-details ul li {
    display: inline-block;
    padding: 15px;
}

.panel-custom {
    border: 0;
    padding: 30px;
}

.panel-custom h1,
.panel-custom h2,
.panel-custom h3,
.panel-custom h4,
.panel-custom h5 {
    color: #34495e;
    font-weight: 600;
}

.panel-custom p {
    color: #7f8c8d;
    font-size: 14px;
}

.icon-p-wrapper img {
    width: 130px;
    margin: 20px auto;
}

.sidebar-panel {
    border-left: 4px solid #77b6f4;
    margin-bottom: 30px;
}

.sidebar-panel .navbar {
    padding: 0;
}

.sidebar-panel .navbar ul {
    width: 100% !important;
    margin: 0 !important;
}

.sidebar-panel .navbar ul li span .fa {
    float: right;
}

.sidebar-panel .navbar ul li {
    display: block;
    width: 100%;
}

.sidebar-panel .navbar ul li a {
    font-family: 'Exo 2', sans-serif;
    padding: 15px 25px !important;
    border-bottom: 1px dashed #eee;
    display: block;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 400;
}

.sidebar-panel .navbar ul li:last-child a {
    border-bottom: none;
}

.sidebar-menu .dropdown-submenu {
    border: 0;
}

.sidebar-panel .navbar .dropdown-menu {
    position: static;
    float: none;
    background: #f5f8fb;
    border: 0;
    border-radius: 0;
}

.sidebar-panel nav .dropdown-submenu .nav-link {
    margin-left: 15px;
}

.sidebar-panel .panel-body:first-of-type {
    padding-top: 0;
}

.sibebar-title {
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 5px;
}

.sidebar-panel .btn-action {
    border-radius: 10px;
    padding: 15px 0px;
    margin: 0;
}

.history-panel li {
    line-height: 1;
}

.history-panel li a {
    font-size: 12px;
    font-weight: 600;
    color: #687582;
}

.subtitle {
    font-weight: 900;
    font-size: 22px;
    margin: 35px 0;
}

.download-svg {
    height: 24px !important;
    width: auto !important;
    max-width: auto !important;
    display: inherit !important;
    margin: 0 6px 0 0 !important;
}

ul.event-detail {
    margin-left: 1.5em;
}

#event_map {
    width: 100%;
    height: 260px;
    border-radius: 10px;
}

.event-detail li {
    font-size: 15px;
    margin-bottom: 15px;
}

.event-detail li .fa-li {
    color: #34495e;
}

span.location::after {
    content: ",";
}

span.location:last-of-type::after {
    content: "";
}

.price-list {
    margin-bottom: 30px !important;
}

.price-list li.list-group-date {
    font-weight: 900;
    font-size: 18px;
    border: 0;
    background: #ecf0f1;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.price-list li {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -2px;
    background-color: #fff;
    border: 2px solid #ecf0f1;
}

.price-list li .price-title {
    padding-top: 6px;
    text-align: left;
    font-weight: 600;
    color: #687582;
}

.price-list li .price {
    font-size: 18px;
    font-weight: 900;
}

.price-wrapper {
    margin-bottom: 15px;
}

.price-wrapper .price {
    text-align: center;
    background: #34495e;
    color: #fff;
    padding: 15px;
    height: 60px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 2;
}

.price-wrapper .price-detail {
    padding: 20px 15px;
    font-size: 14px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-right: 2px solid #eee;
    height: 60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.transaction-item {
    margin-top: 25px;
    margin-bottom: 25px;
}

.transaction-item h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 100;
}

.transaction-item span.price {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    padding-top: 0px;
    display: block;
}

.transaction-methods {
    margin: 35px 0;
}

.transaction-methods .panel-heading {
    background: #fff;
    padding: 25px;
    border-bottom: 1px dashed #eee;
}

.transaction-methods .panel-heading:last-of-type {
    border-bottom: 0!important
}

.transaction-methods .panel-heading a {
    display: block;
    width: 100%;
}

.transaction-methods .panel-heading a:hover,
.transaction-methods .panel-heading a:focus {
    color: inherit;
    text-decoration: inherit
}

.transaction-methods .panel-body {
    background: #fbfbfb;
    border-top: 0!important;
    border-bottom: 1px solid #f5f5f5;
    padding: 25px;
}

.transaction-methods .panel-body p {
    font-size: 14px;
    line-height: 2.6;
    margin: 0;
}

.transaction-methods .b-icon {
    float: right;
    width: 30px;
    height: 30px;
    border: 1px solid #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    padding: 6px 0;
    text-align: center;
    margin-top: -5px;
}

.body-large {
    padding: 50px;
}

.section-inner {
    text-align: center;
    margin: 0px;
}

#bg2 .section-inner {
    text-align: center;
}

#bg2 .section-inner {
    margin: 40px 0px 20px 0px;
}

#bg2 .section-button-container {
    margin: 20px 0px 40px 0px;
}

#bg3 .section-inner h1 {
    color: #fff;
}

.section-inner.section-title img,
.section-inner.section-title span,
.section-inner.section-title h1 {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.section-inner.section-title span {
    color: #6f7887;
    font-weight: 100;
    font-size: 18px;
}

.section-inner.section-title h2 {
    color: #6f7887;
    font-weight: 100;
    font-size: 16px;
    margin: 15px 0 0px;
}

.section-inner.section-title h1 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
}

#bg2 .section-inner.section-title h1 {
    color: #fff;
}

.section-inner.quote p {
    font-size: 16px;
}

.section-inner img.before {
    height: 10px;
    margin-bottom: 10px;
}

.section-inner .quote-text {
    color: #BEBEBE;
    display: block;
    margin-top: 20px;
    font-size: 12px;
}

.cta-buttom-btn {
    text-align: center;
    display: inline-block;
    color: #646668!important;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none!important;
    font-weight: 900;
    font-size: 14px;
}

.cta-buttom-btn i.fa {
    margin-right: 5px;
}


/*Sections blocks*/

.section-block {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.section-block h1 {
    margin-top: 0;
}

.section-block .block-overlay {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.50);
    padding: 5px;
    color: #fff;
}

.section-block.halve img.halve:first-child {
    margin-bottom: 30px;
}

.section-block .block-overlay .overlay-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.section-block .block-overlay img {
    margin: 5px 0px 15px 0px;
}

.section-block .block-overlay span.block-title,
.section-block .block-overlay span.block-sub-title {
    display: block;
}

.section-block .block-overlay span.block-title {
    font-size: 35px;
    font-weight: 700;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.section-block .block-overlay span.block-sub-title {
    font-size: 12px;
    font-weight: 100;
}

.section-button-container {
    display: block;
    text-align: center;
    margin: 25px 0px 30px;
}

.section-buttom-btn {
    text-align: center;
    display: inline-block;
    color: #646668!important;
    background: #fff;
    padding: 10px 15px;
    border: 2px solid #646668;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none!important;
    font-weight: 700;
    font-size: 12px;
}

.section-buttom-btn:hover {
    background: #646668!important;
    color: #fff!important;
}

.section-buttom-btn i.fa {
    margin-right: 5px;
    margin-left: 5px;
}


/** SOCIAL **/

.at-svc-facebook,
.at-svc-twitter,
.at-svc-google_plusone_share {
    border-radius: 45px !important;
    padding: 2px 10px;
}


/** END SOCIAL **/


/*Category Blocks*/

.category-blocks {
    margin-top: 30px;
    margin-bottom: 15px;
}

#custom-nav {
    margin-top: 20px;
}

#custom-nav .owl-prev,
#custom-nav .owl-next {
    display: inline-block;
    font-size: 15px;
    padding: 0px 5px;
    color: #34495e;
    cursor: pointer;
}

.category-blocks #custom-nav {
    margin: 0;
}

.category-blocks #custom-nav .owl-prev {
    float: left;
    margin-left: -50px;
}

.category-blocks #custom-nav .owl-next {
    float: right;
    margin-right: -50px;
}

.category-blocks #custom-nav .owl-prev,
.category-blocks #custom-nav .owl-next {
    margin-top: 160px;
}

.navbar-user {
    background-color: #34495e;
}

.navbar-user .navbar-nav>li.active>a {
    background: #70b339;
}

.navbar-user .navbar-nav>li.active>a:hover,
.navbar-user .navbar-nav>li>a:hover {
    background: #6caf35;
}

.navbar-user .navbar-nav>li>a,
.navbar-user .navbar-nav>li.active>a {
    color: #fff;
}

.navbar-user .active>a:hover,
.navbar-user a:hover {
    color: #fafafa!important;
}

.category-blocks .block-title {
    font-size: 20px!important;
}

.category-blocks .section-block:hover .block-overlay {
    background-color: rgba(140, 196, 63, 0.65);
}

.category-blocks .section-block:hover .cat-btn,
.category-blocks .section-block:hover .solid-line {
    visibility: visible;
}

.category-blocks .cat-btn,
.category-blocks .solid-line {
    margin: 10px auto 15px auto;
    visibility: hidden;
}

.category-blocks .cat-btn {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border: 2px solid #fff;
    padding: 5px 20px 7px;
    margin-top: 15px;
    font-weight: 700;
    border-radius: 10px;
    line-height: 0;
}

.category-blocks .cat-btn:hover {
    color: #34495e;
    background: #fff;
}

.category-blocks .solid-line {
    width: 18px;
    height: 4px;
    background-color: #fff;
    margin: 0 auto;
    margin: 10px auto 15px auto;
    display: table;
}

.social-wrapper {
    padding: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #ecf0f1;
    color: #546773;
    text-align: center;
    border-bottom: 1px solid #dadee0;
    margin-bottom: 30px;
}

.social-wrapper h3 {
    font-weight: 800;
    font-size: 28px;
    margin-top: 0;
    color: #222;
}

.social-wrapper p {
    font-weight: 300;
    font-size: 12px;
}

.social-wrapper p,
.social-wrapper .social-icons a {
    color: #546773;
}

.social-wrapper .social-icons a:hover .fa {
    color: #34495e;
}

.social-wrapper .fa {
    font-size: 28px;
}

.social-wrapper button .fa {
    font-size: 18px;
}

.social-icons {
    padding: 30px 0;
}

.social-wrapper .subscribe-top-title {
    font-size: 10px;
    text-transform: uppercase;
}

.social-wrapper .subscribe-box {
    margin-top: 5px;
}

.gallery-widget {
    margin-bottom: 25px;
    padding: 15px 15px 25px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.gallery-link {
    margin-top: 15px;
    font-size: 12px;
}

.gallery-link a {
    font-weight: 600;
    color: #34495e;
}


/*Agenda*/

.agenda-items .agenda-item {
    margin-bottom: 15px;
}

.agenda-items a:last-child .agenda-item {
    margin-bottom: 0;
}

.agenda-items a.past-item .agenda,
.agenda-items a.past-item .post-content {
    background: #fafafa;
}

.past-item .agenda-image {
    opacity: 0.6;
}

.agenda-items a.past-item .agenda-date,
.agenda-items a.past-item .agenda-excerpt h3,
.agenda-items a.past-item .agenda-excerpt p,
.agenda-items a.past-item .agenda-details ul li,
.agenda-items a.past-item .agenda-details i.fa,
{
    color: #606b75;
}

.agenda-details object a {
    color: inherit;
}

.agenda {
    border: 2px solid #cfd8da;
    border-radius: 10px;
    display: inline-block;
    max-height: 157px;
    width: 100%;
    background: #fff;
}

.agenda-date,
.agenda-excerpt,
.agenda-details {
    padding: 25px;
}

.agenda-excerpt {
    min-height: 155px;
}

.agenda-date {
    padding: 25px;
    color: #222;
    line-height: 1;
    text-align: center;
}

.agenda-date .day {
    display: block;
    font-size: 60px;
    font-weight: 700;
}

.agenda-date .month {
    display: block;
    font-size: 34px;
    font-weight: 700;
}

.agenda-date .year {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #4e6379;
}

.agenda-image {
    padding: 0;
    height: 155px;
    background-size: cover!important;
    background-position: center center!important;
    margin-top: -1px;
}

.agenda-excerpt h3 {
    margin-top: 0;
    color: #222;
    font-weight: 800;
    font-size: 20px;
}

.agenda-excerpt p {
    margin-bottom: 0;
    color: #9496a6;
    font-size: 13px;
}

.agenda-excerpt {
    border-right: 1px dashed #cfd8da;
}

.agenda-excerpt,
.agenda-details {
    text-align: left;
}

.agenda-details {
    padding: 25px 25px;
}

.agenda-excerpt p,
.agenda-details ul li,
.agenda-details ul li a {
    font-weight: 400;
}

.agenda-details .category {
    text-align: center;
    display: block;
    width: 100%;
    background-color: #c8c8c8;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 10px;
}

.agenda-details ul li {
    color: #222;
    padding-bottom: 7px;
    font-size: 14px;
}

.agenda-details ul li:last-child {
    padding-bottom: 0px;
}

.agenda-details i.fa {
    margin-right: 15px;
    width: 15px;
    color: #34495e;
    text-align: center;
}

.agenda-details .history-badge,
.post-item .history-badge {
    /*background: #8e44ad;*/
    background: #c6b4ce;
    padding: 5px;
    border-radius: 10px;
    max-width: 100%;
    color: #fff;
    width: auto;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
}

.agenda-details .history-badge .fa {
    color: #fff !important;
    margin: inherit;
}


/*Post Items*/

.section-block img,
.owl-carousel .owl-item img {
    display: block;
    height: 100%;
    width: auto;
}

.section-block,
.owl-item .section-block {
    height: 340px;
    overflow: hidden;
    position: relative;
    background-size: cover!important;
    background-position: center center!important;
    border-radius: 10px;
    margin-bottom: 0px;
}

.category-index .section-block {
    margin-bottom: 30px !important;
}

.section-block.small {
    height: 130px;
    overflow: hidden;
    position: relative;
    background-size: cover!important;
    background-position: center center!important;
    border-radius: 10px;
    margin-bottom: 30px;
}

.error-wrapper {
    padding: 100px 0 150px;
}

.member-container .section-title {
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 1px dashed #ddd;
}

.member-container .section-title h3 {
    color: #222;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
}

.member-container .section-title::before {
    content: "";
    position: absolute;
    top: -20px;
    background: url("/img/marker-1.png");
    height: 10px;
    width: 60px;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.member-wrapper {
    margin-bottom: 15px;
}

.rep-member-wrapper {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#loadMore {
    cursor: pointer;
}

#agendaItem {
    display: none;
    width: 100%;
}

.content-container h1,
.content-container h2,
.content-container h3,
.content-container h4,
.content-container h5 {
    font-weight: 800;
}

.member-wrapper h1,
.member-wrapper h2,
.member-wrapper h3,
.member-wrapper h4,
.member-wrapper h5 {
    font-weight: 800;
}

.post-item .post-image-wrapper {
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center center;
    height: 220px;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.post-item p {
    font-size: 15px;
    margin-bottom: 5px;
}

.post-content {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px;
    color: #222;
    min-height: 330px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ecf0f1;
    position: relative;
    -webkit-box-shadow: 0 5px 12px -4px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 12px -4px rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 12px -4px rgba(50, 50, 50, 0.1);
}

.post-content-event {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px;
    text-align: left;
    color: #222;
    min-height: 210px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ecf0f1;
    position: relative;
}

.post-item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
    width: 100%;
}

.post-content .title {
    z-index: 1000;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 0;
    -webkit-transform: none !important;
    transform: none;
    padding-top: 0 !important;
    top: 0;
    left: 0;
}

.post-content .post-category {
    display: flex;
}

.post-content .post-category li {
    display: inline-flex;
}

.post-content h1.title,
.post-content h1.title a,
.post-content-event h1.title,
.post-content-event h1.title a {
    font-size: 22px;
    font-weight: 900;
    margin-top: 0;
    color: #222;
}

.post-content h1.title::first-letter,
.post-content h1.title a::first-letter,
.post-content-event h1.title::first-letter,
.post-content-event h1.title a::first-letter {
    text-transform: uppercase
}

.post-content .read-more,
.post-content-event .read-more {
    display: block;
    color: #34495e;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}

.post-content .read-more i.fa,
.post-content-event .read-more i.fa {
    margin-right: 5px;
}


/*.post-content .post-category,
.post-content-event .post-category {
    padding-top: 15px;
    border-top: 1px dashed #cfd8da;
}
*/

.post-content .post-category,
.post-content-event .post-category {
    padding-top: 15px;
    border-top: 1px dashed #cfd8da;
    position: absolute;
    width: calc(100% - 50px);
    bottom: 25px;
    margin: auto;
    left: 0;
    right: 0;
}

.post-content .post-category ul,
.post-content-event .post-category ul {
    margin: 0;
}

.post-content .section-category-btn,
.post-content-event .section-category-btn {
    text-align: center;
    display: inline-block;
    background-color: #34495e;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none!important;
}

.result-post-preview .post-title {
    font-size: 18px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #34495e;
    border-color: #34495e;
    height: 40px;
    width: 40px;
    line-height: 1.7;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    position: relative;
    float: left;
    padding: 8px 0;
    margin: 0 3px;
    line-height: 1.42857143;
    color: #999;
    text-decoration: none;
    background-color: transparent;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 1.7;
}

.time-section {
    display: block;
    border-radius: 10px;
    margin-bottom: 50px;
    overflow: hidden;
}

.clock-block {
    background-color: #34495e;
    border-color: #34495e;
    height: 70px;
    width: 70px;
    float: left;
    padding: 18px;
}

.clock-block svg {
    fill: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
}

.time-block {
    background: #ecf0f1;
    height: 70px;
    float: left;
    width: calc(100% - 70px);
    padding: 21px;
    font-size: 20px;
}

.time-block strong {
    font-weight: 800;
}


/* MEMBERSHIP FORM */

.membership-wrapper {
    padding: 35px 0;
}

.membership-wrapper h1 {
    font-size: 65px;
    font-weight: 900;
    color: #333;
    margin-top: 0;
    margin-bottom: 25px;
}


/* END MEMBERSHIP FORM */


/*Responsive Video*/

.video-frame {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: block;
}

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

.bg-grey {
    background: #eee;
}

hr.dashed {
    border-style: dashed;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.label-tag {
    background: #3f91ca;
    color: #fff;
}

.label-tag:hover {
    background: #000;
}

.label-tag a {
    color: #fff;
}

.label-tag a:hover {
    text-decoration: none;
}

.social {
    margin-top: 35px;
}

.social ul {
    padding: 0;
    margin: 0;
}

.social ul li:first-of-type {
    font-size: 10px;
}

.social ul li {
    display: inline-block;
    padding-right: 15px;
}

.neighbors {
    margin-bottom: 100px;
}

.ne-item span {
    font-size: 12px;
    color: #999;
}

.ne-item.left {
    padding: 0 50px;
}

.ne-item.right {
    padding: 0 50px;
}

.ne-item.left::before {
    content: "\f177";
    font-family: FontAwesome;
    position: absolute;
    display: block;
    left: -20px;
    top: 0px;
    font-size: 30px;
}

.ne-item.right::before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    display: block;
    right: -20px;
    top: 0px;
    font-size: 30px;
}

.ne-item .ne-content,
.ne-item .ne-content a {
    color: inherit;
    font-size: 18px;
    font-weight: 800;
}

.ne-item .ne-content::first-letter {
    text-transform: uppercase
}

.dash-title {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 900;
}

.dash-wrapper {
    /*font-size: 14px;*/
    padding: 25px 0;
}

ul.dash-info {
    display: block;
    padding: 0;
    margin: 0;
}

ul.dash-info li {
    display: inline-block;
    padding-right: 45px;
}

table#dashData td,
table#dashData th {
    font-size: 14px;
}

table#dashData td:last-of-type {
    text-align: right
}

table#dashData td {
    vertical-align: middle;
}

.body-section table {
    width: 100%;
    margin: 15px 0;
}

.body-section table th,
.body-section table td {
    vertical-align: middle;
    padding: 10px;
    background-color: inherit;
}

.body-section table th p,
.body-section table td p {
    margin: 0;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.badge {
    display: inline-block;
    padding: 0.4em 1em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50px;
}

#selected-price {
    width: 100%;
}


/*-Buttons-*/

div#map {
    width: 100%!important;
}

section#associate {
    position: relative;
    overflow: hidden;
    background: url('/img/banner.jpg');
    background-size: cover;
    background-position: center center;
}

section#associate .container {
    position: relative;
    z-index: 1;
}

section#associate .section-title {
    color: white;
    margin-top: 60px;
    margin-bottom: 0;
}

section#associate .section-button-container {
    display: block;
    text-align: center;
    margin: 15px 0px 60px;
}


/*-Footer-*/

section#partners {
    background: #f3f3f3;
}

section#partners .section-title {
    margin-bottom: 0;
}

section#partners ul {
    margin-bottom: 50px;
}

#partners ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#partners ul li {
    display: inline-block;
    text-align: left;
    padding: 10px 15px;
}

#partners ul li p {
    font-size: 11px;
    color: #999;
}

#partners ul li img {
    max-width: 100%;
}

.side-widget {
    padding: 10px 0;
    border-bottom: 1px dotted #eee;
}

.side-widget img {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}


/** FOOTER **/

footer#main-footer {
    background: url(/img/footer-bg.png) no-repeat #267d9d;
    background-position: bottom center;
    background-size: cover;
    color: #f6f8f8;
    position: relative;
    margin-top: 200px !important;
}

footer#main-footer:before {
    content: '';
    background: url(../img/wave-top1-footer.svg);
    position: absolute;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    top: -60px;
    width: 6400px;
    height: 64px;
}

footer#main-footer:after {
    content: '';
    background: url(../img/wave-top1-footer.svg);
    position: absolute;
    top: -60px;
    animation: wave 9s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 6s ease -.300s infinite;
    opacity: 0.5;
    width: 6400px;
    height: 64px;
}

footer .footer-top {
    padding: 80px 0 50px 0;
}

footer .footer-top .about p {
    padding-bottom: 30px;
    margin: 0;
}

footer .footer-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-top ul li,
footer ul li {
    padding-bottom: 10px;
    display: block;
}

footer .footer-top .footer-links li a,
footer .footer-top li a {
    padding: 0 !important;
    text-transform: capitalize !important;
    color: #f6f8f8 !important;
}

footer .footer-top .about i {
    padding-right: 20px;
    max-width: 30px;
}

footer .footer-top ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

footer form .input-group {
    width: 100%;
}

footer form input.form-control {
    height: 40px !important;
    border: 0 !important;
    border-radius: 50px 0 0 50px !important;
    padding: 0 30px !important;
    z-index: 0;
    flex: 1;
}

footer form input.form-control:focus {
    opacity: .95 !important;
}

footer .btn {
    right: 0;
    background: #f69504;
    color: #fff;
    border: 0;
    box-shadow: none;
    height: 45px;
    margin-right: -5px;
    border-radius: 0 50px 50px 0;
    z-index: 9;
}

footer .footer-top h4 {
    color: #f6f8f8;
    padding-bottom: 30px;
}

footer .navbar-nav .nav-link,
footer p {
    color: #fff !important;
}

footer .about img {
    max-width: 100%;
}

.footer-newsletter input:focus {
    border-width: #fff;
}

footer .dropdown-menu {
    position: relative;
    float: none;
    background: #276682;
}

footer ul.dropdown-menu {
    top: 0;
    border: 0;
}

.dropdown-menu li,
.dropdown-submenu {
    padding-bottom: 0 !important;
}

footer .dropdown-submenu a.nav-link {
    color: #ffffff;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px dotted #fafafa;
}

footer .dropdown-submenu a.nav-link:last-child {
    border-bottom: 0;
}

footer .dropdown-submenu a.nav-link span {
    color: #ffffff;
}

footer .social a {
    color: white;
}

footer .cbp-hrmenu>ul,
footer .cbp-hrmenu .cbp-hrsub-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    flex-wrap: inherit;
}

.copyright,
.copyright p {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}


/** FOOTER **/

.first-letter-uppercase {
    first
}


/**
    * Item de agenda 
    */

.section-inner .agenda-header {
    margin: 100px 0 30px;
}

.section-inner .agenda-header .form-control,
.section-inner .agenda-header .custom-select {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.section-inner .agenda-header .btn {
    height: 45px;
    border-radius: 0 50px 50px 0;
    border: 2px solid #bdc3c7;
    border-left: 0;
}

div.agenda-header form .input.text input.form-control,
div.agenda-header form input.form-control {
    height: 40px;
    border: 2px solid#cfd8da;
    box-shadow: none;
}

.agenda-header .input-group button {
    height: 40px;
    border: 0;
    background: #cfd8da;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 25px;
    font-weight: 600;
}

.agenda-header .grid-btn a {
    border: 2px solid#cfd8da;
}

.agenda-header .grid-btn a:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.agenda-header .grid-btn a:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.agenda-atividade {
    margin-bottom: 50px
}

.agenda-atividade .aa-date-colum {
    width: 100px;
    margin-right: 15px;
    float: left;
}

.agenda-atividade .aa-content-colum {
    width: calc(100% - 115px);
    float: left;
}

.agenda-atividade .aa-item {
    background: #ebebeb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px;
    min-height: 100px;
}

.agenda-atividade .aa-item h5 {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 5px;
    color: #546E7A;
}

.agenda-atividade .aa-item p {
    font-weight: 300;
    font-size: 15px;
    color: #546E7A;
}

.agenda-atividade .aa-data {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    color: #546E7A;
    padding: 25px 0;
    line-height: 1.2;
}

.agenda-atividade .aa-wrapper {
    margin-bottom: 15px;
}

div.agenda-next-square {
    position: relative;
    background: url('http://unsplash.it/190/200');
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    padding: 25px 0;
    background-size: cover!important;
    background-position: center center!important;
    overflow: hidden;
}

div.agenda-next-square .agenda-inner-wrapper {
    position: relative;
    z-index: 1;
}

div.agenda-next-square .gradient-bg {
    background: url("/img/card-bg.png");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.agenda-next-square .ans-title {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
}

.agenda-next-square .ans-days {
    background: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    width: 100px;
    height: 100px;
    padding: 18px 0;
    text-align: center;
    margin: 15px auto;
    line-height: 1.1;
    font-size: 16px;
}

.agenda-next-square .ans-days span {
    font-size: 30px;
    font-weight: 900;
}

.agenda-next-square .ans-header {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
}

.min-260 {
    min-height: 260px;
}

span.subscribe {
    font-size: 16px;
    font-weight: 700;
}

.subscribe-box {
    position: relative;
    background-color: #546773;
    display: block;
    padding: 5px 0px 5px 20px;
    margin-top: 20px;
}

.subscribe-box input {
    background-color: transparent;
    color: #fff;
    border: 0;
    width: 250px;
    font-size: 12px;
    height: 30px;
}

.subscribe-box input::placeholder {
    color: #fff;
}

.subscribe-box button {
    position: absolute;
    top: 0;
    right: 0;
    background: #34495e;
    border: 0;
    padding: 5px 25px;
    height: 40px;
}

.subscribe-box button i.fa {
    color: #fff;
}

.footer-bottom {
    border-bottom: 5px solid #34495e;
    font-size: 11px;
    text-align: center;
    padding: 30px 0px 15px 0px;
}


/*-Overrides-*/

.btn,
input {
    outline: none;
}


/*-Media Queries-*/

@media (max-width: 1199px) {
    .section-block.halve img.halve:first-child {
        margin-bottom: 25px;
    }
    .agenda-date {
        padding: 18px 25px;
    }
    .agenda-excerpt {
        padding: 24px 25px;
    }
    .agenda-excerpt h3 {
        font-size: 18px;
    }
    .agenda-excerpt p {
        font-size: 12px;
    }
    .agenda-details {
        padding: 14px 25px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: rgba(255, 255, 255, 0.08);
    }
    .navbar .web-logo img {
        display: block;
    }
    .nav>li>a:hover,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #34495e;
    }
    .before-nav {
        display: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle,
    .navbar .web-logo img {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .navbar-default .navbar-toggle {
        border-radius: 10px;
    }
    .navbar-toggler {
        padding: 8px 12px;
        color: #2d3e6f;
    }
    .before-nav-meta,
    .before-nav {
        display: none;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 15px;
    }
    .navbar.navbar-default {
        margin-top: 25px;
    }
    .navbar-default {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .cat-filter {
        float: none !important;
    }
    .cat-filter div,
    .search-block .input {
        width: 60%;
    }
    .cat-filter button,
    .search-block .input-group-btn {
        width: 40%;
    }
    .search-block button {
        width: 100%;
    }
    /** Responsive menu **/
    .top-bar .navbar-nav .nav-link {
        border-bottom: 1px solid #f3f6f7;
        padding: 13px 0;
    }
    .top-bar .dropdown-menu {
        border: 0;
        background: #f2f5f7;
    }
    /** End responsive menu**/
    .section-block.square {
        margin-bottom: 30px;
    }
    .header .web-logo a img {
        margin: 0 auto;
    }
    .section-block.halve img.halve:first-child {
        margin-bottom: 30px;
    }
    .agenda-date {
        padding: 17px 25px;
    }
    .agenda-date .day {
        font-size: 40px;
    }
    .agenda-date .month {
        font-size: 15px;
    }
    .agenda-excerpt {
        padding: 15px 25px;
        height: 113px;
    }
    .agenda-excerpt h3 {
        font-size: 18px;
    }
    .agenda-excerpt p {
        font-size: 12px;
    }
    .agenda-details {
        padding: 13px 25px;
        overflow-y: scroll;
        height: 113px;
    }
    .footer-contact i.fa {
        display: none;
    }
    .subscribe-box input {
        width: 200px;
    }
    #partners ul li {
        width: 32%;
        text-align: center;
    }
    .sidebar-panel {
        margin-top: 30px;
    }
    #map_1,
    #map_2 {
        margin-bottom: 15px;
    }
    .blog-post .blog-desc {
        padding: 0;
    }
    .intro-header {
        padding: 15vh 0;
    }
    .navbar-toggler {
        border: 1px solid #3f91ca;
    }
    .navbar-toggler-icon {
        color: #333;
    }
}

@media (min-width: 767px) {
    .sidebar-panel {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .dash-head,
    .dash-head div,
    .dash-head .text-center {
        text-align: left !important;
    }
    .cat-filter {
        margin-top: 15px;
    }
    .agenda {
        display: table;
    }
    .agenda-date {
        padding: 17px 25px;
    }
    .agenda-date .day {
        font-size: 60px;
    }
    .agenda-date .month {
        font-size: 20px;
    }
    .agenda-image img {
        margin: 0 auto;
        display: block;
    }
    .agenda-excerpt {
        padding: 24px 25px;
        overflow-y: hidden;
        height: 100%;
        border: 0;
    }
    .agenda-excerpt h3 {
        font-size: 24px;
    }
    .agenda-excerpt p {
        font-size: 14px;
    }
    .agenda-details {
        padding: 25px 25px;
        overflow-y: hidden;
        height: 100%;
    }
    .post-item {
        margin-bottom: 30px;
    }
    .post-item:last-child {
        margin-bottom: 0px;
    }
    .footer-contact i.fa {
        display: inline-block;
    }
    .subscribe-box {
        margin-bottom: 30px;
    }
    .page-head .page-title {
        font-size: 18px;
    }
    .page-head .container {
        padding: 0 15px;
    }
    .page-head .breadcrumbs ul {
        margin: 0;
    }
    .page-head .breadcrumbs ul li {
        padding: 4px 0 0 0;
    }
    .footer .navbar-nav {
        margin: 0;
    }
    .agenda-excerpt {
        height: auto!important;
        min-height: auto!important;
    }
    #partners ul li {
        width: 100%;
        text-align: center;
    }
    header .navbar-default {
        background-color: #fff;
    }
    .cat-filter div,
    .search-block .input {
        width: 60%;
        float: left;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }
    .navbar-right {
        margin-right: 0px;
    }
    .navbar-nav {
        padding-left: 15px;
    }
}

@media (max-width: 480px) {
    .header-post::after {
        bottom: -2px !important;
    }
    .header-post {
        min-height: 45vh !important;
    }
    .navbar .web-logo {
        top: 5px;
    }
    .header .web-logo a img {
        height: 45px;
        padding: 0;
        margin: 0;
        line-height: 0;
    }
    .carousel .item {
        padding: 10px;
    }
    #partners ul li img {
        width: 30%!important;
        height: auto!important;
    }
    .footer-contact i.fa {
        display: none;
    }
    .time-block {
        background: #ecf0f1;
        height: 60px;
        float: left;
        width: calc(100% - 60px);
        padding: 20px;
        font-size: 14px;
    }
    .clock-block {
        background-color: #34495e;
        border-color: #34495e;
        height: 60px;
        width: 60px;
        float: left;
        padding: 15px;
    }
    .footer-bottom {
        padding: 15px;
    }
}


/** CHECKOUT **/

.method-group {
    margin: 15px 0;
}

.method~.method {
    margin-top: 15px;
}

.method input[type="radio"]:empty,
.method input[type="checkbox"]:empty {
    display: none;
}

.method input[type="radio"]~label:before,
.method input[type="checkbox"]~label:before {
    font-family: FontAwesome;
    content: '\f096';
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 15px;
    font-size: 22px;
}

.method input[type="radio"]:checked~label:before,
.method input[type="checkbox"]:checked~label:before {
    content: '\f046';
}

.method input[type="radio"]~label,
.method input[type="checkbox"]~label {
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f2f2f2;
    line-height: 1;
    padding: 10px 5px;
}

.method input[type="radio"]~label:focus,
.method input[type="radio"]~label:hover,
.method input[type="checkbox"]~label:focus,
.method input[type="checkbox"]~label:hover {
    box-shadow: 0px 0px 3px #333;
}

.method input[type="radio"]:checked~label,
.method input[type="checkbox"]:checked~label {
    color: #fafafa;
}

.method input[type="radio"]:checked~label,
.method input[type="checkbox"]:checked~label {
    background-color: #f2f2f2;
}

.method.method-default input[type="radio"]:checked~label,
.method.method-default input[type="checkbox"]:checked~label {
    color: #333;
}

.method input[type="radio"]:empty~label span,
.method input[type="checkbox"]:empty~label span {
    display: inline-block;
}

.method input[type="radio"]:empty~label span.method-title,
.method input[type="checkbox"]:empty~label span.method-title {
    font-size: 18px;
    font-weight: 900;
    margin: 5px 5px 0px 50px;
    /* line-height: 0; */
}

.method input[type="radio"]:empty~label span.method-description,
.method input[type="checkbox"]:empty~label span.method-description {
    font-weight: normal;
    font-size: 12px;
    /* font-style: italic; */
    color: #999;
    margin: 5px 5px 5px 50px;
}

.method input[type="radio"]:empty:checked~label span.method-description,
.method input[type="checkbox"]:empty:checked~label span.method-description {
    color: #fafafa;
}

.method.method-default input[type="radio"]:empty:checked~label span.method-description,
.method.method-default input[type="checkbox"]:empty:checked~label span.method-description {
    color: #999;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.text-sm {
    font-size: 13px!important;
}


/** DASHBOARD **/

.dashboard-wrapper {
    padding: 25px 0;
}

.dashboard-wrapper .nav-tabs {
    border-bottom: 0;
}

.tab-content .card {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.dashboard-wrapper .user-info {
    margin-bottom: 30px;
}

.dashboard-wrapper .user-info img {
    width: 80px;
    border-radius: 10px;
}

.dashboard-wrapper .accordion-title {
    cursor: pointer;
    cursor: pointer;
    color: #666;
    font-size: 12px;
}

.dashboard-navbar {
    background: #34495e;
    color: white !important;
    border: 0;
    border-radius: 0;
    padding: 11px 0 15px;
}

.dashboard-navbar li.dropdown .dropdown-menu {
    padding: inherit
}

.dashboard-navbar li.dropdown .dropdown-menu a {
    font-size: 12px;
    color: #4a4a4a !important;
    padding: 15px;
    border-bottom: 1px dashed #eee
}

.dashboard-navbar li.dropdown .dropdown-menu {
    top: 37px;
    background: #fafafa;
    border: 0;
    border-left: 4px solid #34495e;
    border-radius: 0;
}

.dashboard-navbar li a {
    color: white !important;
    padding: 10px;
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: #3c86c7;
    color: white !important;
}

.custom-card-info {
    text-align: center;
}

.custom-card-info li {
    font-size: 30px;
}

.custom-card-info li.empty {
    padding: 0 40px;
}

.custom-card-info li.empty::before {
    content: "";
    border-left: 1px solid #ccc;
}

.dashboard-wrapper>.panel-heading {
    background: white;
    color: #34495e;
}

.dashboard-wrapper>.panel-heading {
    background: white;
    color: #34495e;
}

.thead-dark {
    background-color: #999;
    color: #fff;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px !important;
}

.dashboard-wrapper .alert ul {
    margin-left: 20px;
}


/* END DASHBOARD*/


/** HOME CALENDAR **/

#calendar {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 420px;
    margin: 0 auto;
    height: 570px;
    overflow: hidden;
}

.header {
    height: 50px;
    width: 420px;
    background: white;
    text-align: center;
    position: relative;
    z-index: 100;
}

.header h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 50px;
    font-weight: 100;
    letter-spacing: 1px;
}

.left,
.right {
    position: relative;
    width: 100%;
    height: auto;
    border-style: solid;
    cursor: pointer;
}

.left {
    border-width: 0;
    border-color: 0;
    left: 20px;
}

.right {
    border-width: 0;
    border-color: 0;
    right: 20px;
}

.month {
    /*overflow: hidden;*/
    opacity: 0;
}

.month.new {
    -webkit-animation: fadeIn 1s ease-out;
    opacity: 1;
}

.month.in.next {
    -webkit-animation: moveFromTopFadeMonth .4s ease-out;
    -moz-animation: moveFromTopFadeMonth .4s ease-out;
    animation: moveFromTopFadeMonth .4s ease-out;
    opacity: 1;
}

.month.out.next {
    -webkit-animation: moveToTopFadeMonth .4s ease-in;
    -moz-animation: moveToTopFadeMonth .4s ease-in;
    animation: moveToTopFadeMonth .4s ease-in;
    opacity: 1;
}

.month.in.prev {
    -webkit-animation: moveFromBottomFadeMonth .4s ease-out;
    -moz-animation: moveFromBottomFadeMonth .4s ease-out;
    animation: moveFromBottomFadeMonth .4s ease-out;
    opacity: 1;
}

.month.out.prev {
    -webkit-animation: moveToBottomFadeMonth .4s ease-in;
    -moz-animation: moveToBottomFadeMonth .4s ease-in;
    animation: moveToBottomFadeMonth .4s ease-in;
    opacity: 1;
}

.week {
    background: white;
}

.day {
    display: inline-block;
    width: 60px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.day.other {
    color: grey;
}

.day.today {
    color: rgba(156, 202, 235, 1);
}

.day-name {
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: .7px;
}

.day-number {
    font-size: 18px;
    letter-spacing: 1.5px;
}

.day .day-events {
    list-style: none;
    margin-top: 3px;
    text-align: center;
    height: 12px;
    line-height: 6px;
    overflow: hidden;
}

.day .day-events span {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 5px;
    height: 5px;
    line-height: 5px;
    margin: 0 1px;
}

.blue {
    background: rgba(156, 202, 235, 1);
}

.details {
    position: relative;
    width: 420px;
    height: 75px;
    background: rgba(164, 164, 164, 1);
    margin-top: 5px;
    border-radius: 4px;
}

.details.in {
    -webkit-animation: moveFromTopFade .5s ease both;
    -moz-animation: moveFromTopFade .5s ease both;
    animation: moveFromTopFade .5s ease both;
}

.details.out {
    -webkit-animation: moveToTopFade .5s ease both;
    -moz-animation: moveToTopFade .5s ease both;
    animation: moveToTopFade .5s ease both;
}

.arrow {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -2px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent rgba(164, 164, 164, 1) transparent;
    transition: all 0.7s ease;
}

.events {
    height: 75px;
    padding: 7px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.events.in {
    -webkit-animation: fadeIn .3s ease both;
    -moz-animation: fadeIn .3s ease both;
    animation: fadeIn .3s ease both;
}

.events.in {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.details.out .events {
    -webkit-animation: fadeOutShrink .4s ease both;
    -moz-animation: fadeOutShink .4s ease both;
    animation: fadeOutShink .4s ease both;
}

.events.out {
    -webkit-animation: fadeOut .3s ease both;
    -moz-animation: fadeOut .3s ease both;
    animation: fadeOut .3s ease both;
}

.event {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    padding: 2px 16px;
    vertical-align: top;
}

.event.empty {
    color: #eee;
}

.event-category {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 6px 0 0;
    vertical-align: top;
}

.event span {
    display: inline-block;
    padding: 0 0 0 7px;
}

.legend {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(60, 60, 60, 1);
    line-height: 30px;
}

.entry {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 13px;
    display: inline-block;
    line-height: 30px;
    background: transparent;
}

.entry:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    top: 12px;
    left: 14px;
}

.entry.blue:after {
    background: rgba(156, 202, 235, 1);
}

.entry.orange:after {
    background: rgba(247, 167, 0, 1);
}

.entry.green:after {
    background: rgba(153, 198, 109, 1);
}

.entry.yellow:after {
    background: rgba(249, 233, 0, 1);
}


/* Animations are cool!  */

@-webkit-keyframes moveFromTopFade {
    from {
        opacity: .3;
        height: 0px;
        margin-top: 0px;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveFromTopFade {
    from {
        height: 0px;
        margin-top: 0px;
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveFromTopFade {
    from {
        height: 0px;
        margin-top: 0px;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToTopFade {
    to {
        opacity: .3;
        height: 0px;
        margin-top: 0px;
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveToTopFade {
    to {
        height: 0px;
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveToTopFade {
    to {
        height: 0px;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(-30%) scale(.95);
    }
}

@-moz-keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -moz-transform: translateY(-30%);
    }
}

@keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -moz-transform: translateY(-30%);
    }
}

@-webkit-keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(30%) scale(.95);
    }
}

@-moz-keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -moz-transform: translateY(30%);
    }
}

@keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -moz-transform: translateY(30%);
    }
}

@-webkit-keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%) scale(.95);
    }
}

@-moz-keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%);
    }
}

@keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%);
    }
}

@-webkit-keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%) scale(.95);
    }
}

@-moz-keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%);
    }
}

@keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}

@-moz-keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}

@keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}

.v-sep {
    position: relative;
    width: 1px;
    height: 100%;
    text-align: center;
    margin: auto;
}

.v-sep::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #8a959f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}

.v-sep::before {
    content: "ou";
    width: 20px;
    height: 50px;
    background: white;
    position: absolute;
    top: 50%;
    left: -9px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    padding-top: 11px;
}


/** END CALENDAR **/

.cat-filter .form-group {
    width: 100%;
    margin: 0;
}

.cat-filter .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 2px solid#cfd8da;
    box-shadow: none;
    height: 45px !important;
}

.cat-filter button {
    height: 40px;
    border: 0;
    background: #cfd8da;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 25px;
    font-weight: 600;
}

.search-block button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: -2px
}

.agenda-header .select2-selection,
.agenda-header .custom-select,
.agenda-header .form-control {
    border-radius: 34px;
}

.search-block .form-control,
.cat-filter .custom-select {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.cat-filter {
    float: right;
}

.cat-filter div {
    display: inline-block;
}

.cat-filter button,
.search-block button {
    box-shadow: none;
}

.cat-filter button:hover,
.search-block button:hover {
    background: #0056b3;
}

.cat-filter button {
    margin-left: -4px;
    border: 2px solid #bdc3c7;
    border-left: 0;
    box-shadow: 0;
}


/** POSTS VIEW **/

.dinamic-post .header-post,
.dinamic-post .content {
    background: #fff;
}

.header-post {
    position: relative;
    margin: 0 auto;
    min-height: 560px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-post::after {
    content: "";
    background: url(/img/wave-bottom-white.svg);
    background-position: bottom;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 60px;
    z-index: 1;
}

.dinamic-post.modify .header-post::after {
    background: none;
}


/* Header */

.header-post {
    position: relative;
    margin: 0 auto;
    min-height: 420px;
    width: 100%;
}

.bg-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

.bg-img img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.bg-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    /*background: rgba(81, 71, 83, 0.85);*/
    background: -moz-linear-gradient(left, rgba(81, 71, 83, 0.65) 36%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(81, 71, 83, 0.65) 36%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(81, 71, 83, 0.65) 36%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6514753', endColorstr='#00000000', GradientType=1);
}

.title {
    z-index: 1000;
    margin: 0 auto;
    padding: 0 1.25em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 170px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.title h1 {
    padding: 0 0 0.2em;
    color: #fff;
    font-weight: 800;
    font-size: 2.6em;
    margin: 0 auto 15px;
}

.title p {
    color: #fff;
    padding: 0 0 0.6em;
    font-weight: 300;
    font-size: 0.85em;
    margin: 0 auto;
}

.title .date {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}

.title .date span {
    position: relative;
    padding: 0 40px 0 15px;
}

.title .date span a {
    color: #222;
}

.title .date span:first-of-type::before {
    content: "";
    background: url(/img/small-calendar.png);
    width: 21px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -15px;
}

.title .date span:nth-child(n+2)::before {
    content: "";
    background: url(/img/tag.png);
    width: 21px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -15px;
}

.title h1,
.title p.subline {
    line-height: 1.3;
}

.title p.subline {
    font-size: 1.75em;
}

.header-page {
    padding: 80px 0;
    color: white;
}

.header-page>.container {
    position: relative;
    z-index: 1;
}


/* Conent */

.content {
    margin: 0 auto;
}

.content>div:not(.title) {
    margin: -80px auto 0;
}

.content>div:not(.title) p {
    margin: 0 auto 1.5em auto;
}

.content>div:not(.title) p:first-child {
    font-size: 1.35em;
}

.content h3 {
    margin: 0;
    font-size: 1.4em;
}

.content blockquote {
    padding: 0.25em;
    font-style: italic;
    font-size: 1.65em;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.4;
}

.content blockquote::before {
    content: '\201C';
}

.content blockquote::after {
    content: '\201D';
}


/***** Individual effects *****/

.dinamic-post:not(.notrans) .bg-img {
    -webkit-transition-property: top, left, right, bottom;
    transition-property: top, left, right, bottom;
}

.dinamic-post:not(.notrans) .header-post h1,
.dinamic-post:not(.notrans) .codrops-top a {
    -webkit-transition-property: color;
    transition-property: color;
}

.dinamic-post:not(.notrans) .codrops-demos a {
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
}

.dinamic-post:not(.notrans) .header-post p {
    -webkit-transition-property: color, opacity, -webkit-transform;
    transition-property: color, opacity, transform;
}

.dinamic-post:not(.notrans) .content>div {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
}

.dinamic-post:not(.notrans) .bg-img,
.dinamic-post:not(.notrans) .header-post h1,
.dinamic-post:not(.notrans) .codrops-top a,
.dinamic-post:not(.notrans) .codrops-demos a,
.dinamic-post:not(.notrans) .content>div {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.dinamic-post:not(.notrans) .header-post p,
.dinamic-post:not(.notrans) .header-post p.subline,
.dinamic-post:not(.notrans) .content>div {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.dinamic-post.modify:not(.notrans) .header-post p,
.dinamic-post.modify:not(.notrans) .header-post p.subline,
.dinamic-post.modify:not(.notrans) .content>div {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.dinamic-post .codrops-demos a {
    color: #fff;
}

.dinamic-post .codrops-demos a.current-demo {
    border-color: #fff;
}

.dinamic-post.modify .codrops-demos a {
    color: #c03b5d;
}

.dinamic-post.modify .codrops-demos a.current-demo {
    border-color: #c03b5d;
}

.dinamic-post .bg-img {
    top: -45px;
    right: -30px;
    bottom: -45px;
    left: -30px;
    background: #3498db;
}

.dinamic-post.modify .bg-img {
    top: 0;
    right: 0;
    bottom: 85%;
    left: 0;
}

.dinamic-post.modify .header-post h1 {
    color: #222;
}

.dinamic-post.modify .title {
    padding-top: 80px;
}

.dinamic-post .header-post p {
    color: #222;
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}

.dinamic-post.modify .header-post p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.dinamic-post .header-post,
.dinamic-post .content {
    background: #fff;
}

.dinamic-post .content>div {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}

.dinamic-post.modify .content>div {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.dinamic-post.modify .codrops-top a {
    color: #222;
}

.dinamic-post.modify .header-post::after {
    height: 0;
}


/* Delays */

.dinamic-post.modify:not(.notrans) .header-post p:nth-last-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.dinamic-post.modify:not(.notrans) .header-post p:last-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.dinamic-post.modify:not(.notrans) .content>div {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/* Media Queries */

@media screen and (max-width: 47em) {
    .title,
    .content {
        font-size: 70%;
    }
    .codrops-demos a {
        font-size: 80%;
    }
}

@media screen and (max-width: 27em) {
    .dinamic-post .content {
        padding: 0 2em 5em;
    }
    .title,
    .content {
        font-size: 50%;
    }
    button.trigger::before {
        display: none;
    }
}


/***/

.dashboard-wrapper .card {
    background-color: #fff;
    border: none;
    border-radius: .625rem;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, .1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, .1), 0 0.25rem 0.53125rem rgba(90, 97, 105, .12), 0 0.125rem 0.1875rem rgba(90, 97, 105, .1);
}

.dashboard-wrapper .card-small {
    box-shadow: 0 2px 0 rgba(90, 97, 105, .11), 0 4px 8px rgba(90, 97, 105, .12), 0 10px 10px rgba(90, 97, 105, .06), 0 7px 70px rgba(90, 97, 105, .1);
}

.dashboard-wrapper .btn {
    padding: .7rem 1.4rem;
    font-size: .75rem;
    line-height: 1.125;
    transition: all 250ms cubic-bezier(.27, .01, .38, 1.06);
}

.dashboard-wrapper .btn.btn-pill {
    border-radius: 50px;
}

.dashboard-wrapper .card-header {
    padding: 1.09375rem 1.875rem;
    background-color: #fff;
    border-bottom: none;
}

.form-control {
    min-height: inherit;
    border-radius: inherit;
    padding: .4375rem .75rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    font-weight: 400;
    will-change: border-color, box-shadow;
    border-radius: .25rem;
    box-shadow: none;
    transition: box-shadow 250ms cubic-bezier(.27, .01, .38, 1.06), border 250ms cubic-bezier(.27, .01, .38, 1.06);
}

.btn-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
    color: #007bff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0;
    }
    nav .navbar-nav .nav-link {
        color: #222;
        padding: 30px 10px !important;
        font-weight: 600;
        letter-spacing: 0.6px;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Exo 2', sans-serif;
    }
    nav .has-children>.dropdown-menu {
        min-width: 14em;
        top: 100%;
        margin-top: 0;
        padding-top: 4px;
        border-radius: 0;
        border: 0;
        background-color: #6cbaf1;
        color: white;
    }
    nav .dropdown-submenu .nav-link {
        padding: 15px 15px !important;
        margin-left: 0px;
        color: white;
        text-transform: inherit;
        font-size: 15px;
    }
}

.dz-success-mark,
.dz-error-mark {
    display: none;
}

.dropzone {
    background: white;
    border-radius: 5px;
    padding: 15px;
    border: 2px dashed #0891c9;
    border-image: none;
    margin-left: auto;
    margin-right: auto;
}

.bar-sep {
    padding: 0 10px;
    color: #0891c9;
}


/** Login page **/

.panel h2 {
    color: #444444;
    font-size: 22px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    margin: 10px auto 30px;
    padding: 50px;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}

.modalidade-item::after {
    content: ",";
    padding-right: 5px;
}

.modalidade-item:last-of-type::after {
    content: "";
}

.border-md-right {
    border-right: 1px solid #eee;
    margin-right: 20px;
    padding-right: 20px;
}


/** MENU HEADER */

.cbp-hrmenu {
    width: 100%;
    margin-left: auto;
    display: flex;
}


/* general ul style */

.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}


/* first level ul style */

.cbp-hrmenu>ul {
    width: auto !important;
    padding: 0 !important;
    margin-left: auto !important;
    display: block !important;
    margin-right: 0 !important;
}

.cbp-hrmenu>ul,
.cbp-hrmenu .cbp-hrsub-inner {
    width: 90%;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1.875em;
    display: flex;
    flex-wrap: wrap;
    padding-top: 3em;
}

.cbp-hrmenu>ul>li {
    display: inline-block;
}

.auth-controls a,
.cbp-hrmenu>ul>li>a {
    padding: 35px 10px;
    display: inline-block;
    color: #34495e;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
}

.cbp-hrmenu>ul>li>a:hover {
    color: #47a3da;
}

.cbp-hrmenu>ul>li.cbp-hropen a {
    color: #fff;
    background: #47a3da;
}

.cbp-hrmenu>ul>li.cbp-hropen a:hover {
    text-decoration: underline
}


/* sub-menu */

.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #47a3da;
    width: 100%;
    left: 0;
}

.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner>div {
    width: 33%;
    float: left;
    padding-right: 2em;
    padding-top: 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner>div a {
    line-height: 2em;
}

.cbp-hrsub h4 {
    color: #afdefa;
    padding-bottom: 0.6em;
    margin: 0;
    font-size: 140%;
    font-weight: 300;
}

.blog-cat li a:hover {
    color: #0891c9;
}

.blog-cat li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 15px;
    color: #34495e;
    padding-left: 30px;
    border-bottom: 1px solid #eeeeee;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Exo 2', sans-serif;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

.blog-cat li a:before {
    position: absolute;
    content: '\f114';
    left: 0px;
    top: 0px;
    font-family: 'Exo 2', sans-serif;
}

.blog-cat li a:after {
    position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    font-family: 'Exo 2', sans-serif;
}

.blog-cat li {
    position: relative;
    margin-bottom: 15px;
}

.blog-cat {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 25px;
}

.sidebar-title h2 {
    font-size: 22px;
    color: #222222;
    font-weight: 400;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(238, 238, 238, 0.50);
}

.sidebar-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 45px;
    height: 1px;
    background-color: #0891c9;
}

.sidebar-widget .search-block .input.text {
    width: 65%;
}

.sidebar-widget .search-block button {
    width: 35%;
}

.form-wrapper .btn {
    border-radius: 4px !important;
}

.sticky {
    position: -webkit-sticky !important;
    /* Safari */
    position: sticky !important;
    top: 0 !important;
}


/* Examples for media queries */

@media screen and (max-width: 52.75em) {
    .cbp-hrmenu {
        font-size: 80%;
    }
}

@media screen and (max-width: 43em) {
    .cbp-hrmenu {
        font-size: 120%;
        border: none;
    }
    .cbp-hrmenu>ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        padding: 0;
    }
    .cbp-hrmenu .cbp-hrsub-inner {
        padding: 0 2em;
        font-size: 75%;
    }
    .cbp-hrmenu>ul>li {
        display: block;
        border-bottom: 4px solid #62b7e9;
    }
    .cbp-hrmenu>ul>li>a {
        display: block;
        padding: 1em 2em;
    }
    .cbp-hrmenu .cbp-hrsub {
        position: relative;
    }
    .cbp-hrsub h4 {
        padding-top: 0.6em;
    }
}

@media screen and (max-width: 36em) {
    .cbp-hrmenu .cbp-hrsub-inner>div {
        width: 100%;
        float: none;
        padding: 0 2em;
    }
    .cbp-hrmenu>ul {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        display: block !important;
        margin-right: 0 !important;
    }
    .cbp-hrmenu>ul>li {
        display: block;
        border-bottom: 1px dotted #47a3da;
    }
    .cbp-hrmenu>ul>li:last-of-type {
        border-bottom: none;
    }
    .cbp-hrmenu .cbp-hrsub-inner a {
        color: #fff;
        background: #47a3da;
        border-bottom: 1px solid #ffffff57;
        padding: 8px 0;
        display: block;
    }
    .cbp-hrmenu .cbp-hrsub-inner a::after {
        content: "\f105";
        font-family: FontAwesome;
        float: right;
    }
    .cbp-hrmenu .cbp-hrsub-inner>div {
        width: 100%;
        float: none;
        padding: 0;
    }
}

.text-primary {
    color: #34495e!important;
}

.form-anexo .form-check,
.form-anexo .form-group,
.form-anexo .inline-rendered-form {
    max-width: 50% !important;
    min-width: 30% !important;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem !important;
    line-height: 1.5 !important;
    font-size: 12px;
}

.paging_simple_numbers a {
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 30px;
    margin: 0 3px;
    font-size: 14px;
    background: #efecec;
}

.paging_simple_numbers a.current {
    background: #3498db;
    color: white;
    font-weight: 700;
    border: 0;
}

#results_wrapper .paging_simple_numbers {
    text-align: right;
    width: 50%;
    float: right;
    padding: 1em 0 2em;
}

#results_wrapper .dataTables_info {
    text-align: left;
    width: 50%;
    float: left;
    padding: 1em 0 2em;
}

div.dt-buttons {
    position: relative !important;
    float: left !important;
    display: block !important;
    float: right !important;
}

a.dt-button,
button.dt-button {
    background-color: #0891c9 !important;
    color: #fefefe !important;
    border: 0 !important;
    font-family: 'Exo 2', sans-serif;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 7px 12px !important;
    position: relative !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important;
    -webkit-transition: all .8s ease !important;
    -moz-transition: all .8s ease !important;
    -ms-transition: all .8s ease !important;
    -o-transition: all .8s ease !important;
    transition: all .8s ease !important;
    background-image: none !important;
}

ul#posts_tabs {
    position: relative !important;
    z-index: 1 !important;
}

.fa-animated {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 4s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.form-t-wrapper {
    background-color: #fff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.02);
    padding: 38px 55px;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.modalidades-clube-wrapper .checkbox {
    display: block;
    margin-bottom: 5px;
}

.modalidades-clube-wrapper .checkbox .form-control {
    display: inline-block;
    width: inherit !important;
    margin-right: 5px;
}

.modalidades-clube-wrapper .checkbox label {
    font-weight: 300;
}

.selectize-input.full {
    background-color: #f5f9fd;
}

.login-link {
    color: #55a3da;
}

.login-link:hover {
    color: #126096;
}

.flex-alert {
    display: flex;
    align-items: center;
}

.flex-alert div small {
    display: block;
}

.table,
.dataTables_scrollHeadInner {
    width: 100% !important;
}

.submit-btn-team {
    font-size: 14px !important;
    font-weight: 600;
    border: none;
    padding: 14px 25px !important;
    margin: 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
    display: inline-block;
}