/*
Theme Name: Trevor Jackson
Author: LeCollective
Author URI: https://lecollective.co.uk/
Description: Theme for Trevor Jackson, Designed by OurPlace Developed by LeCollective
Version: 1.1
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

::-moz-focus-inner {
    padding: 0;

    border: 0;
}

:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/
*,
*:after,
*:before {
    box-sizing: border-box;

    text-rendering: optimizeLegibility;
}

a:focus {
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

.fontcheck {
    font-family: Helvetica, Arial, "sans-serif";
    font-family: 'Jackson';
}

@font-face {
    font-family: 'Jackson';
    src: url('fonts/update/Jackson-Working.woff2') format('woff2'), url('fonts/update/Jackson-Working.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

html, body {
    width: 100%;
    height: 100%;
}
html.drkbg, html.drkbg body {
	background: #000;
}
body {
    font-family: 'Jackson', sans-serif;
    cursor: url(img/Cursors/15px/grey.png) 5 5, auto !important;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.3px;
    background-color: #ffffff;
    overflow-x: hidden;
}

body.popup-visible {
    overflow: hidden;
}

a, a:visited {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

a:hover {
}

img {
    max-width: 100%;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.mob, .spacer, .entry-title, .single-product section h1, .main-menu li.mobile_menu_item, #BTT, #mclose, #sclose, #gbo {
    display: none;
}
.single-product section h1#sa-title {
	display: block;
}
/* Main Styles */

.ease, .fi, .audio-menu, .gotocart, html.drkbg body {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fease{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main-menu, #mtxt {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.mease {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.marease {
    -webkit-transition: margin 0.5s ease-in-out;
    -moz-transition: margin 0.5s ease-in-out;
    -o-transition: margin 0.5s ease-in-out;
    transition: margin 0.5s ease-in-out;
}

.fi {
    opacity: 0;
}

.fi.showme {
    opacity: 1;
}

.slowease, .fade-out {
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}

b, strong, .bold {
    font-weight: 400;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: auto;
}

.pace-inactive {
    display: none;
}

.pace {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;

    -webkit-pointer-events: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
    background:#000;
}

::selection {
    background: #ffff00; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #ffff00; /* Gecko Browsers */
}

#header {
    padding: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1998;
    height: 58px;
    -webkit-font-smoothing: auto;
}

.popup-header {
    position: fixed;
    top: 0;
    left: 0;
    font-weight: 400;
    width: 100%;
    height: 58px;
    z-index: 999;
    -webkit-font-smoothing: auto;
}

#logo a, .menubut, #mobmen, .menu a, #list ul li, .pop_title, .sub-menu a {
    font-family: 'Jackson';
}
#menu-main-menu li.mobile_menu_item {
	display: none;
}
.head-inner {
    margin-top: 0;
    height: 58px;
    padding: 30px;
}
.popup-header.scrolled .head-inner,
.tpage-audio #header.scrolled .head-inner,
.page-template-audio #header.scrolled .head-inner,
.tpage-visual #header.scrolled .head-inner,
.page-template-visual #header.scrolled .head-inner,
.page-template-visual #header.scrolled .head-inner.slide,
.page-template-news #header.scrolled .head-inner,
.tpage-news #header.scrolled .head-inner,
.tpage-about #header.scrolled .head-inner,
.page-template-profile #header.scrolled .head-inner,
.single-audio #header.scrolled .head-inner,
.tpage-publicity #header.scrolled .head-inner,
.page-template-visual #header.scrolled .head-inner,
.product-template-default #header.scrolled .head-inner,
.page-template-default #header.scrolled .head-inner{
    background: rgba(255, 255, 255, 1);
}
.tpage-production #header.scrolled .head-inner,
.tpage-production #header.scrolled .head-inner,
.tpage-labels #header.scrolled .head-inner,
.tpage-clients #header.scrolled .head-inner,
.tpage-contact #header.scrolled .head-inner,
.tpage-remix #header.scrolled .head-inner,
.tpage-remixes #header.scrolled .head-inner,
.tpage-awards-exhibitions #header.scrolled .header-inner,
.page-template-exhibition #header.scrolled .header-inner,
body.page-template-remix #header.scrolled .header-inner,
.tpage-radio #header.scrolled .head-inner {
    background: rgba(0, 0, 0, 1);
}

.home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
/*.sub-menu.slide*/
.head-inner.slide, .audio-menu.slide, .popup-close.slide, .popup-close, .visual-menu.slide {
    margin-top: -60px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out;
}
.popup-close {
	margin-top: 0px;
}
/*.tpage-remixes #header .head-inner.slide, .tpage-remixes .sub-menu.slide,*/
/*.tpage-production #header .head-inner.slide, .tpage-production .sub-menu.slide,*/
/*.tpage-labels #header .head-inner.slide, .tpage-labels .sub-menu.slide,*/
/*.tpage-clients #header .head-inner.slide, .tpage-clients .sub-menu.slide,*/
/*.tpage-contact #header .head-inner.slide, .tpage-contact .sub-menu.slide,*/
/*.tpage-radio #header .head-inner.slide, .tpage-radio .sub-menu.slide,*/
/*.tpage-mixes #header .head-inner.slide, .tpage-mixes .sub-menu.slide,*/
/*.tpage-press #header .head-inner.slide, .tpage-press .sub-menu.slide {*/
    /*margin-top: 0px;*/
/*}*/

#logo, .main-menu, #menu-main-menu li, .menubut, .main-navigation, .main-menu li {
    display: inline-block;
}

#logo a {
    color: #000;
    transition: color 0.5s ease-in-out;
}

.main-menu li {
    padding-right: 10px;
}

.main-navigation {
    position: relative;
    padding: 20px;
    margin: -20px 0 0 -20px;
}

.menubut, #mobmen {
    position: absolute;
    cursor: pointer;
    z-index: 99;
}

.main-menu {
    opacity: 0;
}
#mtxt {
	opacity: 1;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9999999;
	color: #000;
	pointer-events: none;
}
#content-container.fourofour {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
#header:hover > .head-inner #mm .module .main-navigation .main-menu,
.popup-header:hover > .head-inner #mm .module .main-navigation .main-menu{
	opacity: 1;
}
#header:hover > .head-inner #mm .module .main-navigation #mtxt,
.popup-header:hover > .head-inner #mm .module .main-navigation #mtxt{
	opacity: 0;
}
.main-menu li a {
	pointer-events: all;
}
.page-loading .main-menu li a, .main-menu li.current_page_item a {
	pointer-events: none !important;
}
#header:hover > .head-inner #mm .module .main-navigation .main-menu li a,
.popup-header:hover > .head-inner #mm .module .main-navigation .main-menu li a{
	pointer-events: all;
}
.main-menu.visible {
    opacity: 1;
}
.main-menu.visible li a {
	pointer-events: all;
}
#mm .main-menu li {
    opacity: 1;
}

#mm .main-menu li.showme {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#page {
    height: 100%;
}

.pad {
    padding: 60px 30px;
}

#profile.pad {
    padding: 30px 80px;
}

#slideshow {
    position: relative;
    width: 100%;
    height: 100%;
}

#vslideshow {
    position: relative;
    width: 100%;
    height: 80%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

#slideshow.owl-carousel .owl-stage-outer,
#slideshow.owl-carousel .owl-stage,
#slideshow.owl-carousel .owl-item,
#slideshow .slide,
#vslideshow.owl-carousel .owl-stage-outer,
#vslideshow.owl-carousel .owl-stage,
#vslideshow.owl-carousel .owl-item,
#vslideshow .slide {
    height: 100%;
}

.owl-carousel .owl-item {
    width: 80%;
}

p a, p a:visited, .buy-links a, .buy-links a:visited, a.btn-buy {
	color: #666;
	text-decoration: underline;
}
.copyright p a {
	color: #666;
}
.flash {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#slideshow .owl-nav div,
#vslideshow .owl-nav div {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    text-indent: -99999px;
}

#vslideshow .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

#vslideshow .owl-nav div.owl-prev {
    /*cursor: url(img/pr.png) 16 16, auto;*/
    cursor: none !important;
    position: relative;
    pointer-events: auto;
}

#vslideshow .owl-nav div.owl-next {
    /*cursor: url(img/ne.png) 16 16, auto;*/
    cursor: none !important;
    float: right;
    position: relative;
    pointer-events: auto;
}

#vslideshow .owl-nav div {
    width: 47%;
    float: left;
    height: 100%;
    text-indent: -99999px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#slideshow .owl-nav div.owl-prev, #mobile-secondary.grid-pad {
    display: none;
}

