/*
Titluri ( h1-h5 ):  Roboto Condensed,sans-serif
Body : Mulish,sans-serif 
*/

/* @font-face {
    font-family: Futura;
    src: url(/media/templates/site/ficf/fonts/Futura-Book.ttf);
}

@font-face {
    font-family: Futura-Bold;
    src: url(/media/templates/site/ficf/fonts/Futura-Bold.ttf);
}
@font-face {
    font-family: Futura-Light;
    src: url(/media/templates/site/ficf/fonts/Futura-Light.ttf);
}
@font-face {
    font-family: Alga;
    src: url(/media/templates/site/ficf/fonts/Alga-Regular.ttf);
}
@font-face {
    font-family: Alga-Italic;
    src: url(/media/templates/site/ficf/fonts/Alga-Regular-Italic.ttf);
} */







html{
    position: relative;
    top: 0;
    left:0;
    width: 100%;
}
body , .p, ol li,  ul li{
    margin: 0 !important;
    font-family: 'Mulish', sans-serif;
}
body {
    color: #fff;
    background-color: #000000;
}


/* fullpage is a div that fill all the viewport */
#fullpage{
    position: relative;
    /* background-color: #000000; */
    background-color: #000000;
}

#fullpage .subtitle p,
#fullpage .text-right-container p {
    /* font-family: "Futura-Light"; */
    /* font-style: normal; */
    /* font-weight: 300; */
    /* font-size: 32px; */
    /* font-size:calc(((14px + (32 - 14) * ((100vw - 360px) / (1920 - 360))) + (14px + (32 - 14) * ((100vh - 540px) / (1080 - 540)))) / 2 ); */
    font-size:calc(((12px + (32 - 12) * ((100vw - 360px) / (1920 - 360))) + (12px + (32 - 12) * ((100vh - 540px) / (1080 - 540)))) / 2 );
    /* font-size: 3.8vmin; */
    line-height: 1.2;
    color: #FFFFFF;
    margin-top: clamp(12px, 4vh, 64px);
    margin-bottom: 0;
    max-width: 50ch
}

#fullpage div.subslide .subtitle,
#fullpage div.subslide .subtitle p {
    /* max-width: 75ch; */
}


.section {
    padding: 0;
}        


/* sections nav */
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
#sections_nav {
    position: fixed;
    right: 20px;
    /* background-color: red; */
    z-index: 2;
    top: 32vh;
}
#sections_nav div {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin: 21px 0;
}
#sections_nav li.active div {
    background-color: #fff;
}
#sections_nav div:hover {
    background-color: #fff;
}

/* 
body.fp-viewing-footer #sections_nav div{
    background-color: rgba(0, 0, 0, 0.2) !important;
}
body.fp-viewing-footer #sections_nav li.active div{
    background-color: #000 !important;
}         
*/

.text_container {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    align-items: start;
    justify-content: end;
    -webkit-justify-content: flex-end !important;
    padding-top: clamp(65px, 6vw, 230px);
    padding-bottom: clamp(32px, 6vw, 90px);
    padding-left: clamp(32px, 5vw, 120px);
    padding-right: clamp(32px, 5vw, 120px);
    color: white;
    text-align: left;
}        


h2.title {
    font-weight: 400;
    font-size: calc(48px + (100 - 48) * ((100vw - 360px) / (1920 - 360)));
    font-size: calc(((48px + (100 - 48) * ((100vw - 360px) / (1920 - 360))) + (48px + (100 - 48) * ((100vh - 540px) / (1080 - 540)))) / 2 );
    font-size: -webkit-calc(((48px + (100 - 48) * ((100vw - 360px) / (1920 - 360))) + (48px + (100 - 48) * ((100vh - 540px) / (1080 - 540)))) / 2 );
    font-size: -moz-calc(((48px + (100 - 48) * ((100vw - 360px) / (1920 - 360))) + (48px + (100 - 48) * ((100vh - 540px) / (1080 - 540)))) / 2 );
    /* font-size: 9vmin; */
    max-width: 1310px;

    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
}

