@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Marcellus+SC&subset=latin,latin-ext,cyrillic-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans&subset=latin,latin-ext,cyrillic-ext,cyrillic);



a:focus {
    outline: 0px;
}

img {
    border:0px
}

a{
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

body {
    background-color: #212121;
}

/* ----------- naglowek ----------- */
#naglowek{
    width: 100%;
}

#naglowek_pojemnik{
    max-width: 1200px;
    margin: 0 auto;
}

#wyszukiwarka_pojemnik{  
    background-color: #262626;
}

#wyszukiwarka_pasek{
    max-width: 1200px;
    margin: 0 auto;
}

#jezyki{
    float: right;
    height: 23px;
    margin-right: 46px;
}

#jezyki a{  
    font-size: 10px;
    margin-left: 7px;
    margin-right: 7px;
    line-height: 23px;
    font-family: "Open Sans";
    color: rgb( 153, 153, 153 );
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

#jezyki a:hover{
    color: #FFFFFF;
}

#wyszukiwarka{
    float: right;
    height: 23px;
    padding-left: 15px;
    padding-right: 5px;
    margin-right: 64px;
    display: table;
    outline: none;
    background-color: #1f1f1f;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

#wyszukiwarka:hover{
   //background-color: #1f5596;
   // box-shadow: 0px 2px 5px 1px rgba(81, 203, 238, 1);
}

#wyszukiwarka_tekst{
    background-color: transparent;
    font-family: "Open Sans";
    color: rgb( 153, 153, 153 );
    font-size: 11px;
    border: none;
    height: 23px;
    width: 111px;
    display: block;
}

#wyszukiwarka_przycisk{
    width: 23px;
    height: 23px;
    border: none;
    background: url("../img/wyszukiwarka_lupa.png") no-repeat transparent center; 
    cursor: pointer;
    display: block;
}

@media screen and (max-width: 719px){
    #wyszukiwarka{
        display: table-row;
        outline: none;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        float: none;
        background-color: #0e243f;
    }
    
    #wyszukiwarka_tekst{
        width: 96%;
        font-size: 13px;
        background-color: #FFFFFF;
        padding-right: 2%;
        padding-left: 2%;
    }
    
    #wyszukiwarka_przycisk{
        width: 50px;
        background-color: #FFFFFF;
    }
}

.rwd_wyszukiwarka_pojemnik{
    display: none;
}

#wyszukiwarka_tekst_poj{
    display: table-cell;
    vertical-align: top;
}

#wyszukiwarka_przycisk_pojemnik{
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 719px){
    .rwd_wyszukiwarka_pojemnik{
        height: 50px;
        width: 100%;
        position: absolute;
        z-index: 9999;
    }

    #wyszukiwarka_tekst_poj{
        padding-left: 10px;
        vertical-align: middle;
    }

    #wyszukiwarka_przycisk_pojemnik{
        width: 50px;
        padding-right: 10px;
        vertical-align: middle;
    }
}

#pasek_oddzielajacy_gorny{
    background: url("../img/pasek_oddzielajacy_gorny.jpg") repeat-x;
    height: 2px;
}

/* -------------  pojemnik z logo -------------- */

#logo_pojemnik{
    background: url("../img/logo_tlo.jpg") repeat-x;
    background-size: 100% 100%;
}

#logo_pasek{
    padding-top: 21px;
    padding-bottom: 18px;
}

#logo{
    width: 519px;
    position: relative;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 538px){
    #logo{
        width: auto;
    }
}

#logo img{
    max-width:100% !important;
    height:auto;
    display:block;
}

#pasek_oddzielajacy_dolny{
    background: url("../img/pasek_oddzielajacy_dolny.jpg") repeat-x;
    height: 2px;
}

/* -------------- menu gorne ------------ */

.menu_gorne{
    font-size: 0px;
    text-align: center;
    background: url("../img/menu_gorne_tlo.jpg") repeat-x;
    background-size: 100% 100%;

}

@media screen and (max-width: 719px){
    .menu_gorne{
        background-image: none;
        background-color: #0e243f;
    }
}

.menu_gorne_pojemnik{
    
}

@media screen and (max-width: 719px){
    .menu_gorne_pojemnik{
        display: none;
        z-index: 9999;
        position:absolute;
        width: 100%;
        background-color: #0e243f;
    }
}

