﻿@font-face {
    font-family: 'Helvetica Neue';
    src: url(../fonts/HelveticaNeue.eot) format("embedded-opentype"),url(../fonts/HelveticaNeue.woff) format("woff"),url(../fonts/HelveticaNeue.ttf) format("truetype"),url(../fonts/HelveticaNeue.svg#HelveticaNeue) format("svg");
    font-weight: normal;
    font-style: normal;
}




html {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    font: 11px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    color: #333333;
}

a {
    color: inherit;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #C00;
        outline: none;
        border: none;
    }

    a.hide-if-empty[href=""] {
        display: none;
        cursor: default;
        pointer-events: none;
    }

    a.disable-if-empty[href=""] {
        cursor: default;
        pointer-events: none;
    }

.d-inline-block {
    display: inline-block !important;
}

img.hide-if-empty[src=""] {
    display: none;
}

a.hide-if-empty-text:empty {
    display: none;
}

.nopadding {
    padding: 0;
}

.nopadding-l {
    padding-left: 0;
}

.nopadding-r {
    padding-right: 0;
}

.padding-rl-5 {
    padding-left: 5px;
    padding-right: 5px;
}

h4:empty {
    display: none;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
    height: auto;
}

    .form-control:focus {
        border-color: grey;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.wrapper {
    width: 92%;
    margin: auto auto;
    /*max-width: 1600px;*/
    overflow: hidden;
}

.main-width {
    width: 92%;
    margin: auto auto;
    /*max-width: 1600px;*/
    overflow: hidden;
}

.section {
    padding: 15px 0;
}

    .section.nopadding {
        padding: 0 0;
    }

@media screen and (max-width:767px) {
    /*.container-fluid {
        padding: 0;
    }*/
}

.hidesidebar {
    display: none;
    width: 5px;
    padding: 3px 20px 4px 10px;
    background: #585858;
    color: white;
    font-weight: bold;
    margin: -9px auto 10px -10px;
    text-align: center;
    font-size: 15px;
}

@media screen and (max-width:767px) {
    .hidesidebar {
        display: block;
    }
}
/*HEADER*/
header {
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
    width: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    /*transition: all linear 1s;*/
}

    header.not-sticky {
        background-color: transparent;
    }

        header.not-sticky.black-menu {
            background-color: rgba(255,255,255,0.7);
        }

#header.black-menu .wrapper {
    width: 100%;
    padding: 0 4%;
    background: rgba(255,255,255,0.8);
}

.site-logo {
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .site-logo a {
    }

        .site-logo a img {
            height: 24px;
            width: auto;
            transition: all linear 1s;
        }

            .site-logo a img.black, .not-sticky .site-logo a img.white, .not-sticky.black-menu .site-logo a img.black {
                display: block;
            }

            .site-logo a img.white, .not-sticky .site-logo a img.black, .not-sticky.black-menu .site-logo a img.white {
                display: none;
            }

.not-sticky .site-logo a img {
    height: auto;
    width: 150px;
}

.not-sticky .site-logo a img {
    height: auto;
    width: 150px;
}

.not-sticky .site-menu {
    padding: 11.5px 0;
}

.menu-seperator {
    width: 14px;
}

.not-sticky .menu-seperator {
    display: none;
}

.margin-rl--5 {
    margin-left: -5px;
    margin-right: -5px;
}

.site-menu {
    float: right;
    padding: 1.5px 0;
}


.site-logo a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

/*.header-top {
    overflow: hidden;
    padding: 7px 0 0;
}

    .header-top .header-top-menu {
        float: right;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .header-top .header-top-langs {
        float: right;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-left: 15px;
    }*/
.header-top-langs {
    margin-right: 23px;
}

    .header-top-langs span {
        color: black;
        display: block;
        padding: 0px 0 0 0;
    }

        .header-top-langs span.active-lang:after {
            float: right;
            display: block;
            content: '▼';
            font-size: 10px;
            line-height: 20px;
            color: black;
            margin: 0 0;
        }

    .header-top-langs ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        opacity: 0;
        position: absolute;
        z-index: 10000;
        background-color: rgba(0, 0, 0, 1);
        transition: all 0.5s linear;
        -moz-transition: all 0.5s linear; /* Firefox 4 */
        -webkit-transition: all 0.5s linear; /* Safari and Chrome */
        -o-transition: all 0.5s linear; /* Opera */
        -ms-transition: all 0.5s linear; /* Explorer 10 */
    }

.langsMenu:hover .header-top-langs ul, .langsMenu:focus .header-top-langs ul {
    display: block;
    opacity: 1;
}

.not-sticky .header-top-langs span, .not-sticky .header-top-langs span.active-lang:after {
    color: white;
}

.not-sticky.black-menu .header-top-langs span, .not-sticky.black-menu .header-top-langs span.active-lang:after {
    color: black;
}

.secondary-menu-div {
    background: rgba(255,255,255,0.8);
    width: 100%;
    display: none;
    /*height:0;overflow:hidden;*/
    /*opacity: 0;
    transition: all 0.3s linear;*/
}

    .secondary-menu-div.shown {
        /*display: block;*/
        opacity: 1;
    }

    .secondary-menu-div .social-media {
        margin-bottom: 50px;
    }

    .secondary-menu-div .footer-menu.social-media a i {
        font-size: 25PX;
    }

ul.header-top-menu {
    /*float: right;*/
    margin-top: 100px;
    margin-bottom: 150px;
}

    ul.header-top-menu li {
        display: block;
        padding: 0 20px 0 10px;
    }

        ul.header-top-menu li a {
            text-align: right;
            display: block;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 1.7rem;
            font-weight: 400;
            color: #2d2d2d;
        }

        ul.header-top-menu li.topheader2.first-child {
            margin-top: 30px;
        }

        ul.header-top-menu li.topheader2 a {
            text-align: right;
            display: block;
            text-decoration: none;
            text-transform: lowercase;
            font-size: 0.9rem;
            font-weight: 400;
            color: #2d2d2d;
        }

/*.header-top ul li a {
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}*/

.header-top-langs ul li {
    display: block;
    width: auto;
}

    .header-top-langs ul li a {
        padding: 7px 5px;
        font-size: 13px;
        color: white !important;
    }

.header-top ul li a:hover {
    color: red;
    text-decoration: none;
}

.header-top-langs ul li a:hover {
    color: red !important;
    text-decoration: none;
    /*background: red;*/
}

.mobile-nav {
    display: none;
}

    .mobile-nav ul {
        margin: 0;
        position: absolute;
        z-index: 99;
        background: black;
        left: 0;
        top: 56px;
        right: 35px;
        padding: 20px;
        overflow: auto;
    }

        .mobile-nav ul li {
            display: block;
            padding: 0px;
        }

            .mobile-nav ul li a {
                display: block;
                text-transform: uppercase;
                padding: 7px;
                text-align: center;
                color: white;
                text-decoration: none;
                font-size: 11px;
            }

                .mobile-nav ul li a:hover {
                    color: red;
                }

nav {
}

    nav ul {
        display: table;
        margin: 0;
        padding: 0;
    }

        nav ul li {
            display: table-cell;
            width: 1px;
        }

            nav ul li:last-child .header-top-langs {
                margin-right: 0;
            }

            nav ul li a {
                color: black;
                display: block;
                padding: 7px 8px;
                white-space: nowrap;
                font-size: 13px;
                text-transform: uppercase;
            }

                nav ul li a:hover, nav ul li a:focus {
                    color: red!important;
                    text-decoration: none;
                    /*background: red;*/
                }

.not-sticky nav ul li a, .not-sticky nav ul li a:hover, .not-sticky nav ul li a:focus {
    color: white;
}

.not-sticky.black-menu nav ul li a, .not-sticky.black-menu nav ul li a:hover, .not-sticky.black-menu nav ul li a:focus {
    color: black;
}

nav ul li.search-icon {
    padding: 5px;
    width: 42px;
}

    nav ul li.search-icon.menu-trigger {
        display: none;
    }

        nav ul li.search-icon.menu-trigger a {
            background: none;
            padding: 0;
        }

@media (max-width: 768px) {
    nav ul li.search-icon.menu-trigger a {
        background: none;
        padding: 0px 0 0;
    }

    .not-sticky .header-top-langs span {
        padding: 0px 0 0 0 !important;
    }

    .not-sticky nav ul li a {
        padding: 3px 10px 0px 10px !important;
    }
}

nav ul li.search-icon a {
    color: black;
    text-decoration: none;
    /*background: red;*/
    padding: 4px 6px;
    margin-right: 18px;
}

.not-sticky nav ul li.search-icon a {
    color: white;
}

.not-sticky.black-menu nav ul li.search-icon a {
    color: black;
}

nav ul li.search-icon a i {
    font-size: 13px;
}

.search-text {
    position: absolute;
    right: 100px;
    top: 67px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 7px;
    width: 220px;
    display: none;
}

    .search-text.show {
        display: block;
    }

    .search-text .search-left {
        float: left;
        width: 175px;
    }

    .search-text .search-right {
        float: right;
        width: 30px;
    }

        .search-text .search-right .searchbutton {
            background: none;
            color: white;
        }

            .search-text .search-right .searchbutton i {
                font-size: 20px;
            }

@media (max-width: 1200px) {
    .wrapper {
        width: 95%;
    }

    nav ul li a {
        padding: 7px 6px;
    }
}

@media (max-width: 1000px) {
    .site-logo a img {
        width: 130px;
        height: auto;
    }
}
       nav ul li.langsMenu {
        min-width: 52px;
    }

       nav ul li.sec-menu-li {
        vertical-align: middle;
    }
@media (max-width: 768px) {
    header.row {
        width: 100%;
        margin: 0 auto;
    }

    .search-text {
        right: 60px;
        top: 60px;
        padding: 5px;
        width: 225px;
        border: 1px solid white;
        z-index: 1000;
    }

    .site-menu {
        width: 80%;
        max-width: 160px;
        padding: 10px;
    }

    .site-logo {
        padding: 7px 10px 7px 0;
        margin-top: 0;
    }

        .site-logo img {
            max-width: 135px;
        }


    .mobile-nav.show {
        display: block;
    }

    .wrapper {
        width: 100%!important;
    }

    nav ul li:not(.search-icon) {
        display: none;
    }

    nav ul li.langsMenu, nav ul li.langsMenu ul li {
        display: block;
        padding-top: 8px;
        font-size: 15px;
    }
    


    nav ul li {
        vertical-align: top;
    }

        nav ul li.search-icon.menu-trigger {
            display: table-cell;
        }

        nav ul li.search-icon a {
            padding: 1px 4px 2px;
        }

            nav ul li.search-icon a i {
                font-size: 16px;
            }

        nav ul li.search-icon {
            padding: 0 5px;
            width: 42px;
        }

    .header-top-langs {
        margin-top: -1px;
    }

    nav ul li.search-icon.menu-trigger a i {
        /*font-size: 25px;*/
        font-size: 17px;
    }

    nav ul li.langsMenu, nav ul li.langsMenu ul li {
        padding-top: 0px;
    }

    .header-top-menu {
        display: none;
    }

    nav, .header-top {
        float: right;
    }

    .header-top-langs span {
        padding: 0;
    }

    .header-top .header-top-langs {
        margin-left: 10px;
    }

        .header-top .header-top-langs ul {
            margin-left: -15px;
        }
}

/***************************************************/

/*Footer*/
footer {
}

.footer-top {
    border-bottom: #666666 dotted 1px;
    background: #f0f0f0;
    padding: 25px 0;
}

.footer-bottom {
    padding: 25px 0px;
    background: #fff;
}

.footer-menu {
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-menu li {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .footer-menu.small li {
        display: inline-block;
        margin: 0;
    }

    .footer-menu li a {
        display: block;
        padding: 5px 5px 5px 0;
        color: #2d2d2d;
        font-size: 0.95rem;
        text-transform: uppercase;
    }

    .footer-menu.small li a {
        font-size: 0.85rem;
        color: #2d2d2d;
        padding: 5px 0px 5px 5px;
        text-transform: initial;
    }

        .footer-menu.small li a:after {
            display: inline-block;
            content: '-';
            color: black;
            padding: 0 0 0 10px;
        }

    .footer-menu.small li:last-child a:after {
        display: none;
        content: '';
        padding: 0;
    }


    .footer-menu li a:hover {
        color: red;
    }

    .footer-menu.app-download li {
        margin: 0;
        vertical-align: -webkit-baseline-middle;
    }

        .footer-menu.app-download li a {
            padding: 0;
        }

            .footer-menu.app-download li a img {
                height: 20px;
            }

    .footer-menu.social-media li {
        margin: 0;
    }

    .footer-menu.social-media a {
        color: #333333;
        padding: 0;
        padding-left: 10px;
        padding-right: 5px;
        text-decoration: none;
    }

        .footer-menu.social-media a i {
            font-size: 2em;
        }

footer .piva {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 0.85rem;
    color: #2d2d2d;
}

#toTop {
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #333;
    background: #333;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 4.8%;
    cursor: pointer;
    display: none;
    color: white;
    font-size: 12px;
    z-index: 1200;
}

@media (max-width: 768px) {
    .footer-menu, .footer-menu.text-right {
        text-align: center;
    }

        .footer-menu li {
            margin: 0;
        }

    .col-xs-0 {
        display: none;
    }

    .social-media {
        margin-top: 15px;
    }

    #toTop {
        left: auto;
        right: 0;
    }
}

/***************************************************/



/*Full Width Slider*/

.swiper-container {
    width: 100%;
    height: 100%;
    height: calc(100% - 60px);
    background: #fff;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0px;
    /*display: table-cell;*/
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

    .swiper-slide.video-slide {
        background: black;
        padding: 40px 0;
    }

        .swiper-slide.video-slide .videoLink {
            display: block;
        }

.swiper-button-next, .swiper-button-prev {
    background-image: none;
    color: white;
}

.swiper-button-prev {
    left: 5%;
}

.swiper-button-next {
    right: 5%;
}

.swiper-slide.video-slide video {
    width: 100%;
    height: 100%;
}

.swiper-slide.video-slide .play_vedio {
    top: 50%;
    position: absolute;
    z-index: 10000;
    left: 50%;
}

.swiper-slide.video-slide:hover .play {
    visibility: visible!important;
}

.play[isplay="1"] .playimg {
    display: none;
}

.play[isplay="1"] .pauseimg {
    display: block;
}

.play[isplay="0"] .pauseimg {
    display: none;
}

.play[isplay="0"] .playimg {
    display: block;
}

.slider-square-links {
    position: absolute;
    /*background: rgba(0, 0, 0, 0.6);*/
    margin-left: 50px;
    left: 0;
    right: 0;
    margin-right: auto;
    padding: 1.5%;
    position: absolute;
    bottom: 220px;
    z-index: 9999;
    text-align: center;
}

    .slider-square-links a {
        display: inline-block;
        padding: 4px 5px;
        text-align: center;
        margin: 5px 10px;
        color: white;
        border: 1px solid white;
        width: 160px;
        text-transform: uppercase;
        font-size: 14px;
    }

.slider-content {
    position: absolute;
    /*background: rgba(0, 0, 0, 0.6);*/
    margin-left: 0px;
    width: 500px;
    max-width: 100%;
    margin-right: auto;
    padding: 1.5% 5%;
    position: absolute;
    bottom: 0;
    z-index: 9999;
}

.swiper-slide .title a {
    color: #fff;
    font-family: 'Helvetica Neue', helvetica;
    font-size: 40px;
    text-transform: uppercase;
    bottom: 0;
    line-height: 100%;
}

.swiper-slide .pre-title a {
    color: red;
    font-size: 16px;
    font-family: 'Helvetica Neue', helvetica;
}

.swiper-slide .subtitle {
    font-size: 14px;
    font-weight: 600;
}

.swiper-slide .text {
    font-size: 14px;
    font-weight: 500;
    max-width: 400px;
    line-height: 1.8;
    margin-top: 20px;
}

.slider-content .plusGo {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: black;
    color: white;
    padding: 5px 12px;
}

    .slider-content .plusGo a {
        font-weight: bold;
        color: white;
    }

.swiper-pagination {
    display: none;
}

.scrollButton {
    display: block;
    position: absolute;
    z-index: 10000;
    bottom: 20px;
    right: 5%;
    overflow: hidden;
    cursor: pointer;
}

    .scrollButton.hide {
        display: none;
    }

@media screen and (max-width:767px) {
    .swiper-slide {
        font-size: 18px;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 25px;
        display: table-cell;
        vertical-align: middle;
    }

        .swiper-slide .title {
            font-size: 33px;
            font-weight: 600;
            max-width: 100%;
            border-left: 8px solid rgba(255, 255, 255, 0.3);
            padding-left: 20px;
            margin-top: 20px;
        }

        .swiper-slide .subtitle {
            font-size: 14px;
            font-weight: 600;
        }

        .swiper-slide .text {
            font-size: 14px;
            font-weight: 500;
            max-width: 400px;
            line-height: 1.8;
            margin-top: 20px;
        }

    .scrollButton {
        bottom: 100px;
        text-align: center;
        width: auto;
        right: 10%;
        left: 10%;
        margin-left: 0;
        margin-right: 0;
    }

        .scrollButton > div {
            float: none!important;
            display: inline-block;
        }

    .slider-content {
        width: auto;
        right: 10%;
        left: 2%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:450px) {
    .swiper-button-prev {
        left: 5px;
    }

    .swiper-button-next {
        right: 25px;
    }
}
/***************************************************/
/*3 images Section*/

.imagelink {
    padding: 10px 0;
    display: block;
}

.nopadding .imagelink {
    padding: 0;
}

    .nopadding .imagelink img {
        width: 100%;
    }

.imagelink .appear-top {
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    z-index: 0;
    color: white;
    left: 8%;
    top: 15px;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 1;
    transition: all 0.3s linear;
}

/*.imagelink .appear-center {
    text-transform: uppercase;
    font-size: 24px;
    opacity: 0;
    white-space: nowrap;
    position: absolute;
    z-index: 0;
    top: 42%;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: all 0.3s linear;
}*/
.imagelink .appear-center {
    text-transform: uppercase;
    font-size: 24px;
    opacity: 0;
    white-space: nowrap;
    position: absolute;
    z-index: 0;
    top: 42%;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    /* display: table-cell; */
    background: rgba(0,0,0,0.6);
    transition: all 0.3s linear;
    top: 0;
    bottom: 0;
    padding-top: 48%;
}

.bigger .imagelink .appear-center {
    padding-top: 30%;
}

.rslides .imagelink .appear-center {
    padding-top: 25%;
}

.imagelink .appear-bottom {
    text-transform: uppercase;
    font-size: 15px;
    opacity: 1;
    white-space: nowrap;
    position: absolute;
    z-index: 0;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: all 0.3s linear;
}

.imagelink:hover .appear-top {
    opacity: 0;
}

.imagelink:hover .appear-center {
    opacity: 1;
}



/***************************************************/

/*Responisve Sldies*/


/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li a {
            display: block;
            overflow: hidden;
        }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides .imagelink .appear-top {
        left: 8%;
    }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.slides-press .rslides {
    height: 100%;
}

    .slides-press .rslides > div {
        height: 100%;
        width: 100%;
    }

    /*    .slides-press .rslides img {
       display: block;
  
   width:auto;
    border: 0;
        float: none;
        max-height: 100%;
    }*/
    .slides-press .rslides img {
        float: none;
        max-height: 100%;
        width: auto;
        text-align: center;
        margin: 0 auto;
    }

.nextprev {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.rslides .imagelink .appear-bottom {
    text-align: left;
    left: 8%;
    white-space: normal;
}

.home-news-container .rslides li a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
}

/***************************************************/

/*Masonry Layout*/

.grid {
    background: none;
}

    /* clear fix */
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 25%;
    height: 250px;
}

.masonry-gallery .grid-sizer,
.masonry-gallery .grid-item {
    width: 48%;
    height: auto;
}

.designergrid .grid-sizer, .designergrid .grid-item {
    height: auto;
    padding: 10px 0 25px;
    width: 32.19%;
}

.designergrid.AwardsGrid .grid-sizer, .designergrid.AwardsGrid .grid-item {
    width: 23.5%;
}

.designer-item-title {
    font-size: 14px;
    color: black;
    display: block;
}

.designergrid .designer-item .designer-item-title a {
    font-size: 14px;
    color: black;
    display: block;
    padding-left: 15%;
}

.designergrid .designer-item.award-item .designer-item-title > a {
    font-size: 20px;
}

.designergrid .designer-item:hover .designer-item-title a, .designergrid .designer-item .designer-item-title a:hover, .designergrid .designer-item .designer-item-title a:focus {
    color: red;
}

.grid-item .image-div {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.grid-item.style2 {
    height: 500px;
}


.grid-item.style3 {
    width: 50%;
}

.grid-item.style4 {
    width: 50%;
    height: 500px;
}


.grid-item.style5 {
    width: 100%;
    height: 500px;
}

#projectsgrid .grid-sizer, #projectsgrid .grid-item {
    width: 49.5%;
    margin-bottom: 10px;
    height: auto;
}



    #projectsgrid .grid-item.style2 {
        height: auto;
    }


    #projectsgrid .grid-item.style3 {
        width: 49.5%;
        height: auto;
    }

    #projectsgrid .grid-item.style4 {
        width: 49.5%;
        height: auto;
    }


    #projectsgrid .grid-item.style5 {
        width: 99.8%;
        height: auto;
    }


    #projectsgrid .grid-sizer .image-div,
    #projectsgrid .grid-sizer .blur, #projectsgrid .grid-item .image-div, #projectsgrid .grid-item .blur {
        height: 400px;
    }



    #projectsgrid .grid-item.style2 .image-div, #projectsgrid .grid-item.style2 .blur {
        height: 810px;
    }


    #projectsgrid .grid-item.style3 .image-div, #projectsgrid .grid-item.style3 .blur {
        /*width: 49.5%;*/ height: 400px;
    }

    #projectsgrid .grid-item.style4 .image-div, #projectsgrid .grid-item.style4 .blur {
        /*width: 49.5%;*/
        height: 810px;
    }


    #projectsgrid .grid-item.style5 .image-div, #projectsgrid .grid-item.style5 .blur {
        /*width: 99.8%;*/
        height: 600px;
    }

