/* fonts */
@font-face {
font-family: RobotoCondensed-Bold;
src:url(/fonts/RobotoCondensed-Bold.ttf); 
}
@font-face {
font-family: RobotoCondensed-BoldItalic;
src:url(/fonts/RobotoCondensed-BoldItalic.ttf); 
}
@font-face {
font-family: RobotoCondensed-Regular;
src:url(/fonts/RobotoCondensed-Regular.ttf); 
}

body {
	font-family: RobotoCondensed-Regular;
	padding:0!important;
}
 html, body {
		       height:100%;
}
/* content */
.carousel {
    margin-bottom: 0rem!important;
}
.content_voyager {
    padding: 2rem 0px 2rem 0px;
    margin-bottom: 2rem;
    background: #ececec none no-repeat bottom/cover;
    background-image: var(--bg-tires);
}
.polityka_pr{
    padding: 2rem 0rem 2rem 0rem;
}

/* top bar menu */
.bg-voyager {
	background-color: #fff!important;
}

/* main page text */
ul.indeksy {
	list-style-type: none;
	padding: 0px;
	margin-top:20px;
}
ul.indeksy li{
	font-size: 20px;
	font-weight: bold;
	color: #575756;
}
.lead {
	color: #878789;
	font-weight: 500;
}
.icons span {
	color: #9db6c6;
	font-weight: 500;
	font-size: 20px;
	margin: 0px 15px 0px 3px;
}
p.icons {
	display: flex; 
}
.featurette-divider {
	margin: 4rem 0!important;
}
a.link {
	color: #000000!important;
	font-weight: bold;
}

/* menu */
.navbar-dark .navbar-nav .nav-link {
	color: #000!important;    
	font-family: RobotoCondensed-BoldItalic;
    	font-size: 22px;
	letter-spacing: 1px;
    	text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link.allegro {
	color: #fb6a1b!important;
}
.bg_black {
	background-color: rgba(145, 169, 182, 0.5);
	padding: 20px 5px 10px 5px;
}
.btn-primary, .btn-primary:visited  {
	background-color: #9dbed0!important;
    	border-color:rgba(0,0,0,0.18)!important;
	border: 0px;	
}
.btn-primary:hover{
	background-color: #42afeb!important;
    	border-color:rgba(0,0,0,0.18);!important;
	box-shadow:0 5px 11px 0 rgba(255,255,255,0.18),0 4px 15px 0 rgba(255,255,255,0.15);
}
.btn-primary-blue, .btn-primary-blue:visited  {
	background-color: #fb6a1b!important;
    	border-color:rgba(0,0,0,0.18)!important;
	color: #fff;
	border: 0px;
}
.btn-primary-blue:hover{
	background-color: rgb(0, 174, 239)!important;
    	border-color:rgba(0,0,0,0.18);!important;
	box-shadow:0 5px 11px 0 rgba(255,255,255,0.18),0 4px 15px 0 rgba(255,255,255,0.15);
-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}	

/* table size*/
table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 15px;
}
.table_dn_title {
	background-color:#9dbed0; 
	padding:10px; 
	color:#ffffff; 
	border-left: 1px solid #ddd; 
	border-right: 1px solid #ddd;
}
.container-fluid.featurette{
	background-color:#f6f6f6;
	border-top: 3px solid #c6c6c6;
	border-bottom: 2px solid #c6c6c6;
}
.row.tb_design div.col-md-6 {
	padding: 0px;
}

/* footer */
.footer_bg {
 	background-color: #adc6d6!important;
}
footer.container {
 	padding: 30px 0px 30px 0px;
}
p.copyright {
	margin: 0px!important;
}