html,body{
    font-family: 'Open Sans Condensed', sans-serif;
    color:#626262;
}
a {
    text-decoration: none;
}
.custom-background{
    font-size: 100%;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-image: url(../../images/site/bg.jpg);
    background-attachment: fixed;
}

p{
    font-size: 1.3rem;
}
a:hover{
    text-decoration: none;
}
.eematico-navbar{
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
}
.menu-toggle{
    height: 60px;
    padding: 16px 8px;
}
.menu-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    margin: 5px;
    background-color: #11B1AB;
}
.menu-toggle i{
    font-size: 35px !important;
    color:#11B1AB;
    display: none;
    padding: 0px 9px;
}
.active-menu-toggle{
    height: 35px;
    padding:0px;
}
.menu-toggle:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: transform .6s ease;
}
.menu-navbar-container{
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 78px; /* Stay at the top */
    right: 0;
    background-color: #FFFFFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.menu-width{
    width:250px;
    z-index: 3;
    box-shadow: -1px 0 4px 1px #aaaaaa;
}
.menu-navbar-container ul{
    list-style: none;
    margin:0;
    padding:0;
}
.menu-navbar-container a{
    font-size: 23px;
    padding: 15px 25px;
    display: block;
    color: #11B1AB;
    text-decoration: none;
    text-align: center;
}
.menu-navbar-container li a:hover {
    background-color: #138C87;
    color: #fff;
}
.menu-navbar-container > ul > li{
    margin: 0;
    padding: 0;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

#carousel{
    margin-top:78px;
    min-width: 100%;
}
.carousel-container{
    z-index: 1;
    background-color:rgba(0,0,0,.32);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    text-align:center;
}
.w-100.desktop-image{
    display:block!important;
}
.w-100.mobile-image{
    display:none!important;
}
.carousel-container .custom-scroll-down{
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
}
.carousel-container .custom-scroll-down:hover{
    box-shadow: 0 0 100px 0 #fff;
    text-shadow: 1px 1px 9px #fff;
}
.carousel-container .custom-scroll-down i{
    font-size:5rem;
    border:4px solid #fff;
    color:#fff;
    border-radius:50%;
    padding:0 15px;
}
.carousel-container .custom-scroll-down .center-i{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom:14%
}
.carousel-caption{
    transform: translateY(-50%);
    bottom: auto;
    top: 50%;
    z-index: 2;
}

.carousel h5{
    font-size: 5.5rem;
    font-weight: 300;
    text-shadow: 1px 1px 90px #fff;
}
.carousel-caption p{
    font-size:2rem;
    color:#ffffff;
}

.section{
    box-shadow: 0 1px 6px 2px rgba(0,0,0,.13);
    background-color: rgba(255,255,255,.82);
    padding:60px 0px;
}
.section.blog {
    background-color:transparent;
}
.section.blog .page-title-inverted{
    text-shadow: 0px 2px 54px rgba(0,0,0,.89);
}
.section.echipa .page-title-inverted{
    text-shadow: 0px 2px 54px rgba(0,0,0,.89);
}
.section.ong .page-title-inverted{
    text-shadow: 0px 2px 54px rgba(0,0,0,.89);
}
.section.sponsori .page-title-inverted{
    text-shadow: 0px 2px 54px rgba(0,0,0,.89);
}
.section.echipa{
    background-color:transparent;
}
.section.box .img-fluid{
    margin-bottom:2rem;
}
.section.toys{
    background-color: rgba(86,86,86,.56);
}
.section.ong{
    background-color:transparent;
}
.section.newsletter{
    background-color: rgba(86,86,86,.56);
}
.section.error-page{
    background-color: rgba(86,86,86,.56);
    margin-top:78px;
}
.section.sponsori{
    background-color:transparent;
}
.section.contact{
    background-color:rgba(86,86,86,.56);
}
.section.footer{
    background-color: rgba(255,255,255,.82);
}
.page-title{
    text-align: center;
    font-size: 4.5rem;
    margin-bottom: 3rem;
    letter-spacing: 9px;
}
.page-title-inverted{
    text-shadow: 0 1px 90px rgba(0,0,0,.89);
    color:#ffffff;
    text-align: center;
    font-size: 4.5rem;
    margin-bottom: 3rem;
    letter-spacing: 9px;
}
.programe .col-lg-4{
    text-align: center;
}
.eematico-steam-para{
    margin-top:1rem;
}
.programe img{
    border-radius: 100%;
    border: 10px solid #fff;
    display: block;
    margin:0 auto;
}
.programe img:hover{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: border-color 1s,transform .4s linear;

}
.programe img.first-cat:hover{
    border-color: #53c250;
}
.programe img.second-cat:hover{
    border-color: #ff0000;
}
.programe img.third-cat:hover{
    border-color: #0058FF;
}
.custom-border-right{
    border-right: 1px dashed #000;
}