#projectsgrid .comm-text h5 a {
    max-width: 100%;
}

#freeMasonry .comm-text {
    min-height: initial;
}

    #freeMasonry .comm-text h5 a {
        max-width: 100%;
        overflow: visible;
    }

    #freeMasonry .comm-text h5, #freeMasonry .comm-text h6 {
        text-align: left;
    }

.grid-item {
    float: left;
    padding: 0px;
}

    .grid-item .blur {
        /*opacity: 0;*/
        position: absolute;
        z-index: 1;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background: rgba(0,0,0,0.2);
        /*background: rgba(0,0,0,0.75);*/
        transition: all 0.3s linear;
        cursor: pointer;
    }

    .grid-item .imagelink {
        padding: 0;
    }

    .grid-item .caption-text, .project-item .caption-text {
        font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
        opacity: 0;
        white-space: nowrap;
        position: absolute;
        z-index: 2;
        /*top: 48%;*/
        left: 0;
        right: 0;
        text-align: center;
        transition: all 0.3s linear;
    }

    .grid-item:hover .blur {
        opacity: 1;
    }

    .grid-item:hover .appear-top, .project-item:hover .appear-top {
        opacity: 0;
    }

    .grid-item:hover .caption-text, .project-item:hover .caption-text {
        opacity: 1;
    }

    .grid-item .caption-text a, .project-item .caption-text a {
        display: block;
        padding: 3px;
        color: white;
        font-size: 24px;
        text-transform: uppercase;
    }

    .grid-item .caption-text .links, .project-item .caption-text .links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .grid-item .caption-text .links li, .project-item .caption-text .links li {
            display: block;
            margin: 2px auto;
        }

            .grid-item .caption-text .links li a, .project-item .caption-text .links li a {
                font-size: 18px;
                text-transform: initial;
            }

    .grid-item img {
        display: block;
        max-width: 100%;
    }

