@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500|Prata|Lato:300,400,700);
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Global Styles
	1.1 Top Bar
2.0 Homepage
3.0 3D Slider
4.0 Scattered Gallery
5.0 Subpages
6.0 Animations
7.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 GLOBAL STYLES
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased !important;
}

.maintitle {
  font-family: "Prata", serif;
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
  line-height: 1;
  margin-top: 18.8125rem;
  text-shadow: 0px 3px 2px rgba(16, 16, 16, 0.6);
  text-align: left;
}
.maintitle_box {	
	text-align:left;
	padding-left:10%;
}



h2 {
	text-align: center;
	font-family: "Prata", serif;
	font-size: 1.875rem;
	color: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	padding-bottom: 2.25rem;
}
h2:after {
  content: "";
  width: 116px;
  height: 1px;
  position: absolute;
  background: #788aa3;
  left: 50%;
  bottom: 0;
  margin-left: -58px;
}

h3 {
  font-family: "Prata", serif;
  font-size: 1.125rem;
  color: #003768;
  text-align: center;
  margin-top: 2.1875rem;
  margin-bottom: 0;
}

h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #033a6b;
  letter-spacing: 1px;
}

h5 {
  font-size: 0.9375rem;
}

h6 {
  font-size: 0.9375rem;
}

.center {
	text-align:center;
}

table {
	border:none; 
	background:none;
}

.subhead {
	 color:#ffffff;
	 font-family: "Lato", sans-serif;
	 font-size:24px;
	 text-shadow: 0px 2px 1px rgba(16, 16, 16, 0.6);
}

.clearfloat {
	clear:both;
}

.home section {
  width: 100%;
  float: left;
}

.txt_box {
	margin-left:8%;
	margin-right:5%;
	margin-top:0;
	margin-bottom:0;	
	max-width:1360px;
}

.txt_c2_1 {
	width:35%;
	float:left;
	padding-right:5%
}

.txt_c2_2 {
width:55%;
	float:left;
	padding-left:5%		
}

.pict_c2 {
	padding-bottom:16px;	
}


label {
  color: #003768;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  padding-left: 19px;
  padding-right: 19px;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 );
  /* IE6-9 */
}

textarea {
  height: 107px;
}

