.div_content:after{content:"";display:block;clear:both;}
a.kotwica{display:block;}
.contentMenu{width:calc(100% - 325px);float:right;box-sizing:border-box;padding:0px 10px 0px 20px;min-height:230px;}
.content-text{padding:20px 20px 35px 20px;box-sizing:border-box;
background-color: #FFFFFF;
box-sizing: border-box;
}
.content-text:after{content:"";display:block;clear:both;}
.content-text.contentMenu{}
.content-text p{margin:0px 0px 10px 0px;line-height:1.5em;}
.content-text ul li{
background: url('../images/pkt.png') 0px 15px no-repeat;
padding: 15px 0px 15px 35px;
line-height: 1.5em;
background-size:25px auto;
}
.content-text ul{list-style:none;margin:0px 0px 0px 10px;overflow:hidden;}
.content-text ol{margin:0px 0px 0px 30px;}
.content-text ol li{padding:5px 0px 5px 0px;line-height:1.5em;background:none;}
.content-text img{vertical-align:top;max-width:100%;height:auto;}
.content-text img.no_border{border:none;padding:0px;background-color:transparent;vertical-align:top;}
.content-text iframe{max-width:100%;}
.content-text hr{border:none;border-bottom:1px dotted #CDCDCD;height:1px;}
.content-text h1{font-weight:normal;font-size:24px;color:#000000;}
.content-text h2{color:#000000;font-size:18px;}
.content-text h3{color:#000000;font-size:16px;}
.content-text h4{color:#000000;font-size:14px;}
.content-text table.responsive{table-layout:fixed;}
.googleMaps{float:right;max-width:100%;}
.googleMaps .infoMaps{line-height:auto;}
.googleMaps img{background:none;border:none;box-shadow:none;-webkit-box-shadow:none;filter:none;max-width:none;}
.rowBox{box-sizing:border-box;display:flex;width:100%;max-width:100%;justify-content:space-between;}
.rowBox .rowColumn{box-sizing:border-box;}
.rowBox .rowColumn .googleMaps{max-width:100%;float:none !important;width:100% !important;}
a.buton1{display:inline-block;transition:all 0.5s ease;background-color:var(--g1-color);border:1px solid var(--g1-color);color:#FFFFFF;font-size:18px;padding:12px 27px;position:relative;border-radius:4px;font-weight:700;}
a.buton1:hover{color:var(--g1-color);background-color:#FFFFFF;}
a.buton2{display:inline-block;transition:all 0.5s ease;background-color:#FFFFFF;border:1px solid var(--g1-color);color:var(--g1-color);font-size:18px;padding:12px 27px;position:relative;border-radius:4px;font-weight:700;}
a.buton2:hover{background-color:var(--g1-color);color:#FFFFFF;}
.hJoin{font-size:18px;margin:30px 0px 30px 0px;color:#000000;}
.contentJoin{margin-bottom: 30px;}
table.cennik{border-collapse:separate;border-spacing:0;width:100%;}
table.cennik caption{color:var(--caption-color);font-size:var(--caption-fontSize);font-weight:var(--caption-fontWeight);padding-bottom:30px;text-align:left;}
table.cennik thead{}
table.cennik thead th{color:var(--th-color);padding:var(--th-padding);font-size:var(--th-fontSize);font-weight:var(--th-fontWeight);background-color:var(--th-background);}
table.cennik thead th{text-align:right;}
table.cennik thead th:first-child{text-align:left;}
table.cennik thead tr th:first-child{border-top-left-radius:10px;}
table.cennik thead tr th:last-child{border-top-right-radius:10px;}
table.cennik tr td{font-weight:var(--td-fontWeight);font-size:var(--td-fontSize);padding:var(--td-padding);color:var(--td-color);border:solid 1px var(--td-background);background-color:var(--td-background);}
table.cennik tr:nth-child(2n) td{border:solid 1px var(--td2-background);background-color:var(--td2-background);}
table.cennik tr td:last-child{color:var(--td2-color);font-size:var(--td2-fontSize);font-weight:var(--td2-fontWeight);text-align:right;}
table.cennik tr:first-child td:first-child{border-top-left-radius:10px; }
table.cennik tr:first-child td:last-child{border-top-right-radius:10px; }
table.cennik tr:last-child td:first-child{border-bottom-left-radius:10px; }
table.cennik tr:last-child td:last-child{border-bottom-right-radius:10px; }
table.cennik tr:first-child td{border-top-style:solid; }
table.cennik tr td:first-child{border-left-style:solid; }

.divJoinContent{padding-bottom: 30px;padding-top: 10px;}


.contentMenu{
width: calc(100% - 325px);
float: right;
box-sizing: border-box;
padding: 0px 10px 0px 20px;
min-height: 230px;
}
.content-text{
padding: 50px;
min-height:300px;
}
.content-text h1{
font-weight: normal;
font-size: 24px;
color: #000000;
}

.content-text p{
margin: 0px 0px 20px 0px;
line-height: 1.7em;
}

.content-text ul li{
background: url('../images/pkt.png') 0px 15px no-repeat;
padding: 15px 0px 15px 35px;
line-height: 1.5em;
background-size:25px auto;
}


.content-text ul{
list-style: none;
margin: 0px 0px 0px 10px;
overflow: hidden;
}
.content-text ol{
margin: 0px 0px 0px 30px;
}

.content-text ol li{
padding: 5px 0px 5px 0px;
line-height: 1.5em;
background: none;
}

.content-text table.media {
border-collapse: collapse;
}
.content-text table.media th{
background-color:transparent;
border: none;
padding: 0px;
}
.content-text table.media td{
background-color:transparent;
border: none;
padding: 0px;
}

.content-text img{
vertical-align: top;
max-width: 100%;
height:auto;
}
.content-text img.no_border{
border: none;
padding: 0px;
background-color: transparent;
vertical-align: top;
}
.content-text hr{
border:none;
border-bottom: 1px dotted #CDCDCD;
height: 1px;
}

.content-text h2{
color:#000000;
font-size: 18px;
}

.content-text h3{
color:#000000;
font-size: 16px;
}

.content-text h4{
color:#000000;
font-size: 14px;
}

.content-text table {
border: none;
table-layout: fixed;
}
.content-text table th {
background-color: transparent;
border: none;
padding: 5px 5px 5px 10px;
}
.content-text table td {
background-color: transparent;
border: none;
padding: 5px 5px 5px 10px;
}
.googleMaps{
float: right;
max-width: 100%;
}
.googleMaps .infoMaps{
line-height: auto;
}

.googleMaps img{
background: none;
border: none;
box-shadow:none;
-webkit-box-shadow: none;
filter: none;
max-width: none;
}
h1.h1_ramka{
background: none;
}
.ramka{
border: none;
}


.div_content_home{
display: table;
width: 100%;
}
.div_content_home>div{
display: table-cell;
vertical-align: top;
}
.div_content_home>div.div_home_tresc{
padding-top: 60px;
/*padding-right: 150px;**/
box-sizing:border-box;
}
.div_content_home>div.div_join{
position: relative;
width: 38.1%;
box-sizing:border-box;
padding: 60px 60px 0px 60px;
color: #FFFFFF;
line-height: 1.9em;
z-index: 1;
}

.div_content_home>div.div_join .content-text a:first-child+p{
color: #FFFFFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
line-height: 2em;
}

.div_content_home>div.div_join:after{
background:url('../images/bus_image.png') no-repeat 0 0;
bottom: -8%;
content: "";
height: 317px;
left: -82px;
margin: 0 auto;
position: absolute;
right: 0;
width: 629px;
z-index: -1;
}


.div_content_home>div.clear{
display: none;
}

.div_join{
background-color: #93989e;
z-index:-2;
}

.content-text p .text_links_title{
color:#ffffff;
}

.button1{
background:#cd0000;
color:white;
padding: 13px 30px;
display:inline-block;
transition: all 0.5s ease-out 0s;
}
.button1:hover{
background:#555f68;
transition: all 0.5s ease-out 0s;
}

span.spCena{
float: right;
}

.div_cennik table.responsive{
max-width: 100%;
}

.div_cennik table.responsive ul li{
border-bottom: 1px solid #FFFFFF;
position: relative;
}
.div_cennik table.responsive ul li:after{
content: "";
height: 1px;
position: absolute;
width: 100%;
bottom: 0px;
left: 0px;
background-color: rgba(0,0,0,0.2);
}

@media screen and (max-width:768px){.contentBox{padding:0px;}
.rowBox{display:block;}
.rowBox .rowColumn{display:block;width:100% !important;max-width:100%;}
}
@media screen and (max-width:820px){table.responsive{display:block;}
table.responsive tbody{display:block;width:100%;}
table.responsive tbody tr{display:block;width:100%;}
table.responsive tbody tr td{display:block;width:100%;width:100%;margin:0px auto;box-sizing:border-box; padding:0px 0px 40px 0px !important;}
table.responsive tbody tr td.cellForms{width:100%;}
.content-text table.responsive .form .formRow{width:100%;max-width:100%;}
}
@media screen and (max-width:680px){.content-text table.media td{display:block;width:100%;max-width:100%;box-sizing:border-box;}
.content-text table.media th{display:block;width:100%;max-width:100%;box-sizing:border-box;}
}