.project-item.product-grid a {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
}

    .project-item.product-grid a .appear-top {
        color: black;
        font-weight: normal;
        font-size: 18px;
        margin: 10px 0 0px;
        z-index: 1;
        white-space: normal;
        text-align: left;
        /*position: relative;*/
    }

.project-item.product-grid.col_6 a .appear-top {
    left: 5%;
}

.project-item.product-grid:hover a .appear-top {
    opacity: 1;
}

.project-item.product-grid a .appear-top.designer {
    font-size: 13px;
    margin-top: 35px;
}

.project-item .designer {
    position: absolute;
    top: 50px;
    left: 30px;
    right: 0;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: black;
}

@media screen and (max-width:769px) {
    .grid-item {
        width: 50%;
        height: 250px;
    }

        .grid-item.style2 {
            height: 500px;
        }
}

@media screen and (max-width:420px) {
    .grid-item {
        width: 100%;
        height: 300px;
    }

        .grid-item.style2 {
            width: 100%;
            height: 300px;
        }


        .grid-item.style3 {
            width: 100%;
            height: 300px;
        }
}
/***************************************************/


/*Breadcrumb Strip*/

.breadcrumb {
    background-color: #e6e7e9;
    padding: 0;
    margin-bottom: 3px;
    border-radius: 0px;
    position: fixed;
    left: 0;
    right: 0;
    /* top: 0; */
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .breadcrumb span {
        color: black;
        padding-right: 15px;
        font-size: 11px;
        text-transform: uppercase;
        display: block;
        padding: 8px 10px;
    }

    .breadcrumb .comm-bc span {
        text-overflow: ellipsis;
        max-width: 180px;
        overflow: hidden;
        white-space: nowrap;
    }

    .breadcrumb .comm-bc li {
        display: inline-block;
        vertical-align: top;
    }

    .breadcrumb ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: table;
        width: 100%;
    }

        .breadcrumb ul li {
            display: table-cell;
            width: 1px;
        }

        .breadcrumb ul.submenu-links li.active a {
            font-weight: bold;
        }

        .breadcrumb ul li:first-child {
            width: auto;
        }

        .breadcrumb ul li a {
            display: block;
            white-space: nowrap;
            color: black;
            padding: 8px 40px;
            text-align: center;
            text-transform: uppercase;
        }

            .breadcrumb ul li a:hover {
                background: rgba(255, 0, 0, 0.4);
            }


    .breadcrumb .breadcrumb-links li {
        display: inline-block;
        width: auto;
        position: relative;
        padding: 0 10px;
    }

        .breadcrumb .breadcrumb-links li:first-child, .breadcrumb .breadcrumb-links li:first-child span,
        .datasheet-breadcrumb .breadcrumb .breadcrumb-links li:first-child, .datasheet-breadcrumb .breadcrumb .breadcrumb-links li:first-child span {
            padding-left: 0;
        }

        .breadcrumb .breadcrumb-links li:after {
            content: ' ► ';
            position: absolute;
            right: 0;
            top: 0;
            color: black;
            font-size: 10px;
            line-height: 30px;
        }

        .breadcrumb .breadcrumb-links li:last-child:after {
            content: '';
            display: none;
        }

        .breadcrumb .breadcrumb-links li a {
            color: black;
            padding-right: 15px;
            font-size: 11px;
            text-transform: uppercase;
            display: block;
            padding: 10px 10px;
        }


    .breadcrumb .comm-bc li a {
        padding: 8px 10px;
    }

    .breadcrumb .breadcrumb-links li:hover a {
        color: #C00;
        background: none;
    }

    .breadcrumb .main-container, .datasheet-breadcrumb .main-container {
        padding: 0 4%;
    }

/***************************************************/

/*Products List*/
.product-item-container {
    margin-bottom: 10px;
    padding: 5px;
}

