/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'bolder-heading';
    src: url('/stadsarchief-files/resources/css/fonts/Bolder-Heading.woff2') format('woff2'), url('/stadsarchief-files/resources/css/fonts/Bolder-Heading.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bolder';
    src: url('/stadsarchief-files/resources/css/fonts/mark_simonson_-_proxima_nova_bold_italic-webfont.woff2') format('woff2'), url('/stadsarchief-files/resources/css/fonts/mark_simonson_-_proxima_nova_bold_italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'bolder';
    src: url('/stadsarchief-files/resources/css/fonts/Bolder-Bold.woff2') format('woff2'), url('/stadsarchief-files/resources/css/fonts/Bolder-Bold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'bolder';
    src: url('/stadsarchief-files/resources/css/fonts/Bolder-Light.woff2') format('woff2'), url('/stadsarchief-files/resources/css/fonts/Bolder-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'bolder';
    src: url('/stadsarchief-files/resources/css/fonts/Bolder-RegularItalic.woff2') format('woff2'), url('/stadsarchief-files/resources/css/fonts/Bolder-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'bolder';
    src: url('/stadsarchief-files/resources/css/fonts/Bolder-Regular.woff2') format('woff2'), url('/stadsarchief-files/resources/css/fonts/Bolder-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Default styles
   ========================================================================== */

/* @media screen and (max-width: 991px) {
    .row {
        margin-left:0;
        margin-right: 0;
    }
} */

body {
    min-height: 100%;
    width: 100%;
    top: 0px;
    font-family: "bolder", Arial, sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #000000;
}

a, a:hover, a:active, a:focus, a:visited {
    color: #00811f;
    text-decoration: underline;
}

a:hover {
    color: #000000;
}

*:focus, *:focus-visible {
	box-shadow: 0 0 0 2px #00811f, 0 0 0 4px #ffffff;
	outline: 0;
}

p {
    font-size: 18px;
    line-height: 25px;
}

h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
}

h3 {
    font-size: 28px;
    line-height: 35px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

h5 {
    font-size: 16px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 25px;
    color: #676666;
}

/* ==========================================================================
   Common styles
   ========================================================================== */

* {
    outline-color: #00811f!important;
}

.hidden {
	display: none;
}

/* ==========================================================================
   Roxen styles
   ========================================================================== */

.roxen-edit-box-wrap {
    height: 100%;
    /* fix roxen thing */
}

.main-menu .roxen-edit-box-wrap {
    height: auto;
}

.roxen-edit-box-wrap .editlink {
    height: auto !important;
}

/* ==========================================================================
   Bootstrap overrides
   ========================================================================== */

.alert {
    border-radius: 0;
}

.alert-dark {
    background-color: #eff4f6;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.hero-menu {
    position: fixed;
    top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
    z-index: 1005;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.hero-menu .skip-link {
	background-color: #ffffff;
}

.navbar-collapse.collapse {
	position: relative;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    height: 93.5vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}

.navbar-collapse.collapse.mobile,
.navbar-collapse.collapsing.mobile {
    position: fixed;
    top: 45px;
    bottom: 0;
    width: 100%;
    max-height: 0;
	height: auto;
    overflow-y: scroll;
    z-index: 1200;
    background: #fff;
	box-shadow: none;
    -webkit-transition: max-height 3s ease-in;
    -moz-transition: max-height 3s ease-in;
    -ms-transition: max-height 3s ease-in;
    transition: max-height 0.3s ease-in;
}

.navbar-collapse.collapse.mobile.show {
	max-height: 100%;
}

.hero-menu .search {
    opacity: 1;
    overflow: hidden;
    max-height: 50px;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
	position: absolute;
    width: 100%;
}

.hero-menu.scrolled .search {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.navbar-search,
.navbar-search .form-control {
	background-color: #F9F9F9;
}

.navbar-search .form-control {
    color: #676666;
    font-size: 14px;
    letter-spacing: -0.17px;
    line-height: 18px;
	height: auto;
	border-radius: 0;
}

.navbar-search .form-control:focus,
.navbar-search .form-control:focus-visible,
.navbar-search .btn:focus,
.navbar-search .btn:focus-visible {
	outline-offset: -2px;
	outline: 2px solid #00811f!important;
	box-shadow: none;
}

.navbar-search.input-group {
	width: 100%;
	border: 1px solid #eff4f6;
}

.navbar-search.input-group .fas.fa-search {
	color: #676666;
    font-size: 20px;
    letter-spacing: -0.17px;
    line-height: 18px;
	vertical-align: inherit;
}

.navbar.navbar-expand-lg {
    align-items: flex-start;
    z-index: 1;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

.navbar-brand {
    margin: 0;
    margin-top: 6px;
    padding: 0;
}

.navbar-brand a {
	display: block;
}

.navbar-brand a:focus,
.navbar-brand a:focus-visible {
	outline-offset: -2px;
	outline: 2px solid #fff!important;
	box-shadow: none;
}

.navbar-brand .header {
	height: 30px;
    border-bottom: 4px solid #fff;
}

.navbar-brand img {
    width: 185px;
    image-rendering: -webkit-optimize-contrast;
}

.navbar-collapse .navbar-nav .nav-link {
	color: #000000;
	padding: 0;
    margin: 10px;
    text-decoration: none;
}

.navbar-expand-lg .menu-container {
	width: 100%;
	position: relative;
}

.navbar-nav>li>a .fas {
	font-size: 16px;
    padding: 0px 8px;
}

.navbar-collapse>ul>li>a>span.menu-desc {
    display: none;
}

.navbar-toggler.btn-primary {
    margin: 5px;
    padding: 10px 10px;
    height: 35px;
    line-height: 0;
}

.navbar-collapse .navbar-nav .dropdown-menu {
	padding: 10px 20px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 0;
	border-top: #eff4f6 solid 1px;
}

.navbar-collapse .navbar-nav .dropdown-menu>a {
	background-color: #f5f5f5;
    display: inline-block;
	margin: 10px 0px;
    border-left: 0px solid #ffffff;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
}

.navbar-collapse .navbar-nav .dropdown-menu>a>span {
    float: left;
    clear: left;
}

.navbar-collapse .navbar-nav a>span.menu-title {
	font-size: 16px;
	font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}

.navbar-collapse .navbar-nav a>span.menu-desc {
	color: #000000;
    font-size: 14px;
    line-height: 14px;
}

@media (min-width: 576px) {
    .navbar-brand img {
        width: auto;
		max-width: 340px;
    }

    .navbar-brand {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .hero-menu {
		padding: 0;
        max-width: 100%;
		position: sticky;
    }
	.navbar-collapse .navbar-nav .nav-link.lvl-0[aria-expanded="true"]:after {
		content: "\f068";
	}
	.navbar-collapse .navbar-nav .nav-link.lvl-0[aria-expanded="false"]:after {
		content: "\f067";
	}
	.navbar-collapse .navbar-nav .nav-link.lvl-0:after {
		font-family: "Font Awesome 5 Pro";
		display: block;
		float: right;
		margin-top: 2px;
		border: 0;
	}
	.navbar-collapse .navbar-nav .nav-link.lvl-1 {
		display: flex;
		flex-direction: column;
		padding-top: 0;
		padding-bottom: 2px;
	}
	.navbar-collapse>ul>li {
		border-top: #eff4f6 solid 1px;
	}
}

@media (min-width: 992px) {
    .hero-menu {
        top: 10px;
    }

    .hero-menu.scrolled {
        top: 0;
    }

    .navbar.navbar-expand-lg {
        background-color: transparent;
    }
    .navbar-expand-lg .navbar-nav {
        width: 100%;
    }
    .navbar-collapse .navbar-nav>li:last-child {
        margin-left: auto;
    }

    .navbar-collapse>ul>li:after {
        content: '';
        display: block;
        height: 4px;
        width: 0;
        background: transparent;
        transition: width .3s ease, background-color .3s ease;
        -webkit-transition: width .3s ease, background-color .3s ease;
        -moz-transition: width .3s ease, background-color .3s ease;
        -o-transition: width .3s ease, background-color .3s ease;
        -ms-transition: width .3s ease, background-color .3s ease;
    }

    .navbar-collapse>ul>li:hover:after,
	.navbar-collapse>ul>li.show:after	{
        width: 100%;
        background: #00811f;
    }

    .navbar-collapse .navbar-nav .dropdown-menu {
        width: 100%;
        z-index: 10;
		padding: 20px;
		margin: 0;
		border: none;
		border-radius: 0;
		border-top: #eff4f6 solid 1px;
    }

    .navbar-collapse .navbar-nav .dropdown-menu>a:hover,
	.navbar-collapse .navbar-nav .dropdown-menu>a:focus,
	.navbar-collapse .navbar-nav .dropdown-menu>a:focus-visible	{
        border-left: 4px solid #00811f;
		padding-left: 10px;
		box-shadow: none;
    }

    ul.ml-auto>li:hover {
        text-decoration: underline;
    }
    
    ul.ml-auto>li:hover:after {
        width: 0;
        text-decoration: underline;
    }

    .navbar-collapse .navbar-nav .nav-link {
        padding: 0;
        margin: 10px 10px 4px 13px;
    }

    .navbar-collapse .navbar-nav .dropdown-menu>a {
        width: 45%;
    }

    .navbar-expand-lg {
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .navbar-collapse.collapse {
        height: 45px;
        overflow: visible;
    }

    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.search-pagination .alert-secondary  {
	background: #F5F5F5;
}

nav ul.pagination {
    display: inline-block;
    height: auto;
    margin-top: 20px;
    padding-left: 0;
    display: inline-block;
}

nav ul.pagination > li {
    float: left;
    display: inline;
    text-align: center;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
    font-size: 13px;
}

.path-zoeken nav ul.pagination > .selected {
    font-weight: bold;
}

nav ul.pagination > li {
    display: block;
    padding: 4px 8px;
    line-height: 24px;
}

nav ul.pagination li:first-child,
nav ul.pagination li:last-child {
    background-color: #00811f;
    border: 1px solid #00811f;
    border-radius: 0;
    z-index: 10000;
}

ul.pagination li.selected:first-child,
ul.pagination li.selected:last-child {
    background: none;
    border: 0;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}

ul.pagination li:last-child > a > i:before,
ul.pagination li:first-child > a > i:before {
    color: white;
    position: relative;
    top: 2px;
    left: 0;
}

/* ==========================================================================
   Search
   ========================================================================== */

.search-tiles-container-component form {
    margin: 25px 0;
}

.search-tiles-container-component form button {
	background: #00811f;
}

.search-tiles-container-component form input {
	height: 40px;
    border-radius: 0;
}

.search-tiles-container-component .navbar-search.input-group {
	border: 0;
	height: 40px;
}

.search-tiles-container-component .navbar-search.input-group .fas.fa-search {
	color: #fff;
}

.search-tiles-container-component .btn-primary {
    padding: 7px 25px;
	width: 100%;
}

.search-tile-component {
	font-family: "bolder-heading";
	margin: 20px 0;
}

.search-tile-component a {
	text-decoration: none;
}

.search-tile-component .tile .title i {
	float: right;
    padding-top: 3px;
    padding-right: 5px;
}

.search-tile-component .tile {
	text-align: center;
	font-weight: bold;
}

.search-tile-component .tile .title {
	background: #00811f;
    height: 40px;
    padding-top: 5px;
    color: #fff;
    font-size: 18px;
}

.search-tile-component a:hover .tile .results,
.search-tile-component a:hover .tile .results .ajax-loader {
    background-color: #d0d0d0;
}

.search-tile-component .tile .results {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #F5F5F5;
    height: 110px;
    color: #000000;
    transition: background .5s;
	font-size: 35px;
}
@media (max-width: 992px) {
	.search-tile-component .tile .results {
		font-size: 28px;
	}
	.search-tile-component .tile .title{
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.search-tile-component .tile .results {
		font-size: 26px;
	}
}

.search-tile-component .tile .results .ajax-loader {
    background-image: url('/apps/stadsarchief.nl/_assets/Spin-1s-200px.svg');
	background-color: #F5F5F5;
	background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.search-tile-component .tile .results .error {
	font-size: 22px;
}

.search-results {
	margin: 1rem auto;
}

/* ==========================================================================
   CTA Menu
   ========================================================================== */

.cta-menu,
.theme-menu {
    position: relative;
}

.cta-menu .row,
.theme-menu .row {
    position: relative;
    margin-top: -4rem;
    background-color: #fff;
    z-index: 1;
    border-bottom: 4px solid #00811f;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (min-width:768px) {
    .cta-menu .row {
        height: 115px;
    }
}

.cta-menu a,
.theme-menu a {
    color: #000000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-menu a {
    height: 46px;
}

.theme-menu a h4 {
	width: 200px;
	margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cta-menu .menu-item .img,
.cta-menu .menu-item .title,
.theme-menu .menu-item .title {
    text-align: center;
}

@media screen and (max-width:767px) {
    .cta-menu a {
        justify-content: flex-start;
        height: 60px;
    }
    .cta-menu .menu-item .img,
    .cta-menu .menu-item .title {
        display: inline-block;
    }
    .cta-menu .menu-item .img {
        margin-right: 2rem;
    }
}

.cta-menu .menu-item .title span {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.cta-menu a:hover,
.theme-menu a:hover,
.theme-menu a.active:not(.theme-parent) {
    background-color: #eff4f6;
}

/* ==========================================================================
	btn style
========================================================================== */
	
.btn-primary,
.btn-primary:visited,
.btn-primary:focus {
    font-size: 1rem;
    line-height: 20px;
    display: inline-block;
    border-radius: 0;
    border: 2px solid #ffffff;
    margin: 25px 0;
    padding: 10px 25px;
    font-family: "bolder", Arial, sans-serif;
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    -webkit-tap-highlight-color: #00811f;
    -moz-tap-highlight-color: #00811f;
}

a.btn-primary,
a.btn-primary:visited {
	text-decoration: none;
}

.btn-primary.dark {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
}

.btn-primary.magenta,
.btn-primary.magenta:not(:disabled):not(.disabled).active,
.btn-primary.magenta:not(:disabled):not(.disabled):active {
    background-color: #C93675;
    color: #ffffff;
    border: 2px solid #C93675;
}

.btn-primary.magenta:hover {
    background-color: #a12b5e;
    color: #ffffff;
    border: 2px solid #a12b5e;
}

.btn-primary:not([class*="Cookie"]):not(.player-btn):after {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    margin-left: 10px;
}

.btn-primary:hover {
    background-color: #00811f;
    color: #ffffff;
    border-color: #00811f;
}


.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #00811f;
    color: #ffffff;
    border-color: #00811f;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	border-color:transparent;
    box-shadow: 0 0 0 0.2rem rgba(25, 147, 61, 1);
    -webkit-appearance: none;
}

.btn:focus,
.btn.focus,
.btn-primary:focus,
.btn-primary.focus,
.navbar-toggler.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(25, 147, 61, 1);
    -webkit-appearance: none;
}

/* nav button */
.navbar-toggler.btn-primary {
    margin: 5px;
    padding: 10px 10px;
    height: 35px;
    line-height: 0;
}

.navbar-toggler.btn-primary:not(.player-btn):after {
    content: "\f0c9";
}

/* Search form input (for home and navigation)*/
.form-control:focus {
	box-shadow: none;
}


/* ==========================================================================
	footer style
========================================================================== */

#footer-links {
    background-color: #000000;
}

#footer-links .bottom-icon {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer-links section > .container:first-child {
    padding-top: 35px;
    padding-bottom: 0;
}

#footer-links .href-list-component ul > li > a {
    color: white;
    line-height: 28px;
    font-size: 16px;
    text-decoration: none;
    padding: 3px 0 3px 0px;
}

#footer-links .href-list-component ul > li > a:hover {
    text-decoration: underline;
}

#footer-links .href-list-component a.list-group-item:before {
    display: none;
}

#footer-links .grid-column-component.last-col {
    background-color: #00811f;
    padding: 30px;
    padding-bottom: 15px;
    margin-top: 95px;
}

#footer-links .grid-column-component.last-col .href-list-component {
    display: inline-block;
    float: right;
    margin: 0;
}

#footer-links .grid-column-component.last-col .href-list-component ul {
    margin: 0;
}

#footer-links .grid-column-component.last-col .href-list-component ul li {
    display: inline-block;
}

@media screen and (max-width: 1199px) and (min-width:992px) {
	#footer-links .bottom-icon {
		align-items: start;
		flex-direction: column;
	}
	#footer-links .grid-column-component.last-col .href-list-component {
		margin-top: 0.7rem;
	}
}

@media screen and (max-width: 390px) {
	#footer-links .bottom-icon {
		align-items: start;
		flex-direction: column;
	}
	#footer-links .grid-column-component.last-col .href-list-component {
		margin-top: 0.7rem;
	}
}

/* Social icons should maintain distance CS-515 */
#footer-links .bottom-icon .href-list-component ul > li:not(:last-child) > a {
	margin: 0 0.9rem 0 0;
}

