/*Remove footer*/
.footer .footer-credits {
    display: none;
}

/*change icon color to orange*/
.shapely_home_features .fa:before {
color: #9e1500;
}

/*center features text*/
.feature p {
    text-align: center;
}
/*chaneg small parallax background color*/
.bg-secondary {
    background: c5c6c6;
}

#custom_html-3 section { background-color: light-gray; }

/*kolory tabeli - cennik*/
table {
  width: auto;
	}
.tg  {border-collapse:collapse;border-spacing:10;margin:20px auto;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:9px 0px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:9px 0px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-cxti{background-color:#ffffff;border-color:inherit;text-align:center}
.tg .tg-luni{background-color:#da1313;color:#ffffff;border-color:#000000;text-align:center;vertical-align:top}
.tg .tg-h720{font-weight:bold;background-color:#da1313;color:#ffffff;border-color:#000000;text-align:center}
.tg .tg-jqzt{background-color:#dbd8d8;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-c6of{background-color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-ans1{font-weight:bold;background-color:#da1313;color:#ffffff;border-color:#000000;text-align:center;vertical-align:top}
.tg .tg-9sgt{font-style:italic;background-color:#656565;color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}

/* układ 2-kolumnowy */
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

 /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/* Hide seach bar */
#site-navigation .search-widget-handle {
    display: none;
}

/* EN & DE menu items color */

li#menu-item-234 a {
color: red !important;
}

li#menu-item-235 a {
color: red !important;
}