body {
	font-family: 'Assistant', sans-serif;
	letter-spacing: 0.0625em;
}

.fullfold {
	height: calc(100vh - 80px);
	
}

.vcon {
	padding-top: 80px;
}

.fullfold h2 {
	font-family: 'Raleway', sans-serif;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	font-weight: bold;
	/*//font-size: 69px;*/
	letter-spacing: 4px;

	
}

.fullfold a {
	width: 100%;
	height: 100%;
 	

}

.gggg {
	position: absolute !important;
 	z-index: 600;
 	color: red;
 	

}

.fullfold a:hover {
text-decoration: none;
}

.vidsplit_row {
	
}

.vidsplit_text {
	
}

.vidsplit_text div {

	padding: 10px;

}

.vidsplit_text h2 {
 text-transform: uppercase;
 color: black;
font-size: 60px;
text-align: center;
font-weight: 700;


 text-align: center;
}

.vidsplit_text p {
	margin: 10px 0px;
	color: black;
	text-align: justify;
}


.vidsplit_vid {

}

.x4x4, .x2x2 {
	height: calc(100vh - 120px);
	margin-left: 1%;
}

.x4x4>div {
	height: 50%;
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;

}

.x4x4>div>a>span, .x2x2>div>a>span{
	background-color: rgb(255,255,255,0.0);
	padding: 15px;
	box-shadow: 1px 1px #303030;
	border-radius: 3px;
	border: 3px solid white;
	color: white;
}

.x2x2>div {
	height: 100%;
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;


}



.x4x4>div>a, .x2x2>div>a{
	/*width: 100%;
	height: 100%;*/
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 48px;
	color: rgba(255,255,255, 0.75);
	position: relative;
	font-weight: bold;

}

.x4x4>div>a:hover, .x2x2>div>a:hover{ 
	text-decoration: none;
}

.x4x4>div>a>span, .x2x2>div>a>span{
	line-height: 36px;

}

.x4x4 h2 {
	
}

.ggg {
	postion: absolute;
	width: 100%;
	height: 100%;
}

.video_box {
	padding: 30px;
	margin: 30px 0px;
	background-color: #d3d3d3;
	color: white;
}

.text_split {
margin: 20px 0;

}