.product-div {
    min-height: 230px;
    position: relative;
}

    .product-div .product-image {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .product-div .product-link {
        display: block;
        color: white;
        font-size: 14px;
    }

        .product-div .product-link:hover {
            color: red;
        }

        .product-div .product-link span {
            display: block;
            color: white;
            text-transform: capitalize;
        }

    .product-div .caption-text {
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px;
    }

.designer-link {
    display: block;
    color: red;
    text-transform: capitalize;
}

    .designer-link:hover {
        color: #C00;
    }



/***************************************************/
/*DropDown*/
/*.new-ddm {
    position: fixed;
    z-index: 3999990;
    top: 50px;
    margin-left: 7.5%;
    width: 16%;
    text-align: center;
    min-width: 200px;
}*/
.new-ddm {
    position: fixed;
    z-index: 1000;
    /* top: 50px; */
    /* margin-left: 5%; */
    /* margin-right: 6%; */
    /* width: 16%; */
    /* text-align: center; */
    min-width: 200px;
    background: #f0f0f0;
    overflow: hidden;
    padding: 0 4%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    /*.new-ddm span {
        display: block;
        position: relative;
        width: 100%;
        color: white;
        margin: 0;
        padding-bottom: 6px;
        font-size: 14px;
        background: red;
        padding: 7px 0;
        text-transform: uppercase;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }*/

    .new-ddm span {
        display: inline-block;
        position: static;
        /* width: 100%; */
        /*color: white;*/
        margin: 0;
        /*padding-bottom: 6px;*/
        font-size: 14px;
        /* background: red; */
        padding: 7px 0;
        float: left;
        color: black;
        padding-right: 15px;
        font-size: 11px;
        text-transform: uppercase;
        display: block;
        padding: 6px 10px 6px 0;
        text-transform: uppercase;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
        /*.new-ddm span i {
            position: absolute;
            z-index: 2;
            right: 15px;
            font-size: 16px;
        }*/
        .new-ddm span i {
            /* position: absolute; */
            z-index: 2;
            right: 15px;
            font-size: 16px;
        }
    /*.new-ddm span ul {
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
            top: 100%;
            position: absolute;
            left: 0;
            list-style: none;
            display: none;
            background-color: rgb(0, 0, 0);
            background-color: rgba(0, 0, 0, 0.75);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
        }*/

    /*.new-ddm span:hover ul {
            display: block;
        }*/
    .new-ddm ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
        /* width: 100%; */
        top: 100%;
        /* position: absolute; */
        left: 0;
        list-style: none;
        display: inline-block;
        margin-left: 25px;
        /*background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.75);*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    }
        /*.new-ddm ul li {
        display: block;
        width: 100%;
        color: white;
        position: relative;
        z-index: 500;
        margin: 0;
        padding-bottom: 6px;
        font-size: 14px;
        text-transform: uppercase;
        float: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }*/
        .new-ddm ul li {
            display: inline-block;
            /* width: 100%; */
            color: white;
            position: relative;
            z-index: 500;
            margin: 0;
            margin-left: 15px;
            padding-bottom: 2px;
            font-size: 14px;
            text-transform: uppercase;
            float: none;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

        .new-ddm ul.distribution-types li {
            color: black;
            text-transform: none;
            padding-bottom: 0;
            line-height: 28px;
            margin-left: 30px;
            font-size: 13px;
            cursor: pointer;
        }

        /*.new-ddm ul.distribution-types {
            text-align: left;
            float: none;
            width: 100%;
        }*/

        .new-ddm ul.distribution-types li {
            margin-left: 0;
            margin-right: 0;
            padding-right: 10px;
        }

            .new-ddm ul.distribution-types li a {
                padding-left: 0;
            }

            .new-ddm ul.distribution-types li.active {
                font-weight: bold;
            }

        .new-ddm ul li a {
            display: block;
            padding: 6px;
            color: black;
            font-size: 11px;
        }

            .new-ddm ul li a:hover {
                color: silver;
            }

#new-ddm-ul li.active {
    font-weight: bold;
}

.new-ddm ul li.active.hide {
    /*display: none;*/
}

.new-ddm ul li.active a {
    /*color: red;*/
}
/***************************************************/

/*Families List*/

.categories-container {
    margin-top: 15px;
    min-height: 100%;
}

.letters-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
}

    .letters-ul li {
        display: table-cell;
        width: 1px;
        white-space: nowrap;
    }

        .letters-ul li a {
            text-decoration: none;
            font-size: 15px;
            font-weight: bold;
            margin-right: 10px;
            text-transform: uppercase;
            color: #333333;
        }

            .letters-ul li a:hover, .letters-ul li a:focus, .letters-ul li.active a {
                color: #C00;
            }

        .letters-ul li.active a {
            cursor: default;
            pointer-events: none;
        }

        .letters-ul li.disabled a {
            cursor: default;
            pointer-events: none;
            opacity: 0;
        }

.product-div.cat-div {
    min-height: 270px;
}
/***************************************************/


/*Families Product List*/
.list-container {
    margin-top: 15px;
    min-height: 100%;
}

    .list-container .fam-img-container {
        position: relative;
    }

        .list-container .fam-img-container .caption-text {
            position: absolute;
            z-index: 10;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.75);
            left: 0;
            right: 0;
            padding: 20px;
        }

            .list-container .fam-img-container .caption-text span {
                font-size: 42px;
                font-weight: normal;
                padding-right: 20px;
                color: #fff;
                display: block;
                text-transform: uppercase;
            }

            .list-container .fam-img-container .caption-text a {
                color: white;
                text-decoration: none;
                font-size: 16px;
                display: inline-block;
            }

                .list-container .fam-img-container .caption-text a:hover {
                    color: #C00;
                    text-decoration: none;
                }

.product-list-item {
    padding: 5px;
}

.product-title {
    color: #C00;
    display: block;
    font-size: 11px;
}

    .product-title > div {
        font-size: 11px;
        margin: 5px auto;
    }

    .product-title:hover, .product-title:focus {
        color: red;
    }

.prop-title {
    font-size: 14px;
    margin: 5px auto;
    color: black;
    /*text-transform: capitalize;*/
}

.other-tipo {
}

    .other-tipo span {
        display: block;
        text-transform: uppercase;
        margin-bottom: 20px;
        overflow: auto;
        color: black;
        padding-top: 15px;
        font-size: 15px;
    }

    .other-tipo .product-title {
        font-size: 16px;
        margin: 5px auto;
        color: black;
    }
/***************************************************/





/*Company page*/
.content-div {
    padding-left: 5%;
}

    .content-div h2 {
        margin: 0 auto;
    }

.text-images-container {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 5%;
}

    .text-images-container li {
        display: inline-block;
        margin: 5px auto;
    }

        .text-images-container li a {
            display: block;
        }

            .text-images-container li a img {
                display: block;
                margin: 0 auto;
                height: 40px;
            }

.fancy-images-container {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .fancy-images-container li {
        display: inline-block;
        width: 30%;
        margin: 5px 1%;
    }

        .fancy-images-container li:first-child {
            width: 98%;
            margin: 0 auto;
        }

        .fancy-images-container li a {
            display: block;
        }


            .fancy-images-container li a img {
                width: 100%;
            }








/***************************************************/




/*Showroom*/
.showroom-swiper {
    width: 85%;
    margin: 65px auto 0;
    height: 80%;
}

.showroom-container {
    padding-top: 10px;
    padding-bottom: 45px;
    border: 1px solid red;
    width: 85%;
    margin: 0 auto;
}

.slider-details {
    position: absolute;
    z-index: 1;
    padding: 2% 5% 4%;
    line-height: 130%;
    min-height: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
}

    .slider-details h3 {
        font-size: 26px;
        font-weight: normal;
        font-weight: 300;
        color: white;
        line-height: 110%;
        text-transform: uppercase;
        margin: 0;
    }

    .slider-details p {
        font-size: 14px;
        font-weight: normal;
        font-weight: 300;
        color: white;
    }

    .slider-details ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .slider-details ul li {
            display: inline-block;
            margin-right: 15px;
        }


            .slider-details ul li .title-label {
                font-size: 14px;
                font-weight: normal;
                font-weight: 300;
                color: #f33;
                text-transform: uppercase;
                display: inline-block;
                margin-right: 5px;
            }

            .slider-details ul li .value-label {
                font-size: 14px;
                font-weight: normal;
                font-weight: 300;
                color: white;
                text-transform: uppercase;
                display: inline-block;
            }

                .slider-details ul li .value-label a {
                    font-size: 14px;
                    font-weight: normal;
                    font-weight: 300;
                    color: white;
                    text-transform: none;
                    text-decoration: underline;
                }

    .slider-details .slider-container {
    }

    .slider-details .details-container {
    }



/*Contact Form*/
.contact-content {
}

/*.contact-content .form_group {

}
.contact-content .form_group .form_label{display:inline-block;width:40%;margin:3px 2% 3px 0;

}
.contact-content .form_group .form_control{display:inline-block;width:50%;margin:3px 0 3px 2% ;

}*/
.contact-container-text {
    margin-top: 50px;
}

.contact-form-container {
}

    .contact-form-container table {
        width: 100%;
    }

        .contact-form-container table tr td {
            padding: 2px 10px 2px 0;
            width: 200px;
            vertical-align: top;
        }

            .contact-form-container table tr td:first-child {
                padding-bottom: 5px;
            }

            .contact-form-container table tr td:last-child {
                width: 1px;
                padding: 0;
                white-space: nowrap;
            }

            .contact-form-container table tr td .small {
                font-size: 15px;
                text-transform: uppercase;
            }

                .contact-form-container table tr td .small.red {
                    color: red;
                }

            .contact-form-container table tr td .form_label {
                display: block;
                text-transform: uppercase;
                margin-bottom: 5px;
                font-size: 12px;
                vertical-align: top;
                font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
            }

            .contact-form-container table tr td .form_control {
                border: 1px solid #aaa;
                font-size: 15px;
                background-color: white;
                display: block;
                width: 100%;
                padding: 5px 15px;
                margin: 3px auto;
                font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
            }

            .contact-form-container table tr td select.form_control {
                padding: 7px 10px;
                color: grey;
            }

            .contact-form-container table tr td .form_control:focus {
                outline: none;
                border: 1px solid #979696;
            }

    .contact-form-container .contactus-btn {
        border: 1px solid black;
        border-radius: 0;
        background: none;
        color: black;
        width: 175px;
        font-size: 15px;
        text-align: center;
        padding: 3px;
        margin: 35px 15px 50px 0;
    }

.checkbox-td label {
    font-weight: 400;
}


/***************************************************/
/*Datasheet*/


/* NEW CSS*/

.action-buttons {
    margin-top: 20px;
    position: relative;
    padding: 15px 0;
}

    .action-buttons a {
        display: inline-block;
        margin: 10px 5px 0;
        color: black;
        padding: 3px;
        text-align: center;
        border: 1px solid #000;
        font-size: 14px;
        min-width: 110px;
        text-transform: lowercase;
        width: 27%;
    }

        .action-buttons a.scroll-btn {
            border: none;
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            position: absolute;
            transform: rotate(90deg);
            right: -15px;
            display: block;
            width: initial;
            /* padding: 0; */
            /* display: none; */
            top: 0px;
            margin: 0;
            min-width: initial;
            padding: 0px 0 0 0px;
        }

@media screen and (max-width:767px) {
    .action-buttons a.scroll-btn {
        right: -30px;
    }
}

.data-desc {
    text-align: right;
}

.designer-img {
    margin-top: -50px;
}

.filter-select {
    border-color: #eaecee;
    outline: 0;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
}


.comm-images-container {
    margin-top: 10px;
}

.datasheet-container-fluid .comm-title {
    margin-top: 10px;
}


    .datasheet-container-fluid .comm-title b {
        text-transform: lowercase;
    }

.section-title .pds-title {
    text-transform: lowercase;
}



/***************************/

.datasheet-breadcrumb {
    margin-bottom: 0;
}

.datasheet-swiper {
    width: 90%;
    height: 90%;
}

    .datasheet-swiper .slider-content {
        left: 0;
        right: 0;
        margin: 0;
        width: auto;
        padding-top: 0;
    }


        .datasheet-swiper .slider-content h2 {
            display: inline-block;
            font-size: 42px;
            font-weight: normal;
            padding-right: 20px;
            color: #fff;
        }

        .datasheet-swiper .slider-content h3 {
            display: inline-block;
            padding-right: 20px;
        }

            .datasheet-swiper .slider-content h3 a {
                display: block;
                font-size: 16px;
                font-weight: normal;
                color: #fff;
            }

                .datasheet-swiper .slider-content h3 a:hover {
                    color: red;
                }


        .datasheet-swiper .slider-content h4 {
            display: inline-block;
            padding-right: 20px;
            font-size: 16px;
            font-weight: normal;
            color: #fff;
        }

        .datasheet-swiper .slider-content ul {
            list-style: none;
            margin: 0;
            padding: 0;
            float: right;
            right: 0;
            top: 0;
        }

            .datasheet-swiper .slider-content ul li {
                display: inline-block;
                margin: 0;
            }

                .datasheet-swiper .slider-content ul li a {
                    display: block;
                    margin: 0;
                    padding: 6px 5px 0;
                    color: white;
                }

                .datasheet-swiper .slider-content ul li:last-child a {
                    padding: 3px 5px;
                }

                .datasheet-swiper .slider-content ul li a:hover {
                    color: red;
                }

.section-title {
    font-size: 24px;
    padding: 10px 0 20px 0;
    text-transform: lowercase;
    color: #333333;
}

@media screen and (max-width:769px) {
    .section-title {
        font-size: 22px;
    }
}

.section-title-smaller {
    font-size: 18px;
    font-size: 16px;
    padding: 10px 0 0px 0;
    /* text-transform: lowercase; */
    color: #333333;
}

.section-title.sub {
    text-transform: capitalize;
    color: #525252;
    font-weight: 600;
    border-bottom: 1px solid #525252;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 20px;
}

    .section-title.sub:empty {
        display: none;
    }

.section-title.expand-class a {
    position: relative;
    display: block;
}

.section-title.expand-class div.aslinkpds {
    position: relative;
    display: block;
}
    .section-title.expand-class a:after {
        width: 30px;
        height: 22px;
        position: absolute;
        /* top: 4px; */
        bottom: 5px;
        right: 0;
        content: ' ';
        background-image: url(https://martinelliluce.com/images/magnifier.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }
    .section-title.expand-class div.aslinkpds:after {
        width: 30px;
        height: 22px;
        position: absolute;
        /* top: 4px; */
        bottom: 5px;
        right: 0;
        content: ' ';
        background-image: url(https://martinelliluce.com/images/magnifier.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

.text-wrapper {
    padding: 10px 0 20px 6%;
}

.tabs-pds {
    margin: 0px auto 50px;
}

@media screen and (max-width:769px) {
    .tabs-pds {
        margin: 15px auto;
    }
}

.images-pds-4 {
    /* min-height: 450px; */
    /*padding: 0 30px;*/
}

    .images-pds-4 .images-container {
        margin-right: 10px;
        margin-left: 10px;
    }

    .images-pds-4:first-child .images-container {
        margin-right: 20px;
        margin-left: auto;
    }

    .images-pds-4:last-child .images-container {
        margin-right: auto;
        margin-left: 20px;
    }

    .images-pds-4:only-child .images-container {
        margin-right: auto;
        margin-left: 0px;
    }

@media screen and (max-width:767px) {
    .images-pds-4:first-child .images-container, .images-pds-4:last-child .images-container, .images-pds-4:only-child .images-container, .images-pds-4 .images-container {
        margin-right: auto;
        margin-left: auto;
    }
}

.images-pds-4 .images-container .section-title {
    padding: 0 0 0px 0;
    border-bottom: 1px dotted #666666;
    margin-bottom: 20px;
}

    .images-pds-4 .images-container .section-title:empty {
        display: block;
        border-bottom: 0px dotted #666666;
        min-height: 37px;
    }

.images-pds-4 .images-container .allimages-container {
    padding: 0 30px;
}

.desc-text {
    padding: 20px 20px 0 0;
}


    .desc-text.ds-text {
        padding: 20px 0 20px 0;
        max-height: calc(100% - 200px);
        overflow: auto;
    }

@media screen and (max-width:769px) {
    /*.desc-text.ds-text {
    max-height: initial;
}*/
}

.desc-text p {
    line-height: 130%;
    font-size: 14px;
}

    .desc-text p:empty {
        display: none;
    }

.ds-downloads a {
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 2px;
}

    .ds-downloads a:hover {
        color: red;
    }

/*.ds-downloads .generatepdf {
    font-size: 15px;
    border-bottom: 1px dotted #666666;
    padding-bottom: 5px;
}*/
.generatepdf, .ds-downloads .generatepdf {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    color: #C00;
    text-transform: capitalize;
    padding: 0 3px 0 8px;
    text-align: center;
    /* border: 1px solid #000; */
    font-size: 14px;
    min-width: 120px;
    margin-left: 0;
    /* -webkit-box-shadow: 8px 0px 3px 0px rgba(0,0,0,0.75); */
    /*-moz-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.75);*/
    /* box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75); */
    transition: all 0.25s linear;
    font-weight: normal;
    border: 1px solid #6c6d70;
}

    .generatepdf:hover, .ds-downloads .generatepdf:hover {
        -webkit-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.75);
        box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.75);
        border: 1px solid #6c6d70;
    }

    .generatepdf i, .ds-downloads .generatepdf i {
        display: inline-block;
        padding: 5px 10px 5px 5px;
        margin-left: 0;
        border-radius: 0;
        color: #C00;
        /*border: 1px solid black;*/
        vertical-align: bottom;
    }


    .generatepdf span, .ds-downloads .generatepdf span {
        vertical-align: top;
        line-height: 20px;
        /* display: inline-block; */
        text-transform: uppercase;
        /*border: 1px solid black;*/
        display: inline-block;
        margin: 4px -1px 0 0px;
        padding: 2px 5px;
    }

    .generatepdf[href=''], .ds-downloads .generatepdf[href=''] {
        display: none;
    }

.configure-your-product {
    display: block;
    margin: 5px 0;
    color: #525252;
    padding: 3px;
    text-align: center;
    border: 1px solid #525252;
    font-size: 20px;
    min-width: 110px;
}

.varianti-row .active {
    border: 1px solid #666666;
}

.ds-variante {
    margin-top: 15px;
}

    .ds-variante .col-xs-4 {
        /*float: right;*/
        /*padding: 0 3px;*/
    }

    .ds-variante a {
        display: block;
        color: black;
    }

        .ds-variante a:hover {
            display: block;
            color: red;
        }

        .ds-variante a img {
            width: 100%;
        }

    .ds-variante span {
        display: block;
        font-size: 11px;
        color: inherit;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .ds-variante span.bigger {
            font-size: 12px;
            text-align: right;
        }

.ds-downloads {
    margin-top: 50px;
}

    .ds-downloads .section-sub-title {
        font-size: 14px;
        border-bottom: 0;
        margin-bottom: 0;
        padding-top: 20px;
        font-weight: bold;
        text-transform: capitalize;
    }

    .ds-downloads .downlaods-list {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }

        .ds-downloads .downlaods-list li {
            display: block;
            padding: 0;
            margin: 0;
        }

            .ds-downloads .downlaods-list li.bigger {
                font-size: 15px;
            }

            .ds-downloads .downlaods-list li a {
                position: relative;
                display: block;
                padding: 2px 0;
                margin: 0 auto;
                line-height: 16px;
                padding-left: 10px;
                font-size: 13px;
                text-transform: uppercase;
            }

            .ds-downloads .downlaods-list li.li3d {
                overflow: hidden;
            }

                .ds-downloads .downlaods-list li.li3d a:first-child {
                    float: left;
                    max-width: 90%;
                }

                .ds-downloads .downlaods-list li.li3d a:last-child {
                    float: right;
                    /*padding-right: 10%;*/
                }

            .ds-downloads .downlaods-list li a:before {
                position: absolute;
                top: 0px;
                left: 0;
                content: "-";
                /* margin-right: 10px; */
                font-size: 15px;
            }

            .ds-downloads .downlaods-list li.downloadAll {
                margin-top: 10px;
            }

                .ds-downloads .downlaods-list li.downloadAll a {
                    padding-left: 20px;
                }

                    .ds-downloads .downlaods-list li.downloadAll a:before {
                        background: url(https://martinelliluce.com/images/download-icon.png);
                        background-repeat: no-repeat;
                        background-size: contain;
                        content: " ";
                        height: 15px;
                        width: 15px;
                    }


            .ds-downloads .downlaods-list li.li3d a:last-child:before {
                display: none;
            }

codice {
    font-size: 22px;
    color: #C00;
}

.border-dotted {
    border-bottom: 1px dotted #CCC;
    padding: 0;
    margin-bottom: 20px;
}

.info-table {
    width: 100%;
    margin-bottom: 20px;
}

    .info-table:last-child {
        margin-bottom: 0px;
    }

    .info-table th {
        white-space: nowrap;
        width: 1px;
        padding: 0 10px 0 0;
        vertical-align: top;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Arial';
    }

    .info-table td {
        vertical-align: top;
    }

        .info-table td > div {
            padding: 3px 0;
        }

        .info-table td .prop-title {
            display: inline-block;
            width: 170px;
            font-size: 14px;
            /*text-transform: capitalize;*/
            vertical-align: top;
            margin: 0;
            line-height: 1;
        }

        .prop-value, .info-table td .prop-value {
            display: inline-block;
            font-size: 14px;
            /*text-transform: lowercase;*/
            vertical-align: top;
            margin: 0;
            /* color: #C00; */
            line-height: 1;
            /*font-weight: bold;*/
            max-width: calc(100% - 172px);
            word-break: break-all;
            word-break: break-word;
        }

.prop-value {
    margin: 3px auto;
}
/***************************************************/



/*Home*/



.home-table {
    width: 100%;
}

    .home-table td {
        /*width: 50%;*/
        vertical-align: bottom;
    }

        .home-table td.bigger {
            width: 60%;
        }

        .home-table td .home-text {
            padding: 40px 10%;
        }

            .home-table td .home-text h5 {
                font-size: 18px;
                margin-bottom: 0;
            }

            .home-table td .home-text h6 {
                font-size: 13px;
                margin-top: 3px;
                margin-left: 3px;
            }

            .home-table td .home-text p {
                font-size: 12px;
                margin-top: 10px;
            }


            .home-table td .home-text a {
                border: 1px solid black;
                display: inline-block;
                margin: 10px 0 0;
                padding: 5px;
                text-align: center;
                width: 150px;
                color: #2d2d2d;
            }





/***************************************************/


/*Communication*/


.comm-img-div {
    padding-top: 10px;
    width: 100%;
    /*height: 270px;*/
    overflow: hidden;
}

    .comm-img-div img {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }

.comm-text {
    padding: 10px 0;
    background: white;
    min-height: 100px;
}

.comm-title-download {
    overflow: hidden;
}

.comm-text h5 {
    font-size: 14px;
    color: black;
    /*font-weight: bold;*/
}

.comm-title-download h5 {
    width: 85%;
    float: left;
}

.comm-title-download .downlaod-link {
    width: 15%;
    float: left;
}

    .comm-title-download .downlaod-link a {
        padding: 12px 10px;
        margin: 0 0 0 auto;
        width: 100%;
        display: inline-block;
    }

.comm-text a {
    font-size: 11px;
    color: black;
    display: block;
    padding-left: 15%;
}

.comm-text h5 a {
    font-size: 16px;
    display: block;
    /* max-width: 200px; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    padding-right: 5px;
}

.comm-text h6 {
    font-size: 13px;
    color: black;
    padding-left: 15%;
}

/*Comunication Details*/
.comm-desc {
    padding: 15px;
    background: white;
    max-width: 450px;
    width: 60%;
    min-width: 200px;
    margin: -20px auto 0;
    font-size: 15px;
}

    .comm-desc:empty {
        display: none;
    }

@media screen and (max-width:769px) {
    .comm-desc {
        margin: 0 auto;
    }
}

.comm-date {
    margin: 40px 0 0;
}

.comm-title {
    font-size: 21px;
    max-width: 400px;
    margin: 20px 0;
}

.ds-bottom-div {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}

@media screen and (max-width:769px) {
    .ds-bottom-div {
        position: static;
        bottom: auto;
        left: auto;
    }
}

#mainimageHref {
    height: 100%;
    overflow: hidden;
}

.comm-images-container img {
    /*width: 100%;*/
}

.DesignerDatasheet .comm-images-container img {
    width: 100%;
}

.comm-images-container img.gall-img-family, comm-images-container .gall-img-family {
    width: auto;
    max-height: 100%;
    max-width: initial;
    height: 100%;
}

@media screen and (max-width:760px) {
    .comm-images-container img.gall-img-family, comm-images-container .gall-img-family {
        height: auto;
    }
}
/*.comm-images-container .awards-pds {
}
.comm-images-container .awards-pds ul {
    list-style:none;padding:10px 0;margin:0;text-align:right;
}
.comm-images-container .awards-pds ul li{
    display:inline-block;width:50
}*/
.comm-details-list {
}

    .comm-details-list span {
        margin-top: 30px;
        display: block;
        color: #b1b1b1;
        font-size: 13px;
    }

        .comm-details-list span:first-child {
            margin-top: 0px;
        }

    .comm-details-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .comm-details-list ul li {
            display: block;
        }

            .comm-details-list ul li a {
                display: block;
                margin: 3px auto;
                width: 100%;
                color: black;
                font-size: 13px;
                text-transform: uppercase;
                /*font-weight: bold;*/
            }

.nav-gallery {
    /*padding: 100% 0 0;*/
}

    .nav-gallery.pds-nav-gallery {
        /*padding: 75% 0 0;*/
    }

    .nav-gallery span {
        font-size: 15px;
        display: inline-block;
        margin: 0 10px;
        line-height: 1;
        padding: 5px 10px 5px 0;
        margin-left: 0;
    }

.nav-gallery-prev, .nav-gallery-next {
    cursor: pointer;
}

red {
    color: red;
}

bigger {
    font-size: x-large;
}

.overflow-hidden {
    overflow: hidden;
}

.next-prev-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .next-prev-container table {
        width: 100%;
    }

        .next-prev-container table td {
            width: auto;
        }

            .next-prev-container table td:first-child, .next-prev-container table td:last-child {
                width: 150px;
                white-space: nowrap;
            }

@media screen and (max-width:769px) {
    .next-prev-container {
        margin-top: 40px;
    }

        .next-prev-container table td:first-child, .next-prev-container table td:last-child {
            width: 100px;
            white-space: normal;
        }
}

.next-prev-container table td a {
    display: block;
    color: black;
    font-size: 14px;
}

    .next-prev-container table td a.disabled {
        color: grey;
        pointer-events: none;
        cursor: default;
    }

.next-prev-container table td span {
    display: block;
}

.next-prev-container table td:first-child span {
    text-align: right;
}

    .next-prev-container table td:first-child span i {
        font-size: 20px;
        float: left;
        margin-right: 10px;
    }

.next-prev-container table td:last-child span i {
    font-size: 20px;
    float: right;
    margin-left: 10px;
}


/* Press Details*/
.pressitem { /*border:1px solid white;*/
}

    .pressitem.active { /*border:1px solid red;*/
        -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
        box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    }

.details-press {
    display: none;
    background: white;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
}

    .details-press .close-btn {
        cursor: pointer;
        display: block;
        text-align: right;
        color: black;
    }
/***************************************************/


/* Search Results*/
.search-container {
}

    .search-container .nav-tabs {
    }

        .search-container .nav-tabs li {
        }

            .search-container .nav-tabs li.active {
            }

            .search-container .nav-tabs li a {
                color: black;
                font-size: 12px;
                padding-left: 3px;
            }

                .search-container .nav-tabs li a .search-count {
                    font-size: 13px;
                    font-weight: bold;
                }

                .search-container .nav-tabs li a .activelabel {
                    color: black;
                    font-size: 12px;
                    text-transform: uppercase;
                    font-weight: bold;
                }

            .search-container .nav-tabs li.active a .activelabel {
                color: red;
            }

    .search-container .search-title {
        padding-bottom: 30px;
    }

.search-title a {
    display: block;
    font-size: 13px;
    color: black;
    padding-left: 20%;
    /*text-align: center;*/
}

.search-title .search-designers a {
    display: inline-block;
    padding-left: 0;
    color: #666666;
}

    .search-title .search-designers a:first-child {
        padding-left: 20%;
    }

.search-container .noresults {
    font-size: 15px;
    padding: 20px;
    color: #777676;
}


/***************************************************/

.filters-popup {
    background: rgba(224, 224, 225, 0.86);
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    display: none;
    padding: 20px;
}

    .filters-popup ul {
        display: block;
        width: 80%;
        margin: 0 auto;
        border-bottom: 1px solid #2d2d2d;
    }

        .filters-popup ul:last-child {
            border-bottom: 0px solid black;
        }

        .filters-popup ul li {
            width: 24%;
            display: inline-block;
        }

            .filters-popup ul li:first-child {
                width: 25%;
            }

            .filters-popup ul li a {
                color: #2d2d2d;
                font-weight: 400;
                font: 1.19rem/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
                text-transform: uppercase;
                padding: 12px 40px;
            }

.family-img-content {
    height: 100%;
    width: 100%;
    margin-top: 40px;
}

#body_List .family-img-content {
    margin-top: 0px;
}

.family-image-div {
    /*margin-bottom: -40px;*/
}

.family-img-content h3 {
    text-transform: lowercase;
    color: #6c6d70;
    font-weight: bold;
    font-size: 27px;
}

    .family-img-content h3 span {
        font-size: 14px;
        text-transform: lowercase;
        font-weight: 200;
    }

    .family-img-content h3 .family-designer-name {
        color: black;
    }

    .family-img-content h3 .family-yop {
    }

.family-img-content .scroll-link {
    font-size: 13px;
    line-height: 60px;
    display: block;
    color: black;
    text-transform: uppercase;
    white-space: nowrap;
}

@media screen and (max-width:450px) {
    .family-img-content .scroll-link {
        line-height: 35px;
        /*white-space: normal;*/
    }
}

.datasheet-container-fluid {
    margin-top: 40px;
}

.projects-images {
    margin: 20px auto;
}

.productlist {
    margin-top: 20px;
}

    .productlist h4 {
        color: #6c6d70;
        font-size: 21px;
        margin: 0px auto 10px;
    }

        .productlist h4 b {
            text-transform: lowercase;
        }

    .productlist .item-list-col {
        display: block;
        text-align: right;
        color: black;
        padding: 5px 0;
        font-weight: bold;
    }

        .productlist .item-list-col div {
            margin-top: 0px;
        }

.designer-label {
    vertical-align: bottom;
    padding-top: 15%;
}

#designer-details {
    margin-bottom: 20px;
}

    #designer-details .designer-label {
        padding-top: 25px;
    }

.designer-label .label-title {
    color: #6c6d70;
    font-size: 13px;
    margin: 20px auto 0;
    display: block;
}

.designer-label .desc-text {
    padding: 0;
}

    .designer-label .desc-text p {
        color: #6c6d70;
        margin: 0px auto;
        display: block;
        line-height: 1;
        font-size: 16px;
    }

#familyinfo .nav-gallery.pds-nav-gallery {
    /*padding-top: 50%;*/
}

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


    .breadcrumb .comm-bc span {
        max-width: 120px;
    }
}

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

    .configurable-container, .configurable-btn, .configurable_link {
        display: none;
    }
}

