.iplansza{
    width:100%;
    height:100%;

    position:absolute;
    z-index:2000000000;
    top:0;
    left:0;
}
.plansza{
    width:100%;
    height:100%;

    position:absolute;
    z-index:2001;
    top:0;
    left:0;
}

.plansza .blue{
    background: url(../images/bg_blue.gif) 0 0 fixed repeat;
    width:100%;
    height:100%;
    position:fixed;
    z-index: -1;

    top:0;
    left:0;
}
.plansza .dark{
    background: url(../images/bg_dark.gif) 0 0 fixed repeat;
    color:#FFF;

    width:100%;
    height:100%;
    position:fixed;
    z-index: -1;

    top:0;
    left:0;
}
.plansza .smoke{
    background: url(../images/bg_smoke.gif) 0 0 fixed repeat;

    width:100%;
    height:100%;
    position:fixed;
    z-index: -1;

    top:0;
    left:0;
}

.plansza .close{
    position:absolute;
    right:20px;
    top:20px;
    cursor:pointer;
}

/*search*/
.wyszukiwarka_ogolna{
    width:75%;
    min-width:1000px;
    margin-left:auto;
    margin-right:auto;
}
.szukaj .search{
    padding-top:10%;
    border-bottom:1px solid #FFF;
    padding-bottom:10px;
    height:60px;
    margin-bottom:20px;
}
.szukaj .search input{
    background:none;
    color:#FFF;
    font-size:48px;
    width:75%;
    float:left;
    font-family: "MyriadProCondRegular", Arial, sans-serif;
}
.szukaj .search button{
    float:right;
    border:none;
    background:none;
}
.szukaj .search button img{
    padding-top:10px;
}
.szukaj .more{

    text-align:right;
    color:#FFF;
    cursor:pointer;
    margin-bottom:20px;
}
.szukaj .more img.rozwin{
    color:#FFF;
}

.szukaj .more img.rotate {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
    -o-transform:rotate(180deg); /* Opera */
}

.szukaj .more_options ul li{
    float:left;
    margin-left:3%;
    margin-bottom:20px;
    color:#FFF;
}
.more_options p {
    float: left;
    background-color: #303030;
    display: block;
    padding: 5px 15px;
    color: white;
}
/*end search*/

/*logowanie_i_rejestracja*/
.logowanie_i_rejestracja{
    width:75%;
    min-width:1000px;
    margin-left:auto;
    margin-right:auto;
    text-shadow: 1px 1px 0 #000;
}
.logowanie_i_rejestracja .row.form{
    padding-top:10%;
    padding-bottom:10px;
    height:70px;
    margin-bottom:20px;
    overflow:hidden;
}
.logowanie_i_rejestracja .email{
    border-bottom:1px solid #FFF;
    overflow:hidden;
    width:45%;
    float:left;
    height:70px;
}
.logowanie_i_rejestracja .haslo{
    border-bottom:1px solid #FFF;
    overflow:hidden;
    width:45%;
    float:right;
    height:70px;
}
.logowanie_i_rejestracja .email.small{
    border-bottom:1px solid #FFF;
    overflow:hidden;
    width:30%;
    float:left;
    height:50px;
}
.logowanie_i_rejestracja .haslo.small{
    border-bottom:1px solid #FFF;
    overflow:hidden;
    width:30%;
    float:right;
    height:50px;
    margin-left:5%;
}
.logowanie_i_rejestracja p{
    float:left;
    margin-right:20px;
    padding-top:5px;
    color: #FFF;
}
.logowanie_i_rejestracja input{
    background:none;
    color:#FFF;
    font-size:48px;
    width:100%;
    float:left;
    border:none;
    font-family: "MyriadProCondRegular", Arial, sans-serif;
}
.logowanie_i_rejestracja .small input{
    background:none;
    color:#FFF;
    font-size:32px;
    width:100%;
    float:left;
    border:none;
    font-family: "MyriadProCondRegular", Arial, sans-serif;
}
.logowanie_i_rejestracja .regulamin{
    float:left;
    width:158px;
}
.logowanie_i_rejestracja input[type="password"]{
    letter-spacing:20px;
}
.logowanie_i_rejestracja button.loguj{
    background:#00B0EE;
    color:#FFF;
    font-size:24px;
    padding:5px 15px;
    float:left;
    border:none;
}
.logowanie_i_rejestracja button.rejestruj{
    background:#37c863;
    color:#FFF;
    font-size:24px;
    padding:5px 15px;
    float:left;
    border:none;
}
.logowanie_i_rejestracja .register{
    cursor:pointer;
}
/*end logowanie_i_rejestracja*/

