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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.toolbar-drawer { padding-top: 0!important; }

html { overflow-y: scroll; }
body {
  background: #E0E0E0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #313131;
  font-size: 62.5%;
  line-height: 1;
}

::selection { background: #a4dcec; }
::-moz-selection { background: #a4dcec; }
::-webkit-selection { background: #a4dcec; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}

br { display: block; line-height: 2.2em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img {border: 0;max-width: 100%;}

#topbar {
  background: #4f4a41;
  padding: 10px 0 10px 0;
  text-align: center;
  height: 36px;
  overflow: hidden;
}
#topbar a {
  color: #fff;
  font-size:1.3em;
  line-height: 1.25em;
  text-decoration: none;
  opacity: 0.5;
  font-weight: bold;
}
#topbar a:hover {
  opacity: 1;
}

/** typography **/
h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  padding: .1em 0;
  color: #444;
	position: relative;
	overflow: hidden;
	white-space: normal;
	text-align: center;
}
h1:before,
h1:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #616161;
}
h1:before {
  left: -.5em;
  margin: 0 0 0 -50%;
}
h1:after {    
  left: .5em;
  margin: 0 -50% 0 0;
}
h1 > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}


h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  line-height: 1.4em;
  letter-spacing: normal;
  margin-bottom: 20px;
  padding: .1em 0;
  color: #444;
	position: relative;
	white-space: normal;
	overflow: hidden;
	text-align: center;
}

p {
  display: block;
  margin-bottom: 22px;
}

a { color: #5a9352; text-decoration: none; }
a:hover { text-decoration: underline; }

.center { display: block; text-align: center; }

/** page structure **/
#w {
  display: block;
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 45px;
}

#content {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}


/** audio player styles **/
.audio-player, .audio-player div, .audio-player h2, .audio-player a, .audio-player span, .audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

div.audio-player {
  position: relative;
  display:block;
  width: 90%;
  height: 15px;
  float:left;
/*  background: #0194f0;
  background: -webkit-linear-gradient(top, #0194f0 0%, #015184 100%);
  background: -moz-linear-gradient(top, #0194f0 0%, #015184 100%);
  background: -o-linear-gradient(top, #0194f0 0%, #015184 100%);
  background: -ms-linear-gradient(top, #0194f0 0%, #015184 100%);
  background: linear-gradient(top, #0194f0 0%, #015184 100%);
  */
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
/*  opacity: 0.7;
filter: alpha(opacity=70);*/

}
.audio-player h2 {
  position: relative;
  display:block;
  bottom: 15px;
  width: auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

/* play/pause control */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  position: absolute;
  text-indent: -9999px;
}

.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
  width: 34px;
  height: 34px;
  top: -12px;
  left: 7px;
  background: transparent url('playpause.png') 0 0 no-repeat;
}
.mejs-controls .mejs-pause button { background-position: 0 -35px; }
 
 

.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
  width: 18px;
  height: 19px;
  top: -8px;
  right: 265px;
  background: transparent url('audio.png') 0 0;
}
.mejs-controls .mejs-unmute button { background-position: 0 -19px; }



.mejs-controls div.mejs-horizontal-volume-slider {
  position: relative;
  top: -20px;
  right: 285px;
  float:right;
  cursor: pointer;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 120px;
  height: 11px;
  background: #015184;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  box-shadow: inset 0px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: relative;
  width: 0;
  height: 9px;
  top: 1px;
  left: 1px;
  
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}



.mejs-controls div.mejs-time-rail { width: 380px; }
 
.mejs-controls .mejs-time-rail span {
  position: relative;
  display: block;
  width: 50%;
  height: 12px;

  cursor: pointer;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}
 
.mejs-controls .mejs-time-rail .mejs-time-total { 
  background: #fff; 
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
   opacity: 0.4;
filter: alpha(opacity=40);
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  background: #7b7d82;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  top: 0;
  left: 0;
  width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 20px;
  height: 22px;
  top: -6px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  width: 12px;
  height: 14px;
  top: -1px;
  background: url('handle-sm.png') no-repeat;
}



.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 33px;
  height: 23px;
  top: -26px;
  margin-left: -17px;
  z-index: 9999;
  background: url('time-box.png');
}
 
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 33px;
  display: block;
  left: 0;
  top: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666;
  text-align: center;
  z-index: 9999;
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {/* display: inline-block; */}
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.lista_odc_tytul_pozycja{
  text-align:center
}

.lista_odc_tytul_data{
width:160px;
display: none;
position:relative;
bottom:10px;
float:right;
}
.field-name-field-okladka img{
width:350px;
height:495px;
}
.node-anime > p{
position:relative;
float:right;
}

.field-name-comment-body { width:auto!important; border:0!important; }
.field-name-comment-body .field-items { width:auto!important; border:0!important; }

@media (max-width: 767px){
	.field-name-field-okladka img{
/*	display: none; */
    max-width: 80%;
    height:auto
	}
	.lista_odc_tytul_pozycja{
	 font-size:12px;
	}
	.node-anime > p{
	position:relative;
	width:100%;
	float:left;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.field-name-field-okladka img{
	width:250px;
	height:353px;
	}
	.lista_odc_tytul_pozycja{
	font-size:14px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.field-name-field-okladka img{
	width:300px;
	height:424px;
	}
	.lista_odc_tytul_pozycja{
	font-size:15px;
	}
	.node-anime > p{
	margin-top:10px;
	}
}
@media (min-width: 1200px) {
	.field-name-field-okladka img{
	width:350px;
	height:495px;
	}
	.lista_odc_tytul_pozycja{
	font-size:16px;
	}
	.node-anime > p{
	margin-top:0px;
	}
}                                                                                

@media (max-width: 767px) {

    #block-views-new-emitowane-block,
    #block-views-nowe-odcinki-block {margin: 0px -15px;background: white;border: 0;}

    #block-views-new-emitowane-block h2,    
    #block-views-nowe-odcinki-block h2 { font-size: 18px }
    
    
    .jcarousel-view--new-emitowane--block,
    .jcarousel-view--nowe-odcinki--block { width: 100%!important;  }

    .jcarousel-view--new-emitowane--block .jcarousel-item,
    .jcarousel-view--nowe-odcinki--block .jcarousel-item { width: 100%!important; height: auto!important; margin-bottom: 0px!important }
    
    .jcarousel-view--new-emitowane--block .jcarousel-item .one-item,
    .jcarousel-view--nowe-odcinki--block .jcarousel-item .one-item { height: 62px!important;   margin-top: -13px;  } 

    .jcarousel-view--new-emitowane--block .jcarousel-item img,
    .jcarousel-view--nowe-odcinki--block .jcarousel-item img { background: none!important;  float:left!important; width: 100px; height: 100px; margin-top: -20px; }
    
    .jcarousel-view--new-emitowane--block .jcarousel-item a,
    .jcarousel-view--nowe-odcinki--block .jcarousel-item a { background: none!important; top: 25px!important; text-align: left; color: #0194f0!important; margin-left: 110px; margin-top: 15px; }
        
    #block-views-new-emitowane-block .jcarousel-next,
    .jcarousel-view--nowe-odcinki--block .jcarousel-next { display: none!important }
}@media (min-width: 992px) and (max-width: 1200px) {
  div.region.region-content div[id^="rtb-ad-"] {
    transform: scale(.9) translate(-18px, 2px);
  }
}