@media screen and (max-width:767px) {
    #technical-ds {
        margin-top: 15px;
    }

    .designer-label {
        padding-top: 0;
    }

        .designer-label .label-title {
            margin-top: 0;
        }

    .nav-gallery.pds-nav-gallery {
        padding: 20px 0 0;
        text-align: center;
    }

    #familyinfo .nav-gallery.pds-nav-gallery {
        /*padding-top: 30px;*/
        padding-top: 0px;
    }

    .action-buttons a {
        min-width: 100px;
    }

    .info-table th {
        white-space: normal;
    }

    .filters-popup ul li, .filters-popup ul li:first-child {
        width: 50%;
    }

    .projectsSliderGallery, .productlist {
        padding-left: 4%;
        padding-right: 4%;
    }
}


@media screen and (max-width:425px) {
    .filters-popup ul li, .filters-popup ul li:first-child {
        width: 100% !important;
    }
}

@media screen and (max-width:770px) and (max-height:800px) {
    .filters-popup {
        max-height: 600px;
        overflow: auto !important;
    }
}

/* Company Page*/
.main-container {
    padding: 10px 4%;
    overflow: hidden;
}

    .main-container.grey-bg {
        background: #f0f0f0;
        padding: 30px 4% 20px;
    }

.text-container {
    max-width: 92%;
}

    .text-container h4 {
        font-size: 29px;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .text-container p {
        font-size: 13px;
        line-height: 17px;
        padding: 15px 0;
    }

        .text-container p:empty {
            display: none;
        }

.link-bordered {
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    border: 1px solid black;
    color: black;
    margin-top: 5px;
}

    .link-bordered:hover, .link-bordered:focus {
        color: red;
        border-color: red;
    }

.img-full {
    width: 100%;
    margin-bottom: 10px;
}

.text-and-image .gallery-col:last-child {
    text-align: right;
}

.text-and-image .col:first-child .text-padding .text-container {
    padding-left: 4%;
    padding-right: 4%;
    max-width: 100%;
}

    .text-and-image .col:first-child .text-padding .text-container.more-padding {
        padding-left: 12%;
        padding-right: 12%;
    }

    .text-and-image .col:first-child .text-padding .text-container.less-padding {
        padding-left: 4%;
        padding-right: 4%;
    }

.text-and-image .col:last-child .text-padding .text-container {
    padding-right: 8%;
    padding-left: 8%;
    max-width: 100%;
}

.text-and-image .col:first-child .link-bordered {
    margin-left: 18%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-and-image .col:last-child .link-bordered {
    margin-right: 18%;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width:769px) {
    .text-and-image .col:last-child .text-padding .text-container {
        padding-left: 0%;
    }

    .text-and-image .col:last-child {
        padding-left: 0%;
        padding-right: 0%;
    }

    .text-and-image .col:first-child .link-bordered {
        margin-left: 8%;
    }

    .text-and-image .col:last-child .link-bordered {
        margin-right: 8%;
    }

    /*.text-and-image .col-sm-5 {
        padding-left: 10%;
    }*/
}


.awards-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 15%;
    /*direction: rtl;*/
    text-align: left;
    margin-top: 10px;
}

.awards-pds .awards-list {
    padding-left: 0%;
    text-align: left;
    direction: ltr;
}

.awards-list li {
    display: inline-block;
    min-width: 20px;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
}

    .awards-list li a {
        display: block;
        max-width: 100%;
        color: black;
    }

.designergrid .designer-item:hover .awards-list li a {
    color: black;
}

    .designergrid .designer-item:hover .awards-list li a:hover, .designergrid .designer-item:hover .awards-list li a :focus {
        color: red;
    }

.awards-list li a img {
    display: block;
    max-width: 100%;
    width: 70px;
}

.awards-pds .awards-list li a img {
    width: 35px;
}

.fancybox-close {
    position: absolute;
    top: 40px;
    right: 20px;
    background: url(https://martinelliluce.com/images/x-close-icon-white.png) no-repeat;
    background-size: contain;
}

.ProjectDetails {
}

    .ProjectDetails .comm-title {
        margin-top: 38%;
        padding-left: 8%;
    }

    .ProjectDetails h5 {
        padding-left: 8%;
    }

    .ProjectDetails .designer-label {
        padding-top: 0;
        padding-left: 8%;
    }

        .ProjectDetails .designer-label .label-title {
            font-weight: bold;
        }

        .ProjectDetails .designer-label .label-title, .ProjectDetails .designer-label .desc-text p {
            color: black;
        }

.related-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .related-items li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .related-items li img {
            display: block;
            width: 110px;
            margin: 0 auto;
            max-width: 100%;
        }

@media screen and (max-width:769px) {
    #projectsgrid .grid-sizer, #projectsgrid .grid-item, #projectsgrid .grid-item.style2, #projectsgrid .grid-item.style3, #projectsgrid .grid-item.style4 {
        width: 48.5%;
    }

    .ProjectDetails .comm-title {
        margin-top: 10px;
        padding-left: 0%;
    }


    .ProjectDetails h5 {
        padding-left: 0%;
    }

    .ProjectDetails .designer-label {
        padding-top: 0;
        padding-left: 0%;
    }

        .ProjectDetails .designer-label .label-title {
            font-weight: bold;
        }

        .ProjectDetails .designer-label .label-title, .ProjectDetails .designer-label .desc-text p {
            color: black;
        }

    .related-items li img {
        width: 100px;
    }

    /*nav {
        padding-top: 10px;
        padding-right: 5px;
    }*/
    nav {
        padding-top: 20px;
        padding-right: 5px;
    }

    .projectImagesGrid {
        margin: 0 15px;
    }
}

.project-pds .search-title a {
    padding-left: 0;
}

.project-pds .imagelink {
    padding-bottom: 5px;
}

.select-control.form-control {
    background: none;
    border: 1px solid #666666;
    color: black;
    margin: 5px auto;
    font-size: 12px;
}

    .select-control.form-control:disabled {
        border-color: #cccccc;
        outline: 0;
        -webkit-appearance: initial;
        cursor: text;
        color: grey;
        padding-right: 77px;
        overflow: hidden;
    }

.projectsgrid .project-item {
    padding: 10px;
}

.projectsgrid .product-masonry-item {
    padding: 0;
}

    .projectsgrid .product-masonry-item .family-grid-titles {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: left;
        color: white;
        padding: 10px 0px 0 20px;
    }

        .projectsgrid .product-masonry-item .family-grid-titles a {
            color: white;
            font-size: 14px;
            font-weight: normal;
            display: block;
            padding-bottom: 0px;
        }

            .projectsgrid .product-masonry-item .family-grid-titles a.pd-title {
                font-size: 16;
                text-transform: uppercase;
            }


.projectsgrid .col_3 {
    width: 25%;
}

.projectsgrid .col_6 {
    width: 50%;
}

.projectsgrid .col_9 {
    width: 75%;
}

.projectsgrid .col_12 {
    width: 100%;
}

.projectsgrid.ProjectsPortfolio .grid-sizer, .projectsgrid.ProjectsPortfolio .grid-item {
    width: 33%;
}

.projectsgrid.ProjectsPortfolio .col_3 {
    width: 33%;
}

.projectsgrid.ProjectsPortfolio .col_6 {
    width: 66%;
}

.projectsgrid.ProjectsPortfolio .col_9 {
    width: 100%;
}

.full-text {
}

    .full-text .text-container {
        padding-left: 5%;
        padding-right: 5%;
    }

.map-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .map-list li {
        margin-bottom: 20px;
    }

.address-text {
    font-size: 13px;
}

    .address-text p {
        margin-bottom: 0;
        padding: 0;
    }

    .address-text a {
        color: inherit;
    }

        .address-text a:hover, .address-text a:focus {
            color: blue;
        }

.map-text-padding {
    padding: 0 0 0 4%;
}

.downloadselect {
    padding-left: 20px;
    margin-left: 0;
    border: 1px solid grey;
    width: 92%;
}

.fixed-on-scroll {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
}

@media screen and (max-width:769px) {
    .halftextDiv {
        padding: 20px 0;
    }
}

.advanced-search {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 350px;
    max-width: 100%;
    overflow: hidden;
    min-height: 300px;
    background: #cfcfd0;
    z-index: 1000;
    padding: 5px 30px 10px;
}

    .advanced-search i {
        font-size: 18px;
    }

    .advanced-search .form-group {
        margin-bottom: 1px;
    }

    .advanced-search .form-control {
        border-radius: 0;
        box-shadow: none;
        outline: none;
        border: none;
        height: auto;
        background: white;
        border: 1px solid #989898;
        font-size: 12px;
        padding: 5px;
        color: #989898;
        line-height: 1;
        margin: 0;
        text-transform: lowercase;
    }

    .advanced-search .btn {
        margin: 3px 10px;
        background: none;
        border: none;
        color: black;
        text-transform: uppercase;
        font-size: 12px;
    }

    .advanced-search label {
        text-align: left;
        display: block;
        line-height: 28px;
        font-size: 12px;
        margin: 0;
        height: 28px;
        font-weight: normal;
        white-space: nowrap;
        text-transform: capitalize;
    }

    .advanced-search .slctdProps {
        padding: 10px 0 25px;
    }

        .advanced-search .slctdProps a {
            line-height: 1;
            display: block;
            text-align: left;
        }

            .advanced-search .slctdProps a i {
                font-size: 13px;
                color: #bb0a0a;
                display: inline-block;
                margin-left: 10px;
            }

.DesignerDatasheet .comm-images-container {
    display: table-cell;
    width: 40%;
}

.DesignerDatasheet .comm-details-list {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
}

    .DesignerDatasheet .comm-details-list .comm-title {
        font-size: 25px;
        max-width: 300px;
        margin: 0 0 200px 50px;
    }

.DesignerDatasheet .comm-desc {
    max-width: initial;
    width: 85%;
    margin: -30px 6% 0 auto;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    position: relative;
    padding-top: 35px;
    min-height: 140px;
}

    .DesignerDatasheet .comm-desc p {
        margin: 0;
    }

.DesignerDatasheet .ReadMoreContent {
    display: none;
}

.DesignerDatasheet .ReadmoreLink {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    text-align: center;
    padding: 50px 0;
    background: white;
    cursor: pointer;
}

    .DesignerDatasheet .ReadmoreLink.hide {
        display: none;
    }


@media screen and (max-width:767px) {
    .DesignerDatasheet {
        padding-top: 30px;
    }

        .DesignerDatasheet .comm-details-list {
            vertical-align: top;
        }

            .DesignerDatasheet .comm-details-list .comm-title {
                margin: 0;
                margin-right: 50px;
            }

        .DesignerDatasheet .comm-desc {
            width: 100%;
            margin: 0px 0% 0 auto;
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
            padding: 15px 0;
        }

        .DesignerDatasheet .ReadmoreLink {
            left: 0;
        }
}

.extratempMaze {
}

    .extratempMaze img {
        width: 48%;
        display: block;
        margin-bottom: 20px;
        height: auto;
    }

.pds_filters_remove {
    display: block;
    position: absolute;
    color: red;
    padding-left: 13px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    height: 100%;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    line-height: 40px;
}

    .pds_filters_remove:hover {
        font-weight: bold;
        color: red;
    }


#singlevariantHtml, .varianti-row {
    overflow: hidden;
}

