/*
Make by xdmedia.es
*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    color: #747475;
    font-size: 16px;
    line-height: 22px;
}
:root {
    --coorp: #0b4377;
    --clear: #00a8bd;
    --gold: #00a8bd;
}
a {
    color: var(--clear);
}
a:hover {
    color: var(--coorp);
}
#tribe-events-bar,
.tribe-events-list-separator-month,
.tribe-events-event-meta {
    display: none;
}
.tribe-events-category-events {
    border: 0 !important;
    border-bottom: 1px solid #ddd;
}
.header-custom {
    padding: 10px 4px;
    background: transparent;
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    border-bottom: 1px solid transparent;
}
.header-custom.header-mini {
    padding: 4px 0; 
    background: white;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    border-color: #e5e5e5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.header-custom.header-mini .logo img {
    max-width: 144px;
    margin-top: 2px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-custom.header-mini .nav-custom ul li a {
    color: #333;
}
.header-custom.header-mini .social i {
    color: #8e8c8c;
}
.header-custom.header-mini .nav-custom ul {
    padding: 15px 0;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-custom.header-mini .social {
    margin-top: 8px;
}
.logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.nav-custom {
    position: relative;
}
.nav-custom ul {
    text-align: right;
    margin: 0;
    padding: 21px 0;
    width: 100%;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.nav-custom ul li {
    display: inline-block;
    position: relative;
    user-select: none;
    -moz-user-select: none;
}
.nav-custom ul li a {
    color: white;
/*    color: #333;*/
    margin: 0 20px;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
        font-weight: 600;
    font-size: 14px;
}
.nav-custom ul li.current-menu-item a {
    border-color: var(--gold);
}
.nav-custom ul li.current-menu-item ul li a {
    border-color: transparent !important;
}
.nav-custom ul li a:hover {
    text-decoration: none;
}
.nav-custom ul li ul {
    display: none;
    position: absolute;
    padding: 0;
    padding-top: 12px !important;
}
.nav-custom ul li ul li {
    text-align: left;
    display: block;
    line-height: 23px;
}
.nav-custom ul li ul li a {
    padding: 4px 0;
    display: block;
    margin: 0 20px;
}
.header-mini .nav-custom ul li ul {
    padding-top: 20px !important;
}
.header-mini .nav-custom ul li ul li {
    background: white;
    text-align: center;
}
.header-mini .nav-custom ul li ul li:first-child {
    border-top: 2px solid var(--gold);
}
.nav-custom ul li:hover > ul {
    display: block;
}
.social {
    color: var(--blue);
    margin-top: 13px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.social i {
    font-size: 14px;
    color: white;
 /*   color: #8e8c8c;*/
    padding: 4px;
    margin: 8px 3px 0 0;
    float: left;
}
.social .btn-custom {
    background-color: var(--gold);
    color: white;
    border-color: transparent;
}
.social .btn-custom:hover {
    background-color: var(--gold);
    color: white;
    opacity: .8;
    border-color: transparent;
}
.logo img {
    max-width: 200px;
    float: left;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    padding: 5px 0 0;
}
.home-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-align: center;
}
.page-bg {
    height: 100vh !important;
}
.home-bg-text {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(9, 49, 97, 0.4);
}
.home-form {
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.home-form h1,
.home-form h2 {
    font-size: 50px;
    color: #fff;
    line-height: 56px;
    margin: 0 auto;
    padding: 0;
    font-weight: 600;
    letter-spacing: .5px;
}
.home-form h2 {
    font-size: 18px;
    line-height: 19px;
}
.home-form {
    visibility: hidden;
}
.form-home {
    margin: 0 auto;
    background: transparent;
    padding: 0;
    border-radius: .15rem;
    margin-top: 14px;
    text-align: center;
}
.home-bg video, .home-bg img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.btn-custom {
    background-color: transparent;
    color: white;
    border: 1px solid transparent;
    border-color: white;
    padding: 6px 16px;
    border-radius: 3px;
    font-size: .8rem;
}
.btn-custom:hover {
    background-color: white !important;
    color: #333;
}
.btn-before {
    position: absolute;
    bottom: 1%;
    left: 50%;
    margin-left: -35px;
    padding: 20px;
    color: #fff;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.btn-before span {
    margin: 5px 0;
    display: none;
}
.btn-before img {
    object-fit: unset;
    width: unset;
    height: unset;
}
.btn-custom.btn-l {
    min-width: 136px;
    font-size: 1.3rem;
    background-color: transparent;
    border-color: white;
    padding: 9px 34px;
}
.btn-custom.btn-l:hover {
    background-color: white;
    border-color: white; 
    color: #333;
}
.project {
    padding: 90px 0;
}
.project h2 {
    color: #333;
    font-weight: normal;
    border-bottom: 0 solid transparent;
    border-color: transparent;
    padding-bottom: 0;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 2px;
        line-height: 32px;
}
.project img {
    max-width: 100%;
    float: left;
    object-fit: cover;
}
.links {
    padding: 90px 0;
}
.links h2 {
    color: #333;
    font-weight: normal;
    border-bottom: 0 solid transparent;
    border-color: transparent;
    padding-bottom: 0;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 2px;
        line-height: 32px;
}
.links img {
    max-width: 100%;
    float: left;
    object-fit: cover;
}
.links h3 {
    color: #333;
    font-weight: normal;
    margin-top: 5px;
}
.links ul {
    padding: 14px 20px;
    margin: 0;
    list-style: circle;
}
.links ul li {
    line-height: 24px;
}
.partners {
    padding: 90px 0;
}
.partners h2 {
    color: #333;
    font-weight: normal;
    border-bottom: 0 solid transparent;
    border-color: transparent;
    padding-bottom: 0;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 2px;
        line-height: 32px;
}
.partners img {
    max-width: 100%;
    float: left;
    object-fit: cover;
}
.partners h3 {
    color: #333;
    font-weight: normal;
    margin-top: 5px;
}
.partners ul {
    padding: 14px 20px;
    margin: 0;
    list-style: circle;
}
.partners ul li {
    line-height: 24px;
}
/*.links ul li a {
    color: var(--clear);
}*/
.project .btn-custom,
.news .btn-custom,
.events .btn-custom {
    border-color: var(--gold);
    background: var(--gold);
    color: white;
    border-radius: 2px;
}
.project .btn-custom:hover,
.news .btn-custom:hover,
.events .btn-custom:hover {
    border-color: var(--gold);
    color: var(--clear);
}
.project .btn-custom.btn-l,
.news .btn-custom.btn-l {
    border-color: white;
    color: white;
}
.project .btn-custom.btn-l:hover,
.news .btn-custom.btn-l:hover {
    color: #333;
}
.news {
    padding: 60px 0;
    background-image: url(img/bg-news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.news h2 {
    color: white;
    font-weight: normal;
    border-bottom: 0 solid transparent;
    border-color: transparent;
    padding-bottom: 0;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 2px;
        line-height: 32px;
}
.news .col {
    background: rgb(255,255,255, .8);
    padding: 20px;
    margin: 0 6px;
    text-align: left;
    padding-bottom: 0;
}
.news .row {
    margin-top: 20px;
    margin-bottom: 35px;
}
.news h3 {
    color: var(--clear);
    font-weight: normal;
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 22px;
}
.news p {
    padding: 0;
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 14px;
}
.news img {
    max-width: 100%;
    height: 178px;
    object-fit: cover;
    width: 100%;
}
.news .btn-custom {
    margin: 12px 0 20px 0;
}
.events {
/*    padding: 90px 0;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.events h2 {
    color: #333;
    font-weight: normal;
    border-bottom: 0 solid transparent;
    border-color: transparent;
    padding-bottom: 0;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 2px;
    line-height: 32px;
}
.events .col {
    background-color: white;
    padding: 0;
    margin: 0 6px;
    text-align: left;
}
.events .row {
    margin-top: 20px;
}
.events h3 {
    color: var(--clear);
    font-weight: normal;
    padding-top: 10px;
    font-size: 22px;
    padding: 12px 20px 10px 20px;
}
.events p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    padding: 0 20px;
}
.events img {
    max-width: 100%;
/*    height: 181px;
    object-fit: cover;*/
    width: 100%;
}
.events .btn-custom {
    margin: 12px 0;
}
.other {
    padding: 60px 0;
}
.categories {
    margin-left: unset;
    margin-right: unset;
}
.categories .col {
    padding: 0;
}
.cat-item {
    position: relative;
    overflow: hidden;
    height: 500px;
}
.cat-item img {
    position: relative;
    width: 100%;
    object-fit: cover;
    float: left;
    height: 500px;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    -o-transition: all .8s linear;
}
.cat-item span {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -o-transition: all .2s linear;
}
.cat-div {
    position: absolute;
    z-index: 9;
    color: white;
    text-align: center;
    padding: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.cat-div h3 {
    font-weight: normal;
    font-size: 36px;
    padding: 0;
    margin: 0;
    margin-bottom: 29px;
}
.cat-div p {
    margin: 0;
    padding: 0;
}
.progress {
    padding: 90px 0;
}
.progress h2 {
    color: #333;
    font-weight: normal;
    border-bottom: 0 solid transparent;
    border-color: transparent;
    padding-bottom: 0;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 2px;
        line-height: 32px;
}
.progress .col {
    background-color: white;
    padding: 0;
    margin: 0 6px;
}
.progress h3 {
    color: var(--clear);
    font-weight: normal;
    padding-top: 10px;
    font-size: 22px;
    padding: 12px 20px;
    text-align: center;
}
.progress h3 a:hover {
    text-decoration: none;
    opacity: .8;
}
.circles {
    position: relative;
    overflow: hidden;
    float: left;
    left: 50%;
    margin: 46px 0;
    transform: translateX(-50%);
}
.circles div {
    width: 200px;
    height: 200px;
}
.circles span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 500;
    color: var(--gold);
    font-size: 29px;
}
.footer {
    padding: 24px 0;
    color: #fff;
    background: white;
    margin: 42px 0 0 0;
    border-top: 1px solid #e5e5e5;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.footer ul {
    text-align: left;
    padding: 0;
    margin: 0;
}
.footer ul li {
    display: block;
    line-height: 17px;
}
.footer ul h4,
.footer ul h4 a {
    color: var(--coorp);
    font-size: 27px;
    margin-bottom: 12px;
}
.footer ul h4 a:hover {
    text-decoration: none;
}
.footer ul li a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: var(--clear);
}
.footer ul li a:hover {
    opacity: .8;
    text-decoration: none;
}
.footer .ue {
    margin-top: 1.60rem;
}
.footer .social-f {
    text-align: left;
}
.footer .social-f a {
    color: var(--clear);
}
.footer .social-f a i {
    font-size: 38px;
    color: var(--coorp);
    opacity: .9;
    transition: all .3s ease;
}
.footer .social-f a i:hover {
    color: var(--clear);
    transition: all .3s ease;
}
.copy {
    background: var(--dark);
    font-size: 14px;
    padding: 17px 0;
    color: #fff;
    text-align: center;
}
.copy a {
    color: #fff;
}
.copy a:hover {
    text-decoration: none;
}
.ue-logo {
    margin-top: 35px;
    max-width: 200px;
    float: left;
}
.texts {
    padding: 0;
}
.texts .container {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    border-color: #efddc8;
    padding: 40px 0;
    text-align: left;
    margin: 0 auto;
    color: #333;
    overflow: hidden;
}
.phases {
    padding: 0;
}
.phases .container {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    border-color: #d6e5f1;
    padding: 40px 0;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}
.phases .container h3 {
    color: #333;
    font-weight: normal;
    border-bottom: 0 solid transparent;
    border-color: transparent;
    padding-bottom: 0;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 2px;
}
.mbn-42 {
    margin-bottom: -42px !important;
}
.ucam-div {
    overflow: hidden;
    text-align: center;
}
.ucam-div img {
    margin: auto;
    display: flex;
    justify-content: center;
    float: unset;
}
.ucam-div span {
    display: block;
    float: left;
    margin: 12px 0;
    width: 100%;
}
.ucam-div .social-p {
    display: block;
    float: left;
    width: 100%;
}
.ucam-div .social-p a {
    color: var(--coorp);
    opacity: .9;
}
.ucam-div .social-p a:hover {
    color: var(--clear);
}
.ucam-div .social-p a i {
    font-size: 40px;
    margin: 0 4px;
}
.partner-div {
    overflow: hidden;
    padding: 12px;
    text-align: left;
    margin: 12px;
}
.partner-div img {
    margin: auto;
    display: flex;
    justify-content: center;
    float: unset;
    width: 90%;
}
.partner-div span {
    display: block;
    float: left;
    margin: 12px 0;
    width: 100%;
}
.partner-div .social-p {
    display: block;
    float: left;
    width: 100%;
}
.partner-div .social-p a i {
    font-size: 26px;
    margin: 0px 1px;
}
.accordion .panel {
    border: unset;
    border-bottom: 1px solid #d6e5f1;
}
.accordion .panel-head {
    background: unset;
    padding: 10px 0;
}
.accordion .panel-head h4 {
    font-weight: normal;
}
.accordion {
    margin: 0 24px;
}
.accordion .panel-body {
    border-top: unset;
}
.slider {
    height: 100vh;
    padding-bottom: unset;
}
.btn-blog i {
    font-size: 13px;
    margin: 5px 3px 0 0;
    padding: 0;
    color: white !important;
}
.btn-menu {
    display: none;
}
.fixed {
    overflow: hidden;
    height: 100%;
}
.post-edit-link {
    position: fixed;
    z-index: 99;
    left: 3px;
    font-size: 11px;
    color: white;
    bottom: 3px;
    background: var(--clear);
    padding: 0px 5px;
    border: 1px solid var(--clear);
}
.post-edit-link:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
}
#slider_57 {
    height: 100vh;
}
#slider_57 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.owl-nav .owl-prev {
    z-index: 999;
}
.container-new {
    max-width: 1200px !important;
}
.container-new i {
    opacity: .8;
}
.container-new ul,
.container-new ol {
    padding: 6px 20px;
}
.sections-new {
    text-align: center;
    margin: 80px 0;
}
.sections-new h1 {
    font-size: 30px;
    text-transform: uppercase;
}
.sections-new h2 {
    font-weight: 600;
    text-transform: none;
}
.sections-new h3 {
    font-weight: 400;
    text-transform: uppercase;
}
.row-new {
    position: relative;
    display: block;
    overflow: hidden;
}
.row-new article {
    position: relative;
    padding: 20px;
}
.row-new a img {
    float: left;
    height: 240px;
    object-fit: cover;
    width: 100%;
        -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -o-transition: all .2s linear;
}
.row-new a img:hover {
    opacity: .8;
        -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -o-transition: all .2s linear;
}
.row-new h2 {
    position: absolute;
    background-color: rgba(9, 49, 97, 0.4);
    font-size: 14px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 20px;
    padding: 12px;
    z-index: 9;
}
.row-new h2 a {
    color: #fff;
    padding: 20px 0px;
    font-size: 17px;
    font-weight: normal;
}
.row-new h2 a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}
.sections-new h1 {
    margin-bottom: 24px; 
}
.sections-post {
    text-align: left;
    margin: 80px 0;
}
.sections-post h1 {
    font-size: 30px;
    text-transform: uppercase;
        margin-top: 22px;
}
.sections-post h1 span {
    color: #c1c1c1;
    font-size: 20px;
}
.sections-post h2 {
    font-weight: 600;
    text-transform: uppercase;
        font-size: 23px;
}
.sections-post h3,
.sections-post h4 {
    font-weight: 600;
    text-transform: uppercase;
}
.sections-post .attachment-post-thumbnail {
    width: 100%;
}
.sections-post .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.new-bg {
    height: 85px !important; 
}
.new-bg .home-bg-text {
    background: rgba(0, 0, 0, 0.7);
}
.mb-90 {
    margin-bottom: 90px;
}
.texts p {
    margin-bottom: 0; 
}

