@font-face
{
font-family: "ProximaNovaRegular";
src: url("../fonts/ProximaNova-Regular.otf");
font-weight: normal;
}

@font-face
{
font-family: "ProximaNovaLight";
src: url("../fonts/ProximaNova-Light.otf");
font-weight: lighter;
}


@font-face
{
font-family: "ProximaNovaBold";
src: url("../fonts/ProximaNova-Bold.otf");
font-weight: bold;
}


a,
a:focus,
a:hover {
  color: #fff;
}

html,
body {
  font-family: "ProximaNovaLight", "Arial";
  font-weight: lighter;
  height: 100%;
  background-color: #1c1c1c;
}


h1,h2,h3,h4,h5,h6 {
  font-family: "ProximaNovaLight", "Arial";
  font-weight: lighter;    
}

.inner {
  padding: 30px;
}

ul, ol {
    margin: 0;
}
 
@media(min-width:992px) {
    .czymjest-cont p {
        max-width: 460px !important;
    }
}

@media(max-width:992px) {
    .punkty {
        display:none;
    }
    .menu li {
        margin: 0 0px 0 0px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .strzalka {
        display: none;
    }
    .playergrid {
        text-align: center;
    }
    
    .left-zadania{
        border-left: 30px solid #fd8213 !important;
        border-right: 30px solid #fd8213 !important;
    }

    .right-zadania{
        border-left: 30px solid #fd8213 !important;
        border-right: 30px solid #fd8213 !important;
    }
    .zadania-title-right {
        float: left !important;
        text-align: left !important;
        margin-left: 75px;  
    }
    .lista-col{
        margin-top: 100px !important;
    }
}

@media(max-width:768px) {
    .logo-bg {
        margin: 99px auto 0 auto !important;
        z-index: 4 !important;
        position: relative;
        background-position: center -40px !important;
    }
    .logo {
        margin-top: 5px !important;
    }
    .menu li {
        margin: 0 15px 0 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }  
    .left-zadania{
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .right-zadania{
        border-left: 0 !important;
        border-right: 0 !important;
    }   
}

@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}

@media(max-width:640px) {
    .menu li {
        margin: 0 10px 0 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }       
}


@media(max-width:515px) {
    .menu li {
        margin: 0 5px 0 5px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }  
}


@media(max-width:430px) {
    .menu li {
        margin: 0 0px 0 0px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }  
}

@media(max-width:390px) {
    .menu li {
        margin: 0 1px 0 1px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        font-size: 13px !important
    }
    
    .jcarousel-insider {
        padding: 0px 45px 0px 45px !important;
    }
}
 
.header {
    min-width:  320px;
    height: 100px;
    border-bottom: 1px solid #717171;
    background: #1c1c1c;
    box-shadow: 15px -25px 10px 25px #333;
    position: relative;
    z-index: 10;
}

.menu {
    height: 99px;
    display: inline;
    list-style: none;
    position: relative;
    z-index: 8;
}

.menu li {
    margin: 0 15px 0 15px;
    height: 99px;
    line-height: 105px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

.menu li a:visited, .menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.menu li a {
    font-family: "ProximaNovaRegular", "Arial";
    font-weight: normal;    
}

.menu li:hover {
    background: #33271b;
}

.menu-left {
    float: left;
}

.menu-right {
    float: right;
}

.menu-active, .menu-active:hover {
    background: #33271b url("../images/stars.png") no-repeat center calc(100% - 15px) !important;
}

.menu-active, .menu-active:hover {
    font-weight: bold;
}

.second-header {
    background: #1c1c1c url("../images/bg_top.jpg") top center repeat-x;
    width: 100%;   
    position: relative;
    box-shadow: 15px -25px 10px 25px #333;
    z-index: 2;
}

.second-header-cont img {
    margin: 140px auto 30px auto;
}

.punkty {
    position: relative;
    z-index: 15;
    width: 225px;
    height: 90px;
    text-align: center;
    margin: -25px -8px 0 -8px;
    padding-top: 35px;
    font-family: "ProximaNovaBold", "Arial";
    font-weight: bold;

}

.pkt-left {
    float: left;
}

.pkt-right {
    float: right;
}

.gold {
    background: url("../images/yellow.png") transparent center top no-repeat;
    
}

.red {
    background: url("../images/red.png") transparent center top no-repeat;
    
}

.blue {
    background: url("../images/blue.png") transparent center top no-repeat;
    
}

.green {
    background: url("../images/green.png") transparent center top no-repeat;
    
}


.logo-bg {
    width: 350px;
    height: 165px;
    background: url("../images/logo_bg.png") top center no-repeat transparent;  
    margin: 0 auto;
    z-index: 20;
    text-align: center;
}

.logo {
    border: 0;
    width: 213px;
    height: 85px;
    margin-top: 25px;
}


.mapa {
    height: 400px;
    width: 100%;  
    position: relative;
    z-index: 1;
}

.mapa-cont {
    height: 100%;
}

.mapa-frame {
    border: 0;
    margin: 0;
}


.lastfilmy {
    width: 100%;
    min-height: 220px;
    text-align: center;
}

.lastfilmy h2 {
    margin: 15px 0 15px 0;
    font-size: 20pt;
    text-transform: uppercase;
    color: #fff;
}

.filmy-left {
    margin-top: 15px;
    height: 108px;
    width: 50px;
    position: absolute;
    left: 0;
    background: url("../images/filmy_left.png") center top no-repeat transparent;
}

.filmy-right {
    margin-top: 15px;
    height: 108px;
    width: 50px;
    position: absolute;
    right: 0;
    background: url("../images/filmy_right.png") center top no-repeat transparent;
}

.ostatnifilm {
    position: relative;
	overflow: hidden;
    min-height: 150px;
    min-width: 225px;
}

.ostatnifilm img {
    position: relative;
    z-index: 15;
    width: 193px;
    height: 107px;
    margin: 15px 0 0 15px;
    border: #fff solid 3px;
}


.ostatnifilmhover {
    z-index: 17;
    width: 193px;
    height: 107px;
    margin: 18px 0 0 18px;
    position: absolute;
    background: url("../images/ytplay.png") center 50% no-repeat;
    cursor: pointer;
}




.ostatnifilm:before
{
	content: "";
	position: absolute;
	width: 195px;
	height: 110px;
	z-index: 10;
    top: 15px;
    left: 15px;
	background: #000 0 0 repeat;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.czymjest {
    width: 100%;
    min-height: 320px;
    text-align: center;
    margin-bottom: 50px;
}

.czymjest-cont h2 {
    margin: 15px 0 15px 0;
    font-size: 20pt;
    text-transform: uppercase;
    color: #fff;
}

.czymjest-cont p {
    color: #fff;
    text-align: justify;
}



.player {    
    min-height: 300px !important;
    margin-bottom: 40px;
}

.footer {
    width: 100%;
    min-height: 70px;
    background: #fd800f;
    color: #fff;
    line-height: 70px;
    font-size: 13pt;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}


.zadania {
    color: #d5d5d5;
    margin: 50px 0px 80px 0px;
    min-height: 300px;    
}

.zadania ol {
    list-style: decimal;
    margin-left: 30px;
}

.zadania-col{
    padding: 0 !important;
    margin: 0 !important;
}

.left-zadania{
    border-right: #878787 solid 2px;    
    padding: 50px 40px 50px 40px;
    font-size: 12pt;
    border-left: 50px solid #fd8213;
}

.zadania-cont {
    background: #0e0e0e;
    min-height: 400px;
    width: 100%;
    float: left;
}


.right-zadania{
    border-right: 50px solid #fd8213;
    float: right;
    padding: 50px 0 50px 40px;
    font-size: 12pt;
}


.zadania-title {
    font-family: "ProximaNovaLight", "Arial";
    font-weight: lighter;    
    width: calc(100% - 75px);
    height: 40px;
    line-height: 40px;
    font-size: 16pt;       
}

.zadania-title-left {
    float: left;
    text-align: left;
    margin-left: 75px; 
}

.zadania-title-right {
    float: right;
    text-align: right;
    margin-right: 75px; 
}

.zadanie-done {
    min-height: 63px;
    width: 100%;
    text-align: right;
    line-height: 63px;
    padding-right: 35px;
    margin-bottom: 20px;
}

.done-yellow-team{
    background: url("../images/zadania-yellow.png") right top transparent no-repeat;
}

.done-green-team{
    background: url("../images/zadania-green.png") right top transparent no-repeat;
}

.done-blue-team{
    background: url("../images/zadania-blue.png") right top transparent no-repeat;
}

.done-red-team{
    background: url("../images/zadania-red.png") right top transparent no-repeat;
}



.livestream {
    width: 100%;
    min-height: 320px;
    text-align: center; 
    margin-top: 40px;
    margin-bottom: 50px;
}

.livestream h2 {
    margin: 15px 0 15px 0;
    font-size: 20pt;
    text-transform: uppercase;
    color: #fff;
}

.stream {
    margin-bottom: 30px;
    min-height: 370px;
    background: #111111;
}

.livestreamer {
    width: 100px;
    height: 370px;
    font-size: 25pt;
    line-height: 470px;
    float: left;
}

.stream-col{
    padding: 0;
    margin: 0;
    border: 0;    
    height: 370px;
}

.stream-chat{
    margin: 15px 10px 15px 0;
    width: calc(100% - 30px);
    height: 340px;
    position: relative;
}

.stream-twitch {
    margin: 15px 5px 15px 15px;
    float: right;
    width: calc(100% - 125px);
    height: 340px;
    position: relative;
}

.livestreamer-author {
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);	
}

.live-blue {
    background: url("../images/livestream_blue.png") transparent no-repeat top center;
    color: #fff;
}

.live-green {
    background: url("../images/livestream_green.png") transparent no-repeat top center;
    color: #fff;
}

.live-red {
    background: url("../images/livestream_red.png") transparent no-repeat top center;
    color: #fff;
}

.live-yellow {
    background: url("../images/livestream_yellow.png") transparent no-repeat top center;
    color: #000;
}


.lista-contener {
    width: 250px;
    min-height: 400px;
}

.lista-druzyna{
    width: 100%;
    min-height: 300px;
    background: #0e0e0e;
    padding-bottom: 30px;
}


.lista-left {
    float: left;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 125px 60px 0;
    border-color: transparent #0e0e0e transparent transparent;
    margin-bottom: 40px;
}

.lista-right {
    float: right;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 60px 125px 0 0;
    border-color: #0e0e0e transparent transparent transparent;
}


.druzyna-green {
    background: url("../images/green.png") #0e0e0e no-repeat;
    background-position: center -7px;
}

.druzyna-blue {
    background: url("../images/blue.png") #0e0e0e no-repeat;
    background-position: center -7px;
}

.druzyna-red {
    background: url("../images/red.png") #0e0e0e no-repeat;
    background-position: center -7px;
}

.druzyna-yellow {
    background: url("../images/yellow.png") #0e0e0e no-repeat;
    background-position: center -7px;
}

.druzyna-tytul {
    width: 100%;
    text-align: center;
    line-height: 60px;
    height: 80px;
    font-family: "ProximaNovaBold", "Arial";
    font-weight: bold;
    font-size: 14pt;
    color: #1c1c1c;
    text-transform: uppercase;
}


.druzyna-icons {
    height: 25px;
    padding: 0;
    margin: 0;
    float: right;
    width: 75px;
    margin-top: 6px;
}

.druzyna-icons-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent #000000 transparent transparent;
    float: left;
}

.druzyna-icons-cont {
    height: 25px;
    float: right;
    width: 60px;
    background: #000;
}

.druzyna-list {
    width: 100%;
    min-height: 32px;
    color: #fff;
    margin-top: 10px;
}

.druzyna-nazwa {
    margin-left: 15px;
    float: left;
    line-height: 35px;
}

.druzyna-img{
    margin-left: 25px;
    width: 32px;
    height: 32px;
    float: left;
}

.druzyna-icons-cont img {
    margin: 5px 0px 5px 5px;
}
