@charset "utf-8";
/* CSS Document */

@font-face {
     font-family: 'GothamBold';
     src: url('fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
     src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
     url('fonts/Gotham-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/Gotham-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
     font-family: 'GothamThin';
     src: url('fonts/gotham-book.eot'); /* IE9 Compat Modes */
     src: url('fonts/gotham-book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/gotham-book.woff') format('woff'), /* Modern Browsers */
     url('fonts/gotham-book.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/gotham-book.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
     font-family: 'GothamMedium';
     src: url('fonts/gotham-medium/gotham-medium.eot'); /* IE9 Compat Modes */
     src: url('fonts/gotham-medium/gotham-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/gotham-medium/gotham-medium.woff') format('woff'), /* Modern Browsers */
     url('fonts/gotham-medium/gotham-medium.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/gotham-medium/gotham-medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

p {
font-family: "GothamThin" !important;
}




	#container {
    min-height: 100%;
    position: relative;
 
    margin: auto;
    max-width: 1430px;
	

	}
	.container-independent {

 
    position: relative;
   
    margin: auto;
    max-width: 1430px;
	}



.option-btn {
    display: inline-block;
    background-color: #E9E9E9;
    color: #7B7B7B;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px;
    border: none;
    font-family: "GothamBold";
    font-size: 90%;
    transition: background 0.5s linear;
    word-wrap: normal;
    width: 100%;
}

/*
.toast {
	position: fixed !important;
	z-index: 9999999;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -.5;
	background-color:#ccc;
	color: white;
	bottom: 0;
	padding: 10px;
	border-radius: 5px;
	bottom: 15;
	left: 15;
}
*/

.toast {
	position: fixed;
width: 250px;
height: 200px;
top: 50%;
left: 50%;
margin-top: -100px; /* Negative half of height. */
margin-left: -120px; /* Negative half of width. */
	z-index: 9999999;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -.5;
	background-color:#fff;
	color: white;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	font-color: black;
}

.spacing {
	line-height: 1;
	letter-spacing: -.07em;
}
.line-height {
	margin: 0px;
	line-height: 1;
	letter-spacing: -.09em;
}

.align-mid {
	display: flex;
	justify-content: center !important;
	align-items: center !important;
}

#copyright {
padding-top: 20px;
text-align: right;
}

#mapvenue {
  /*  position: absolute; */
	background-color: white; 
	width: 100%; 
/*	margin-top: -325px;*/
	  
}


.currentLink {
   background-color: #909090;
}



/* Laptop */
@media screen and (max-width: 980px) {
		.icon-bar a:link, .icon-bar a:visited {
	float: left;	
	}
	
	.icon-bar {
		margin-top: 0;
		position: relative;
		display: block;
	}
}

/* Mobile */
@media screen and (max-width: 770px) {
    
    	#newly-reno {
		display: none !important;
	}
	#newly-reno2 {
		display: none !important;
	}
	#newly-reno-mobile {
		display: block !important;
	}
		#newly-reno-mobile2 {
		display: block !important;
	}
	
  #copyright {
  text-align: left;
  padding-top: 20px;
  }
	
  #mapvenue {
  position: static;
  margin-top: 0px;
	 
  }

	.mobile-align-center {	
		text-align: center;
	}
	
	.cover-bg {
		
	background-image: none !important;
		background-color:#5B5B5B !important;
	}

}