select {
  height: 46px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input.button,
.round-btn {
  display: block;
  width: 159px;
  height: 48px;
  margin: 34px auto 0;
  background: #003768;
  letter-spacing: 2px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
}

.round-btn {
  color: #fff;
  text-align: center;
  width: 212px;
}
.button_round {
	width: 3em;
	height: 3em;
display:inline-block;
	padding: 0.7em 0 0 0;
	font-size: 1em;
	background-color:rgba(58,65,112,0.45);
border-radius: 100px;
	color: white;
}
.button_round:hover {
	color: white;
	background-color:rgba(58,65,112,0.7);
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

.error input[type="text"],
.error input[type="email"],
.error input[type="tel"],
.error select,
.error textarea {
  border: 1px solid red;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
header.fixed {
  z-index: 2001;
  width: 100%;
  padding-top: 6.6875rem;
  display: none;
}
header.fixed nav {
  position: fixed;
  z-index: 2001;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  width: 100%;
  -webkit-transition: background 0.6s ease-in-out;
  -moz-transition: background 0.6s ease-in-out;
  -ms-transition: background 0.6s ease-in-out;
  -o-transition: background 0.6s ease-in-out;
  transition: background 0.6s ease-in-out;
}
header.fixed nav ul {
  list-style: none;
  margin: 0 0 0 -2.75rem;
  text-align: center;
  line-height: 1;
}
header.fixed nav ul li {
  display: inline-block;
}
header.fixed nav ul li a {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #282828 !important;
  position: relative;
  margin-left: 25px;
 font-style: italic;
}
header.fixed nav ul li a:hover {
  color: #fff;
}
header.fixed nav ul li a:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../img/active-page_fixed.png") no-repeat;
  position: absolute;
  top: 2px;
  left: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header.fixed nav ul li a:hover:before, header.fixed nav ul li a.active:before {
  opacity: 1;
}
header.fixed nav ul li.current-page a:before {
  opacity: 1;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
  padding: 2.5rem 0;
  clear: both;
  background: #fff;
  position: relative;
  z-index: 2;
}

footer .icon {
	text-align: center;
	padding-bottom: 20px; 
}
footer .icon img {
padding-bottom: 20px; 
	}

footer p {
	text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #033a6b;
 
}
footer p a {
  font-weight: 500;
  color: #033a6b;
  text-decoration: underline;
}
footer p a:hover {
  color: #033a6b;
  text-decoration: none;
}
footer .social-icons {
  display: block;
  
  font-size: 0.8125rem;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: -0.5rem;
}
footer .social-icons a {
  display: inline-block;
  margin-left: 1.6875rem;
  color: #788aa3;
}
footer .social-icons a:first-child {
  margin-left: 0;
}

/*--------------------------------------------------------------
1.1 TOP BAR
--------------------------------------------------------------*/
.mobile-nav-menu {
  width: 100%;
  height: 60px;
  background: #788aa3;
  background-color:rgba(37,25,38,1.00);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  display: none;
}
.mobile-nav-menu .mobile-logo {
  float: left;
  width: 100%;
  text-align: center;
  padding: 1.125rem 0;
  margin: 0;
  font-family: "Prata", serif;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.mobile-nav-menu .mobile-logo img {
  width: auto;
  height: 40px;
}
.mobile-nav-menu .mobile-menu-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 0.9375rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: 60px;
  padding: 20px 0;
  margin-right: 15px;
}
.mobile-nav-menu .mobile-menu-btn span {
  width: 25px;
  height: 2px;
  background: #fff;
  float: left;
  -webkit-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -moz-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -ms-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -o-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  margin-top: 0;
  margin-right: 5px;
}
.mobile-nav-menu .mobile-menu-btn span:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-top: 8px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -moz-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -ms-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -o-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  margin-right: 5px;
}
.mobile-nav-menu .mobile-menu-btn span:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 6px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -moz-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -ms-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -o-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  margin-right: 5px;
}
.mobile-nav-menu .mobile-menu-btn span.active {
  -moz-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin-top: 7px;
}
.mobile-nav-menu .mobile-menu-btn span.active:before {
  -moz-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  margin-top: 0px;
}
.mobile-nav-menu .mobile-menu-btn span.active:after {
  -moz-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  margin-top: -2px;
}
.mobile-nav-menu .mobile-menu-container {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  background: #788aa3;
  background: rgba(37,25,38,0.9);
  width: 100%;
  z-index: 1003;
}
.mobile-nav-menu .mobile-menu-container.active {
  display: block;
}
.mobile-nav-menu .mobile-menu-container ul {
  list-style: none;
  margin: 0;
}
.mobile-nav-menu .mobile-menu-container ul li {
  text-align: center;
}
.mobile-nav-menu .mobile-menu-container ul li a {
  display: inline-block;
  font-family: "Prata", serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.125rem 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
}
.mobile-nav-menu .mobile-menu-container ul li a:before {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/active-page_mobile.png") no-repeat;
  position: absolute;
  top: 22px;
  left: -25px;
  display: none;
}
.mobile-nav-menu .mobile-menu-container ul li a.active:before, .mobile-nav-menu .mobile-menu-container ul li a:hover:before {
  display: block;
}
.mobile-nav-menu .mobile-menu-container > ul {
  padding: 3.125rem 0 2rem;
}

/*--------------------------------------------------------------
2.0 HOMEPAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
header.default {
	width: 100%;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-image: url(../images/home-2.jpg);
	background-size: cover;
}
header.default nav {
  padding-top: 17%;
  position: relative;
  z-index: 2001;
}
header.default nav ul {
  list-style: none;
  margin: 0 0 0 -2.75rem;
  text-align: center;
  line-height: 1;
	padding: 4px;
	background-color: rgba(0,0,0,0.3);
}
header.default nav ul li {
  display: inline-block;
}
header.default nav ul li a {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 2px;
  position: relative;
  margin-left: 25px;
	font-style: italic;
}
header.default nav ul li a:hover {
  color: #fff;
}
header.default nav ul li a:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../img/active-page.png") no-repeat;
  position: absolute;
  top: 2px;
  left: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header.default nav ul li a:hover:before {
  opacity: 1;
}
header.default nav ul li.current-page a:before {
  opacity: 1;
}

.ceremony-date {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1;
  margin-top: 1.4375rem;
  position: relative;
}
.ceremony-date sup {
  font-size: 0.875rem;
}
.ceremony-date:after {
  content: "";
  width: 120px;
  height: 2px;
  background: #90a9cd;
  position: absolute;
  left: 50%;
  bottom: -31px;
  margin-left: -60px;
}

body.home header {
  position: fixed;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
COUPLE SECTION
--------------------------------------------------------------*/
#couple {
	max-width: none;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-image: url(../images/couple_bk.jpg);
	margin-top: 800px;
	position: relative;
	z-index: 2;
	padding-bottom:30px;
}

#couple .header_pict {
  position: absolute;
  top: -200px;
  left:100px;
  max-width:560px;
  border-radius: 50%;
  overflow: hidden;
}

#couple h1 {
  display: block;
  font-size: 3.75rem;
  color: #788aa3;
  font-family: "Prata", serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-align: left;
  padding-top:210px;
  padding-bottom:30px;
  padding-left:50px;
  text-shadow: none;
}


#couple .video {

  border-radius: 5%;
  padding-bottom:20px;
}


/*--------------------------------------------------------------
CEREMONY COUNTDOWN SECTION
--------------------------------------------------------------*/
#countdown {
	max-width: none;
	height: auto;
	background-color: rgba(186,167,168,1.00);
	padding-top: 40px;
	position: relative;
	z-index: 2;
	overflow: visible;
	padding-bottom: 30px;
	background-image: -webkit-linear-gradient(81deg,rgba(245,233,233,1.00) 20.40%,rgba(237,185,191,1.00) 100%);
	background-image: -moz-linear-gradient(81deg,rgba(245,233,233,1.00) 20.40%,rgba(237,185,191,1.00) 100%);
	background-image: linear-gradient(9deg,rgba(245,233,233,1.00) 20.40%,rgba(237,185,191,1.00) 100%);
}
#countdown h2 {
  color: #000;
  padding-top: 40px;
  margin-bottom: 30px;
}
#countdown h2:after {
  width: 160px;
  margin-left: -80px;
  bottom: 8px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*--------------------------------------------------------------
BABY BLESSINGS
--------------------------------------------------------------*/
#baby-blessings {
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  height: auto;
  background-repeat: no-repeat;
	background-position: center center ;
	background-size:cover;
	background-image: url(../images/babyshoes.jpg);
  padding-bottom:30px;
  position: relative;
  background-size: cover;
}
#baby-blessings h2 {
  color: #000;
  padding-top: 40px;
  margin-bottom: 30px;
}
#baby-blessings h2:after {
  width: 160px;
  margin-left: -80px;
  bottom: 8px;
}