.menu_gorne_pojemnik a{
    display: inline-block;
    font-size: 15px; 
    font-family: "Open Sans";
    color: #cae8fd;
    padding: 12px 25px 13px 25px;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

@media screen and (max-width: 1199px){
    .menu_gorne_pojemnik a{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 979px){
    .menu_gorne_pojemnik a{
        margin-left: 10px;
        margin-right: 10px;
        font-size: 13px;
    }
}

@media screen and (max-width: 799px){
    .menu_gorne_pojemnik a{
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.menu_gorne_pojemnik a:hover{
    background-color: white;
    color: #0e243f;
    border-color: white;
}


/*-------------- menu rwd -------------*/
.rwd_menu_gorne{
    display: none;
    width: 100%;
}

@media screen and (max-width: 719px){    
    .menu_gorne_pojemnik a{
        display: block;
        margin: 0 0 0 0;
        font-size: 15px;
        border-top: 1px dashed black;
    }
    
    .rwd_menu_gorne{
        display: table;
    }
}

.rwd_menu_gorne a{
    display: table-cell;
    font-size: 15px; 
    font-family: "Open Sans";
    color: #cae8fd;
    padding: 12px 25px 13px 25px;
    text-align: center;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    width: 50%;
}

.rwd_menu_przycisk{
    cursor: pointer;
}

.rwd_menu_przycisk.aktywne{
    background-color: white;
    color: #0e243f;
}

.rwd_szukaj_przycisk{
    cursor: pointer;
}

.rwd_szukaj_przycisk.aktywne{
    background-color: white;
    color: #0e243f;
}


/*-------------------------------------*/

.banner_niebieski{
    background: url("../img/niebieski_banner_gradient.jpg") repeat-y center right #143760;
    font-size: 26px;
    font-family: "Marcellus SC";
    color: rgb( 255, 255, 255 );
    padding: 13px 106px 3px 18px;
    display: inline-block;
}

.tresc_tlo{
    background-color: #FFFFFF;
}

.tresc_pojemnik{
    max-width: 1200px !important;
    margin: 0 auto;
    padding-top: 50px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 639px){
    .tresc_pojemnik{
        display: block;
    }
}


/*--------------- menu lewe ------------ */
.menu_lewe{
    padding-left: 24px;
    padding-right: 26px;
    width: 270px;
    display: table-cell;
    padding-bottom: 50px;
}

@media screen and (max-width: 639px){
    .menu_lewe{
        display: block;
    }
}

.menu_element{
    width: 268px;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
}

.menu_element a{
    display: block;
    padding: 11px 25px 10px 18px;
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb( 5, 12, 21 );
    background: url("../img/menu_lewe_link.png") no-repeat center;
    background-position: 248px;
	cursor: pointer;
}

.menu_element.aktywne, .menu_element:hover{
    width: 270px;
    border: none;
    background: url("../img/menu_lewe_link_tlo.jpg") repeat-y;
}
 
.menu_element.link a:hover{
    background: url("../img/menu_lewe_link_hover.png") no-repeat center;
    background-position: 248px;
    padding: 12px 26px 11px 19px;
    color: #FFFFFF;
}

.menu_element.link.aktywne a{
    background: url("../img/menu_lewe_link_hover.png") no-repeat center;
    background-position: 248px;
    padding: 12px 26px 11px 19px;
    color: #FFFFFF;
}

.menu_element.rozwijane a:hover{
    background: url("../img/menu_lewe_link_aktywny.png") no-repeat center;
    background-position: 243px;
    padding: 12px 26px 11px 19px;
    color: #FFFFFF;
}

.menu_element.rozwijane.aktywne a{
    background: url("../img/menu_lewe_link_aktywny.png") no-repeat center;
    background-position: 243px;
    padding: 12px 26px 11px 19px;
    color: #FFFFFF;
}

.menu_element.rozwijane.rozwiniety a{
    background: url("../img/menu_lewe_link_rozwiniety.png") no-repeat center;
    background-position: 243px;
}

.menu_element.rozwijane.rozwiniety a:hover{
    background: url("../img/menu_lewe_link_hover.png") no-repeat center;
    background-position: 248px;
}

.lewe_submenu{
    width: 228px;
    padding-left: 32px;
    padding-right: 10px;
    margin-bottom: 22px;
}

.lewe_submenu_link {
    font-size: 13px;
    font-family: "Open Sans";
    color: #5b6675;
    padding: 4px 0px 4px 15px;
    background: url("../img/submenu_arrow.png") no-repeat center left;
    display: block;
}

.lewe_submenu_link.aktywne, .lewe_submenu_link:hover{
    color: #930000;
}

.artykul{
    display: table-cell;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    padding-bottom: 50px;
}

@media screen and (max-width: 639px){
    .artykul{
        display: block;
        width: auto;
    }
}


.artykul_tytul{
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb( 2, 60, 127 );
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.artykul_tytul a {
	color: inherit;
}

/*------------ stopka -------------- */
#stopka{
    background-color: #FFFFFF;
}

/*------------- logotypy ------------- */
#logotypy_tlo{
    background: url("../img/logotypy_tlo.png") repeat transparent;
}

#logotypy{
    max-width: 1200px !important;
    margin: 0 auto;
    display: table;
    width: 100%;
}

#logotypy_wrapper{
    display: table-cell;
}

#logotypy_pojemnik{
    line-height: 113px;
	width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#logotypy_right_arrow{
    display: table-cell;
    height: 100%;
    width: 48px;
    background: url("../img/loga_r_arrow.png") no-repeat transparent right center;
    z-index: 20;
}

