﻿/*
Theme Name: Sizeer
Theme URI: http://sizeer.com
Description: Developed with Bootstrap 3 CSS Framework, Google MAPS API.
Version: 1.0
Author: Piotr Bogoń
Tags: sizeer, html5, bootstrap, clean
*/

@import url('css/reset.css');
@import url('css/layout.css');
@import url('css/bootstrap.min.css');

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin-ext,latin');

/* ==== Local font ==== */
@font-face {
font-family: 'Bebas Neue';
font-style: normal;
font-weight: normal;
src: local('Bebas Neue'), url('fonts/BebasNeue.woff') format('woff');
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    min-height: 100%;
    font-weight: 300;
    color: #222 !important;
    background-color: #fff;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: 500;
    position: relative;
    font-size: 16px !important;
}
html, 
body {
    margin: 0 !important;
    padding: 0 !important;
}
.clear {
    clear: both;
    width: auto;
    height: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.orange {
    color: #f4811f !important;
}
.container {
	max-width:1200px;
}
p {
    margin: 15px 0 ;
    /* font-size: 14px; */
    line-height: 22px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #282828;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    /*text-decoration: none;*/
    color: #f4811f;
}
p > a {
    color: #282828 !important;
    text-decoration: underline;
}
p > a:hover,
p > a:focus {
    color: #f4811f !important;
}


.heading {
    font-size: 16px;
}
.image-center {
    margin: 0 auto;
}
.top-slider {
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;   
}

.fb_link_bottom {
    position:fixed;
    bottom:15px;
    right:15px;
    z-index: 99999;
}
.fb_link_bottom img {
    width:50px;
    filter:drop-shadow(2px 6px 4px rgba(0,0,0,.3));
    -webkit-filter:drop-shadow(2px 6px 4px rgba(0,0,0,.3))
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (min-width:992px) {    
    .top-copy-lv {
        background: #191919 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-family: bebas neue;
        font-size: 30px;
        padding: 5px 10px;
        position: relative;
        text-align: center;
        margin-top: 19px;
        top: 0;
        -webkit-transform: translateX(40%);
                transform: translateX(40%);
    }
}

.top-nav-collapse .top-copy-lv {
    margin-top: -75px;
    top: -45px;
}


/* ********************************************************************************************************************************/
/* Bootstrap grid for 5 columns ***************************************************************************************************/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.col-xs-15 {
    width: 20% !important;
    float: left !important;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20% !important;
        float: left !important;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20% !important;
        float: left !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20% !important;
        float: left !important;
    }
}

/* ********************************************************************************************************************************/
/* Selection color ****************************************************************************************************************/
::selection { 
    background: #fa6008; 
    color: #fff;
}

/* ********************************************************************************************************************************/
/* Cookie *************************************************************************************************************************/

.navbar .cookie-info .container {
    background:none;
} 
#cookies-message-container {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;  
    background: rgba(255,255,255,1);    
    -webkit-box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.40);
    box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.40);    
    border-top: 1px solid rgba(240,240,240,1.0);    
}
.cookie-info {
    width: 100%;
    padding: 15px 15px 5px;
    color: rgba(25,25,25,1);    
    font-size: 16px;
    line-height: 20px;  
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;  
}
.top-nav-collapse #cookies-message-container {
    top: 91px;
}
.cookie-info .info {
    padding: 15px 10px 20px 40px;
}
.cookie-info a {
    text-decoration: underline;
    color: #282828;
}
.cookie-info a:hover {
    color: #f27f1e;
}
a.btn-close {
    display: block;
    background-color: #f27f1e;
    border-color: #f27f1e;
    border-radius: 2px;
    color:#fff !important;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
    padding: 10px 5px;
    margin: 15px 0;
    text-decoration: none;
}
a.btn-close:hover, 
a.btn-close:focus {
    color: rgb(40, 40, 40) !important;
    text-decoration: none; 
}

/* cookie table LT */

.cookies-table td,
.cookies-table th {
    padding: 10px;
}
.cookies-table th {
    padding-bottom: 20px;
    text-transform: uppercase;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1050px) {
    #cookies-message-container {
        top: 90px;
    }
  }
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    .cookie-info .info {
        padding: 0 0 15px 0;
        text-align: center;
    }
  }

/* ********************************************************************************************************************************/
/* Slider *************************************************************************************************************************/


#slider{
    margin-top: 125px;
}
@media (max-width: 1050px) {
    #slider{
        margin-top: 50px;
    }
}

/* ********************************************************************************************************************************/
/* Categories *********************************************************************************************************************/

#categories {
    max-width: 1920px !important;
    margin-left: auto;
    margin-right: auto;
}
#categories .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#categories .col-sm-3, 
#categories .col-sm-4, 
#categories .col-xs-6,
#categories .col-xs-12 {
    margin: 0;
    padding: 0;    
}
.man,
.woman,
.buty {
    text-align: center;
    width: 100%;
    display: block;
    background: #191919; 
    overflow: hidden;
}
.man .zoom-image,
.woman .zoom-image,
.buty .zoom-image {
    display: inline-block;
    width:    100%;
    position: relative;
    z-index: 1;
}
.man .zoom-image img,
.woman .zoom-image img,
.buty .zoom-image img {
    display: inline-block !important;
    -webkit-transition: all .2s ease-in-out; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
    transition: all .2s ease-in-out;
}
.man:hover .zoom-image img,
.woman:hover .zoom-image img,
.buty:hover .zoom-image img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
     transform:scale(1.1);
}
.man .overlay,
.woman .overlay,
.buty .overlay {
    display: block;
    background: rgba(0,0,0,0.0);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*max-height: 350px;*/
    -webkit-transition: all .2s ease-in-out; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
    transition: all .2s ease-in-out;    
}
.man:hover .overlay,
.woman:hover .overlay,
.buty:hover .overlay {
    background: rgba(0,0,0,0.4);
}
#categories .inner {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    bottom: 0px;
}
#categories .inner h2 {
    width: 100%;    
    text-transform: uppercase;
    font-family: 'Bebas Neue';
	font-size:44px;
	font-weight:normal;
    color: #fff;
    z-index: 2;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 10px;
}
#categories .inner h2:before {
  background-color: #e70000;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto 5px;
  width: 45px;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (min-width:1191px) {
    .man,
    .woman,
    .buty { 
        max-height: 350px;
    }
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:1190px) {
    .man,
    .woman,
    .buty { 
        max-height: 220px;
    }
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
    #categories .inner h2 {
        font-size:36px;
    }
    .man,
    .woman,
    .buty { 
        max-height: 180px;
    }
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    #categories .inner h2 {
        font-size:40px;
    }    
    #categories .inner .more {
      line-height: 36px;
    }
    .man,
    .woman,
    .buty { 
        max-height: 150px;
    }
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:640px) {

    #categories .col-xxs-12 {
        width: 100% !important;    
    }
    #categories .inner .more {
      line-height: 44px;
    }
    .man,
    .woman,
    .buty { 
        max-height: 250px;
    }
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:550px) {
    /*
    #categories span.inner {
      bottom: 15px;
    }   
    */
    #categories .inner .more {
        font-size:18px;
        min-width: 130px;
        line-height: 36px; 
    }    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:450px) {
    #categories .inner h2 {
        font-size:30px;
    } 
}

/* ********************************************************************************************************************************/
/* Media *********************************************************************************************************************/

#media {
    max-width: 1920px !important;
    margin-left: auto;
    margin-right: auto;
}
#media .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
}
.col-media {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
a.media-link {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
a.media-link span.zoom-image {
    display: inline-block;
    width:    100%;
    position: relative;
    z-index: 1;
    max-height: 170px !important;
}
a.media-link span.zoom-image img {
    display: inline-block !important;
    -webkit-transition: all .3s ease-in-out; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
    transition: all .3s ease-in-out;
}
a.media-link:hover span.zoom-image img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
     transform:scale(1.1);
}
a.media-link span.fb, 
a.media-link span.yt, 
a.media-link span.tw, 
a.media-link span.in, 
a.media-link span.sc,
a.media-link .roll-over {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;  
    bottom: 0px;
    -webkit-transition: all .45s ease-in-out; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */    
    transition: all .45s ease-in-out; 
}
a.media-link:hover span.roll-over {    
    bottom: -320px;
}
a.media-link .fb {
    background: url("images/fb.png") no-repeat center center;
}
a.media-link .yt {
    background: url("images/yt.png") no-repeat center center;
}
a.media-link .tw {
    background: url("images/tw.png") no-repeat center center;
}
a.media-link .in {
    background: url("images/in.png") no-repeat center center;
}
a.media-link .sc {
    background: url("images/sc.png") no-repeat center center;
}

a.media-link span.roll-over.fb {
    background: rgba(0, 69, 126, 0.5);
}
a.media-link span.roll-over.yt {
    background: rgba(230,0,4,0.5);
}
a.media-link span.roll-over.tw {
    background: rgba(28,189,240,0.5);
}
a.media-link span.roll-over.in {
    background: rgba(239, 233, 0, 0.5);
}
a.media-link span.roll-over.sc {
    background: rgba(239,233,0,0.5);
}

a.media-link span.roll-over.fb, 
a.media-link span.roll-over.yt, 
a.media-link span.roll-over.tw, 
a.media-link span.roll-over.in, 
a.media-link span.roll-over.sc {
    background-image: none;
}


/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:640px) {
    #media .col-xxs-12 {
        width: 100% !important;
    }
    #media .col-xxs-6 {
        width: 50% !important;
    }    
    #media .col-xxs-4 {
        width: 33.33333333333333% !important;
    }   
    #media .col-xxs-3 {
        width: 25% !important;
    }      
    .hidden-xxs {
        display: none !important;
    }
    a.media-link span.zoom-image {
        max-height: 120px !important;
    }   
    a.media-link .fb, 
    a.media-link .yt, 
    a.media-link .tw, 
    a.media-link .in, 
    a.media-link .sc {
        background-size: 55px 55px;
    }    
}