/*--------------------------------------------------------------
ABOUT  - BRIDESMAIDS GALLERY
--------------------------------------------------------------*/
#bridesmaid-gallery {
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  height: auto;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(81deg,rgba(245,233,233,1.00) 20.40%,rgba(237,185,191,1.00) 100%);
	background-image: -moz-linear-gradient(81deg,rgba(245,233,233,1.00) 20.40%,rgba(237,185,191,1.00) 100%);
	background-image: linear-gradient(9deg,rgba(245,233,233,1.00) 20.40%,rgba(237,185,191,1.00) 100%);
  position: relative;
  background-size: cover;
  padding-bottom:30px;
}
#bridesmaid-gallery h2 {
  color: #000;
  padding-top: 40px;
  margin-bottom: 30px;
}
#bridesmaid-gallery h2:after {
  width: 92px;
  margin-left: -46px;
  bottom: 8px;
}

.bridemaids-mobile-slider-wrap {
  display: none;
}

.quote {
	padding-left: 10%;
	font-style: italic;		
}



/*--------------------------------------------------------------
F&A
--------------------------------------------------------------*/
#fanda {
	width: 100%;
	margin-top: 0;
	padding-top: 20px;
	height: auto;
	background-color: #C4B9DD;
	background-image: -webkit-linear-gradient(81deg,rgba(245,233,233,1.00) 20.40%,rgba(237,185,191,1.00) 100%);
	background-image: -moz-linear-gradient(81deg,rgba(245,233,233,1.00) 20.40%,rgba(237,185,191,1.00) 100%);
	background-image: linear-gradient(9deg,rgba(245,233,233,1.00) 20.40%,rgba(237,185,191,1.00) 100%);
	position: relative;
	background-size: cover;
	padding-bottom:30px;
}
#fanda h2 {
  color: #000;
  padding-top: 40px;
  margin-bottom: 30px;
}
#fanda h2:after {
  width: 92px;
  margin-left: -46px;
  bottom: 8px;
}

.bridemaids-mobile-slider-wrap {
  display: none;
}




/*--------------------------------------------------------------
Testimonials GROOMSMEN GALLERY
--------------------------------------------------------------*/
#groomsmen-gallery {
  width: 100%;
  margin-top: 0;
  padding-top: 0px;
  height: 900px;
  background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
  background-image: url(../images/testimonials.jpg);
  position: relative;
}
#groomsmen-gallery h2 {
  color: #000;
  padding-top: 40px;
  margin-bottom: 0px;
}

.testimonials-mobile {
	padding-left:5%;
	padding-right:5%;
	padding-bottom:20px;
  display: none;
}

.testimonial_bk { 
background-color:rgba(255,255,255,0.9);
border-radius:10px;
}

.testimonial_title {
color:#333;
text-align:center;
padding-top:20px;
font-size:30px;
font-weight:700;
line-height:36px;	
	
}

.testimonial_stars {
	text-align:center;	
	
}
.testimonials_txt {
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	height:440px;
	color: #000000;
	overflow: auto; 
	text-align:left;
	padding-top:0px;
	padding-bottom:10px;
	
}

/*--------------------------------------------------------------
COUPLE GALLERY
--------------------------------------------------------------*/
#couple-gallery {
	width: 100%;
	height: 1460px;
	background-repeat: no-repeat;
	background-position: center top no-repeat;
	padding-top: 40px;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: rgba(37,25,38,1.00);
}
#couple-gallery .close-btn {
  display: block;
  width: 80px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  z-index: 2002;
  position: absolute;
  top: 3.14%;
  right: 3.14%;
}
#couple-gallery .close-btn:hover {
  text-decoration: underline;
}
#couple-gallery .close-btn em {
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-right: 10px;
}
#couple-gallery h2 {
  color: #fff;
  margin-bottom: 1.6875rem;
}
#couple-gallery h2:after {
  background: #fff;
}
#couple-gallery > .bx-wrapper {
  position: absolute;
  top: 2%;
  left: 1.57%;
  max-width: 96.86% !important;
  height: 98%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
#couple-gallery > .bx-wrapper.visible {
  opacity: 1;
}
#couple-gallery > .bx-wrapper .bx-viewport {
  height: 100% !important;
}
#couple-gallery > .bx-wrapper li {
  height: 100%;
}
#couple-gallery > .bx-wrapper li img {
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#couple-slideshow {
  height: 100%;
  margin: 0;
  padding: 0;
}

#couple-thumbs {
  position: absolute;
  bottom: 1.57%;
  z-index: -1;
  margin-left: 8.8%;
  margin-right: 8.8%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#couple-thumbs.visible {
  opacity: 1;
}
#couple-thumbs a {
  display: inline-block;
  max-width: 8%;
  height: auto;
  border: 3px solid #fff;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  left: 0;
}
#couple-thumbs a.second {

}
#couple-thumbs a.third {

}
#couple-thumbs a.fourth {

}
#couple-thumbs a.fifth {
 
}
#couple-thumbs a.sixth {

}
#couple-thumbs a.seventh {

}

#couple-thumbs a.active, #couple-thumbs a:hover {
 
}

#gallery-launcher {
  display: inline-block;
  margin: 10px auto 0;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1 rem;
  position: relative;
  z-index: 2;
}
#gallery-launcher:hover {
  text-decoration: underline;
}

.couple-mobile-slider-wrap {
  display: none;
}