.wp-show-posts-inner :last-child {
    /*margin-bottom: 20px !important;*/
}
.wp-show-posts-columns#wpsp-16889 {
    margin-top: 50px;
}
.wp-show-posts-columns#wpsp-16889 .wp-show-posts-inner {
    margin: 0 !important;
    position: relative;
    padding: 20px;
}
.wp-show-posts-image {
    margin: 0 !important;
}
.wp-show-posts-entry-header {
position: absolute;
   background: rgb(255,255,255, .8);
    right: 0;
    left: 0;
    bottom: 0;
    padding: 11px;
    z-index: 9;
    text-align: center;
}
.wp-show-posts-inner:last-child {
    margin-bottom: 0 !important;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    position: relative;
}

.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    float: left !important;
    height: 280px;
    object-fit: cover;
    width: 100%;
}
.wp-show-posts-single {
    position: relative;
}
.wp-show-posts .wp-show-posts-entry-title {
    margin: 0;
    padding: 0;
}
.wp-show-posts-entry-title a {
    color: #333;
    font-size: 17px;
}
.wp-show-posts-entry-title a:hover {
    text-decoration: none;
    color: #333;
    opacity: .8;
}
.pagination {
    padding: 12px;
    display: block;
    margin: 24px auto 80px auto;
    max-width: 1200px !important;
    position: relative;
    min-height: 60px;
}
.pagination-center {
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
}
.pagination span, 
.pagination a {
    float: left;
}
.pagination span.page-numbers.current {
    background: var(--clear);
    color: #fff;
}
.pagination span,
.pagination a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--clear);
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination a:hover {
    background: #f1f1f1;
    text-decoration: none;
}
.pagination span.page-numbers.current:hover {
    background: var(--blue);
    opacity: .8;
}
.phases p {
    margin-bottom: 0;
}
.phases h4 {
    margin-top: 12px;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}
