/* body {
	background-image: url(../images_europerfiles/fondo4.jpg) !important;
} */

/*
section {
	background: none !important;
} */

.bg_europerfiles {
	background-image: url(../images_europerfiles/fondo4.jpg) !important;
}

.bgwhite {
	background: #fff !important;
}

#inicio {
	background-image: url(../images_europerfiles/ebanner1.jpg);
}

/*
#text-fade {
	background: #3ab2c2;
}*/

#page-banner {
	background-image: url(../images_europerfiles/banner1.png);
}

.bg-intro {
	background-image: url(../images_europerfiles/img1.png);
}

.dark #navigation.fixed {
    background-color: #01263c !important;
}

#bg-counter {
	background-image: url(../images_europerfiles/img2.jpg);
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 4px !important;
    font-size: 18px;
    line-height: 20px;
}

.padding {
    padding: 4rem 0;
}


.btn_pdf {
    width: 100%;height: 50px;background: #3ab2c2;margin-top: 10px;padding: 13px;color:#fff;
}



/*-------------------------------*/
   /* Portfolio grids */
/*-------------------------------*/

/*Filters */
.cbp2-l-filters,
.cbp2-l-filters .cbp2-filter-item {
   display: inline-block;
}
.cbp2-l-filters .cbp2-filter-item {
    cursor: pointer;
    margin: 0 1rem;
}
.cbp2-l-filters .cbp2-filter-item:first-child{
   margin-left: 0;
}
.cbp2-l-filters .cbp2-filter-item:last-child{
   margin-right: 0;
}
.cbp2-l-filters .cbp2-filter-item-active {
    cursor: default;
}
.cbp2-l-filters .cbp2-filter-item span {
    color: #414141;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 8px;
}
.cbp2-l-filters .cbp2-filter-item span::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ef233c;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}
.cbp2-l-filters.dark .cbp2-filter-item span::after {
   background: #414141;
}
.cbp2-l-filters .cbp2-filter-item span:hover::after, 
.cbp2-l-filters .cbp2-filter-item-active span::after{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}



