/*
@font-face {
    font-family: Myriad Pro;
    src: url("/design/fonts/myriad-pro/Ubuntu-R.otf") format("opentype");
}
 
@font-face {
    font-family: Myriad Pro;
    font-weight: bold;
    src: url("/design/fonts/myriad-pro/MYRIADPRO-BOLD.OTF") format("opentype");
}
*/


.navi-text{
    display: inline;
    margin-left: 5px;
}



.activatedmail {
    background-color: #FFF2CC;
    text-align:center;
}

#navigation{
    width:100%;
    height:46px;
    position:fixed;
    /*background: transparent url('/design/images/newLayout/top_bg.png') repeat;*/
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );


    top: 0px;
    color:#fff;
    /*z-index:6;*/
}

#bottom_gradient{
    position: absolute;
    height: 130px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1)30%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1)30%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1)30%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1)30%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1)30%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );


}

#navigation div.container{
    /*width:1820px;*/
    margin:auto;
    font-size:16px;
    width:calc(100% - 60px);
}

#navigation div.container .logo{
    float:left;
    border:0;
    width: 85px;
    height: 45px;
    
}

#navigation div.container .logo a{
    text-indent: -99999px;
    background-image: url(/design/images/newLayout/logo.png);
    background-position: center center;
    background-size: contain;
    display: block;
    width: 85px;
    height: 45px;
}
#navigation div.container .logo_tagline{
    float:left;
    height:39px;
    margin-top:3px;
    width:170px;
    margin-right:20px;
    border:0;
}
#navigation div.container .menu {
    float:left;
    height:36px;
    margin-left:20px;
    margin-top:5px;
    width:130px;
    cursor:pointer;
}

#navigation div.container .menu a{
    color:#fff;
    text-decoration:none;
}
#navigation div.container .menu a:hover{
    color:#999;
}
#navigation div.container .menu .link{
    position: absolute;
    z-index:21;
    float:left;
    height:26px;
    padding:10px 20px 0 20px;
}
#navigation div.container .menu .link_hover{
    background:#0F1922;
    -webkit-border-top-right-radius: 7px; /* prawy górny */
    -webkit-border-top-left-radius: 7px; /* lewy dolny */
    -khtml-border-radius-topright: 7px;
    -khtml-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top:1px  solid #a1a1a1;
    border-bottom:0;
    border-left:1px  solid #a1a1a1;
    border-right:1px  solid #a1a1a1;    
}

#navigation div.container .menu .disable{
    position: absolute;
    z-index:2;
    width:320px;
    padding: 20px;
    min-height:100px;
    background:#0F1922;
    margin-top:36px;

    display:none;

    -webkit-border-bottom-right-radius: 7px; 
    -webkit-border-bottom-left-radius: 7px; 
    -webkit-border-top-right-radius: 7px; 

    -khtml-border-radius-bottomright: 7px;
    -khtml-border-radius-bottomleft: 7px;
    -khtml-border-radius-topright: 7px;

    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;

    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;

    border-bottom:1px  solid #a1a1a1;
    border-bottom:1px  solid #a1a1a1;
    border-left:1px  solid #a1a1a1;
    border-right:1px  solid #a1a1a1;
    border-top:1px  solid #a1a1a1;
}
#navigation div.container .menu .disable ul{
    margin:0;
    padding:0;
}
#navigation div.container .menu .disable ul li{
    display:block;
    float:left;
    width:140px;
    height:30px;
    line-height: 30px;
    margin-top:5px;
    margin-right:10px;
    padding-left:10px;
    text-align:left;
}
#navigation div.container .menu .disable ul li a{
    width: 148px;
    height: 30px;

    display: block;
}
#navigation div.container .menu .disable ul li:hover{
    background:#07111B;
}
#navigation div.container .search{
    float:left;
    margin-top:15px;
    height:36px;
    width:200px;
    margin-left:10px;
    padding:0;
}

#navigation div.container .search input.text{
    height:30px;
    width:137px;
    background: transparent url('/design/images/newLayout/main/navigation/search_bg.png') repeat;
    color:#aaa;
    margin:0;
    padding-left:5px;
    padding-right:5px;
    -webkit-border-bottom-left-radius: 7px; /* prawy górny */
    -webkit-border-top-left-radius: 7px; /* lewy dolny */
    -khtml-border-radius-bottomleft: 7px;
    -khtml-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 7px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-top:1px  solid #000;
    border-bottom:1px  solid #000;
    border-left:1px  solid #000;
    border-right:0px ;
}