/**************MOBILE UPDATES***************/
@media screen and (max-width:1028px) {
    .designergrid .grid-sizer, .designergrid .grid-item {
        width: 30.19%;
    }
}

@media screen and (max-width:767px) {
    .swiper-container {
        /*margin-left: 1%;*/
    }

    .imagelink .appear-top {
        white-space: normal;
    }

    .designergrid .grid-sizer, .designergrid .grid-item {
        width: 48.19%;
    }

    .projectsgrid .col_3, .projectsgrid .col_6, .projectsgrid .col_9 {
        width: 50%;
    }

    .advanced-search {
        right: 0;
    }

    .designergrid.AwardsGrid .grid-sizer, .designergrid.AwardsGrid .grid-item {
        width: 47%;
    }

    .designergrid .designer-item .designer-item-title a {
        font-size: 11px;
    }

    .awards-list li a img {
        width: 50px;
    }
}

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

    .home-table td {
        display: block;
        width: 100%;
    }

        .home-table td.bigger {
            width: 100%;
        }

    .designergrid .grid-sizer, .designergrid .grid-item {
        width: 100%;
    }

    .designergrid.AwardsGrid .grid-sizer, .designergrid.AwardsGrid .grid-item {
        width: 47%;
    }


    .breadcrumb ul {
        /*text-align: center;*/
    }

    .specific_family_bc .breadcrumb ul {
        text-align: left;
    }

    .breadcrumb ul.submenu-links li:first-child {
        width: 1px;
    }

    .breadcrumb ul li a {
        /*padding: 8px 30px;*/
        padding: 8px 30px 8px 0;
        text-align: left;
    }


    /*.new-ddm ul {
        text-align: center;
        margin-left: 0;
    }

        .new-ddm ul li {
            margin-left: 15px;
            margin-right: 15px;
        }*/

    .new-ddm ul {
        /*text-align: center;*/
        text-align: left;
        margin-left: 0;
        width: 100%;
    }

        .new-ddm ul li {
            margin-left: 0px;
            margin-right: 20px;
        }

            .new-ddm ul li a {
                padding: 6px 6px 6px 0;
            }

    .projectsgrid .col_3, .projectsgrid .col_6, .projectsgrid .col_9, .projectsgrid.ProjectsPortfolio .col_3 {
        width: 100%;
    }

    .breadcrumb .col-xs-4 {
        padding: 0;
    }

    .related-items li img {
        width: 95px;
    }
}


