/* Theme Name: golbamusic */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
::-moz-selection {
	background:#000;
	color:#fff;
	text-shadow:none;
}

::selection {
	background:#000;
	color:#fff;
	text-shadow:none;
}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

.post .center{
	width: 36.25rem;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Styl */

body {font-family: 'Work Sans', sans-serif;margin: 0;padding: 0 1.500em 0 0.625em;}

.content {
    font-size: 0.875em;
    line-height: 1.2em;
    font-weight: lighter;
    margin: auto 0 auto auto;
}
p {
    margin: 1.2em 0;
}
.content a, strong {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.content small a {
	font-weight: inherit;
}
.content small {
	font-size: .714285714286em;
}
.content a:hover {
    text-decoration: underline;
}
.content ul, .content ol {

}
.content li {
	display: list-item;
}
#intro .content {
    font-size: 1.375em;
    line-height: 1.273em;
    text-align: right;
    max-width: 24.545em;
}

#intro .center {
    width: 35rem;
}

h1.hide, h2.hide {
    display: none;
}

header, nav {
    position: fixed;
    top: 50%;
    height: 25.000em;
    max-height: 100%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 19.375em;
    max-width: 39.0625%;
    text-align: right;
    box-sizing: border-box;
    -webkit-transition: all .1s cubic-bezier(0.39, 0.43, 0.41, 0.43);
            transition: all .1s cubic-bezier(0.39, 0.43, 0.41, 0.43);
    text-align: center;
}

a.logo img {-webkit-transition: opacity .3s linear;transition: opacity .3s linear;}

.small-logo a.logo img {
    opacity: 0;
}

.small-logo a.logo:hover img {
    opacity: 1;
}
header {
    height: 21.000em;
    z-index: 3;
}

a.logo {
    width: 16.625rem;
    display: block;
    -webkit-transition: all .1s ease-in;
            transition: all .1s ease-in;
    margin-right: 0;
    text-align: center;
    margin: 0 0 0 auto;
    float: right;
    position: relative;
}

a.logo:before {
    content: '';
    width: 100%;
    height: 1.9375rem;
    display: block;
    background-origin: content-box;
    background-repeat: no-repeat;
    position: absolute;
    background-position: right top;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    padding: 0 0.625em;
    box-sizing: border-box;
    max-width: 18.5rem;
    margin: 0 auto;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
}

.small-logo a.logo:before {
    opacity: 1;
}

.small-logo a.logo:hover:before {
    opacity: 0;
}

nav#menu {
    z-index: 2;
}

nav#menu > div {
    -webkit-transition: all .1s ease-in;
            transition: all .1s ease-in;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
}

nav#menu a {
    font-size: 0.563em;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

nav ul {
    display: block;
    padding: 0 2.125rem 0 1.5625rem;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0.75rem;
    width: 20.75rem;
    position: relative;
}

nav ul span {
    display: block;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    display: none;
}

.content {
    max-width: 18.75rem;
    padding: 0 .625rem;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.center {
    width: 20rem;
}

.center {
    height: 100vh;
    margin: 0 0 0 auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: table;
    table-layout: fixed;
    max-width: 100%;
    padding: 6.25rem 0;
    box-sizing: border-box;
}

footer .center {
    height: auto;
}

body, html {
    height: 100%;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
    display: inline-block;
    text-align: center;
    width: 100%;
}
body {
    max-width: 60.000em;    
}

body > section, body > footer {
    min-height: 100%;
    max-width: 44.375em;
    text-align:left;
    z-index: 0;
}

body > footer {
    min-height: 0;
}

section#intro {
    max-width: 54.375em;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* Player */
#glb_container {
    background: #000;
    color: #fff;
    min-height: 100vh;
    max-width: 14.813em;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
    z-index: 4;
}

.player-overflow {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 2.938em 1.875em 2.938em 0;
    box-sizing: border-box;
}

#glb_container:before {
    width: 0;
    position: absolute;
    left: 0;
    display: block;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}

a#show-player {
    display: block;
    width: 1.625rem;
    background: url(img/player.svg) center .375rem no-repeat #000;
    background-size: .75rem 1.375rem;
    position: absolute;
    top: 0;
    left: -1.625rem;
    cursor: pointer;
    background-color: #000;
    z-index: 2;
    bottom: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    -webkit-transition: left .3s linear;
            transition: left .3s linear;
}
.no-svg a#show-player {
    background: url(img/player.png) center center no-repeat;
}
.show-player-auto a#show-player, .show-player a#show-player {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
        transform: scaleX(1);
}
#teksty {
    clear: both;*/;
    padding-top: 2.375em;
}

