/*
 Theme Name: Manadelucru
 Author: Horea Piper
 Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&subset=latin-ext');
body {
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 1.4;
}

h2 {
    font-size: 20px;
}

p {
    margin: 0 0 20px;
}

a {
    color: #000;
    transition: all .3s ease-in-out;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #5a5a5a;
}

a:focus {
    text-decoration: none;
}

.header-mask {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100px;
    left: 0px;
    z-index: 999;
    background: #fff;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 100px 10%;
}

.logo-box {
    display: block;
    margin-bottom: 50px;
}

.logo-box img {
    max-width: 257px;
    margin: 0 0 5px;
}

.logo-box p {
    color: #777;
    font-weight: 300;
    font-size: 13.3px;
    margin: 0;
    line-height: 1.4;
}

.left-site-col {
    position: fixed;
    padding-bottom: 30px;
    background: #fff;
    z-index: 99;
    width: 23.333333%;
}

.right-side-wrapper {
    margin-left: 33.333333%;
    position: initial;
}

.home .right-side-wrapper {
    position: relative;
    z-index: 0;
}

.etichete {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 100%;
}

.etichete p {
    font-size: 16px;
}

.csm-social-sharing-wrapp{
    position: absolute;
    right: 35px;
    bottom: 45px;
    display: none;
}

.single-post .csm-social-sharing-wrapp{
    display: block;
}

.csm-social-sharing-wrapp a{
    display: inline-block;
    width: 18px;
    margin: 0 1px;
}

.csm-social-sharing-wrapp a img{
    max-width: 100%;
}

body .light .nivo-controlNav a {
    text-indent: 0;
    background: none;
    font-weight: 300;
}

.fa-nivo-slider:hover>.light .nivo-caption {
    bottom: 0 !important;
}

body .light .nivo-caption a {
    border: none;
}


/* NAVIGATION */

@media screen and (min-width: 767px) {
    .main-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .main-nav ul li {
        margin-bottom: 0;
    }
    .main-nav ul li a {
        color: #777;
    }
    .main-nav ul li a:hover {
        color: #000;
    }
    .main-nav ul li.menu-item-has-children {
        position: relative;
    }
    .sub-menu {
        display: none;
        position: absolute;
        left: 90px;
        top: 0;
        width: 90px;
    }
    .sub-menu li ul {
        left: 90px !important;
    }
    .current-menu-item>.sub-menu,
    .current-menu-ancestor>.sub-menu {
        display: block;
    }
    .current-menu-item>.sub-menu li {
        white-space: initial;
    }
    .current-menu-item a {
        color: #000 !important;
    }
    .main-nav ul li ul{
    	z-index: 9;
    }
    .main-nav ul li ul li ul{
    	z-index: 99;
    }
    .main-nav ul li ul li ul li ul{
    	width: 140px;
    	height: 95px;
    	z-index: 999;
    }

    .main-nav ul li ul li ul li ul li{
        margin-bottom: 8px;
        line-height: 1.2;
    }

}

.mCSB_inside>.mCSB_container{
    margin-right: 5px !important;
}

body .responsive-navigation_nav ul {
    padding: 0;
    margin: 0;
}

body .responsive-navigation_nav li a {
    color: #000;
    padding: 10px 0;
    margin: 2px 0;
}

body .responsive-navigation_nav .responsive-navigation_row:hover {
    background: transparent;
    color: #fff;
    border-radius: 0;
}

body .responsive-navigation_menu .responsive-navigation_icon-bar {
    background-color: #000;
    box-shadow: none;
    width: 25px;
}

body .responsive-navigation_btn .responsive-navigation_icon-bar+.responsive-navigation_icon-bar {
    margin-top: 4px;
}

body .responsive-navigation_btn {
    margin: 20px 0 0;
    text-shadow: none;
    padding: 0;
}

.responsive-navigation_nav {
    margin-top: 70px !important;
}

.responsive-navigation_open>a {
    color: #fff;
    background: transparent;
}

.projects-wrapper .col-lg-4 {
    float: none;
    display: inline-block;
    margin-right: -3px;
    margin-bottom: 50px;
    transition: all .3s ease-in-out;
    position: relative;
    height: 330px;
}

.noutati .col-lg-4 {
    vertical-align: top;
}

