@import url('core-styles.css');
/* DO NOT ALTER ABOVE - MUST BE PRESENT FOR PROPER CHAINING */

/* Headerline Area */

#header-container {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 5000000000;
    background: #fff;
}

#headerline-main {
	width: 100%;
	height: 90px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0px 4px 12px 4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 4px 12px 4px rgba(0,0,0,0.55);
	box-shadow: 0px 4px 12px 4px rgba(0,0,0,0.55);
}

#headerline-top {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 5;
	background: -moz-linear-gradient(left,  rgba(236,0,140,1) 0%, rgba(236,0,140,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(236,0,140,1) 0%,rgba(236,0,140,0) 100%);
	background: linear-gradient(to right,  rgba(236,0,140,1) 0%,rgba(236,0,140,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec008c', endColorstr='#00ec008c',GradientType=1 );
}

#headerline-top > .hlt-shiv {
	width: 100%;
	height: 10px;
	position: relative;
	background: -moz-linear-gradient(left,  rgba(10,150,230,0) 0%, rgba(10,150,230,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(10,150,230,0) 0%,rgba(10,150,230,1) 100%);
	background: linear-gradient(to right,  rgba(10,150,230,0) 0%,rgba(10,150,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a96e6', endColorstr='#0a96e6',GradientType=1 );
}

#headerbox-main {
	width: 100%;
	height: 80px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 5000;
}

#navbox {
    width: calc(95% - 254px);
    height: 80px;
    position: absolute;
    right: 2%;
    top: 0;
    z-index: 500000000;
}

#logobox {
	width: 254px;
	height: 56px;
	position: absolute;
	left: 3%;
	top: 12px;
	z-index: 25;
	animation: 1.0s ease-out 0s 1 logoTransIn;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@keyframes logoTransIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#logobox:hover {
	filter: grayscale(100%);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#logobox > a > img {
	width: 100%;
	height: auto;
	display: block;
}

#headerbox-top-social {
	top: 0px;
	right: 3%;
	padding: 0px;
	position: absolute;
	z-index: 10;
}

#headerbox-top-social > div {
	width: 36px;
	height: 25px;
	display: inline-block;
	position: relative;
	text-align: center;
	top: 0px;
	z-index: 105;
	background: url(/images/site/template/icn-social-bkg.png) no-repeat;
	background-position: bottom;
}

#headerbox-top-social img{
	margin-top: 3px;
	max-width: 100%;
	height: auto;
	-moz-transition: all 1.3s ease;
	-webkit-transition: all 1.3s ease;
	transition: all 1.3s ease;
}

#headerbox-top-social img:hover{
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);

	border: none;
	transform: rotate(180deg);
}

#headerline-bottom {
	width: 100%;
	padding: 12px 3% 12px 3%;
	margin: 0;
	position: relative;
	z-index: 1;
	background: rgb(37,103,179);
	background: -moz-linear-gradient(left,  rgba(37,103,179,1) 0%, rgba(82,208,204,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(37,103,179,1) 0%,rgba(82,208,204,1) 100%);
	background: linear-gradient(to right,  rgba(37,103,179,1) 0%,rgba(82,208,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2567b3', endColorstr='#52d0cc',GradientType=1 );
}

#headerbox-bottom {
    margin: 0 auto;
    position: relative;
    display: flex;
    overflow: auto;
    text-align: center;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
	flex-wrap: wrap;
}

#headerbox-bottom > .eventpicker {
	padding: 0 0 0 0;
	float: left;
	position: relative;
}

#headerbox-bottom > .buytix {
	padding: 0 0 0 5%;
	float: left;
	position: relative;
}

