.sectionourgalleryvolunteers_block  {}
.main_sectiongalleryvolunteers {}
.galleryvolunteers_wrapper {}
.galleryvolunteers_cards_tabs {
	display: flex;
    max-width: 100%;
    width: 100%;
    flex-direction: column;
}
.galleryvolunteers_cards_tabs_top {
	display: flex;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    background-color: #FFFEFE;
    padding: 25px 37px;
    box-sizing: border-box;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    margin-bottom: 6px;
}
.galleryvolunteers_cards_tabs_top .left_label {
    max-width: 50%;
    width: 100%;
    display: flex;
    align-items: center;
}
.galleryvolunteers_cards_tabs_top .left_label h3 {
	font-size: 32px;
    font-weight: bold;
    color: #000;
}
.galleryvolunteers_cards_tabs_top .right_label {
	max-width: 50%;
/*    width: 100%;*/
    display: flex;
    margin-left:auto;
    justify-content: flex-end;
    background-color: #F9F5F5;
    padding: 5px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
}
.galleryvolunteers_cards_tabs_top .right_label a {
	margin-right: 2px;
    padding: 14px 20px;
    box-sizing: border-box;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    border-radius: 39px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;

}
.galleryvolunteers_cards_tabs_top .right_label a.active {
	background-color: #FA4616;
    color: #fff;
}
.galleryvolunteers_cards_tabs_bottom {}
.galleryvolunteers_cards_tabs_bottom .galleryvolunteers_wrp{
/*	display:none;*/
}
.galleryvolunteers_cards_tabs_bottom .galleryvolunteers_wrp .section_sliders_wrp {
	display: flex;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    flex-direction:column;
    
}
.galleryvolunteers_cards_tabs_bottom .galleryvolunteers_wrp .section_sliders_wrp.no_slider .slider_arrows { display:none !important;}
.galleryvolunteers_cards_tabs_bottom .galleryvolunteers_wrp .section_sliders_wrp.no_slider .slick-slider-dots { display:none !important;}
.galleryvolunteers_cards_tabs_bottom .section_slider_gallery {
    max-width: 100%;
    width: 100%;
    margin-bottom:20px;
}
.galleryvolunteers_cards_tabs_bottom .slider_item.slider_gallery_item {}
.galleryvolunteers_cards_tabs_bottom .volunteer_boxes_small {
    display: flex;
/*    max-width: calc(100% / 8);*/
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
}
.galleryvolunteers_cards_tabs_bottom .volunteer_boxes_small .volunteer_box{
	min-height: 175px;
    width: calc(100% / 8);
}
.galleryvolunteers_cards_tabs_bottom .box_vol{
    height: 100%;
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.galleryvolunteers_cards_tabs_bottom .box_vol.box_image{
	transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}
.galleryvolunteers_cards_tabs_bottom .box_vol.box_icon{
	display: flex;
    align-items: center;
    justify-content: center;
}
.galleryvolunteers_cards_tabs_bottom .box_vol.box_icon img{
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;

}
.galleryvolunteers_cards_tabs_bottom .box_vol.box_image .box_img_src {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
/*    background-color:#fff;*/
}


.galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small:hover .box_vol.box_icon img ,
.galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small:hover .box_vol.box_image .box_img_src {
    transform: scale(1.1);
}


@media only screen and (max-width: 1439px) { 
   
    .galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small {
        min-height:calc(100dvh / 7 );
        height:calc(100dvh / 7 );
    }
    .galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small .box_vol.box_icon img {
        max-width: calc(100% - 50px);
        height: auto;
    }
}

@media only screen and (max-width: 991px) { 
   
    .galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small {
        width: calc(100% / 7);
        min-height:calc(100dvh / 7);
        height:calc(100dvh / 7);
    }

    .galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small.box_count_5 {
        display:none;
    }
}
@media only screen and (max-width: 767px) { 
   
    .volunteer_wrapper .volunteer_box.volunteer_box_small {
        
        width: calc(100% / 6);
    }

    .volunteer_wrapper .volunteer_box.volunteer_box_small.box_count_4 {
        display:none;
    }
    .galleryvolunteers_cards_tabs_top {
        flex-wrap: wrap;
        padding: 22px 8px;
    }
    .galleryvolunteers_cards_tabs_top .left_label {
        padding-left: 0px;
        text-align: center;
        justify-content: center;
        max-width: 100%;
    }
    .galleryvolunteers_cards_tabs_top .right_label a {
        padding-top:9px;
        padding-bottom:9px;
    }
    .galleryvolunteers_cards_tabs_top .right_label {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        max-width:100%;
    }
    
}
@media only screen and (max-width: 599px) { 
   
    .galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small {
        
        width: calc(100% / 5);
    }
    .volunteer_wrapper .volunteer_box.volunteer_box_small.box_count_3 {
        display:none;
    }
    
}
@media only screen and (max-width: 499px) { 
    
    .galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small {
        
        width: calc(100% / 4);
    }
    .galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small.box_count_2 {
        display:none;
    }
    
}
@media only screen and (max-width: 399px) { 
    .galleryvolunteers_wrapper {
        display:flex;
        flex-wrap:wrap;
        flex-direction: column; 
    }
   
    .galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small {
        
        width: calc(100% / 3);
    }
    .galleryvolunteers_cards_tabs_bottom .volunteer_box.volunteer_box_small {
        max-width:100%;
    }
    
}