@import url(../../../plugins/slick/slick.css);
@import url(../../../plugins/animate/animate.css);
.btn, a, a:hover {
-webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
a:hover, a:focus{
  text-decoration: none;
}
a, .button {
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

/* Top Social Link -------------------------------------- */
.top-header{
  background: #ffffff;
}
.top-header-content{
  display: flex;
  flex: 1 0 100%;
  -moz-box-align: center;
  align-items: center;
  border-bottom: 1px solid #f4f5f9;
}
.top-header .top-social-link{
  margin: 0;
  padding: .5rem 0;
  width: auto;
  max-width: 100%;
  flex: 10000 1 0%;
}
.top-header-content .date-time{ 
  font-size: 12px;
}
.top-header .top-social-link li:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.top-header .top-social-link li{
  display: inline-block;
  padding: 0; 
}
.top-header .top-social-link li a{
  display: inline-block;
  font-size: 13px;
  color: #575555;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1; 
  background: #f3f4f4f4;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.top-header span{
  display: inline-block;
} 
.top-header .account a{
  font-size: 12px;
  color: #131313;
}
.top-header .account a:hover{ 
  color: #131313;
}
.top-header .account a i{
  margin-right: .135rem;
}
/* Header Desktop -------------------------------------- */
header {
  padding: 0px;
}
header .flex {
  display: flex;
  flex: 1 1 0%;
  -moz-box-align: center;
  align-items: center;
}
header .logo{
  padding-right: 3rem;
}
header .logo img{
  height: 85px;
}
header .topsearch{ 
  display: flex;
  flex: 1 1 0%;
  padding-right: 1.2rem;
}   
header .topright .contact-info li {
  color: #999;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  vertical-align: top;
}
header .topright .contact-info {
  margin: 5px 0 0 0;
}
header .topright .contact-info li:last-child{
  padding-right: 0;
}
header .topright .contact-info li i {
  color: #0076FF;
  margin-right: 10px;
  border: solid 1px #c3c3c3;
  padding: 5px 6px;
  font-size: 18px;
}
header .topright .contact-info li p {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
header .topright .contact-info li p span {
  color: #0076FF;
  font-weight: 600;
}
header .header-desktop{
  padding-top: .875rem;
  padding-bottom: .875rem;
  border-bottom: 1px solid #f8f8f8;
}
/* Header Mobile -------------------------------------- */
.header-mobile {
  display: none;
  z-index: 887;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  background-color: rgb(255, 255, 255); 
}
.header-mobile .wrapper {
  display: flex;
  flex-flow: row wrap;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  box-shadow: rgb(236, 239, 241) 0px 0px 0px 0.1rem;
}
.header-mobile .wrapper .menubutton {
  display: flex;
  flex-flow: row wrap;
  position: absolute;
  left: 0px;
  top: 0;
}
.header-mobile .wrapper .menubutton .toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; 
  color: rgba(0,0,0,.5); 
  cursor: pointer;
  height: 44px;
}
.header-mobile .wrapper .menubutton .toggler .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  content: "";
  background: no-repeat center center; 
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='7 0 15 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} 
.header-mobile .wrapper .center-wrapper {
  margin: 0px auto;
}
.header-mobile .wrapper .center-wrapper .mobile-logo{
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.header-mobile .wrapper .center-wrapper .mobile-logo img{
  height: 28px;
}
.header-mobile .wrapper .right-wrapper{
  display: flex;
  flex-flow: row wrap;
  position: absolute;
  right: 0px;
  top: 0;
}
.header-mobile .wrapper .right-wrapper .u_account{
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.header-mobile .wrapper .right-wrapper .u_account .person{
  padding: .25rem .75rem;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; 
  color: rgba(0,0,0,.5); 
  cursor: pointer;
}

/* Navbar Desktop ---------------------- */
.navbar {
  padding: 0 1rem;
}
.navbar-limpato{
  /* background-color: #F0F2F5 !important; */
  background-color: #ffffff !important;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, 0.05);
}
.navbar-limpato .navbar-nav .nav-link {
  color: rgba(0,0,0,.95);
  font-weight:700;
  padding: .812rem .75rem; 
}
.navbar-limpato .navbar-nav .nav-item:first-child .nav-link{
  padding-left: 0;
}
.navbar-limpato .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,.5);
}
.navbar-limpato .navbar-nav .active > .nav-link, 
.navbar-limpato .navbar-nav .nav-link.active, 
.navbar-limpato .navbar-nav .nav-link.show, 
.navbar-limpato .navbar-nav .show > .nav-link {
  color: rgba(0,0,0,.9);
}

/* Main Content ---------------------- */ 
.main-content{
  background: #f4f5f9;
  /* min-height: calc(-11.5rem + 100vh); */ 
  min-height: calc(-7.1rem + 100vh);
  padding-bottom: 1rem;
}

/* Featured Slider ---------------------- */ 
.align-center-vertical {
  margin-top: auto;
  margin-bottom: auto;
} 
.img-hover-scale {
  overflow: hidden;
  position: relative;
}
.img-hover-scale:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}
.top-right-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 3;
  color: #fff;
  background: #d5262b;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; 
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}
.arrow-cover {
  position: absolute;
  margin-top: -50px;
  right: 30px;
  font-size: 2px;
}
button.slick-arrow {
  background: none;
  border: 0;
  position: relative;
  padding: 0;
  margin: 0 5px;
}
button.slick-arrow [class^="fa"]::before {
  font-size: 15px;
}

