/* Reset Style - Start */
*, ::before, ::after{
    box-sizing: border-box;
}
html, body{
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p, span, a, li, input, textarea, select, option, label{
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}
p, span, a, li, input, textarea, select, option, label{
    font-weight: 400;
}
section{
    padding: 2rem 0;;
}
.ts-container{
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.ts-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}
.relative, section, .ts-container, .ts-row{
    position: relative;
}
.absolute{
    position: absolute;
}
.center{
    text-align: center;
}
.justify-content-center{
    justify-content: center!important;
}
.justify-content-between{
    justify-content: space-between!important;
}
.justify-content-around{
    justify-content: space-around!important;
}
.justify-content-evenly{
    justify-content: space-evenly!important;
}
.align-items-center{
    align-items: center!important;
}
.align-items-start{
    align-items: flex-start!important;
}
.align-items-end{
    align-items: flex-end!important;
}
a, a:hover, a:focus, a:active{
    text-decoration: none;
    outline: none;
    color: #000;
}
.hide{
    display: none!important;
}
.hover-line:hover{
    text-decoration: underline;
}
h1{
    font-size: 3.75rem;
    line-height: 3.75rem;
}
[class*='col-']{
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.block, .img-responsive{
    display: block;
}
.img-responsive{
    max-width: 100%;
    width: 100%;
    height: auto;
}
/* min width 768px */
@media screen and (min-width: 48rem){
    .ts-container{
        max-width: 45rem;
    }
    .col-md-1{
        max-width: 8.33333333%;
    }
    .col-md-2{
        max-width: 16.66666667%;
    }
    .col-md-3{
        max-width: 33.33333333%;
    }
    .col-md-4{
        max-width: 25%;
    }
    .col-md-5{
        max-width: 41.66666667%;
    }
    .col-md-6{
        max-width: 50%;
    }
    .col-md-7{
        max-width: 58.33333333%;
    }
    .col-md-8{
        max-width: 66.66666667%;
    }
    .col-md-9{
        max-width: 75%;
    }
    .col-md-10{
        max-width: 83.33333333%;
    }
    .col-md-11{
        max-width: 91.66666667%;
    }
    .col-md-12{
        max-width: 100%;
    }
}
/* max width 920px */
@media screen and (max-width: 57.5rem) and (orientation: portrait){
    .ts-content-item .ts-casing::before, .ts-content-item .ts-casing .ts-caption{
        opacity: 1!important;
    }
    .fancybox-container.fancybox-is-open .fancybox-caption{
        height: 15.625rem;
        transform: translate(0,100%);
    }
    .fancybox-container.fancybox-is-open.loaded .fancybox-caption{
        transform: translate(0,0);
    }
    .fancybox-container.fancybox-is-open .fancybox-caption-minimize{
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translate(-50%,0) rotate(-90deg);
    }
    .fancybox-container.fancybox-is-open.loaded .fancybox-caption-minimize{
        left: 50%;
        right: auto;
        top: auto;
        bottom: 15.625rem;
        margin-right: 0;
        transform: translate(-50%,1rem) rotate(90deg);
    }
    .ts-header .ts-searchbar-wrapper{
        overflow: unset;
        position: absolute;
        right: 0;
        top: 15%;
        width: 100%;
        z-index: 8;
    }
    .ts-header .ts-searchbar-wrapper.toggled{
        z-index: 10;
    }
    .ts-searchbar-wrapper .ts-searchbar{
        flex-direction: column;
        max-width: 100%;
    }
    .ts-header .ts-search-toggle{
        margin-right: -2rem;
    }
    .ts-header .ts-searchbar-wrapper .ts-searchbar{
        z-index: -1;
        opacity: 0;
        right: 0;
    }
    .ts-header .ts-searchbar-wrapper.toggled .ts-searchbar{
        opacity: 1;
        z-index: 5;
    }
    .ts-header .ts-searchbar-wrapper .ts-searchbar button{
        width: 100%;
        border-left: 0;
        justify-content: center;
    }
    .ts-searchbar .ts-search-reset{
        margin-right: 0;
        right: auto;
        left: 0.;
        top: 100%;
        margin-top: 0.5rem;
    }
    .ts-header .ts-search-toggle::before, .ts-header .ts-searchbar-wrapper .ts-searchbar button::before{
        width: 1.125rem;
        height: 1.125rem;
    }
    .ts-header .ts-search-toggle{
        width: 2rem;
        height: 2rem;
    }
    .ts-header .ts-searchbar-wrapper .ts-searchbar button{
        font-size: 0.75rem;
    }
}
/* min width 921px */
@media screen and (min-width: 57.563rem){
    .fancybox-container .fancybox-caption{
        transform: translateX(100%);
    }
    .fancybox-container.loaded .fancybox-caption{
        transform: translateX(0);
    }
}
/* min width 768px and max width 991px */
@media screen and (min-width: 48rem) and (max-width: 61.938rem){
    .ts-header .ts-filter-wrapper{
        position: relative;
        margin: 0 auto 2rem;
    }
    .ts-header .ts-searchbar-wrapper .ts-searchbar{
        left: 100%;
        right: auto;
    }
    .ts-header .ts-searchbar-wrapper.toggled .ts-searchbar{
        left: auto;
        right: 3rem;
    }
}
/* max width 991px */
@media screen and (max-width: 61.938rem){
    .fancybox-container .fancybox-caption{
        padding-top: 50px;
    }
    .fancybox-container .fancybox-slide--video .fancybox-content{
        margin-top: -50%;
    }
}
/* min width 992px */
@media screen and (min-width: 62rem){
    .ts-container{
        max-width: 60rem;
    }
    .col-lg-1{
        max-width: 8.33333333%;
    }
    .col-lg-2{
        max-width: 16.66666667%;
    }
    .col-lg-3{
        max-width: 33.33333333%;
    }
    .col-lg-4{
        max-width: 25%;
    }
    .col-lg-5{
        max-width: 41.66666667%;
    }
    .col-lg-6{
        max-width: 50%;
    }
    .col-lg-7{
        max-width: 58.33333333%;
    }
    .col-lg-8{
        max-width: 66.66666667%;
    }
    .col-lg-9{
        max-width: 75%;
    }
    .col-lg-10{
        max-width: 83.33333333%;
    }
    .col-lg-11{
        max-width: 91.66666667%;
    }
    .col-lg-12{
        max-width: 100%;
    }
    .fancybox-container.loaded .fancybox-slide{
        width: 80%;
    }
    .fancybox-container .fancybox-slide{
        width: 100%;
        padding-bottom: 44px!important;
    }
    .fancybox-container .fancybox-caption{
        width: 20%;
        height: 100%;
        right: 0;
        left: auto;
        padding: 70px 25px;
    }
    .fancybox-container .fancybox-slide--video .fancybox-content{
        min-height: 500px;
    }
}
/* min width 1200px */
@media screen and (min-width: 75rem){
    .ts-container{
        max-width: 71.25rem;
    }
    .col-xl-1{
        max-width: 8.33333333%;
    }
    .col-xl-2{
        max-width: 16.66666667%;
    }
    .col-xl-3{
        max-width: 33.33333333%;
    }
    .col-xl-4{
        max-width: 25%;
    }
    .col-xl-5{
        max-width: 41.66666667%;
    }
    .col-xl-6{
        max-width: 50%;
    }
    .col-xl-7{
        max-width: 58.33333333%;
    }
    .col-xl-8{
        max-width: 66.66666667%;
    }
    .col-xl-9{
        max-width: 75%;
    }
    .col-xl-10{
        max-width: 83.33333333%;
    }
    .col-xl-11{
        max-width: 91.66666667%;
    }
    .col-xl-12{
        max-width: 100%;
    }
}
/* min width 1400px */
@media screen and (min-width: 87.5rem){
    .ts-container{
        max-width: 82.5rem;
    }
}
/* min width 1800px */
@media screen and (min-width: 112.5rem){

}
/* Reset Style - End */

body{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
#app{
    background-color: #eceadd;
    padding: 2rem;
    overflow: hidden;
}
#section-video{
    border: 2px solid #000;
}
.ts-filter-wrapper, .ts-filter-value{
    position: relative;
}
.ts-filter-wrapper{
    z-index: 9;
}
.ts-filter-value{
    background-color: #efefef;
    padding: 0.5rem 1rem;
}
.ts-filter-value::after{
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 0.125rem solid #000;
    border-bottom: 0.125rem solid #000;
    transform: translate(0, -50%) rotate(45deg);
}
.ts-filter-value{
    border: 0.063rem solid black;
    border-radius: 0.875rem;
}
.ts-header{
    position: relative;
}
.ts-nav{
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    padding-inline-start: 0;
}
.ts-nav-filter{
    display: none;
    position: absolute;
    background-color: #fff;
    border: 0.063rem solid #9e9e9e;
    box-shadow: 0.188rem 0.188rem 0.625rem 0 rgba(124,124,124,0.2);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
}
.ts-filter-value, .ts-filter-item{
    cursor: pointer;
}
.ts-filter-item{
    padding: 0.313rem 1rem;
}
.ts-filter-item:hover, .ts-filter-item.active{
    background-color: #efefef;
}
.ts-filter-item.active{
    pointer-events: none;
}
.ts-content-item, .ts-content-item .ts-caption a, .ts-error{
    padding: 1rem;
}
.ts-content-item{
    float: left;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 2rem;
}
.ts-content-item > div[class*='ts-']{
    width: 60%;
}
.ts-content-item-inner{
    display: block;
    position: relative;
    min-height: 10rem;
    margin-bottom: 0.5rem;
}
.ts-content-item, .grid-sizer{
    width: 100%;
}
.ts-content-box{
    min-height: 15rem;
    transition: height 0.5s ease;
}
.loading{
    display: block;
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 5rem;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url(../images/preloader-grid.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    z-index: 15;
}
.ts-error{
    text-align: center;
    border-radius: 0.5rem;
    background-color: #efefef;
    width: calc( 100% - 2rem );
    margin: auto;
}
.ts-content-item .ts-casing{
    position: relative;
    border: 0.5rem solid #000;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}
.ts-content-item .ts-casing::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.ts-content-item .ts-casing::before, .ts-content-item .ts-casing .ts-caption{
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.ts-content-item .ts-casing:hover::before, .ts-content-item .ts-casing:hover .ts-caption{
    opacity: 1;
}
.ts-content-item .ts-vinyl{
    border-radius: 50px;
    margin-left: -10%;
}
.ts-content-item .ts-caption{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ts-content-item .ts-caption h2{
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 400;
    margin-bottom: 0.313rem;
}
.ts-content-item .ts-caption p{
    display: none;
}
.ts-content-item .year{
    font-size: 1.5rem;
    font-weight: 600;
}
.ts-caption .cat{
    position: relative;
    display: none;
    font-size: 0.75rem;
    margin-bottom: 0.313rem;
}
.ts-caption .cat .slug{
    position: relative;
    display: inline-block;
}
.ts-caption .cat .slug:not(:first-child)::before{
    content: ', ';
    display: inline-block;
    position: relative;
    margin-right: 2px;
}
.fancybox-container .fancybox-caption{
    background: white;
    color: #000;
    text-align: left;
}
.fancybox-container.loaded .fancybox-caption-minimize{
    right: 20%;
    margin-right: -1rem;
    transform: translate(0,-50%) rotate(0);
}
.fancybox-caption-minimize{
    width: 2rem;
    height: 2rem;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    display: block;
    z-index: 99997;
    top: 50%;
    background: #fff;
    transform: translate(0, -50%) rotate(180deg);
    right: 0;
    margin-right: 0;
}
.fancybox-container .fancybox-caption, .fancybox-caption-minimize, .fancybox-container .fancybox-slide{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (max-width: 47.938rem ){
    .ts-header-title{
        text-align: center;
        margin-bottom: 1rem;
    }
    .ts-header-title img{
        width: 4.375rem;
    }
    .ts-header-title h1{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .ts-filter-value{
        padding: 0.188rem 0.5rem;
        text-align: center;
    }
    .ts-filter-wrapper{
        margin: 0 auto 2rem;
        width: calc( 100% - 2rem );
    }
    .ts-content-item{
        padding-bottom: 0.25rem;
        padding-top: 0.25rem;
    }
    .ts-content-item .ts-casing{
        height: 100%;
    }
    .ts-content-item .ts-vinyl{
        height: auto;
    }
    .ts-content-item .ts-content-item-inner{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 48rem ){
    .ts-content-item, .grid-sizer{
        width: 33.33333333%;
    }
    .ts-header{
        width: 100%;
        text-align: center;
    }
    .ts-header-title{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ts-header-title > img{
        width: 6.25rem;
        margin-right: 1rem;
        margin-top: -1.5rem;
    }
    .ts-header-title h1{
        font-size: 3.125rem;
        line-height: 3.125rem;
    }
    .ts-filter-wrapper{
        width: 16.25rem;
        position: absolute;
        right: 0;
        top: 0;
    }
    .ts-filter-value{
        font-size: 1rem;
    }
    .ts-filter-value.selected{
        font-size: 1rem;
    }
    .ts-content-box{
        min-height: 70vh;
    }
}
@media screen and (min-width: 62rem) and (max-width: 67.5rem){
    .ts-header .ts-filter-wrapper{
        position: relative;
        margin: auto;
    }
}
/* Mobile Landscape */
@media screen and (max-width: 1200px) and (orientation: landscape){
    .ts-row > div{
        padding-left: 0;
        padding-right: 0;
    }
    .ts-header-title h1{
        font-size: 2.25rem;
        line-height: 2.25rem;
    }
    .ts-header-title img{
        width: 4.375rem;
    }
    .ts-filter-wrapper{
        position: relative;
        width: 13.75rem;
        margin: 0 auto 1rem;
    }
    .ts-content-item, .grid-sizer{
        width: 33.33333333%;
    }
    .ts-content-item, .ts-content-item .ts-caption, .ts-error{
        padding: 0.5rem;
    }
    .ts-filter-value{
        font-size: 1rem;
    }
    .ts-filter-value.selected{
        font-size: 0.875rem;
    }
    .ts-content-item .ts-casing{
        border-width: 0.313rem;
    }
    .ts-content-item .ts-caption h2{
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .ts-content-item .year{
        font-size: 1rem;
        line-height: 1rem;
    }
    .fancybox-container.fancybox-is-open .fancybox-slide{
        width: 60%;
        left: 50%;
        transform: translateX(-50%);
    }
    .fancybox-container.fancybox-is-open.loaded .fancybox-slide{
        width: 60%!important;
        left: 0;
        transform: translateX(0);
    }
    .fancybox-container.loaded .fancybox-slide{
        width: 100%;
        padding: 44px!important;
    }
    .fancybox-container .fancybox-slide .fancybox-content{
        margin-top: 0;
        width: 100%!important;
        height: 100%!important;
    }
    .fancybox-container.fancybox-is-open .fancybox-caption{
        width: 40%;
        height: 100%;
        right: 0;
        left: auto;
        padding: 70px 25px;
        transform: translate(100%,0);
    }
    .fancybox-container.fancybox-is-open.loaded .fancybox-caption{
        transform: translate(0,0);
    }
    .fancybox-container.fancybox-is-open.loaded .fancybox-caption-minimize{
        top: 50%;
        bottom: auto;
        left: auto;
        right: 40%;
        margin-right: -2rem;
        transform: translate(-50%,-50%) rotate(0deg);
    }
    .fancybox-container.fancybox-is-open .fancybox-caption-minimize{
        top: 50%;
        left: auto;
        bottom: auto;
        right: 0;
        transform: translate(0,-50%) rotate(180deg);
    }
    .fancybox-container.fancybox-is-open .fancybox-caption__body{
        max-height: 70vh;
    }
    .ts-searchbar-wrapper .ts-searchbar{
        flex-direction: row;
    }
    .ts-searchbar-wrapper{
        overflow: hidden;
    }
    .ts-searchbar-wrapper .ts-searchbar{
        max-width: 3.125rem;
    }
}
.fancybox-container .fancybox-caption{
    opacity: 0;
}
.fancybox-container.loaded .fancybox-caption{
    opacity: 1;
}
.ts-searchbar-wrapper, .ts-searchbar-wrapper .ts-searchbar{
    position: relative;
}
.ts-searchbar-wrapper{
    padding: 1rem 0;
    overflow: hidden;
}
.ts-searchbar-wrapper .ts-searchbar{
    position: absolute;
    top: 1rem;
    right: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 31.25rem;
    width: 100%;
    margin-left: auto;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.ts-searchbar-wrapper.toggled .ts-searchbar{
    opacity: 1;
}
.ts-searchbar-wrapper .ts-searchbar input{
    width: 100%;
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
    outline: none;
    border-bottom: 1px solid transparent;
}
.ts-searchbar-wrapper .ts-searchbar input:focus{
    border-color: #000;
}
.ts-searchbar-wrapper .ts-searchbar input, .ts-searchbar-wrapper .ts-searchbar button{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    height: 3.125rem;
}
.ts-searchbar-wrapper .ts-searchbar button{
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    background-color: #fff;
    border-left: 1px solid #aaaaaa;
    text-transform: uppercase;
}
.ts-search-toggle{
    position: relative;
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 3.125rem;
    margin-left: auto;
    z-index: 1;
}
.ts-search-toggle::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.ts-searchbar-wrapper .ts-searchbar button::before{
    display: inline-block;
    margin-right: 0.5rem;
}
.ts-search-toggle::before, .ts-searchbar-wrapper .ts-searchbar button::before{
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/icon-search.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.ts-searchbar-wrapper.toggled .ts-search-toggle::before{
    background-image: url(../images/icon-close.png);
}
.ts-search-reset{
    display: none;
    position: absolute;
    right: 100%;
    margin-right: 1rem;
    text-decoration: underline;
    cursor: pointer;
}
.ts-content-controller{
    width: 100%;
}
.ts-content-controller, .ts-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ts-pagination > div, .ts-nav-controller{
    border: 1px solid #000;
    padding: 0.5rem 0.875rem;
    cursor: pointer;
}
.ts-pagination{
    margin-top: 0.875rem;
}
.ts-pagination .ts-page{
    margin-bottom: 0.875rem;
}
.ts-pagination .ts-page:not(:last-child){
    margin-right: 1rem;
}
.ts-pagination .ts-page.ts-current-page{
    background-color: #000;
    color: #fff;
    pointer-events: none;
}
.ts-pagination .ts-page:not(.ts-current-page):hover, .ts-nav-controller:hover{
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}
.ts-prev{
    margin-right: 1rem;
}
.ts-next{
    margin-left: 1rem;
}
@media screen and (min-width: 125rem){
    .ts-container{
        max-width: 112.5rem;
    }
    .ts-content-item, .grid-sizer{
        width: 25%;
    }
}
body.fancybox-active{
    overflow: hidden;
}
@media screen and (min-width: 48rem) and (max-width: 52.75rem){
    .ts-header .ts-search-toggle{
        margin-right: 0!important
    }
    .ts-header .ts-searchbar-wrapper{
        position: relative;
        top: auto;
        margin-top: -4.75rem;
    }
}
@media screen and (min-width: 52.813rem) and (max-width: 74.938rem){
    .ts-header .ts-searchbar-wrapper{
        position: relative;
        top: auto;
        margin-top: -4.75rem;
    }
}
.popup-wrapper{
    position: fixed;
    top: 100%;
    left: 100%;
    display: none;
    opacity: 0;
    
}