/* ********************************************************************************************************************************/
/* Aktualności ********************************************************************************************************************/

#news {
    margin: 50px 0 0 0;    
}

.lt-LT #news {
    /*margin-top: 0 !important;   */
    margin-bottom: 40px !important;
}
.news-box {
    max-width: 600px;
    background: #f9f9f9; 
    margin: 0 auto 20px;
}
.news-img {
    display: block;
    max-height: 225px !important;
    height: 225px!important;    
	background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-position: top center !important;	
    background-repeat: no-repeat;
}
.news-copy {
    display: block;
    padding: 25px 20px 15px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
}
.news-box h3 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 700;
  color: #282828;
    line-height: 20px;
}
.news-box a h3  {
  color: #282828;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;        
}
.news-box a:hover h3, 
.news-box a:focus h3 {
  color: #f4811f;
  text-decoration: none;
}
.news-box a {
  border: 1px solid #f1f1f1;
  display: block;
  padding: 10px;
}
.news-box a,
.news-box a:hover, 
.news-box a:focus, 
.news-box a:hover p, 
.news-box a:focus p {
    color: #282828 !important;
    text-decoration: none !important;
}
.news-box .more {
    width: 100%;
    text-align: right;
    font-size: 36px;
    color: #282828;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.news-box a:hover .more, 
.news-box a:focus .more {
    color: #f4811f;
}
ol.wp-paginate {
    list-style: none;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding-left: 75px;
}
ol.wp-paginate li {
    display: inline-block;    
}
ol.wp-paginate li a, 
ol.wp-paginate li span {
    text-align: center;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    padding: 0 5px;
}
ol.wp-paginate li a {
    color: #f4811f;
}
ol.wp-paginate li span.current, 
ol.wp-paginate li a:hover, 
ol.wp-paginate li a:focus {
    color: #282828;
}
.news-right {
    padding-top: 120px;
}
#news-page {
    margin: 0;   
    padding: 10px 0 320px;
}
#news-page .article {
    /*max-width: 600px;*/
    margin: 20px 0 0;
}
#news-page .article h2 {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    font-size: 24px;
}

#news-page .article p {
    font-weight: 300;
    margin: 15px 0 30px;
    font-size: 17px;
}
#news-page .article p a {
    font-weight: 300;
    font-size: 17px;
    color: #282828;
    text-decoration: underline;
}
#news-page .article p a:hover, 
#news-page .article p a:focus {
    color: #f4811f;
}
#news-page .news-box {
    margin-bottom: 40px;    
}
#news-page .article img {
    display: block;
    height: auto;
    width: 100%;      
}
#news-page .see-btn {
    display: inline-block;
    font-size: 30px !important;
    line-height: 59px!important;
    height: 59px;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #252228;
    padding: 0 90px 0 35px;
    background: #252228 url(images/arrow-btn.gif) no-repeat right top;
    margin: 20px auto 0;
    font-weight: 300;
    text-decoration: none!important;    
}
#news-page .see-btn:hover {
    text-decoration: none;
    background-image: url(images/arrow-btn-on.gif);
}
.owl-story {
    margin: 0 !important;
    padding: 0 !important;
}
.owl-story .owl-prev, 
.owl-story .owl-next {
    position: absolute;
    width: 48px;
    height: 47px;
    font-size: 0;
    top: 50%;
    margin-top: -23px;
}
.owl-story .owl-prev {
    left: 6px;
}
.owl-story .owl-next {
	right: 6px;
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
    #news-page {
        padding-bottom: 40px !important;
    }
    #news-page .article {
        margin-bottom: 50px;
    }  
    .right-news .news-copy {
        min-height: 200px;
    }    
    .home-news .news-copy {
        min-height: 270px;
    } 
    .news-right {
        padding-top: 0px;
    }    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    ol.wp-paginate {
        margin-top: 20px;
    }
    .right-news {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }    
    .news-copy {
        min-height: 100px !important;
        padding-bottom: 50px !important;
    }      
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:550px) {
    #news-page .col-xxs-12, 
    #news .col-xxs-12 {
        width: 100%;
    }
    .news-box {
        max-width: 100%;
    }    
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:500px) {
    ol.wp-paginate {
        padding-left: 0px;
        margin-top: 0px;
    }     
}

/* ********************************************************************************************************************************/
/* GetApp *************************************************************************************************************************/
.getapp {
	height:643px;
    position: relative;
    margin-top: 0px;   
	background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-position: center center !important;	  
    max-width: 1920px !important;
    margin-left: auto;
    margin-right: auto;    
}
#getapp-pl {
    background-image: url("images/getapp_april_2018.jpg");  
    background-position: center !important;
    margin-top:0 !important;
}
#getapp-de {
   background-image: url("images/getapp_april_2018_de.jpg");
   background-position: center !important;
   margin-top:0 !important;
}
#getapp-sk {
   background-image: url("images/getapp_april_2018_sk.jpg");
   background-position: center !important;
   margin-top:0 !important;
}
#getapp-cz {
   background-image: url("images/getapp_april_2018_cz.jpg");
   background-position: center !important;
   margin-top:0 !important;
}

/* GETAPP TYLKO POLSKA WERSJA DO CZASU TLUMACZEN !!!!!!!!!!!!!!!!!!!!!!!!*/

.getapp-pl-2-18 {
    left: 50%;
    margin-left: -550px !important;
    margin-top: 485px;
    position: absolute;
    text-align: left;
}


/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:1200px) {
  
  .getapp-pl-2-18 {
        margin-left: -420px !important;
        margin-top: 360px;
    }
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:990px) {
   
    .getapp-pl-2-18 {
        margin-top: 300px;
        margin-left: 80px !important;
        left: 0;
    }
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/



/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:800px) {
   
    .getapp-pl-2-18 {
        margin-left: 70px !important;
    }
    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
   
    .getapp-pl-2-18 {
        margin-top: 240px;
        margin-left: 85px !important;
    }
   
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:575px) {
   
   .getapp-pl-2-18 {
        margin-top: 240px;
        margin-left: 56px !important;
    }
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/



/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:400px) {
   .getapp-pl-2-18 {
        margin-top: 230px !important;
    }
}

/* GETAPP TYLKO POLSKA WERSJA DO CZASU TLUMACZEN !!!!!!!!!!!!!!!!!!!!!!!! KOOOOOONIEC*/