.subtitle {
    /* font-family: Futura-Light; */
    font-weight: 300;
    font-size: calc(((14px + (32 - 14) * ((100vw - 360px) / (1920 - 360))) + (14px + (32 - 14) * ((100vh - 540px) / (1080 - 540)))) / 2 );
    font-size: -webkit-calc(((14px + (32 - 14) * ((100vw - 360px) / (1920 - 360))) + (14px + (32 - 14) * ((100vh - 540px) / (1080 - 540)))) / 2 );
    font-size: -moz-calc(((14px + (32 - 14) * ((100vw - 360px) / (1920 - 360))) + (14px + (32 - 14) * ((100vh - 540px) / (1080 - 540)))) / 2 );
    line-height: 1.2;
    max-width: 810px;
}


.fp-bg {
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.7;
}


#fullpage .fp-controlArrow.fp-prev {
    display: block;
    left: 5%;
    border: none;
    width: 5vw;
    height: 6vh;
    background: url('/images/arrow_right.svg') no-repeat;
    cursor: pointer;
    top: 93vh;
    /* transform: rotate(180deg); */
    background-size: contain;
    margin-top: 0;
}

#fullpage .fp-controlArrow.fp-next {
    right: 5%;
    border: none;
    width: 5vw;
    height: 6vh;
    background: url('/images/arrow_left.svg') no-repeat;
    cursor: pointer;
    top: 93vh;
    background-size: contain;
    margin-top: 0;
}



/* temp */
html body.site div[style*="z-index:9999999"] a {
    display: none !important;
}

header.container-header {
    background-color: transparent;
    background-image: none;
    
    -webkit-box-shadow: none;
    /* box-shadow: inset 0 5px 5px rgba(0,0,0,.03); */
    /* position: relative; */
    z-index: 9999999999;

    position: fixed !important;
    width: 100%;
}


.container-header .navbar-brand {
    -webkit-margin-end: auto;
    color: #fff;
    display: flex;
    font-size: 2rem;
    /* margin-inline-end: auto; */
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    position: relative;
    justify-content: space-between;
    width: 100%;
}        

.container-header nav,
.metismenu.mod-menu .metismenu-item  {
    justify-content: flex-end;    
    margin-top: 0;        
}
.metismenu.mod-menu .metismenu-item  {
    padding-right: 0;
}

.fp-slidesNav.fp-bottom {
    display: none;
}


.brand-logo img {
	max-height: 88px;
	width: auto;
	padding-top: 2px;
}

body.fp-viewing-art-terapie-si-deprinderi-de-viata-independenta-principal .fp-controlArrow.fp-prev,
body.fp-viewing-smile-camera-de-joc-principal .fp-controlArrow.fp-prev,
body.fp-viewing-smile-spatiu-prietenos-principal .fp-controlArrow.fp-prev,

body.fp-viewing-hans-loots-education-fund-principal .fp-controlArrow.fp-prev,
body.fp-viewing-e-mai-usor-sa-ingrijesti-un-copil-fericit-principal .fp-controlArrow.fp-prev,

body.fp-viewing-volontariat-la-ficf-principal .fp-controlArrow.fp-prev,
body.fp-viewing-directionez-a-20-principal .fp-controlArrow.fp-prev,
body.fp-viewing-redirectionare-aza-3-5-principal .fp-controlArrow.fp-prev

{
	display: none !important;
}



@media (max-width: 468px) {
    #fullpage .fp-controlArrow.fp-next,
    #fullpage .fp-controlArrow.fp-prev {
        width: 10vw;
    }
}