#slideshow .slide, #vslideshow .slide {
    width: 100%;
    margin: auto;
    background: no-repeat center;
    background-size: contain;
}
.bgimg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.bgimg img {
	opacity: 0;
}
#vslideshow .slide {
    width: 80%;
}

#vslideshow .slide img {
    display: none;
}

#vslideshow .videoWrapper, .ytvideoWrapper {
    position: relative;
    height: 100%;
}

#vslideshow .videoWrapper iframe, .ytvideoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytvideoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	top: 50%;
    transform: translateY(-50%);
}
.nlink .ytvideoWrapper {
	top: auto;
	transform: none;
}
.menu a {
    color: #000;
    transition: color 0.5s ease-in-out;
}

.menu .current_page_item a, .current_page_item a, .visual-menu .current_page_item a, .tpage-visual .menu-item-31 a, .tpage-visual .menu-item-31 a {
    color: #999;
}

.visual-menu, .audio-menu, .about-menu, #single-menu, .gotocart {
    position: fixed;
	top: 0;
    padding-top: 30px;
    right: 30px;
    -webkit-font-smoothing: auto;
    z-index: 2000;
}
.gotocart.scrolled {
	top: -60px;
}
.popup-visible .visual-menu, .popup-visible .audio-menu, .popup-visible .about-menu, .popup-visible #single-menu, .popup-visible .gotocart{
    z-index: 1990;
}

.visual-menu li, .audio-menu li, .about-menu li, .gotocart li {
    display: inline-block;
    padding-left: 20px;
}

.img-readmore {
    opacity: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 20px;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.img-readmore div {
    color: #000;
    font-weight: 400;
}

/*.nlink:hover > div {
    opacity: 1;
}*/

.res_variations {
    display: none !important;
}

#list ul li {
    width: 100%;
    display: block;
    opacity: 1;
    margin-bottom: 19px;
}
#list ul li.separator {
	margin-bottom: 2px;
}
#list ul li.linkflash:hover div {
    /*    cursor: pointer;*/
    opacity: 0.5;
}

#list ul li [class*='col-'] {
    margin-bottom: 0;
}

#list ul li .clear {
    pointer-events: none;
}

.clearer {
    clear: both;
}

#list ul li.show {
    opacity: 1;
}

#list ul li div:first-of-type {
    margin-left: 0;
}

#list ul li div {
    position: relative;
    overflow: hidden;
    margin-left: 20px;
}

#list ul li div span.hover {
    opacity: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    left: 0;
}

#list ul li div .initial {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#showcase_cursor.active {
    opacity: 1;
}

.woocommerce table.shop_table th {
    font-weight: 400;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: transparent;
    color: #000;
}

.woocommerce-message .button {
    display: none;
}

/*Grid */

.fixer {
    width: calc(69% - 40px);
    top: 8px;
    display: inline-block;
    vertical-align: top;
}

.grid {
}

.grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
}

[class*='col-'] {
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

#foot-nav [class*='col-'], #header [class*='col-'] {
    margin-bottom: 0;
}

.grid [class*='col-']:last-of-type {
    padding-right: 0;
}

.woocommerce div.product {
    margin-bottom: 20px
}
#news .grid [class*='col-']:last-of-type {
    padding-right: 20px;
}
.info-over .slider-caption, .info-over .mhm {
	opacity: 0;
}
#fixedaside .col-1-3 {
    width: 20%;
}

#rncol {
    position: fixed;
	padding-top: 0;
	right: 0;
	top: 0;
	overflow: scroll;
}
.page-loading #rncol {
    position: absolute;
}
#tpad {
	padding-top: 0px;
	height: calc(100vh - 120px);
	padding-bottom: 40px;
}
.col-2-3 {
    width: 66.66%;
}

.col-1-3 {
    width: 33.33%;
}

.col-3-4 {
    width: 75%;
}

.col-1-2 {
    width: 50%;
}

.col-1-4 {
    width: 25%;
}

.col-1-8 {
    width: 12.5%;
}

.col-3-8 {
    width: 37.5%;
}

.col-5-8 {
    width: 62.5%;
}

.col-1-16 {
    width: 6.25%;
}

.col-4-16 {
    width: 25%;
}

.col-5-16 {
    width: 31.25%;
}

.col-8-16 {
    width: 50%;
}

.col-7-16 {
    width: 43.75%;
}

.col-1 {
    width: 100%;
}

.copy p, .event {
    line-height: 14px;
}

.module {
    background-color: transparent;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

#relcont {
    position: relative;
    height: 100%;
}
#relcont img {
	opacity: 0;
}

.audio-info {
    float: none;
    z-index: 9;
    display: inline-block;
}

.img-container {
}

#foot-nav .module, #header .module, .audio-post .module, .popup-header .module {
    background-color: transparent;
    height: auto !important;
}

.module img, .woocommerce img, .woocommerce-page img {
    width: 100%;
    max-width: none;
    height: auto;
}

#leadimg {
	display: grid;
}

.module.product a {
    display: block;
}

.cols {
    opacity: 1;
    cursor: pointer;
    position: relative;
}

.cols.invisible, .cols.invisible .pop_title {
    opacity: 0;
}

.yearbox {
    font-size: 54px;
    line-height: 54px;
    pointer-events: none;
}

.grid [class*='col-'].pol:last-of-type {
    padding-left: 20px;
}
.product-up input {
	font-size: 14px;
	padding: 0;
	color: gray;
}
#Label, #clients, #contact {
    font-size: 65px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 10px;
    margin: 0 0 20px 0;
    background-color: #ffffff;
    color: #000;
    border-top: 0px;
	display: none !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content:"";
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 10px;
    left: 30px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius: 0;
}
#info-overlay, #news h3, #Label, .yearbox, #clients, #contact, #profile {
    font-size: 54px;
    line-height: 54px;
    pointer-events: none;
}
#upcart {
	color: gray;
}
#dcart {
	opacity: 0;
}
#info-overlay {
    pointer-events: all;
}

.inline-list {
    max-width: 400px;
}

.inline-list li {
    display: inline-block;
    padding-right: 5px;
    text-decoration: underline;
}

#news .news-list [class*='col-'] {
	margin-bottom: 38px;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}

.home-video video {
    opacity: 1 !important;
    visibility: visible !important;
}

.popup-close {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
}

#slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background: #ffffff !important;
    height: 100vh;
	z-index: 1990;
}

/* Opt-in outside padding */
.grid-pad {
    padding: 30px 0 0 30px;
}

.audio-post .grid-pad, .shop-grid .grid-pad {
    padding: 60px 0 0 30px;
}

.visual-grid,
.audio-grid,
.shop-grid{
    padding-bottom: 150px;
    padding: 50px 30px 0 0px;
    margin-left: -20px;
}

.visual-grid [class*='col-'],
.audio-grid [class*='col-'],
.shop-grid [class*='col-']{
    float: left;
    padding-left: 50px;
    padding-right: 0px;
    margin-bottom: 50px !important;
    position: relative;
}

.audio-post .grid-pad [class*='col-']:last-of-type, .shop-grid .grid-pad [class*='col-']:last-of-type {
    padding-right: 15px;
}
.vis-close {
	display: none;
}
/*animation */

.slide-out .site-content {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

#home {
	opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#home.loadme {
	opacity: 1;
}
/*Page Transitions*/
.site-content {
    width: 100%;
    position: absolute;
    min-height: 100%;
    top: 0;
    left: 0;
}

.page-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 70px 0 20px 0;
    overflow: hidden;
}
.single .page-slide {
	overflow:visible;
}
.animating {
    height: 100%;
    overflow: hidden;
}

.page-loading a {
    pointer-events: none;
}

.fade-out .content-fade-container,
.container-ft .content-fade-container, .page-container.fade-out {
    opacity: 0;
}

.container-fr {
    left: 100%;
}

.container-fl {
    left: -100%;
}

.container-fb {
    top: 100%;
}

.container-ft {
    top: -100%;
}