.buytix-btn{ 
	min-width: 250px;
 	padding: 9px 25px 9px 25px; 
	position: relative;
	display: inline-block;
	border: 1px solid #ffffff !important;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.6);
	background: #2567b3;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff !important; 
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none !important;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.buytix-btn:hover { 
	background: #ffffff;
	border: 1px solid #d443ad !important;
	color: #d443ad !important; 
	cursor: pointer; 
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.buytix-btn > .mobile {
	display: none;
}

.buytix-btn > .mobile2 {
	display: none;
}

#eventpicker-ejump > label {
	font-family:montserrat-bl;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	padding: 0 25px 0 0;
}

#eventpicker-ejump > #eventselectbox {
	display: inline-block;
}

#eventpicker-ejump > #eventselectbox > .select > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #ffffff;
	background-image: none;
}

#eventpicker-ejump > #eventselectbox > .select > select::-ms-expand {
	display: none;
}

#eventpicker-ejump > #eventselectbox > .select {
	position: relative;
	display: flex;
	width: 100%;
	height: 40px;
	line-height: 3;
	background: #0d3f78;
	overflow: hidden;
	border-radius: 5px;
}
#eventpicker-ejump > #eventselectbox > .select > select {
    flex: 1;
    min-width: 300px;
    padding: 5px 15px 5px 15px;
    color: #0d63be;
    cursor: pointer;
    font-size: 18px;
    font-family: futura-bdcn;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: initial !important;
}

#eventpicker-ejump > #eventselectbox > .select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background: #0d3f78;
	color: #ffffff;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

#eventpicker-ejump > #eventselectbox > .select:hover::after {
	color: #00d2ff;
}


/* Slider Area */

#sliderline {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
}

/* Page Header Area */

.pageheaderline {
	width: 100%;
	padding: 0;
	top: 0px;
	position: absolute;
	z-index: 5;
}

.pageheader-text {
	width: 100%;
	padding: 20px 3% 35px 3%;
	position: relative;
	z-index: 10;
	text-align: center;
	font-family: montserrat-bl;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
	line-height: 60px;
	color: #2567b3;
}

.pageheader-hr {
	width: 100%;
	height: 3px;
	margin: 10px 0 0px 0;
	position: relative;
	background: -moz-linear-gradient(left,  rgba(37,103,179,0) 0%, rgba(37,103,179,0.6) 25%, rgba(37,103,179,0.9) 50%, rgba(37,103,179,0.6) 75%, rgba(37,103,179,0) 100%);
background: -webkit-linear-gradient(left,  rgba(37,103,179,0) 0%,rgba(37,103,179,0.6) 25%,rgba(37,103,179,0.9) 50%,rgba(37,103,179,0.6) 75%,rgba(37,103,179,0) 100%);
background: linear-gradient(to right,  rgba(37,103,179,0) 0%,rgba(37,103,179,0.6) 25%,rgba(37,103,179,0.9) 50%,rgba(37,103,179,0.6) 75%,rgba(37,103,179,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002567b3', endColorstr='#002567b3',GradientType=1 );

}


.pageheader-spacer {
	display: none;
	width: 100%;
	height: 20px;
	position: relative;
	background: #fff;
}

.pageheader-fader {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10001;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}

#pageheaderline {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #000;
}


.pageheader-parallax1, .pageheader-parallax1b, .pageheader-parallax2, .pageheader-parallax3 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.pageheader-parallax1 {
  min-height: 500px;
}

.pageheader-parallax1b {
  min-height: 800px;
}


/* Eventline */

#eventline {
    width: 100%;
    padding: 0% 1% 50px 1%;
    position: relative;
    z-index: 500;
    background: #2a69b5 url(/images/site/template/eventline-bkg.png) repeat;
}

#eventbox-heading {
    width: 50%;
    padding: 20px 50px;
    margin: 0 auto;
    z-index: 5;
    top: -30px;
    position: relative;
    background: #ec008c;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    text-align: center;
    font-family: montserrat-b;
    font-size: 26px;
    color: #ffffff;
}

#eventbox {
	width: 100%;
	padding: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

#eventbox .event:nth-child(5) {
	display: none;
}

