/* DEFAULT */
@font-face {
	font-family: gotham-black;
	src: url(fonts/gotham-black.otf) format("opentype");
}
@font-face {
	font-family: gotham-bold;
	src: url(fonts/gotham-bold.otf) format("opentype");
}
@font-face {
	font-family: archer-bold;
	src: url(fonts/archerpro-bold.otf) format("opentype");
}
@font-face {
	font-family: archer-medium;
	src: url(fonts/archerpro-medium.otf) format("opentype");
}
@font-face {
	font-family: cheap-pine;
	src: url(fonts/cheap-pine-sans.otf) format("opentype");
}
@font-face {
	font-family: weston-free;
	src: url(fonts/weston-free.otf) format("opentype");
}
html{	background: url(images/bg.jpg);
}
body {
	background: url(images/bg.jpg);
	text-align: center;
	color: #9e803c;
	font-size: 16px;
	font-family: archer-medium, 'time new romans', serif;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #acaa59;
	text-decoration: none;
}
a:hover{
	color:#acaa59;	
}

h1 {
	width: 600px;
	border: none;
	padding: 35px 0 0 0;
}
h2 {
	font-size: 24px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #444444;
	font-weight: 400;
	padding: 0 0 10px;
}
h3 {
	font-size: 14px;
	font-family: verdana, helvetica, arial, sans-serif;
	letter-spacing: -1px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 0 8px 0;
}
p {
	text-align: center;
	color: #534741;
	font-family: archer-medium;
	font-size: 16px;
	line-height: 24px;
}
.black {
	color: #534741;
}
.green {
	color: #acaa59;
}
section {
	float: left;
	width: 100%;
	margin:0;
	padding:0;
}
img {
	border: none;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bg-gray {
	background: url(images/bg-gray.jpg);
}
/* HEADER */

#header {
	height:190px;
	overflow:hidden;
	
}
#flower_left {
	background: url(images/flower_left.png) left no-repeat;
	width: 217px;
	height: 190px;
	position: absolute;
	left: 0px;
	z-index: -2;
		top:0px;

}
#flower_right {
	background: url(images/flower_right.png) right no-repeat;
	width: 224px;
	height: 190px;
	right: 0px;
	position: absolute;
	z-index: -2;
	top:0px;
}
#rsvp{
	background: url(assets/rsvp.png);
	width:105px;
	height:59px;
	position:fixed;
	right:0px;
	top:160px;
	z-index:999;
}
/* ===============  HOME  =============== */
#home {
	height: 757px;
	margin: 0px auto;
	overflow: hidden;
	background: url(assets/home.png) no-repeat;
	background-position: center;
}
.number {
	text-align: center;
	font-family: cheap-pine;
	color: #FFF;
	font-size: 42px;
	letter-spacing: 2px;
	position: relative;
	top: 320px
}
.banner-home {
	background: url(assets/home.jpg) center;
	background-size: 100%;
	height: 580px;
	width: 100%;
}
.home-text {
	background: url(images/home_text.png) center no-repeat;
	width: 562px;
	height: 485px;
	padding: 75px 0px;
	margin: 0 auto;
}
.home-welcome {
	background: url(images/home_welcome.png) center no-repeat;
	height: 469px;
	width: 774px;
	margin-top: 72px;
	margin-bottom: 108px;
	margin-left: auto;
	margin-right: auto;
}
.home-welcome-text {
	padding: 102px 72px 0;
}
.home-quote .cycle-prev, .home-quote .cycle-next {
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	top: -265px
}
.cycle-prev {
	background: url(images/left_arrow.png) center no-repeat;
	float: left;
	left: -40px
}
.cycle-next {
	background: url(images/right_arrow.png) center no-repeat;
	float: right;
	right: -40px
}
.home-quote {
	margin-top: 50px;
	margin-bottom:120px;
}
.home-quote p {
	font-family: gotham-bold;
	line-height: 30px;
	font-size: 14px;
}
.home-quote-text {
	width: 774px;
	height: 450px;
	text-align: center;
}
.home-quote-credits {
	margin: auto;
}
.gal-prev, .gal-next, .groom-prev, .groom-next, .bride-prev, .bride-next{
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
}
.bride-prev, .groom-prev {
	background: url(images/left_arrow.png) center no-repeat;
	float: left;
	left: 105px
}
.bride-next, .groom-next {
	background: url(images/right_arrow.png) center no-repeat;
	float: right;
	right: 105px
}
.gal-prev {
	background: url(images/left_arrow.png) center no-repeat;
	float: left;
	left: 60px
}
.gal-next {
	background: url(images/right_arrow.png) center no-repeat;
	float: right;
	right: 60px
}
.container {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto
}
.container:before, .container:after {
	display: table;
	content: " "
}
.container:after {
	clear: both
}
.container:before, .container:after {
	display: table;
	content: " "
}
.container:after {
	clear: both
}
@media(min-width:768px) {
.container {
	width: 750px
}
}
@media(min-width:992px) {
.container {
	width: 970px
}
.gallery {
	width:720px;
	margin:0 auto;
	height: 480px;
}
.gallery img{
	width:720px;
	height: 480px;
}
.gallery-navigate {
	position: relative;
	top: -250px;
	z-index: 3;
	width:100%;
}
.flower-overlay1 {
	position: relative;
	margin-top: -530px;
	margin-left: 10px;
	z-index: 999;
	float: left
}
.flower-overlay2 {
	position: relative;
	margin-top: -100px;
	margin-right: -15px;
	z-index: 999;
	float: right
}
}
@media(min-width:1200px) {
.container {
	width: 1145px
}
.gallery {
	background: url(assets/gallery_1.png) center no-repeat;
	width:930px;
	margin:0 auto;
	height: 620px;
}
.gallery img{
	width:930px;
	height: 620px;
}
.gallery-navigate {
	position: relative;
	top: -370px;
	z-index: 3;
	width:100%;
}
.flower-overlay1 {
	position: relative;
	margin-top: -680px;
	margin-left: 0px;
	z-index: 999;
	float: left
}
.flower-overlay2 {
	position: relative;
	margin-top: -100px;
	margin-right: -15px;
	z-index: 999;
	float: right
}
}
.shadow{
	background:url(images/shadow.png);
	height:30px;
	width:100%;
	position:absolute;
	z-index:998
}
#footer{
	height:38px;
	line-height:38px;
	
	background:url(images/footer.png) center no-repeat;
	margin-bottom:60px;
	width:100%;
}
#footer p{
	font-family: gotham-bold;
	font-size:10px;
}