/*blog section*/
.card-img {
    /*position: relative;*/
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
    width: 100%;
    /*height: 300px;*/
    margin:0 auto;
}

.card-img img {
    display: block;
    padding:10px 10px 0px 10px;
    max-width: 100%;
    width: 350px;
    height: 250px;
    object-fit: contain;
    margin:0 auto;
}
.card-content{
    background-color:#ffffff;
    border-radius:10px;
}
.card-img span {
    position: absolute;
    top: 40px;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    /*top: 50%;  !* position the top  edge of the element at the middle of the parent *!*/
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    cursor:pointer;
}
.card-img span h4{
    font-size: 1rem;
    margin: 0;
    padding: 10px 10px;
    line-height: 0;
}
.card-img span:hover{
    background-color:#F37539;
}

.card-img a{
    color:#fff;
    display: block;
}
.card-img span h4 a:hover{
    color:#fff;
}
.card-desc {
    padding: 1.25rem;
    text-align: center;
}

.card-desc h3 {
    color: #626262;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    min-height: 63px;
}

.card-desc p {
    font-size: 1em;
    line-height: 1.5;
}
.btn-container{
    text-align:center
}
.btn-container.custom-margin{
    margin-top:40px;
}
.btn-card{
    display: inline-block;
    background-color: #11B1AB;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .64rem 1.6rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    font-size:1.4rem;
}
.btn-card:hover {
    background: #F37539;
}
.btn-card-inverted{
    display: inline-block;
    background-color: #F37539;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .64rem 1.6rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    font-size:1.4rem;
}
.underline-row .btn-card-inverted{
    padding: .34rem 1.4rem;
    margin-top: 0.16rem;
}
.btn-card-inverted:hover{
    background:#11B1AB;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
a.btn-card-inverted{
    text-decoration:none;
    color:#fff;
}
.gdrp-attention p{
    font-size:1rem;
}
.gdrp-attention h5{
    font-size:1rem;
}
#submit-form{
    margin:20px 0px;
}
form p{
    font-size:1rem;
}
.form-newsletter{
    margin-bottom: .5rem;
    font-size:1rem;
}

/*//pages*/
.question{
    margin-top:.7rem;
}
h2.event-title{
    font-size:1.75rem;
    color:#626365;
    padding-top:10px;
    padding-bottom:40px;
    text-decoration: none;
    text-align:center;
}
.underline-row{
    border-bottom: 2px solid #F37539;
    margin-left:0;
    margin-right:0;
}
.register-col{
    padding-right:0px;
}
.btn-card-inverted.inscriere{
    float:right;
}
.page-reg-title{
    font-size: 35px;
    text-align: left
}
.gallery-title{
    display: block;
    margin-bottom: 25px;
    text-align: right;
    font-size: 30px;
    padding-bottom: 13px;
    border-bottom: 2px solid #11B1AB;
}
.margin-top-pages{
    margin-top:85px;
}
.content-events{
    opacity:0;
    display:none;
    /*height: 0;*/
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    position: relative;
}
.content-events.first-cat .row.first-cat,
.content-events.second-cat .row.second-cat,
.content-events.third-cat .row.third-cat{
    display: flex;
}
.row.first-cat,
.row.second-cat,
.row.third-cat{
    display:none;
}
.showdiv{
    opacity:1;
    display:block;
    height: 100%;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
}
.custom-opacity{
    opacity:0.2;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.content-events.first-cat{
    opacity:1;
    display:block;
    height: 100%;
    background-color: rgba(205,219,40,.32);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;

}
.content-events.first-cat img:hover{
    border-color: #53c250;
}
.content-events.second-cat{
    opacity:1;
    display:block;
    height: 100%;
    background-color: rgba(243,113,53,.32);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;

}
.content-events.second-cat img:hover{
    border-color: #ff0000;
}
.content-events.third-cat{
    opacity:1;
    display:block;
    height: 100%;
    background-color: rgba(0,175,171,.32);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;

}
.content-events.third-cat img:hover{
    border-color: #0058FF;
}
.content-events .close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index:2;
    text-align: right;
}