#eventbox .event {
    width: 21%;
    padding: 0 0.5% 75px 0.5%;
    margin: 0 2% 0 2%;
    position: relative;
    float: left;
    background: #ffffff;
    border-top: 5px solid #b3cae4;
    border-left: 5px solid #b3cae4;
    border-right: 5px solid #b3cae4;
    font-family: montserrat-b;
    color: #0171a1;
    text-align: center;
}

.event-container {
	width: 92%;
	margin: 0 4% 0 4%;
	padding: 10px;
	position: relative;
	background: #ffffff;
	border-top: 5px solid #b3cae4;
	border-left: 5px solid #b3cae4;
	border-right: 5px solid #b3cae4;
	font-family: montserrat-b;
	color: #0171a1;
	text-align: center;
}

.event > .eventlogo {
	width: 100%;
	position: relative;
}

.event> .eventlogo > img{
	width: 100%;
	height: auto;
	display: block;
}

.event > .event-name {
	width: 100%;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
}

.event > .event-dates {
	width: 100%;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
}

.event > .event-loc {
	width: 100%;
	position: relative;
	font-size: 16px;
	color: #008ac5;
	text-transform: uppercase;
}

.event-toolbar {
    width: 120%;
    left: -8.5%;
    padding: 15px 15px 15px 20px;
    position: absolute;
    bottom: 0;
    background: #003c9f;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.e-button{ 
	position: relative;
	background: #07aaee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #ffffff !important; 
	white-space: nowrap;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	text-decoration: none !important;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.e-button:hover { 
	background: #ffffff;
	color: #ec008c !important;
	cursor: pointer; 
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.e-btn1 {
	width: 99%;
	margin: 0px 0.5% 0 0.5%;
 	padding: 10px 10px 10px 10px; 
	margin: 0;
	display: inline-block; 
	*display: inline; 
}

.e-btn2 {
	width: 39%;
 	padding: 10px 10px 10px 10px; 
	margin: 0px 0.5% 0 0.5%;
	display: inline-block; 
	*display: inline; 
}

.etix {
	width: 57.5% !important;
	margin: 0px 0.5% 0 2%;
	background: #ec008c !important;
}


.buttonbox-more {
	width: 100%;
	padding: 45px 0 0 0;
	position: relative;
	text-align: center;
}	

.buttonbox-sitebtn{ 
	min-width: 280px;
 	padding: 10px 20px 10px 20px; 
	position: relative;
	display: inline-block;
	border: 2px solid #ffffff !important;
	background: transparent;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff !important; 
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none !important;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.buttonbox-sitebtn:hover { 
	background: #003c9f;
	cursor: pointer; 
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* Ride Button Line */

#ride-buttonline {
    width: 100%;
    padding: 50px 2% 20px 2%;
    position: relative;
}

#ridebox-background-overlay {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(42,105,181,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(42,105,181,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(42,105,181,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#cc2a69b5',GradientType=0 );

}

#ridebox-background-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

#ride-buttonbox {
    width: 100%;
    padding: 0 0 40px 0;
    position: relative;
	z-index: 10;
}

#ride-buttonline-heading {
    width: 100%;
	padding: 0 0 3% 0;
    position: relative;
    text-align: center;
    font-family: montserrat-bl;
    font-size: 38px;
    color: #2b6ab5;
}

#ride-buttonline-heading > span {
    font-size: 50px;
}

#ride-buttonbox p {
	font-size: 26px;
}

#ride-buttons {
    width: 100%;
    padding: 0;
	margin: 40px 0 0 0;
    position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
}

.ridebtn {
	width: 23%;
	padding: 0px;
	margin: 0 1% 2% 1%;
	position: relative;
	float: left;
	overflow: hidden;
	border: 10px solid #c8d5e4;
	background: rgba(255,255,255,0.7);
}

