#sessions-header {
	background-image: url('../images/sessionsbg@2x.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1920px 1080px;
	background-size: cover;
	/* height: 100vh;
	min-height: 765px; */
	height: 765px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 1921px) {
	#sessions-header {
		background-size: 1920px 1080px;
		background-color: black;
	}
}


#sessions-header .sessions-header-inner {
	/* margin-top: 115px; */
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

#sessions-header #img-original-sessions {
	padding-left: 15px;
	padding-right: 15px;
	width: 880px;

	margin-bottom: 90px;
	/* display: block; */
}

#sessions-header #img-coors-banquet {
	position: relative;
	/* padding-left: 15px; */
	width: 20%;
	width: 230px;
	margin-bottom: 80px;
	/* display: block; */
}

#sessions-header .container-fluid {
	text-align: center;
}

#sessions-header #img-lion-left {
	position: absolute;
	left: 15px;
	top: 70px;
	width: 120px;
}

#sessions-header #img-lion-right {
	position: absolute;
	right: 15px;
	top: 70px;
	width: 120px;
}

#sessions-header .sessions-wrapper {
	position: relative;
}

.sessions-intro .col-centered {
	padding-top: 20px;
}

.sessions-intro .col-centered + .col-centered {
	padding-top: 0;
	padding-bottom: 40px;

}

.sessions-intro .col-centered p.pcol {
	padding: 30px 0;
}

.scroll_arrow1 {
	max-width: 70px;
}

.sessions-half {
	display: flex;
	flex-direction: row-reverse;
}

.sessions-half.bottom {
	flex-direction: row;
	text-align: right;
}

.sessions-half > div {
	width: 50%;
	/* height: 500px; */
}

.sessions-half .col-left {
	background: #AC1F2D;
	color: #F9EBC5;
	text-align: center;
	padding-left: 15px;
	min-height: 450px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.sessions-half.bottom .col-left {
	/*background: #B99B68;
	color: #071D3C; */
	padding-left: 0;
	padding-right: 15px;
}

.sessions-half .col-right {
	background: #feefc4;
	background-image: url('../images/sessions-reklaws.png');
	background-size: auto 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: calc(50% - 25px) center;
	/* background-position: 25px top; */
	position: relative;
}

.sessions-half.bottom .col-right {
	background: #FEEBC4;
	background-image: url('../images/sessions-timhicks.png');
	background-size: auto 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-position: right 25px top;
	background-position: calc(50% + 25px) center;
}

.sessions-half .col-right img {
	max-width: 100%;
	max-height: 500px;
}

/* .sessions-half.bottom .col-right img {
	margin-left: auto;
} */
.sessions-half h2 {
	font-family: var(--font-primary);
	font-size: 65px;
	margin: 30px 0;
}

.sessions-half.top .social {
	padding: 5px;
}

.sessions-half p {
	/* font-family: "Montserrat-Regular", Helvetica; */
	max-width: 500px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.sessions-half p.small {
	margin: 20px 0 10px 0;
	max-width: 300px;
	line-height: 1.2;
}

.sessions-half .list-inline {
	margin-bottom: 30px;
}

.sessions-half .col-right:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 0 70px 25px;
	border-color: transparent transparent transparent #AC1F2D;
	top: 0;
	left: 0;
	transform: translateY(150px);
}

.sessions-half.bottom .col-right:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 25px 70px 0;
	/* border-color: transparent #B99B68 transparent transparent; */  
	border-color: transparent #AC1F2D transparent transparent; 
	top: 0;
	right: 0;
	left: auto;
	transform: translateY(150px);
}

@media (max-width: 1199px) {
	#sessions-header {
		height: 650px;
	}
	#sessions-header #img-original-sessions {
		width: 500px;
	}
	#sessions-header #img-lion-right, #sessions-header #img-lion-left {
		top: 20px;
		width: 90px;
	}
	.sessions-half h2 {
		font-size: 50px;
	}

	.sessions-half .col-right, .sessions-half.bottom .col-right {
		background-position: center bottom;
	}
}

@media (max-width: 767px) {
	#sessions-header {
		height: 550px;
	}

	#sessions-header #img-original-sessions {
		width: 100%;
		max-width: 565px;
	}

	#sessions-header #img-coors-banquet {
		width: 40%;
		margin-bottom: 30px;
		margin-top: 150px;
		max-width: 226px;
	}

	#img-lion-right, #img-lion-left {
		display: none;
	}

	.sessions-half {
		display: block;
	}

	.sessions-half > div {
		width: 100%;
	}

	.sessions-half .col-right {
		min-height: 300px;
	}

	.sessions-half .col-left {
		min-height: auto;
	}

	.sessions-half .col-right:before {
		display: none;
	}

	.sessions-half h2 {
		margin-bottom: 20px;
	}

	.scroll_arrow1 {
		max-width: 48px;
	}
}

@media (max-width: 425px) {
	#sessions-header {
		height: 400px;
	}
	.sessions-half .col-right {
		min-height: 300px;
	}

	.sessions-intro .col-xs-1.text-center:first-child {
		overflow: auto;
		padding-left: 0;
	}
}

