

/* Start:/local/templates/nutmarine/components/bitrix/news.detail/place_detail/style.css?16884097196203*/
.thb-grid-layout::after {
    clear: both;
    content: "";
    display: table;
}

.thb-photogallery-container li .item-thumb {
    width: 100.1%;
    width: calc( 100% + 1px);
}

#thb-portfolio-container {
    clear: both;
}

.thb-grid-layout {
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.thb-grid-layout li {
    width: 25%;
    padding: 0 15px;
    float: left;
}

.thb-grid-layout.thb-grid-gutter-no-gutter {
    margin: 0 15px 30px;
}

.thb-grid-layout.thb-grid-gutter-no-gutter li {
    padding: 0;
    margin-bottom: 0;
}

.thb-grid-layout.thb-grid-gutter-small {
    margin: 0 11px 26px;
}

.thb-grid-layout.thb-grid-gutter-small li {
    padding: 2px;
    margin-bottom: 0;
}

.thb-section.extended .thb-grid-layout.thb-grid-gutter-no-gutter {
    margin: 0;
}

.thb-section.extended .thb-grid-layout.thb-grid-gutter-small {
    margin: 0 2px 2px;
}

.thb-section .thb-grid-layout {
    margin: 0 -15px 30px;
}

.thb-section .thb-grid-layout.thb-grid-gutter-no-gutter {
    margin: 0 0 30px;
}

.thb-section .thb-grid-layout.thb-grid-gutter-no-gutter li {
    padding: 0;
    margin-bottom: 0;
}

.thb-section .thb-grid-layout.thb-grid-gutter-small {
    margin: 0 15px 26px;
}

.thb-section .thb-grid-layout.thb-grid-gutter-small li {
    padding: 2px;
    margin-bottom: 0;
}

.thb-grid-layout-5cols li {
    width: 20%;
}

.thb-grid-layout-4cols li {
    width: 25%;
}

.thb-grid-layout-3cols li {
    width: 33.3333%;
}

.thb-portfolio-grid-a #thb-portfolio-container, .thb-portfolio-grid-b #thb-portfolio-container, .thb-portfolio-grid-c #thb-portfolio-container {
    width: 960px;
    margin: 0 auto;
}

@media screen and (min-width: 798px) and (max-width: 990px) {
    .responsive_768 .thb-portfolio-grid-a #thb-portfolio-container, .responsive_768 .thb-portfolio-grid-b #thb-portfolio-container, .responsive_768 .thb-portfolio-grid-c #thb-portfolio-container {
        width: 768px;
    }
}

.item-thumb, .work-thumb {
    display: block;
    position: relative;
    border-bottom: 0 !important;
    overflow: hidden;
}

.item-thumb img, .work-thumb img {
    width: 100%;
    float: left;
}

.thb-gallery a {
    display: block;
}

.item-thumb:hover {
    color: #15435E;
}

.thb-overlay, .thb-background-overlay, .thb-work-overlay {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    text-align: center;
}

.thb-overlay {
    background-color: #15435E;
}

.thb-grid-layout {
    clear: both;
}

.thb-overlay:before, .thb-portfolio-grid-a .thb-work-overlay:before, .thb-portfolio-carousel .thb-work-overlay:before {
    content: "+";
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 24px;
    margin-top: -12px;
    margin-left: -12px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
}

.thb-overlay {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.item-thumb:hover .thb-overlay {
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.filter-alignment-center .thb-portfolio-filter {
    text-align: center;
}
.thb-portfolio-filter {
    display: block;
    position: relative;
    margin-bottom: 48px;
}

.thb-portfolio-filter .filterlist {
    display: inline-block;
}

.thb-portfolio-filter .filterlist li {
    position: relative;
    font-size: 18px;
    line-height: 1;
    padding: 8px 0;
    margin: 0 12px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #bbb;
}

.thb-portfolio-filter .filterlist li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: -5px;
    left: 0px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    width: 100%;
    height: 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.thb-portfolio-filter .filterlist li:hover {
    color: #000;
}

.thb-portfolio-filter .filterlist li:hover:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.thb-portfolio-filter .filterlist li.active:after, .thb-portfolio-filter .filterlist li.active:hover:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.filter-alignment-left .thb-portfolio-filter .filterlist li:first-child {
    margin-left: 0;
}

.filter-alignment-center .thb-portfolio-filter {
    text-align: center;
}

.filter-alignment-right .thb-portfolio-filter {
    text-align: right;
}

.filter-alignment-right .thb-portfolio-filter .filterlist li:last-child {
    margin-right: 0;
}

.thb-portfolio-filter .filterlist li.active {
    color: #15435E;
}

.thb-photogallery__wrapper {
    margin-bottom: 65px;
}

.thb-portfolio-filter .filterlist li:hover:after {
    background-color: #eaeaea;
}

.thb-portfolio-filter .filterlist li.active:after {
    background-color: #15435E;
}

@media screen and (max-width: 797px) {
    .thb-grid-layout.thb-grid-gutter-no-gutter {
        margin-left: 4.6875%;
        margin-right: 4.6875%;
    }

    .thb-grid-layout.thb-grid-gutter-no-gutter li {
        padding: 0;
        margin-bottom: 0;
    }

    .thb-grid-layout-4cols.thb-grid-layout li {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .thb-grid-layout-4cols.thb-grid-layout li {
        width: 100%;
    }
}

/* End */
/* /local/templates/nutmarine/components/bitrix/news.detail/place_detail/style.css?16884097196203 */
