/*MAXCMS - arkusz styli */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#rodo {
    display: none;
    width: 40%;
    background: #fff;
    padding: 10px 10px 10px 10px;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}
.popup_visible #rodo {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


/*FACEBOOK SLIDER */

.facebook_right { 
    width: 450px; 
    height: 400px; 
    position: fixed; 
    right: -458px; 
    top: 150px; 
    z-index: 99997; 
} 

.facebook_right #facebook_icon { 
    float: left; 
    height: 165px; 
    width: 61px; 
    left: -61px; 
    background: url("../images/fb-slider.png") no-repeat; 
    cursor: pointer; 
    position: relative; 
    z-index: 99998; 
} 

.facebook_right .facebook_box { 
    background-color: #FFFFFF; 
    border: 4px solid #3B5998; 
    float: right; 
    top: -165px; 
    position: relative; 
    z-index: 99999; 
}
/* FACEBOOK MOBILE*/
@media screen and (max-width:768px) {
    
    .facebook_right {
        display: none;
    }    
}


/*iDZIEENNIK*/

.idziennik_right {  
    position: fixed;
    right: -10px; 
    top: 300px;
    float: right; 
    z-index: 99995; 
} 


#idziennik_icon { 
    float: left; 
    height: 165px; 
    width: 61px;
    background: url("../images/idziennik-slider.png") no-repeat; 
    cursor: pointer; 
    position: relative; 
    z-index: 99996; 
} 

/* AKTUALNOSCI/ PRZETARGI PAGINACJA */
div.pagination {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
	padding:20px;
	margin:7px;
    display: inline-block;
}

div.pagination a {
	margin: 2px;
	padding: 0.5em 0.64em 0.43em 0.64em;
	background-color: #00a7d0;
	text-decoration: none; /* no underline */
	color: #fff;
    float: left;
}
div.pagination a:hover, div.pagination a:active {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #59d6f5;
	color: #fff;
}
div.pagination span.current, div.pagination b{
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #f6efcc;
    color: #6d643c;
    float: left;
}
div.pagination span.disabled {
    display:none;
}

#copy_maximus {
    background: rgb(0, 30, 34);
    padding: 5px;   
}

.maximus {
    position: relative;
}

.maximus p {
    font-size: 10px;
}

/*------------------------------------------ USTAWIENIA WESJA DESKTOP ------------------------------------------*/
@media screen and (min-width:769px) {
    
    .wcag_row {
        background-color: #e7f7f7;
        height: 30px;
        width: 100%;
        margin-bottom: 10px;
        
    }
    
    .wcag {
        text-align: right;
    }
    
    .text_wcag {
        font-weight: bold;
        color: #006e73;
    }
    
    .kontrast_wcag {
        margin-right: 10px;
        color: #006e73;
    }
}

/*------------------------------------------ KONIEC USTAWIEN WESJA DESKTOP ------------------------------------------*/


/*------------------------------------------ USTAWIENIA WESJA MOBILE ------------------------------------------*/

@media screen and (max-width:768px) {
    
    .carousel-text h2 {
        font-size: 1.3em;
    }
    
    #rodo {
        width: 90%;
        font-size: 10px;
    }
    
    #rodo p{
        font-size: 10px;
    }
    
    .carousel-text p {
        font-size: 1em;
    }
    
    .artykul_glowna {
        display:none;
        
    }
    
    .wcag_row {
        visibility: hidden;
    }
}

/*------------------------------------------ KONIEC USTAWIEN WESJA MOBILE ------------------------------------------*/