.slider-wrapper {
	position: relative;
}

.slider-img {
	max-width: 100%;
}

.tns-controls {
	position: absolute;
	top: 0;
}

.tns-outer {
	position: relative;
}

.tns-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* .tns-item {
	height: 500px;
} */
.tns-item {
	height: 700px;
}

@media (max-width: 767px) {
	.tns-item {
		height: 500px;
	}
}


.slider-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
/* 	display: flex;
	justify-content: center;
	align-items: center; */
	text-align: center;
	position: relative;
}

.slider-item-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
 	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-item button {
	background: none;
	border: none;
	box-shadow: none;
	width: 60px;
	height: 60px;
	background-image: url('../images/play.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	border-radius: 50%;
	/* box-sizing: border-box; */
	outline: 0;
}

.slider-item button:hover, .slider-item button:focus {
	border: 1px solid #eed899;
}

/* .slider0 {
	background-image: url('../images/bg-block1.jpg');
}

.slider1 {
	background-image: url('../images/bg-block2.jpg');
}

.slider2 {
	background-image: url('../images/bg-block3.jpg');
}

.slider3 {
	background-image: url('../images/bg-block4.jpg');
} */


.tns-nav {
    text-align: center;
    margin: 10px 0;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #999;
	border: 0;
	outline: 0;
}
/* .tns-nav > [aria-controls]:hover {
	background: #eed899;
}
 */
.tns-nav > .tns-nav-active {
    background: #fff;
}

.prev-next-wrapper button {
	width: 80px;
	height: 80px;
	/* background: pink; */
	background-color: transparent;
	position: absolute;
	top: calc(50% - 40px);
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
	border: none;
	outline: none;
}

.prev-next-wrapper button:hover {
	border: 1px solid #eed899;
}

.btn-prev {
	left: 0;
	background-image: url('../images/chevron-left.svg');
}

.btn-next {
	right: 0;
	background-image: url('../images/chevron-right.svg');
}

.thumbnails-wrapper {
	background: #071d3c;
	padding: 10px 20px;
}

.thumbnails-wrapper h2 {
	margin: 0;
	text-align: center;
	color: #eed899;
	text-transform: uppercase;
	padding: 20px 0;
	font-family: var(--font-primary);
}

.thumbnails-wrapper ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding-left: 0;
}

.thumbnails-wrapper li {
/* 	display: inline-block;
	width: 15%;
	width: calc(1) */
	display: block;
	max-width: 100%;
	padding: 3px;
	width: 300px;
	opacity: 0.3;
}

@media (max-width: 767px) {
	.thumbnails-wrapper li {
		width: 50%;
	}
	.thumbnails-wrapper ul {
		flex-wrap: wrap;
	}
}

.thumbnails-wrapper li.active {
	opacity: 1;
}

.thumbnails-wrapper button {
	background: none;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0;
	padding-top: 100%;
	border: 0;
	outline: 0;
}

.thumbnails-wrapper li img {

}

.modal-header {
	border-bottom: 0;
}

.modal-lg {
	width: 100%;
}

/* .modal {
	width: 80%;
} */

.modal-dialog {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1199px) {
	.modal-dialog {
		width: 100%;
	}
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.modal-content {
	background: transparent;
	box-shadow: none;
}

button.close {
	background: pink;
	opacity: 1;
	z-index: 9;
	width: 80px;
	height: 80px;
}

.close1 {
	z-index: 9;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 32px;
	height: 32px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 5px;
	background-image: url('../images/times.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  }
.close1:hover {
	border: 1px solid #eed899;
}
 /*  .close1:hover {
	opacity: 1;
  }
  .close1:before, .close1:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background: white;

  }
  .close1:before {
	transform: rotate(45deg);
  }
  .close1:after {
	transform: rotate(-45deg);
  } */

button.close:hover {
	opacity: 1;
}

.modal-inner-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-body {
	padding: 0;
}

.modal-dialog {
	margin: 0;
}

.youtube-iframe.highzindex {
	z-index: 9;
}

.video-background {
/* 	background-repeat: no-repeat;
	background-position: center;
	background-size: 1920px 1080px;
	background-size: cover; */
	overflow: hidden;
}

.video-background iframe {
	width: 100%;
	height: 765px;
	position: absolute;
	transform: scale(1.3) translateY(50%) translateY(-400px);
}

/* @media (max-width: 1199px) {
	.video-background iframe {
		width: 100%;
		height: 765px;
		position: absolute;
		transform: scale(2) translateY(50%) translateY(-482px);
	}
}
 */
@media (max-width: 1023px) {
	.video-background {
		display: none;
	}
}

@media (min-width: 1758px) {
	.video-background iframe {
		transform: scale(1.42) translateY(50%) translateY(-400px);
	}
}

/* #block-goldenparallax {
	overflow-x: hidden;
	position: relative;
} */

.overflowhidden {
	position: relative;
	overflow: hidden;
}