.featured-slider2-items .post-thumb .thumb-overlay { min-height: 600px; }
.featured-slider2-items .post-thumb .thumb-overlay{min-height:600px;}
.featured-slider2 .post-content-overlay{position:absolute;transition-duration:0.2s;width:100%;top:200px;z-index:500;}
.featured-slider2 .post-content-overlay .post-title{max-width:50%;}
.thumb-overlay {
  position: relative;
}
.thumb-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
  background: -webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
  background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.featured-slider2 .post-content-overlay {
  position: absolute;
  transition-duration: 0.2s;
  width: 100%;
  top: 200px;
  z-index: 500;
}
.featured-slider2 .entry-meta-category{
  margin-bottom: 10px
}
.featured-slider2 .entry-meta-category a span{
  padding: 4px 10px 4px 19px;
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  background: #007aff;
  color: #ffffff;
}
.featured-slider2 .entry-meta-category a span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  margin-right: 3px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  border: 1px solid #fff;
}
.featured-slider2 .post-content-overlay .post-title {
  max-width: 50%;
}
.featured-slider2 .post-content-overlay .post-title a{
  color: #ffffff;
}
.featured-slider2 .post-content-overlay .entry-meta-info{
  margin: 1rem 0;
}
.featured-slider2 .post-content-overlay .entry-meta-info span {
  margin-right: 10px;
  color: #ffffff;
  font-size: 12px;
}
.featured-slider2 .post-content-overlay .entry-meta-info span i {
  margin-right: 3px;
}
.featured-slider2 .arrow-cover {
  position: absolute;
  left: 0;
  z-index: 300;
}
.featured-slider2 .arrow-cover {
  position: absolute;
  left: 0;
  z-index: 300;
  color: #ffffff;
}
.featured-slider2-nav-cover {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
} 
.featured-slider2-nav .slick-current img{
  border:5px solid;
  border-color: #ef3f48;
}
.featured-slider2 .arrow-cover{position:absolute;left:0;z-index:300;}
.featured-slider2 .arrow-cover i{color:#fff;}
.featured-slider2 .slider-post-thumb {
  cursor: pointer;
}
.featured-slider2 .slider-post-thumb img{
  max-width: 100%;
  height: auto;
  border-radius: .5rem;
}
.slick-current img {
  border-color: #ef3f48;
}

/* Home About ---------------- */
.home-about{
  background: url(../../../images/about-wrapper-bg.jpg) repeat left top;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.home-about .post-title{
  border-left: 6px solid #134775;
  padding: 0 0 0 20px;
  margin: 0 0 60px 0;
  position: relative;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 28px; 
}
.home-about .post-title span {
  color: #444444;
  font-size: 36px;
  font-weight: 700;
}
.home-about .post-title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #134775;
}
.home-about .post-title::before {
  top: 26%;
  left: -2px; 
  display: inline-block;
  position: absolute; 
  font-size: 28px;
}
.home-about .about-img{
  border: 5px solid #ffffff;
}

/* Events ------------------------------- */
.latest-events{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.latest-events .events-title {
  padding: 5px 0px;
  background: #14a5e4;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-bottom: 0px;
}
.latest-events .latest-events-wrap {
  border-radius: 5px;
  background: #174873;
}
.latest-events .latest-events-content{
  padding: 25px 30px 30px 24px;
}
.latest-events .latest-events-content .date{
  font-size: 13px;
}
.latest-events .latest-events-content .title a{
  font-size: 1.125rem;
  color: #ffffff;
  line-height: normal; 
  min-height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.latest-events .event-item{
  border-bottom: 1px dotted #14a5e4;
  color: #fff;
  margin-bottom: 22px;
  padding: 0 11px 22px;
}

/* Home News ------------------------------- */
.home-news {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.home-news .section-title{
  border-left: 6px solid #134775;
  padding: 0 0 0 20px;
  margin: 0 0 60px 0;
  position: relative;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 28px; 
}
.home-news .section-title span {
  color: #444444;
  font-size: 28px;
  font-weight: 700;
}
.home-news .section-title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #134775;
}
.home-news .section-title::before {
  top: 5%;
  left: -2px; 
  display: inline-block;
  position: absolute; 
  font-size: 28px;
}
.home-news article{
  margin-bottom: 50px;
}
.home-news h4.post-title, .home-news h4.post-title a {
  font-size: 1.35rem;
  color: #212529;
}
.home-news h4.post-title a:hover{
  color: #000000;
}
.home-news .thumb-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
  background: -webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
  background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.home-news .img-hover-slide {
  border-radius: .5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  min-height: 220px;
  overflow: hidden;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.home-news .img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.home-news .entry-meta-info{
  color: #889097;
  font-size: 12px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.home-news .entry-meta-info span{
  margin-right: .5rem;
}
.home-news .entry-meta-info span i{
  margin-right: .35rem;
}
.home-news .description{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  margin-bottom: 1rem;
  color: #506172;
  font-size: .9rem;
  font-weight: 300;
}
.home-news .readmore a{
  color: #131313;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase; 
}
.home-news .readmore a span {
  font-weight: 300;
  margin-left: .5rem;
}

/* Sidebar Widget ------------------------------- */
.sidebar-widget {
  margin-bottom: 50px;
}
.sidebar-widget .widget-header{
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
  position: relative !important;
}
.sidebar-widget .widget-header .widget-title{
  color: #152035;
  font-size: 1.25rem;
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  z-index: 2;
  margin-bottom: 10px !important;
}
.sidebar-widget .widget-header .widget-border{
  border-top: 1px solid #e0dede;
}
.follow-us a {
  display: block;
  padding: 12px 13px;
  color: #fff;
  width: 50%;
  border-radius: 5px;
  font-size: 15px;
  overflow: hidden;
  height: 46px;
}
.follow-us a.follow-us-facebook, .single-social-share a.facebook-icon {
  background: #305c99;
}
.follow-us a.follow-us-twitter, .single-social-share a.twitter-icon {
  background: #00cdff;
}
.follow-us a.follow-us-instagram, .single-social-share a.instagram-icon {
  background: #3f729b;
}
.follow-us a.follow-us-youtube, .single-social-share a.pinterest-icon {
  background: #e22b26;
}
.follow-us .social-icon {
  display: inline-block;
  position: relative;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
}
.follow-us i.v-align-space {
  border-right: 1px solid rgba(255,255,255,0.5);
  padding-right: 8px;
  line-height: 1;
}
.follow-us a i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .2s cubic-bezier(.65,.23,.31,.88);
  -o-transition: .2s cubic-bezier(.65,.23,.31,.88);
  transition: .2s cubic-bezier(.65,.23,.31,.88);
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.follow-us a i.nth-2 {
  position: absolute;
  top: 38px;
  left: 0;
} 
.follow-us a:hover i{
  -webkit-transform:translateY(-35px)!important;
  -ms-transform:translateY(-35px)!important;
  transform:translateY(-35px)!important;
}
.widget-categories ul, .widget-archive ul, .widget-pages ul, .widget-recent-comments ul, .widget-nav-menu ul{
  padding: 0;
  margin: 0;
}
.widget-categories li.cat-item, .widget-archive li, .widget-pages li, .widget-recent-comments li, .widget-nav-menu li {
  text-align: right;
  border-bottom: 1px dotted rgba(0,0,0,0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  list-style: none;
}
.widget-categories li.cat-item a, .widget-archive li a, .widget-pages li a {
  text-align: left;
  float: left;
  padding: 5px 0;
  color: #171616;
}
.sidebar-widget .post-thumb{
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-widget .post-thumb img{
  max-width: 100%;
}
.sidebar-widget .post-content .post-title a{
  color: #152035;
  font-size: .875rem;
}
.sidebar-widget .post-content .entry-meta{
  font-size: 11px;
  color: #889097;
  display: flex;
}
.sidebar-widget .post-content .entry-meta span{
  width: 50%;
}
.img-hover-scale {
  overflow: hidden;
  position: relative;
} 
.img-hover-scale:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}
.img-hover-scale img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}
.text-limit-2-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}
.widget-category-treeview {
  list-style: none;
  padding-left: 0;
}
.widget-category-treeview > ul {
  padding-left: 0;
  list-style: none;
}
.widget-category-treeview li a {
  font-size: 1rem; 
  color: #444444;
}
.widget-category-treeview li a span.total {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  font-weight: 400;
}
.tree ul {
  margin-left: 0;
}
.tree >ul li {
  list-style-type: none;
  margin:.25rem 0;
  position: relative;
}
.tree >ul li > ul{
  padding-left: 1rem;
}
/*
.tree >ul li::before {
  content: "";
  position: absolute;
  top:-3px;
  left:-15px;
  border-left: 1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-radius:0 0 0 0px;
  width:15px;
  height:15px;
}
.tree >ul li::after {
  position:absolute;
  content:"";
  top:11px;
  left:-15px;
  border-left: 1px solid #ccc;
  border-top:1px solid #ccc;
  border-radius:0px 0 0 0;
  width:15px;
  height:100%;
}
.tree >ul li:last-child::after  {
  display:none;
}
.tree >ul li:last-child:before{
  border-radius: 0 0 0 .135rem;
}
ul.tree> ul > li:first-child::before {
  display:none;
}
ul.tree> ul > li:first-child::after {
  border-radius: .135rem 0 0 0;
}
*/
.tree >ul li a {
  padding:2px 5px;
}



/* Home Galleries ------------------------------- */
.home-galleries .section-title{
  border-left: 6px solid #134775;
  padding: 0 0 0 20px;
  margin: 0 0 60px 0;
  position: relative;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 28px; 
}
.home-galleries .section-title span {
  color: #444444;
  font-size: 28px;
  font-weight: 700;
}
.home-galleries .section-title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #134775;
}
.home-galleries .section-title::before {
  top: 5%;
  left: -2px; 
  display: inline-block;
  position: absolute; 
  font-size: 28px;
}
.gallery-container {
  padding: 12px;
}
.gallery-item {
	overflow: hidden;
	padding: 3px;
	position:relative;
}
.gallery-item::before {
 background: rgba(42, 47, 80, 0.8) none repeat scroll 0 0;
 bottom: -20px;
 content: "";
 left: -20px;
 opacity: 0;
 position: absolute;
 right: -20px;
 top: -20px;
 transition: all 0.35s ease-out 0.2s;
 visibility: hidden;
 z-index: 1;
}
.gallery-item:hover::before {
 opacity: 1;
 transition-delay: 0s;
 visibility: visible;
}
.gallery-item .caption {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-10%);
	transition: all 0.35s ease-out 0s;
	visibility: hidden;
	z-index: 2;
	text-align:center;
	color: #d3d3d3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gallery-item:hover .caption, .gallery-item:hover .caption {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.gallery-item .caption::before, .gallery-item .caption::before {
  bottom: 10px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.35s ease-out 0s;
}
.gallery-item:hover .caption::before, .gallery-item:hover .caption::before {
 bottom: 20px;
 left: 20px;
 right: 20px;
 top: 20px;
}
.gallery-item .box {
	height: 350px;
	overflow: hidden;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gal-item a:focus {
	outline: none;
}
.gal-item a i {
	color:#fff;
	font-size:30px;
}
.modal-open .gallery-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gallery-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}
.modal-open .gallery-item .modal-body {
  padding: 0px;
}
.gallery-container .description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}
.gallery-container .description h4 {
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
/* News ------------------------------- */
.post-breadcrumb {
  margin-top: 1rem;
}
.post-breadcrumb .breadcrumb {
  background: #ffffff;
  font-size: 14px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.post-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #666666;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: ">";
}
.post-detail .post-header .post-title {
  font-weight: 600;
  font-size: 28px;
}
.post-detail .post-header .post-meta {
  font-size: 13px;
  color: #888;
}
.post-detail .post-header .post-meta a {
  color: #888;
}
.post-detail .post-image .image > img {
  width: 50%;
}
.post-detail .post-image .description {
  color: #888;
  padding-top: .5rem;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: normal;
}
.post-detail .post-tag {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.post-detail .post-tag a {
  background: #f0f0f0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 4px;
}
.post-source {
  line-height: normal;
}
.post-source .source {
  font-size: .92rem;
  padding: .35rem 0;
  overflow-y: scroll;
  color: #666;
}
.post-source .source a {
  color: #666;
}
.post-share-inline {
  text-align: right;
}
.post-share-inline > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-share-inline > ul li {
  display: inline-block;
}
.post-share-inline > ul li .icon-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 50%;
  background: #e6e6e6;
  border: none;
  color: #666;
  text-align: center;
  padding: .25rem 0;
}
.post-share-inline > ul li .icon-item.facebook {
  color: #3C5A99;
}
.post-share-inline > ul li .icon-item.twitter {
  color: #1DA1F2;
}
.post-share-inline > ul li .icon-item.whatsapp {
  color: #09a31e;
}
.post-share-inline > ul li .icon-item.mail {
  color: #C03A2C;
}
.copy_url .notif {
  display: inline-block;
  padding: 8px;
  position: absolute;
  z-index: 5;
  bottom: 0%;
  left: 50%;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  background: rgba(0,0,0,.75);
  color:#FFF;
  opacity: 1;
  border-radius: .35rem;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%) scale(0);
     -moz-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
       -o-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
.copy_url .notif::before {
  position: absolute;
  content: "";
  border: 3px solid;
  right: 50%;
  margin: 0 -7px 0 0;
  top: 100%;
  border-top: 8px solid rgba(0,0,0,.75);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: none;
}
.copy_url .notif.url_copied {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  bottom: 135%;
  -webkit-transform: translateX(-50%) scale(1);
     -moz-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
       -o-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
/* Events ------------------------------- */
.events .section-title{
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.events .loop-events .event-content{ 
  box-shadow: 0 0 5px 2px #f0f0f0;
  padding: 1rem;
}
.events .loop-events .event-content .event-title{
  font-size: 1.25rem; 
}
.events .loop-events .event-content .event-title a{
  color: #212529;
}
.events .loop-events .event-content .event-title a:hover{
  color: #000000;
}
.events .loop-events .event-content .entry-meta-info{
  font-size: .75rem;
  color: #888888;
  margin-bottom: .825rem;
}
.events .loop-events .event-content .entry-meta-info span{
  margin-right: 1rem;
}
.events .loop-events .event-content .entry-meta-info span i{
  margin-right: .35rem;
}
.events .loop-events .event-content .description{
  margin-bottom: 1rem;
  font-size: .875rem;
}
.events .loop-events .event-content .readmore{
  text-align: right;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}
.events .loop-events .event-content .readmore a{
  color: #131313;
}

/* Galleries ------------------------------- */
.loop-albums {
  padding: 12px;
}
.album-item {
	overflow: hidden;
	padding: 7px;
	position:relative;
}   
.album-item .box {
	height: 250px;
  overflow: hidden; 
}
.album-item .box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.album-item .description {
  padding-top: .5rem;
}
.album-item .description .album-title a{
  font-size: .875rem;
  color: #212529;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}

.modal-open .album-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .album-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}
.modal-open .album-item .modal-body {
  padding: 0px;
}
.album-item .modal-description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}
.album-item .modal-description h4 {
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}


/* Footer ------------------------------- */
.footer-top {
  background: #000F23;
  color: #fff;
  padding: 120px 0px;
}
.footer-widget{
  font-size: 13px;
}
.footer-widget img {
  margin-bottom: 40px;
  height: 85px;
}
.footer-widget p{
  margin-bottom: 0;
}
.footer-widget .social-icon {
  margin-top: 35px;
  font-size: 18px;
}
.footer-widget .social-icon ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer-widget .social-icon li {
  display: inline-block;
  margin: 0px 5px;
}
.footer-widget .social-icon li a {
  color: #fff;
}
.footer-menu {
  padding-left: 35px;
  border-left: 1px solid #454545;
}
.footer-widget h2 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer-menu ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: #fff;
}
.footer-bottom {
  padding: 40px 0px;
  background: #03001e;
}
.copyright {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  text-transform: uppercase;
}
.copyright a {
  color: #fff;
}