@import url(../fonts/stylesheet.css);
@import url(xs.css);
@import url(sm.css);
@import url(md.css);
body {
    /*background: #F9BE0E;
    background: linear-gradient(0deg,#FBC20F 0%,#F4A21B 100%) no-repeat scroll 0 0 #F9BE0E;*/
    background: #fff;
    color: #000000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
}

a {
    text-decoration: none;
}

.sprite {
    background: url("/img/lato/sprite-sg.png?1") no-repeat scroll left top transparent;
    display: block;
}

.sprite.arr_l {
    background-position: 0 0;
    width: 64px;
    height: 64px;
}

.sprite.arr_l_mini {
    background-position: 0 -114px;
    width: 35px;
    height: 35px;
}

.sprite.arr_r {
    background-position: 0 -199px;
    width: 64px;
    height: 64px;
}

.sprite.arr_r_mini {
    background-position: 0 -313px;
    width: 35px;
    height: 35px;
}

.sprite.drizzle_l {
    background-position: -6px -397px;
    width: 270px;
    height: 188px;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}

.sprite.drizzle_r {
background-position: 23px -619px;
    width: 433px;
    height: 218px;
    position: fixed;
    right: 0;
    z-index: 0;
    bottom: 0;
}

.sprite.knz {
    background-position: 0 -898px;
    width: 72px;
    height: 74px;
}

.sprite.logo {
    background-position: 0 -1010px;
    width: 210px;
    height: 102px;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.sprite.ludzik_f {
    background-position: 0 -1135px;
    width: 68px;
    height: 106px;
    position: absolute;
    right: 24px;
    top: -21px;
}

.sprite.ludzik_r {
    background-position: 0 -1291px;
    width: 94px;
    height: 116px;
    margin-left: -57px;
    margin-top: 59px;
    position: absolute;
}

.sprite.ludzik_z {
    background-position: 0 -1457px;
    width: 98px;
    height: 116px;
    position: absolute;
    right: -68px;
    top: 150px;
    z-index: 10;
}

.sprite.ludziki {
    background-position: 0 -1623px;
    width: 237px;
    height: 176px;
}

.sprite.more {
    background-position: 0 -1849px;
    width: 15px;
    height: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    right: -21px;
    top: -4px;
}

.sprite.play {
    background-position: 0 -1914px;
    width: 93px;
    height: 97px;
}

.sprite.zagraj {
    background-position: -483px 0;
    width: 89px;
    height: 120px;
    position: absolute;
    right: -10px;
    top: 20px;
}

.sprite.zagraj_h {
    background-image: url(/img/zagraj-bg.png);
    background-position: 50%;
}

.sprite.zobacz {
    background-position: -483px -327px;
    width: 89px;
    height: 120px;
    position: absolute;
    right: -10px;
    top: 20px;
}

.sprite.zobacz_h {
    background-image: url(/img/zobacz-bg.png);
    background-position: 50%;
}

.nz-meter-container {
    display: none;
}

#form-signup table,#form-user table,#reset-password-form table {
    background-color: transparent;
}

.main-menu {
    color: #000000;
    font-family: CanalDINMiXPL;
    font-size: 24px;
    margin-top: 1em;
}

.main-menu li a {
    white-space: nowrap;
    border-radius: 0;
    color: #000;
    background: url(/img/bgToonItem.png) no-repeat scroll center 25px transparent;
}

.main-menu li a:hover {
    background-color: #E2640E;
    color: #E2640E;
}

.main-menu li.active a {
    background-color: #82197e;
    color: #ffffff;
}

.nav-pills>li>a,.btn,.panel-heading,.panel {
    border-radius: 0;
}

.profile span.caret {
    display: none;
}

span.arrdown {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    display: inline-block;
    height: 20px;
    right: 4px;
    top: 3px;
    transform: rotate(90deg);
    width: 25px;
}

.navbar-toggle .icon-bar {
    background-color: #fff!important;
}

.navbar-brand>img {
    height: 100%
}

.navbar-default .navbar-brand {
    padding: 3px 0;
}

nav.navbar.navbar-inverse.strefa-graczy {
    height: 26px;
    min-height: 26px;
    margin-top: 20px;
    font-family: CanalDINMiXPL;
}

p.navbar-text {
    margin: 0 15px;
    line-height: 31px;
}

.profile {
    position: relative;
    margin-top: -10px;
    height: 37px;
}