.getapp .apps {
  left: 50%;
  margin-left: -152px;
  margin-top: 485px;
  position: absolute;
  text-align: left;
}
.getapp .app {
    display: inline-block;    
    height: 47px;      
    margin-left: 25px;
	background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-position: center center !important;	
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0.0);
}
.getapp .app:hover,
.getapp .app:focus {
    border: 1px solid rgba(255,255,255,0.35);
}
.app.ios {
    background-image: url("images/app-ios.png"); 
    width: 145px;
}
.app.android {
    background-image: url("images/app-android.png"); 
    width: 145px;
}
.app.wp {
    background-image: url("images/app-wp.png"); 
    width: 183px;
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/
@media (max-width:1200px) {
    .getapp {
        height:480px;
    }    
    .getapp .apps {
      margin-left: -121px;
      margin-top: 360px;
    }   
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/
@media (max-width:990px) {
    .getapp {
        height:400px;
        background-position: -225px center !important;
    }
    .getapp .apps {
        margin-top: 300px;
        margin-left: 268px;
        left: 0;
    }       
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/
@media (max-width:900px) {
    .getapp {
        height:400px;
        background-position: -280px center !important;
    }
    .getapp .apps {
        margin-left: 213px;
    }       
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/
@media (max-width:800px) {
    .getapp {
        height:400px;
        background-position: -295px center !important;
    }
    .getapp .apps {
        margin-left: 220px;
    }  
    .getapp .app {
        height: 41px;
        margin: 0 10px 3px 0px !important;
        border-radius: 5px;
    }
    .app.ios, 
    .app.android {
        width: 125px;
    }
    .app.wp {
        width: 164px;
    }     
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/
@media (max-width:767px) {
    .getapp {
        height:320px;
        background-position: -215px center !important;
        margin-top: -30px;
    }
    .getapp .apps {
        margin-top: 240px;
        margin-left: 200px;
    } 
    .getapp .app {
        height: 31px;
        margin: 0 6px 3px 0px !important;
    }
    .app.ios, 
    .app.android {
        width: 95px;
    }
    .app.wp {
        width: 124px;
    }     
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/
@media (max-width:575px) {
    #getapp-pl{
        background-image: url("images/getapp_april_2018_mobile.jpg")
    }
    #getapp-de {
        background-image: url("images/getapp_april_2018_mobile_DE.jpg")
    }
     #getapp-cz {
         background-image: url("images/getapp_april_2018_mobile_CZ.jpg")
     }
      #getapp-sk {
          background-image: url("images/getapp_april_2018_mobile_SK.jpg")
      }
    .getapp {
        background-position: -400px center !important;
    }
    .getapp .apps {       
        margin-top: 240px;
        margin-left: 15px;
    } 
    .getapp .app {
        height: 41px;
        margin: 0 10px 3px 0px !important;
        border-radius: 5px;
    }
    .app.ios, 
    .app.android {
        width: 125px;
    }
    .app.wp {
        width: 164px;
    }     
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/
@media (max-width:500px) {    
    .getapp .app {
        height: 31px;
        margin: 0 6px 3px 0px !important;
    }
    .app.ios, 
    .app.android {
        width: 95px;
    }
    .app.wp {
        width: 124px;
    }    
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/
@media (max-width:400px) {
    .getapp .apps {       
        margin-top: 230px;
    }   
}




/* ********************************************************************************************************************************/
/* Club-icons ****************************************************************************************************************************/

#club-icons {
    padding: 40px 0 60px;
    background: #f9f9f9;
    max-width: 1920px !important;
    margin-left: auto;
    margin-right: auto;    
}
.ico {
    height: 260px;
}
.ico-1-pl {
    background: url("images/ico-1-pl.png") no-repeat center center;
}
.ico-2-pl {
    background: url("images/ico-2-pl.png") no-repeat center center;
}
.ico-3-pl {
    background: url("images/ico-3-pl.png") no-repeat center center;
}
.ico-1-de {
    background: url("images/ico-1-de.png") no-repeat center center;
}
.ico-2-de {
    background: url("images/ico-2-de.png") no-repeat center center;
}
.ico-3-de {
    background: url("images/ico-3-de.png") no-repeat center center;
}
.ico-1-cz {
    background: url("images/ico-1-cz.png") no-repeat center center;
}
.ico-2-cz {
    background: url("images/ico-2-cz.png") no-repeat center center;
}
.ico-3-cz {
    background: url("images/ico-3-cz.png") no-repeat center center;
}
.ico-1-sk {
    background: url("images/ico-1-sk.png") no-repeat center center;
}
.ico-2-sk {
    background: url("images/ico-2-sk.png") no-repeat center center;
}
.ico-3-sk {
    background: url("images/ico-3-sk.png") no-repeat center center;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:550px) {

    #club-icons .col-xxs-12 {
        width: 100% !important;    
    }
}

/* ********************************************************************************************************************************/
/* Map ****************************************************************************************************************************/

#mapa {
    max-width: 1920px !important;
    margin-left: auto;
    margin-right: auto;
}
#map{ 
	width:100%; 
	height:450px;
	border:solid #fff; 
	border-width:1px 0;
	z-index:1;
}
.map-container {
    /* padding-bottom: 280px; */
}

.sklep-details {
    font-family: "Open Sans Condensed",sans-serif !important;
    font-weight: normal !important;
    font-size: 14px;
    padding: 15px 0 15px 23px;
}
.sklep-details .row {
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
}
.sklep-details .left, 
.sklep-details .right {
    float: left;
    /*height: 28px;*/
    line-height: 28px;    
}
.sklep-details .left {
    min-width: 100px;
    padding: 0 5px 0 10px;
}
.sklep-details .right {
    min-width: 175px;
    padding-right: 10px;
}
.sklep-details .full {
    min-width: 275px !important;
}
.sklep-details .row-bg .left,
.sklep-details .row-bg .right {
    background: #eee;
}

.row-bg {
  background: #eee !important;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
    .map-container {
        padding-bottom: 0px;
    }    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {    
    #map{ 
        height:400px;
    }    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:450px) {    
    #map{ 
        height:325px;
    }    
}

/* ********************************************************************************************************************************/
/* Footer *************************************************************************************************************************/

footer {
    background: #191919;
    padding: 30px 0 10px;    
    width: 100%;
    position: static;
    bottom: 0;
    z-index: 1;
}
.home footer {
    position: static !important;
}
.container.copyright {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.7);
    padding-top: 10px;
    font-size: 12px;
    font-weight: 700;
}
.container.copyright a {
    color: rgba(255,255,255,0.7);
    text-transform: none;
}
.container.copyright a:hover,
.container.copyright a:focus {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}
.widget {
    margin-bottom: 20px;
}
h3.widgetheading {
  color: #ededed;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
ul.link-list {
    min-width: 20%;
    margin-bottom: 30px;
}
ul.link-list.multilist {
    float: left;
}
ul.link-list li {
    line-height: 28px;
}
ul.link-list a {
    font-size: 13px;
    color: #ededed;
    font-weight: 700;
}
ul.link-list a:hover,
ul.link-list a:focus {
    color: #f4811f;
}
.clear-list {
    clear: both;
    display: none;
}
.widget-inactive .link-list a {
    color: #393939;
}
.widget-inactive ul.link-list a:hover,
.widget-inactive ul.link-list a:focus {
    color: #393939;
    text-decoration: none;
}
.widget-inactive h3.widgetheading {
  color: #393939;
}

.app-footer {
    display: none;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {    
    ul.link-list.single {
        margin-bottom: 50px;
    }
    footer {
        position: static !important;
    }    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    
    ul.link-list.multilist {
        width: 50%;
    }
    .clear-list {
        display: block;
    }    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:450px) {
    
    ul.link-list.multilist {
        float: none;
        width: auto;
    }
    .clear-list {
        display: none;
    }
}

/* ********************************************************************************************************************************/
/* Pages **************************************************************************************************************************/

#pages {
    padding: 130px 0 330px 0;
}
#pages h2,
#club h2 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.5px;
}
#pages .subtitle,
#club .subtitle {
    font-size: 15px;
    font-weight: 700;
}
#pages p,
#club p,
#fullscreen p {
    margin: 15px 0;
}

#pages ol li a, 
#pages p a,
#fullscreen ol li a,
#fullscreen p a {
    text-decoration: underline;
    color: #282828 !important;
}
#pages ol li a,
#fullscreen ol li a {
    font-size: 14px;
    font-weight: 700;
}
#pages ol li a:hover,
#pages ol li a:focus,
#pages p a:hover,
#pages p a:focus,
#fullscreen ol li a:hover,
#fullscreen ol li a:focus, 
#fullscreen p a:hover, 
#fullscreen p a:focus {
    color: #f4811f !important;
}
#pages img,
#fullscreen img {
    display: block;
    height: auto;
    max-width: 100%;    
}
#pages ol,
#fullscreen ol {
    margin-top:30px;
    line-height: 22px;
    padding-left: 15px;
    list-style: inherit none none !important;
}
#pages ol li,
#fullscreen ol li {
    margin-bottom: 15px;
}
#pages ol.sublist,
#fullscreen ol.sublist {
    margin: 10px 0;
    padding-left: 30px;
}
#pages ol.sublist li,
#fullscreen ol.sublist li {
    margin-bottom: 5px;
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1050px) {
    #pages,
    #news-page {
        padding-top: 95px;
    }    
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
    #pages {
        padding-bottom: 30px !important;
    }    
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
    #pages, 
    #news-page {
        padding-top: 55px;
    }   
}

/* ********************************************************************************************************************************/
/* App popup **********************************************************************************************************************/

 .instal-app { 
    padding: 25px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
 }
 .instal-app .inner { 
    border: 2px solid rgba(0,0,0,0.95);
    background: rgba(255,255,255,0.95); 
    padding: 15px;
    text-align: center;
    width: 100%; 
    height: 100%;
 }
 .instal-app a.app-link {
    color: #000000;
    font-family: 'Bebas Neue';
    font-size: 42px;
    line-height: 42px;
    display: block;
    margin-top: 70px;
 }
 .instal-app a.app-link:hover {
    color: #f4811f;
    text-decoration: none;
 }
.instal-app .img-download {
    margin: 10px auto 25px !important;
    max-width: 200px !important;
 }
 .instal-app a.no-link {
     position: absolute;
     top: 35px;
     right: 35px;
 }
 .instal-app a.no-link:hover {
    color: #757575;
    text-decoration: none;
 }
.instal-app .img-close {
    margin: 10px;
 }

/* ********************************************************************************************************************************/
/* Breadcrumbs ********************************************************************************************************************/

