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

html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Helevtica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: center;
}
h2 {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
}
h2 .large-text {
	font-size: 38px;
}
h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 800;
	color: #222;
	margin: 0;
	padding: 0;
}
#top-content {
	margin: 0 0 40px 0;
}
#top-content ul {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#top-content ul li {
	list-style: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: text-top;
	margin: 0 10px;
}
#banner {
	text-align: center;
	color: #fff!important;
	width: 100%;
	background-color: #254192;
	padding: 15px 0;
}
#banner h3 {
	font-size: 40px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
.wrap {
	width: 1600px;
	margin: 0 auto;
}
#header {
	margin: 20px auto 10px auto;
}
#header-background {
	background: url(images/header-background.jpg) no-repeat top center;
	min-height: 475px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	margin-bottom: 40px;
}
#logo {
	margin: 10px auto 0 auto;
}
#event-date {
	margin: 0;
	padding: 0;
}
#event-date p {
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
	line-height: 26px;
	font-weight: bold;
}
#event-date p .date {
	color: #234193;
	font-size: 28px;
}
#strip-wrapper {
	padding: 4px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#image-strip {
	background: url(images/photo-strip.jpg) no-repeat top center;
	min-height: 275px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#image-strip p {
	margin: 0;
	padding: 0;
}
#content {
	padding: 50px 0 100px 0;
	/*background: url(images/content-background.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/
}
#content p {
	color: #333;
	font-weight: 600;
	width: 60%;
	margin: 0 auto 30px;
	line-height: 1.5;
	max-width: 750px;
}
#content ul {
	margin: 0;
	padding: 0 1%;
	width: 47.5%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: text-top;
}
#content ul.left-list {
	text-align: right;
}
#content ul.right-list {
	text-align: left;
}
#content ul li {
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
}
#view-invitation {
	padding: 30px 0;
	display: block;
}
#view-invitation a {
	/*padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #80d34e;*/
}
#paypal-button {
	padding: 30px 0;
	width: 250px;
	margin: 0 auto
}
#paypal-button input[type="image"] {
	margin: 10px 0 10px;
}
#logos {
	max-width: 350px;
	margin: 0 auto 40px;
}
#logos ul {
	margin: 0 auto;
	padding: 0;
}
#logos ul li {
	list-style: none;
	margin: 10px 5px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	/*width: 32%;*/
}
#logos ul li.full {
	/*width: 100%;*/
}
.clearAll {
	clear: both;
}
#footer {
	background-color: #234193;
	color: #fff;
	padding: 30px 0 40px;
}
#footer p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}


@media screen and (max-width: 1600px) {
	#container {
		width: 100%;
	}
	.wrap {
		width: 95%;
		margin: 0 auto;
	}
	
}
@media screen and (max-width: 1100px) {
	#top-content ul li {
		margin: 10px auto;
	}
}
@media screen and (max-width: 1024px) {
	#content ul {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center!important;
	}
}

@media screen and (max-width: 767px) {
	#content p {
		width: 90%;
	}
	h2 {
		font-size: 18px;
		line-height: 18px;
	}
	h2 .large-text {
		font-size: 26px;
		line-height: 26px;
	}
	h3 {
		font-size: 18px;
		line-height: 18px;
	}
	#event-date p {
		font-size: 18px;
	}
	#event-date p .date {
		font-size: 22px;
	}
	#content ul {
		width: 95%;
		margin: 0 auto;
	}
}
