* {
    font-family: 'Roboto', sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

nav .btn {
    list-style: none;
}

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

.nav-item.active>.nav-link {
    color: #A50045 !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #A50045;
}

.footer .container ul {
    margin:0; padding:20px 0; color:white; list-style-type:none;
}

.footer .container ul li {
    display:inline-block; padding-right:25px;
}

.footer  a {
    color: #ffffff;
    text-decoration:underline;
}

.buttons a.uk-button {font-weight:bold;border:1px solid #dd3a4f;}
.buttons a.uk-button:hover {background: #dd3a4f;color:#fff;}
.buttons a.uk-button span {color:#dd3a4f;}
.buttons a.uk-button:hover span {color:#fff;}




/*board detail*/

div#board_details_wrapper {
	border: 1px solid #000000;
	width: 546px;
	margin-bottom:20px;
}


div#board_details_wrapper * {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
div#board_details_wrapper em {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
}


div#board_details_wrapper .left {
	display: block;
	float: left;
}
div#board_details_wrapper .right {
	display: block;
	float: right;
}
div#board_details_wrapper .clear {
	clear: both;
}


div#board_details_wrapper .leftBorder {
	border-left: 1px solid #000000;
}


div#board_details_wrapper div.box div.header {
	background-color: #FFFF00; /* yellow */
	border-bottom: 1px solid #000000;
	color: inherit;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 180px;
}
div#board_details_wrapper div.box div.header div.text {
	margin-left: 10px;
	margin-right: 10px;
}
div#board_details_wrapper div.box .content {
	margin: 10px;
}
div#board_details_wrapper div.box ul.content li {
	list-style: none;
	margin-bottom: 1px;
}
div#board_details_wrapper div.box ul.content li img {
	margin-right: 7px;
}


div#board_details_boardNumber,
div#board_details_address,
div#board_details_location,
div#board_details_road,
div#board_details_position,
div#board_details_constraints,
div#board_details_images {
	border-bottom: 1px solid #000000;
}
div#board_details_boardNumber div.content div.number {
	padding-top: 20px;
}
div#board_details_boardNumber div.content div.number span.number {
	font-size: 22px;
}


div#board_details_address {
	background-image: url('img/board_detail_addressBackground.png');
	background-repeat: repeat-y;
}
div#board_details_address td {
	vertical-align: top;
}
div#board_details_address td.dimensions {
	font-size: 80%;
	padding-top: 20px;
}
div#board_details_address div.city,
div#board_details_address div.address {
	width: 50%;
}


div#board_details_images {
	width: 365px;
}
div#board_details_photo img,
div#board_details_map img {
	height: 241px;
	width: 345px;
}
div#board_details_map {
	padding-top: 10px;
}

#map {
  background: #FFF;
  width: 100%;
  height: 400px;
}


.cookie-consent-popup {
    animation-name: show;
    animation-duration: 1s;
    animation-timing-function: ease;
    display: none;
    font-size: 0.9rem;
   /* position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;*/
    z-index: 999999;
}

.cookie-consent-popup.open {
    display: block;
    opacity: 1;
    animation-name: show;
    animation-duration: 1s;
    animation-timing-function: ease;
}

.cookie-consent-controls {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.cookie-consent-controls.open {
    max-height: 600px;
}

.cookie-consent-details {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.cookie-consent-details.open {
    max-height: 600px;
}

@keyframes show {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes hide {
    from {opacity: 1;}
    to {opacity: 0;}
}


.cookie-consent-popup{
    width: 420px;
    height: auto;
    background-color: #fff;
    position: fixed;
    bottom: 88px;
    border-radius: 10px;
    right: 5%;
    padding: 10px 20px;
    border: 1px solid #c52d2f;
}

.cookie-consent-popup label{
    font-weight: normal;
}

.cookie-consent-popup .btn {
    padding-left: 0;
    padding-right: 0;
    font-size:0.9rem;
}

.cookie-consent-popup .btn.btn-primary {
    padding-left: 15px;
    padding-right: 15px;
}


@media screen and (max-width: 420px) {
  .cookie-consent-popup{
    width: 90%;
    left:5%;
    bottom: 22px;
    }
}

.nav {
	position: absolute;
	top: 0;
	z-index: 99;
	left: 0;
	right: 0;
}
.uk-sticky-placeholder {
	height: 0 !important;
}
.top-wrap::before, .overlay-wrap::before {
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
}
.top-wrap-height {
	height: 80vh;
	min-height: 460px;
	transition: height 0.25s;
}
.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}
.top-container {
	z-index: 2;
}
.uk-logo img {
	height: 38px;
}
.subtitle-text {
	font-size: 1.2em;
	opacity: 0.7;
	font-weight: 300;
}
.logos-grid img {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(100%);
	transition: filter 0.25s;
}
.logos-grid img:hover {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(0);
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #A50045;
    border-color: #A50045;

}

.pagination > li > a, .pagination > li > span {  
    color: #A50045;
  
}

.panel-primary {
    border-color: #A50045;
}
.panel-primary > .panel-heading {
    background-color: #A50045;
    border-color: #A50045;
}

/*#w0-pjax tr>td:first-child {display:none};*/


.glyphicon {
    font-size: 25px;
}
ul#bottomnav   {display: flex; flex-wrap: wrap; gap: 20px;flex-direction: row;justify-content: center;
    list-style-type:circle;list-style-position: inside}
ul#bottomnav li a.link-secondary {color:rgba(255, 255, 255, 0.5) !important;}