#glb_container ul {
    padding: 0;
    margin:  0;
}

#okladki {
    height: 8.250em;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-perspective: 31.250em;
            perspective: 31.250em;
    width: 8.250em;
}
#okladki > div {
    display: block;
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
}
.csstransitions.preserve3d #okladki > div  {
    -webkit-transform: rotateY( 360deg ) translateZ( .125rem );
    transform: rotateY( 360deg ) translateZ( .125rem );
    -webkit-transition: 
    -webkit-transform .3s cubic-bezier(0.98, 0.1, 0.35, 0.74);
    transition: transform .3s cubic-bezier(0.98, 0.1, 0.35, 0.74);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.csstransitions.preserve3d #okladki > div.rotate {-webkit-transform: rotateY( 180deg ) translateZ( .125rem );transform: rotateY( 180deg ) translateZ( .125rem ); }

#okladki img, #okladki > div:before, #okladki > div:after {
    height: 8.250em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4.125em;
    margin-left: -4.125em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: initial;
            transition: initial;
}

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

.csstransitions.preserve3d #okladki > div:before, .csstransitions.preserve3dÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â #okladki > div:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 0.500em;
    margin-left: -0.250em;
    -webkit-backface-visibility: initial;
            backface-visibility: initial;
}

.csstransitions.preserve3d #okladki img.front, .csstransitions.preserve3d #okladki .rotate img.back {-webkit-transform: rotateY(  360deg ) translateZ( .125rem );transform: rotateY(  360deg ) translateZ( .125rem ) perspective(12.5rem);z-index: 2;}
.csstransitions.preserve3d #okladki img.back, .csstransitions.preserve3d #okladki .rotate img.front {-webkit-transform: rotateY(  180deg ) translateZ( .125rem );transform: rotateY(  180deg ) translateZ( .125rem ) perspective(12.5rem);z-index: 2;}
.no-csstransitions #okladki img,
.no-preserve3d #okladki img {z-index: -1;}
.no-csstransitions #okladki img.front,
.no-preserve3d #okladki img.front {display: block; z-index: 1;}

.csstransitions.preserve3d #okladki > div:before {/* right */
    -webkit-transform: translateZ( -4.125em ) rotateY(  -90deg );
            transform: translateZ( -4.125em ) rotateY(  -90deg );
    margin-left: -0.250em;
    -webkit-transform-origin: 0.250em 4.125em 4.125em;
        -ms-transform-origin: 0.250em 4.125em 4.125em;
            transform-origin: 0.250em 4.125em 4.125em;
    background: #fff;
}
.csstransitions.preserve3d #okladki > div:after {/* left */
    -webkit-transform: translateZ( -4.125em ) rotateY(   90deg );
            transform: translateZ( -4.125em ) rotateY(   90deg );
    -webkit-transform-origin: 0.250em 4.125em 4.125em;
        -ms-transform-origin: 0.250em 4.125em 4.125em;
            transform-origin: 0.250em 4.125em 4.125em;
    -webkit-backface-visibility: inherit;
            backface-visibility: inherit;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

#glb_container a {
    color: #fff;
    text-decoration: none;
}

a.jp-pause {background: url(img/player_pauza.svg) center center no-repeat; background-size: 2.625rem 2.625rem}
.no-svg a.jp-pause {background: url(img/player_pauza.png) center center no-repeat;}

a.jp-prev {background: url(img/player_back.svg) center center no-repeat; background-size: 2.625rem 2.625rem}
.no-svg a.jp-prev {background: url(img/player_back.png) center center no-repeat;}

a.jp-next {background: url(img/player_forward.svg) center center no-repeat; background-size: 2.625rem 2.625rem}
.no-svg a.jp-next {background: url(img/player_forward.png) center center no-repeat;}

a.jp-play {background: url(img/player_play.svg) center center no-repeat; background-size: 2.625rem 2.625rem}
.no-svg a.jp-play {background: url(img/player_play.png) center center no-repeat;}

#controls a {
    width: 2.750em;
    height: 2.750em;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 1.750em 0.438em;
}
li {
    display: block;
    padding: 0;
    margin: 0;
}

nav li {
    display: inline-block;
    padding-right: 1.2em;
}

nav li:last-child {
    padding-right: 0em;
}

#teksty ul {
    width: 100%;
    float: left;
    margin-right: -100%;
    -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear;
    text-align: left;
}

#teksty ul:first-child {
    display: block;
}
#glb_container a, #glb_container li {
    display: inline-block;
}