#logotypy_right_arrow:hover{
    background: url("../img/right_arrow_hover.png") no-repeat transparent right center;
}

#logotypy_left_arrow{
    display: table-cell;
    height: 100%;
    width: 48px;
    background: url("../img/loga_l_arrow.png") no-repeat transparent  left center;
    z-index: 20;
}

#logotypy_left_arrow:hover{
    background: url("../img/left_arrow_hover.png") no-repeat transparent left center;
}

.logotyp{
    display: inline-block;
    margin-left: 27px;
    margin-right: 27px;
}

.logotyp img{
    vertical-align: middle;
}

#stopka_pojemnik{
    background-color: #2f2f2f;
}

#stopka_tekst{
    max-width: 1190px !important;
    margin: 0 auto;
    padding-left:5px;
    padding-right:5px;
    font-size: 0px;
    text-align:center;
}

.pojemnik{
    float: left;
    width: 33.61344537815126%;
}

@media screen and (max-width: 784px){
    .pojemnik{
        width: 50%;
    }
}

@media screen and (max-width: 569px){
    .pojemnik{
        width: auto;
        float: none;
    }
}

.stopka_pojemnik_lewy{
    width: 50%;
    float: right;
    text-align: right;
    padding-top: 20px;
    min-width: 130px;
}

.tytul_lewy{
    padding-top: 20px;
    padding-right: 18px;
    background: url("../img/pasek_stopka.png") no-repeat transparent right top;
}

.linki_lewy{
    padding-right: 17px;
    border-right: 1px solid #606060;
    padding-top: 18px;
    padding-bottom: 6px;
}

.stopka_pojemnik_tytul{
    display: block;
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb( 217, 216, 216 );
}

.stopka_pojemnik_link{
    display: block;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb( 130, 130, 130 );
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

@media screen and (max-width: 960px){
    .stopka_pojemnik_tytul{
        font-size: 12px;
    }
    
    .stopka_pojemnik_link{
        font-size: 10px;
    }
}

.stopka_pojemnik_link:hover{
    color: #FFFFFF;
}

.stopka_pojemnik_prawy{
    width: 50%;
    float: left;
    text-align: left;
    padding-top: 20px;
    min-width: 130px;
}

.tytul_prawy{
    padding-top: 20px;
    padding-left: 18px;
    background: url("../img/pasek_stopka.png") no-repeat transparent left top;
}

.linki_prawy{
    padding-left: 17px;
    border-left: 1px solid #606060;
    padding-top: 18px;
    padding-bottom: 6px;
}

.stopka_pojemnik_srodkowy{
    width: 32.77310924369748%;
    margin: 0 auto;
    float: left;
    text-align: center;
    padding-bottom: 40px;
    min-width: 220px;
}

.logo_stopka{
    margin-top: 36px;
    margin-bottom: 35px;
}

.wtyczka_spol{
    margin-left: 6px;
    margin-right: 6px;
	transition: transform .25s ease;
}

.wtyczka_spol:hover {
	transform: translateY(5px)
}

@media screen and (max-width: 960px){
    .wtyczka_spol{     
        width: 27px;
        height: auto;
    }
    
    .logo_stopka{
        width: 82px;
        height: auto;
    }
    
    .stopka_pojemnik_srodkowy{
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 784px){
    .stopka_pojemnik_srodkowy{
        float: none;
    }
}

@media screen and (max-width: 569px){       
    .stopka_pojemnik_lewy{
        text-align: center;
        padding-top: 0px;
    }
    
    .tytul_lewy{
        padding-right: 0px;
        padding-top: 0px;
        background-image: none;
    }
    
    .linki_lewy{
        padding-right: 0px;
        border-right: none;
    }
    
    .stopka_pojemnik_prawy{
        text-align: center;
        padding-top: 10px;
    }
    
    .tytul_prawy{
        padding-left: 0px;
        padding-top: 0px;
        background-image: none;
    }
    
    .linki_prawy{
        padding-left: 0px;
        border-left: none;
    }
}

#stopka_kontakt{
    background-color: #212121;
}

#stopka_kontakt_pojemnik{
    max-width: 1200px !important;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 44px;
    position: relative;
}

