    body {
        margin: 0;
        font-size: 13px;
        font-family: 'Hind Guntur', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    img { display: block; }
    a { text-decoration: none; }

    .hiddenDiv {
        display: none;
    }

    /* Header */

    .header {
        padding: 25px 60px;
        position: fixed;
        font-family: 'Overpass', sans-serif;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99998;
        transition: all 0.2s;
    }
    .header img {
        transition: all 0.15s;
    }
    .header.active {
        background-color: #000;
        padding: 5px 60px;
    }
    .logo {
        float: left;
        padding: 15px 0;
    }


    /* Menu */

    nav {
        float: right;
        margin: 13px 0 9px;
    }
    .headerMenu {
        margin: 0;
        text-transform: uppercase;
    }
    .headerMenu li {
        margin: 0px 0px;
        padding: 0px 0px;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
    }
    .headerMenu li:hover ul {
        display: block;
    }
    .headerMenu a {
        display: inline-block;
        padding: 8px 12px 4px;
        line-height: 25px;
        text-decoration: none;
        color: #fff;
        text-align: center;
        outline: none;
    }
    .headerMenu a:hover {
        opacity: 0.75;
    }
    .headerMenu ul {
        float: right;
        margin: 0px 0px;
        padding: 0px 0px;
        height: 30px;
    }
    .headerMenu li ul {
        width: 220px;
        height: auto;
        position: absolute;
        top: 37px;
        left: 0px;
        z-index: 10;
        display: none;
    }
    .headerMenu li li {
        font-size: 12px;
        font-weight: normal;
        border-bottom: solid 1px #333;
    }
    .headerMenu li li:last-child {
        border-bottom: 0;
    }
    .headerMenu li li a {
        padding: 2px 15px 0;
        background: #000;
        line-height: 35px !important;
        border-top: none;
        color: #eee;
        width: 200px;
        border-left: none;
        text-align: left;
    }
    .headerMenu li li a:hover {
        background: #ccc;
        color: #000;
        opacity: 1;
    }
    .header.active .logo {
        padding: 15px 0;
    }
    .header.active .logo img {
        height: 25px;
    }
    .header.active nav {
        margin: 10px 0 9px;
    }
    .header.active .headerMenu li ul {
        top: 31px;
        padding-top: 20px;
    }
    .loginButton {
        color: #fff;
        border-radius: 10px;
        background: linear-gradient(to right, #ffffff 50%, transparent 50%);
        background-size: 203% 100%;
        background-position: bottom right;
        transition: all 0.2s ease-in-out;
    }
    .loginButton img {
        height: 18px;
    }
    .loginButton a {
        padding: 10px 15px 3px;
    }
    .loginButton:hover {
        background-position: bottom left;
    }
    .loginButton:hover a {
        color: #333;
    }
    .multiSelection:hover {
        background-color: #000;
    }
    .mobMenu {
        padding: 15px;
        display: none;
        cursor: pointer;
        position: fixed;
        left: 15px;
        top: 10px;
    }


    /* Lang Footer */

    .langFooter {
        background-color: #222222;
        padding-bottom: 15px;
        overflow: hidden;
    }
    .langFooterIn {
        margin: 0 auto;
        overflow: hidden;
        width: 205px;
    }
    .langFooter a {
        padding: 5px 15px;
        float: left;
    }
    .langFooter img {
        height: 21px;
    }


    /* Lang Popup */
    
    .langSelect {
        width: 400px;
        overflow: hidden;
        padding: 10px 30px 20px;
        font-family: 'Overpass', sans-serif;
        font-weight: 600;
    }
    .langSelect img {
        margin: 0 auto;
    }
    .langSelect h2 {
        text-align: center;
        font-size: 22px;
        margin: 0 0 20px;
        font-weight: 600;
    }
    .langButton {
        width: 100%;
        padding: 14px 65px;
        border: 1px solid #e5e5e5;
        margin: 10px 0;
        background-image: url("/img/lang/en.png");
        background-repeat: no-repeat;
        background-size: 27px;
        background-position: 20px;
        background-color: #fafafa;
        border-radius: 5px;
        transition: all 0.15s;
        font-weight: 800;
        color: #000;
    }
    .langButton:hover {
        border: 1px solid #e3e3e3;
        background-color: #f5f5f5;
    }
    .es { background-image: url("/img/lang/es.png"); }
    .it { background-image: url("/img/lang/it.png"); }
    .fr { background-image: url("/img/lang/fr.png"); }


    /* Pop-Up */

    .successContactPopUp, .successCareerPopUp  {
        padding: 20px;
        font-size: 14px;
        text-align: center;
        border: 1px solid #06a888;
        background-color: #1abc9c;
        color: #fff;
        border-radius: 4px;
        font-family: 'Overpass', sans-serif;
    }
    .formErrorPopUp {
        color: #9F6000;
        background-color: #FEEFB3;
        text-align: center;
        padding: 10px;
        font-family: 'Overpass', sans-serif;
        border-radius: 5px;
        margin-bottom: 15px; 
    }

    .inPopup {
        padding: 0 25px 25px;
        overflow: hidden;
    }
    .inPopup h4 {
        margin: 0 -25px 25px;
        padding: 15px;
        background-color: #eee;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Overpass', sans-serif;
        font-weight: 800;
    }
    .popUpHeader {
        margin: 0 -25px 25px;
        padding: 25px;
        background-color: #555;
        font-family: 'Overpass', sans-serif;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.65) 100%), url(/img/careers/slide/3.jpg);
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .popUpHeader h2 {
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        margin: 10px 0 10px;
        font-size: 25px;
        letter-spacing: 1px;
    }
    .popUpHeader p {
        margin: 5px 0;
        color: #fff;
        font-size: 12px;
    }
    .inPopup .subForm input, .subForm textarea {
        width: 100%;
        padding: 15px 15px 11px;
        font-size: 13px;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        transition: all 0.2s;
        font-family: 'Overpass', sans-serif;
    }
    .inPopup .subForm input:focus, .subForm textarea:focus {
        border-color: #3BB677;
    }
    .inPopup > .subForm button {
        width: 100%;
        padding: 13px;
        border: 1px solid #3BB677;
        background-color: #3BB677;
        font-family: 'Overpass', sans-serif;
        color: #fff;
        font-weight: 800;
        border-radius: 4px;
        font-size: 13px;
        cursor: pointer;
        transition: all 0.2s;
    }
    .inPopup > .subForm button:hover {
        background-color: #4FCA8B;
    }
    .contactPopup {
        max-width: 600px;
    }
    .careerPopup {
        max-width: 600px;
    }
    .passwordPopup {
        width: 500px;
    }
    .subForm.careerFormIn input, .subForm.careerFormIn textarea {
        padding: 12px 15px 9px;
    }
    .careerFormIn p {
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        margin: 6px 0 9px;
    }
    .careerFormIn p b {
        color: #999;
        font-weight: normal;
    }
    .passwordHeader {
        background-image: none;
        padding: 21px 0 15px;
    }
    .passwordHeader h2 {
        font-size: 15px;
        margin: 0;
    }

    /* Columns */

    .twoColumns {
        max-width: 750px;
        overflow: hidden;
    }


    /* Landing Page */

    .slideTitle {
        width: 100%;
        height: 750px;
        text-align: center;
        background-color: #000;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .slideTitle h1 {
        margin: 0 auto;
        color: #fff;
        text-transform: capitalize;
        font-size: 7vw;
        font-family: 'Dancing Script', sans-serif;
        letter-spacing: 6px;
        font-weight: 800;
        padding-top: 280px;
    }
    .slideTitle h2 {
        margin: 0 auto;
        font-size: 17px;
        line-height: 24px;
        padding: 20px 10px;
        max-width: 700px;
        font-weight: 100;
        color: #e6e6e6;
        letter-spacing: 0.8px;
    }
    .slideWhiteTitle {
        width: 100%;
        height: 500px;
        text-align: center;
        background: #aaaaaa;
        background: -moz-linear-gradient(top,  #aaaaaa 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top,  #aaaaaa 0%,#ffffff 100%);
        background: linear-gradient(to bottom,  #aaaaaa 0%,#ffffff 100%);
    }
    .slideWhiteTitle h1 {
        margin: 0 auto;
        color: #000;
        text-transform: capitalize;
        font-size: 6vw;
        font-family: 'Dancing Script', sans-serif;
        letter-spacing: 6px;
        font-weight: 800;
        padding-top: 250px;
    }
    .slideWhiteTitle h2 {
        margin: 0 auto;
        font-size: 17px;
        line-height: 24px;
        padding: 20px 10px;
        max-width: 700px;
        font-weight: 100;
        color: #555;
        letter-spacing: 0.8px;
    }

    .background-tint {
        background-color: rgba(0, 0, 0, 0.35);
    }
    .landingBox {
        padding: 100px 30px;
        text-align: center;
    }
    .landingBox h3 {
        font-size: 60px;
        text-transform: capitalize;
        font-family: 'Dancing Script', sans-serif;
        font-weight: 600;
        margin: 0 0 25px;
        color: #000;
    }
    .landingBox h4 {
        font-size: 15px;
        letter-spacing: 1.3px;
        font-weight: 400;
        margin-top: -10px;
    }
    .landingBox p {
        font-size: 17px;
        color: #555;
        line-height: 26px;
        margin: 25px auto 0;
        max-width: 900px;
    }
    .landingImage img {
        width: 100%;
    }
    .landingImageScroll {
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
        height: 500px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
    }

    .opColor {
        background-color: #f5f5f5;
    }
    .opColor h3 {
        color: #222;
    }
    .opColor p {
        color: #222;
    }
    .opColorDiff h3 {
        font-size: 35px;
        max-width: 750px;
        margin: 0 auto 30px auto;
        line-height: 43px;
    }
    .opColorDiff h4 {
        font-size: 15px;
        letter-spacing: 1.3px;
    }
    .threeColumns {
        overflow: hidden;
    }
    .threeColumns span {
        width: 27.333%;
        float: left;
        padding: 0 3%;
    }
    .threeColumns span p {
        font-size: 14px;
        line-height: 22px;
        color: #555;
    }
    .threeColumns span h3 {
        font-size: 22px;
    }
    .imageCirlce {
        overflow: hidden;
        margin: 0 auto 0 auto;
    }
    .imageCirlce img {
        height: 64px;
        margin: 0 auto 40px auto;
    }
    .clickButton {
        padding: 20px 0 16px;
        max-width: 230px;
        font-size: 16px;
        margin: 30px auto 0 auto;
        border-radius: 3px;
        text-transform: uppercase;
        font-family: 'Overpass', sans-serif;
        font-weight: 600;
        letter-spacing: 1.5px;
        cursor: pointer;
        color: #fff;

        /* Transition */
        background: linear-gradient(to right, #ffffff 50%, #222222 50%);
        background-size: 200% 100%;
        background-position: bottom right;
        transition:all 0.6s ease!important;
    }
    .clickButton:hover {
        background-position: bottom left;
        color: #222;
    }
    .clickButton.whiteButton {
        background: linear-gradient(to right, #bbbbbb 50%, #222222 50%);
        background-size: 200% 100%;
        background-position: bottom right;
        transition:all 0.5s ease!important;
        color: #fff;
    }
    .clickButton.whiteButton:hover {
        background-position: bottom left;
        color: #222222;
    }


    /* Design */

    .designCont {
        padding: 60px;
        overflow: hidden;
    }

    .designHeader {
        height: 300px !important;
    }
    .designHeader h1 {
        padding-top: 140px !important;
    }
    .designMenu {
        overflow: hidden;
    }
    .designMenu a {
        width: 13%;
        float: left;
        background-color: #f5f5f5;
        color: #777;
        font-family: 'Overpass', sans-serif;
        font-weight: 600;
        font-size: 13px;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        padding: 20px 0 15px;
        display: block;
        box-sizing: border-box;
        text-transform: uppercase;
        transition: all 0.15s;
        box-shadow: 0 0 0 1px #e8e8e8;
    }
    .designMenu a:nth-child(6) { width: 20%; }
    .designMenu a:nth-child(7) { width: 15%; }
    .designMenu a img {
        float: left;
        margin-right: 15px;
        display: none;
    }
    .designMenu a:hover {
        background-color: #e8e8e8;
        color: #000;
    }
    .designMenu a.active {
        background-color: #fff;
        font-family: 'Overpass', sans-serif;
        font-weight: 800;
        color: #000;
        border-bottom-color: #fff;
    }

    .designContent {
        float: left;
        width: 100%;
    }
    .designIn {
        float: left;
        width: 60%;
    }
    .designIn h2 {
        padding: 15px 0 0;
        margin: 0;
        color: #000;
        font-family: 'Overpass', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 23px;
    }
    .designIn p {
        padding: 15px 60px 15px 0;
        margin: 0;
        line-height: 20px;
        color: #555;
        font-size: 15px;
    }
    .designImg {
        float: left;
        width: 40%;
    }
    .designImg img {
        width: 100%;
        margin: 15px 0 30px;
    }




    /* Footer */

    .menuFooter {
        background-color: #222222;
        padding: 40px 40px 15px;
        overflow: hidden;
        text-align: center;
    }
    .menuFooter a {
        color: #959595;
        margin-right: 18px;
        text-transform: uppercase;
        font-family: 'Overpass', sans-serif;
        letter-spacing: 1px;
        font-weight: 800;
        text-decoration: none;
    }
    .footer {
        overflow: hidden;
        padding: 0 40px 40px;
        color: #959595;
        background-color: #222222;
        font-family: 'Overpass', sans-serif;
        font-size: 12px;
        text-align: center;
    }


    /* Pages */

    .pages {
        height: 750px;
    }
    .pages h1 {
        padding-top: 275px;
    }
    .pages > .hiddenText {
        visibility: hidden;
    }


    /* Products */

    .productList {
        overflow: hidden;
    }
    .product {
        overflow: hidden;
        float: left;
        width: 33.33%;
    }
    .productIn {
        box-shadow: inset 0 0 0 1px #eee;
        transition: all 0.2s ease-in-out;
        margin: 20px;
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer;
    }
    .productIn:hover {
        opacity: 0.85;
    }
    .productImage {
        background-color: #555;
        width: 100%;
        height: 230px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .productName {
        text-align: left;
        font-size: 17px;
        font-weight: 800;
        padding: 0 20px;
        font-family: 'Overpass', sans-serif;
    }
    .productDescription {
        display: none;
        font-size: 12px;
        text-align: left;
        padding: 5px 15px 20px 15px;
        color: #777;
    }
    .passwordSofa {
        margin: 50px 20px 0;
        padding: 30px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #f5f5f5;
        font-family: 'Overpass', sans-serif;
        font-size: 14px;
    }

    .collection {
        float: left;
        width: 50%;
    }
    .collectionIn {
        padding: 105px 0 100px;
        background-color: #000;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin: 30px;
        border-radius: 5px;
        transition: all 0.25s ease-in-out;
    }
    .collectionIn:hover {
        background-color: #222;
        transform: scale(1.04);
    }
    .collectionIn h4 {
        color: #fff;
        font-size: 25px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 400;
    }

    /* 5th product */


    /* 1 */

    .product:nth-child(4) { width: 50%; }
    .product:nth-child(4) > .productIn > .productImage { height: 350px; }
    .product:nth-child(4) > .productIn  { background-color: #fafafa; }

    .product:nth-child(5) { width: 50%; }
    .product:nth-child(5) > .productIn > .productImage { height: 350px; }

    /* 2 */

    .product:nth-child(12) { width: 42%; }
    .product:nth-child(12) > .productIn > .productDescription { height: 40px; }

    .product:nth-child(13) { width: 29%; }
    .product:nth-child(13) > .productIn > .productDescription { height: 40px; }
    .product:nth-child(13) > .productIn  { background-color: #fafafa; }

    .product:nth-child(14) { width: 29%; }
    .product:nth-child(14) > .productIn > .productDescription { height: 40px; }
    .product:nth-child(14) > .productIn  { background-color: #fafafa; }

    /* 3 */

    .product:nth-child(21) { width: 50%; }
    .product:nth-child(21) > .productIn > .productImage { height: 350px; }
    .product:nth-child(21) > .productIn  { background-color: #fafafa; }

    .product:nth-child(22) { width: 50%; }
    .product:nth-child(22) > .productIn > .productImage { height: 350px; }

    /* 4 */

    .product:nth-child(23) { width: 25%; }
    .product:nth-child(23) > .productIn > .productDescription { height: 40px; }

    .product:nth-child(24) { width: 25%; }
    .product:nth-child(24) > .productIn > .productDescription { height: 40px; }
    .product:nth-child(24) > .productIn  { background-color: #fafafa; }

    .product:nth-child(25) { width: 25%; }
    .product:nth-child(25) > .productIn > .productDescription { height: 40px; }
    .product:nth-child(25) > .productIn  { background-color: #fafafa; }

    .product:nth-child(26) { width: 25%; }
    .product:nth-child(26) > .productIn > .productDescription { height: 40px; }
    .product:nth-child(26) > .productIn  { background-color: #fafafa; }

    /* 5 */

    .product:nth-child(33) { width: 50%; }
    .product:nth-child(33) > .productIn > .productImage { height: 350px; }
    .product:nth-child(33) > .productIn  { background-color: #fafafa; }

    .product:nth-child(34) { width: 50%; }
    .product:nth-child(34) > .productIn > .productImage { height: 350px; }

    /* lightbox */
    .featherlight .featherlight-content {
        margin: 20px;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 5px;
    }


    /* Responsive */

    @media only screen and (max-width: 900px) {

        .productName { padding: 0 0 20px; }

        /* Lang popup */

        .langSelect { width: auto; }

        /* Dropdown Menu */

        .menuOpen {
            background-color: #000;
        }
        .mobMenu {
            display: block;
        }
        nav {
            float: left;
            margin: 20px;
            display: none;
        }
        .headerMenu {
            padding: 0;
        }
        .headerMenu li {
            width: 100%;
            border-top: 1px solid #2D2D2D;
        }
        .headerMenu li:last-child {
            border-top: none;
        }
        .headerMenu li ul li:last-child {
            border-top: 1px solid #2D2D2D;
        }
        .headerMenu a {
            box-sizing: border-box;
            padding: 0 10px;
            line-height: 40px;
            font-size: 12px;
            width: 100%;
            text-align: left;
        }
        .headerMenu li ul {
            width: 100%;
            position: relative;
            top: 0;
            display: none !important;
        }
        .headerMenu li li {
            border-bottom: none;
        }
        .headerMenu li li a {
            box-sizing: border-box;
            padding: 0 20px;
            color: #aaa;
            width: 100%;
            font-size: 11px;
        }
        .loginButton {
            margin-left: 0 !important;
            padding: 0 !important;
        }
        .loginButton img {
            margin: 0 auto;
            padding-top: 5px;
        }
        .header.active .headerMenu li ul {
            top: 0;
            padding-top: 0;
        }
        .header.active .headerMenu a {
            line-height: 40px;
        }
        .header.active .logo {
            padding: 5px 0;
        }
        .header.active nav {
            margin: 20px;
        }


        /* Header */

        .header {
            padding: 15px 0!important;
        }
        .logo {
            width: 100%;
            padding: 5px 0;
        }
        .logo img {
            margin: 0 auto;
            height: 25px;
        }

        /* Header Image */

        .slideTitle, .slideWhiteTitle {
            height: 590px;
        }
        .slideTitle h1, .slideWhiteTitle h1 {
            padding-top: 230px;
            font-size: 8.0vw;
        }
        .slideTitle h2, .slideWhiteTitle h2 {
            font-size: 14px;
            line-height: 20px;
            padding: 10px 40px;
        }


        /* Design */

        .designCont {
            padding: 30px;
        }
        .designMenu a {
            font-size: 12px;
            padding: 17px 0 14px;
            width: 100%;
        }
        .designMenu a:nth-child(6), .designMenu a:nth-child(7) {
            width: 100%;
        }
        .designIn h2 {
            padding: 15px 0 0;
        }
        .designIn p {
            padding: 15px 0;
        }
        .designMenu, .designContent, .designIn, .designImg {
            width: 100%;
        }

        /* Content */


        .landingBox {
            padding: 75px 30px;
            text-align: center;
        }
        .landingBox h3 {
            font-size: 9.5vw; 
        }
        .landingBox p {
            font-size: 14px;
            line-height: 25px;
        }
        .pages h1 {
            padding-top: 200px;
        }
        .threeColumns span {
            width: 100%;
            padding: 25px 0;
        }

        /* Footer */

        .opColorDiff h3 {
            font-size: 25px;
            line-height: 33px;
        }
        .clickButton {
            padding: 17px 0 14px;
            max-width: 200px;
            font-size: 14px;
        }
        .opColorDiff h4 {
            font-size: 12px;
            padding: 0 20px;
        }

        /* Client Page */

        .clientImg {
            width: 50%;
        }

        /* Product Page */

        .product {
            width: 100%;
        }
        .productIn {
            margin: 0 0 25px 0;
        }
        .product:nth-child(4), .product:nth-child(5), .product:nth-child(12), .product:nth-child(13), .product:nth-child(14), .product:nth-child(21), .product:nth-child(22), .product:nth-child(23), .product:nth-child(24), .product:nth-child(25), .product:nth-child(26), .product:nth-child(33), .product:nth-child(34) {
            width: 100%;
        }
        .passwordSofa {
            margin: 0;
        }
        .collection { width: 100%; }
        .collectionIn { margin: 0; margin-bottom: 30px; }
        .collectionIn h4 { font-size: 21px; }

        /* Popup */
        .twoColumns {
            width: 100%;
        }
        .passwordPopup {
            width: 100%;
        }
        .featherlight .featherlight-close-icon {
            font-size: 20px;
            top: 0;
            right: 0;
            padding: 5px 15px 6px;
            border-radius: 0 0 0 15px;
        }
        .popUpHeader h2 {
            font-size: 17px;
        }

        /* Landing */

        .landingImageScroll {
            background-attachment: unset;
            height: 350px;
        }


    }