/*video*/
.video_single{
    margin-top: 50px;
}
.video_single .content{
    background: none;
}
.video_single .player{
    margin: 10px 0 20px 0;
    position: relative;
    display: block;
}

.video_single .title p{
    color: #555;
    font-size: 36px;
    font-family: "MyriadProCondRegular", Arial, sans-serif;
}
.video_single .txt p{
    color: #AAA;
    font-size: 16px;
    line-height: 150%;
}
.video_single .txt{
    margin-bottom: 20px;
}
.video_single .player img.playme{
    position: absolute;
    top:50%;
    left: 50%;
    margin: -28px 0  0 -28px;
}

.video_single .player .social{
    position: absolute;
    left: -25px;
    top: 0;
    width: 20px;
}
.video_single .player .social img{
    margin-bottom: 5px;
    opacity: 0.4;
    filter: alpha(opacity = 40);
}
.video_single .player .social img:hover{
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
/*end video*/

/*cad*/
.cad{
    padding-top: 50px;
}
.cad .content{
    background: none;
}
.cad .title{
    border-bottom: 1px solid #555;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;

    font-size: 32px;
    color: #00B0EE;
    font-family: "MyriadProRegular", Arial, sans-serif;
}
.cad .flesh{
    overflow: hidden;
    border-bottom: 1px solid #555;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.cad .flesh .img{
    float: left;
}
.cad .flesh .opis{
    float: left;
    width: 620px;
    margin-left: 20px;
    position: relative;
    height: 270px;
}
.cad .flesh .opis .img{
    max-height:50px;
    max-width:620px;
}
.cad .flesh .opis .nadole{
    position: absolute;
    left: 0;
    bottom: 0;
}
.cad .flesh .opis .txt p{
    line-height: 150%;
    color: #CCC;
}
.cad .flesh .opis .txt{
    margin-bottom: 20px;
}
.cad .flesh .opis .download a{
    font-size: 24px;
    color: #FFF;
}
.cad .flesh .opis .download a:hover{
    color: #00B0EE;
}
.cad .more{
    overflow: hidden;
}
.cad .more .item{
    float: left;
    width: 300px;
    margin-left: 20px;
    padding: 10px;
}
.cad .more .item.first{
    margin-left: 0;
}
.cad .more .item:hover{
    background-color: #333;
}
.cad .more .img{
    margin-right:10px;
    float: left;
}
.cad .more .txt{
    width: 200px;
    font-size:12px;
    margin-right:6px;
    float: left;
}
.cad .more .txt a{
    color:#FFF;
    font-size: 14px;
}
/*end cad*/

/*inf*/
.inf .content{
    background: none;
    margin-top: 20px;
}
.inf .plansza_menu{
    overflow: hidden;
    border-bottom: 1px solid #666;
    margin: 20px 0;
    padding-bottom: 10px;
}
.inf .plansza_menu a{
    font-size: 28px;
    color: #666;
    font-family: "MyriadProRegular", Arial, sans-serif;
    padding: 0 20px;
}
.inf .plansza_menu ul li.first a{
    padding-left: 0px;
}
.inf .plansza_menu a:hover,
.inf .plansza_menu a.active{
    color: #fff;
}
.inf .plansza_menu ul li{
    float: left;
}

.inf .flesh .col50{
    float: left;
    width: 50%;
}
.inf .flesh .col70{
    float: left;
    width: 70%;
}
.inf .flesh .col30{
    float: left;
    width: 30%;
}
.inf .flesh .col33{
    float: left;
    width: 30%;
    margin-left: 5%;
}
.inf .flesh .col33.first{
    float: left;
    width: 30%;
    margin-left: 0;
}
.inf .flesh .col33 li.title a{
    text-transform: uppercase;
    font-weight: bold;
    color: #EEE;
}
.inf .flesh .col33 li.title{
    background-color: #333;
    padding: 5px;
    border-left: 3px solid #FFF;
}
.inf .flesh .col33 li{
    margin-bottom: 10px;
}
.inf .flesh .col33 li a{
    color: #BBB;
}
.inf .flesh .col33 li a:hover{
    color: #FFF;
}
.inf .flesh .bloczek{
    padding: 10px;
    margin-bottom: 20px;
}
.inf .flesh p.uppercase{
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: "MyriadProSemibold", Arial, sans-serif;

    margin-bottom: 5px;
}
.inf .flesh p.bluetxt{
    font-size: 16px;
    line-height: 100%;
    color: #00B0ED;

    margin-bottom: 10px;
}
.inf .flesh a{
    color: #fff;
}
.inf .flesh a:hover{
    text-decoration: underline;
}
.inf .flesh p.name{
    font-weight: bold;
    margin-top: 10px;
}

.inf .flesh p.bluetxt.name{
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 5px;
}
.inf .flesh p{
    font-size: 14px;
    line-height: 150%;
    color: #EEE;
}
.inf .flat_txt{
    width: 600px;
    margin: 0 auto;
}
.inf .lead p{
    margin-bottom: 10px;
    font-size: 16px;
}
.inf .cols .col_left .opis{
    margin: 0 10px;

    color: #CCC;
    line-height: 175%;
}
.inf .lead p{
    font-weight: bold;
    line-height: 175%;
    color: #CCC;
}
.inf .opis span{
    font-weight: bold;
}
.inf .opis ul li{
    list-style-image: url(../images/icons/white_dot.png);
    margin-bottom: 10px;
    margin-left: 30px;
    color: #CCC;
}
.inf .opis h4,
.inf .opis h3{
    font-weight: bold;
    color: #FFF;
}
.inf .opis p{
    margin-bottom: 20px;
    color:#CCC;
}
.inf .opis a{
    color: #00B0EE;
}
.inf .opis a:hover{
    text-decoration: underline;
}
/*end inf*/

/*schowek*/
.schowek{
    padding-top: 50px;
}
.schowek .content{
    background: none;
}
.schowek .title{
    border-bottom: 1px solid #555;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;

    font-size: 32px;
    color: #00B0EE;
    font-family: "MyriadProRegular", Arial, sans-serif;
}
.schowek .flesh{
    overflow: hidden;
    border-bottom: 1px solid #555;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.schowek .item{
    float: left;
    width: 300px;
    margin-left: 20px;
    padding: 10px;
}
.schowek .item.first{
    margin-left: 0;
}
.schowek .item:hover{
    background-color: #333;
}
.schowek .img{
    margin-right:10px;
    float: left;
}
.schowek .txt{
    width: 165px;
    height: 50px;
    font-size:12px;
    margin-right:6px;
    float: left;
}
.schowek a{
    color:#FFF;
    font-size: 14px;
}
.schowek .item:hover .delete{
    opacity: 1;
    filter: alpha(opacity = 100);
}
.schowek .delete{
    opacity: 0;
    filter: alpha(opacity = 0);

    float: right;
    margin-bottom: 10px;
    cursor: pointer;

    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 0.2s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}
.schowek .delete p{
    float: left;
    color:#FFF;
    padding: 0 5px;
    font-size: 12px;
}
.schowek .delete img{
    opacity: 0.7;
    filter: alpha(opacity = 70);
}
.schowek .delete:hover img{
    opacity: 1;
    filter: alpha(opacity = 100);
}
.schowek .item:hover .move{
    opacity: 1;
    filter: alpha(opacity = 100);
}

.schowek .move{
    opacity: 0;
    filter: alpha(opacity = 0);
    float: right;
    cursor: move;

    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 0.1s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 0.1s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 0.1s;
}
.schowek .move img{
    opacity: 0.7;
    filter: alpha(opacity = 70);
}
.schowek .move:hover img{
    opacity: 1;
    filter: alpha(opacity = 100);
}
.schowek .move p{
    float: left;
    color:#FFF;
    padding: 0 5px;
    font-size: 12px;
}
/*end schowek*/




/*compare*/
.compare .top{
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    min-width:1000px;
    height: 40px;

    border-bottom: 1px solid #555;
    margin-bottom: 30px;
    padding-bottom: 10px;
    background: url(../images/bg_dark.gif) 0 0 fixed repeat;

    padding: 10px 0;
}
.compare .top .title{
    float: left;
    font-size: 32px;
    color: #FFF;
    font-family: "MyriadProRegular", Arial, sans-serif;
    width:150px;
    text-align: center;
}
.compare .top .minimap{
    float: left;
    padding: 0 20px;

    overflow: hidden;
    min-width:auto;
    width:75%;
    height: 40px;
}
.compare .top .minimap ul li{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 60px;
}
.compare .top .minimap ul li.first{
    margin-left: 0px;
}
.compare .top .minimap ul li img{
    opacity: 0.4;
    cursor: pointer;

    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 0.1s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 0.1s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 0.1s;
}
.compare .top .minimap ul li img:hover{
    opacity: 0.7;
}
.compare .top .close {
    cursor: pointer;
    float: right;
    position: static;
    margin-right:  10px;
}


.compare_flesh{
    margin-top: 125px;

    position: relative;
    z-index: 1;
}

.compare_flesh table td > img{
    -webkit-box-shadow: 3px 3px 5px 2px rgba(000, 000, 000, 0.4);
    box-shadow: 3px 3px 5px 2px rgba(000, 000, 000, 0.4);
}

.compare_flesh table td .delete{

    float: right;
    margin-top: 10px;
    cursor: pointer;

    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 0.2s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}
.compare_flesh table td .delete p{
    float: left;
    color:#FFF;
    padding: 0 5px;
    font-size: 12px;
}
.compare_flesh table td .delete img{
    opacity: 0.7;
    filter: alpha(opacity = 70);
}
.compare_flesh table td .delete:hover img{
    opacity: 1;
}
.compare_flesh table td{
    padding: 20px 40px;
    width:200px;
    vertical-align: top;

    color: #CCC;
    font-size: 14px;
    border-bottom: 1px solid #555;
}
.compare_flesh table td ul li{
    list-style-image: url(../images/icons/white_dot.png);
    margin-bottom: 10px;
    margin-left: 15px;
    color: #CCC;
}
.compare_flesh td.break{
    padding: 20px 75px;
}
.compare_flesh th{
    /*color: #00B0ED;*/
    color: #FFF;
    width: 100px;
    position: absolute;
    left: 0;
    padding: 20px 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);

}
.compare_flesh tr th.first{
    height: 100%;
    background: url(../images/black50.png) 0 0 repeat;
}