.stopka_kontakt{
    max-width: 600px;
    padding-left: 10px;
}

.stopka_kontakt a, .stopka_kontakt p a {
    color: #646464;
	font-weight: bold;
	
}



.vtlink{
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 11px;
    font-family: "Open Sans";
    color: rgb( 84, 84, 84 );
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.vtlink:hover{
    color: #FFFFFF;
}

#logowanie_dla_pracownikow{
    display: block;
    position: absolute;
    font-size: 14px;
    font-family: "Noto Sans";
    color: rgb( 104, 104, 104 );
    right: 10px;
    bottom: 44px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

#logowanie_dla_pracownikow:hover{
    color: #FFFFFF;
}

@media screen and (max-width: 700px){
    .vtlink{
        position: static;
        margin-top: 20px;
        margin-left: 10px;
    }
    
    #logowanie_dla_pracownikow{
        position: static;
        margin-left: 10px;
    }
}


/* ------------- stronnicowanie ---------- */
.stronnicowanie_pojemnik{
    width: 100%;
    text-align: center;
}

.stronnicowanie{
    display: inline-block;
}

.strona{
    display: block;
    width: 23px;
    height: 21px;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb( 21, 58, 102 );
    float: left;
}

.strona a{
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb( 21, 58, 102 );
}

.pierwsza{
    display: block;
    width: 23px;
    height: 21px;
    background: url("../img/pierwsza_strona.png") no-repeat transparent center center;
    float: left;
}

.poprzednia{
    display: block;
    width: 23px;
    height: 21px;
    background: url("../img/poprzednia_strona.png") no-repeat transparent center center;
    float: left;
}

.nastepna{
    display: block;
    width: 23px;
    height: 21px;
    background: url("../img/nastepna_strona.png") no-repeat transparent center center;
    float: left;
}

.ostatnia{
    display: block;
    width: 23px;
    height: 21px;
    background: url("../img/ostatnia_strona.png") no-repeat transparent center center;
    float: left;
}