[class*='slide-to-'] {
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.slide-test {
    -webkit-transition: all 20s;
    -o-transition: all 20s;
    transition: all 20s;
}

[class*='slide-to-'].from-top {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

[class*='container-'] {
    overflow: hidden;
    height: 100%;
}

.hovertext.visible {
    opacity: 1;
}

.hovertext {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
/*    mix-blend-mode: difference;*/
    z-index: 100000000;
    color: #fff;
    background: transparent;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 32px;
    width: 32px;
    line-height: 32px;
}
.hovertext img {
    display: none;
	vertical-align: middle;
    width: 100%;
    height: auto;
}
.hovertext img.prev {
}
.hovertext.prev .prev {
    display: block;
    margin-top: 10px;
}

.hovertext.next .next {
    display: block;
}

.slide-to-fr {
    left: -100%;
}

.slide-to-fl {
    left: 100%;
}

.slide-to-fb {
    top: -100%;
}

.slide-to-ft {
    top: 100%;
}

.heading {
    margin-bottom: 20px;
}

.lrg-copy {
    font-size: 1.65em;
    line-height: 1.3em;
    font-weight: normal;
}

#abt-copy {
    padding-right: 40px;
    max-width: 700px;
}

.pbot {
    padding-bottom: 40px;
}

.abt-list {
    max-width: 400px;
}

.abt-list li {
    padding-bottom: 2px;
    line-height: 23px;
    padding-left: 1.28571429em;
    text-indent: -1.28571429em;
}

#audio {
    height: 1500px;
    background: #bbb;
}

.mheight {
    height: 100%;
}

.rightal {
    text-align: right;
}

#foot-nav {
    position: fixed;
    bottom: 0;
    padding: 30px;
    width: 100%;
	z-index: 99999;
}

#infobut {
    font-weight: 400;
}
div#infobut:hover {
}
#info-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 72px 30px 30px 30px;
    font-size: 54px;
    line-height: 54px;
    z-index: 1991;
    /*cursor: url(img/icons/S-Close.png), auto;*/
}
#profile.pad {
    padding: 40px 28px 30px 28px;
}

#clients.pad {
    padding: 40px 28px 30px 28px;
}

.audio-post h1, .audio-post h2, #news h4, .woocommerce .audio-post h1, .woocommerce .audio-post h2 {
    font-weight: 400;
    margin-bottom: 23px;
}

.audio-post a, .date {
    font-weight: 400;
    margin-top: -5px;
}

.embed-text {
    font-weight: 400;
}

#news h3 {
    margin: 20px 0 18px -4px;
}


#audio-copy p, .copy p, .event, .format-infos {
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 20px;
}
#audio-copy p:last-of-type, .copy p:last-of-type {
	padding-bottom: 0;
}
.event-title {
    padding-bottom: 0px;
}

#news {
    padding: 50px 0 0 30px;
}

#news h3 {
    font-size: 54px;
    line-height: 54px;
	padding: 0 20px 0 0;
}

#news .module {
    height: auto !important;
	overflow: inherit;
}
#news .module.fsb {
	padding-top: 70px;
}
.event {
    padding-bottom: 10px;
    opacity: 0.8;
	display: block !important;
}

.event {
    padding-bottom: 10px;
    padding-right: 10px;
}

.block {
    display: block;
    float: left;
}

.hideme {
    opacity: 0;
}

/* ----------------------
Sliding Pages styles
------------------------*/
.gotocart {
    display: none;
}
.pace-running #home #single-menu, .page-loading #home #single-menu {
	opacity: 0;
}
.woocommerce .gotocart, .woocommerce-page .gotocart, .tpage-shop .gotocart {
    display: block;
}

/*
About Child Pages
*/
body.page-template-remix .page-container,
.loaded-page-remix,
body.page-template-labels .page-container,
.loaded-page-labels,
body.page-template-radio .page-container,
.loaded-page-radio,
body.page-template-clients .page-container,
.loaded-page-clients, .loaded-page-awards,
body.page-template-awards .page-container,
body.page-template-exhibition .page-container, 
body.page-template-events .page-container, 
.loaded-page-events {
    background: #000;
    color: #fff
}

.tpage-exhibition #mtxt, .tpage-awards #mtxt {
    color: #fff;
}

body.tpage-remix .head-inner.ease,
body.tpage-remix .head-inner.ease,
body.tpage-radio .head-inner.ease,
body.tpage-labels .head-inner.ease,
body.tpage-clients .head-inner.ease,
body.tpage-contact .head-inner.ease,
body.tpage-mixes .head-inner.ease {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
body.tpage-remix .head-inner.ease,
body.tpage-remix .head-inner.ease,
body.tpage-radio .head-inner.ease,
body.tpage-labels .head-inner.ease,
body.tpage-clients .head-inner.ease,
body.tpage-contact .head-inner.ease,
body.page-template-remix .head-inner.ease,
body.tpage-mixes .head-inner.ease {
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out;
}

.visual-menu a {
    color: #000;
    transition: color 0.5s ease-in-out;
}

body.tpage-radio #mtxt,
body.tpage-radio #mobmen,
body.tpage-radio #mtxt,
body.tpage-awards #mobmen,
body.tpage-awards #mobmen,
body.slider-dark header #mtxt,
body.slider-dark header #mobmen,
body.slider-dark header a,
body.slider-dark #logo a {
    color: #fff;
    transition: color 0.5s ease-in-out;
}

.tpage-labels #logo a, .tpage-awards .menu a, .tpage-awards #logo a, body.tpage-clients #logo a, body.tpage-clients #mtxt, body.tpage-clients #mobmen, body.tpage-labels #mobmen, body.tpage-clients .menu a, body.tpage-labels #mtxt, body.tpage-remix a, body.tpage-radio #mtxt, body.page-template-labels a, body.tpage-remix #mtxt, body.page-template-remix a,body.tpage-remix #logo a, #clients a, .loaded-page-labels a, body.tpage-radio .sub-menu a, body.page-template-radio a, body.tpage-radio #logo a, body.tpage-awards-exhibitions .menu a, body.tpage-awards-exhibitions #logo a, body.tpage-awards-exhibitions a, body.tpage-awards-exhibitions #mtxt, body.tpage-remix #mobmen , body.page-template-remix #logo a,  body.page-template-remix #mtxt, .remixlist a {
    color: #fff;
}

body.tpage-radio.page-loaded a {
    color: #bbb;
}

#list ul li:hover {
    /*    color: #bbb;*/
}

body.tpage-labels ul li a:hover, body.tpage-clients ul li a:hover, body.tpage-labels a:hover, body.tpage-remix ul li a:hover, body.tpage-contact ul li a:hover, body.tpage-radio ul li a:hover, .sub-menu a:hover, ul li a:hover {
    /*    color: #bbb !important*/
}

#contact a {
    box-shadow: inset 0px 0px 0 white, inset 0px -1px 0 white;
}

#mm {
    padding-left: 20px;
}

#contact p {
    margin-bottom: 40px;
}

#list {
    position: relative;
    z-index: 2;
    padding-top: 56px;
}

#list h2 {
    padding-bottom: 20px;
}

/*---------------
About Single
----------------*/

.gallery-items .gal-image {
    cursor: pointer;
}

/*---------------
WooCommerce
----------------*/
.woocommerce div.product .add-to-cart-container form.cart .single_add_to_cart_button,
.add-to-cart-container table.variations,
.add-to-cart-container .variations_button {
    display: none;
}
.woocommerce a.remove, .product-up a {
    color: graytext !important;
	font-size: 14px;
	height: auto;
	width: auto;
	text-align: left;
	border-radius: 0;
	font-weight: 400;
}