#footer-links .bottom-icon .href-list-component ul > li > a {
    padding: 0;
}

#lang-selector {
    display: inline-block;
    cursor: pointer;
}

#footer-links .grid-column-component.last-col .text_wrapper p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
}

#footer-links .grid-column-component.last-col .text_wrapper p a {
    color: #ffffff;
}

#footer-links .grid-column-component.last-col .list-group-item i:before {
    font-size: 21px;
}

/* Google Translate*/
.goog-te-banner-frame.skiptranslate {display: none!important;} 
body {top: 0px!important;}

.translate-button,
.translate-button:hover {
	color: #fff;
	padding: 0;
}

.translate-button:focus {
	box-shadow: 0 0 0 0.1rem rgb(255 255 255);
	-webkit-box-shadow: 0 0 0 0.1rem rgb(255 255 255);
}

.translate-button .country {
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
}

.translate-button .fa-globe:before {
    font-size: 20px;
}

#lang-selector.hover .translate-container {
    background: white;
    color: #000000;
    display: block;
    position: absolute;
    bottom: 72px;
    left: 0;
    right: 0;
    padding: 20px;
    height: auto;
    visibility: visible;
    box-shadow: 0px 2px 6px 0px #000000;
}

#lang-selector .translate-container {
    display: none;
    background: transparent;
    color: transparent;
    height: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.wrapper.hover .content.hover:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid white;
    border-right: 10px solid white;
    border-top: 10px solid #ffffff00;
    position: absolute;
    bottom: -9px;
    box-shadow: 3px 3px 3px 0px rgba(36, 36, 36, 0.3);
    transform: rotate(45deg);
}
#lang-selector .close-button {
    position: absolute;
    right: 0;
    top: 0;
	margin: 4px;
	padding: 2px 6px;
}
}