#playlist li {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-weight: lighter;
    font-size: 0.750em;
    line-height: 1.125em;
}

#playlist a {
    width: 100%;
}

#playlist a span {
    position: relative;
}
#playlist a.current {
    font-weight: bold;
}
#teksty li {
    border-bottom: 1px solid #fff;
    width: 100%;
    line-height: .875rem;
    font-size: 0.625em;
    box-sizing: border-box;
    padding: .25rem 0 .25rem 3.750em;
}

#teksty li span {
    min-width: 3.750em;
    display: inline-block;
    margin-left: -3.750em;
}
ul#playlist {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0.813em 0.250em;
    text-align: left;
}
#controls {
    text-align: center;
}
#infooutworach {
    position: relative;
    -webkit-perspective: 62.5rem;
            perspective: 62.5rem;
    padding-top: 2.375em;
    border-top: 1px solid #fff;
    text-align: center;
}

.csstransforms #glb_container,
.csstransforms .hide-player #glb_container {-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);}
.csstransforms .show-player-auto #glb_container,
.csstransforms .show-player #glb_container {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}

.no-csstransforms #glb_container,
.no-csstransforms .hide-player #glb_container {right: -14.8125rem;}
.no-csstransforms .show-player-auto #glb_container,
.no-csstransforms .show-player #glb_container {right: 0;}

.social a {padding: 0 .9375rem; display:inline-block;background-origin:content-box;vertical-align: bottom;height: 1.25rem;}

.facebook {background: url(img/facebook.svg) center center no-repeat; background-size: .375rem auto; width: .375rem; }
.no-svg .facebook {background: url(img/facebook.png) center center no-repeat;}

.linkedin {background: url(img/linkedin.svg) center center no-repeat; background-size: .875rem auto; width: .9375rem;}
.no-svg .linkedin {background: url(img/linkedin.png) center center no-repeat; }

.youtube {background: url(img/youtube.svg) center center no-repeat; background-size: .6875rem auto; width: .75rem; }
.no-svg .youtube {background: url(img/youtube.png) center center no-repeat; }

.spotify {background: url(img/spotify.svg) center center no-repeat; background-size: 1.25rem auto; width: 1.25rem; }
.no-svg .spotify {background: url(img/spotify.png) center center no-repeat; }

.social a:first-of-type {padding: 0 .375rem 0 .5625rem;}

.social {
    margin-top: 2.4em;
}
.social .spotify {padding: 0 .75rem 0 .125rem; }
.social a.youtube {padding-left:.4375rem;}
.social a:hover {opacity: .5}

.hearit {display: none;}

.loading-player .spinner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: .625rem;
  display: block;
  position: absolute;
  z-index: 999;
  padding: 3.0625rem 0;
  box-sizing: border-box;
}

.loading-player .spinner > div {
  background-color: #fff;
  height: 100%;
  width: .375rem;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.loading-player .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading-player .spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loading-player .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading-player .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


footer a {
    color: #000;
    text-decoration: none;
    font-size: .4375rem;
    line-height: .75rem;
    padding: 1.0625rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.07em;
}

form.shortcode_wysija > span,
.mailpoet_paragraph:first-of-type > span {
	font-weight: bold;
	margin-bottom: 2.4em;
	text-align: center;
	display: block;
}
form.shortcode_wysija input[type="text"],
.mailpoet_form input[type="email"] {
	border: none;
	border-bottom: 1px solid #999999;
	display: block;
	width: 100%!important;
	line-height: inherit;
	font-size: inherit;
	font-family: inherit;
	text-align: center;
	float: none;
	-webkit-appearance: none;
	padding-bottom: .1875rem;
	margin-bottom: 3rem;
}

.formError ~ input[type="text"],
input[type="email"].parsley-error,
.mailpoet_form .parsley-required,
.mailpoet_form .parsley-custom-error-message {
	color: #ff9696;
	background: none;
	border-color: #ff9696;
}
@media (min-width: 75em) {
	.mailpoet_paragraph {
		position: relative;
	}
	.parsley-errors-list {
		position: absolute;
		top: 0;
		left: calc(100% + 1.25rem);
		width: 18.75rem;
		margin: inherit;
		padding-left: 1.25rem;
		font-size: .714285714286em;
		line-height: 1.2em
	}
	.consent-text {
		margin-top: .1875rem;
	}
}


.wysija-checkbox-label,
.mailpoet_checkbox_label {
	padding-left: 1.375rem;
	position: absolute;
}
#mailpoet_form_1 .mailpoet_paragraph {
	position: relative;
}
.consent-text {
	padding-left: 1.375rem;
}
.consent-text > * {
	font-size: .714285714286em;
	line-height: 1.2em
}
.consent-text li {
	display: block;
	list-style: none;
}
.consent-text ul {
	padding: 0;
	margin: 0;
}
.wysija-checkbox-label input[type="checkbox"],
.mailpoet_checkbox_label input[type="checkbox"] {
	position: absolute;
	left: -1.375rem;
	width: .625rem;
	height: .625rem;
	margin: 0;
	padding: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	position: relative;
	display: inline-block;
	top: -.25rem;
}
form.shortcode_wysija input[type=checkbox]:after,
.mailpoet_form input[type=checkbox]:after {
    content: "";
    width: .5rem;
    height: .5rem;   
    border: 1px solid #e4e3e3;
    margin: 0;
    vertical-align: top;
    display: inline-block;
}
.parsley-error input[type=checkbox]:after {
	border-color: #ff9696;
}