.ridebtn > img {
	width: 100%;
	height: auto;
	display: block;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ridebtn > .ridebtn1 {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.ridebtn > .ridebtn2 {
	z-index: 1;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.ridebtn > .title {
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 5%;
	z-index: 15;
	font-family: montserrat-bl;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.ridebtn > .title > div {
	padding: 0 25px 0 0;
	font-size: 46px;
	color: #ffffff;
	text-align: right;
}

.ridebtn > .overlay {
    width: 100%;
    padding: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
    z-index: 5;
    background: url(/images/site/template/btn-overlay.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.ridebtn > .checkit {
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -100%;
	z-index: 15;
	font-family: montserrat-b;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.ridebtn:hover > .ridebtn1 {
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ridebtn:hover > .overlay {
	cursor: pointer;
	filter: contrast(300%);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ridebtn:hover > .title {
	bottom: 20%;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ridebtn:hover > .checkit {
	bottom: 5%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* Food Box Line */

#foodbox-line {
    width: 100%;
    padding: 0;
    position: relative;
	display: flex;
	flex-wrap: wrap;
	min-height: 600px;
}

#foodbox-line > #foodcol1 {
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

#foodbox-line > #foodcol2 {
    width: 100%;
    position: relative;
    float: right;
    background: #dd009c;
}

#foodbox-line > #foodcol2 > #foodcontentbox {
    width: 55%;
	padding: 0 0 10% 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
    background: #dd009c url(/images/site/template/foodbox-bkg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#foodbox-background-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

#foodbox-line > #foodcol2 > #foodcontentbox h1{
	width: 100%;
	padding: 5% 2% 0 3%;
	font-family: montserrat-bl;
	color: #ffffff;
	font-size: 50px;
	text-align: center;
}

#foodbox-line > #foodcol2 > #foodcontentbox h2{
	width: 100%;
	padding: 0px 2% 0 3%;
	font-family: montserrat-bl;
	color: #ffffff;
	font-size: 36px;
	text-align: center;
}

#foodbox-line > #foodcol2 > #foodcontentbox p {
	padding: 5% 5% 5% 8%;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
}

/* Coaster Box Line */

#coasterbox-line {
    width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

#coasterbox-line > #coastercol1 {
    width: 60%;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

#coasterbox-line > #coastercol2 {
    width: 50%;
    position: relative;
    float: right;
    display: block;
    z-index: 5;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    background: #ffffff;
}

#coasterbox-line > #coastercol2 > #coastercontentbox {
    width: 100%;
    padding: 0 0 0% 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
}

#coasterbox-background-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

#coasterbox-line > #coastercol2 > #coastercontentbox h1 {
    width: 100%;
    padding: 5% 4% 0 2%;
    font-family: montserrat-bl;
    color: #2567b3;
    font-size: 50px;
    text-align: center;
}

#coasterbox-line > #coastercol2 > #coastercontentbox h2 {
    width: 100%;
    padding: 0px 4% 0 2%;
    font-family: montserrat-bl;
    color: #2567b3;
    font-size: 36px;
    text-align: center;
}

#coasterbox-line > #coastercol2 > #coastercontentbox p {
    padding: 5% 8% 0% 4%;
    color: #565656;
    font-size: 26px;
    text-align: center;
}

.coasterboxbtn {
    border: 2px solid #ed31b7 !important;
    color: #ed31b7 !important;
}

.coasterboxbtn:hover {
    border: 2px solid #ed31b7 !important;
    color: #ffffff !important;
}

#coasterbuttonline {
    width: 101%;
    padding: 25px 0 25px 0;
    margin: 30px 0 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #d2a4db;
}

.coasterbtn {
	width: 24%;
	margin: 0 0.5% 0 0.5%;
	position: relative;
	float: left;
	overflow: hidden;
}

.coasterbtn > img {
	width: 100%;
	height: auto;
	display: block;
}