@media screen and (max-width:400px) {
    #lang-selector {
        display: block;
        margin-bottom: 14px;
    }
    #footer-links .grid-column-component.last-col .href-list-component {
        display: block;
        float: left;
    }
    .wrapper.hover .content.hover {
           bottom: 105px;
    }
}

@media (max-width: 991px) {
    #footer-links .grid-column-component.last-col {
        margin-top: 0;
    }
}

/* footer end*/

footer.site-footer #footer-end {
    background-color: white;
    color: #000000;
    font-size: 16px;
}

#footer-end img {
    max-width: 100%;
}

footer.site-footer #footer-end .list-inline {
    display: inline-block;
    margin: 0;
}

footer.site-footer #footer-end .list-inline li {
    padding-right: 0px;
    display: inline-block;
    padding-left: 5px;
    line-height: 45px;
}

footer.site-footer #footer-end .list-inline li:before {
    content: "|";
    padding-right: 7px;
}

footer.site-footer #footer-end .list-inline li:first-child:before {
    content: "";
    padding: 0;
}

footer.site-footer #footer-end .list-inline li a {
    color: #000000;
    text-decoration: underline;
}

#footer-end .container {
    padding-top: 20px;
    margin: 0 auto;
}

@media screen and (min-width:768px) {
	#footer-end .container {
		display: flex;
		justify-content: space-between;
    	align-items: center;
	}
}