@media (max-width: 75em) {

	.mailpoet_form input[type="email"] ~ .parsley-errors-list.filled {
		margin-top: -2rem;
	}
	.parsley-errors-list.filled {
		padding-left: 1.375rem;
	}

}
form.shortcode_wysija input[type=checkbox]:checked:before,
.mailpoet_form input[type=checkbox]:checked:before {
    content: '\2713';
    position:absolute;
    line-height: 1em;
    font-size: .6875rem;
    text-align: center;
    width: 100%;
}
form.shortcode_wysija input[type="submit"],
.mailpoet_form input[type="submit"] {
	display: block;
	border: none;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 100%;
	line-height: 1.625rem;
	margin-top: 2.375rem;
	font-size: .5625rem;
	text-transform: uppercase;
}
.formError .formErrorContent {
    background: transparent;
    border: none;
    color: #ff9696;
    font-family: inherit;
    font-size: .714285714286em;
    padding: 0 .625rem;
}

.playlist{
	margin-top: .625rem;
}

.song-title{
	width: 20.6875rem; 
	margin-right: 1px; 
	float: left; 
	text-align: left; 
	background: #222222; 
	margin-right: 1px; 
	height: 1.25rem; 
	color: white; 
	padding: .4375rem 0 .1875rem .5rem;
}

.song-player{
	width: 11.25rem; 
	margin-right: 1px; 
	float: left;
}

.song-download{
	width: 1.875rem; 
	float: left;
}

@media (min-width: 46.9375em){
	body{
		overflow:auto;
	}
	body::-webkit-scrollbar { 
		display: none; 
	}
	.newsletter{
		/* display: none; */
	}
}
@media (max-width: 46.875rem){
	.newsletter{
		display: none;
	}
}
/* END OF BE STYLES */

