.dropdown-item:active {
	background-color: #c62113;
	color: white !important;
}

.container-fluid {
	font-family: sans-serif;
}

header .navbar {
  padding: 20px 25px;
  border-bottom: 1px solid #cfcece;
}

header .navbar .me-auto {
  margin: 0px 50px 0 0 !important;
}

header .navbar .me-auto h1.page-title {
  margin: 0px;
}

header .navbar .me-auto h1.page-title .navbar-brand {
  padding: 0px;
}

header .navbar .col_nav {
  /*width: 100%;*/
  flex: auto;
}

header .navbar .col_nav .navbar_left {
  margin-right: auto !important;
  font-size: 18px;
  font-weight: 600;
}

header .navbar .col_nav .navbar_left li a:link, header .navbar .col_nav .navbar_left li a:visited, header .navbar .col_nav .navbar_left li a:hover, header .navbar .col_nav .navbar_left li a:active {
  color: #212529;
}

header .navbar .navbar_right li.button_selja {
  background-color: #3d3d3d;
  margin-right: 20px;
  border-radius: 10px;
}

header .navbar .navbar_right li.button_selja:hover {
	box-shadow: 0px 3px 6px rgb(0 0 0 / 31%);
  }

header .navbar .navbar_right li.button_selja a {
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 50px 8px;
}

header .navbar .navbar_right li.button_login, header .navbar .navbar_right li.after_login {
  background-color: #c62113;
  border-radius: 10px;
}

header .navbar .navbar_right li.after_login:hover {
	box-shadow: 0px 3px 6px rgb(0 0 0 / 31%);
  }

header .navbar .navbar_right li.button_login a {
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 25px 8px;
}

header .navbar .navbar_right li.after_login a {
  color: #3d3d3d;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 45px 8px 25px;
}

header .navbar .navbar_right li.dropdown .dropdown-menu {
  width: 190px;
}

@media only screen and (max-width: 1200px) {
	header .navbar .navbar_right li.dropdown .dropdown-menu {
	  width: 100%;
	}
  }

main.pt-5 {
  background-color: #fff;
  padding-top: 91px!important;
}

.dropdown .dropdown-toggle::after {
  position: absolute;
  top: 14px;
  margin-left: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.dropdown-toggle {
	color: white !important;
}

.auctionFilter {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 15px 15px 0px 0px;
	background-color: white !important;
	position: relative;
	margin: 10px 20px 0px 20px;
	flex-shrink: 1 !important;
}

.AuctionFilterRadioCol {
	margin: 10px;
}

.auction_title a {
	color: #4E4E4E;
	font-weight: bold;
	text-decoration: none;
	font-size: 1pc;
	margin-left: 10px;
}
.auction_info {
	border-bottom: solid 1px #FFC430;
	border-top: solid 1px lightgrey;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.carCatalogCard {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	background-color: white !important;
	padding: 0px 0px 10px 0px !important;
	transition: .5s ease;
	position: relative;
	padding-bottom: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.carCatalogCard:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	transition: .5s ease;
}

.bannerCatalogCard {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	background-color: white !important;
	padding: 0px 0px 10px 0px !important;
	transition: .5s ease;
	position: relative;
	padding-bottom: 10px;
	height: 100%;
	display: table;
	flex-direction: column;
	width: 100%;
	border-radius: 7px;
}

.bannerCatalogCard .col {
	display: table-cell;
    vertical-align: middle;
}

.bannerCatalogCard:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	transition: .2s ease;
}

.auction_specs {
	margin: 10px;
	font-size: 0.9pc;
}
a.thumbnail img {
	padding: 0px;
	border: none;
	border-radius: 10px 10px 0px 0px;
	max-height: 242px;
	box-shadow: none;
	/*text-align: : center;*/
	width: 100%;
}
.OnImage {
	display: none;
	background-color: white;
	width: 100%;
	height: 30px;
	padding-top: 100px;
	position: absolute;
	top: 215px;
	padding: 5px;
	background-color: rgba(61, 61, 61, 0.7);
	color: #FFC430;
	font-weight: bold;
	text-align: center;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
div.highlight {
	background: none;
}
.auction_title {
	font-size: 1.1pc;
	padding-bottom: 10px;
}
.price {
	font-size: 1.2pc;
}
.SkodaButton {
	width: 100% !important;
	padding: 10px;
}
.info_icons {
	width: 20px;
	height: 20px;
	margin-right: 10px;

}
.info_icons img {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align : center;
}

.main_container {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-toggler {
    position: fixed;
  	width: 50px;
  	top: 25px;
    right: 20px;
    background: url(/images/navbar-toggler.png) no-repeat center;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.otherPagesPadding {
	padding: 50px 50px 50px 50px;
	width: 80%;
}

@media only screen and (max-width: 768px) {
	.otherPagesPadding {
		padding: 30px 30px 30px 30px;
		width: 100%;
	}
}

@media (max-width: 1200px) {

	.button_selja {
		margin-bottom: 10px;
	}

}

@media (min-width: 1200px) {
  header .navbar .col_nav .navbar_left li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

}

@media (max-width: 1200px) {
  header .navbar .navbar_right li.button_selja {
    margin-right: 0px;
  }

  header .navbar .navbar_right li.button_selja a {
	padding: 5px 20px;
  }

	header .navbar .navbar_right li.after_login a {
		padding: 5px 20px;
	}
}