#breadcrumbs {
}
.ib-trail ul li {
    float: left;
}
#breadcrumbs .menu-item a {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 10px;
    /* letter-spacing: 0.5px; */
    text-decoration: none !important;
    text-transform: uppercase;
    color: #7b7b7b !important;
    font-weight: 500;
}
#breadcrumbs .menu-item a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    font-size: 12px;
    margin: 0 7px;
    color: #f4811f !important;
}
#breadcrumbs .menu-item-home a:before {
    content: none;
    margin: 0;
}
#breadcrumbs .menu-item-object-category {
    display: none !important;
    visibility: hidden !important;
}
#breadcrumbs .current-menu-item a {
    cursor: text;
}
#breadcrumbs .menu-item {
    display: none;
}
#breadcrumbs .menu-item-object-page, 
#breadcrumbs .menu-item-object-post, 
#breadcrumbs .menu-item-home {
    display: block;
}

/* ********************************************************************************************************************************/
/* General sections ***************************************************************************************************************/


#about,
#music,
#magazyn,
#club,
#salony {
    padding: 125px 0 350px 0;
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;     
}
#about .container,
#music .container,
#magazyn .container,
#club .container,
#salony .container {
    width: 100% !important;
}
#about .container,
#magazyn .container,
#club .container {
    max-width: 1170px !important;
}
#music .container {
    max-width: 1400px !important;
}
#about .subtitle,
#music .subtitle, 
#magazyn .subtitle {
  font-size: 17px;
}
#about a,
#music a,
#magazyn a {
    color: #282828!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: underline;
}
#about a:hover,
#about a:focus,
#magazyn a:hover, 
#magazyn a:focus {
    color: #f4811f !important;
}

.music-banner,
.about-banner,
.magazyn-banner,
.salony-banner, 
.about-banner-social,
.regulamin-banner {
    width: 100% !important;
    max-width: 100% !important;
	background-position: top center !important;	
    background-repeat: no-repeat;
    color: #fff;    
    /* margin-bottom: 20px; */
}
.about-banner,
.music-banner,
.magazyn-banner,
.salony-banner,
.regulamin-banner {
    height: 299px;
    text-align: center;
}

.about-banner {
    background-image: url("images/banner-about.jpg");
}
.music-banner {
    background-image: url("images/banner-music.jpg");
}
.magazyn-banner {
    background-image: url("images/banner-magazyn.jpg");
}
.salony-banner {
    background-image: url("images/banner-salony.jpg");
}
.about-banner-social {
    background-image: url("images/banner-about-social.jpg");
    height: 504px;
    padding-top: 110px;
    margin-bottom: 50px;
}
.regulamin-banner {
    background-image: url("images/banner-regulaminy.jpg");
}
.regulamin-conent {
    padding-bottom: 50px;
}
.pattern {
    width: 100%;
    height: 100%;
    background: url("images/about-pattern.png") repeat;
    padding-top: 6%;
}
    
.about-banner h2,
.music-banner h2,
.magazyn-banner h2,
.salony-banner h2,
.regulamin-banner h2 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 60px;
}
#about h3,
#music h3,
#magazyn h3,
#salony h3,
#fullscreen h3
{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.about-banner h2 span.caption,
.music-banner h2 span.caption, 
.magazyn-banner h2 span.caption,
.salony-banner h2 span.caption {
    font-size: 36px;
}

#about .h3,
#music .h3,
#magazyn .h3,
#salony .h3 {
    text-transform: uppercase;
    margin: 0 0 15px -5px;
    border-bottom: 15px solid #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    line-height: 32px;
    padding: 0 5px;     
}
#about p,
#magazyn p,
#music p,
#salony p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 24px;
  margin: 15px 0;
  /*padding-right: 15px;*/
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1050px) {
    #about,
    #music,
    #magazyn,
    #club,
    #salony {
        padding-top: 90px;
    }   
     
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 991px) {
    #about,
    #music,
    #magazyn,
    #club,
    #salony {
        padding-top: 50px;
        padding-bottom: 30px !important;
    }
    .about-banner,
    .music-banner, 
    .magazyn-banner,
    .salony-banner,
    .regulamin-banner {
        height: 250px;
    }     
    .pattern {
        padding-top: 8%;
    }  
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    .about-banner,
    .music-banner,
    .magazyn-banner,
    .salony-banner,
    .regulamin-banner {
        height: 200px;
    }     
    .about-banner h2,
    .music-banner h2,
    .magazyn-banner h2,
    .salony-banner h2,
    .regulamin-banner h2 {
        font-size: 42px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 48px;
    }
    .pattern {
        padding-top: 6%;
    }       
    .about-banner h2 span.caption,
    .music-banner h2 span.caption,
    .magazyn-banner h2 span.caption,
    .salony-banner h2 span.caption {
        font-size: 24px;
        line-height: 32px !important;
    }    
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:450px) {
    .about-banner h2,
    .music-banner h2,
    .magazyn-banner h2,
    .salony-banner h2,
    .regulamin-banner h2 {
        font-size: 38px;
        line-height: inherit;
    }    
    .pattern {
        padding-top: 12%;
    }      
}

/* ********************************************************************************************************************************/
/* Salony *************************************************************************************************************************/


.salony-form {
    
}
.salony-form .search-input {
    float: left;
    background: #eaeaea;
    border: none;
    height: 42px;
    line-height: 36px;
    max-width: 300px;
    padding: 3px 10px;
    width: 90%;
    margin-right: 5px;
}
.salony-form button {
    background: #f07d00 url("images/salony-arrow-on.gif") no-repeat center center;
    border: none;
    float: left;
    height: 42px;
    width: 8%;
    max-width: 35px;
}

.row-table {
    margin-bottom: 60px;
}
table.salony-table {
    width: 100%;
    border-collapse:separate;  
    border-spacing: 0px;
    border-left: 1px solid #cdcdcd;
    text-transform: uppercase;
}
table.salony-table th {
    font-weight: bold;
    color: #484848;
    height: 40px;
    line-height: 30px;
    vertical-align: top;
}
table.salony-table td {
    line-height: 24px;
    font-size: 15px;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-top: 5px;
    /*border-bottom: 1px solid #cdcdcd;*/
}
th.salony-adres-th {
    width: 30%;
    padding-left: 20px;
}
th.salony-adres-th span {
    display: block;
    height: 14px;
    width: 10px;
    position: absolute;
    left: 10px;
    top: 0;
    background: #fff;
}
th.salony-tel-th {
    width: 15%;
} 
th.salony-godz-th {
    width: 15%;
} 
th.salony-cta-th {
    width: 10%;
}
tr.miasto td {  
    border-top: 1px solid #fff !important;
    position: relative;
    top: -1px !important;
}
tr.miasto td.first {
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;  
}
td.salony-end {
    border-top: 1px solid #fff !important;
    position: relative;
    top: -1px !important;
}
td.salony-adres-td {
    padding: 0 15px 0 40px;
}
tr.salony-row:hover td {    
    background: rgba(245,245,245,1);
}
tr.salony-row td {
   border-bottom: 1px solid #e6e6e6;
}
.salony-cta {
    display: block;
    width: 100%;
    height: 48px;
    background:  url("images/salony-arrow-on.gif") no-repeat center center;
}
th.salony-adres-th:before,
tr.miasto td.first:before {
    content: url("images/salony-bullet.gif");
    position: absolute;
}
th.salony-adres-th:before {
    left: 12px;
}
tr.miasto td.first:before {
    left: -4px;
    top: 4px;
}

a.salony-td-link,
a.salony-td-link:hover, 
a.salony-td-link:focus {
    color: #484848;
    text-decoration: none !important;
    display: block;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1200px) {
    th.salony-adres-th span {
        height: 13px;
    }
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 600px) {
    th.salony-adres-th {
        width: 55%;
        padding-left: 15px;
    }
    th.salony-tel-th {
        width: 35%;
    } 
    th.salony-cta-th {
        width: 10%;
    }
    tr.miasto td.first {
        padding-left: 15px;
    }
    td.salony-adres-td {
        padding-left: 20px;
    }
}

/* -------------------------------------------------------------------------------------------------------------------------------*/