.text_split2 {
	background-image: url(/images/un/cad3.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 100px;
width: 98%;
margin: auto;


}

.text_split h2 {
	text-align: center;
	font-size: 60px;
	color: #53565a;

}


.header_text {
	font-weight: 700; 
	text-align: center; 
	margin: 100px; 
	margin-bottom: 0;
	font-size: 69px;
}

.header_sub_text {
	font-weight: 700; 
	text-align: center;
	 margin: 100px; 
	 margin-top: 10px; 
	 padding-top: 10px; 
	 font-size: 30px; 
	 border-top: 3px solid rgba(255,255,255,0.7);
}

.bg-i9-gray {
	background-color: #F8F8F8;
}

.bg-i9-blue {
	background-color: #007dad;
}

.btn-color-white {
	color: white;
}

.carousel-header {
	text-shadow: 0px 0px 8px #1a1a1a;
}

.carousel-secondary {
	text-shadow: 0px 0px 8px #1a1a1a;
}

.color-i9-blue {
	color: #007dad;
}

.color-i9-grey {
	color: #75787B;
}

.evt-header {
	font-size: 6rem;
}

.evt-secondary {
	font-size: 2rem;
}

.evt-tertiary {
	font-size: 1.5rem;
}

.homebuttonnav {
	transition-duration: .25s;
}

.homebuttonnav:hover {
	transition-duration: .5s;
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.mobile-button:hover {
	transition-duration: .5s;
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.fade-in {
animation: fadeIn ease 1s;
-webkit-animation: fadeIn ease 1s;
-moz-animation: fadeIn ease 1s;
-o-animation: fadeIn ease 1s;
-ms-animation: fadeIn ease 1s;
}

#pagebutton.i9-nav-title:hover {
	color: red;
}

.page-title-strong {
	font-size: 4rem;
}

.cinnerhome {
	object-fit: cover;
	height: 40rem;
	object-position: 50% 50%;
}

.img-d-cover {
	object-fit: cover;
	height: 50rem;
	object-position: 50% 90%;
}

.img-d-cover-freddie {
	object-fit: cover;
	height: 50rem;
	object-position: 50% 80%;
}

.radius-25 {
	border-radius: 25px;
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@media (min-width: 0px) and (max-width: 201px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	margin-top: 40px;
	height: 15vh;
}

.mobile-margin {
	display: none;
}

.home-page-nav {
	display: none;
}

.i9-nav-container {
	display: none;
}

.i9-nav-title {
 display: none;
}

.i9-nav-a {
	color: white;
}

.nav-container {
	display: none;

}

.mobile-title {
	font-size: 50px;
}

.mobile-subtitle {
	font-size: 30px;
}

.mobile-carousel-title {
	font-size: 20px;
}

.mobile-carousel-subtitle {
	font-size: 15px;
}

.mobile-button {
	transform: scale(0.6);
}

.page-title-strong {
	font-size: 2rem;
}

.vip_title {
	font-size: .75rem;
}

}

@media (min-width: 201px) and (max-width: 331px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 20vh;
}

.mobile-margin {
	margin-top: .25rem;
	margin-bottom: .25rem;
	margin-left: .5rem;
	margin-right: .5rem;
}

.home-page-nav {
	max-height: 6rem;
	max-width: 6rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: white;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: white;
}

.i9-nav-a {
	color: white;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: 1rem;
	padding-right: 1rem;

}

.mobile-title {
	font-size: 50px;
}

.mobile-subtitle {
	font-size: 30px;
}

.mobile-carousel-title {
	font-size: 20px;
}

.mobile-carousel-subtitle {
	font-size: 15px;
}

.mobile-button {
	transform: scale(0.6);
}

.page-title-strong {
	font-size: 2rem;
}

.vip_title {
	font-size: .75rem;
}

}

@media (min-width: 331px) and (max-width: 387px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 25vh;
}

.mobile-margin {
	margin-top: .5rem;
	margin-bottom: .5rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.home-page-nav {
	max-height: 8rem;
	max-width: 8rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: white;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: white;
}

.i9-nav-a {
	color: white;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: .5rem;
	padding-right: .5rem;

}

.mobile-title {
	font-size: 50px;
}

.mobile-subtitle {
	font-size: 30px;
}

.mobile-carousel-title {
	font-size: 20px;
}

.mobile-carousel-subtitle {
	font-size: 15px;
}

.mobile-button {
	transform: scale(0.6);
}

.page-title-strong {
	font-size: 2rem;
}

.vip_title {
	font-size: 1.25rem;
}

.img-d-cover {
	object-fit: cover;
	height: 20rem;
	object-position: 50% 90%;
}

.img-d-cover-freddie {
	object-fit: cover;
	height: 20rem;
	object-position: 50% 80%;
}

}

@media (min-width: 387px) and (max-width: 439px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 25vh;
}

.mobile-margin {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.home-page-nav {
	max-height: 10rem;
	max-width: 10rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: white;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
}

.i9-nav-a {
	color: white;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: .5rem;
	padding-right: .5rem;

}

.mobile-title {
	font-size: 50px;
}

.mobile-subtitle {
	font-size: 30px;
}

.mobile-carousel-title {
	font-size: 20px;
}

.mobile-carousel-subtitle {
	font-size: 15px;
}

.mobile-button {
	transform: scale(0.6);
}

.page-title-strong {
	font-size: 2rem;
}

.vip_title {
	font-size: 1.5rem;
}

.img-d-cover {
	object-fit: cover;
	height: 20rem;
	object-position: 50% 90%;
}

.img-d-cover-freddie {
	object-fit: cover;
	height: 20rem;
	object-position: 50% 80%;
}

}

@media (min-width: 439px) and (max-width: 506px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 25vh;
}

.mobile-margin {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.home-page-nav {
	max-height: 10rem;
	max-width: 10rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: white;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
}

.i9-nav-a {
	color: red;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: 2rem;
	padding-right: 2rem;

}

.page-title-strong {
	font-size: 3rem;
}

.vip_title {
	font-size: 1.75rem;
}

.img-d-cover {
	object-fit: cover;
	height: 20rem;
	object-position: 50% 90%;
}

.img-d-cover-freddie {
	object-fit: cover;
	height: 20rem;
	object-position: 50% 80%;
}

}

@media (min-width: 506px) and (max-width: 615px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 25vh;
}

.mobile-margin {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.home-page-nav {
	max-height: 12rem;
	max-width: 12rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: white;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
}

.i9-nav-a {
	color: red;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: 2rem;
	padding-right: 2rem;

}

.page-title-strong {
	font-size: 3rem;
}

}

@media (min-width: 615px) and (max-width: 810px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 40vh;
}

.mobile-margin {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.home-page-nav {
	max-height: 15rem;
	max-width: 15rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: white;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
}

.i9-nav-a {
	color: red;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: 2rem;
	padding-right: 2rem;

}

.page-title-strong {
	font-size: 3rem;
}

}

@media (min-width: 810px) and (max-width: 900px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 45vh;
}

.mobile-margin {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.home-page-nav {
	max-height: 10rem;
	max-width: 10rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: white;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
}

.i9-nav-a {
	color: red;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: 2rem;
	padding-right: 2rem;

}

.page-title-strong {
	font-size: 4rem;
}

}

@media (min-width: 884px) and (max-width: 1147px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 50vh;
}

.mobile-margin {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.home-page-nav {
	max-height: 10rem;
	max-width: 10rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: white;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
}

.i9-nav-a {
	color: red;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: 2rem;
	padding-right: 2rem;

}

.page-title-strong {
	font-size: 4rem;
}


}

@media (min-width: 1148px) and (max-width: 1357px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 50vh;
}

.mobile-margin {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.home-page-nav {
	max-height: 12rem;
	max-width: 12rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: white;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
}

.i9-nav-a {
	color: white;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: 7rem;
	padding-right: 7rem;

}

.page-title-strong {
	font-size: 4rem;
}


}

@media (min-width: 1358px) and (max-width: 1737px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 50vh;
}

.home-page-nav {
	max-height: 15rem;
	max-width: 15rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: white;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
}

.i9-nav-a {
	color: white;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: 7rem;
	padding-right: 7rem;

}

.page-title-strong {
	font-size: 4rem;
}

.vip_title {
	font-size: 3rem;
}

}