@media screen and (min-width:992px) {
	#footer-end .container img {
		height:40px;
	}
}

#footer-links section > .container {
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	footer.site-footer #footer-end .list-inline {
		padding-left: 15px;
	}
    footer.site-footer #footer-end .list-inline li {
        line-height: 24px;
    }
    footer.site-footer #footer-end .list-inline {
        padding-top: 10px;
    }
    #footer-end .container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* Cookie Notification Bar */

.cookie-notification-bar {
	display: none;
    position: fixed;
    bottom: -100%;
    z-index: 1100;
    background-color: #fff;
    width: 100%;
    padding: 20px 0px;
    min-height: 30px;
    color: #000000;
    font-size: 16px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.cookie-notification-bar.active {
	display: block;
    bottom: 0;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.2), 0 -2px 20px 0 rgba(0, 0, 0, 0.19);
}

.cookie-notification-bar .btn-primary {
    margin: 0 0 0 1em;
}

/* Cookie Control Overlay */

.cookie-control-overlay-disabled {
	font-size: 14px;
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.cookie-control-overlay-disabled .overlay-message span {
	cursor: pointer;
	color: #00811f;
	text-decoration: underline;
}

.cookie-control-overlay-disabled .overlay-message span:hover {
	color: #000000;
}

/* API Panels */

.social-get-oauthtoken-component pre * {
	font-size: 0.9em;
	font-weight: 600;
}

.social-get-oauthtoken-component kbd {
	display: block;
	font-size: inherit;
}

.social-get-oauthtoken-component kbd pre {
	color: #fff;
}

.social-get-oauthtoken-component .info pre code {
	color: #288ac5;
}

.social-get-oauthtoken-component .error pre code {
	color: #d6c85c;
}

.social-get-oauthtoken-component .info pre code.token {
	color: #e83e8c;
}

.social-get-oauthtoken-component .info pre code.status {
	color: #2a7f1d;
}

.social-get-oauthtoken-component .error pre code.status {
	color: #d83838;
}

.social-get-oauthtoken-component .error sub {
	font-weight: 600;
}


/* ==========================================================================
	deail search date from to
========================================================================== */
.form-horizontal.search .app-form-text-component.year-from {
    margin: 0 10% 0 0;
}

.form-horizontal.search .app-form-text-component.year-from,
.form-horizontal.search .app-form-text-component.year-to {
    display: inline-block;
    width: 45%;
}


.svg-twitter-x {
	width: 16px;
    position: relative;
    top: -2px;
    left: 4px;
}