#salony .dots {    
    background: url("images/sc-dots-bg.gif") repeat-x left 17px;
}
#salony .dots .left, 
#salony .dots .right {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
}
#salony .dots .left {
    padding-right: 5px;
}
#salony .dots .right {
    float: right;
    padding-left: 5px;    
}
#salony span.tel {
    background: url("images/salony-tel-ico.png") no-repeat left center;
    padding-left: 20px;
}
#salony #map,
#salon-map,
#salony-map{
    width: 100%;
    height: 320px;
    background: #ccc;
    margin: 25px 0 60px 0;
    border: 1px solid #cdcdcd;
}
.salony-pc, 
.salony-mobile {
    min-height: 315px !important;
}
.salony-pc {
    background: url("images/salony-pc-bg.jpg") no-repeat left top;
    margin-bottom: 40px !important;
}
.salony-mobile {
    background: url("images/salony-mobile-bg.jpg") no-repeat left top;
}
.salony-mobile .inner,
.salony-pc .inner {    
    text-align: center;
    float: right;
    margin-right: 20px;
}
.salony-pc .inner {
    max-width: 275px;
}
.salony-mobile .inner {
    max-width: 350px;
    margin-right: 0px;
}
.salony-pc h4,
.salony-mobile h4 {
    display: inline-block;
    text-align: center;
}
.salony-pc p,
.salony-mobile p {
    margin: 5px 0 25px !important;
}
.salony-btn {
    display: inline-block;
    background: #324bfa;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    letter-spacing: 0.5px;
    padding: 10px 20px;
    text-decoration: none;
}
.salony-btn:hover,
.salony-btn:focus {
    background: #f4811f;
    color: #fff;
    text-decoration: none;
}
.salony-btn i {
    margin-left: 5px;
    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (min-width: 990px) and (max-width: 1130px) {  
    .salony-mobile .inner { 
        max-width: 290px;
    }        
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 990px) {
    #salony-map,
    #salon-map,
    .salony-pc, 
    .row-table {
        margin-bottom: 20px;
    }
    
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    .col-godziny {
        margin: 15px 0;
    } 
    .col-kontakt {
        margin-bottom: 15px;
    }     
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (min-width: 550px) and (max-width: 990px) {

    .salony-mobile .inner,
    .salony-pc .inner { 
        float: none;
        margin-right: 0px;
        max-width: 100%;
        padding: 50px 0 0 250px;
    }    
    .salony-mobile .inner { 
        padding: 0 0 0 250px;
    }        
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 550px) {
    .salony-pc, 
    .salony-mobile {
        background-image: none !important;
        min-height: auto !important;
    }   
    .salony-mobile .inner,
    .salony-pc .inner { 
        float: none;
        margin-right: 0px;
        max-width: 100%;
    }    
}

/* ********************************************************************************************************************************/
/* About & Music ******************************************************************************************************************/

#about .container.about h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.5px;
}
#about .about-banner-social a {
    color: #fff !important;
}
.h3-yellow, 
.h3-purple {
    height: 32px;
}
.h3-yellow {
    border-color: #fff800 !important;
}
.h3-purple {
    border-color: #730059 !important;
}

.row-margin-bottom {
    margin-bottom: 50px;
}
#about .copy-right {
    padding-left: 40px;
    float: right;
}
#about .copy-right.bottom {
    padding: 20px 0 0 40px !important; 
}
#about .copy-left.bottom  {
    max-width: 600px;
    padding: 50px 0 0 20px;
}
img.brands {
    margin: 35px auto;
}
.col-md-6.right-bottom {
    float: right;
}
.banner-social {
    list-style: none;
    margin: 40px 0;
    padding: 0;
}
.banner-social li {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 24px;
}
.banner-social a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("images/about-social.png") no-repeat;
    filter: alpha(opacity=75);
    opacity: .75;    
} 
.banner-social a:hover {
  filter: alpha(opacity=1);
  opacity: 1;

}
.banner-social a.about-fb {
    background-position: 0 0;
}
.banner-social a.about-in {
    background: url("images/Instagram.png") no-repeat;
}
.banner-social a.about-tw {
    background-position: -136px 0;
}
.banner-social a.about-sc {
    background-position: -204px 0;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1190px) {
  
    #about .brands-large img {
        margin: 75px auto;
    }       
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1050px) {
    #about .image-right {
        padding-top: 40px !important;
    }
    #about .copy-right {
        padding-top: 20px;
        padding-left: 20px !important;
        padding-right: 20px;
    }    
    .about-banner-social {
        padding-top: 65px;
    }      
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 991px) {

    #about .copy-right {
    margin-bottom: 25px;
    } 
    #about .image-right {
        max-width: 100%;
        text-align: center;
        padding-top: 0px !important;
    }    
    #about .image-right img {
        margin: 0 auto;
    }   
    #about .brands-large img {
        margin: 20px auto;
    }   
    .about-banner-social {
        padding-top: 50px;
    }  
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:880px) {

    #about .image-right {
        max-width: 100%;
        text-align: center;
        padding-top: 0px !important;
    } 
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    .about-banner-social {
        padding-top: 50px;
        background-image: none !important;
        background-color: #151515;
        height: auto !important;
    }     
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (min-width:450px) {
    .col-md-6.brands-small {
        display: none;
        visibility: hidden;
    }    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:450px) {
.col-md-6.brands-large {
    display: none;
    visibility: hidden;    
    }
    #about .col-md-6 {
    margin-bottom: 20px;
    }     
}

/* ********************************************************************************************************************************/
/* Sizeer club **********************************************************************************************************************/

.sc-copy {
    padding-right: 40px !important;
    border-right: 1px solid #dedede;
    margin-bottom: 50px;
}
.sc-copy p {
    margin: 0 0 15px 0 !important;
}
#club p {
    line-height: 27px;
}
#magazyn .apps, 
#club .apps {
    margin: 30px 0 0;
}
#magazyn .app, 
#club .app {
    display: inline-block;    
    height: 37px;      
    margin: 0 15px 15px 0;
	background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-position: center center !important;	
    border-radius: 7px;
}
#magazyn .app.ios, 
#magazyn .app.android,
#club .app.ios, 
#club .app.android {
    width: 114px;
}
#magazyn .app.wp, 
#club .app.wp {
    width: 144px;
}  
.sc-mobile img {
    margin: -20px auto 0px;
}
.sc-form {
    padding: 0 15px 0 45px !important;
}
.sc-form h3 {
    margin: 0 0 30px !important;
    font-family: 'Bebas Neue';
    font-size: 50px;
    font-weight: bold;
    color: #f4811f;    
}
.sc-form h3 .bl {
    color: #222;
}
.sc-form h3 .gr {
    color: #9e9d9d;
}
form.sc-login {
    margin: 0;
    padding: 0;
}
form.sc-login .sc-input, 
.sc-change .sc-input,
form.sc-login button,
.sc-data button {
    border: 1px solid #ccc;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
form.sc-login .sc-input,
.sc-change .sc-input {
    background-color: #f0f0f0;
    color: #4b4b4b;
    margin-bottom: 25px;
}
form.sc-login button,
.sc-data button {
    background-color: #222;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.15ex;
}
form.sc-login p.sc-form-error {
    margin-top: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #f4811f; 
}
form.sc-login.error .sc-input {
    border-color: #f4811f;
}
.sc-data {
    border-right: 1px solid #dedede;
    margin-bottom: 50px;
}
.sc-data span.dots{
    display: inline-block;
    min-width: 175px;
    background: url("images/sc-dots-bg.gif") repeat-x left 30px;
}
.sc-data span.title {
    font-size: 18px;
    font-weight: 700;
    color:#b1b1b1;
    display: inline-block;
    line-height: 48px;
    background: #fff;
    padding-right: 3px;
}
.sc-data span.detail {
    font-size: 24px;
    font-weight: 700;
    color:#4e4e4e;
    line-height: 48px;
    display: inline-block;
    background: #fff;
    padding-left: 3px;    
}
.sc-data button {
    width: 75%;
    margin: 30px 0 0;
    max-width: 350px;
}
.sc-change {
    padding-top: 20px;
}
.sc-change .sc-input {
    width: 85%;
    margin: 0 0 25px 0;
    max-width: 400px;
}
button.sc-change-btn {
    width: 85%;
    max-width: 400px;
}
.sc-list {
    margin-bottom: 50px;
    padding-left: 75px !important;
}
.sc-list h3 {
    margin: 0;
    padding: 0;
    color: #f4811f;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
}
.sc-list ul {  
}
.sc-list ul li {
    line-height: 60px;
    background: url("images/sc-dots-bg.gif") repeat-x left bottom;
}
.sc-list span.date {
    font-size: 20px;
    font-weight: 700;
    color: #b1b1b1;
    line-height: 48px;
    display: inline-block;
    width: 100px;
}
.sc-list span.product {
    font-size: 24px;
    font-weight: 700;
    color: #4e4e4e;
    line-height: 48px;
    display: inline-block;
}
.sc-list a {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: underline;    
}
.sc-list i {
    font-size: 48px;
}
.sc-list a:hover i {
    color: #4e4e4e !important;
}
.log-out {
    position: absolute;
    margin-top: -23px;
    right: 15px;
}
.log-out input {
    color: #7b7b7b !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.log-out form i {
    color: #f4811f;
    margin: 5px 0 0 -20px !important;
    position: absolute;
}
p.title,
p.send-info {
    font-size: 20px;
    font-weight: 700;
    color: #969696;
    text-transform: uppercase;
    margin: 11px 0 10px 0 !important;
    padding: 0 !important;
}
p.send-error {
    color: #f00 !important;
}
p.send-info {
    padding-bottom: 40px !important;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:1200px) {
 .sc-form {
    padding-right: 30px !important;
 }
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:990px) {
    .sc-copy {
        padding-right: 20px !important;
    } 
    .sc-form {
        padding: 0 15px 0 30px !important;
    }    
    .sc-data {
        border-right: none;
    }
    .sc-data span.dots{
        min-width: 300px;
    }    
    .sc-list {
        padding-left: 15px !important;
    }    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    .sc-copy {
        padding-right: 15px !important;
        border-right: none;
        margin-bottom: 0;
    }   
    .sc-data span.dots{
        min-width: 45%
    }     
    .sc-data span.title {
        font-size: 16px;
    }
    .sc-data span.detail {
        font-size: 20px;  
    } 
    
    .sc-list ul li {
        padding: 5px 0 15px;
        line-height: inherit;
    }
    .sc-list span.date {
        font-size: 18px;
        line-height: 32px;
    }
    .sc-list span.product {
        font-size: 20px;
        line-height: 32px;
    } 
    .sc-change .sc-input,
    .sc-change button {
        width: 100%;
    }    
}

/* ********************************************************************************************************************************/
/* Fullscreen - template ***********************************************************************************************************************/

#fullscreen {
    padding: 0 0 310px 0;
    margin-top: 125px;
    width: 100% !important;
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important; 
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1050px) {
    #fullscreen {
        margin-top: 90px;
    }  
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 991px) {
    #fullscreen {
        padding-bottom: 0px !important;
        margin-top: 50px;
    }   
}

