/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.gallery-silestone {
    position: relative;
}

.gallery-silestone .filtro {
    text-align: center;
    display: block;
    padding: 90px 0 18px;
}

.gallery-silestone.project .filtro {
    padding-top: 30px;
}

.gallery-silestone .filtro img {
    height: 30px;
    display: block;
    margin: 0 auto;
}

.gallery-silestone .filtro span {
    display: block;
    margin: 5px auto;
}

.gallery-silestone h1 {
    font-size: 35px;
    padding: 40px 0;
    margin: 0;   
    font-family: 'caecilia_roman';
    font-weight: normal;
}

.gallery-silestone.project h1 {
    padding: 40px 0 0 0;
} 

.gallery-silestone.project h2 {
    padding: 0;
    margin: 10px 0 20px 0;
}

.gallery-silestone .gallery-silestone-showroom .item {
    margin-bottom: 20px;
}

.gallery-silestone .gallery-silestone-showroom .item .thumb {
    height: 200px;
    display: block;
    transition: all 200ms ease-in-out;
}

.gallery-silestone .gallery-silestone-showroom .item .thumb:hover {
    opacity: 0.8;
}

.gallery-silestone .gallery-silestone-showroom .item .title {
    font-size: 14px;
    color: #2E2E2E;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: left;
    font-family: 'caecilia_roman';
    font-weight: normal;
}

.gallery-silestone .gallery-silestone-showroom .item .category {
    color: #2E2E2E;
    font-size: 12px;
    margin-top: 0px;
    font-family: 'caecilia_bold';
    font-weight: normal;
}

.gallery-silestone #colors {}

.gallery-silestone #colors .select2-container {
    width: 80% !important;
}

.gallery-silestone .gallery-silestone-sidebar hr {
    margin: 30px auto;
}

.gallery-silestone .gallery-silestone-sidebar .mobile-buttons {
    padding-top: 0;
}

.gallery-silestone .gallery-silestone-sidebar .mobile-buttons img {
    width: 30px;
}

.gallery-silestone #colors .select2-dropdown {
    border-top-left-radius: 10px;
    border-top-right-radius: 11px;
    border-top: 1px solid;
    margin-top: 6px;
}

.gallery-silestone #colors .select2-dropdown .select2-search {
    padding: 10px;
}

.gallery-silestone #colors .select2-dropdown .select2-search input {
    margin: 0;
}

.gallery-silestone #colors .select2-results__options {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gallery-silestone #colors .select2-results__options li {
    margin: 0;
    padding: 5px;
}

.gallery-silestone #colors .select2-selection {
    border-radius: 50px;
}

.gallery-silestone #colors .select2-selection img,
#select2-colors-selector-results img {
    height: 20px;
    vertical-align: text-bottom;
    border-radius: 50px;
    margin-right: 10px;
}

.gallery-silestone #categories UL.categories {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #FFF;
}

.gallery-silestone #categories UL.subcategories {
    margin: 10px 0 0 35px;
    padding: 0;
    list-style-type: none;
}

.gallery-silestone #categories UL.categories LI {
    margin: 0;
    position: relative;
}

.gallery-silestone #categories UL.categories LI input {
    opacity: 0;
    position: absolute;
}

.gallery-silestone #categories UL.categories LI label {
    cursor: pointer;
}

.gallery-silestone #categories UL.categories LI label.checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    width: 23px;
    height: 22px;
}

.gallery-silestone #categories UL.categories LI input+label.checkbox::before {
    content: '';
    border: 1px solid #8B8B8B;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 22px;
    padding: 1px;
    text-align: center;
    font-size: 34px;
    font-weight: 100;
    color: #8B8B8B;
    background: none;
    line-height: 11px;
}

.gallery-silestone #categories UL.categories LI input:checked+label.checkbox::before {
    content: "\d7";
    border: 1px solid #8B8B8B;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 22px;
    padding: 1px;
    text-align: center;
    font-size: 34px;
    font-weight: 100;
    color: #8B8B8B;
    background: none;
    line-height: 11px;
}

.gallery-silestone #categories UL.categories LI label.label {
    font-family: 'caecilia_bold';
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
    color: #444;
    padding: 0;
}

.gallery-silestone #categories UL.subcategories LI label.label {
    font-size: 80%;
}

.gallery-silestone .gallery-silestone-sidebar .back-btn {
    margin-bottom: 30px;
    display: block;
}

.gallery-silestone .gallery-silestone-sidebar .heading:link,
.gallery-silestone .gallery-silestone-sidebar .heading:visited {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.gallery-silestone .gallery-silestone-sidebar .heading:hover,
.gallery-silestone .gallery-silestone-sidebar .heading:active {
    color: black;
    text-decoration: none;
}

.gallery-silestone .gallery-silestone-sidebar .rounded-icon {
    border: 1px solid black;
    line-height: 14px;
    font-size: 24px;
    font-weight: 100;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-family: 'caecilia_regular', Georgia, "Times New Roman", Times, serif;
    vertical-align: middle;
    margin-left: 3px;
}

.gallery-silestone .gallery-silestone-sidebar .categories .heading {
    display: inline-block;
    margin-bottom: 0;
}

.gallery-silestone.project .gallery-silestone-project-data {
    height: auto !important;
    border-bottom: 1px solid #eee;
}

.gallery-silestone.project .gallery-silestone-project-data .slideshow {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.gallery-silestone.project .gallery-silestone-project-data #lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100% !important;
    margin-top: 0;
}

.gallery-silestone.project .gallery-silestone-project-data #lightSlider li {
    display: block;
    margin: 0;
    cursor: pointer;
    text-align: center;
    height: 100%;
    background: #e8e8e8;
    position: relative;
}

