* {
    padding: 0px;
    margin: 0px;
}
        
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #151313;
    line-height: 220%;
    background: url(/images/bg.jpg) repeat-x;
}

.scrollToTop{
    width:100px; 
    height:130px;
    padding:10px; 
    text-align:center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:35px;
    right:40px;
    z-index: 10;
    display:none;
    background: url('/images/arrowup.png') no-repeat 20px 40px;
}

.scrollToTop:hover{
    text-decoration:none;
}

.all {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    min-width: 350px;
    position: relative;
}

.transparent {
    opacity:0;
}

.slider_top {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#header {
    height: 103px;
    position: relative;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 10;
    top: 0px;
    opacity: 0.9;
}

#header_inner {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

#header_blank {
    height: 103px;
}

p {
    margin: 20px 0;
}

#main {
    width: 100%;
    margin-bottom: 10px;
}

#slider_container {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
    background: black;
/*    width: -webkit-calc(75% -10px);*/
/*    width: -o-calc(75% - 10px);*/
/*    width: -moz-calc(75% - 10px);*/

}

@media screen and (max-width: 656px) {
    #slider_inner {
	display: none;
    }
    
    #slider_inner_mobile {
	display: block;
    }
}
                
@media screen and (min-width: 657px) {
    #slider_inner {
	display: block;
    }
    
    #slider_inner_mobile {
	display: none;
    }
}
                                

#slider_container #slider_inner {
    width: 2000px;
    position: absolute;
    margin-left: -1000px;
    top: 0px;
    left: 50%
}

#slider_container #slider_inner_mobile {
    width: 656px;
    position: absolute;
    margin-left: -328px;
    top: 0px;
    left: 50%
}

#slider_container img {
    display: block;
    margin 0 auto;
}

#titlebar {
    position: absolute;
    top: 0px;
    left: 20px;
}


@media screen and (max-width: 500px) {

#titlebar img {
    width: 100%;
}

}

.content_slide_title {
    font-size: 50px;
    color: #003264;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    height: 40px;
    margin-top: 10px;
    padding-bottom: 3px;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 40px;;
    font-weight: light;
}

.content_slide_title span {
    padding: 0 15px;
    height: 40px;
}

.content_slide_content {
    width: 100%;
}

.content_slide_contentgrey {
    width: 100%;
    background: #e5e5e5;
}

.grey {
    background: #e5e5e5;
}

.content_slide_content_inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.content_slide_content_box {
    width: 48%;
    float: left;
    
}

.content_slide_content_box_big {
    width: 100%;
    margin-bottom: 20px;
    
}


.content_slide_content_box:last-child {
    margin-left: 2%;
}

.content_slide_content_box:first-child {
    margin-right: 2%;
}

@media screen and (max-width: 750px) {
    
    .content_slide_content_box,.content_slide_content_box:last-child {
	width: 100%;
	margin-left: 0;
    }

}

.content_slide_content_inner .content_slide_content_box ul  {
    margin-left: 20px;
    list-style-type: none;
}

.content_slide_content_inner .content_slide_content_box ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(/images/q.gif) no-repeat 0px 5px;
}

.galeria_foto {
    float: left;
    margin: 0 5px 5px 0;
    height: 360px;
    width: 360px;
    position: relative;
    background: #e5e5e5;
    transition: .5s;
    opacity: 1;
}

.galeria_foto:hover {
    opacity: 0.5;
}

.galeria_foto img {
    max-height: 360px;
    max-width: 360px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #3A6F9A;
}

.form_left {
    float: left;
    width: 260px;
}

.form_right {
    float: left;
    width: 170px;
}

.form_input {
    margin: 10px;
}

.form_input input {
    width: 220px;
    background: #535353;
    border: solid 1px white;
    color: white;
    padding: 10px;
    font-family: 'Open Sans';
}

.form_area textarea {
    width: 220px;
    background: #535353;
    border: solid 1px white;
    color: white;
    padding: 10px;
    margin-top: 10px;
    height: 62px;
    font-family: 'Open Sans';
}

.form_submit input {
    width: 242px;
    background: #959595;
    border: solid 1px white;
    color: white;
    padding: 10px;
}

table.table_slider {
    padding: 0px; 
    margin: 0px;
    width: 100%;
}

.table_slider th {
    background: #003264;
    color: white;
    font-weight: bold;
    text-align: left;
    padding: 5px 40px;
}

.table_slider td {
    padding: 5px 40px;
}

.table_slider .one {
    background: #a0aab4;
}

.table_slider .two {
    background: #dae4ee;
}

.table_slider .right {
    font-weight: bold;
    text-align: right;
}


.table_hd, .table_r1, .table_r2 {
    padding: 5px 30px;
}

.table_hd {
    background: #003264;
    color: white;
    font-weight: bold;
}

.table_r1 {
    background: #a0aab4;
    float: left;
}

.table_r2 {
    background: #dae4ee;
    float: left;
}