/* ********************************************************************************************************************************/
/* Snapchat page ******************************************************************************************************************/

.snapchat-banner {
    background: #fff url("images/sizeer-snapchat.jpg") no-repeat top center !important; 
    width: 100% !important;
    height: 1050px;    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 991px) {
    .snapchat-banner {
        height: 900px;    
    }     
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    .snapchat-banner {
        height: 500px;    
    }    
}

/* ********************************************************************************************************************************/
/* 404 page ***********************************************************************************************************************/

.error-page-bg {
    background: #f4f2f0;
    max-width: 100% !important;
}
.error-page {
    width: 100% !important;
    height: 650px;   
    background-image: url("images/404.jpg");
	background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-position: center center !important;
    background-repeat: no-repeat;   
    padding-top: 80px;
    max-width: 1920px !important;
    margin: 0 auto;
}
.error-page h2 {
    font-family: 'Bebas Neue';     
    text-transform: uppercase;
    display: block;
    text-align: right;   
    padding-right: 20px;
    font-size: 38px;
    line-height: 38px;    
}
.error-page span.number {
    display: block;
    text-align: right;
    font-size: 210px;
    line-height: 170px; 
    color: #590b39;
}
.error-page p {
    font-family: 'Bebas Neue';     
    text-transform: uppercase;
    font-size: 24px;
    text-align: right;   
    padding-right: 20px;    
}
.cta-404 {
    float: right;
    width: 251px;
    height: 49px;
    background: #fff url("images/cta-404.gif") no-repeat left bottom !important; 
    margin: 15px 20px 0;
    color: #fff;
    line-height: 49px;
    font-family: 'Bebas Neue';     
    text-transform: uppercase;
    font-size: 28px;
    text-decoration: none;
    padding-left: 60px;
    letter-spacing: 2.5px;
}
.cta-404:hover,
.cta-404:focus {
    color: #fff;
    text-decoration: none;
}

.pl-404 { padding-left: 65px; }
.sk-404 { padding-left: 65px; }
.cz-404 { padding-left: 80px; }
.de-404 { padding-left: 60px; }
.lt-404 { padding-left: 35px; }

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 991px) {
   /*
    .error-page {
        height: 500px;    
    } 
    */
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    
    .error-page {
        height: 500px;
        padding-top: 50px;
    }
    
}

/* ********************************************************************************************************************************/
/* Si magazyn **********************************************************************************************************************/

#magazyn .dark {
    background: #151515;
    margin: 40px 0;
    color: #fff;
}
.si-listing {
    padding: 60px 0 20px;
}
.si-listing p {
  margin: 0 !important;
  min-height: 110px;
  padding: 5px 0 0;
}
.si-listing .hr {
    background: #fff600;
    height: 3px;
    width: 40px;
}
.si-listing .row div {
  padding: 0 30px;
}
#magazyn .dark .si-listing a {
    color: #fff!important;
}

#magazyn .dark .si-listing a:hover, 
#magazyn .dark .si-listing a:focus {
    color: #f4811f !important;
}
.dark .si-magazyn {
    padding-top: 40px;
}
.si-magazyn .h3.right:before {
    content: "<";
    padding-right: 10px;
}
.si-magazyn .h3.left:after {
    content: ">";
    padding-left: 10px;
}

.si-magazyn p {
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 26px !important;
}
.si-magazyn .row {
    margin-bottom: 40px;
}
.si-magazyn .move-top-img {
    margin-top: -75px;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
    .si-magazyn .move-top-img {
        margin-top: -40px;
    }
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (min-width:768px) {
    img.si-logo {
        margin-top: -50px;
    }  
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    img.si-logo {
        margin: 40px auto 0px;
    }  
    .si-listing p {
      min-height: 90px;
    }  
    .si-listing {
        padding-bottom: 0;
    }   
    .si-magazyn .h3:before,
    .si-magazyn .h3:after{
        content: "" !important;
        padding: 0 !important;
    } 
    .si-magazyn .row {
        margin-bottom: 20px;
    }    
    .si-magazyn img {
        margin-bottom: 40px;
    }      
}

/* ********************************************************************************************************************************/
/* Music **********************************************************************************************************************/

.music-banner {
    margin-bottom: 0px;
}
#music p {
  margin: 15px 0;
}

#jesien-2012 .container, 
#wiosna-2013 .container, 
#jesien-2013 .container, 
#music-2014 .container, 
#wiosna-2014 .container,
#music-2015 .container, 
#wiosna-lato-2015 .container, 
#jesien-2014 .container,
#reaxion .container {
    max-width: 1800px !important;
    width: 100% !important;  
}

#jesien-2012 .zobacz, 
#wiosna-2013 .zobacz, 
#jesien-2013 .zobacz,
#music-2014 .zobacz, 
#wiosna-2014 .zobacz {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    position: relative;
    z-index: 1;    
}
#jesien-2012 .zobacz a,
#wiosna-2013 .zobacz a,
#jesien-2013 .zobacz a,
#music-2014 .zobacz a, 
#wiosna-2014 .zobacz a {
    background: #3552f6;
    color: #fff !important;
    font-size: 14px;
    display: inline-block;
    padding: 10px 50px;
    margin: 15px 0;
    text-decoration: none;
    text-transform: none;
}
#jesien-2012 .zobacz a:hover, 
#wiosna-2013 .zobacz a:hover, 
#jesien-2013 .zobacz a:hover, 
#music-2014 .zobacz a:hover, 
#wiosna-2014 .zobacz a:hover {
    text-decoration: underline;
}
.video-large {
    max-width: 475px;
}
.video-small {
    max-width: 365px;
    /*margin: 0 auto !important;*/
}
.video-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0 10px;
    height: 32px;
}

/*-- music-2015 --------------------------------------------------------------------------------------- */

#music-2015 {
    width: 100%;
    min-height: 1012px;
    background: #fff url("images/music-2015-bg.jpg") no-repeat left top !important;   
    position: relative;
}
.date-2015 {
    margin: 15px auto 0;
}
.beatsy {
    margin-top: 10px;
}
#music-2015 .bottom {
    position: relative;
}

.plakat-2015 {
    margin-top: -550px;
}
.photos-2015 {
    float: right;
    margin: 10px 20px 25px 10px;
}
#music-2015 .video-2015 {
    margin: 50px 0 25px;
    position: relative;
    z-index: 9;
}
@media (min-width:1440px) {
    .plakat-2015 {
        display: block;
    }
    .photos-2015 {
        margin-bottom: 20px;
    }    
}
@media (max-width:1439px) {
    .plakat-2015 {
        display: none;
    }
}

@media (max-width:1090px) {
    #music-2015 {
        background: #fff url("images/music-2015-bg-small.jpg") no-repeat left top !important; 
    }
}
@media (min-width:1350px) {
    #music-2015 .col-bottom {
        margin-top: -50px;
    }
}

@media (max-width:763px) {
    #music-2015 {
        background: none !important; 
    }
    .center-sm {
        margin: 0 auto;
    }
}

/*-- wiosna lato --------------------------------------------------------------------------------------- */

#wiosna-lato-2015 .container {
    padding-bottom: 45px;
}
#wiosna-lato-2015 {
    width: 100%;
    background: #151515;
    position: relative;
    color: #fff !important;
}
#wiosna-lato-2015 .h3 {
    margin-top: 25px;
}
.lezaki {
    max-width: 522px;
    max-height: 380px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -38px;
}

/* ********************************************************************************************************************************/
/* video Nav **********************************************************************************************************************/