.projects-wrapper .col-lg-4 img {
    max-width: calc(100% - 30px);
    height: auto;
    width: auto;
    max-height: 315px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer {
    text-align: right;
    clear: both;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100px;
    padding: 0 10%;
}

footer p {
    margin: 0;
    font-size: 12px;
    line-height: 100px;
}


/*PAGES STYLING*/


/*HOME PAGE*/

.container>.row {
    position: relative;
}

body.home .nivo-controlNav,
body.home .nivo-caption,
body.home .nivo-directionNav,
.soliloquy-container .soliloquy-controls {
    display: none !important;
}

.soliloquy-container {
    max-width: 100% !important;
}

.light.slider-wrapper {
    max-width: 600px;
    height: 600px !important;
}

.light .nivoSlider img {
    max-width: 100%;
    height: auto;
}


/*PROJECT PAGE*/

.project-text,
.galler-wrapper-csm {}

.project-text {
    position: fixed;
    left: 10%;
    width: 410px;
    bottom: 100px;
    height: 190px;
}

.project-text h2 {
    font-size: 20px;
    white-space: normal;
    margin: 0;
}

.tiled-gallery .gallery-row {
    margin: 0 auto;
    max-width: 800px;
}

.galler-wrapper-csm {
    text-align: center;
}

.jp-carousel {
    bottom: 0 !important;
}

.jp-carousel-wrap {
    top: 80px !important;
    overflow: hidden !important;
}

.jp-carousel-slide {
    display: none !important;
}

.jp-carousel-slide.selected {
    display: block !important;
}

.mCSB_container_wrapper>.mCSB_container {
    max-width: 100% !important;
}

.jp-carousel-left-column-wrapper,
.jp-carousel-image-meta,
.jp-carousel-info {
    display: none;
}

.project-text p {
    font-size: 14px;
    margin: 0;
}

.tiled-gallery {
    float: right;
    margin-right: 30px !important;
}

.noutati-thumb img {
    max-width: 100%;
    height: auto;
}

.the-news-row {
    margin-bottom: 50px;
}

.noutati-wrapper .tiled-gallery {
    display: none;
}

.the-news-row h2 {
    margin-top: 0;
}

body #hugeit-contact-wrapper_3>div>h3 {
    display: none;
}

body #hugeit-contact-wrapper_3 .hugeit-contact-column-block>div>label {
    font-family: "Open Sans Condensed", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
}

body #hugeit-contact-wrapper_3 label em.required-star {
    color: #ddd;
}

body #hugeit-contact-wrapper_3 .buttons-block button.submit i {
    color: #000 !important;
}

body #hugeit-contact-wrapper_3 .buttons-block button.submit,
body #hugeit-contact-wrapper_3 .buttons-block button.submit:hover,
body #hugeit-contact-wrapper_3 .buttons-block button.submit:focus {
    background: transparent !important;
    color: #000 !important;
    outline: none;
    border: none !important;
}

.maps-wrapper iframe {
    max-width: 100%;
}

body .tlp-content {
    padding: 10px 0 !important;
    background: #fff;
}

body .tlp-team .layout1 .tlp-content,
.tlp-team {
    background: #fff;
}

body .tlp-team .layout1 .single-team-area h3,
body .tlp-team .layout1 .designation {
    color: #000 !important;
}

body .tlp-team .layout1 .single-team-area h3 a {
    color: #000 !important;
}

.single-team .container-fluid {
    width: 66.66666667%;
    margin-left: 33.3333%;
}

.single-team .container-fluid ul {
    list-style: none;
    margin-top: 15px;
}

.tiled-gallery-caption{
    display: none !important;
}

.jp-carousel-next-button span, .jp-carousel-previous-button span{
    background: url('http://manadelucru.ro/preview/wp-content/uploads/2017/01/arrows.png') no-repeat !important;
}

.jp-carousel-previous-button span {
    background-position: -10px center !important;
}

.jp-carousel-next-button span{
    background-position: -110px center !important;
}

.jp-carousel-close-hint{
    right: 35px;
}

.jp-carousel-slide img{
    box-shadow: none !important;
}

.csm-team-layout{
    margin-left: -10px;
}

.tlp-team .layout1{
    margin-left: -30px;
}

.tlp-col-lg-6 {
    width: 34%;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.team-box{
    max-width: 500px;
}

@media (max-width: 1381px) and (min-width: 769px) {
    .projects-wrapper .col-lg-4{
        width: 40%;
    }
    .category .right-side-wrapper{
        text-align: right;
    }
    body.single-post .right-side-wrapper{
        width: 75%;
        float: right;
    }
    .galler-wrapper-csm{
        max-width: 670px;
        overflow: hidden;
        float: right;
    }

    .container{
        padding: 100px 60px;
    }
    .project-text{
        left: 60px;
        width: 410px;
    }
    .project-text{
        height: 160px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 10% 100px;
    }
    body.single-post .right-side-wrapper{
        width: 100%;
    }
    .single-team .container-fluid {
        width: 100%;
        margin-left: 0;
    }
    .tiled-gallery {
        margin-right: 0 !important;
    }
    .cycloneslider-template-standard .cycloneslider-slides {
        height: 450px !important;
    }
    .right-side-wrapper {
        margin-left: 0;
        position: initial;
        width: 100%;
        margin-top: 40px;
    }
    .project-text {
        position: relative;
        left: 0;
        width: 100%;
        bottom: auto;
        height: 200px;
        margin-bottom: 40px;
    }
    .left-site-col {
        position: relative;
        width: 100%;
        padding: 0 0 30px;
    }
    .projects-wrapper .col-lg-4 {
        width: 100%;
    }
    .poject-wrapper {
        margin: 0;
    }
    .header-mask {
        display: none;
    }
    .logo-box {
        display: block;
        position: absolute;
        top: 20px;
    }
    .jp-carousel-wrap {
        top: 0 !important;
    }
    .tlp-col-lg-6 {
        width: 100%;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    footer {
        height: 50px;
        text-align: center;
    }
    footer p {
        line-height: 50px;
    }
    .jp-carousel-light .jp-carousel-slide {
        background-color: #fff;
        width: 100% !important;
        height: auto !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .jp-carousel-close-hint {
        top: 0 !important;
        right: 15px !important;
    }
    body .jp-carousel-slide img {
        height: auto !important;
    }
}