#navigation div.container .search input.submit{
    height:32px;
    width:31px;
    -webkit-border-bottom-right-radius: 7px; /* prawy górny */
    -webkit-border-top-right-radius: 7px; /* lewy dolny */
    -khtml-border-radius-bottomright: 7px;
    -khtml-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-topright: 7px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border-top:1px  solid #000;
    border-bottom:1px  solid #000;
    border-left:0px;
    border-right:1px  solid #000;
}

#navigation div.container .register{
    float:right;
    margin:0;
    padding-top:14px;
    height:36px;

}
#navigation div.container .register ul{
    margin:0;
    padding:0;

}
#navigation div.container .register ul li{
    float:left;

    display:block;
}
#navigation a:hover,
#navigation a.rejestracja:hover{
    color:#aaa;
}
#navigation a.rejestracja{
    color:#748c1e;
}
#navigation a{
    color:#fff;
    text-shadow: 1px 1px 2px black;
    width: 140px;
    height: 30px;
    text-align: left;
}
#navigation div.container .register_select{
    float:right;
    min-height:36px;
    width:90px;
    text-align:right;
    margin-top:5px;
    display:none;
    position:relative;
    z-index:2;
}
#navigation div.container .disableRegister{
    position: absolute;
    z-index:5555;
    width:130px;
    padding: 4px 20px 10px 10px;
    min-height:10px;
    display:block;
    right:0;
    z-index:2;

}
.dotNavi{
    background: none repeat scroll 0 0 #EE1111;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px #333333 inset;
    float: left;
    font-weight: bold;
    margin-left: 2px;
    margin-top: -8px;
    padding: 2px 6px;
    width: auto;
    text-align:center;
    font-size: 13px;
    text-shadow: none;
}
.colorBox{

    background:#0F1922;
    
    -webkit-border-radius: 7px; 
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    border--radius: 7px;

    border-bottom:1px  solid #a1a1a1;
    border-bottom:1px  solid #a1a1a1;
    border-left:1px  solid #a1a1a1;
    border-right:1px  solid #a1a1a1;
    border-top:1px  solid #a1a1a1;
}
#navigation div.container .disableRegister ul{
    margin:0;
    padding:0;
}
#navigation div.container .disableRegister ul li{
    display:block;
    float:left;
    width:140px;
    height:30px;
    text-align:right;
}
#navigation div.container .disableRegister ul li:hover{
    background:#07111B;
}
#navigation div.container .disableRegister ul li.liDisable{
   display:none;
}
/*
************************************
* Bar with any information
************************************
*/

#information_bar{
    height:20px;
    margin:auto;
    padding:20px 10px 0 10px;
    width:1820px;
    margin:auto;
    font-size:20px;
    font-weight: normal;
    color:#111;
    text-shadow: 0 0 1px #FFFFFF;
}
/*
* responsive styles
*/
.all_ulubione {
    top: -3px;
    left: 165px;
}



@media all and (max-width: 1020px) { /* -1380px */

    .navi-text{
        display: none;
    }
    .fabig {
        font-size: 1.5em;
    }
    .all_ulubione {
        top: 0px;
        left: 50px;
    }
    
    #header_navi div.center div.bottom div.col{
        margin-top:0px;
    }
    
    #header_navi div.center div.bottom div.col_last {
        margin-top: 5px; 
    }

}


@media all and (min-width: 520px) and (max-width: 899px) { /* -1380px */

    #information_bar{
        width:520px;
    }
    #navigation div.container{
        /*width:520px;*/

    }

    #navigation .logo{
        margin-bottom:5px;
    } 
    #navigation div.container .register{
        display:none;
    }
    #navigation div.container .register_select{
        display: block;
    }
    #navigation a {
        display: block;
    }

}
@media all and (max-width: 519px) { /* -1380px */
    #information_bar{
        width:440px;
    }
    #navigation div.container{
        width:440px;
        margin:auto;
    } 
    #navigation div.container .register{
        display:none;
    }
    #navigation div.container .register_select{
        display: block;
    }
    #navigation a {
        display: block;
    }
        
}

@media all and (min-width: 1590px) and (max-width: 1854px) {
    #information_bar{
        width:1590px;
    }
    #navigation div.container{
        /* width:1590px; */
    }
}

@media all and (min-width: 1130px) and (max-width: 1589px) {
    #information_bar{
        width:1130px;
    }
    #navigation div.container{
        /*width:1130px;*/
    }
}

@media all and (min-width: 900px) and (max-width: 1129px) {
    #information_bar{
        width:900px;
    }
    #navigation div.container{
        /*width:900px;*/
    }
}


.goUp {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
    display:none;
  
}

.goUp:hover {
    background: rgba(0,0,0,0.1);
    cursor: pointer;
}