.clear {
    display: none;
}
.section-white {
    margin: 42px;
    text-align: center;
}
.section-white h2 {
    color: #333;
    font-weight: normal;
    border-bottom: 0 solid transparent;
    border-color: transparent;
    padding-bottom: 0;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 2px;
        line-height: 32px;
}
.section-white h2 a {
    color: #333;
}
.section-white h2 a:hover {
    text-decoration: none;
}


/* The events list */

.tribe-clearfix,
#tribe-events-content {
    max-width: 1200px;
    margin: 0 auto;
}
.tribe-events-page-title,
.tribe-events-back,
.tribe-events-nav-previous,
.tribe-events-nav-next {
    display: none !important;
}
#tribe-events-bar,
#tribe-events-content {
    margin-top: 42px; 
    padding: 12px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: var(--clear);
    color: white;
}
#tribe-events .tribe-events-button, .tribe-events-button {
    background: var(--clear);
    color: white;
    padding: 12px;
}
.tribe-events-list-separator-month {
        background: var(--clear);
    color: white;
    padding: 12px;
}
.tribe-events-category-events {
    position: relative;
    margin: 2.25em 0 !important;
    padding: 0 !important;
    display: block;
    border: 1px solid #ddd;
}
.tribe-events-list .tribe-events-list-event-title {
    position: absolute;
    bottom: 0;
    font-size: 17px;
    background-color: rgba(9, 49, 97, 0.4);
    color: white;
    margin: 0;
    width: 30%;
    padding: 12px;
    font-weight: normal;
}
.tribe-events-list .tribe-events-list-event-title a {
    color: white;
 }
