@charset "utf-8";
@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 */
}/* CSS Document */
		

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


form, input, select, textarea {
    width: 600px;
    margin: auto;
}



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

	}
	.container-independent {

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





.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: 1380px) {




}

/* Mobile */
@media screen and (max-width: 770px) {
	
	#download-brochure {
		font-size: 14px !important;
	}
	
	#corporate-message {
		width: 100% !important;
	}
		html, body {
	padding: 60px 0 0 0 !important;
		}
	
	
.icon-bar a:link, .icon-bar a:visited {
	float: left;	
		background-color: white;
	}


	.icon-bar {
		margin-top: 0;
		position: relative;
	}
	
	
		form, input, select, textarea {
		  width:  100% !important;
	  }
	
	video {
		height: auto !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;
	}

}