@media screen and (min-width: 1500px) {
    .audio-grid .col-1-4, #grid .col-1-4.product, .shop-grid .col-1-4 {
        width: 20%;
    }
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: calc(50% - 48px);
	}
	.hovertext {
		width: 38px;
		max-width: none;
	}
	.hovertext img.prev {
		padding:6px 0 0 2px;
	}
	.hovertext img.next {
		padding: 1px 0 0 2px;
	}
	#info-overlay {
	}
	#rncol {
		padding-top: 0;
		top: 0;
		overflow: scroll;
	}
	#rncol .evntlist .col-1-8 {
		width: 13.5%;
	}
	#news .module.fsb {
		padding-top: 90px;
	}
    #header, .popup-header, .visual-menu, .audio-menu, .about-menu, #single-menu, .gotocart, .infiniteloading, body, .product-up input, .woocommerce a.remove {
        font-size: 18px;
    }
	#footer-info {
        font-size: 14px;
    }
    .pop_title, .img-readmore {
        font-size: 22px;
    }

    #abt-copy {
        max-width: 800px;
    }

    #audio-copy p, .copy p, .event, .format-infos {
        line-height: 22px;
        font-size: 18px;
    }

    #info-overlay, #news h3, #Label, .yearbox, #clients, #contact, #profile, #news h3 {
        font-size: 68px;
        line-height: 68px;
        font-weight: 100;
    }

}
@media screen and (min-width: 1920px) {
    body {
        font-size: 18px;;
    }	
    #footer-info {
        padding: 10px 40px;
    }
	.news-list .copy {
		max-width: 90%;
	}
    #header, .popup-header, .visual-menu, .audio-menu, .about-menu, #single-menu, .gotocart {
        font-size: 22px;
    }
	#news .module.fsb {
		padding-top: 116px;
	}
    #tpad {
        padding-top: 0px;
    }
	#info-overlay {
	}
    #event-header {
    }
	#screensaver .sscontainer {
		background-size: contain;
	}
    .pop_title, .img-readmore {
        font-size: 36px;
    }

    #leadimg img {
        max-width: 800px;
    }

    .abt-list li {
        line-height: 28px;
    }

    .copy p, .event {
        line-height: 24px;
        font-size: 18px;
    }
	.event {
		padding-right: 30px;
	}
    #audio-copy p {
        max-width: 550px;
    }

    #abt-copy {
        max-width: 80%;
    }

    .pad {
        padding: 40px;
    }

    #list.stopad {
        padding: 0 40px 40px 40px;
    }

    #clients.pad {
        padding: 40px 33px 60px 33px;
    }

    #profile.pad {
        padding: 40px 40px 60px 40px;
    }

    #info-overlay {
        padding: 110px 40px 30px 33px;
    }

    #list {
        padding-top: 32px;
    }

    #info-overlay, #news h3, #Label, .yearbox, #clients, #contact, #profile {
        font-size: 100px;
        line-height: 100px;
    }

    .abt-list {
        max-width: 80%;
    }
}

.infiniteloading {
    display: none;
    position: fixed;
    left: 0;
    bottom: 40px;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.blink {

}

/*
Basket
*/
.shop_table {
    width: 100%;
}

.shop_table tr td {
    padding: 5px 5px 5px 0px;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    text-align: left;
    padding-bottom: 20px;
}

.woocommerce-cart table.cart th.product-name, .woocommerce table.shop_table td.product-name {
    padding-left: 28px;
}

.shop_table .actions {
    border-top: 1px solid #bbb
}

.shop_table .module {
    height: auto !important;
}

.woocommerce-cart-form .grid [class*='col-']:last-of-type {
    text-align: left;
}

#tot-bor {
    width: calc(50% - 30px);
    border-top: 1px solid #000;
    float: right;
    margin-right: 20px;
}

.vid {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.updatebut {
    -webkit-appearance: none;
    background: none;
    background-color: transparent;
    border: 0px;
    font-weight: 400;
    font-size: 16px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

th {
    font-weight: 400;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: none;
    text-align: left;
    width: 12.5%;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    padding: 9px 12px;
}

.shop_table tr td.product-thumbnail {
    padding: 0 10px 0 0px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100%;
    height: auto;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #000;
    padding: 15px 0;
}

.minus {
    border: none;
    color: #fff;
    background-color: black;
    height: 30px;
    width: 30px;
}

.plus {
    border: none;
    color: #fff;
    background-color: black;
    height: 30px;
    width: 30px;
}

.qty {
    border: 1px solid black;
    color: black;
    height: 30px;

}

.remixlist li {
    position: relative;
    z-index: 10;
}

.from-top #list li {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#foot-nav .col-1-4 {
    padding-left: 20px;
}
.woocommerce-cart-form {
    margin: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.woocommerce-page .cart-collaterals {
	margin: 0 15px;
	width: calc(100% - 30px);
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: calc(100% - 30px);
    text-align: left;
    margin: 0 15px;
}
@media screen and (max-width: 1500px) {
    .visual-grid .col-1-4 {
        width: 33.333%;
    }
	.hovertext {
		width: 28px;
		max-width: none;
	}
	.hovertext img.prev {
		padding:7px 0 0 2px;
	}
	.hovertext img.next {
		padding: 5px 0 0 2px;
	}
    .loaded-page-shop .visual-grid .col-1-4, .woocommerce .visual-grid .col-1-4 {
        width: 25%;
    }
    #footer-info {
        font-size: 12px;
    }
}


@media screen and (min-width: 1920px) {
    #header .head-inner, .popup-header .head-inner {
        padding: 40px;
    }
	.woocommerce-cart-form {
		margin: 40px;
	}
	.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
		top: 10px;
		left: 40px;
	}
	.woocommerce-page .cart-collaterals {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	.hovertext {
		width: 47px;
	}
	.hovertext img.prev {
		padding:6px 0 0 2px;
	}
	.hovertext img.next {
		padding: 0px 0 0 2px;
	    margin-top: -2px;
	}
    #footer-info {
        font-size: 16px;
    }

    #header .head-inner.slide, .sub-menu.slide {
        margin-top: -90px;
    }

    .visual-menu, .audio-menu, .about-menu, #single-menu, .gotocart, .popup-close {
        padding-top: 40px;
        right: 40px;
    }
	.popup-close { 
		padding-top: 0;
	}
    #news, .grid-pad {
        padding: 50px 0 0 40px;
    }

    #foot-nav {
        padding: 40px;
    }

    .visual-grid, .audio-grid, .shop-grid {
        padding: 50px 40px 0 0px;
        margin-left: -20px;
    }

    .audio-post .grid-pad {
        padding: 60px 20px 0 40px;
    }

    .visual-grid [class*='col-'], .audio-grid [class*='col-'], .shop-grid [class*='col-']{
        padding-left: 60px;
        margin-bottom: 60px !important;
    }

}

/*
 * Checkout Page
 */
.checkout-page {
	width: calc(100% - 15px);
	max-width: 980px;
	margin: auto;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: transparent;
    color: #000;
    -webkit-font-smoothing: antialiased;
    padding: 0;
}

.woocommerce table.shop_table td {
    border: 0px;
}

.woocommerce table.shop_table {
    border: 0px;
    margin: 0 -1px 24px 0;
    border-radius: 0px;
}
.woocommerce .cart-head {
	padding-bottom: 40px;
}
#updated-cart .product-name {
	padding-left: 20px;
}

.woocommerce-message {
    border-top-color: #000;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: transparent;
    color: #000;
    border-top: 0px solid #000;
}

.woocommerce-message::before {
    content: '\e015';
    color: #000;
}

.woocommerce a.remove:hover {
    color: #000 !important;
    background: none;;
}

.woocommerce form .form-row textarea {
    height: 100px;
    resize: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.woocommerce-checkout #payment .payment_method_paypal img {
    width: auto;
    max-width: 100%;
}

.woocommerce h1,
.woocommerce h3,
.woocommerce h4,
.woocommerce p {
    margin-bottom: 10px;
}

.formats {
    margin-bottom: 10px;
}

.formats span {
/*    margin-right: 10px;*/
    cursor: pointer
}
.format-tab:after {
	content: " / ";
	padding: 0;
}
.format-tab:last-of-type:after {
	content: "";
}
.year-infos .year-info,
.label-infos .label-info,
.cat-infos .cat-info,
.format-infos .format-info,
.gallery-thumblist .format-thumbs,
.grid.video .gal-imgs,
.buy-links .buy-link, .hmod {
    display: none;
}
.hmod {
	opacity: 0;
}
.year-infos .year-info:first-child,
.label-infos .label-info:first-child,
.cat-infos .cat-info:first-child,
.format-infos .format-info:first-child,
.buy-links .buy-link:first-child,
.gallery-thumblist .format-thumbs.active {
    display: block;
}

.athing,
.buy-links,
.format-infos {
    margin: 15px 0;
}
.embed-player {
	font-size: 0;
}
.formats span {
    color: #000;
	vertical-align: top;
}

.formats span:hover,
.formats span.active {
    color: #bbb;
}
.year-infos {
	padding-top: 10px;
}
.player .vp-player-layout {
    top: 0 !important;
}
.format-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
	margin-top: 0;
}

.format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.format-thumbs img {
    margin-bottom: 20px;
}

.gallery-thumblist .format-thumbs {
    margin-bottom: 5px;
}

.grid.video .img-container {
   width: 83.5%;
}


.playerpopup {
    position: absolute;
    background: #fff;
    width: 560px;
    opacity: 0;
    z-index: 0;
	position: relative;
	margin-bottom: 0;
/*	MARGIN-LEFT: calc(25% + 40px);*/
	margin-left: 0;
    padding: 0px;
	max-height: 0;
}

.playerpopup.visible {
    padding: 1px;
    z-index: 99;
	max-height: 600px;
	margin-bottom: 26px;
}
.playerpopup.visible.show {
	opacity: 1;
}
.popclose {
	display: none !important;
}
.playerpopup.visible.single-player {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.52);
}