nav .profile.btn-group>.btn {
    padding: 2px 10px;
    background: #cb0044;
    z-index: 2;
    position: relative;
}

.profile:before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -10px;
    width: 0;
    height: 0;
    top: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
    z-index: 1;
}

.profile img {
    margin-right: 10px;
}

.navbar-inverse a {
    color: #fff;
}

.bgPat1,.bgPat2,.bgPat3,.bgPat4,.bgPat5 {
    height: 600px;
    width: 100%;
    z-index: 0;
}

.bgPat1 {
    background: url(/img/lato/bgPat1C.png) no-repeat center top;
    position: absolute;
    top: 0px;
    z-index: 0;
}

footer p {
    font-size: 12px;
}

footer a {
    color: #000;
}

footer .links-small a {
}

footer {
    margin-top: 100px;
    position: relative;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    width: 100%;
}

.carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FCC61D;
    opacity: 1;
    text-align: left;
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
}

.carousel-control {
    padding: 25% 10px;
    background-image: none!important;
}

ol.carousel-indicators {
    bottom: auto;
    top: 10px;
}

.carousel-indicators li {
    background: #fff;
}

.carousel-indicators li.active {
    background: #81197f;
    border: none;
}

.carousel-caption h4,.carousel-caption .h4 {
    color: #E94827;
    font-size: 30px;
    margin-top: 0;
}

.carousel-caption p {
    color: #000;
    font-size: 18px;
}

.ncgo span,.ncgo img {
    display: inline-block;
    vertical-align: middle;
}