#owl-video {
    max-width: 990px;
    width: 100%;
    margin-top: 50px;
    padding: 0 50px;
}
#owl-video .item img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 363px;
    max-height: 204px;
}
#owl-video .item {
}
#owl-video .owl-theme, 
#owl-video .owl-controls, 
#owl-video .owl-page {
    text-align: center;
    display: inline-block;
}
#owl-video .owl-page {
	padding: 10px;
}
#owl-video .owl-page.active .owl-numbers,
#owl-video .owl-page:hover .owl-numbers {
	background: #aafc0b;
}
#owl-video .owl-prev, 
#owl-video .owl-next {
    position: absolute;
    width: 38px;
    height: 51px;
    background-image: url("images/video-arrows-nav.png");
    font-size: 0;
    top: 50%;
    margin-top: -25px;
}
#owl-video .owl-prev {
    left: 0;	 
    background-position: -76px 0;
}
#owl-video .owl-next {
	right: 0;
    background-position: 0px 0;
}
#owl-video .owl-prev:hover {
    background-position: -114px 0px;
}
#owl-video .owl-next:hover {
    background-position: -38px 0px;
}  
#owl-video .owl-item .item {
    text-align: center;
}
#owl-video .owl-item .item img {
    margin: 0 auto;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:990px) {
    #owl-video {
        margin: 50px auto 0;
    } 
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    #owl-video .item {
        padding-right: 20px;
    }    
    #owl-video .item {
      margin-left: auto !important;
      margin-right: auto !important;
    }    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:400px) {
    #owl-video .item {
        padding-right: 0px;
    }  
}

/* ********************************************************************************************************************************/
/* music-2014 *********************************************************************************************************************/ 

#music-2014 {
    width: 100%;
    background: #fff url("images/2014-cups.jpg") no-repeat left 250px !important;   
    position: relative;
    padding: 80px 0 0 0;
}
#music-2014 h3 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 30px 0 15px;
    line-height: 32px;       
}
.date-2014 {
    margin: 0 auto;
}
#music-2014 .bottom {
    padding-top: 25px;
}
#music-2014 .vertical, 
#music-2014 .horizontal {
    position: absolute;
}
#music-2014 .vertical {
    z-index: 1;
    top:-300px;
    right: 100px;
}
#music-2014 .horizontal {
    z-index: 2;
    top:-50px;  
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (min-width:1200px) {
    #music-2014 {
        min-height: 800px;
    }    
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:1200px) {
    #music-2014 {
        background: none !important; 
    }     
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
   .date-2014 {
       display: none;
   }
    #music-2014 {
        padding-top: 20px;
    }    
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    #music-2014 .horizontal {
      position: static
    }   
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1400px) {
     #music-2014 .vertical {
        top:-350px;
        right: 50px;
    }   
}


/* ********************************************************************************************************************************/
/* jesien-2014 ********************************************************************************************************************/ 

#jesien-2014 {
    width: 100%;
    background: #151515;   
    position: relative;
    padding: 40px 0; 
    color: #fff;
}
.img-jesien-2014 {
    padding: 40px 30px 0 40px !important;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
    #jesien-2014 {
        padding-top: 20px;
    }    
}

/* ********************************************************************************************************************************/
/* reaxion ************************************************************************************************************************/ 

#reaxion {
    width: 100%;
    background: #fff url("images/reaxion-bg.jpg") no-repeat right top !important;  
    position: relative;
    padding: 40px 0 20px; 
}
.img-reaxion-title img,
.reaxion-photo img {
    margin: 0 auto;
}
.reaxion-photo {
    /*position: absolute;*/
    top: -112px;
}
.reaxion-bottom-margin {
    margin-bottom: 20px;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
    #reaxion {
        background-image: none !important;  
    }   
}

/* ********************************************************************************************************************************/
/* wiosna-2014 ********************************************************************************************************************/ 

#wiosna-2014 {
    width: 100%;    
    background: #151515;
    position: relative;
    padding: 40px 0; 
    color: #fff;
}
#wiosna-2014 .zobacz {
    text-align: center;
    position: relative;
    z-index: 1;
}
.img-wiosna-2014 {    
    position: absolute;    
    top: -130px;
    right: 30px;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (min-width: 1400px) {

}

@media (min-width: 1200px) {
    #wiosna-2014 {
        min-height: 500px;
    }
}

@media (max-width:991px) {
    #wiosna-2014 {
        padding-top: 20px;
    }    
    #wiosna-2014 .zobacz {
        text-align: left;
    }    
}

/* ********************************************************************************************************************************/
/* jesien-2013 ********************************************************************************************************************/ 

#jesien-2013 {
    width: 100%;
    background: #fff url("images/2013-cups.jpg") no-repeat center 200px !important;
    position: relative;
    padding: 40px 0; 
}
#jesien-2013 .zobacz {
    text-align: center;
}
.img-jesien-2013 {    
    position: absolute;    
    top: -150px;
    right: 30px;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1300px) {    
    .img-jesien-2013 {
        display: none !important;
    }
}
@media (max-width:991px) {
   .date-2013 {
       display: none;
   }  
    #jesien-2013 {
        padding-top: 20px;
    }    
    #jesien-2013 .zobacz {
        text-align: left;
    }    
}
@media (max-width:991px) {
   .date-2013 {
       display: none;
   }  
    #jesien-2013 {
        padding-top: 20px;
    }    
    #jesien-2013 .zobacz {
        text-align: left;
    }    
}
@media (max-width:767px) {
    #jesien-2013 {
        background-image: none !important;
    }
}

/* ********************************************************************************************************************************/
/* wiosna-2013 ********************************************************************************************************************/ 

#wiosna-2013 {
    width: 100%;    
    background: #151515 !important;
    /*
    background: #151515 url("images/wiosna-2013-bg.jpg") no-repeat right bottom !important;
    */
    position: relative;
    padding: 40px 0; 
    color: #fff;
}
#wiosna-2013 .zobacz {
    text-align: center;
    position: relative;
    z-index: 1;
}
.img-wiosna-2013 {    
    position: absolute;   
    top: 75px;
    right: 30px;    
}
.wiosna-2013-photo-2 {
    display: none;
}
.wiosna-2013-photo-2 img {
    margin: 0 auto;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1550px) {
    .img-wiosna-2013 {    
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1550px) {
    .wiosna-2013-photo-2 {
        display: block;
    }
}

@media (max-width:991px) {
    #wiosna-2013 {
        padding-top: 20px;
    }    
    #wiosna-2013 .zobacz {
        text-align: left;
    }    
}

/* ********************************************************************************************************************************/
/* jesien-2012 ********************************************************************************************************************/ 

#jesien-2012 {
    width: 100%;
    background: #fff url("images/2012-bg.jpg") no-repeat left top !important;
    position: relative;
    padding: 40px 0; 
}
#jesien-2012 .zobacz {
    text-align: center;
}
.img-jesien-2012 {    
    position: absolute;    
    top: -100px;
    right: 50px;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (min-width: 1450px) { 
    .inner-2012 {
        width: 100%;
        height: 100%;
        background: url("images/2012-beats.jpg") no-repeat right bottom !important;
    }
}
@media (max-width:991px) {
   .date-2012 {
       display: none;
   }  
    #jesien-2012 {
        padding-top: 20px;
        background-image: none !important;
    }    
    #jesien-2012 .zobacz {
        text-align: left;
    }    
}
@media (max-width:991px) {
   .date-2012 {
       display: none;
   }  
    #jesien-2012 {
        padding-top: 20px;
    }    
    #jesien-2012 .zobacz {
        text-align: left;
    }    
}
@media (max-width:767px) {
    #jesien-2012 {
        background-image: none !important;
    }
}


/* ********************************************************************************************************************************/
/* Antichallenge ******************************************************************************************************************/ 

