.dropbtn {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
  right: 5px;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 18px;
  cursor:pointer;
	color: #FFF;
  border-radius: 10px;
  transition: .3s ease;
	background: none;
	border: none;
	display: none;
}
.dropbtn:focus {
  outline: rgba(255,255,255, .3);
}
.dropbtn:hover {
    background-color: rgba(255,255,255, .3);
}
.dropdown {
		display: none;
		position: relative;
		display: inline-block;
		width: 100%;
}

.dropdown-content {
	height: 0;
	position: absolute;
	background-color: #f1f1f1;
	overflow: hidden;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
	transition: .4s ease;
	z-index: 999;
	text-align: center;
}
.dropdown-content:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown-content a {
	border-top: 1px solid rgba(0,0,0,0.1);
	color: #001233;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.dropdown-content .active{
	color: #0F7EC2;
	font-weight: bold;
}

.dropdown a:hover {background-color: #ddd;}

.expand {height: 270px;}

.show {display: block;}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:0;
	right:20px;
  z-index: 99;
}
.scroll {
	position:absolute;
  bottom: 0;
  right: 0;
  z-index: 98;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0,0,0, .4);
  color: white;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.scroll:hover {
	background: rgba(0,0,0, .8);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}


 /* width */
body::-webkit-scrollbar {
    width: 10px;
    background: #D1D2D4;
    position: absolute;
    right: 0;
    position: fixed;
}
/* Track */
body::-webkit-scrollbar-track {
    background: none;
    width: 10px;
}
/* Handle */
body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0, .3);
    border-radius: 20px;
    width: 10px !important;
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0, .6);
}
body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0, .3);
    border-radius: 20px;
    width: 10px;
}
.row_footer {
  width: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
	background: #E6E7E8;
	box-shadow: 0px -1px 20px 2px rgba(0,0,0,0.3);
}

.row_footer::after{
  content: "";
  width:100%;
  clear:both;
  display: block;
}
.footer_megaplay{
  position: relative;
	float: left;
	padding: 5px;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.footer_megaplay img{
	max-height: 100px;
  object-fit: cover;
}
.copyrght{
	float: right;
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.footer_megaplay{
		float: none;
	}
	.copyrght{
		float: none !important;
		margin-top: 20px;
	}
}
.footer{
  position: relative;
  height: auto;
  color: white;
	display: flex;
	margin: 20px;
	overflow: hidden;
	color: #3B3A3C;
}
.footer h4{
  border-bottom: 2px solid #0F7EC2;
  text-transform: uppercase;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #0F7EC2;
}
.footer p{
  padding: 5px;
  font-size: 15px;
	line-height: 20px;
	font-family: 'Nunito', sans-serif;
}
.footer b{
	font-weight: bold;
	color: #0F7EC2;
}
.footer h5{
	font-size: 16px;
	color: #0F7EC2;
}
.footer_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: rgba(111,192,105, .9);
}
.footer_columns{
	/* width: calc(100%-10px); */
  position: relative;
  float: left;
  padding-right: 10px;
}
.footer_columns:last-child{
	padding-right: 0;
}
.footer_nav{
  width: 100%;
  height: auto;
}
.footer_nav a{
  color: white;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 10px;
  margin: 0 5px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: .2 ease;
}
.footer_nav li a{
  transition: .2 ease;
}
.footer_nav a:hover{
  background: rgba(0,0,0,.4);
}

#footerhours ul li{
	font-size: 16px;
	padding: 10px;
}
#footermap{
	width: 250%;
}
@media screen and (min-width: 1062px) {
	.footer_columns{
		width: 100%;
	}
}
@media screen and (max-width: 1061px) {
	.footer{
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 760px) {
	.footer_columns{
		width: calc(50% - 10px);
	}
	#footermap{
		width: 100%;
	}
}
@media screen and (max-width: 760px) {
	#footermap{
		display: none;
	}
	.footer_columns{
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 515px) {
	.footer_columns{
		width: 100%;
		text-align: center;
	}
}
.copyright{
	position: relative;
	text-align: center;
	color: white;
  font-size: 16px;
	padding: 20px 0;
	padding-bottom: 40px;
	margin: 0 auto;
	background: #002243;
	overflow: auto;
	box-shadow: 0px -1px 20px 2px rgba(0,0,0,0.5);
}
.copyrght{
	float: right;
	margin-top: 40px;
}
.header{
  width: auto;
  height: auto;
	overflow: auto;
  color: white;
  position: relative;
  background-size: auto 100%;
}
.header_info{
  width: 100%;
  height: 100%;
  position: absolute;
}
.center-div{
  margin: auto auto;
  max-width: 1080px;
  padding: 0;
  position: relative;
	height: auto;
}
.center{
  margin: auto auto;
  max-width: 1080px;
  padding: 25px;
  height: auto;
  background-color: ;
  position: relative;
  box-sizing: border-box;
}
.centered{
  margin: auto auto;
  max-width: 1080px;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
	#indextext{
		padding: 0 10px;
	}
}

.megaplay{
  position: relative;
	float: left;
	padding-left: 10px;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.megaplay img{
	max-height: 100px;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
	.megaplay img{
		max-height: 75px !important;
	}
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
	opacity: 0;
	transition: .3s ease;
  z-index: 998;
}
.head_info{
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0px;
  background: rgba(255,255,255, .4);
  padding: 15px 20px;
  border-radius: 10px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
	color: #FFF;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.head_info a{
  font-family: 'Asap', sans-serif;
  color: white;
}
.head_info h4 {
  font-family: 'Asap', sans-serif;
}
.head_info a:hover{
  color: #E09F44;
}
.row_head {
  width: 100%;
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
	background: rgba(37,92,153,.95);
  z-index: 10;
}
.row_head .center-div{
	background: ;
	overflow: auto;
}

#navrow{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar{
  width: auto;
  padding: 0;
  height: auto;
  display: block;
  color: white;
  text-decoration: none;
  overflow: auto;
  transition: .2s ease;
  text-align: center;
}
.navbar ul{
    list-style-type: none;
    display: table;
    width: 100%;
		bottom: 0;
}
.navbar li{
  float: left;
	width: 16.6%
}
.navbar li a {
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 0;
    text-decoration: none;
		font-family: 'Nunito', sans-serif;
		font-weight: 700;
}
.navbar li a::first-letter {
    font-size: 125%;
}
.navbar li:last-child {
}
.navbar li a:hover {
	background: rgba(255 , 255 , 255 , .4);
	color: #FFF;
	transition: .2s ease;
}
.navdrop-content {
    height: 0;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
		transition: .2s ease;
		overflow: hidden;
}
.navdrop-content a{
	float: none;
	color: #002243 !important;
	padding: 14px 16px !important;
	text-decoration: none;
	display: block;
	text-align: left;
}
.navdrop-content a:hover{
	background: #002243 !important;
	color: #FFF !important;
}
.navdrop:hover .navdrop-content {
		height: 196px;
}

@media screen and (min-width: 836px) {
  .dropmenu {
    display: none;
  }
}
.dropmenu:hover{
  color: #6FC068;
  background: #FFF;
  transition: .3s ease;
}
.dropmenu:focus{
  color: #2EBBCE;
  background: #FFFFFF;
  transition: .3s ease;
}

@media screen and (max-width: 835px) {
	.head_info {
		display: none;
	}
  .dropmenu {
    display: visible;
  }
  .navbar, .navbar ul, .navbar li, .dropbtn a{
    display: none !important;
  }
	.dropmenu {
		display: none;
	}
	.dropbtn {
		display: block;
	}
	.dropdown {
		display: block;
	}
}