.ncgo img {
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.ncgo {
    color: #000000;
    font-family: CanalDINMiXPL;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 14px;
}

.teraz a {
    color: #000000;
    display: inline-block;
    font-family: CanalDINMiXPL;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.teraz h2 {
    color: #000000;
    font-family: CanalDINMiXPL;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 7px;
    z-index: 12345;
    position: relative;
    text-shadow: 0px 0px 13px #fcc61d,0px 0px 13px #fcc61d,0px 0px 13px #fcc61d;
}

.teraz .g {
    height: 42px;
    line-height: 40px;
    z-index: 12345;
    position: relative;
}

.g span {
    background: url(/img/mbg.png) no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 35px;
    font-weight: 400;
    height: 42px;
    margin-left: 5px;
    padding: 0 3px;
    vertical-align: top;
}

.g span:first-child {
    background: url(/img/hbg.png) no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 41px;
    min-height: 44px;
    width: 56px;
    margin-top: 0;
    padding-top: 0;
    line-height: 1em;
}

.teraz h3 {
    color: #E94827;
    font-family: 'Titillium Web', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 20px 0;
    z-index: 12345;
    position: relative;
    text-shadow: 0px 0px 13px #fcc61d,0px 0px 13px #fcc61d,0px 0px 13px #fcc61d;
}

.teraz {
    background-color: #FCC61D;
}

.dz {
    background: url(/img/banner_dz.jpg) no-repeat scroll left top #F17A20;
    background-position: 25% 10%;
}

.dz h2,.dz .h2 {
    bottom: 5%;
    color: #FFFFFF;
    font-family: CanalDINMiXPL;
    font-size: 14px;
    font-weight: 400;
    left: 20%;
    position: absolute;
}

.dz img {
    float: right;
    margin: 0 10px 0;
}

.baner {
    margin-bottom: 20px;
}

.tabs>ul li a,.tabs>ul li span {
    border-left: 1px solid #FFFFFF;
    color: #FEFEFE;
    font-family: CanalDINMiXPL!important;
    font-size: 17px!important;
    font-weight: 400;
    padding: 0 25px!important;
    margin-top: -5px;
}

.tabs li.active a,.tabs li.active span {
    border: medium none;
    color: #000000;
}

.tabs>ul li:first-child a {
    border-left: none!important;
}

.tabs>ul li {
    background-color: #E94827;
    float: left;
    list-style: none outside none;
    padding: 18px 0;
}

.tabs li.active {
    background-color: #EE7825;
    color: #000000;
    margin-top: -5px;
    padding-top: 25px;
}

.tabs .tab-content {
    background-color: #EE7825;
    clear: both;
    min-height: 187px;
    width: 100%;
    margin-top: -22px;
    position: relative;
}

.tabs .tab-pane>ul.row {
    margin-left: -40px;
    margin-right: 80px;
}

.tabs .tab-content>div>ul {
    display: block;
    margin-top: 20px;
}

.tabs .tab-content>div>ul li {
    float: left;
    list-style: none outside none;
    margin: 20px 0 0 24px;
    position: relative;
    margin-left: 0;
}

.tabs .tab-content>div>ul li a {
    color: #FEFEFE;
    font-family: CanalDINMiXPL;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: block;
}

.tabs .tab-content>div ul li a span {
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.tabs .tab-content>div>ul li a .sprite {
    display: none;
    position: absolute;
    top: 0;
}

.tabs .tab-content>div ul li a:hover .sprite {
    display: block;
    background-color: #81197f;
    margin: auto;
    padding-bottom: 56.25%;
    width: 100%;
}

.nav>li>a:hover,.nav>li>a:focus {
    background: transparent;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus,.inherit,.inherit:hover {
    color: inherit;
    background-color: inherit;
    border: inherit;
    font-size: inherit;
    font-family: inherit;
    padding: inherit;
    margin: inherit;
}

.top-postaci h2,.top-postaci .h2 {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.btn {
    font-family: CanalDINMiXPL;
}

.buttons a i {
    margin: auto;
    min-height: 78px;
}

h2.shadow,.h2.shadow {
    font-size: 30px;
    line-height: 48px;
    position: relative;
    padding-left: 60px;
    background-size: 300px 25px;
    margin: 2em 0 0.8em 0;
    background-image: url(/img/bgToonItem.png);
    background-size: 63% 43%;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position-x: -76px;
}

.shadow .sprite2 {
    display: inline-block;
    margin: 0px 10px 0 0;
    left: 0;
    top: 0;
    position: absolute;
}

.container {
    position: relative;
    z-index: 1;
}

div.frame figure {
    background: transparent url(/img/frame.png) no-repeat;
    background-size: cover;
    padding: 17px 5px 10px 6px;
}

.frame h3,.frame h2 {
    font-size: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5em;
    margin: 0.5em 0;
}

div.frame-more figure {
    background: transparent url(/img/frame-more.png) no-repeat;
    background-size: cover;
    padding: 27px 24px;
}

figure i.sprite2.sprite2-arr-r {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -50px;
}

div.frame-more figure span {
    color: #fff;
    font-family: CanalDINMiXPL;
    position: absolute;
    top: 55%;
    text-align: center;
    left: 0;
    width: 100%;
}

.postac .panel-body {
    background: #ec7618;
}

.postac .legend {
    min-height: 2.2em;
    color: #000;
}

.bg-postac {
    background: transparent url(/img/drizzle-postac.png) no-repeat top left;
    width: 849px;
    height: 352px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.fold {
    position: relative;
}

.fold>div {
    position: relative;
    max-height: 79px;
    margin-bottom: 10px;
    overflow-y: hidden;
}

.fold .more {
    color: #81187e;
    padding: 0;
    line-height: 21px;
    font-size: 18px;
    height: 25px;
    border-radius: 13px;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1em;
    display: inline-block;
}

.fold .less {
    color: #81187e;
    padding: 0;
    line-height: 21px;
    font-size: 18px;
    height: 25px;
    border-radius: 13px;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1em;
    display: none;
}

.fold:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 60px;
    display: block;
    left: 0;
    bottom: 3em;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgb(255,255,255) 100%);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.fold.unfolded>div {
    max-height: 1900px;
}

.fold.unfolded .more {
    display: none;
}

.fold.unfolded .less {
    display: inline-block;
}

.fold .more i {
    font-style: normal;
    transform: rotate(90deg);
    display: inline-block;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    transform: rotate(90deg);
}

.fold .less i {
    font-style: normal;
    transform: rotate(90deg);
    display: inline-block;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    transform: rotate(90deg);
}

.fold .more:hover i {
    transform: rotate(450deg);
}

.fold .less:hover i {
    transform: rotate(450deg);
}

.fold.unfolded:after {
    display: none;
}

.row.buttons .btn {
    background: #ec7618;
    color: #fff;
    line-height: 01em;
}

h2.shadow.konkursy {
    padding-left: 80px;
}

h2.shadow.gry {
    padding-left: 80px;
}

h2.shadow.program {
    padding-left: 80px;
}

.emisja {
    font-size: 24px;
    padding-bottom: 0.5em;
    background-image: url(/img/bgToonItem.png);
    background-size: 100% 43%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.inline-block {
    display: inline-block!important;
}

.emisja a {
    font-size: 48px;
    font-family: 'Titillium Web', sans-serif;
    color: #e8421c;
    text-decoration: underline;
    margin-right: 0.5em;
}

.emisja .odc {
    margin-right: 0.5em;
}

.emisja .g.pull-right {
    margin-right: 1em;
}

a.orange {
    font-family: 'Titillium Web', sans-serif;
    color: #e8421c;
    text-decoration: underline;
}

.sprite2-bullet {
    margin-right: 20px;
}

h2.shadow.sezony {
    line-height: 71px;
    padding-left: 80px;
}

.row.sezon {
    background-image: url(/img/bgToonItem.png);
    background-size: 90% 33%;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.banner {
    margin-bottom: 15px;
}

form.orange {
    background: #ed7618;
}

form.szukaj {
    padding: 1px 0;
}

.orange .panel-heading {
    color: #fff;
}

#szukaj-form .sprite2-ico-migowa {
    margin-bottom: -8px;
}

#szukaj-form .sprite2-ico-audio-deskrypcja {
    margin-bottom: -10px;
}

#szukaj-form.form-horizontal .form-group {
    margin-bottom: 0;
}

.shadow {
    background-image: url(/img/bgToonItem.png);
    background-size: 80% 43%;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position-x: -45px;
    position: relative;
}

.select-styled {
    width: 117%;
    font-family: CanalDINMiXPL;
    font-size: 24px;
    padding: 13px 0px 3px 9px;
    border: none;
    background: TRANSPARENT;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 36px;
    text-overflow: ellipsis;
    overflow: hidden!important;
}

.styled-select-container {
    overflow: hidden!important;
    padding-right: 28px;
}

.styled-select-container.select-orange {
    background: #e8421c url(/img/select-arr-orange.png) no-repeat center right;
}

.styled-select-container.select-violet {
    background: #ce1c60 url(/img/select-arr-violet.png) no-repeat center right;
}

.form-bg {
    background: transparent url(/img/bg-szukaj.png) no-repeat top right;
    height: 180px;
    margin-top: -61px;
}

.form-bg .btn {
    margin: auto;
    display: block;
    width: 50%;
    top: 35px!important;
    position: relative;
    background: transparent;
    color: #fff;
}

.row.pozycja {
    border-bottom: 1px solid #8a2478;
    margin-bottom: 15px;
    min-height: 148px;
    padding-bottom: 15px;
    padding-top: 15px;
}

a.about {
    font-weight: bold;
    color: #81187e;
    font-size: 18px;
}

.pozycja p {
    margin-top: 1.5em;
    font-size: 18px;
}

.pozycja p a {
    color: #e8421c;
    font-weight: bold;
}

.pozycja .h3 {
    padding: 0.3em 0;
    display: block;
    margin: 0;
}

.program-btn {
    border-bottom: 1px solid #8a2478;
    FONT-SIZE: 18px;
    font-weight: bold;
    font-family: CanalDINMiXPL;
    color: #81187e;
    padding: 10px;
    cursor: pointer;
}

.rot90 {
    transform: rotate(90deg);
    display: inline-block;
}

.btn .sprite2-arr-right-2 {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px;
}

.margin-bottom-3 {
    margin-bottom: 3em;
}

#show-next .program-btn {
    border: none;
}

.box.orange {
    background: #ed7618;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
}

.box.orange span {
    color: #fff;
    font-size: 19px;
    font-family: CanalDINMiXPL;
    position: absolute;
    bottom: 1em;
}

.row.emisja-small {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: CanalDINMiXPL;
}

.opis {
    font-size: 18px;
}

.margin-top-2 {
    margin-top: 2em;
}

.filter-bar .btn {
    font-family: 'Titillium Web', sans-serif!important;
    height: 40px;
    margin-bottom: 5px;
}

.search-wrapper .btn {
    padding: 0px 0 0 12px;
    border: none;
    display: block;
    font-size: 18px;
    line-height: 41px;
    height: 40px;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
}

.search-wrapper input {
    float: left;
    position: absolute;
    right: 20px;
    height: 40px;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    width: 0;
    min-width: 0;
    top: 0;
}

.search-wrapper input:focus {
    width: 100%;
    min-width: 465px;
}

.filter-bar .search {
    float: right;
    position: relative;
    margin-left: 10px;
}

.btn i.sprite2.sprite2-szukaj {
    margin: 6px 5px;
    vertical-align: bottom;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    background-color: #ed7618;
}

.pagination>li>a,.pagination>li>span {
    background: #81197f;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
}

.pagination>li>a,.pagination>li:first-child>a,.pagination>li:last-child>a,.pagination>li>span,.pagination>li:first-child>span,.pagination>li:last-child>span {
    border-radius: 0;
}

.last-numeric::before {
    position: relative;
    display: inline;
    content: "...";
    margin: 0 5px 0 10px;
    float: left;
    font-size: 24px;
    line-height: 51px;
    color: #81197f;
}

.first-numeric::after {
    position: relative;
    display: inline;
    content: "...";
    margin: 0 5px 0 10px;
    float: left;
    font-size: 24px;
    line-height: 51px;
    color: #81197f;
}

.fold.big>div {
    max-height: 226px;
}

.fold .bohater {
    height: 219px;
    margin-bottom: 20px;
}

.fold.big:after {
    display: none;
}

.big.fold.unfolded>div {
    max-height: 2000px;
}

div.frame.orangeFrame figure {
    background: transparent url(/img/frame-more.png) no-repeat;
}

.margin-top-4 {
    margin-top: 4em;
}

.main-links .btn {
    text-align: left;
    margin-top: 5px;
    font-family: 'Titillium Web', sans-serif;
}

.buttons .col-sm-6 {
    margin-bottom: 30px;
}

.col-sm-4.frame, .col-sm-4.frame-more {
    margin-top: 2em;
}

.gracz-miesiaca {
    background: transparent url(/img/gracz_miesiaca.png) no-repeat;
    min-height: 77px;
    background-size: contain;
    padding-top: 19px;
    padding-left: 20px;
    color: #000!important;
    margin-top: 45px;
}

.gracz-miesiaca a {
    color: #000;
}

.gry-icons.ranking,.profile-data ul li.ranking {
    background-position: 0 0px;
    height: 45px;
}

.gry-icons,.profile-data ul li:first-child {
    background: url(/img/gry-ico.png) scroll no-repeat;
    font-size: 23px;
    padding-left: 38px;
    line-height: 44px;
    margin-bottom: 0;
}

.gry-icons.osiagniecia,.profile-data ul li.osiagniecia {
    background-position: 0 -45px;
    height: 45px;
}

.gry-icons.grane,.profile-data ul li.grane {
    background-position: 0 -225px;
    height: 45px;
}

.gry-icons.ulubione,.profile-data ul li.ulubione {
    background-position: 0 -135px;
    height: 45px;
}

.gry-icons.komentarze,.profile-data ul li.komentarze {
    background-position: 0 -180px;
    height: 45px;
}

.profile-data ul {
    list-style: none;
    padding: 0;
}

.profile-data ul li {
    padding-left: 45px;
    font-size: 16px;
}

blockquote {
    background: #ee7825;
    margin: 1.5em 0px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    color: #91339c;
    content: open-quote;
    font-size: 4em;
    line-height: 0.3em;
    margin-right: 0.25em;
    vertical-align: 0;
    left: 0;
    position: absolute;
}

blockquote:after {
    color: #91339c;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    position: absolute;
    right: 0;
    bottom: 0;
}

blockquote p {
    display: inline;
    color: #000;
    font-size: 15px;
}

.komentarz {
    margin-bottom: 2em;
    border-top: 1px solid #91339c;
    padding-top: 1em;
}

.komentarz:after {
}

.komentarz .data {
    font-size: 12px;
}

.komentarz p {
    font-size: 16px;
}

.komentarz h4,.komentarz h4 {
    margin: 0;
}

.navbar-gry {
    background: #fcc61c;
    max-height: 70px;
    border-bottom: 5px solid #af8b11;
    overflow-x: hidden;
    overflow-y: visible;
    overflow: hidden;
}

.navbar-gry a.navbar-brand {
    height: 65px;
}

.navbar-gry .main-menu {
    font-size: 14px;
    margin-top: 10px;
}

.navbar-gry .main-menu li a {
    background: none;
    color: #000;
    padding-left: 6px;
}

.strefa {
    border-bottom: 5px solid #571255;
    min-height: 70px;
    background: #82197e;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 10;
    margin-right: -75%;
}

.strefa .triangle {
    background: #82197e url(/img/triangle.jpg) no-repeat top left;
    height: 70px;
    display: block;
    position: absolute;
    width: 80px;
    top: 0;
    margin-left: -80px;
}

.strefa.pull-right {
}

.navbar-gry .profile {
    margin: 0;
    height: inherit;
    color: #fff;
    position: relative;
}

.navbar-gry .profile:before {
    display: none;
}

nav.navbar-gry .profile.btn-group>.btn {
    background: transparent;
    color: #fff;
    line-height: 55px;
    vertical-align: sub;
    box-shadow: none;
}

.navbar-gry span.arrdown {
    height: 46px;
}

.navbar-gry .dropdown-menu {
    z-index: 10000;
    background: #571255;
    position: absolute;
}

.no-shadow:after {
    display: none;
}

i.sprite2.sprite2-star-gray {
    display: inline-block;
    vertical-align: bottom;
}

.btn-circle {
    border-radius: 50%;
    width: 39px;
    line-height: 27px;
    height: 39px;
    color: #fff;
}

i.sprite2.sprite2-star {
    display: inline-block;
    vertical-align: sub;
}

h2 small {
    line-height: 40px;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    color: #000;
}

.orange .has-error label.control-label {
    color: red;
}

textarea.form-control {
    border-width: 3px;
}

.orange .has-error .form-control {
    border-color: red;
}

.orange .has-error .help-block {
    color: red;
}

.orange label {
    font-size: 24px;
    color: #000;
    font-family: CanalDINMiXPL;
}

.videoContainer .video-js.vjs-standard-skin .vjs-big-play-button:hover {
    background-color: rgba(129,25,127,.85);
}

.videoContainer .video-js.vjs-standard-skin .vjs-control:hover,.videoContainer .video-js.vjs-standard-skin.vjs-playing .vjs-play-control:hover {
    background: rgba(129,25,127,.85);
}

.videoContainer .video-js.vjs-standard-skin .vjs-play-progress,.videoContainer .video-js.vjs-standard-skin .vjs-play-progress.vjs-ad-progress,.videoContainer .video-js.vjs-standard-skin .vjs-volume-level {
    background: rgb(129,25,127);
}

.videoContainer .video-js.vjs-standard-skin .vjs-volume-control:hover,.videoContainer .video-js.vjs-standard-skin .vjs-current-time:hover,.videoContainer .video-js.vjs-standard-skin .vjs-duration:hover,.videoContainer .video-js.vjs-standard-skin .vjs-remaining-time:hover,.videoContainer .video-js.vjs-standard-skin .vjs-time-divider:hover {
    background: transparent;
}

.program-szukaj .checkbox label {
    font-size: 16px;
}

.program.emisja a {
    font-size: 19px;
}

.emisja.program {
    font-size: 17px;
    min-height: 68px;
}

.program.emisja .g span:first-child {
    font-size: 30px;
    width: 40px;
    height: 33px;
    min-height: 0;
}

.emisja.program .g span {
    font-size: 23px;
    height: 30px;
}

.emisja.program .g.pull-right {
    margin-right: 0;
}

h2.shadow.zabawy,.h2.shadow.zabawy {
    line-height: 68px;
    margin-bottom: 0.6em;
}

.carousel-main-body .inline.inherit {
    position: absolute;
}

.tabs-sg .tab-pane>h2 {
    position: absolute;
    margin: 2em 6em;
}

.tabs-sg .tab-pane>h3,.tabs-sg .tab-pane>ul {
    position: relative;
    background: #ee7825
}

.tabs-sg.tabs .tab-content>div>ul {
    min-height: 130px;
}

.sprite-tv {
    position: absolute;
    right: -32px;
    top: 0;
    margin-top: -120px;
    z-index: 1;
}

.cc-revoke,.cc-window {
    font-size: 12px!important;
    color: #333;
}

.cc-banner .cc-message,.cc-link {
    color: #333!important;
}

@media screen and (max-width: 768px) {
    #nctop {
        display:none;
        height: 0;
    }
}

.auth-icon.google {
    background: transparent url(001-google-plus.svg) no-repeat;
    width: 100px;
    height: 100px;
}

.auth-icon.facebook {
    background: transparent url(002-facebook.svg) no-repeat;
    width: 100px;
    height: 100px;
    margin-left: 30px
}


.text-box p {font-size:1.8rem;}