.playerpopup iframe {
    width: 100% !important;
}

.popclose {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 29px;
    height: 29px;
    background-image: url(img/Cross32.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.tpage-production .popclose {
    background-image: url(img/Cross32wht.png);
}

.tpage-production .playerpopup {
    background: #000;
}

.embed-link {
    display: none;
}

.embed-player .embed-link {
    display: block;
}


.playerpopup.show {
    display: block;
}

#clients li {
    display: inline-block;
    float: left;
}
#clients li a {
	white-space: nowrap;
}
#clients li, #contact a {
    pointer-events: all;
}

#clients li:last-of-type span {
    display: none;
}

#clients li:last-of-type:after {
    content: ".";
}

.popup {
    position: fixed;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1999;
    background: #fff;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
    display: none;
}

.popup .popup-body {
    opacity: 1;
}

.popup.loading .popup-body {
    opacity: 0;
}

.popup .percentage {
    display: none !important;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 35px;
}

.popup-visible .visual-menu, .popup-visible .audio-menu {
    display: none;
}

.popup-body {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100% - 70px);
	z-index: 5;
	opacity: 0;
}

.tpage-visual .popup-body {
    top: 0;
	background-color: #ffffff;
}

@media screen and (max-width: 1920px) {
    .page-slide {
        padding: 30px 0 30px 0;
    }
}

@media screen and (min-width: 1920px) {

    .infiniteloading {
        font-size: 22px;
    }

    #footer-info {
        padding: 40px !important;
    }
	.tpage-visual #footer-info, .loaded-page-visual #footer-info {
		padding: 0px 40px 40px 40px !important;
	}
}

@media screen and (max-width: 1500px) {
    .page-slide {
        padding: 20px 0;
    }
	
	.playerpopup {
		width: 360px;
		height: 200px;
	}
	.playerpopup iframe {
		height: -webkit-fill-available;
	}
    .tpage-awards .pad, .tpage-awards-exhibitions .pad {
        padding: 20px 30px;
    }
}
@media screen and (max-width: 1500px) {
	#news {
		padding: 58px 0 0 30px;
	}
	#news .module.fsb {
		padding-top: 78px;
	}
}
.elink:hover > .event-deat, .copy a:hover, .formats span:hover, .audio-copy a {
    opacity: 0.5;
}

.visual-grid [class*='col-']:nth-child(6n+1) .pop_title, .audio-grid [class*='col-']:nth-child(6n+1), .shop-grid [class*='col-']:nth-child(6n+1) .pop_title, .main-menu li:nth-child(6n+1) a, #news .block:nth-child(6n+1) .link, .elink:nth-child(6n+1) .event-deat, .audio-copy a:nth-child(6n+1), .copy a:nth-child(6n+1), #infobut, .sub-menu li:nth-child(6n+1) a, .format-thumbs img:nth-child(6n+1), .formats span:nth-child(6n+1), .audio-menu li:nth-child(6n+1) a, .linkflash:nth-child(6n+1) div, #profile a:nth-child(6n+1), #clients li:nth-child(6n+1) a, #contact a:nth-child(6n+1), .product a:nth-child(6n+1), .gotocart li:nth-child(6n+1) a, .updatebut, .checkout a:nth-child(6n+1), #single-menu li:nth-child(6n+1) a, .popup-close, .popclose, #footer-info a, #logo a, #logo, #upcart {
    cursor: url(img/Cursors/15px/Asset_2.png) 5 5, auto;
}

.visual-grid [class*='col-']:nth-child(6n+2) .pop_title, .audio-grid [class*='col-']:nth-child(6n+2), .shop-grid [class*='col-']:nth-child(6n+2) .pop_title, .main-menu li:nth-child(6n+2) a, #news .block:nth-child(6n+2) .link, .elink:nth-child(6n+2) .event-deat, .audio-copy a:nth-child(6n+2), .copy a:nth-child(6n+2), .sub-menu li:nth-child(6n+2) a, .format-thumbs img:nth-child(6n+2), .formats span:nth-child(6n+2), .audio-menu li:nth-child(6n+2) a, .linkflash:nth-child(6n+2) div, #profile a:nth-child(6n+2), #clients li:nth-child(6n+2) a, #contact a:nth-child(6n+2), .product a:nth-child(6n+2), .gotocart li:nth-child(6n+2) a, .checkout a:nth-child(6n+2), #single-menu li:nth-child(6n+2) a, #footer-info a:nth-child(6n+2) {
    cursor: url(img/Cursors/15px/Asset_3.png) 5 5, auto;
}

.checkout-button {
    cursor: url(img/Cursors/15px/Asset_3.png) 5 5, auto !important;
}

.visual-grid [class*='col-']:nth-child(6n+3) .pop_title, .audio-grid [class*='col-']:nth-child(6n+3) .pop_title, .shop-grid [class*='col-']:nth-child(6n+3) .pop_title, .main-menu li:nth-child(6n+3) a, #news .block:nth-child(6n+3) .link, .elink:nth-child(6n+3) .event-deat, .audio-copy a:nth-child(6n+3), .copy a:nth-child(6n+3), .sub-menu li:nth-child(6n+3) a, .format-thumbs img:nth-child(6n+3), .formats span:nth-child(6n+3), .audio-menu li:nth-child(6n+3) a, .linkflash:nth-child(6n+3) div, #profile a:nth-child(6n+3), #clients li:nth-child(6n+3) a, #contact a:nth-child(6n+3), .product a:nth-child(6n+3), .gotocart li:nth-child(6n+3) a, .checkout a:nth-child(6n+3), #single-menu li:nth-child(6n+3) a, #footer-info a:nth-child(6n+3) {
    cursor: url(img/Cursors/15px/Asset_4.png) 5 5, auto;
}

.visual-grid [class*='col-']:nth-child(6n+4) .pop_title, .audio-grid [class*='col-']:nth-child(6n+4) .pop_title, .shop-grid [class*='col-']:nth-child(6n+4) .pop_title, .main-menu li:nth-child(6n+4) a, #news .block:nth-child(6n+4) .link, .elink:nth-child(6n+4) .event-deat, .audio-copy a:nth-child(6n+4), .copy a:nth-child(6n+4), .sub-menu li:nth-child(6n+4) a, .format-thumbs img:nth-child(6n+4), .formats span:nth-child(6n+4), .audio-menu li:nth-child(6n+4) a, .linkflash:nth-child(6n+4) div, #profile a:nth-child(6n+4), #clients li:nth-child(6n+4) a, #contact a:nth-child(6n+4), .product a:nth-child(6n+4), .gotocart li:nth-child(6n+4) a, .checkout a:nth-child(6n+4), #footer-info a:nth-child(6n+4) {
    cursor: url(img/Cursors/15px/Asset_5.png) 5 5, auto;
}

.visual-grid [class*='col-']:nth-child(6n+5) .pop_title, .audio-grid [class*='col-']:nth-child(6n+5) .pop_title, .shop-grid [class*='col-']:nth-child(6n+5) .pop_title, .main-menu li:nth-child(6n+5) a, #news .block:nth-child(6n+5) .link, .elink:nth-child(6n+5) .event-deat, .audio-copy a:nth-child(6n+5), .copy a:nth-child(6n+5), .sub-menu li:nth-child(6n+5) a, .format-thumbs img:nth-child(6n+5), .formats span:nth-child(6n+5), .audio-menu li:nth-child(6n+5) a, .linkflash:nth-child(6n+5) div, #profile a:nth-child(6n+5), #clients li:nth-child(6n+5) a, #contact a:nth-child(6n+5), .product a:nth-child(6n+5), .gotocart li:nth-child(6n+5) a, .checkout a:nth-child(6n+5), #footer-info a:nth-child(6n+5) {
    cursor: url(img/Cursors/15px/Asset_6.png) 5 5, auto;
}

.visual-grid [class*='col-']:nth-child(6n+6) .pop_title, .audio-grid [class*='col-']:nth-child(6n+6) .pop_title, .shop-grid [class*='col-']:nth-child(6n+6) .pop_title, .main-menu li:nth-child(6n+6) a, #news .block:nth-child(6n+6) .link, .elink:nth-child(6n+6) .event-deat, .audio-copy a:nth-child(6n+6), .copy a:nth-child(6n+6), .sub-menu li:nth-child(6n+6) a, .format-thumbs img:nth-child(6n+6), .formats span:nth-child(6n+6), .audio-menu li:nth-child(6n+6) a, .linkflash:nth-child(6n+6) div, #profile a:nth-child(6n+6), #clients li:nth-child(6n+6) a, #contact a:nth-child(6n+6), .product a:nth-child(6n+6), .gotocart li:nth-child(6n+6) a, .checkout a:nth-child(6n+6), #footer-info a:nth-child(6n+6) {
    cursor: url(img/Cursors/15px/Asset_1.png) 5 5, auto;
}

