@font-face {
  font-family: 'Gotham-Light';
  src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Light.otf')  format('opentype'),
	     url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.ttf')  format('truetype'), url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Medium.otf')  format('opentype'),
	     url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf')  format('truetype'), url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	margin:0;
	padding:0;
}
#wrapper {
	margin:0 auto;
	max-width:1280px;
	text-align:center;
	background:#fff;
	height:100%;
}
#wrap-inner {
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}
h1 {
  font-family: 'Gotham-Medium';
  font-size:44px;
  line-height:44px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin:240px 0 60px 0;
  font-weight:400 !important;
}
ul.address {
	margin:0;
	padding:0;
}
ul.address li {
	float:left;
  font-family: 'Gotham-Light';
	font-size:28px;
	line-height:44px;
	list-style:none;
}
ul.address li a {
	color:#000;
	text-decoration:none;
}
ul.address li.comma {
	margin-right:10px
}
ul.address li.split {
	clear:both;
}

@media only screen and (max-width:1023px) {
h1 {
	font-size:40px;
    line-height:40px;
    margin:240px 0 50px 0;
}
ul.address li {
	font-size:28px;
	line-height:36px;
}
}
@media only screen and (max-width:768px) {
h1 {
	font-size:34px;
    line-height:34px;
    margin:240px 0 40px 0;
	text-align:left;
}
ul.address li {
	font-size:22px;
	line-height:34px;
	text-align:left;
}
}
@media only screen and (max-width:767px) {
h1 {
	font-size:30px;
    line-height:30px;
    margin:80px 0 30px 0;
}
ul.address li {
	font-size:18px;
	line-height:26px;
	float:none;
}
ul.address li.comma {
	display:none;
}
}
@media only screen and (max-width:586px) {
h1 {
	font-size:28px;
    line-height:28px;
    margin:40px 10% 30px 10%;
}
ul.address {
	margin:0 10%;
}
ul.address li {
	font-size:16px;
	line-height:24px;
	float:none;
}
}
@media only screen and (max-width:420px) {
h1 {
	font-size:28px;
    line-height:28px;
    margin:40px 5% 30px 5%;
}
ul.address {
	margin:0 5%;
}
}


