body {
	background-color: #000;
}


.transition-all {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.optimize-font {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

span.black {
	font-family: 'Gotham HTF Black';
}

.link {
	color: inherit;
	text-decoration: underline;
}

.link:hover {
	color: inherit;
}

.link:focus {
	color: inherit;
}

.link:active {
	color: inherit;
}

.pink-link {
	color: #d0057b;
	text-transform: uppercase;
	font-family: 'ITC Avant Garde Std Bold';
}

.pink-link:hover {
	color: #d0057b;
}

.pink-link:focus {
	color: #d0057b;
}

.pink-link:active {
	color: #d0057b;
}

#main {
	width: 100%;
	background:url("../images/bg2.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1280px;
	padding-top: 50px;
}

#main .content {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

#main .content .inner {
	width: 100%;
	max-width: 810px;
	position: relative;
	display: block;
}

#main .content .inner  .logo-row {
	width: 100%;
}

#main .content .inner .logo-row img.logo {
	width: 100%;
	max-width: 180px;
}

#main .content .inner .header1 {
	font-family: 'ITC Avant Garde Std Book';
	font-size: 23px;
	width: 100%;
	max-width: 475px;
	margin: 0 auto;
	margin-top: 15px;
	background:url("/images/lines.png");
	background-position: center center;
	min-height: 2px;
	text-transform: uppercase;
	color: #000;
	background-repeat: no-repeat;
}

#main .content .inner .header2 {
	font-family: 'ITC Avant Garde Std Bold';
	font-size: 42px;
	width: 100%;
	max-width: 475px;
	margin: 0 auto;
	background-position: center center;
	min-height: 2px;
	text-transform: uppercase;
	color: #d0057b;
}

#main .content .inner .header3 {
	font-family: 'ITC Avant Garde Std Bold';
	font-size: 28px;
	width: 100%;
	max-width: 475px;
	margin: 0 auto;
	background-position: center center;
	min-height: 2px;
	text-transform: uppercase;
	color: #000;
	margin-top: -8px;
}

#main .content .inner .header4 {
	font-family: 'ITC Avant Garde Std Book';
	font-size: 18px;
	width: 100%;
	max-width: 475px;
	margin: 0 auto;
	background-position: center center;
	min-height: 2px;
	text-transform: uppercase;
	color: #000;
	margin-top: 0px;
}

#main .content .inner .white-box {
	width: 100%;
	max-width: 530px;
	padding: 15px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 15px;
	font-family: 'ITC Avant Garde Std Book';
	font-size: 16px;
	color: #000;
}

#main .content .inner .white-box .line {
	width: 90%;
	max-width: 460px;
	height: 1px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #d0057b;
}

.black-link {
	padding: 15px 15px;
	font-family: 'Gotham HTF Book';
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #000;
	margin: 0 auto;
	margin-top: 25px;
	display: inline-block;
	position: relative;
	background-color: #000;
}

.black-link:hover {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

.black-link:active {
	color: #fff;
	text-decoration: none;
	color: #000;
}

.black-link:focus {
	color: #fff;
	background-color: #000;	
	text-decoration: none;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#main .content .inner .header2 {
		font-size: 72px;
	}

	#main .content .inner .header3 {
		font-size: 47px;
		margin-top: -20px;
	}

	#main .content .inner .header4 {
		font-size: 31px;
		margin-top: -8px;
	}

	#main {
		padding-top: 150px;
	}

	#main .content .inner .white-box {
		font-size: 18px;
	}

	.black-link { 
		    font-size: 32px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}