.pace-running, .page-loading {
    -webkit-animation: cursor 4s infinite 0.2s;
    animation: cursor 4s infinite 0.2s;
    -webkit-transition: cursor 0.2s ease-in-out;
    -moz-transition: cursor 0.2s ease-in-out;
    -o-transition: cursor 0.2s ease-in-out;
    transition: cursor 0.2s ease-in-out;
}

@-webkit-keyframes cursor {
    0% {
        cursor: url(img/Cursors/15px/Asset_2.png) 5 5, auto;
    }
    20% {
        cursor: url(img/Cursors/15px/Asset_3.png) 5 5, auto;
    }
    40% {
        cursor: url(img/Cursors/15px/Asset_4.png) 5 5, auto;
    }
    60% {
        cursor: url(img/Cursors/15px/Asset_5.png) 5 5, auto;
    }
    80% {
        cursor: url(img/Cursors/15px/Asset_6.png) 5 5, auto;
    }
    100% {
        cursor: url(img/Cursors/15px/Asset_1.png) 5 5, auto;
    }
}

@keyframes cursor {
    0% {
        cursor: url(img/Cursors/15px/Asset_2.png) 5 5, auto;
    }
    20% {
        cursor: url(img/Cursors/15px/Asset_3.png) 5 5, auto;
    }
    40% {
        cursor: url(img/Cursors/15px/Asset_4.png) 5 5, auto;
    }
    60% {
        cursor: url(img/Cursors/15px/Asset_5.png) 5 5, auto;
    }
    80% {
        cursor: url(img/Cursors/15px/Asset_6.png) 5 5, auto;
    }
    100% {
        cursor: url(img/Cursors/15px/Asset_1.png) 5 5, auto;
    }
}

.waiting {
    position: relative;
    width: 100%;
    height: 100vh;
}

.tpage-projects .waiting {
    display: none;
}

.loading-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*
     -webkit-animation: fade 2s infinite 0.3s;
     animation: fade 2s infinite 0.3s;*/

    font-size: 28vw;
    z-index: 1000;
}

@-webkit-keyframes fade {
    50% {
        opacity: 0.02;
    }
}

@keyframes fade {
    50% {
        opacity: 0.02;
    }
}

#content .woocommerce {
    padding-top: 40px;
}
.checkout-page {
	padding-top: 70px;
}
.tpage-shop #content .woocommerce {
    padding-top: 0px;
}
body.tpage-remix .pace .pace-progress,
body.tpage-radio .pace .pace-progress,
body.tpage-mixes .pace .pace-progress,
body.tpage-clients .pace .pace-progress {
    background: #fff;
}

@media only screen and (max-width: 1500px) and (min-width: 1024px) {
    .visual-grid, .audio-grid, .shop-grid {
        padding: 60px 30px 0 0px;
    }

    .popup-body .audio-post .grid-pad {
        padding: 10px 0 0 30px;
    }

    #profile.pad, #clients.pad {
        padding: 60px 28px 30px 28px;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1500px) {
    #news {
        padding: 60px 0 0 30px;
    }

    .visual-grid, .audio-grid, .shop-grid {
        padding: 60px 30px 0 0px;
    }

    #profile.pad, #clients.pad {
        padding: 60px 28px 30px 28px;
    }

    #info-overlay {
        padding: 82px 20px 30px 20px;
    }

    .popup-body .audio-post .grid-pad {
        padding: 20px 0 0 30px;
    }
}

#footer-info {
    display: none;
    width: 100%;
    padding: 30px;
}
/*.tpage-visual #footer-info, .loaded-page-visual #footer-info {
	padding: 0px 30px 30px 30px !important;
}*/
#footer-info .site-by {
    float: right;
}

#footer-info .copyright {
    float: left;
}
.tpage-about #footer-info,
.page-template-profile #footer-info,
.loaded-page-profile #footer-info, 
.tpage-clients #footer-info,
.loaded-page-clients #footer-info{
	position: fixed;
	bottom: 0;
	opacity: 1;
	display: block;
}
.page-loading #footer-info {
	opacity: 0;
}
.page-template-profile #footer-info.showme,
.loaded-page-profile #footer-info.showme, 
.tpage-clients #footer-info.showme,
.loaded-page-clients #footer-info.showme{
	opacity: 1;
}

.tpage-clients #footer-info a,
.page-template-clients #footer-info a {
    color: #fff;
}

.variation_div label {
    display: block;
    margin-bottom: 5px;
}
.add-variations {
    color: #bbb;
}
.add-variations:last-of-type ~ span {
	display: none;
}
.add-variations.active {
    color: #000;
}
.btn-buy, .res_variations {
    display: block;
    margin: 5px 0 !important;
}
.woocommerce-Price-amount {
    color: #000;
}
.pop_title .woocommerce-Price-amount {
    color: #000;
}
.woocommerce-variation-price {
    display: none;
}
.pop_title {
    opacity: 0;
    position: absolute;
    width: calc(100% + 2px);
    margin: auto;
    background: #fff;
    color: #000;
    height: 100%;
    padding: 15px 19px;
    font-size: 2vw;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    font-weight: 400;
}
.pop_title .block {
	float: none;
}
.img-readmore {
    font-size: 2vw;
    padding: 15px 19px;
}

