body.admin-bar {
	padding-top: 0 !important;
}


/*======================================================================
	 404
======================================================================*/
.error404 h1 {
	margin-bottom: 1rem;
}
.error404 h2 {
	font-weight: 400;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.error404 .error404 .searchform {
	margin-bottom: 0;
}
.search-card {
	background: #eee;
	margin-bottom: 2rem;
}
/*======================================================================
 Video
======================================================================*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*======================================================================
 Back To Top
======================================================================*/

#scroll-to-top {
	padding: 10px 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: none;
	background: rgba(1, 87, 96, 0.50);
	border-radius: 5px;
	z-index: 9999999999
}