.tribe-events-loop .tribe-events-event-meta {
    float: right;
    width: 70%;
    border-bottom: 1px solid #ddd;
    padding: 12px 24px;
    margin: 0;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
    float: left;
    margin: 0; 
}
.tribe-events-list .tribe-events-event-image+div.tribe-events-content.tribe-events-list-event-description {
        width: 70%;
    float: right;
    padding: 12px 24px;   
}
#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
    font-size: 15px;
    line-height: 20px;
}
.tribe-events-list .tribe-events-event-image img {
    float: left;
    height: 250px;
    object-fit: cover;
    outline: none;
}
.tribe-events-list .tribe-events-event-image * {
    outline: none;
}
.tribe-events-loop .type-tribe_events.tribe-events-last {
    border-bottom: 1px solid #ddd;
}
.tribe-events-list .tribe-events-venue-details {
    margin: 0;
    width: 50%;
    float: left;
    font-weight: normal;
    color: #333;
}
.tribe-events-list .tribe-events-venue-details a {
    font-weight: bold;
}
.tribe-event-schedule-details {
    width: 50%;
    float: left;
    font-size: 20px;
    color: #333;
}



/* The events single */
.tribe-events-single {
    padding: 12px;
}
.tribe-events-single h1 {
    font-size: 30px;
    text-transform: uppercase;
    float: left;
}
.tribe-events-single h2 {
    color: #c1c1c1;
    font-size: 20px;
    float: left;
    padding: 0;
    margin: 6px 0 0 3px;
}
.tribe-events-single .tribe-events-event-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.tribe-events-single .tribe-events-cal-links a {
   float: none;
}
.tribe-events-single-section-title {
    color: #333 !important;
    display: block !important;
    width: 100% !important;
    padding: 12px 0 !important;
    margin: 12px 0 0 0 !important;
    float: left !important;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    padding: 0 !important;
    margin: 0 !important;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group dt {
    font-weight: bold !important;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group dd {
    margin: 0;
    padding: 0; 
    padding-bottom: 12px;
}
.slider-home {
    height: 500px;
    overflow: hidden;
}
.slider-home img {
float: left;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.date-start {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    color: #424242;
    background: #ffffff;
    margin: 27px;
    padding: 1px 7px;
    font-size: 11px;
    border-radius: 2px;
    user-select: none;
    -moz-user-select: none;
}
.date-end {
position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    color: white;
    background: #0b5e77;
    margin: 27px;
    padding: 1px 7px;
    font-size: 11px;
    border-radius: 2px;
        user-select: none;
    -moz-user-select: none;
}
.sliders {
    margin: 80px 0;
}
.sliders h2 {
    color: #333;
    font-weight: normal;
    border-bottom: 0 solid transparent;
    border-color: transparent;
    padding-bottom: 0;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 12px;
    line-height: 32px;
}























/* Firefox parameters */
@-moz-document url-prefix() {


}


/* Responsive */
@media all and (max-width: 800px) {


/* The events */
.tribe-events-list .tribe-events-list-event-title {
    position: relative;
    width: 100%;
    background: white;
    color: #333;
}
.tribe-events-list .tribe-events-list-event-title a {
    color: #333;
}
.tribe-events-category-events {
    margin: 12px !important; 
}
.tribe-events-loop .tribe-events-event-meta {
    width: 100%;
    padding: 12px;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
    width: 100%;
}
.tribe-events-list .tribe-events-event-image+div.tribe-events-content.tribe-events-list-event-description {
    width: 100%;
    padding: 12px !important;
}
.tribe-event-schedule-details {
    padding: 0 !important;
    font-size: 19px;
    width: 100%;
}
.tribe-events-list .tribe-events-venue-details {
    padding: 4px 0;
    border-top: unset;
}


.home-bg {
    height: 95vh;
}
body {
    font-size: 14.5px;

}
.wp-show-posts-inner:last-child {
    margin-bottom: 12px !important;
}
.mb-90 {
    margin-bottom: 45px;
}
.pagination-center {
     left: unset; 
     transform: unset;
     padding: 0 12px;  
}
.pagination {
    margin: 24px auto;
}
.pagination span, .pagination a {
    font-size: 13px;
}
.sections-new {
    padding: 8px;
    margin-bottom: 0;
}
.sections-post {
    padding: 0 12px;
}
.sections-post .alignleft {
    height: unset;
    margin: unset;
}
.row-new article {
    position: relative;
    padding: 20px 12px;
}
.row-new h2 {
    margin: 20px 12px;
}
.sections-post,
.sections-new {
    margin: 40px 0;
}
    .nav-custom {
        display: none;
    position: fixed;
    background: var(--coorp);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }
    .nav-custom ul {
        margin-top: 75px;
        text-align: center;
    }
    .nav-custom ul li {
    width: 100%;
    display: block;
    padding: 8px 0;
    font-size: 18px;
    }


    .nav-custom ul li ul {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        text-align: center;
        padding-top: 0 !important;
        margin-top: 6px;
    }

    .nav-custom ul li ul li {
  text-align: center;
    display: block;
    line-height: 14px;
    font-size: 16px;
    padding: 0;
    padding-top: 4px;
}


    

    .header-custom {
       padding: 10px 16px;
    height: 81px;
    }
    .header-custom.header-mini {
        padding: 4px 16px;
        height: 60px;
        border-left: 0 solid var(--gold);
        border-right: 0 solid transparent;
    }
    
    .btn-menu {
float: right;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: transparent;
    border: 1px solid white;
    border-radius: 3px;
    padding: 3px 6px;
    margin-left: 6px;
    width: 35px;
    text-decoration: none !important;
    cursor: pointer;

} 
.btn-menu i {
    color: white !important;
    margin: 0;
    font-size: 24px;
    padding: 0;
    float: none;
    display: block;

} 

    .header-mini .btn-menu {
    border-color: #000;
} 
 .header-mini .btn-menu i {
    color: #000 !important;
} 

    .home-form {
        padding: 0 16px;
    }
    .home-form h1 {
        font-size: 43px;
        line-height: 45px;
    }
    .home-form .btn-custom.btn-l {
        font-size: 1.20rem;
        min-width: 122px;
        padding: 3px 25px;
    }
    .btn-blog span {
    display: none;
    }
    .social .btn-custom {
        padding: 8px 10px;
}
.btn-blog i {
    font-size: 14px;
    margin: 0;
    color: white !important;
}
    .row {
        display: block;
        margin: 0;
        padding: 0 8px;
        overflow: hidden;
    }
    .ta-m {
        top: unset;
        position: unset;
        transform: unset;
    }   
    .pr-5 {
    padding-right: 0 !important;
    }
    .project {
    padding: 45px 0;
    }
    .news,
    .events,
    .progress,
    .links,
    .partners {
    padding: 45px 16px;
    }
    .news .row,
    .events .row,
    .progress .row,
    .links .row,
    .partners .row {
        padding: 0;
    }
    .news .col,
    .events .col,
    .progress .col,
    .links .col,
    .partners .col {
        margin: 0;
    }
    .project h2,
    .events h2,
    .news h2,
    .progress h2,
    .links h2,
    .partners h2 {
        font-size: 25px;
    }
    .row.categories {
        padding: 0; 
    }
    .circles div {
        width: 180px;
        height: 180px;
    }
    .circles {
        position: relative;
        overflow: hidden;
        float: left;
        left: 50%;
        margin: 23px 0;
        transform: translateX(-50%);
    }
    .footer-33 {
        width: 33.33%;
    }
    .ue-logo {
        margin-top: 15px;
        float: none;
        max-width: 300px;
    }
        .ucam-logo {
        float: none;
        max-width: 211px;
    }

    .footer {
    border-right: 2px solid var(--gold);
    border-left: 2px solid transparent;
}
.footer ul h4, .footer ul h4 a {
    font-size: 1rem;
}

.texts {
    padding: 0 16px;
}
.pl-5 {
    padding-left: 0 !important;
}
.phases .container {
    margin: 0 8px;
}
.partner-div {
    margin: 0;
}
.accordion {
    margin: 0 12px;
}
    
       

}