.cols.active .pop_title {
    opacity: 1;
}
.mob-rec {
	display: none;
}
.lblock {
	display: block;
}
.dskcred span p, .dskcred span a {
	display: inline-block;
}
input#mce-EMAIL {
	-webkit-appearance: none; 
	border: 0;
	border-radius: 0;
	padding: 0;
	color: #fff;
	font-family: 'Jackson';
	font-size: inherit;
	background-color: transparent;
	background: none;
	text-align: right;
}
input#mce-EMAIL::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;font-family: 'Jackson';
}
input#mce-EMAIL::-moz-placeholder { /* Firefox 19+ */
	color: #fff;font-family: 'Jackson';
}
input#mce-EMAIL:-ms-input-placeholder { /* IE 10+ */
	color: #fff;font-family: 'Jackson';
}
input#mce-EMAIL:-moz-placeholder { /* Firefox 18- */
	color: #fff;font-family: 'Jackson';
}
@media screen and (max-width: 1024px) {
    body {
        font-size: 12px;
    }
	body.popup-visible {
		overflow: hidden;
		height: 100%;
		position: fixed;
	}
	.tpage-events .site-content {
		position: relative;
	}
	.tpage-visual .popup-body, .tpage-audio .popup-body {
		height: 100%;
		top: 0;
		-webkit-overflow-scrolling: touch;
	}
	#infobut {
		padding: 9px 0 15px 0;
	}
	.playerpopup {
		width: 100%;
	}
	.tpage-audio .popup #primary.audio-post {   
		padding-top: 50px;
    }
	.linkflash a {
		display: block;
		color: #ffffff !important;
	}
	body.tpage-events #logo a, .tpage-events #mobmen, .page-template-events #mobmen{
		color: #ffffff;
	}
	#header {
		z-index: 99999;
        display: inline-table;
    }
	#header, .popup-header {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		height: 44px;
	}
	.menu-open #tjl, .menu-open #mobmen {
		opacity: 0;
	}
    body.home.slider-dark header #mtxt, body.home.slider-dark header #mobmen, body.home.slider-dark header a, body.home.slider-dark #logo a {
        color: #ffffff !important;
    }

    [class*='col-'] {
        width: 50%;
        float: left;
    }
	.sec-title, .gotocart li.hom, .gotocart .cart-contents span, .woocommerce-cart #single-menu, .woocommerce .cart-head, #updated-cart .product-thumbnail, #updated-cart .product-subtotal, .hom, .woocommerce-page .woocommerce-message .button, .dskcred {
		display: none;
	}
   
    #header, .popup-header {
        font-size: 16px;
    }
	
	.mob-rec {
		display: block;
		opacity: 0;
		width: 100%;
		height: auto;
	}
	.woocommerce-cart-form {
		margin: 15px;
		padding-bottom: 15px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
		margin: 0;
	}
	#updated-cart .product-name {
		padding-left: 0px;
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	#proli {
		margin-bottom: 30px;
	}
	#proli .product-up {
		margin-bottom: 0;
		padding-top: 15px;
	}
	#proli #upcart.product-up {
		margin-bottom: 15px;
		padding-top: 0px;
	}
	.woocommerce a.remove, .product-up a {
	    font-size: 12px;
	}
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		padding: 15px;
		margin: 0 0 30px 0;
	}
	.wc_payment_methods .woocommerce-info {
		padding: 0;
	}
	.woocommerce-message::before {
		content: "";
	}
	.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
		content: "";
	}
    .cols {
        opacity: 1;
    }
    .visual-menu, .audio-menu, .about-menu, #single-menu, .gotocart{
		z-index: 8;
		right: auto;
    }
	
    .loading-title {
        margin-top: -58px;
    }
    #news h3 {
		margin: 15px 0 13px 0;
	}
	#news .news-list .copy {
		padding-bottom: 15px;
	}
    .home #logo a {
        color: #ffffff !important;
    }
    #footer-info {
        font-size: 0.8em;
        padding: 10px 15px;
    }
	.tpage-visual #footer-info, .loaded-page-visual #footer-info {
		padding: 0px 15px 10px 15px !important;
	}
    .pop_title br, .fixer .hm.gal-imgs h2, #mtxt, #mm, .hm, #list .dns, .fixer .gal-imgs .col-1-4, .mhm, .popup-close, #event-header, #rncol .col-1-4, .single-audio .audio-menu, .evntlist .col-1-8, #rncol, .fixer .gal-imgs .col-3-4 .woocommerce-product-gallery__image br, .fixer .hm.gal-imgs.saudio {
        display: none !important;
    }
	#news .block {
		float: none;
	}
	.fixer .gal-imgs .col-3-4 {
		width: 100%;
		margin-bottom: 0;
		padding-right: 0 !important;
	}
	.fixer .hm.gal-imgs {
		padding-right: 0 !important;
	}
	.fixer .gal-imgs .col-3-4 .woocommerce-product-gallery__image, #jscroll .gal-imgs .format-thumbs img {
		display: inline-block;
		width: calc(33.3334% - 10px);
		vertical-align: middle;
		margin-right: 15px;
	}
	.fixer .gal-imgs .col-3-4 .woocommerce-product-gallery__image:last-of-type, #jscroll .gal-imgs .format-thumbs img:last-of-type {
		margin-right: 0;
	}
	.fixer .hm.gal-imgs, #jscroll .hm.gal-imgs {
		width: 100%;
		display: block !important;
	}
	.gallery-thumblist .format-thumbs, #jscroll .hm.gal-imgs {
		margin-bottom: 0;
	}
	.hm.gal-imgs {
		margin-bottom: 23px;
	}
    .fixer .img-container {
        display: block !important;
        padding: 0 !important;
    }
    .disable-hover .cols.hide {
        opacity: 1;
    }
	/*#vslideshow .videoWrapper, .ytvideoWrapper {
		min-height: 300px;
	}*/
	.home #single-menu {
		display: none;
	}
	.home #single-menu a {
		color: #000 !important;
	}
	.home.pace-running #single-menu a, .page-loading #home #single-menu a {
		opacity: 0;
	}
	.home #header #mobmen {
		color: #ffffff !important;
	}
    .pol {
        padding-left: 0px;
    }

    .rel, #rncol {
        position: relative;
    }
	#audio-copy p, .copy p, .event {
		padding-bottom: 15px;
		font-size: 12px;
	}
	.year-infos, .label-infos, .cat-infos {
		font-size: 12px;
	}
	.copy p:last-of-type {
		padding-bottom: 0;
	}
	#news .module {
		padding-top: 0 !important;
	}
    #profile.pad, #clients.pad {
        padding: 45px 15px 0px 15px;
    }

    #list ul li div {
        margin-left: 0;
    }

    #rncol {
        top: 0px;
        margin-bottom: 10px;
    }
	#news .module.fsb {
		padding-top: 10px;
	}
    #rncol #tpad {
        height: 0;
        padding-top: 0;
    }
	
    #rncol #tpad.showme {
        height: auto;
        padding-top: 15px;
    }

    #news #rncol h4 {
        margin-bottom: 0;
    }

    #rncol .module .col-3-4 {
        margin-bottom: 10px;
    }

    #header .head-inner, .popup-header .head-inner {
		padding: 15px 15px 10px 15px;
		height: 38px;
    }
	.audio-post h1, .audio-post h2, #news h4, .woocommerce .audio-post h1 {
		margin-bottom: 15px;
	    font-size: 14px;
	}
	h2.formats {
		margin-bottom: 20px;
	    font-size: 12px;
	    line-height: 16px;
	}
    .popup-body #primary {
		padding-top: 68px;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
		/*height: auto !important;*/
    } 
    .news-list .col-1-2 {
		padding-right: 0px;
		margin-bottom: 15px;
    }

    #fixedaside.scrolled {
        position: relative;
        right: 0;
        top: auto;
        padding-right: 15px;
        padding-left: 0px;
    }
	
    .popup-body {
        top: 50px;
    }
	.vis-close {
		display: none;
	}
	#BTT, #mclose, #overlayclose, .popup-visible .vis-close, #gbo {
		position: fixed;
		right: 0;
		width: 45px;
		text-align: right;
		line-height: initial;
		font-size: 0;
	    bottom: 10px;
		padding: 20px 20px 20px 10px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.vis-close {
		display: none !important;
	}
	.cart-contents {
		opacity: 0;
	}
	.tpage-shop .cart-contents, .product-template-default .cart-contents {
		opacity: 1;
		-webkit-transition: opacity 0.5s ease 1s;
		-moz-transition: opacity 0.5s ease 1s;
		-o-transition: opacity 0.5s ease 1s;
		transition: opacity 0.5s ease 1s;
	}
	.audio-menu.slide {
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.mobile_menu_item, .tpage-news.scrolling_mob #BTT, .tpage-visual.scrolling_mob #BTT, .tpage-publicity.scrolling_mob #BTT, .single-visuals.scrolling_mob #BTT, .tpage-audio.scrolling_mob #BTT, .tpage-shop.scrolling_mob #BTT, .menu-open #mclose, .tpage-events.scrolling_mob #BTT, #overlayclose, .popup-visible .vis-close, .page-template-checkout #gbo, .page-template-shopping-basket #gbo, .page-template-remix.scrolling_mob #BTT, .tpage-news.scrolling_mob #BTT, .tpage-remix.scrolling_mob #BTT, .tpage-publicity.scrolling_mob #BTT  {
		display: block;
		z-index: 99999999;
	}
	.menu-open #mclose, .tpage-events #BTT, .page-template-remix #BTT, .tpage-remix #BTT, .tpage-remixes #BTT {
		filter: invert(100%);
	}
	.tpage-audio.scrolling_mob.popup-visible #BTT, .tpage-visual.scrolling_mob.popup-visible #BTT {
		display: none;
	}
	#mclose img, .vis-close img, #BTT img, #sclose img, #overlayclose img, #gbo img {
		width: 100%;
		height: auto;
	}
    .grid-pad {
        padding: 30px 0 0 15px;
    }
	#mobile-secondary.grid-pad {
        padding: 0px;
		display: block;
    }
    .audio-post .grid-pad {
        padding: 5px 0 0 15px;
    }
    .popup-body .audio-post .grid-pad {
        padding: 0px 0 0 15px;
    }
    .pad {
        padding: 15px;
    }
	#news, .tpage-news .grid-pad {
        padding: 30px 15px 0 15px;
    }
    .menu-open #mobmen, .menu-open #logo a {
        color: #fff;
    }

    #news [class*='col-'], #abtg [class*='col-'], .grid.video .img-container {
		width: 100%;
    }
	#news [class*='col-'] {
		padding-right: 0;
	}
	#news .news-list [class*='col-'] {
		margin-bottom: 15px;
	}
    #menu-main-menu li {
        padding-right: 0px;
        padding-left: 15px;
    }
    .visual-menu, .audio-menu, .about-menu, #single-menu, .popup-close, .gotocart {
		position: fixed;
		left: 0;
        top: 45px;
        padding-left: 0px;
     	font-size: 14px;
        padding-top: 9px;
		opacity: 1;
    }
	.audio-menu.slide {
		margin-top: 0;
	}
	.scrolling_mob .sub-menu, .scrolling_mob .gotocart, .scrolling_mob .popup-close, .page-loading .sub-menu, .single-visuals.scrolling_mob #foot-nav, .visuals-template-default.scrolling_mob #foot-nav, .tpage-visual.scrolling_mob #foot-nav {
		opacity: 0;
	}
    .gotocart {
        position: fixed;
        top: 7px;
        right: 15px;
		z-index: 9999999;
		left: auto;
    }
	.page-template-checkout .gotocart {
		display: none;
	}
    .visual-grid, .audio-grid {
        padding: 40px 15px 0 0px;
    }
	.shop-grid {
        padding: 30px 15px 0 0px;
    }
	.woocommerce form .form-row {
    	padding: 0px 0px 3px 0px;
	}
    .page-slide {
        padding: 45px 0;
    }
    .visual-grid .col-1-4, .audio-grid .col-1-4, .shop-grid .col-1-4 {
        width: 50%;
    }
    .remixlist .popup {
        width: calc(100% - 40px);
    }
    .abt-list {
        max-width: none;
    }
	.visual-grid [class*='col-'], .audio-grid [class*='col-'], .shop-grid [class*='col-'] {
		margin-bottom: 15px !important;
	}
    .main-navigation {
        position: fixed;
    }

    .mfw {
        width: 100%;
    }

    #mobileimg {
        padding-right: 15px;
        margin-bottom: 15px;
    }

    #mobimg img {
        width: 100%;
        height: auto;
    }

    .grid [class*='col-'].pol:last-of-type {
        padding-left: 0px;
    }

    .mob {
        display: block;
    }

    #tjl {
        width: 140px;
        z-index: 6;
    }

    .visual-menu li, .audio-menu li, .about-menu li, .gotocart li {
        padding-left: 15px;
    }

    #mobmen.mob {
        display: inline-block;
        right: 15px;
		-webkit-transition: right 0.5s ease;
		-moz-transition: right 0.5s ease;
		-o-transition: right 0.5s ease;
		transition: right 0.5s ease;
    }
	.woocommerce #mobmen, .tpage-shop #mobmen {
		right: 45px;
	}
    #mobile-menu {
        display: none;
        position: fixed;
        background: #000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 4;
    }

    #mobile-menu .mob-menu li {
        display: block;
        font-size: 12vw;
        padding: 10px 0;
    }
