/*@font-face {
font-family: Myriad Pro;
src: url("/design/fonts/myriad-pro/MYRIADPRO-REGULAR.OTF") format("opentype");
}

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

 

 

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

#navigation{
    width:100%;
    height:46px;
    /*background: transparent url('/design/images/newLayout/top_bg.png') repeat;*/
    background: rgb(0, 0, 0);
    color:#fff;
    position: fixed;
    top:0;
    z-index:7;
}
#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;
    width: 150px;
    height: 30px;
    display:block;
}
#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: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;
    text-shadow: 1px 1px 2px black;
    
}
#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;
    width:160px;
    height:30px;
    text-align:left;
 
}
#navigation a sup{
    line-height: 15px;
}
#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:150px;
    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 5px;
    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
************************************
*/

.h1{
    margin:auto;
    width:900px;
    padding:0 0 10px 0;
    
}
#information_bar{
    height:20px;
    font-size:20px;
    color:#111;
    font-weight: normal;
    text-shadow: 1px 1px 1px #f7f7f7;
    display:inline-block;
    margin-bottom:3px;
    font-weight: bold;
}
.h1 a{
    display:inline-block;
    cursor: pointer;
    
    color: green;
    margin-left: 20px;
}
.h1 .infohidden{
    display:none;
}
/*
* responsive styles
*/

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

    .h1{
        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 */
    .h1{
        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: 1854px) {
    .h1{
        width:1820px;
    }
}

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

@media all and (min-width: 1390px) and (max-width: 1609px) {
    .h1{
        width:1360px;
    }
    #navigation div.container{
        /*width:1130px;*/
    }
}

@media all and (min-width: 1190px) and (max-width: 1389px) {
    .h1{
        width:1150px;
    }
    #navigation div.container{
        /*width:1130px;*/
    }
}

@media all and (min-width: 980px) and (max-width: 1189px) {
    .h1{
        width:970px;
    }
    #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;
}