html {
  scroll-behavior: smooth;
}
/*
#main_bg_container{
	position: fixed;
	width: 99vw;
	height: 1700px;
}
*/
#biography_container{
	position: relative;
	max-width: 1350px;
}
/*
.page_menu_submenu.floating {
	position: absolute;
	left: -170px;
	top: 70px;
	width: 160px;
}
*/

.page_menu_submenu.floating {
	left: calc(50% - 180px);
	width: 180px;
}

.hof_container{
	display: flex;
	flex-direction: column;
	min-height: 340px;
}
.hof_container_col{
	width: 100%;
}
.item_hof{
	display: flex;
	background-color: #b8b8bb;
	border-radius: 30px;
	overflow: hidden;
	transform: translateZ(0)
}
.item_hof .slider{
	position: relative;
}
.item_hof .slider:after{
	content: '';
	position: absolute;
	right:0;
	width: 50px;
	pointer-events: none;
	height: 100%;
	top: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b8b8bb+0,b8b8bb+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(184,184,187,0) 0%, rgba(184,184,187,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(184,184,187,0) 0%,rgba(184,184,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(184,184,187,0) 0%,rgba(184,184,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8b8bb', endColorstr='#b8b8bb',GradientType=1 ); /* IE6-9 */
}
.item_hof_col{
	width: 50%;
}
.item_hof_col:nth-child(2){
	padding: 30px 20px;
}
.slider .bx-wrapper{
	margin-bottom: 0;
	height: 100%;
}
.bx-viewport, .bxslider, .slider .bx-wrapper .slide{
	height: 100% !important;
}
.slider .bx-wrapper .slide_image{
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slide img{
	width: 100%;
	height: auto;
	display: none;
}
.hof_extra{
	color: #5b5b61;
}
.wall{
	position: relative;
	width: 100%;
	height: 420px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/hall_of_fame/wall_bg.png");
	display: flex;
	justify-content: center;
	align-items: center;
}
.stars_container{
	position: relative;
	width: 50%;
	text-align: center;
    margin-bottom: 5vw;
}
.hof-action{
	position: relative;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 22px;
}
#item_hof_container{
	position: relative;
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
}
.hof-info{
	height: 150px;
}
.hof-info .nano{
	height: 100%;
}
.section-wall{
	margin-top: 40px;
}

.floating_button_icon svg {
  position: relative;
  z-index: 1;
  height: 22px;
  margin-top: -4px;
  fill: #000;
  stroke: #000;
  stroke-width: 1;
  margin-left: -10px;
}

/*
.hof_container {
	    flex-direction: column;
	    align-items: center;
	    min-height: initial;
	}
	.hof_container_col{
		width: 100%;
	}
	#item_hof_container{
		margin: 0 auto;
	}
	#biography_container{
		margin-bottom: 50px
	}
*/
@media(max-width:1400px){
	.stars_container{
		width: 70%;
	}
	.hof-action{
		font-size: 18px;
	}
}
@media(max-width:1200px){
	.hof-action{
		font-size: 16px;
	}
	.wall{
		height: 300px;
	}
	.page_menu_submenu .submenu_item span{
		width: 90px;
	}
	.page_menu_submenu.floating {
	    left: calc(50% - 150px);
	    width: 150px;
	}
}
@media(max-width:992px){
	.page_menu_submenu.floating {
		position: relative;
		left: 0;
		width: 100%;
		top: inherit;
	}
	.wall{
		height: 300px;
	}
	.hof-action{
		padding: 5px 10px;
	}
}
@media(max-width:767px){
	#main_bg_container{
		position: absolute !important;
		width: 100vw;
		display: none !important;
	}
	.stars_container{
		width: 50%;
	}
	
	#hof-section-title {
		display: none;	
	}
	#main_bg_container_xs {
		display: block !important;
		position: relative;
		height: auto;
		background-size: cover;
		background-position: top center;
	}
	#main_bg_container_xs .page_title {
		padding: 80px 10px 20px;
		color: #fff;
		font-size: 30px;
		line-height: 32px;
	}
	.page_right_content {
		padding-top: 20px;
	}
	.page_menu_submenu .submenu_item span{
		width: auto;
	}
	.floating_button_icon svg{
		height: 20px;
		margin-top: -5px;
		margin-left: -12px;
	}
	#header_contact a, #header_rss_container a{
		color: #fff;
	}
}
@media(max-width:600px){
	.wall{
		margin-bottom: -20px;
	}
	.hof-action {
	    padding: 0 13px;
	    font-size: 12px;
	}
	.stars_container{
		margin-bottom: 18vw;
		width: 60%;
	}
	.item_hof{
		flex-direction: column;
		max-width: 300px;
		margin: 0 auto;
	}
	.item_hof_col{
		width: 100%;
	}
	.item_hof .slider{
		height: 180px;
	}
	.hof-name{
		margin: 0;
		font-size: 20px;
	}
	.hof-date{
		margin: 0 0 4px;
		font-size: 18px;
	}
	.item_hof .slider:after{
		display: none;
	}
	.hof-info{
		height: 100px;
	}
	.section-wall{
		margin-top: 20px;
	}
}

.witness_item {
	display: none;
	opacity: 0;
}
.witness_item.active {
	display: block;
	opacity: 1;
}
.page_menu_submenu .submenu_item span {
	vertical-align: middle;
}
#nominate_form {
	margin-left: -10px;
}
#nominate_errors p {
	font-weight: bold;
	color: #dc3545;
	font-size: 12px;
	line-height: 14px
}
#menu-side-scroll {
	height: inherit;
}
#menu-side-scroll:before {
	display: none;
}

.bx-controls{
	font-size: 30px;
}
.bx-wrapper .bx-controls-direction a{
	text-indent: 0;
	background: transparent;
	color: #000;
	opacity: 0.7;
}
.bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
}	
.bx-wrapper .bx-pager {
    bottom: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width: 8px;
	height: 8px;
}

select.form-control, .custom-file-label {
	padding: 5px 10px !important;
}
.grecaptcha-badge {
    display: none !important;
}