.antichallenge-1,
.antichallenge-2,
.antichallenge-3 {
    background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-position: top center !important;	
    background-repeat: no-repeat;   
    color: #fff;
    padding-top: 87px !important;
}  
.antichallenge-1 {    
	background-image: url("images/antichallenge/bg-1.jpg"); 
    padding-bottom: 0px !important;
}  
.antichallenge-2 {    
	background-image: url("images/antichallenge/bg-2.jpg"); 
    padding-bottom: 77px !important;
} 
.antichallenge-3 {    
	background-image: url("images/antichallenge/bg-3.jpg"); 
    padding-bottom: 77px !important;
}  
.antichallenge-1 .container.bg,
.antichallenge-2 .container.bg,
.antichallenge-3 .container.bg {
    max-width: 1171px;
    background: rgba(0,0,0,0.65); 
}
.antichallenge-2 .container.bg,
.antichallenge-3 .container.bg {
    padding-bottom: 50px !important;	
}
.antichallenge-1 .container.bg-copy,
.antichallenge-2 .container.bg-copy,
.antichallenge-3 .container.bg-copy {
	background-image: url("images/antichallenge/bg-1-copy.png");
	background-position: top center !important;	
    background-repeat: no-repeat;  
}
.container.ticket {
    padding: 0;
}
.container.bg.small {
    display: none;
    visibility: hidden;
}
.antichallenge-1 h2,
.antichallenge-2 h2,
.antichallenge-3 h2 {
    text-transform: uppercase;
    font-family: 'Bebas Neue';
	font-size: 120px;
}
.antichallenge-2 h2,
.antichallenge-3 h2 {
	font-size: 48px;
    margin-bottom: 40px;
    margin-top: 30px;
}
.antichallenge-2 h2 span {
	font-size: 58px;
    text-shadow: 2px 2px 4px #000000;
}
.antichallenge-1 p {
    text-transform: uppercase;
	font-size: 50px;
    line-height: 48px;
}
.antichallenge-1 span.mini {
	font-size: 24px;
    position: relative;
    bottom: 10px;
    margin: 0 5px;
}
.antichallenge-1 .logos {
    margin: 0px auto 25px;
}
.antichallenge-2 .hr,
.antichallenge-3 .hr {
	width: 125px;
    height: 2px;
    background: #95e2e8;
    margin-bottom: 30px;
}
.antichallenge-3 .hr {
    background: #661e4e;
    margin-bottom: 20px;
}
.antichallenge-2 p {
    text-transform: uppercase;
	font-size: 30px;
    line-height: 36px;
    font-weight: normal;
}
.antichallenge-2 p span {
    display: inline-block;
    background: rgba(0,0,0,0.60); 
    margin-bottom: 4px;
    padding: 0 5px;
}
.antichallenge-3 p {
	font-size: 20px;
    line-height: 28px;
}
.antichallenge-3 p.regulamin {
	font-size: 18px;
}
#fullscreen p a.regulamin {
    color: #fff !important;
}
.antichallenge-2 .arrows {
    margin: 30px 0 0 0;
}
.antichallenge-2 .logos {
    margin: 40px 0 0 0;
}
.col-movie {
    padding-left: 40px !important;
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (min-width:1172px) {
    .col-gallery {
        padding-right: 40px !important;
    }
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:1171px) {
    .antichallenge-1,
    .antichallenge-2,
    .antichallenge-3 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }     
    .antichallenge-2 {
        border-top: 10px solid #95e2e8;
    }  
    .antichallenge-3 {
        border-top: 10px solid #ffccff;
        border-bottom: 10px solid #ffccff;
    }        
    .container.ticket {
        display: none;
        visibility: hidden;
    }
    .container.bg.small {
        display: block;
        visibility: visible;
    }
}

/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
    .antichallenge-1 h2 {
        font-size: 100px;
    }
    .antichallenge-1 p {
        font-size: 40px;
        line-height: 38px;
    }
    .antichallenge-1 span.mini {
        font-size: 20px;
        margin: 0 5px;
        bottom: 8px;
    }
    .antichallenge-2 p {
        font-size: 24px;
    } 
    .col-gallery {
        margin-top: 50px;
    }
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
    .antichallenge-1 h2 {
        font-size: 72px;
    }
    .antichallenge-1 p {
        font-size: 32px;
        line-height: 34px;
    }
    .antichallenge-1 span.mini {
        font-size: 18px;
        margin: 0 5px;
        bottom: 5px;
    }
    .antichallenge-1 .logos {
        margin-top: 20px;
    }   
    .antichallenge-2 p {
        font-size: 38px;
        text-align: center;
    }  
    .antichallenge-2 .hr {
        margin-left: auto;
        margin-right: auto;
    }    
    .antichallenge-2 p span {
        margin-bottom: 6px;
        padding: 5px;
    }    
    .antichallenge-2 .logos {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .col-movie {
        padding-left: 15px !important;
    }    
}
/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:550px) {    
    .antichallenge-1 h2 {
        font-size: 58px;
    }
    .antichallenge-1 p {
        font-size: 28px;
    }    
}



/* owl -----------------------------------------------------------------------------------------------------------------*/

#owl-challenge {
    width: 100%;
    margin: 0 !important; 
    padding: 0 50px;
}
#owl-challenge .item {
    margin: 0 7px;
}
#owl-challenge .item img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 344px;
}
#owl-challenge .owl-theme, 
#owl-challenge .owl-controls, 
#owl-challenge .owl-page {
    text-align: center;
    display: inline-block;
}
#owl-challenge .owl-page {
	padding: 10px;
}
#owl-challenge .owl-prev, 
#owl-challenge .owl-next {
    position: absolute;
    width: 38px;
    height: 51px;
    background-image: url("images/video-arrows-nav.png");
    font-size: 0;
    top: 50%;
    margin-top: -70px;
}
#owl-challenge .owl-prev {
    left: 0;	 
    background-position: -76px 0;
}
#owl-challenge .owl-next {
	right: 0;
    background-position: 0px 0;
}
#owl-challenge .owl-prev:hover {
    background-position: -114px 0px;
}
#owl-challenge .owl-next:hover {
    background-position: -38px 0px;
}  
#owl-challenge .owl-item .item {
    text-align: center;
}
#owl-challenge .owl-item .item img {
    margin: 0 auto;
}



/* ********************************************************************************************************************************/
/* Zapis do listy mailingowej LV **************************************************************************************************/ 

#mailing .container {
    width: 100%;
    max-width: 1920px !important;
    padding: 0;
    margin: 0 auto !important;
    overflow: hidden;
    background: url("images/popup-lv-large.jpg") left top no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Bebas Neue'!important;
}
#mailing .container h1 {
    width: 90%;
    margin: 20px auto 30px;
    padding: 4% 0 1%;
    text-align: center;
    font-size: 38px;    
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;    
}
#mailing .container p {
    width: 65%;
    padding: 3% 0 4%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    font-weight: normal !important;
    letter-spacing: 1.5px; 
}
#mailing .container.thx p {
    padding: 3% 0 10%;
}
#mailing .container hr {
    width: 33%;
    margin: auto;
}
#mailing .container .form {
    background: rgba(0,0,0,.65); 
    padding: 50px 0;
}
.mailing-lv .inputs-box {
    background: url("images/popup-lv-dots.png") repeat-x left top;
    width: 65%;
    margin: 0 auto;
    padding: 35px 0;
}
.mailing-lv .inputs-box span.error {
    margin-bottom: 15px !important;
    color:#ff7800; 
    display: block;
    text-align: center;
    font-size: 24px;
}
.mailing-lv .input {
    background: #fff;
    border: 2px solid #959595;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px 10px 15px 20px;
    font-size: 1.5rem;
    line-height: normal;
    font-family: 'Bebas Neue';
    color: #959595 !important;
    float: left;
    font-weight: normal;
}
.mailing-lv .zipcode {
    width: 50%;
    margin-right: 5%;
}
.mailing-lv .radio-btn {
    float: left;
    width: 20%;
    border: 2px solid #ff7800;
    margin-right: 5%;
    
}
.mailing-lv .radio-btn.last {
    margin-right: 0 !important;
}
.mailing-lv .radio-btn label {
    width: 100%;
    display: block;
    margin: 0;
    cursor: pointer;
}
.mailing-lv .radio-btn label span {
    width: 100%;
    display: block;
    text-transform: uppercase;
    padding: 15px 0px;
    font-size: 1.5rem;
    line-height: normal;
    color: #ff7800;
    font-family: 'Bebas Neue';
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
}

:checked + span { 
    background: #ff7800;
    color: #fff !important;
}

.mailing-lv .radio-btn label input {
    display: none;
}
.mailing-lv .button {
    width: 100%;
    background: #ff7800;
    color: #fff;
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
    padding: 15px 0;
    font-weight: normal;
    border: none;
    border-width: 0;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    margin-bottom: 40px;
}


/* Media queries -----------------------------------------------------------------------------------------------------------------*/

@media (max-width:450px) {    
    .mailing-lv .inputs-box {
        width: 85%;
    } 
    #mailing .container h1 {
        font-size: 32px;
    }
    #mailing .container p {
        font-size: 22px;
    }    
}

@media (max-width:550px) {    
    #mailing .container {
        background-image: url("images/popup-lv-small.jpg") !important;
    }
    .mailing-lv .inputs-box {
        width: 80%;
    }    
    #mailing .container h1 {
        font-size: 32px;
    }
    #mailing .container p {
        font-size: 22px;
    }     
}

@media (max-width:767px) {    
    #mailing .container {
        background-image: url("images/popup-lv-medium.jpg") !important;
        background-size: cover !important;
    } 
    #mailing .container.thx {
        /* background-position: 0px -150px !important; */
    }      
}

@media (max-width:1199px) {    
    #mailing .container.thx {
        /* background-position: 0px -100px !important; */
    }     
}


@media (min-width: 768px) {
    #mailing .container {
        /* background-position: 0px 0px; */
    } 
}

@media (min-width: 1100px) {
    #mailing .container {
        /* background-position: 0px -25px; */
    } 
}

@media (min-width: 1200px) {
    #mailing .container {
        /* background-position: 0px -100px; */
    } 
    #mailing .container.thx {
        /* background-position: 0px -150px !important; */
    }       
}

@media (min-width: 1400px) {
    #mailing .container {
        /* background-position: 0px -175px; */
    } 
    #mailing .container.thx {
        /* background-position: 0px -275px !important; */
    }      
}

@media (min-width:1700px) {
    #mailing .container {
        /* background-position: 0px -220px; */
    } 
}