.load-more, .overlay{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*(masonry) */
.overlay{
    background: rgba(239,35,60,.95);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    padding: 2.5rem 1.875rem;
    -webkit-transform: translate(-30px, 10px);
    -ms-transform: translate(-30px, 10px);
    -o-transform: translate(-30px, 10px);
    transform: translate(-30px, 10px);
}
.cbp2-item .overlay{
   background: rgba(0,0,0,.95);
}
.cbp2-item .overlay.light,
.overlay.light{
   background: rgba(255,255,255,.85);
   left: 10px; bottom: 10px;
   right: 10px; top: 10px;
}
.cbp2-item:hover .overlay{
    opacity: 1;
    visibility: visible;
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   transform: translate(0, 0);
}
.overlay ul{
   opacity: 0;
   -webkit-transform: scale(0.7);  
   -ms-transform: scale(0.7);
   -o-transform: scale(0.7);
   transform: scale(0.7);
   -webkit-transition-delay: .2s;
   -o-transition-delay: .2s;
   transition-delay: .2s;
   -webkit-transition-duration: .3s;
   -o-transition-duration: .3s;
   transition-duration: .3s;
}
.cbp2-item:hover .overlay ul{
   opacity: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
.overlay.light .social li a:hover,
.overlay.light .social li a:focus{
   background: #414141;
   border: 1px solid #414141;
   color: #fff;
}
#nospace-grid h3{
    font-weight: bold;
    font-size: 2.25rem;
}
.overlay h3{
    font-weight: bold;
}
.cbp2-l-loadMore-button{
    text-align: left;
} 
/*load more*/
.load-more, .loadmore-dark,
.cbp2-l-loadMore-button .cbp2-l-loadMore-link, 
.cbp2-l-loadMore-button .cbp2-l-loadMore-button-link{
    width: 100%;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    color: #fff;
    display: block;
    position: relative;
    font-family: 'Open Sans';
    margin-top: -1px;
    font-size: 1rem;
    line-height: 1;
    border: none;
}
.loadmore-dark,
.cbp2-l-loadMore-button .cbp2-l-loadMore-link, 
.cbp2-l-loadMore-button .cbp2-l-loadMore-button-link {
     background: #ef233c;
    font-weight: bold;
}
.load-more > i, .loadmore-dark > i,
.cbp2-l-loadMore-button .cbp2-l-loadMore-link i, 
.cbp2-l-loadMore-button .cbp2-l-loadMore-button-link i{
    margin-left: 10px;
    font-size: 24px;
    vertical-align: middle;
    color: inherit;
}
.float >i, .cbp2-l-loadMore-link.float i{
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.load-more:hover, .load-more:focus,
.loadmore-dark:hover, .loadmore-dark:focus,
.cbp2-l-loadMore-button .cbp2-l-loadMore-link:hover,
.cbp2-l-loadMore-button .cbp2-l-loadMore-link:focus,
.cbp2-l-loadMore-button .cbp2-l-loadMore-button-link:hover,
.cbp2-l-loadMore-button .cbp2-l-loadMore-button-link:focus{
    color: #fff;
}

/*portfolio Single full page*/
.single-items{
   position: relative;
   width: 100%;
   overflow: hidden;
}
.item-one{
   background: url(../images/single-portfolio1.jpg) no-repeat;
}
.item-two{
   background: url(../images/single-portfolio2.jpg) no-repeat;
}
.item-three{
   background: url(../images/single-portfolio3.jpg) no-repeat;
}
.item-four{
   background: url(../images/single-portfolio4.jpg) no-repeat;
}
.item-five{
   background: url(../images/single-portfolio5.jpg) no-repeat;
}
.item-six{
   background: url(../images/single-portfolio6.jpg) no-repeat;
}
.item-seven{
   background: url(../images/single-portfolio7.jpg) no-repeat;
}
.item-eight{
   background: url(../images/single-portfolio8.jpg) no-repeat;
}
.item-nine{
   background: url(../images/single-portfolio9.jpg) no-repeat;
}
.single-items{
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
   background-attachment: fixed;
   padding: 18rem 0;
}
.single-items .item-titles h3 {
   font-size: 2.5rem;
   font-weight: 100;
}
.single-items .whitecolor h3{
   text-shadow: 0px 2px 2px rgba(0,0,0,.7);
}
.single-items .darkcolor h3{
   text-shadow: 0px 1px 1px rgba(0,0,0,.5);
}
.single-items .item-titles h3 strong{}
.single-items .item-titles p {
    font-size: 1.125rem;
}
.single-items .item-titles li a {
    height: 44px;
    line-height: 42px;
    width: 44px;
    font-size: 20px;
}
.single-items .item-titles .button:hover,
.single-items .item-titles .button:hover {
   background: #ef233c;
   border: 2px solid #ef233c;
   color: #fff;
}

@media screen and (max-width: 1600px){
    #nospace-grid h3{
        font-size: 1.875rem;
    }
    .overlay p{
        font-size: 15px;
    }
}
@media screen and (max-width: 1400px){
    #nospace-grid h3{
        font-size: 1.5rem;
    }
    .overlay p{
        font-size: 14px;
    }
   .single-items{
      padding: 15rem 0;
   }
}

@media screen and (max-width: 992px){
    #nospace-grid h3{
        font-size: 1.375rem;
    }
   .overlay{
      padding: 1rem .5rem;
   }
    .overlay p{
        font-size: 13px;
    }
   .single-items{
      padding: 12rem 0;
   }
}
@media screen and (max-width: 767px){
   .single-items{
      padding: 8rem 0;
      background-position: 50% 50%;
   }
   .overlay ul{
      margin-bottom: 20px;
   }
   .overlay p{
      display: none;
   }
}
/*-------------------------------*/
   /* Portfolio grid ends */
/*-------------------------------*/


ul.social li a {
    height: 42px;
    line-height: 40px;
    width: 42px;
    font-size: 24px;
    border: 1px solid #979797;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.whitecolor {
    color: #ffffff;
    text-shadow: #171717 2px 2px 6px !important;
}

#page-banner .heading-title {
    color: #3ab2c2;
    text-shadow: #171717 2px 2px 6px !important;
}

.button.defaulthole {
    border: 2px solid #42d9e4;
    color: #fff;
    background: #42d9e4;
}