a {
    color:white;
}
a:not([class]) {
    text-decoration:underline
}
a:focus,
a:hover {
    color:white;
}



    /* slide slick  */

    .team_slide {
        font-size: 36px;
        /* line-height: 100px; */
        margin: 10px;
        position: relative;
        text-align: center;
    }


    #carousel-service,#carousel-committee {
        width: 100vw;
        left: -5.7%;
    }


    .slick-slide {
        transform: scale(0.9);
        margin:0 -10px;
        /* min-width: 450px; */
    }

    .slick-slide.slick-center {
        transform: scale(0.96);
        margin: 0 2px;
    }

    .slick-slide {
        width: 560px;
    }

    @media (max-width:1440px) {
        .slick-slide {
            width: 460px;
        }
    }
    @media (max-width:1240px) {
        .slick-slide {
            width: 360px;
        }
        .team_slide {
            font-size: 18px;
        }
    }
    @media (max-width:767px) {
        .slick-slide {
            width: 300px;
        }


    }
    @media (max-width:460px) {
        .slick-slide {
            width: 266px;
        }
    }

    .team_slide.ts1,
    .team_slide.ts2,
    .team_slide.ts3,
    .team_slide.ts4 {
        background-size: cover;
        background-position-y: inherit;
        background-position: 50% 0%;
    }

    .team_slide {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        /* padding: 10px; */
    }

    .team_slide .text_slide {
        display: flex;
        flex-direction: column;
        -webkit-justify-content: flex-end !important;
        justify-content: end;
        height: 100%;
        text-align: left;
        position: relative;
    }

    .slick-track {
        height: 64vh;
    }

    .slick-prev {
        left: 0;
        top: 90%;
        z-index: 9;
    }

    .slick-next {
        right: 15px;
        top: 90%;
    }

    .right_team{
        padding: 10px 10px 0 10px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .left_team{
        padding: 0 10px 10px 10px;
        background-color: rgba(0, 0, 0, 0.5);
    }


    .video-container {
        /* background-color: red; */
        /* position: absolute;
        top: 40vh;
        right: 6vw; */
        width: 371px;
        height: 209px;
        margin-left: clamp(32px, 5vw, 120px);
    }
    .text_container2 {
        display: flex;
        flex-direction: row;
        align-items:center;
        justify-content:flex-start;
    }
    .text_container6 {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: end;
        -webkit-justify-content: flex-end !important;
        padding-top: clamp(65px, 6vw, 230px);
        padding-bottom: clamp(32px, 6vw, 90px);
        padding-left: clamp(32px, 5vw, 120px);
        color: white;
        text-align: left;
    }

    .text-right-container {
        /* background-color: red; */
        text-align: center;
        width: 50%;
    } 

    #fullpage p.petit {
        /* font-family: "Futura-Light"; */
        /* font-style: normal; */
        /* font-weight: 300; */
        /* font-size: 32px; */
        /* font-size:calc(((14px + (32 - 14) * ((100vw - 360px) / (1920 - 360))) + (14px + (32 - 14) * ((100vh - 540px) / (1080 - 540)))) / 2 ); */
        font-size:calc(((6px + (32 - 12) * ((100vw - 360px) / (1920 - 360))) + (6px + (32 - 12) * ((100vh - 540px) / (1080 - 540)))) / 2 );
        /* font-size: 3.8vmin; */
        line-height: 1.2;
        color: #FFFFFF;
        margin-top: clamp(12px, 4vh, 64px);
        margin-bottom: 0;
        max-width: 50ch
    }    

    @media (max-width:980px) {
        .text_container2 {
            flex-direction: column;
        }
    }    


    /* hikashop */

    div.hikashop_category_information {
        height: 100vh;
        position: relative;
        touch-action: none;
        transform: translate3d(0px, 0px, 0px);
    }

    div.hikashop_products_listing {
        position: absolute;
        bottom: 40px;
    }

    div.hikashop_footer,
    div.hikashop_products_pagination {
        display: none !important;
    }

    div.hikashop_product div.hikashop_subcontainer {
        background-color: #000000 !important;
    }