.designersTable {
    width: 100%;
}

    .designersTable td {
        vertical-align: bottom;
        width: 60%;
        padding: 5px 10px;
    }

        .designersTable td:first-child {
            width: 40%;
        }

        .designersTable td .action-buttons a {
            margin: 5px 0 5px 5px;
            padding: 3px 0 3px 3px;
        }

.designerdata .section-title {
    font-size: 20px;
    color: black;
    padding-top: 150px;
}

.designersTable td .designer-label .desc-text p {
    font-size: 15px;
}


.WebRetailers {
    display: none;
    position: absolute;
    top: 88px;
    right: 0;
    left: 0;
    background: rgba(255,255,255, 0.9);
    z-index: 555555;
    bottom: 0;
}

@media (max-width:700px) {
    .WebRetailers {
        position: relative;
        top: 0!important;
    }
}

.WebRetailers .retailer-item {
    margin-bottom: 15px;
    min-height: 150px;
}

    .WebRetailers .retailer-item h5 {
        font-weight: bold;
        font-size: 15px;
    }

    .WebRetailers .retailer-item a {
        color: #C00;
    }

.composer-container {
    margin-top: 50px;
}

    .composer-container h2 {
        margin-top: 10px;
    }

.composer-contact-container-text {
    font-size: 16px;
}

    .composer-contact-container-text .font-smaller {
        font-size: 14px;
    }

    .composer-contact-container-text p {
        margin: 10px auto 20px;
    }

.composer-category {
    margin-bottom: 30px;
}

.composer-title {
    display: block;
    margin: 10px auto 0;
    color: #333333;
    white-space: nowrap;
}

.composer-category .composer-title {
    display: block;
    margin: 10px auto 5px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
}

.composer-category .designer-link {
    font-size: 13px;
    color: black;
    display: block;
    margin: 0;
    line-height: 1;
}

.need-help {
    border: 1px solid black;
    display: inline-block;
    margin: 10px 0 0;
    padding: 5px;
    text-align: center;
    width: auto;
    color: #2d2d2d;
    font-size: 14px;
}

/* ------ STYLE BASE style.modale_iscrizione_nl.css ------ */

.modal-newsletter {
    /*border: 5px solid blue;*/
}

.modal-newsletter {
    display: none;
    position: fixed;
    z-index: 10000;
    /* padding-top: 100px; */
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    /*background: red;*/
    /* background: none; */
    display: block;
    /*text-align: center;*/
    /*background: red;*/
}

    .modal-newsletter .popup-modal {
        /*max-width: 500px;*/
        margin: 0 auto;
        /*background: yellow;*/
        width: 100%;
    }

    .modal-newsletter .modal-content {
        border-radius: 0;
        padding: 0px;
        background: white;
        width: 100%;
    }

    .modal-newsletter .modal-title {
        font-family: 'Skia-Regular';
        font-size: 25px;
        color: #000;
        display: block;
        line-height: 30px;
        padding: 0;
        margin: 0px 0 14px 0;
    }

        .modal-newsletter .modal-title:empty {
            display: none;
        }

    .modal-newsletter .modal-body p {
        font-size: 18px;
        color: #000;
        display: block;
        /* line-height: 17px; */
        padding: 0;
        margin: 20px 20px 40px 20px;
        text-transform: uppercase;
        /* font-family: 'BrandonGrotesque'; */
        letter-spacing: 1.5px;
        font-weight: 600;
    }



    .modal-newsletter .modal-header {
        padding-bottom: 0;
        border: none;
        position: relative;
        background: #f0f0f0;
        padding: 0;
    }

        .modal-newsletter .modal-header .spantitle {
            line-height: 25px;
            font-size: 11px;
            color: black;
            text-transform: uppercase;
            margin-left: 4%;
        }

        .modal-newsletter .modal-header .close-modal {
            border-radius: 0;
            background-color: black;
            /* float: right; */
            /* height: 25px; */
            padding: 0;
            width: 25px;
            cursor: pointer;
            text-align: center;
            padding-top: 0;
            position: absolute;
            top: 0;
            right: 0;
            color: white;
            font-size: 23px;
            line-height: 14px;
            padding: 0;
            margin: 0;
            padding: 3px 8px 8px 8px;
        }

    .modal-newsletter .modal-content .close-modal-mobile {
        border-radius: 40px;
        background-color: #1b4f94;
        padding: 0;
        height: 50px;
        width: 50px;
        cursor: pointer;
        text-align: center;
        margin-top: -7%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 13px;
    }

    .modal-newsletter .info-block {
        margin: 0;
        padding-bottom: 0;
    }

    /*.modal-newsletter .modal-footer p {
            text-align: left;
            font-size: 12px;
        }

        .modal-newsletter .modal-body .sconto {
            color: #e21d38;
        }

        .modal-newsletter .modal-body a {
            margin-top: 5%;
            margin-bottom: 5%;
            padding: 10px 80px;
            line-height: 1;
        }*/

    .modal-newsletter .modal-body input[type=text], .modal-newsletter .modal-body input[type=email] {
        background-color: white;
        color: black;
        border: 1px solid #808080;
        text-transform: uppercase;
        font-size: 16px;
        border-radius: 0;
        line-height: 35px;
        width: 70%;
        min-width: 250px;
        text-align: center;
        margin: 10px auto;
        height: 37px;
        display: block;
    }

    .modal-newsletter .modal-body select {
        background-color: white;
        color: #484d67;
        border: 1px solid #808080;
        text-transform: uppercase;
        font-size: 16px;
        border-radius: 0;
        line-height: 35px;
        width: 70%;
        min-width: 295px;
        text-align: center;
        text-align-last: center;
        margin: 10px auto;
        height: 37px;
        display: block;
    }


    .modal-newsletter .btn {
        display: block;
        width: 70%;
        min-width: 25px;
        margin: 10px auto 35px;
        border: 1px solid black;
        border-radius: 0;
        background: black;
        color: white;
        font-family: 'Skia-Regular';
        font-size: 16px;
    }

.ieBrowser .modal-newsletter .modal-body input[type=text],
.ieBrowser .modal-newsletter .modal-body input[type=email],
.ieBrowser .modal-newsletter .modal-body select,
.ieBrowser .modal-newsletter .btn {
    text-align: left;
    text-align-last: left;
    padding-left: 10px;
}

.modal-newsletter .modal-body input::-webkit-input-placeholder {
    color: #484d67;
}

.modal-newsletter .custom-checkbox {
    overflow: hidden;
    width: 70%;
    min-width: 250px;
    margin: 0 auto;
}

    .modal-newsletter .custom-checkbox label {
        width: auto;
        font-family: 'BrandonGrotesque-Regular';
        font-size: 15px;
        color: #000;
        line-height: 20px;
        display: inline-block;
        padding: 0 0 0 27px;
        background: url(https://martinelliluce.com/images/check.jpg) no-repeat 0 center;
        height: 21px;
        margin: 0 0 16px 0;
    }

        .modal-newsletter .custom-checkbox label.checked {
            width: auto;
            background: url(https://martinelliluce.com/images/check-hvr.jpg) no-repeat 0 center;
        }

@media (max-width:550px) {
    .modal-newsletter .modal-body input[type=text],
    .modal-newsletter .modal-body input[type=email],
    .modal-newsletter .modal-body select,
    .modal-newsletter .custom-checkbox,
    .modal-newsletter .btn {
        width: 100%;
        min-width: initial;
    }

    .modal-newsletter .modal-body p {
        margin: 0px 20px 20px 20px;
    }

    .modal-newsletter .modal-title {
        margin: 10px 0 10px 0;
    }
}
/*------------------------------------------------------------------*/

.fancybox-opened {
    /* z-index: 8030; */
    z-index: 1000000;
}

#filtersdropdown .col-sm-6 {
    min-height: 42px;
    max-height: 42px;
}

.projectMarkerLink {
    font-size: 18px;
}

.landing-distr {
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
}

@media screen and (max-width:769px) {
    #projectds-container {
        padding-top: 30px;
    }
}

@media screen and (max-width:767px) {
    .landing-distr {
        top: 66px;
    }



    .ProjectsPortfolio {
        padding-top: 90px!important;
    }

    .projects-portfolio-list .main-container .col-sm-3 {
        display: none;
    }

    .projects-portfolio-list .boutique-first li {
        padding-left: 0px;
        display: inline-block;
        width: 50%!important;
    }

        .projects-portfolio-list .boutique-first li select {
            padding-left: 0px;
        }

        .projects-portfolio-list .boutique-first li a {
            padding-left: 5px !important;
            padding-top: 5px !important;
        }
}