.close .fa{
    color: #fff;
    text-shadow: 0 1px 50px rgba(0,0,0,.44);
    font-size:35px;
    margin-top: 15px;
    margin-right: 10px
}
.content-events img{
    width:100%;
    max-width: 120px;
    margin-top: 40px;
}
.content-events img:hover{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: border-color 1s,transform .4s linear;
}
.team-member{
    padding:0;
    position: relative;
    cursor: pointer;
}
.team-member:hover .team-member-box{
    opacity:1;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.team-member-box{
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.team-member img{
    border:5px solid transparent;
}
.team-member-box p{
    margin-bottom: 0.2rem;
    color:#ffffff;
    line-height: 0.8;
}
.team-member-box i{
    border: 1px solid #fff;
    border-radius: 50%;
    padding-left: 5px;
    padding-right: 5px;
    color:#fff;
}
.seven-col .col-lg-2,
.sevel-col .col-md-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%
}
.team-para{
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 1.3rem;
    text-align: justify;
    margin:40px 0;
    background-color: rgba(255,255,255,.87);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.21);
}
.subcontainer-team{
    position: relative;
    background-color: rgba(255,255,255,.82);
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom:40px;
    display:none;
}
.recapthca-error{
    color:#ff0000;
    display:none;
}
.img-memeber-left{
    max-width: 150px;
    width:100%;
    display: block;
    border-radius:7px;
}
.team-member-name{
    color: #F37539;
    font-size: 1.8rem;
}
.subcontainer-team .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    text-align: right;
}
.team-member-description{
    margin-bottom:1.6rem;
    padding-bottom:1.6rem;
    text-align: justify;
    border-bottom: 2px dashed #ffa500
}
.team-container-row{
    margin-top:40px;
}
.testimonial-container{
    box-shadow: 0 1px 0 0 rgba(133,0,0,.66),0 1px 8px 0 rgba(102,0,0,.42);
    padding: 20px 20px 20px;
    border-radius: 4px;
    z-index: 1;
    background-color: #fff
}
.para-testi{
    text-align: justify;
    /*margin: 0 0 15px;*/
    color: #7A7A7A;
}
.testimonial-container i{
    display: inline-block;
    font-size: 60px;
    color: #F37539;
}
.author-name{
    font-family: Allura, cursive;
    font-size: 26px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    margin:0;
    text-align: left;
    color:#F37539;
}
.author-age{
    margin: 0;
    text-align: left;
    font-style: italic;
    font-weight: 400;
}
.testimoniale .col-sm-12{
    margin-bottom:20px;
}
.testimoniale .btn-card{
    margin-top:20px;
}
.hide-testimonials{
    display: none;
}
.newsletter .team-para{
    margin-top:0px;
}
.newsletter .btn-card-inverted{
    margin-top:20px;
}
.contact .col-lg-4{
    text-align:center;
}
.contact i{
    box-shadow: 0 1px 0 0 rgba(0,0,0,.37),0 1px 8px 0 rgba(0,0,0,.59);
    background-color: #F37539;
    padding: 12px;
    font-size: 38px;
    color:#fff;
    border-radius:4px;
    width:62px;
    height:62px;
}
.contact i:hover{
    background-color: #00B0AA;
}
.contact .col-lg-4 p{
    margin: 20px auto 0;
    background: 0 0;
    padding: 0;
    text-shadow: 0 1px 60px #3b868f;
    box-shadow: none;
    color:#fff;
}
h4.footer-title{
    padding-bottom: 25px;
    line-height: 1.4;
    font-size:2rem;
    margin-top: 0;
    margin-bottom: 10px;
    color: #626262;
    letter-spacing: 8px
}
.footer-social a{
    padding:0 5px;
}
.footer-social a i{
    padding: 0 5px;
    font-size: 2rem;
    color: #F37539;
}
.footer-social a i:hover{
    color: #00B0AA;
}
.footer .col-lg-6{
    text-align:center;
}
.footer-terms{
    color: #626262;
}
.footer-terms a{
    display:block;
    color: #626262;
    font-size:1rem;
}
.footer-terms a:hover{
    color: #F37539;
    font-size:1.2rem;
}
.custom-page-body{
    padding:25px 0px;
}
.page-image-container img{
    padding:10px 0px;
}
.newsletter-msg{
    display: none;
}
.blog-primary-image{
    margin:20px 0px;
}
.blog-reg-title{
    margin-top:20px;
    font-size: 35px;
}
.col-12.blog-title-col{
    padding-left:0;
    padding-right:0;
}
/* start blog navigation*/
/* Icon 1 */
.navbar-light.amber .navbar-brand{
    color:#626262;
}
ul.navbar-nav.mr-auto{
    color:#626262;
}
ul.navbar-nav.mr-auto .nav-item a{
    color:#626262;
}
ul.navbar-nav.mr-auto .nav-item.active a{
    color:#F37539;
}