.coasterbtn > .title {
	width: 100%;
	padding: 0 15% 0 15%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 5%;
	z-index: 15;
	font-family: montserrat-bl;
	font-size: 26px;
	color: #ffffff;
	text-align: left;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.coasterbtn > .title > div {
	color: #ffffff;
	text-align: right;
}

.coasterbtn > .overlay {
    width: 100%;
    padding: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
    z-index: 5;
    background: url(/images/site/template/btn-overlay.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.coasterbtn > .checkit {
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -100%;
	z-index: 15;
	font-family: montserrat-b;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}


.coasterbtn:hover > .title {
	bottom: 20%;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.coasterbtn:hover > .checkit {
	bottom: 5%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* Page Header Area */



/* Content Box Area */

.divline {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 5;
	background: -moz-linear-gradient(left,  rgba(236,0,140,1) 0%, rgba(236,0,140,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(236,0,140,1) 0%,rgba(236,0,140,0) 100%);
	background: linear-gradient(to right,  rgba(236,0,140,1) 0%,rgba(236,0,140,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec008c', endColorstr='#00ec008c',GradientType=1 );
}

.divline > div {
	width: 100%;
	height: 30px;
	position: relative;
	background: -moz-linear-gradient(left,  rgba(10,150,230,0) 0%, rgba(10,150,230,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(10,150,230,0) 0%,rgba(10,150,230,1) 100%);
	background: linear-gradient(to right,  rgba(10,150,230,0) 0%,rgba(10,150,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a96e6', endColorstr='#0a96e6',GradientType=1 );
}

#contentline {
	width: 100%; 
	height:auto; 
	position: relative; 
	padding: 0; 
	margin: 0; 
}

#contentbox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#mainbox-bodybox { 
	width: 100%; 
	margin: 0px auto; 
	padding: 2% 2% 70px 2%; 
	position: relative;
	font-family: var(--main-body-font);
	font-weight: var(--main-body-font-weight);
	font-style: var(--main-body-font-style);
	font-size: 22px;
	color: #0f0f0f;
}

#mainbox-bodybox a{
	color: #316eb6;
	text-decoration: underline;
}

#mainbox-bodybox a:hover{
	color: #1d84ff;
	text-decoration: none;
}


#mainbox-bodybox ol {padding: 5px 0 0 20px;}
#mainbox-bodybox ul {margin-top: 10px;}
#mainbox-bodybox li { margin-left: 40px; margin-bottom: 5px;}
#mainbox-bodybox h1, #mainbox-bodybox h2, #mainbox-bodybox h3, #mainbox-bodybox h4 {
	font-family: var(--main-heading-font);
	font-weight: var(--main-heading-font-weight);
	font-style: var(--main-heading-font-style);
	color: #2567b3; 
	font-weight: normal; 
}
#mainbox-bodybox p { padding-bottom: 15px;}


/* FOOTER AREA */

#footerline {
	width: 100%;
	padding: 0 0 0 0;
	margin: 60px 0 0 0;
	position: relative;
	background: #fff;
}

#footerline #logoline  {
	width: 100%;
	height: 101px;
	padding: 0;
	position: relative;
}

#footerline #logoline .stripe-p {
	width: 100%;
	height: 13px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: #ec008c;
}

#footerline #logoline .stripe-b {
	width: 100%;
	height: 11px;
	position: absolute;
	bottom: 15px;
	z-index: 1;
	background: #0092cf;
}

#footerline #logoline .stripe-t {
	width: 100%;
	height: 11px;
	position: absolute;
	bottom: 28px;
	z-index: 1;
	background: #8ac7e8;
}

#footerline #logoline #logo {
	width: 126px;
	height: 101px;
	position: absolute;
	right: 5%;
	bottom: 0px;
	z-index: 5;
}

#footerbox {
	width: 100%;
	padding: 25px 3% 25px 3%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #2567b3;
	color: #fff;
	font-family: montserrat-b;
}

#footercol1 > .footer-news-heading {
	font-family: montserrat-b;
	font-size: 22px;
	letter-spacing: 1.5px;
	text-align: left;
}

#footercol1 > .footer-news-content {
	width: 100%;
	padding: 20px 0 10px 0;
	position: relative;
	font-family: montserrat-sb;
	font-size: 26px;
	text-align: left;
}