.gallery-silestone.project .gallery-silestone-project-data #lightSlider img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-silestone.project .gallery-silestone-project-data .lSSlideWrapper {
    background: #e8e8e8;
    text-align: center;
    height: 450px;
}

.gallery-silestone.project .gallery-silestone-project-data .lSPager {
    height: 130px;
}

.gallery-silestone.project .gallery-silestone-project-data .lSPager li {
    height: 100%;
    margin: 0;
}

.gallery-silestone.project .gallery-silestone-project-data .lSPager li a {
    background: #e8e8e8;
    display: block;
    height: 100%;
    padding: 10px;
}

.gallery-silestone.project .gallery-silestone-project-data .lSPager li a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.gallery-silestone.project .gallery-silestone-project-data .lSPager li.active {
    opacity: 0.7;
}

.gallery-silestone.project .gallery-silestone-project-data .project-colors .color {
    height: 56px;
    width: 100%;
    margin-bottom: 25px;
}

.gallery-silestone.project .gallery-silestone-project-data .project-colors .color .thumb-color {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: red;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 10px;
}

.gallery-silestone.project .gallery-silestone-project-data .project-colors .color .data {
    display: inline-block;
    vertical-align: middle;
}

.gallery-silestone.project .gallery-silestone-project-data .project-colors .color .data a.name {
    font-size: 25px;
    font-family: 'caecilia_roman';
    font-weight: lighter;
    color: #000;
}

.gallery-silestone.project .gallery-silestone-project-data .project-colors .color .data a.serie {
    font-size: 16px;
    font-family: 'caecilia_roman';
    font-weight: lighter;
    color: #515151;
    display: block;
}

.gallery-silestone.project .gallery-silestone-project-data .project-colors .color .data .icons div {
    font-family: 'silestonewebsymbolsregular';
}

.gallery-silestone.project .gallery-silestone-project-data .project-colors .color .data .icons .tooltip-inner {
    font-family: 'caecilia_roman';
}

.gallery-silestone.project .gallery-silestone-sidebar .categories LI {
    font-family: 'caecilia_bold';
    font-weight: normal;
    font-size: 12px;
    margin-left: 0;
    padding-bottom: 9px;
}

.gallery-silestone.project .gallery-silestone-sidebar .categories LI A:link,
.gallery-silestone.project .gallery-silestone-sidebar .categories LI A:visited {
    color: #444;
}

.gallery-silestone.project .gallery-silestone-sidebar .categories LI A:hover,
.gallery-silestone.project .gallery-silestone-sidebar .categories LI A:active {
    color: black;
}

.gallery-silestone.project .gallery-silestone-project-data h2 {
    margin-top: 0;
}

.gallery-silestone.project .gallery-silestone-project-data .project-data {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    margin: 5px 0 25px 0;
}

.gallery-silestone.project .gallery-silestone-project-data .project-data>DIV {
    padding: 0;
}

.gallery-silestone.project .gallery-silestone-project-data .project-data>DIV P {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #444;
}

.gallery-silestone.project .gallery-silestone-project-data .project-colors {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: relative !important;
        /*z-index: 0 !important;*/
    }
    .gallery-silestone.project .gallery-silestone-project-data .lSSlideWrapper {
        max-height: 320px;
    }
    .gallery-silestone.project .gallery-silestone-project-data .lSPager {
        height: 70px;
    }
    .gallery-silestone.project .gallery-silestone-project-data {
        padding: 0 20px;
    }
    /*.gallery-silestone .gallery-silestone-showroom .col-xs-12 {
		width: calc(100% - 60px);
	}*/
    .gallery-silestone .gallery-silestone-showroom {
        padding: 0 30px;
    }
    .gallery-silestone .gallery-silestone-showroom .col-xs-12 {
        width: calc(100% - 60px);
    }
}

@media (min-width: 768px) {
    .gallery-silestone .gallery-silestone-showroom .col-sm-6 {
        width: 48%;
    }
}

@media (min-width: 992px) {
    .gallery-silestone .gallery-silestone-showroom .col-md-4 {
        width: 32.333333%;
    }
}

@media (max-width: 991px) {
    .gallery-silestone .gallery-silestone-sidebar {
        display: block;
        position: fixed;
        z-index: 90000;
        height: 100%;
        background: white;
        top: 0;
        left: -10000px;
        width: 90%;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(219, 219, 219, 1);
        -moz-box-shadow: 3px 3px 5px 0px rgba(219, 219, 219, 1);
        box-shadow: 3px 3px 5px 0px rgba(219, 219, 219, 1);
        padding-left: 30px;
        padding-right: 30px;
        overflow: auto;
        padding-bottom: 70px;
    }
    .gallery-silestone .gallery-silestone-sidebar .mobile-buttons .filtername {
        font-size: 11px;
        margin-top: 5px;
    }
    .gallery-silestone .gallery-silestone-sidebar .mobile-buttons {
        padding-top: 160px;
    }
    /*.gallery-silestone .gallery-silestone-showroom .col-xs-12 {
		width: calc(50% - 40px);
	}*/
}

@media (max-width: 460px) {
    .gallery-silestone .gallery-silestone-sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallery-silestone .showFilter {
        margin-left: 10px;
    }
    .gallery-silestone.project .gallery-silestone-project-data .project-colors .color .data a.name {
        font-size: 18px;
    }
}