@media only screen and (max-width:46.875rem) {
    body {padding: 0 .625rem;}
    header, nav {
        width: 61.0625rem;
        -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
                transform: translate(0,0);
        max-width: 100%;
        text-align: center;
    }
    a.logo {
        width: 100%;
    }

    a.logo img {
        padding: 0 1.5625rem;
    }

    .small-logo a.logo img {
        opacity: 1;
    }
    a.logo:before {
        background-position: left top;
        padding: 0 1.5625rem;
        max-width: 18.5rem;
    }

    .small-logo a.logo:before {
        opacity: 0;
    }
    .hide-intro, .hide-intro a {
        transition: all .2s ease-in;
    }
    .hide-menu-logo .hide-intro {
        padding-right: 0;
    }
    .hide-menu-logo .hide-intro a {
        width:0;
    }
    header {
        top: 0%;
        height: 3.9375rem;
        padding-top: 1.0625rem;
        margin-left: -.625rem;
        position: absolute;
    }
    nav {
        top: auto;
        height: 1.875rem;
        bottom: 0;
        height: auto;
    }
    nav .container {
        background-color: #fff;
        border-top: 1px solid #000;
    }
    nav#menu {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 5;
    }
    .show-player nav#menu {
        z-index: 9;
    }
    nav#menu ul {
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: .75rem;
        padding-top: .625rem;
    }
    nav ul span {
        bottom: .5rem;
    }
    #intro .center {
        width: 20rem;
        max-width: 100%;
    }
    .content {
        box-sizing: border-box;
        padding: 0 .9375rem;
    }

    #intro .content {
        font-size: 0.875em;
    }
    nav li a {
        display: inline-block;
        /* -webkit-transition: color .3s linear; */
        /* transition: color .3s linear; */
        vertical-align: middle;
    }

    a.intro {
        width: 1.125rem;
        height: .875rem;
        background-image: url(img/logo-nav.svg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .no-svg a.intro {
        background-image: url(img/logo-nav.png);
    }
    .center {
        margin: auto;
    }
    .hearit {
        display: block;
        text-align: right;
        padding-right:1.6875rem;
        background: url(img/hearit.svg) right center no-repeat;
        line-height: 1.625rem;
        margin-top: 1.75rem;
     }
     .no-svg .hearit {
         background: url(img/hearit.png) right center no-repeat;
     }

    .csstransforms .show-player-auto #glb_container  {-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);}
    .no-csstransforms .show-player-auto #glb_container {right: 100%;}

    .csstransforms .show-player #glb_container {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}

    .show-player a#show-player {/* left: 0; */}
    .csstransforms #glb_container, .csstransforms .hide-player #glb_container {-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);}

    .no-csstransforms .show-player #glb_container {right: 0;}
    .no-csstransforms #glb_container, .no-csstransforms .hide-player #glb_container {right: -14.8125rem;}
}
@media only screen and (max-width: 46.875rem) and (orientation: landscape), 
only screen and (max-width: 33.125rem) {
    nav#menu {
        z-index: 9;
        /* transition: z-index .3s linear; */
    }
    .show-player nav#menu a {
        /* color: #fff; */
    }

    .show-player nav ul span {
        background: #fff;
    }
}
@media only screen and (max-width: 33.125em) {
    a#show-player {
        width: .75rem;
        background: url(img/player-maly.svg) center .3125rem no-repeat #000;
        background-size: .5rem auto;
        left: -.75rem;
    }

    .show-player a#show-player {
        left: 0;
    }

    .show-player a#show-player {
        left: .75rem;
    }

    .player-overflow {
        padding: 2.938em 2.875rem;
    }

    #glb_container {
        max-width: 100%;
    }

    .show-player #glb_container:before {
        width: .625rem;
        opacity: 0;
    }
}
@media only screen and (max-width: 33.125em) and (orientation: landscape) {
    .show-player a#show-player {
        left: .1875rem;
    }
}
@media only screen and (max-width: 46.875em) and (orientation: landscape) {
    .show-player #glb_container:before {
        width: 100%;
        height: .75rem;
        left: 0;
        bottom:initial;
        z-index:3;
        opacity: 1;
    }
    .show-player a#show-player {
        left: 0;
    }
    #glb_container {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display: flex;
        max-width: initial;
    }
    #okladki, ul#playlist, #teksty li, #infooutworach {
        border-top: 0;
        border-bottom: 0;
    }
    ul#playlist {text-align: right;}
    #controls a {margin-top: 2.5rem;}
    #glb_container > div {
        float:left;
        box-sizing: border-box;
    }

    .player-overflow {
        padding-bottom: 1.25rem;
        padding-left: 1.875rem;
    }
    .main_player {
        width: 50%;
        padding-right: 2.0625rem;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        float: left;
    }
    #infooutworach {
        width: 50%;
        padding-left: 1.625rem;
    }
    #infooutworach { text-align: left; padding-top: .9375rem;box-sizing: border-box;float: left;}

    #teksty { padding-top: .9375rem;}
    #okladki {width: 2.75rem; height: 2.75rem;}
    #okladki img, #okladki > div:before, #okladki > div:after {
        height: 2.75rem;
        margin-top: -1.375rem;
        margin-left: -1.375rem;
    }
    .csstransitions.preserve3d #okladki > div:after {
        -webkit-transform: translateZ( -1.375rem ) rotateY( 90deg );
                transform: translateZ( -1.375rem ) rotateY( 90deg );
        -webkit-transform-origin: .25rem 1.375rem 1.375rem;
            -ms-transform-origin: .25rem 1.375rem 1.375rem;
                transform-origin: .25rem 1.375rem 1.375rem;
    }
    .csstransitions.preserve3d #okladki > div:before {
        -webkit-transform: translateZ( -1.375rem ) rotateY( -90deg );
                transform: translateZ( -1.375rem ) rotateY( -90deg );
        -webkit-transform-origin: .25rem 0 1.375rem;
            -ms-transform-origin: .25rem 0 1.375rem;
                transform-origin: .25rem 0 1.375rem;
    }
    .csstransitions.preserve3d #okladki > div:before, #okladki > div:after {
        margin-left: -.25rem;
    }
}
@media only screen and (max-width: 20em) {
    #intro .center, .center {
        width: 100%;
    }
}
@media (min-width: 87.5em) {
	html {
		font-size: 1.25em;
	}
}
@media (min-width: 118.125em) {
	html {
		font-size: 1.5em;
	}
}