.project {
    width: 100%;
    background: #eeeeee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Raleway", sans-serif;
    /*display: none;*/
}

.project_title {
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    margin-top: 10%;
    font-size: 60px;
    width: 90%;
}

.bar {
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    margin-top: 10%;
    font-size: 20px;
    width: 50%;
}

.project_title span {
    font-weight: 900;
}

.owl-carousel .owl-item img {
    display: block;
    width: 70%;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.back_to_gallery {
    text-align: center;
    /*margin-top: 8%;*/
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 3%;
}

.carousel_projects {
    margin-top: 100px;
}

.logo {
    text-align: center;
    width: 100%;
    padding-top: 18%;
    margin: 10px 10px 10px 50px;
    display: inline-block;
    margin: auto;
}

.logo-img-text {
    width: 100%;
    padding-top: 18%;
    margin: 0 0 0 5%;
    font-size: 40px;
    font-weight: 700;
}

.logo-img {
    width: 100%;
    padding-top: 10%;
    margin: 0 0 0 5%;
}

.logo-img-col {
    width: 32%;
    padding: 1%;
    /*margin: 0 2 4 0;*/
}

.chenar_logo {
    margin-top: 10px;
    border: #cdcdcd 3px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
    margin: 1%;
}

.space11 {
    margin-top: 5% !important;
}

.management_img {
    position: relative;
    width: 78%;
    margin-left: 0%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
            left,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 0%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.client_description {
    width: 85%;
    margin: auto;
    text-align: left;
    color: gray;
    margin-top: 20%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.client_description span {
    margin-right: 20px;
}

span.space {
    display: inline-block;
    width: 10px;
}

.title_proj {
    width: 100%;
    text-align: center;
    font-weight: 400;
    margin-top: 200px;
    font-size: 8vmin;
}

.title_proj_bold {
    font-weight: 900;
    display: inline;
}

.project_description {
    width: 65%;
    margin: auto;
    margin-top: 50px;
    font-size: 1.6vmin;
    color: gray;
    /* justify-content: right; */
    text-align: justify;
    text-justify: inter-word;
    font-family: 'Open Sans', sans-serif;
}

.menu_logos {
    width: 50px;
    height: 100px;
}

.menu_allign {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: -13px;
}

.menu_offSet {
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
}

.menu_allign_slider {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20%;
}

.slider_intro_img {
    width: 100%;
    position: relative;
}

.slider_intro_carousel {
    margin: auto;
    margin-top: -50%;
    width: 52%;
    margin-left: 24%;
}

.cercet_identitatii_logo img {
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 100px;
    box-shadow: 5px 5px 15px grey;
}

.brending_img {
    margin-top: 50px;
    padding: 0;
    border: 20px solid white;
    border-radius: 15px;
    box-shadow: 5px 5px 15px grey;
}

.brending_img img {
    width: 100%;
}

.web_design_img {
    position: relative;
    width: 100%;
    margin-top: 125px;
    border-top: 15px solid white;
    border-bottom: 15px solid white;
    box-shadow: 5px 5px 15px grey;
}

.logo_mojo {
    width: 45%;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .logo_mojo {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .logo_mojo {
        width: 75%;
    }
}

body {
    background-color: #eee;
}

.footer {
    background-color: #eee;
}

/*Start MEDIA SCREEN*/

@media only screen and (max-width: 3840px) {
    .menu_logos {
        width: 100px;
        height: 200px;
    }

    .menu_allign {
        font-size: 30px;
    }

    .client_description {
        /*width: 30%;*/
    }

}

@media screen and (max-width: 2559px) {
    .project_title {
        font-size: 47px;
    }

    .project_description {
        width: 75%;
    }

    .back_to_gallery {
        font-size: 2em;
    }

    .space16 {
        margin-top: 180px;
    }

    .management_img {
        position: relative;
        width: 100%;
        margin-left: 0%;
    }

    .client_description {
        margin: auto;
        text-align: left;
        color: gray;
        font-size: 20px;
        width: 59%;
    }

    .menu_logos {
        width: 50px;
        height: 100px;
    }

    .menu_allign {
        font-size: 16px;
    }
}

@media only screen and (max-width: 2300px) {
    .owl-carousel .owl-item img {
        width: 50%;
    }

    .client_description {
        width: 54%;
    }
}

@media screen and (max-width: 1921px) {
    .project_title {
        font-size: 60px;
    }

    .project_description {
        width: 100%;
    }

    /*.back_to_gallery {*/
    /*font-size: 40px;*/
    /*}*/
    .management_img {
        position: relative;
        width: 100%;
        margin-left: 0%;
    }

    .client_description {
        width: 71%;
        margin: auto;
        text-align: left;
        color: gray;
        font-size: 17px;
    }

    .owl-carousel .owl-item img {
        width: 50%;
    }
}

@media screen and (max-width: 1440px) {
    .project_title {
        font-size: 50px;
    }

    .project_description {
        width: 80%;
    }

    .back_to_gallery {
        font-size: 23px;
    }

    .management_img {
        position: relative;
        width: 100%;
        margin-left: 0%;
    }

    .client_description {
        width: 54%;
        margin: auto;
        text-align: left;
        color: gray;
        /*margin-top: 28%;*/
    }

    .owl-carousel .owl-item img {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .project_title {
        font-size: 50px;
    }

    .project_description {
        font-size: 1.4em;
        width: 80%;
    }

    .back_to_gallery {
        font-size: 23px;
    }

    .management_img {
        position: relative;
        width: 100%;
        margin-left: 0%;
    }

    .client_description {
        width: 54%;
        margin: auto;
        text-align: left;
        color: gray;
    }
}

@media screen and (max-width: 1023px) {
    .project_title {
        font-size: 45px;
    }

    .title_proj {
        margin-top: 65px;

    }

    .project_description {
        width: 88%;
        margin-top: 2%;
        font-size: 1em;
        /*font-size: 16px;*/
    }

    .back_to_gallery {
        font-size: 23px;
    }

    .management_img {
        position: relative;
        width: 100%;
        margin-left: 0%;
    }

    .client_description {
        width: 54%;
        margin: auto;
        text-align: left;
        color: gray;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1823px) {

    .title_proj {
        margin-top: 100px;
        font-size: 7vmin;
    }

    .project_description {
        font-size: 1em;
    }

    .project_title {
        font-size: 40px;
    }

    .brending_img {
        margin-left: -15px;
    }

    /*.web_design_img {*/
    /*width: 106%;*/
    /*}*/

}

@media screen and (max-width: 768px) {
    .brending_img {
        border: 8px solid white;
    }

    .menu_allign_slider {
        margin-top: 50px;
    }

    .project_description {
        width: 88%;
    }

    .client_description {
        font-size: 15px;
        width: 55%;
    }

    .more_projects,
    .back_to_gallery {
        font-size: 25px;
    }

    .logo_denumire {
        margin-top: 9%;
        margin-bottom: 5%;
        width: 85%;
    }

    .logo-img {
        width: 90%;
        padding-top: 0;
        margin: auto;
        display: block;
    }

    .logo-img-text {
        margin: 0;
    }

    .col-xs-12 {
        width: 100%;
    }

    .logo-img-col {
        width: 31%;
    }

    .management_img {
        margin: auto;
        display: block;
    }

    .cuprins_pattern_left,
    .cuprins_pattern_right,
    .cercet_identitatii_pattern,
    .logo_pattern,
    .branding_pattern,
    .web_design_pattern,
    .management_pattern {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .title_proj {
        font-size: 7vmin;
    }
}

@media screen and (max-width: 425px) {
    .project_description {
        width: 88%;
        font-size: 3vmin;
    }

    /*.web_design_img {*/
    /*width: 115%;*/
    /*left: -20px;*/
    /*}*/
    .menu_allign {
        font-size: 3.5vmin;
    }

    .client_description {
        font-size: 13px;
        width: 75%;
        line-height: 26px;
    }

    .more_projects,
    .back_to_gallery {
        font-size: 20px;
        margin-top: 30px;
    }

    .logo-img {
        width: 100%;
        padding-top: 10%;
        margin: 0px 0 0 0%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .logo-img-col {
        width: 31%;
    }

    .management_img {
        margin: auto;
        display: block;
    }

    .cuprins_pattern_left,
    .cuprins_pattern_right,
    .cercet_identitatii_pattern,
    .logo_pattern,
    .branding_pattern,
    .web_design_pattern,
    .management_pattern {
        display: none;
    }

    .menu_logos {
        width: 35px;
        height: 90px;
    }
}

@media screen and (max-width: 375px) {
    .project_title {
        font-size: 29px;
        margin-top: 12%;
    }

    .project_description {
        width: 88%;
    }

    .client_description {
        font-size: 13px;
        width: 75%;
        line-height: 26px;
    }

    .more_projects,
    .back_to_gallery {
        font-size: 17px;
        margin-top: 30px;
    }

    .logo-img {
        width: 100%;
        padding-top: 0;
        margin: 0px 0 0 0%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .logo-img-col {
        width: 31%;
    }

    .management_img {
        margin: auto;
        display: block;
    }

    .cuprins_pattern_left,
    .cuprins_pattern_right,
    .cercet_identitatii_pattern,
    .logo_pattern,
    .branding_pattern,
    .web_design_pattern,
    .management_pattern {
        display: none;
    }
}

@media only screen and (max-width: 1023px ) and (orientation: landscape) {
    .title_proj {
        margin-top: 65px;
    }

    .project_description {
        font-size: 3vmin;
    }

    .menu_logos {
        width: 35px;
        height: 90px;
    }
}

@media only screen and (min-width: 2560px) {
    .project_description {
        font-size: 2em;
    }

    .client_description {
        width: 45%;
        font-size: 2em;
        margin-top: 0;
    }

    .back_to_gallery {
        font-size: 2.5em;
    }

    .back_to_gallery:nth-child(3) {
        margin-top: 3%;
    }

    .logo_mojo {
        width: 36%;
    }

    .management_img {
        margin-left: 17%;
    }

}

/*carousel part*/
.outLeafLeft {
    background: url("../../../img/projects/SarePipersiSuflet/leaf_portofolioLeft.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 350px;
    height: 350px;
    overflow: hidden;
    display: inline-flex;
    outline: none;
}

.outLeafRight {
    background: url("../../../img/projects/SarePipersiSuflet/leaf_portofolioRight.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 350px;
    height: 350px;
    overflow: hidden;
    display: inline-flex;
    outline: none;
}

.insideLeaf {
    width: 97% !important;
    padding-bottom: 1px;
    outline: none;
}

.insideLeaf:visited {
    outline: none;
}

.owl-item {
    text-align: center;
    outline: none;
}

@media only screen and (min-width: 2560px) {
    .outLeafLeft, .outLeafRight {
        width: 500px;
        height: 500px;
    }
}

@media only screen and (max-width: 1439px) {
    .outLeafLeft, .outLeafRight {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .outLeafLeft, .outLeafRight {
        width: 175px;
        height: 175px;
    }
}

@media only screen and (max-width: 767px) {
    .outLeafLeft, .outLeafRight {
        width: 150px;
        height: 150px;
    }
}

/*end carousel part*/

/*edge check*/
@supports (-ms-ime-align:auto) {
    .insideLeaf {
        height: 87%;
    }

    @media only screen and (min-width: 768px) {
        .project_description {
            font-size: 1.2em;
        }
    }
}
/*edge check*/