#footercol1 > .footer-news-content > .headline {
	width: 100%;
	padding: 0px 0 12px 0;
	position: relative;
	font-family: montserrat-sb;
	font-size: 16px;
	text-transform: uppercase;
}

#footercol1 > .footer-news-content > .headline > a {
	color: #fff;
	text-decoration: none;
	display: inline;
}

#footercol1 > .footer-news-more {
	width: 100%;
	padding: 0px 0 0px 0;
	position: relative;
	text-align: left;
}

.newsreadmore-sitebtn{ 
 	padding: 3px 10px 3px 10px; 
	position: relative;
	display: inline-block;
	border: 0px solid #000000 !important;
	border-radius: 10px;
	background: #0092cf;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff !important; 
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none !important;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.newsmore-sitebtn{ 
 	padding: 5px 20px 5px 20px; 
	position: relative;
	display: inline-block;
	border: 0px solid #000000 !important;
	border-radius: 10px;
	background: #0092cf;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff !important; 
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none !important;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.newsmore-sitebtn:hover, .newsreadmore-sitebtn:hover { 
	background: #00b4ff;
	color: #ffffff !important; 
	cursor: pointer; 
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#footercol1 {
	width: 65%;
	padding: 0;
	position: relative;
	float: left;
	text-align: left;
}

#footercol2 {
	width: 35%;
	padding: 0;
	position: relative;
	float: left;
	text-align: right;
}

#footercol2 .ws {
	font-size: 22px;
	letter-spacing: 2px;
}

#footercol2 > .social {
	width: 100%;
	padding: 15px 0 0 0;
	position: relative;
	text-align: right;
}

#footercol2 > .social > a > img {
	max-width: 100%;
	height: auto;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

#footercol2 > .social > a > img:hover {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-fblike {
	padding: 25px 0 15px 0;
}

#sigline {
	width: 100%;
	padding: 15px 3% 10px 3%;
	position: relative;
	font-family: montserrat-r;
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
	font-size: 16px;
	text-align: right;
}

#sigline > a{
	color: #ffffff;
	text-decoration: underline;
}


#sigline > a:hover{
	color: #9bfaff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}






/* OTHER ATTRIBUTES */

 .imgborder {
	max-width: calc(100% - 20px);
	height: auto;
	margin: 0px 5px 10px 15px; 
	border: 10px solid #c1edff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; 
}
.video-container iframe,.video-container object,.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-col-1 { 
	float:left; 
	width: 35%; 
	padding: 0 2%; 
	margin: 0; 
	text-align: left; 
	position: relative;
}
.contact-col-2 { 
	float:left; 
	width: 60%; 
	padding: 0; 
	margin: 0; 
	text-align: left; 
	position: relative;
}

.col33 {
	width: 33.33%;
	padding: 0 0.5% 0 0.5%;
	margin: 0;
	float: left;
	position: relative;
}

.col40 {
	width: 40%;
	padding: 0 1% 0 1%;
	position: relative;
	float: left;
}

.col50 {
	width: 50%;
	padding: 0 0.5% 0 0.5%;
	margin: 0;
	float: left;
	position: relative;
}

.col60 {
	width: 60%;
	padding: 0 1% 0 1%;
	position: relative;
	float: left;
}

.aligncenter {
	text-align: center;
}

.round325 {
	width: 90%;
	padding: 1%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	border: 5px solid #f6ff00;
}


.round225 img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.pageserverpg img {
	max-width: 94%; 
	height: auto;
}



/* OTHER */

.sitebtn{ 
	min-width: 300px;
 	padding: 10px 20px 10px 20px; 
	margin-top: 15px !important;
	position: relative;
	display: inline-block;
	border: 2px solid #ed31b7 !important;
	background: transparent;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #ed31b7 !important; 
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none !important;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.sitebtn:hover { 
	background: #ed31b7;
	color: #ffffff !important;
	cursor: pointer; 
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.row { 
	width: 100%; 
	padding: 0; 
	margin: 0; 
	position: relative;
}