.compare_flesh tr:hover{
    background: url(../images/black20.png) 0 0 repeat;
}
.compare_flesh tr.img:hover{
    background: none;
}
.compare_flesh tr.img td:hover{
    background: none;
}
.compare_flesh td:hover{
    color: #FFF;
    background: url(../images/black20.png) 0 0 repeat;
}
.compare_flesh td.index:hover{
    color: #00B0ED;
    background: none;
}
/*end compare*/

.more .row{
    border-left: 1px solid #555;
    float: left;
    width:490px;
    margin: 0;
    padding: 0;
}
.more .row.first{
    border-left:0;
    float: left;
    width:507px;
    margin: 0;
    padding: 0;
}
.more .row > p{
    font-size: 20px;
    color: #FFF;
    margin: 20px;
    text-align: center;
}
.more .row .item{
    width:auto;
    margin-left: 0;
}
.more .row .item span.img{
    display: block;
    float: left;
}
.more .row .item img{
    float: left;
    margin-right: 10px;
}
.more .row .item img:hover{
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.more .row .item span.txt{
    float: left;
    display: block;
    font-size: 24px;
    color: #FFF;
    position: relative;
    height: 150px;
    width:300px;
    margin-right: 0;
}
.more .row .item span.txt:hover{
    color:#00B0EE;
}
.more .row .item span.txt img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}



















.checkbox {
    /*display: none;*/
    opacity: 0;
    width: 0px;
    height: 0px;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
}
.etykieta {
    background-color:#0097CC;
    display: block;
    padding:5px 15px;
    cursor:pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.etykieta_wybrana {
    background-color:#FFF;
    color: #00B0EE;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.etykieta.dark {
    background:#333;
    width: auto;
    height: auto;
    position: static;
}
.etykieta_wybrana.dark {
    background:#00B0EE;
    color: #fff;
}


/**/

.plansza.inf .flesh h1{
    color: #FFF;
    margin-bottom: 10px;
}
.plansza.inf .flesh h3{
    color: #FFF;
    margin-bottom: 5px;
    font-weight: bold;
}