/*	#mobile-menu .mob-menu li.shop {
		display: none !important;
	}*/
    #mobile-menu .mob-menu li a {
        color: #fff;
    }

    #mobile-menu .mob-menu {
        opacity: 1;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
    }

    .visual-grid, .audio-grid, .shop-grid {
        margin-left: auto;
    }

    .spacer {
        display: inline-block;
    }

    #grid [class*='col-'] {
        margin-bottom: 15px;
        padding-left: 15px;
    }

    #grid.visual-grid [class*='col-'] {
		margin-bottom: 20px !important;
    }

    #list .col-1-8, #list .col-1-4 {
        width: 33%;
    }
	
    #list .col-1-8.lrg, #list .col-1-4.lrg {
        width: 66%;
    }

    #list.pl .col-1-8, #list.pl .col-1-4 {
        margin-left: 0;
    }

    #list.rd .col-1-8, #list.rd .col-1-4 {
        margin-left: 0;
    }

    #info-overlay, #Label, .yearbox, #clients, #contact, #profile, .pop_title {
		font-size: 20px;
		line-height: 26px;
    }
	#news h3 {
		font-size: 26px;
		line-height: 30px;
	}
    #slideshow .slide, #vslideshow .slide {
        background-size: cover;
    }

    .pop_title {
		background: #000;
		color: #fff;
		padding: 13px;
    }
	.visual-grid .pop_title {
		padding: 14px;
    }
	.checkout-page {
		padding-top: 0px;
	}
    .visual-grid .module {
        overflow: inherit;
    }
	.checkout .col2-set .col-1, .checkout .col2-set .col-2, #order_review_heading, #order_review {
		padding: 0 6px;
	}
    #vslideshow .slide {
        width: 100%;
	    background-image: none !important;
        height: auto;
        margin-bottom: 20px;
    }
	#grid .col-1-4, #vslideshow .slide {
		opacity: 0;
		transition: opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
		-o-transition: opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
		-ms-transition: opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
		-moz-transition: opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
		-webkit-transition: opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
	}
	#grid .col-1-4.inView, #vslideshow .slide.inView {
		opacity: 1;
		overflow: hidden;
	}
    #slider.vsli, #vslideshow {
		position: relative;
		height: auto;
		padding-top: 12px;
		width: calc(100vw - 30px);
    }

    #vslideshow {
		top: auto;
		transform: none;
    }

    #vslideshow .slide img {
        display: block;
		width: 100%;
    }

    .single-visuals #foot-nav, .visuals-template-default #foot-nav, .tpage-visual #foot-nav {
		position: fixed;
		padding: 0px 15px 0px 15px;
		width: 100%;
		opacity: 1;
		z-index: 1990;
		bottom: auto;
		top: 45px;
		font-size: 14px;
    }
	
    .visuals-template-default.scrolling_mob #foot-nav, .page-template-visual.scrolling_mob #foot-nav, .single-visuals.scrolling_mob #foot-nav, .scrolling_mob .tpage-visual #foot-nav {
        opacity: 0;
    }
	
    #info-overlay {
        padding: 58px 15px 15px 15px;
    }

    #list {
        padding-top: 30px;
    }
    .fixer {
        padding-left: 0;
        width: 100%;
        top: 55px;
        z-index: 9;
        left: 0;
        padding: 0;
    }

    .fixer .img-container {
        width: 100%;
    }
	#list .rdate{
		width: 19%;
	}
	#list .col-1-4.lrg, #list .col-1-8.marquee, #list.publi .col-1-8.lrg {
		width: 40.5%;
	}
	#list .col-1-4.lrg {
		padding-right: 0;
	}
	[class*='col-'] {
		padding-right: 15px;
		margin-bottom: 15px;
	}
	#screensaver .sscontainer {
		background-size: contain;
	}
}

@media screen and (max-width: 568px) {
    .visual-grid .col-1-4 {
        width: 100%;
    }
	#mobile-menu .mob-menu li {
		font-size: 11vw;
		padding: 8px 0;
	} 
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	#mobile-menu .mob-menu li {
		font-size: 5vh;
	}
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
	#header, .popup-header, .popup-close, .sub-menu, .gotocart {
		font-size: 16px;
	}
}
@media screen and (min-width: 1500px) and (max-width: 1920px) {
	#header, .popup-header, .popup-close, .sub-menu, .gotocart {
		font-size: 21px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	body {
   		font-size: 14px;
	}
	#mobile-menu .mob-menu li {
		font-size: 5vw;
	}
	.audio-grid .col-1-4 {
		width: 33.334%;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.pop_title {
		font-size: 26px;
		line-height: 31px;
	}
	#info-overlay, #clients, #contact, #profile, #news h3 {
		font-size: 40px;
		line-height: 47px;
	}
	.visual-grid, .audio-grid, .shop-grid {
		margin-left: -5px;
	}
	#grid.visual-grid [class*='col-'], #grid.audio-grid [class*='col-'], #grid.shop-grid [class*='col-']  {
		margin-bottom: 20px !important;
		padding-left: 20px;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	.audio-grid .col-1-4 {
		width: 33.334%;
	}
}
#screensaver {
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	position: fixed;
	top: 0;
    opacity: 0.8;
}

#screensaver .sscontainer {
	top: 0;
	position: absolute;
	height: 100%;
	background-repeat: repeat-y;
	width: 100%;
    background-size: cover;
	background-position: center 0;
}



#screensaver .sscontainer svg {
	width: 100%;
}
.home #screensaver {
	display: none !important;
}


body.screensaver #screensaver .sscontainer {
	
	  -webkit-animation:80s scroll infinite linear;
  -moz-animation:80s scroll infinite linear;
  -o-animation:80s scroll infinite linear;
  -ms-animation:80s scroll infinite linear;
  animation:80s scroll infinite linear;
}

@-webkit-keyframes scroll{
  100%{
    background-position:center -3000px;
  }
}

@-moz-keyframes scroll{
  100%{
    background-position:center -3000px;
  }
}

@-o-keyframes scroll{
  100%{
    background-position:center -3000px;
  }
}

@-ms-keyframes scroll{
  100%{
    background-position:center -3000px;
  }
}

@keyframes scroll{
  100%{
    background-position:center -3000px;
  }
}


#screensaver svg path, #screensaver svg polygon {
	fill:#f00;
}





/*@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
    .popup {
        -webkit-transform: translateZ(1999px)
    }
    body.popup-visible{
        -webkit-transform: translateZ(0)
    }
}*/