/* Custom Css */

.mainbody {
	background-color: #fff;
	color: #232323;
}

html{
  overflow-y: scroll;
}

.removevscroll {
  overflow-y: hidden;
}

body {
	font-family: 'Muli', sans-serif;
}

.hr {
	/*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
	border-top: 2px solid rgba(45, 147, 226, 0.3);
}

.top-block {
	background-color: black;
}

.footer-logo {
	max-width: 350px;	
}

.modaltext {
	color: #000;
}

.comingsoon {
	width: 100%;
	margin-bottom: 50px;
}

.top-color {
	background-color: #2d9de2;
	height: 3px;
}

h1,h2,h3,h4,h5,h6 {
	color: #2d9de2;
	font-family: FuturaBT-Medium;
}

.btn-outline-primary:hover {
    background-color: #2d9de2;
    border-color: #2d9de2;
}

.btn-primary {
	color: #fff;
    border-color: #2d9de2;
}

.rowcenter {
	vertical-align: middle!important;
	text-align: center;
}

.hotel-img {
	max-height: 80%;
	max-width: 80%;
}

.sponsor-title {
	max-width: 80%;
	height: auto;
}

.sponsor-main {
	max-width: 70%;
	height: auto;
}

.sponsor-partner {
	max-width: 60%;
	height: auto;
}

.sponsor {
	max-width: 60%;
	height: auto;
}

.bottomnav {
	padding: 0;
}

.icon {
	max-height: 20px;
	max-width: 20px;
	padding: 0;
	margin-right: 40%;
	margin-left: 40%;
}

.icongap {
	margin-left: 1.2rem
}

.timing {
	background-color: #800080;
}

.results {
	background-color: #8aa910;
}

.nav-dark .nav-link .navbar-nav {
	color: rgba(222, 222, 222, 1);
}

.brcalogo {
	max-height: 30px;
	opacity: 0.5;
	padding: 5px;
	padding-left: 1rem;
}

.micclogo {
	max-width: 100%;
	max-height: 64px;
}

.menutoggle {
	width: 100%;
}

.whiteNav {
	padding: 0;
}

.toplink {
	font-size: 0.9rem;
}

.mainlink {
	margin-right: 0.4rem;
}

.g-recaptcha {
	display: block;
	width: 304px;
	margin-left: auto;
	margin-right: auto;
}

.colormod {
	color: #01B2F0;
}

.color13 {
	color: #E32C2B;
}

.color17 {
	color: #DB31DB;
}

.tablemod {
	background-color: #01B2F0;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}

.table13 {
	background-color: #E32C2B;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}

.table17 {
	background-color: #DB31DB;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}

.tabletechodd {
	background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
	.linkshift {
		display: none;
	}
	.navitemcenter {
		text-align: center;
	}
}

@media (max-width: 1100px) {
	.mainlink {
		margin-right: 0.0rem;
	}
}

@media (max-width: 767px) {
	.toplink {
		padding-left: 1rem;
	}

	.linkshift {
		display: initial;
		padding-left: 40px;
	}

	.mainlink {
		margin-right: 0rem;
	}

	.navitemcenter {
		/*display: block;
		margin-left: auto;
		margin-right: auto;*/
		padding-left: 40px;
	}
	
	.icon {
		max-height: 20px;
		max-width: 20px;
		padding: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.scrollable-menu {
	    height: auto;
	    max-height: 130px;
	    overflow-x: hidden;
	}
	.micclogo {
		max-width: 100%;
		max-height: 45px;
	}
	.whiteNav {
		display: none;
		max-height: 30px;
	}
	.comingsoon {
		display: none;
	}

	.location1 {
		order: 1;
	}
	.location1photos {
		order: 2;
	}
	.location2 {
		order: 3;
	}
	.location2photos {
		order: 4;
	}
	.notice {
		order: 5;
	}
	.hotels {
		order: 6;
	}
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.resultheader {
	background-color: #343a40;
	padding: 10px;
}

.resultlogo {
	padding: 10px;
	height: 100px;
}

.resultbox {
	padding: 0;
	height: 100%;
}

#resultframe {
	position: relative;
    height: 897px;
    width: 100%; 
}

.homeicon {
	max-width: 100px;
	max-height: 100px;
	vertical-align: middle;
	margin: 30px;
}