@media (min-width: 1738px) {

.dynamiccarousel_slide {
	object-fit: cover;
	height: 100%;
	width: 900px;
}

.dynamiccarousel {
	height: 75vh;
}

.home-page-nav {
	max-height: 20rem;
	max-width: 20rem;
}

.i9-nav-container {
	position: relative;
	text-align: center;
	color: red;
}

.i9-nav-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: white;
}

.i9-nav-a {
	color: white;
}

.i9-nav-a:hover {
	color: #dddddd;
	transition-duration: .5s;
}

.nav-container {
	padding-left: 7rem;
	padding-right: 7rem;

}

.page-title-strong {
	font-size: 4rem;
}

.vip_title {
	font-size: 3rem;
}

}

@media (max-width: 1600px) {
	.text_split h2 {
		text-align: center;
		font-size: 40px;
		color: #53565a;
	}
}


@media (max-width: 1200px) {
	
	.header_text {
		font-size: 40px;
		margin: 50px;
		margin-bottom: 0;
	}

	.header_sub_text {
		font-size: 20px;
		margin: 50px;
		margin-top: 10px; 
	}

	.text_split h2 {
		text-align: center;
		font-size: 30px;
		color: #53565a;
	}
}

@media (max-width: 1000px) {
	.video_box {
	padding: 0;
	
	}

	.x4x4>div {
	height: 25%;
	width: 100%;
	
	}
	.x2x2>div {
	height: 50%;
	width: 100%;
	
	}
	.text_split h2 {
		text-align: center;
		font-size: 20px;
		color: #53565a;
	}
}

@media (max-width: 800px) {
	.header_text {
		font-size: 25px;
		margin: 20px;
		margin-bottom: 0;
	}

	.header_sub_text {
		font-size: 16px;
		margin: 20px;
		margin-top: 10px; 
	}
}

@media (max-width: 600px) {
	.header_text {
		font-size: 25px;
		margin: 20px;
		margin-bottom: 0;
	}

	.header_sub_text {
		font-size: 12px;
		margin: 20px;
		margin-top: 10px; 
	}
}