.distribution-types li div {
    display: none;
}

.landing-distr-types {
    margin-top: 30%;
    text-align: center;
}

    .landing-distr-types li {
        display: inline-block;
        width: 180px;
        border: 1px solid #333333;
        color: #333333;
        padding: 0;
        margin: 5px;
    }

        .landing-distr-types li a {
            display: block;
            color: #333333;
            padding: 3px;
            font-size: 16px;
        }

#login_form {
    padding: 20px 5%;
    text-align: center;
    width: 60%;
    margin: 0 15%;
    margin-top: 30px;
    height: auto;
    bottom: 33px;
    z-index: 20;
    right: 0px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

    #login_form .formText {
        color: silver;
        font-size: 14px;
        text-align: center;
        display: block;
    }

    #login_form input {
        border: 1px solid #ccc;
        background-color: #ddd;
        width: 100%;
        margin-bottom: 7px;
        display: block;
        padding: 5px;
    }

#submit_login {
    background-color: red;
    color: white;
    cursor: pointer;
    font-size: 16px;
    color: white;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1px 20px 3px;
    border: none;
    width: 40%;
    display: block;
}

.rslides_nav {
    position: absolute;
    top: 50%;
    font-size: 30px;
    z-index: 11111;
}

    .rslides_nav.prev {
        left: 0;
    }

    .rslides_nav.next {
        right: 0;
    }

.gallery li {
}

    .gallery li a {
        display: block;
        height: 100%;
    }

        .gallery li a img {
            width: auto!important;
            max-height: 100%;
            max-width: initial;
            height: 100%;
            display: block;
            margin: 0;
        }


.pds-nav-gallery .projectNav {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    cursor: pointer;
}

/********** ADDITINAL CSS SENT BY DAVID *********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body, div, html {
    font-family: 'Open Sans', sans-serif;
}

#toTop {
    width: 50px;
    left: 98%;
    transform: translateX(-50%);
    border: 0px solid #333;
    background: rgba(0,0,0,.0001);
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 4.8%;
    cursor: pointer;
    display: none;
    color: black;
    font-size: 16px;
    z-index: 1200;
}

@media screen and (max-width:600px) {
    #toTop {
        left: 95%;
    }
}
/*header.row {
    margin-right: 0px; 
    margin-left: 0px; 
}*/

/*.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}*/

/*.wrapper {
    width: 92%;      
    margin: auto auto;
    max-width: 100%;
    overflow: hidden;
}*/

.breadcrumb {
    background-color: #f6f6f6;
    padding: 0;
    margin-bottom: 3px;
    border-radius: 0px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .breadcrumb .main-container, .datasheet-breadcrumb .main-container {
        padding: 0 4%;
    }

    .breadcrumb .breadcrumb-links li a {
        color: black;
        padding-right: 15px;
        font-size: 11px;
        text-transform: uppercase;
        display: block;
        padding: 8px 10px 8px 0px;
    }

/*.footer-bottom .container .col-sm-5 {
padding-right: 0;
	padding-left: 0;
}

.footer-bottom .container .col-sm-8 {
padding-right: 0;
padding-left: 0;
}*/

/*FAMILY PAGE*/

.family-img-content h3 {
    text-transform: lowercase;
    color: #6c6d70;
    font-weight: bold;
    font-size: 27px;
    padding-left: 0px;
    padding-left: 0px;
}


/*#familyinfo .comm-images-container {
    padding-left: 4%;
}*/

.productlist {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    width: 100%;
    padding-left: 4%;
}

/*.productlist .col-xs-4 {
    width: 16.5%;
}*/
/********** END OF css send by DAVID *************/
#body_PDS .desc-text.product-description-div {
    height: calc(100% - 310px);
    overflow: auto;
    padding-top: 15px;
}

@media screen and (max-width:767px) {
    #body_PDS .desc-text.product-description-div {
        height: auto;
        overflow: auto;
    }
}

#skuimg-result {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width:767px) {
    #skuimg-result {
        position: static;
    }

    .generatepdf {
        right: 0!important;
    }

    .filter-col {
        min-height: initial!important;
    }
}

.col-md-2.col-md-2-smaller, .col-sm-2.col-sm-2-smaller {
    width: 12.5%;
}

@media screen and (max-width:950px) {
    .col-md-2.col-md-2-smaller, .col-sm-2.col-sm-2-smaller {
        width: 25%;
    }
}

@media screen and (max-width:769px) {
    .col-md-2.col-md-2-smaller, .col-sm-2.col-sm-2-smaller {
        width: 50%;
    }
}

.slick-prev {
    left: -20px;
    background: url(../images/arrow-long-left.PNG);
}

.slick-next {
    right: -20px;
    background: url(../images/arrow-long-right.PNG);
}

.slick-prev, .slick-next {
    top: 0px;
    width: 50px;
    height: 100%;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    z-index: 1000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-next:hover {
        /*background-color: rgba(0, 0, 0, 0.25);*/
    }

        .slick-prev:hover:before, .slick-next:before {
            color: rgba(255, 255, 255, 0.65);
            font-size: 38px;
            color: rgba(0,0,0,0);
            transition: all 0.3s ease-out;
        }

#communicationCont {
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    .height-mobile-auto {
        height: auto !important;
    }

    .family-img-content h3 {
        margin: 5px 0 10px;
    }
}

#body_List .designerlist .desc-text.ds-text, #body_List .designerlist .designer-label {
    padding-top: 0;
}

.height100 .slidesjs-slide {
    height: 100%;
}

    .height100 .slidesjs-slide img {
        max-width: none;
        height: 100%;
    }

.height100 .slidesjs-control, .height100 .slidesjs-container {
    width: 100%;
    height: 95% !important;
}

@media screen and (max-width:1030px) and (orientation : portrait) {

    /*#mainimageHref {
        height: auto;
    }
     .comm-images-container img.gall-img-family {
        width: 100%;
        max-height: initial;
        max-width: initial;
        height: auto;
    }*/

}

@media screen and (max-width:780px) and (orientation : portrait) {
    .WindowHeight {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
    }

        .WindowHeight:first-child {
            margin-top: 0;
        }

    #mainimageHref {
        height: auto;
    }

    #body_PDS .desc-text.product-description-div {
    }

    .comm-images-container img.gall-img-family, .comm-images-container .gall-img-family {
        width: 100%;
        max-height: initial;
        max-width: initial;
        height: auto;
    }

    #body_List .family-img-content {
        height: calc(50% - 50px) !important;
    }

    .family-image-div {
        /*height: calc(50% - 60px) !important;*/
    }
}

@media screen and (max-width:760px) {
    #body_List .family-img-content {
        margin-top: 30px;
    }
}

@media screen and (max-height:500px) {

    .action-buttons {
        margin-top: 0px;
        position: relative;
    }
}

.commNavGalleryContainer {
    position: relative;
}

    .commNavGalleryContainer .nav-gallery {
        position: absolute;
        bottom: 0;
    }

@media screen and (max-height:700px) {
    .commNavGalleryContainer {
        position: static;
    }

        .commNavGalleryContainer .nav-gallery {
            position: static;
            bottom: 0;
        }
}

@media screen and (max-width:780px) and (orientation : landscape) {
    .WindowHeight:last-child {
        height: auto!important;
    }
}



/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    
     }*/


.PL-filter {
    text-align: center;
    position: static;
}

@media (max-width: 767px) {
    td.tdPLReset {
        display: none;
    }

    .PL-filter {
        text-align: left;
    }
}

/* added this to put the navigation of fancybox always fixed*/
.fancybox-prev {
    left: 50px;
}

.fancybox-next {
    right: 50px;
}

.fancybox-nav {
    position: fixed;
    width: 100px;
}


/***************************************/
.pds-designer-year {
    font-size: 13px;
    color: #4e4e4e;
    text-transform: lowercase;
    margin-top: 20px;
}

    .pds-designer-year small {
        font-size: 11px;
    }

    .pds-designer-year span {
        font-size: 14px;
        color: #4e4e4e;
        margin: 8px auto;
    }

.section-title.sub.historyYear {
    font-size: 14px;
}

.historyImagesTitles {
    font-size: 12px;
    margin-left: 15%;
    margin-bottom: 10px;
}

ul.second-submenu {
    padding: 0;
    margin: 0;
    padding-right: 0;
}

ul.header-top-menu ul.second-submenu li {
    padding-right: 0;
}

ul.second-submenu .topheader3 a {
    text-align: right;
    display: block;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 400;
    color: #2d2d2d;
}

@media screen and (max-width: 767px) {
    .mobile-nav ul li.topheader3 a {
        font-size: 2rem;
    }
}

.gltfReset {
    position: absolute;
    text-decoration: none;
    color: black;
    background: white;
    padding: 3px 5px;
    padding: 2%;
    display: inline-block;
    /*border: 1px solid black;*/
}

.showroom-h4 {
    margin-top: 0;
}

.projectSlide {
    display: inline-block;
    padding: 5px;
}

    .projectSlide .imgProject {
        height: 100%;
    }

    .projectSlide .imgProjectArrow {
        margin-left: -10px;
    }

.productlist .item-list-col div.list-specialinfo {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    height: 20px;
    overflow: hidden;
}

.productlist .item-list-col div.list-tipologi {
    height: 20px;
}

.productlist .item-list-col div.list-info-container {
    min-height: 75px;
}

.modal-newsletter.modal-usapoup {
    background: rgba(0,0,0,0.8);
}

    .modal-newsletter.modal-usapoup .popup-modal {
        max-width: 600px !important;
        margin: 100px auto 0 !important;
        /* background: yellow; */
        width: 100% !important;
    }

        .modal-newsletter.modal-usapoup .popup-modal .contact-content h2, .modal-newsletter.modal-usapoup .modal-header .close-modal {
            color: white;
            font-size: 24px;
            font-weight: 300;
            line-height: 1.2;
        }

        .modal-newsletter.modal-usapoup .popup-modal .contact-content.usapouplink-list {
            margin-top: 30px;
        }

        .modal-newsletter.modal-usapoup .popup-modal .contact-content a {
            color: white;
            padding: 5px 10px;
            display: inline-block;
            margin-top: 10px;
            margin-right: 20px;
            border: 1px solid white;
            text-align: center;
            min-width: 200px;
        }

#codice-filter-row label {
    font-size: 13px;
    line-height: 45px;
    white-space: nowrap;
    font-weight: 300;
}

#codice-filter-row .pds_filters_remove {
    padding-right: 25px;
}

.USADistribution {
    height: calc(100% - 270px);
    overflow-y: auto;
    background: url(../images/bg-wheretobuy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    color: black;
}

    .USADistribution .usaDistText {
        font-size: 18px;
    }

    .USADistribution h4 {
        font-weight: 400;
        color: #333333;
    }

    .USADistribution select {
        border: 1px solid #2d2d2d;
        color: #525252;
        max-width:100%;
    }

    .USADistribution .WebRetailers {
        display: block;
        position: static;
        background: none;
        z-index: auto;
        margin-top: 25px;
    }

        .USADistribution .WebRetailers .retailer-item {
            min-height: 170px;
        }

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

    .USADistribution {
        height: auto;
        overflow-y: auto;
    }
      .USADistribution select {
        margin-top:10px;
    }
}

.home-table td .home-text h2 {
    font-size: 4.5rem;
    margin-bottom: 0;
}

.home-table td .home-text h3{
    font-size: 1.9rem;
    margin-top: 5px;
    margin-left: 3px;
    margin-bottom: 25px;
}