/* Icon 4 */
.navbar.navbar-light.amber{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-weight: 300;
}
.navbar.navbar-light.amber button{
    color:transparent;
    border-color:transparent;
}
.navbar.navbar-light.amber button:focus{
    outline:0;
}
.navbar-toggler.first-button i{
    color: #626262;
    font-size: 2rem;
}
/* end blog navigation */
.custom-background-blog-single{
    color: #000;
}
.custom-background-blog-single .blog-categories-list li a{
    color:#F37539;
}
.custom-background-blog-single .blog-categories-list li.active-category a{
    font-weight: bold;
}
.custom-background-blog .custom-footer-pages{
    font-size: 100%;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-image: url(../../images/site/bg.jpg);
    background-attachment: fixed;
}
.custom-background-blog .margin-top-pages{
    margin-bottom:40px;
}
.blog-publish{
    margin-top:20px;
}
.blog-categ-underline{
    border-bottom: 2px solid #11B1AB;
}
.blog-categories-list{
    margin-top:20px;
    margin-left:0;
    padding-left:0;
}
.blog-categories-list li{
    list-style-type: none;
    margin-top:0.4rem;
}
.blog-categories-list li.active-category a{
    color:#F37539;;
    font-size:1.2rem;
}
.blog-categories-list li a{
    color:#11B1AB;
    font-size:1.2rem;
}
.blog-categories-list li a:hover{
    color:#F37539;
}
.privacy-policy p{
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}
.pagination li{
    padding:0.25rem;
    font-size:1.25rem;
}
.pagination li a{
    color:#11B1AB;
}
.pagination li.active span{
    color:#F37539;
}
.owl-carousel .owl-item img{
    width: 200px;
    height: 200px;
    object-fit: contain;
}
@media(max-width:1000px){
    .page-title{
        font-size:3.5rem;
    }
    .page-title-inverted{
        font-size:3.5rem;
    }
    .carousel-caption h5{
        font-size: 3.5rem
    }
}
@media(max-width:992px){
    .card-img{
        width:100%;
        height: auto;
        max-width: 100%;
        position:static;
    }
    .card-img img{
        position: static;
        width:100%;
        transform:none;
    }
    .card-content {
        margin-bottom: 10px;
    }
}
@media(max-width:900px){
    .carousel-container .custom-scroll-down{
        display:none;
    }
    .w-100.desktop-image{
        display:none!important;
    }
    .w-100.mobile-image{
        display:block!important;
    }
}
@media(max-width:767px){
    .programe img{
        border: 4px solid #fff;
    }
    .content-events img{
        max-width:70px;
    }
    .page-title{
        font-size:2rem;
    }
    .page-title-inverted{
        font-size:2rem;
    }
    .carousel-caption h5{
        font-size: 2rem
    }
    .carousel-caption p{
        margin:0;
        padding:0;
        font-size:1.5rem;
    }
    .seven-col .col-sm-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .card-content{
        margin-bottom:10px;
    }
    .close .fa{
        margin-top:0px;
        margin-right:0px;
    }
    h2.event-title{
        font-size:1.2rem;
        padding-bottom:20px;

    }
    .img-memeber-left{
        margin: 0 auto;
    }
    .team-member-name{
        text-align: center;
    }
    .owl-carousel .owl-item img{
        width: 150px;
        height: 150px;
    }
}
@media(max-width:700px){
    .btn-card {
        background-color: #11B1AB;
        padding: .32rem .8rem;
        font-size: 1rem;
    }
}
@media(max-width:576px){

}
@media(max-width:400px){
    .carousel-caption h5{
        font-size: 1.5rem
    }
    .carousel-caption p{
        font-size:1.2rem;
    }
}