/*--------------------------------------------------------------
BLOG  RECENT POSTS
--------------------------------------------------------------*/
#recent-posts {
  width: 100%;
  padding-bottom:40px;
  background: #f5f5f5;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
#recent-posts h2 {
  color: #000;
}
#recent-posts h2:after {
  width: 124px;
  margin-left: -62px;
  bottom: 6px;
}
#recent-posts .blog-posts-wrap {
  margin: 3.5rem auto 0;
}
#recent-posts .blog-post {
  float: left;
}
#recent-posts .blog-post .post-text {
  background: #fff;
  border: 1px solid #dedede;
}
#recent-posts .blog-post .post-meta,
#recent-posts .blog-post p {
  font-family: "Lato", sans-serif;
  text-align: center;
  color: #282828;
}
#recent-posts .blog-post .post-meta {
  display: block;
  font-weight: 300;
  margin-bottom: 1.125rem;
  letter-spacing: 1px;
}
#recent-posts .blog-post p {
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 25px;
  line-height: 17px;
  margin-bottom: 2.125rem;
  font-size: 14px;
  text-align: left;
}

.post-text a {
  display: block;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #003768;
  text-align: center;
  line-height: 1;
  padding: 15px 5px;
  border-top: 1px solid #dedede;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.post-text li {
	margin-left:20px;
	margin-right:20px;
	padding-left:-5px;
	padding-bottom:10px;
	 line-height: 1.1;
	 letter-spacing: 1px;
}

body.home #recent-posts .blog-posts-wrap {
  width: 960px;
}
body.home .blog-post {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body.home .blog-post:first-child {
  left: -100px;
}
body.home .blog-post:first-child.on-screen {
  opacity: 1;
  left: 0;
}
body.home .blog-post:first-child + .blog-post {
  top: 100px;
}
body.home .blog-post:first-child + .blog-post.on-screen {
  opacity: 1;
  top: 0;
}
body.home .blog-post:first-child + .blog-post + .blog-post {
  left: 100px;
}
body.home .blog-post:first-child + .blog-post + .blog-post.on-screen {
  opacity: 1;
  left: 0;
}

/*--------------------------------------------------------------
AWARDS   RSVP SECTION
--------------------------------------------------------------*/
#rsvp {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
	background-image: url(../images/award_bk-1.jpg);
}
#rsvp h2 {
  color: #fff;
  padding-bottom: 1.25rem;
}
#rsvp h2:after {
  width: 150px;
  margin-left: -75px;
}

.rsvp-form-wrap {
  background: rgba(0,0,0,0.4);
  border-radius:10px;
  width: 90%;
  max-width: 663px;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.rsvp-form-wrap.on-screen {
  top: 0;
  opacity: 1;
}
.rsvp-form-wrap form {
  background: #fff;
  width: 328px;
  margin: 0 auto;
}
.rsvp-form-wrap .large-12:first-child {
  margin-bottom: 1.5rem;
}
.rsvp-form-wrap .large-12:first-child + .large-12 {
  margin-bottom: 3px;
}

.awards_wrap {
	padding:3%;
	position:relative;	
}

.award_box {
	width:100px;
    min-height:125px;
	margin:10px;
	float:left;
}

.award_box img {
width:100%;	
}

.rsvp-desc {
  text-align: center;
  color: #818181;
  width: 326px;
  margin: 1.3125rem auto 3.4375rem;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: 19px;
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
PLACES SCHEDULE SECTION
--------------------------------------------------------------*/
#schedule {
	width: 100%;
	height: auto	;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-image: url(../images/lasvegas.jpg);
	padding-top: 60px;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
}
#schedule h2 {
  color: #282828;
  padding-bottom: 1.1875rem;
  color: #fff;
}
#schedule h2:after {
  width: 84px;
  margin-left: -42px;
}



.schedule-content-wrap {
  background: rgba(0,0,0,.65);
  border-radius:10px;
  color: #fff;
  width: 663px;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left:5%;
  padding-right:5%;
  position: relative;
  right: -100px;
  opacity: 0.2;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.schedule-content-wrap.on-screen {
  right: 0;
  opacity: 1;
}

/*--------------------------------------------------------------
CONTACT SECTION
--------------------------------------------------------------*/
#contact {
	width: 100%;
	height: 976px;
	background-repeat: no-repeat;
	background-position: center top ;
	background-size:cover;
	background-image: url(../images/contact-bk-1.jpg);
	padding-top: 30px;
	position: relative;
	z-index: 2;
}
#contact h2 {
  color: #282828;
  padding-bottom: 1.0625rem;
}
#contact h2:after {
  width: 72px;
  margin-left: -36px;
}