.table_r1_lt, .table_r2_lt {
    float: left;
    width: 100%;
}

.table_r1_rt, .table_r2_rt {
    font-weight: bold;
    float: left;
    width: 30%;
}

.blueback {
border-radius: 25px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background: #003264;
    color: white;
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 150%;
}

.content_slide_content_all {
    width: 100%;
    position: relative;
    background: white;
    height: 600px;
}

.content_slide_content_all_grey {
    width: 100%;
    position: relative;
    background: url('/images/bg_kontakt.jpg') repeat-x #646467;
}

.content_slide_content_all_12:first-child {
    width: 50%;
    background: white;
    overflow: hidden;
    min-height: 600px;
    position: absolute;
    left: 0px;
}

.content_slide_content_all_12_r {
    width: 50%;
    overflow: hidden;
    min-height: 600px;
    position: absolute;
    right: 0px;
}

.content_slide_content_all_12 img,.content_slide_content_all_12_r img {
    position: absolute;
    top: 0px;
    opacity: 1;
    transition: .5s;
}

.content_slide_content_all_12 img:hover,.content_slide_content_all_12_r img:hover{
    opacity: 0.5;
    transition: .5s;
}

@media screen and (max-width: 750px) {

    .content_slide_content_all_12:first-child {
	width: 100%;
	position: relative;
    }
    
    .content_slide_content_all_12_r {
	width: 100%;
	position: relative;
    }
    
    .content_slide_content_all {
	height: 1250px;
    }

}


#title {
    font-size: 60px;
    color: #2d2b25;
    font-family: Anton;
    padding-top: 50px;
    padding-left: 10px;
}

.kategorie_box_container {
    float: left;
    height: 395px;
    min-weight: 300px;
    max-weight: 400px;
    
}

.kategorie_box {
    float: left;
    width: 272px;
    height: 375px;
    margin-left: auto;
    margin-right: auto;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    margin: 10px;
}

.kategorie_box:hover {
    background: #fbb700;
    transition: 1000ms;
}

#content {
    margin-top: 50px;
}

#content_inner {
    margin: 0 auto;
    width: 895px;
}

@media only screen and (max-width: 930px) and (min-width: 640px) {

    #content_inner {
	width: 600px;
    }

}

@media only screen and (max-width: 639px) {

    #content_inner {
	width: 300px;
    }

}

.kategorie_tytul {
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #333;
} 


.kategorie_podtytul {
    text-align: right;
    padding-right: 5px;
}

.kategorie_podtytul2 {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    padding-right: 5px;
}

#produkt_left {
    float: left;
    width: 530px
}

#produkt_right {
    float: left;
    width: 330px;
    padding-left: 30px;
    
}

#produkt_opis {
}








#footer {
    clear: both;
    width: 100%;
    min-height: 50px;
    text-align: center;
    padding: 0 0px 30px 0px;
    font-size: 10px;



#text_size {
    top: 171px;
    position: absolute;
    right: 300px;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: solid 1px #ccc;
    padding: 6px 20px;
    border-radius: 20px;
}

#text_contrast {
    border: solid 1px #ccc;
    padding: 6px 20px;
    border-radius: 20px;
    top: 171px;
    position: absolute;
    right: 460px;
    cursor: pointer;
}


.small {
  font-size: 13px;
}
  
.medium {
    font-size: 16px;
}
    
.large {
    font-size: 20px;
}

#corpus_right div img {
    width: 100%;
}

#szukacz {
    position: relative;
        width: 250px;
    }
        
#szukacz_meta {
    position: absolute;
    right: 30px;
    top: 170px;
}
                    
#szukacz input.text {
                        position: relative;
                            box-sizing: border-box;
                                width: 100%;
                                    height: 43px;
                                        color: #999;
                                            padding: 0px 50px 0px 20px;
                                                background: url(/images/bg_search.gif) repeat-x;
                                                    border: 1px solid #D5D5D5;
                                                        border-radius: 20px;
                                                        }
                                                        
#szukacz input.submit {
    position: absolute;
    right: 6px;
    bottom: 5px;
    width: 34px;
    height: 34px;
    background: url(/images/lupa.png) center center no-repeat;
    border-radius: 33px;
    border: none;
}

.search_result_row a {
    color: #151313;
    text-decoration: none;
}

.btn {
    background: #a00;
    width: 80px;
    text-align: center;
    padding: 5px;
    border-radius: 0px 20px 0 0;
}

.btn a {
    color: white;
    text-decoration: none;
}

.title_back {
    margin-bottom: 20px;
}

.title_name {
    font-size: 18px;
    margin-bottom: 0px;
}

.title_date {
    margin-bottom: 20px;
}

.content_print {
    margin-top: 20px;
}

.banner {
    margin-bottom: 10px;
}

.banner img {
    width: 100%;
}

.content_download a {
    color: #151313;
    text-decoration: none;
}

#partners div a img {
    width: 140px;
    margin-right: 10px;
}

#partners div {
    float: left;
}

.archiwum_row a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}