.strona.aktywne{
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #730000),
        color-stop(1, #af0000)
    );
    background-image: -o-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: -moz-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: -webkit-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: -ms-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: linear-gradient(to right, #730000 0%, #af0000 100%);
    color: #FFFFFF;
}

.przycisk_czerwony{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    font-size: 13px;
    font-family: "Noto Sans";
    color: rgb( 254, 254, 255 );
    padding: 5px 36px 8px 37px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #730000),
        color-stop(1, #af0000)
    );
    background-image: -o-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: -moz-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: -webkit-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: -ms-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: linear-gradient(to right, #730000 0%, #af0000 100%);
	border: 0px none;
	cursor: pointer;
}


#clear_stopka{
    clear: both;
}

/* -------------------- CKEditor ------------- */
.ckeditor {
    font-family: "Noto Sans";	
}

.ckeditor a{
    color: #b71043;
}

.ckeditor p {
    color: rgb( 112, 112, 112 );
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 20px;
}

.ckeditor .aktualnosc_tresc{
    font-size: 12px;
    font-family: "Open Sans";
    color: rgb( 75, 75, 75 );
    line-height: 1.667;
}

.ckeditor .tytuly_naukowe{
    font-size: 11px;
    font-family: "Open Sans";
    color: rgb( 125, 125, 125 );
    letter-spacing: 0.5px;
}

.ckeditor h2{
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans";
    color: #4b4b4c;
    letter-spacing: 0.5px;
}

.ckeditor h3{
    font-weight: 600;
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb( 2, 60, 127 );
}

.ckeditor h4{
    font-weight: 400;
    font-size: 15px;
    font-family: "Open Sans";
    color: #023c7f;
    letter-spacing: 0.5px;
}

.stopka_kontakt p{
    font-size: 11px;
    font-family: "Open Sans";
    color: rgb( 84, 84, 84 );
    line-height: 20px;
}

.ckeditor ul{
    list-style-type: none;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb( 75, 75, 75 );
    margin-top: 5px;
	margin-left: 5px;
}

.ckeditor ul li{
    display: block;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url("../img/lista_wypunktowana_punkt.png") no-repeat transparent;
    background-position: 2px 5px;
}

.ckeditor ol{
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb( 75, 75, 75 );
    margin-top: 5px;
    list-style-position: outside;
    margin-left: 9px; 
}

.ckeditor ol li{ 
    padding-left: 6px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: 2px 5px;
}

.ckeditor .dwiekolumny{
    
}

.ckeditor .lewakolumna{
    display: inline-block;
    width: 48.2%;
    margin-right: 1.2%;
	box-sizing: border-box;
}

.ckeditor .prawakolumna{
    display: inline-block;
    width: 48.2%;
    margin-left: 1.2%;
	box-sizing: border-box;
}

.ckeditor .trzykolumny{
    
}

.ckeditor .czterykolumny{
    
}

.ckeditor .kolumna3 {
	width: 32%;
	padding-right: 1.5%;
	min-width: 150px;
	display: inline-block;
	padding-bottom: 15px;
	box-sizing: border-box;
}


.ckeditor .kolumna4 {
    width: 24.5%;
	padding-right: 2%;
	min-width: 200px;
	display: inline-block;
	padding-bottom: 15px;
	box-sizing: border-box;
}


.ckeditor .tabela{
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 15px;
    border: 0px;
    font-size: 13px;
}

.ckeditor .tabela tr{
    
}

.ckeditor .tabela tr td, .ckeditor .tabela tr th {
    padding: 12px;
	vertical-align: top;
	text-align: left;
	font-family: "Open Sans";
    color: rgb( 75, 75, 75 );
    line-height: 1.667;
}

.ckeditor .tabela tr th {
	background-color: #efefef;
}

.ckeditor .tabela th {
	border: 1px solid white;
}

.ckeditor .tabela th:first-child {
	border-left: 0px none;
	/*border-top: 0px none;*/
}

.ckeditor .tabela th:last-child {
	border-right: 0px none;
	/*border-bottom: 0px none;*/
}



.ckeditor .tabela caption {
	background-color: #1b4a83;
	color: white;
	 padding: 12px;
	font-weight: bold;
}

.ckeditor .tabela tr td {
	border: 1px solid #efefef;
}

.ckeditor .tabela tr td p, .ckeditor .tabela tr th p{
	font-family: "Open Sans";
    color: rgb( 75, 75, 75 );
    line-height: 1.667;
}
	

@media screen and (max-width: 400px){
	.ckeditor .kolumna4 {
		width: auto;
	}
	.ckeditor .kolumna3 {
		width: auto;
	}
	.ckeditor .kolumna2 {
		width: auto;
	}
}



@media screen and (min-width: 640px) and (max-width: 849px){
    .ckeditor .lewakolumna{
        width: auto;
        margin-right: 0px;
    }
    
    .ckeditor .prawakolumna{
        width: auto;
        margin-left: 0px;
    }
}

@media screen and (max-width: 459px){
    .ckeditor .lewakolumna{
        width: auto;
        margin-right: 0px;
    }
    
    .ckeditor .prawakolumna{
        width: auto;
        margin-left: 0px;
    }
}

.scrolltop {
	background-color: navy;
	width: 30px;
	height: 30px;
	cursor: pointer;
	
	bottom: 50px;
    display: none;
    opacity: 0.84;
    position: fixed;
	right: 30px;
	color: white;
	border-radius: 4px;
	background-image: url("../img/up_arrow.png");
	z-index: 2000;
}