.contact-form-wrap {
  background: rgba(255,255,255,0.85);
  border-radius:10px;
  width: 663px;
  height: 880px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  left: -100px;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.contact-form-wrap.on-screen {
  left: 0;
  opacity: 1;
}
.contact-form-wrap form {
  background: #fff;
  width: 434px;
  margin: 0 auto;
}
.contact-form-wrap .large-12:first-child {
  margin-bottom: 1.5rem;
}
.contact-form-wrap label[for="your-email"],
.contact-form-wrap label[for="comments"] {
 
}
.contact-form-wrap input.button {
  margin-top: -0.5625rem;
}

.contact-desc {
  text-align: center;
  color: #282828;
  width: 336px;
  margin: 20px auto 20px;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: 19px;
  letter-spacing: 1px;
}
.contact-desc em {
  display: block;
  font-style: normal;
  text-decoration: underline;
}

/*--------------------------------------------------------------
3.0 3D SLIDER
--------------------------------------------------------------*/
.dg-container {
  width: 1000px;
  height: 760px;
  position: relative;
  margin: 20px auto 0;
  overflow: hidden;
}

.dg-wrapper,
.dg-wrapper-g {
  width: 500px;
  height: 700px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.dg-wrapper a,
.dg-wrapper-g a {
  width: 500px;
  height: 600px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7 !important;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.dg-wrapper a.dg-transition,
.dg-wrapper-g a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dg-wrapper a img,
.dg-wrapper-g a img {
  /* display: block;
   visibility: hidden; */
  position: relative;
}
.dg-wrapper a div,
.dg-wrapper-g a div {
  text-align: center;
  font-size: 16px;
  width: 100%;
  top: 0;
  position: absolute;
  height: 700px;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  padding-top: 4.0625rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.dg-wrapper a div span,
.dg-wrapper-g a div span {
  display: block;
  width: 315px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
.dg-wrapper a div .guest-name,
.dg-wrapper-g a div .guest-name {
  font-size: 1.9375rem;
  font-family: "Prata", serif;
  letter-spacing: 1px;
}
.dg-wrapper a div .guest-title,
.dg-wrapper-g a div .guest-title {
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  line-height: 1;
  width: auto;
  margin: 13px 0 20px;
  letter-spacing: 1px;
}
.dg-wrapper a div .guest-title:before, .dg-wrapper a div .guest-title:after,
.dg-wrapper-g a div .guest-title:before,
.dg-wrapper-g a div .guest-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 4px;
}
.dg-wrapper a div .guest-title:before,
.dg-wrapper-g a div .guest-title:before {
  right: -50px;
}
.dg-wrapper a div .guest-title:after,
.dg-wrapper-g a div .guest-title:after {
  left: -50px;
}
.dg-wrapper a div .guest-story,
.dg-wrapper-g a div .guest-story {
  font-size: 0.8125rem;
  font-family: "Lato", sans-serif;
  line-height: 19px;
  letter-spacing: 1px;
}

.dg-wrapper a.dg-center,
.dg-wrapper-g a.dg-center {
  opacity: 1 !important;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.dg-wrapper a.dg-center:hover div,
.dg-wrapper-g a.dg-center:hover div {
  opacity: 1;
}

.dg-nav,
.dg-nav-g {
  width: 1000px;
  height: 47px;
  position: absolute;
  z-index: 1000;
  top: 246px;
  left: 50%;
  margin-left: -500px;
}
.dg-nav span,
.dg-nav-g span {
  text-indent: -999px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 1;
  background-size:cover;
  background-image: url(../img/left-arrow.png);
  margin-left: -4px;
  position: relative;
  top: 171px;
}
.dg-nav span:hover,
.dg-nav-g span:hover {
  opacity: 1;
}
.dg-nav span.dg-next, .dg-nav span.dg-next-g,
.dg-nav-g span.dg-next,
.dg-nav-g span.dg-next-g {
  background-image: url(../img/right-arrow.png);
  float: right;
  margin-right: -4px;
}

/*--------------------------------------------------------------
4.0 SCATTERED GALLERY
--------------------------------------------------------------*/
.il-scattered-gallery {
  width: 998px;
  height: 880px;
  margin: 0 auto;
  position: relative;
}
.il-scattered-gallery a {
  border: 3px solid #fff;
  -webkit-backface-visibility: hidden;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
}
.il-scattered-gallery img {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.il-scattered-gallery .il-photo-02 {
  width: 453px;
  height: 453px;
  top: 86px;
  left: 36px;
  z-index: 2;
  -moz-transform: rotate(-4deg);
  /* IE 9 */
  -webkit-transform: rotate(-4deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-4deg);
  display: block;
}
.il-scattered-gallery .il-photo-03 {
  width: 356px;
  height: 356px;
  top: 52px;
  right: 85px;
  z-index: 6;
  opacity: 0.91;
  -moz-transform: rotate(13deg);
  /* IE 9 */
  -webkit-transform: rotate(13deg);
  /* Chrome, Safari, Opera */
  transform: rotate(13deg);
  display: block;
}
.il-scattered-gallery .il-photo-04 {
  width: 330px;
  height: 330px;
  top: 205px;
  left: 120px;
  z-index: 3;
  opacity: 0.82;
  -moz-transform: rotate(-7deg);
  /* IE 9 */
  -webkit-transform: rotate(-7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-7deg);
  display: block;
}
.il-scattered-gallery .il-photo-05 {
  width: 454px;
  height: 454px;
  top: 247px;
  right: 0px;
  z-index: 1;
  -moz-transform: rotate(3deg);
  /* IE 9 */
  -webkit-transform: rotate(3deg);
  /* Chrome, Safari, Opera */
  transform: rotate(3deg);
  display: block;
}
.il-scattered-gallery .il-photo-06 {
  width: 410px;
  height: 410px;
  left: 90px;
  bottom: 15px;
  z-index: 5;
  display: block;
}
.il-scattered-gallery .il-photo-07 {
  width: 417px;
  height: 417px;
  bottom: 3px;
  right: 8px;
  z-index: 6;
  opacity: 0.86;
  -moz-transform: rotate(-6deg);
  /* IE 9 */
  -webkit-transform: rotate(-6deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-6deg);
  display: block;
}
.il-scattered-gallery .il-photo-08 {
  width: 330px;
  height: 330px;
  top: 90px;
  left: 400px;
  z-index: 6;
  opacity: 0.86;
  -moz-transform: rotate(-6deg);
  /* IE 9 */
  -webkit-transform: rotate(-6deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-6deg);
  display: block;
}
.il-scattered-gallery .il-highlight {
  width: 557px;
  height: 557px;
  top: 50%;
  left: 50%;
  margin-top: -190px;
  margin-left: -260px;
  z-index: 7;
  display: block;
}
.il-scattered-gallery .il-highlight img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.il-scattered-gallery .il-focus {
  opacity: 1;
  -moz-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
.il-scattered-gallery .il-focus img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

/*--------------------------------------------------------------
5.0 SUBPAGES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.blog,
.single {
  background: #f6f6f6;
}
.blog header.default,
.single header.default {
  height: 618px;
  background: url("http://placehold.it/1900x618") center top no-repeat;
}
.blog header.default h1,
.single header.default h1 {
  font-size: 3rem;
  position: relative;
  margin-top: 0;
  padding-top: 12.5625rem;
  text-shadow: none;
}
.blog header.default h1:after,
.single header.default h1:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #90a9cd;
  position: absolute;
  left: 50%;
  bottom: -31px;
  margin-left: -45px;
}
.blog header.fixed,
.single header.fixed {
  padding-top: 0;
}
.blog .container,
.single .container {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #e0e0e0;
}
.blog #recent-posts,
.single #recent-posts {
  width: 100%;
  max-width: 960px;
  height: auto;
  padding-top: 0;
  margin: 0 auto;
}
.blog #recent-posts .blog-posts-wrap,
.single #recent-posts .blog-posts-wrap {
  margin-top: 0;
}
.blog #recent-posts .row,
.single #recent-posts .row {
  margin-bottom: 3.625rem;
}
.blog #recent-posts .blog-post h3,
.single #recent-posts .blog-post h3 {
  text-transform: uppercase;
}
.blog aside,
.single aside {
  width: 16.95%;
  position: absolute;
  top: 100px;
  right: 4.47%;
}
.blog .widget,
.single .widget {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #282828;
  border-top: 1px solid #d2d2d2;
  padding-top: 2.375rem;
  margin-bottom: 2.625rem;
}
.blog .widget h4,
.single .widget h4 {
  margin-bottom: 1.4375rem;
}
.blog .widget ul,
.single .widget ul {
  list-style: none;
  margin-left: 0;
  font-size: 0.875rem;
}
.blog .widget.categories ul,
.single .widget.categories ul {
  margin-left: 1.1rem;
}
.blog .widget.categories ul li,
.single .widget.categories ul li {
  position: relative;
}
.blog .widget.categories ul li:before,
.single .widget.categories ul li:before {
  content: "\2022";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -15px;
  color: #033a6b;
}
.blog .widget.social h4,
.single .widget.social h4 {
  margin-bottom: 2.6875rem;
}
.blog .widget a,
.single .widget a {
  color: #282828;
}
.blog .widget a:hover,
.single .widget a:hover {
  text-decoration: underline;
}
.blog .widget .social-media,
.single .widget .social-media {
  font-size: 0.625rem;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: -0.5rem;
}
.blog .widget .social-media li,
.single .widget .social-media li {
  display: inline-block;
  margin-left: 0.625rem;
}
.blog .widget .social-media li:first-child,
.single .widget .social-media li:first-child {
  margin-left: 0;
}
.blog .widget .social-media a,
.single .widget .social-media a {
  display: block;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 6px 0px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.blog .widget .social-media li.fb a,
.single .widget .social-media li.fb a {
  background: #3b5998;
  border: 1px solid #394d78;
}
.blog .widget .social-media li.tw a,
.single .widget .social-media li.tw a {
  background: #2daae1;
  border: 1px solid #258ab7;
}
.blog .widget .social-media li.pi a,
.single .widget .social-media li.pi a {
  background: #cb2027;
  border: 1px solid #a61318;
}
.blog .widget .social-media li.in a,
.single .widget .social-media li.in a {
  background: #517fa4;
  border: 1px solid #2f5f86;
}
.blog .widget .social-media li.rss a,
.single .widget .social-media li.rss a {
  background: #f2861d;
  border: 1px solid #d36c27;
}

.single aside {
  top: 71px;
}

/*--------------------------------------------------------------
SINGLE POST
--------------------------------------------------------------*/
.single header.default {
  background: url("http://placehold.it/1900x618") center top no-repeat;
}
.single .container {
  padding-top: 4.4375rem;
}
.single h1 {
  margin-top: 13.0625rem;
}

.single-post {
  clear: both;
  width: 100%;
  max-width: 960px;
  height: auto;
  padding: 4.5625rem 2.75rem 2.8125rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ebebeb;
}
.single-post > img {
  margin-bottom: 3.4375rem;
}
.single-post p {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: 24px;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  color: #282828;
}

.post-header {
  width: 100%;
  max-width: 960px;
  height: 94px;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.post-header .round-btn {
  position: relative;
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.625rem;
  text-indent: 23px;
  letter-spacing: 3px;
}
.post-header .round-btn:after {
  content: "";
  width: 17px;
  height: 15px;
  background: url("../img/btn-arrow-left.png") no-repeat;
  position: absolute;
  top: 17px;
  left: 23px;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.post-header .round-btn:hover {
  color: #fff;
}
.post-header .round-btn:hover:after {
  left: 13px;
}
.post-header .large-4 {
  max-width: 285px;
  border-right: 1px solid #ebebeb;
  padding-bottom: 1.375rem;
}
.post-header .large-8 {
  height: 93px;
}
.post-header .postmeta {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #282828;
  margin-top: 2.625rem;
  margin-left: -1.4375rem;
  display: inline-block;
}
.post-header .share-btns {
  display: inline-block;
  margin-left: 3.8125rem;
  position: relative;
  top: 7px;
}
.post-header .share-btns a {
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  width: 135px;
  height: 32px;
}
.post-header .share-btns a:first-child {
  background: url("../img/share-btns.png") 0 0 no-repeat;
  margin-right: 0.75rem;
}
.post-header .share-btns a:first-child + a {
  background: url("../img/share-btns.png") -147px 0 no-repeat;
}

/*--------------------------------------------------------------
6.0 ANIMATIONS
--------------------------------------------------------------*/
@-webkit-keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-opacity: 1.2;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/*--------------------------------------------------------------
7.0 MEDIA QUERIES
--------------------------------------------------------------*/

@media screen and (min-width: 1743px) {
  .blog .widget,
  .single .widget {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

   header.default {	
	height: 1100px;
}
#couple {
	margin-top: 1100px;
}
}
@media screen and (max-width: 1645px) {
  .blog #recent-posts,
  .single #recent-posts {
    margin-right: 22%;

}
@media screen and (max-width: 1412px) {
  .blog .widget .social-media li,
  .single .widget .social-media li {
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1270px) {
  header.default nav ul li a,
  header.fixed nav ul li a {
    margin-left: 2.125rem;
  }
}
@media screen and (max-width: 1200px) {
  header.default nav ul li a,
  header.fixed nav ul li a {
    margin-left: 1.375rem;
  }
  header.default nav ul li a:before,
  header.fixed nav ul li a:before {
    left: -15px;
  }

  .blog #recent-posts,
  .single #recent-posts {
    max-width: 860px;
  }
}
@media screen and (max-width: 1075px) {
  .blog #recent-posts,
  .single #recent-posts {
    max-width: 800px;
  }
}
/** Tablet Landscape **/
@media screen and (max-width: 1024px) {
  body.home header {
    position: static;
  }
  body.home .blog-post {
    position: static;
    opacity: 1;
  }
  body.home #recent-posts .blog-posts-wrap {
    width: 100%;
  }

  #countdown h2 {
    top: 0;
  }

  #default-countdown {
    position: static;
  }

  .rsvp-form-wrap,
  .schedule-content-wrap,
  .contact-form-wrap {
    opacity: 1;
    position: static;
  }

  #couple {
    margin-top: 0;
  }

  .mobile-nav-menu,
  .bridemaids-mobile-slider-wrap,
  .groomsmen-mobile-slider-wrap,
  .couple-mobile-slider-wrap,
  .testimonials-mobile {
    display: block;
  }

  #bridesmaid-carousel,
  #groomsmen-carousel,
  .dg-nav,
  .dg-nav-g,
  header nav,
  .il-scattered-gallery,
  #gallery-launcher,
  #couple-gallery > .bx-wrapper,
  #couple-thumbs {
    display: none;
  }

  header {
    padding-top: 9.375rem;
  }

  #bridesmaid-gallery,
  #groomsmen-gallery,
  #couple-gallery {
    height: auto;
  }

  #recent-posts .blog-posts-wrap {
    width: 100%;
  }

  .blog .widget .social-media li:nth-child(4n),
  .single .widget .social-media li:nth-child(4n) {
    margin-left: 0;
  }

  footer p {
    margin: 0 24px;
  }
}
@media screen and (max-width: 1000px) {
  .blog #recent-posts,
  .single #recent-posts {
    max-width: 750px;
  }
}
@media screen and (max-width: 960px) {
  .post-header .share-btns {
    margin-left: 1.875rem;
  }
}
@media screen and (max-width: 940px) {
  .blog #recent-posts,
  .single #recent-posts {
    max-width: 700px;
  }
}
@media screen and (max-width: 909px) {
  .post-header {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
  .post-header .large-4 {
    max-width: none;
    border-right: none;
    width: 100%;
  }
  .post-header .large-8 {
    height: auto;
    padding-bottom: 2.5rem;
    width: 100%;
  }
  .post-header .postmeta {
    display: block;
    margin-left: 0;
    text-align: center;
    margin-top: 1.875rem;
  }
  .post-header .share-btns {
    margin-left: 0;
    float: none;
    text-align: center;
    display: block;
    top: 20px;
  }
}
@media screen and (max-width: 875px) {
  .blog #recent-posts,
  .single #recent-posts {
    width: 100%;
    max-width: 640px;
  }
}
@media screen and (max-width: 827px) {
  .blog .widget .social-media li,
  .single .widget .social-media li {
    margin-left: 0;
  }
  .blog .widget .social-media li:nth-child(4n),
  .single .widget .social-media li:nth-child(4n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .blog #recent-posts,
  .blog aside,
  .single #recent-posts,
  .single aside {
    margin-right: 0;
    width: 100%;
    max-width: none;
  }
  .blog aside,
  .single aside {
    left: 0;
    margin: 0 auto;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .blog aside > div,
  .single aside > div {
    width: 33.33%;
  }

  .single .widget {
    border-top: none;
  }
}
/** Tablet Portrait **/
@media screen and (max-width: 768px) {
  .giant-ampersand {
    text-indent: 0;
  }

  #couple .columns.large-4 > strong {
    font-size: 2.5rem;
  }

  .single-post {
    width: 100%;
  }
}
@media screen and (max-width: 732px) {
  #countdown {
    height: 580px;
  }

  #default-countdown {
    width: 545px;
  }

  .countdown-section {
    width: 150px;
    height: 150px;
  }
  .countdown-section .countdown-amount {
    font-size: 3rem;
    margin-top: 1.875rem;
  }
  .countdown-section .countdown-period {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 679px) {
  .rsvp-form-wrap,
  .schedule-content-wrap,
  .contact-form-wrap {
    width: 90%;
  }
}
/** Mobile **/
@media screen and (max-width: 640px) {
	
.no-mobile {
display: none;	
}

  .txt_box {
	margin-left:5%;
	margin-right:5%;
}

.txt_c2_1 {
	width:100%;
	float:none;
	padding-right:0;
	padding-left:0;
}

.txt_c2_2 {
width:100%;
	float:none;
	padding-right:0;
	padding-left:0;
}

 header.default {	
	height: 600px;
}
 
  h1 {
    margin-top: 12.5rem;
    font-size: 3rem;
  }

  .ceremony-date {
    font-size: 1rem;
  }

  #couple {
    height: auto;
    background-size: cover;
  }
  
   #couple h1 {
	   font-size:48px;
  padding-top:180px;	   
  }
  #couple .header_pict {
  position: absolute;
  top: -100px;
  left:20px;
  max-width:400px;
  border-radius: 50%;
  overflow: hidden;
}
  
  #couple .headshot {
    left: 50%;
    margin-left: -117px;
  }
  #couple .columns.large-4 > strong {
    text-align: center;
  }
  #couple .desc {
    max-width: none;
  }
  #couple .social {
    text-align: center;
  }
  #couple .columns.large-4:first-child + .columns.large-4 {
    display: none;
  }
  #couple .columns.large-4:first-child + .columns.large-4 + .columns.large-4 {
    margin-top: 8.75rem;
  }

  #recent-posts {
    float: left;
    height: auto;
    padding-bottom: 1.875rem;
  }
  #recent-posts .blog-post img {
    width: 100%;
  }
  #recent-posts .blog-post .post-text {
    margin-bottom: 1.875rem;
  }

  .blog header,
  .single header {
    background-size: cover;
  }
  .blog header h1,
  .single header h1 {
    margin-top: 3.125rem;
  }
  .blog .widget,
  .single .widget {
    text-align: center;
  }
  .blog .widget.categories ul,
  .single .widget.categories ul {
    margin-left: 0;
  }
  .blog .widget.categories ul li:before,
  .single .widget.categories ul li:before {
    display: none;
  }
  .blog #recent-posts .row,
  .single #recent-posts .row {
    margin-bottom: 0;
  }
  .blog aside > div,
  .single aside > div {
    width: 100%;
  }

  .single .widget {
    border-top: 1px solid #d2d2d2;
  }
  .single .widget:first-child {
    border-top: none;
  }

  footer {
    padding: 1.25rem 0 1.125rem;
  }
  footer p {
    text-align: center;
  }
  footer .social-icons {
    float: none;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  #schedule {
    height: auto;
    padding-bottom: 3.125rem;
  }
  #schedule .large-6 {
    max-width: none;
  }
}
@media screen and (max-width: 541px) {
  #countdown {
    height: auto;
    padding-bottom: 3.125rem;
  }

  #default-countdown {
    width: 240px;
  }

  .countdown-section {
    width: 80px;
    height: 80px;
    margin-left: 0;
    padding: 0;
    border: none;
  }
  .countdown-section .countdown-amount {
    font-size: 2.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .countdown-section .countdown-period {
    font-size: 0.75rem;
  }

  .contact-form-wrap form,
  .rsvp-form-wrap form {
    width: 100%;
  }
}
/** Mobile **/
@media screen and (max-width: 480px) {
  h1,
  .blog h1,
  .single h1 {
    font-size: 2.5rem;
  }
  
 

  #couple {
    padding-bottom: 1.25rem;
  }

  #countdown {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  #default-countdown {
    margin-top: 2.5rem;
  }

  #bridesmaid-gallery,
  #groomsmen-gallery,
  #couple-gallery,
  #recent-posts {
    padding-top: 40px;
  }
  #bridesmaid-gallery h2,
  #groomsmen-gallery h2,
  #couple-gallery h2,
  #recent-posts h2 {
    margin-bottom: 30px;
  }

  #schedule,
  #rsvp {
    padding-top: 30px;
	padding-bottom:20px
  }

  .rsvp-form-wrap,
  .schedule-content-wrap,
  .contact-form-wrap {
    padding-top: 30px;
	padding-bottom:20px
  }

  #schedule .large-6 {
    margin-top: 2.5rem;
  }

  .mobile-nav-menu .mobile-logo {
    font-size: 0.875rem;
    width: auto;
    padding: 1.25rem 0.9375rem;
  }
  .mobile-nav-menu .mobile-menu-btn {
    position: static;
    float: right;
  }

  footer p {
    line-height: 1.4;
  }
}
/** iPhone **/
@media screen and (max-width: 320px) {
  h1,
  .blog h1,
  .single h1 {
    font-size: 2.2rem;
    margin-top: 13.125rem;
  }

  h2 {
    line-height: 1.4;
  }
  h2:after {
    bottom: 15px;
  }

  .contact-desc,
  .rsvp-desc {
    width: 280px;
  }

  .post-header .share-btns a:first-child {
    margin-right: 0;
  }
}


/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }