/* =============================================================================
	@colors
	========================================================================== */
.minty {
  color: #14ecaa; }

.minty-dark {
  color: #47a991; }

.goldie {
  color: #fdbe1c; }

/* =============================================================================
	@images
	========================================================================== */
/* =============================================================================
	@media-sizes
	========================================================================== */
/* =============================================================================
	HTML5 display definitions
	========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
	Reset
	========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* =============================================================================
	Base
	========================================================================== */
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  height: 100%;
  margin: 0; }

::-moz-selection {
  background: black;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: black;
  color: #ffffff;
  text-shadow: none; }

a {
  text-decoration: none;
  -moz-transition: opacity 500ms ease, color 500ms ease;
  -o-transition: opacity 500ms ease,color 500ms ease;
  -webkit-transition: opacity 500ms ease, color 500ms ease;
  transition: opacity 500ms ease,color 500ms ease; }

*:focus, :focus {
  outline: 0; }

::-webkit-input-placeholder {
  color: #ffffff; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff; }

:-ms-input-placeholder {
  color: #ffffff; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* =============================================================================
	Typography
	========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
	Lists
	========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol, ul.not-list, ol.not-list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
	Embedded content
	========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top; }

svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
	Figures
	========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
	Forms
	========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
	Tables
	========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* ==|== non-semantic helper classes ========================================
	Please define your styles before this section.
	========================================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

.no-txt {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

.clear-box:before, .clear-box:after {
  content: "";
  display: table; }

.clear-box:after {
  clear: both; }

.clear-box {
  *zoom: 1; }

/* =============================================================================
	@font-names
	========================================================================== */
/* =============================================================================
	@font-classes
	========================================================================== */
.txt-title {
  font-family: "Josefin Slab", serif;
  text-transform: uppercase; }

/*Use for specific px (no break point) you want to have respond view*/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: relative;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(../images/icons/grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(../images/icons/grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(../images/icons/blank.gif); }

/* =============================================================================
	@document-elements
	========================================================================== */
body {
  position: relative;
  color: black;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  -webkit-text-size-adjust: 100%; }

.site-bg {
  background: #fdfdfd url(../images/main-bg.png) top left repeat;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

.bk-map {
  background: url(../images/bklyn-bg.png) center center no-repeat;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.rsvp {
  background: url(../images/bottom-bg.png) repeat;
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

#page {
  position: relative;
  min-height: 100%;
  overflow: hidden; }

a,
a:visited {
  color: #14ecaa; }

a:hover {
  color: #fdbe1c; }

input[type="text"].not-empty {
  background: #e2e2e2 !important;
  color: #2b2b2b !important;
  border: 1px solid #2b2b2b !important; }

p {
  letter-spacing: 0.65px; }

.vert-align {
  position: relative; }

/* =============================================================================
	@styling-elements
	========================================================================== 
.bar-t,
.bar-b {
	background: $minty;
	display: block; position: absolute;
	@include size(83%, 40px); left: 8.5%; z-index: 20;
	@include opacity(0.65);
}

.bar-b { bottom: 0; }*/
.line {
  background: #fdbe1c;
  display: block;
  width: 30px;
  height: 2px;
  margin: 15px 0;
  border-top: 1px solid #14ecaa; }
  .line.right {
    float: right; }

/* =============================================================================
	@slideshows
	========================================================================== */
.rsArrow {
  background: #14ecaa;
  background: rgba(20, 236, 170, 0.65);
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  z-index: 31;
  margin-top: -25px; }
  .rsArrow .rsArrowIcn {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
  .rsArrow.rsArrowLeft {
    left: 0; }
    .rsArrow.rsArrowLeft .rsArrowIcn {
      margin-left: -10px;
      border-right: 15px solid white; }
  .rsArrow.rsArrowRight {
    right: 0; }
    .rsArrow.rsArrowRight .rsArrowIcn {
      margin-left: -6px;
      border-left: 15px solid white; }

/* =============================================================================
	@welcome
	========================================================================== */
#welcome {
  background: white;
  position: relative;
  z-index: 2; }
  @media (max-width: 1039px) {
    #welcome.landscape {
      height: 768px; }
      #welcome.landscape .date {
        display: none; }
    #welcome.portrait {
      height: 1024px; } }
  #welcome span {
    display: block;
    position: absolute; }
  #welcome .the-birds {
    background: url(../images/welcome-birds.png) no-repeat;
    width: 235px;
    height: 84px;
    left: -5px;
    top: 11%;
    z-index: 5; }
  #welcome .the-buildings {
    background: url(../images/welcome-buildings.png) center bottom no-repeat;
    width: 100%;
    height: 480px;
    bottom: 105px;
    z-index: 2; }
  #welcome .the-couple {
    background: url(../images/welcome-couple.png) no-repeat;
    background-size: cover;
    width: 371px;
    height: 500px;
    bottom: 90px;
    left: 10%;
    z-index: 4; }
    @media (max-width: 640px) {
      #welcome .the-couple {
        width: 150px;
        height: 203px; } }
  #welcome .the-sky {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
    #welcome .the-sky.day {
      background: url(../images/welcome-sky-day.png) center top repeat-x; }
    #welcome .the-sky.night {
      background: url(../images/welcome-sky-night.png) center top repeat-x; }
  #welcome .the-street {
    background: url(../images/welcome-streets.png) repeat-x;
    width: 100%;
    height: 190px;
    bottom: 0;
    z-index: 3; }
  #welcome .ballons-l {
    background: url(../images/welcome-ballons-l.png) repeat-x;
    width: 110px;
    height: 146px;
    top: 15%;
    left: 25%;
    z-index: 3; }
  #welcome .ballons-r {
    background: url(../images/welcome-ballons-r.png) repeat-x;
    width: 145px;
    height: 195px;
    bottom: 245px;
    left: 45%;
    z-index: 3; }
  #welcome .welcome-txt {
    position: absolute;
    width: 450px;
    top: 11%;
    left: 45.5%;
    z-index: 6;
    text-align: center;
    text-transform: uppercase; }
    #welcome .welcome-txt.night {
      color: white; }
      #welcome .welcome-txt.night h2 {
        border-color: white; }
      #welcome .welcome-txt.night .line3 span {
        text-shadow: none; }
    #welcome .welcome-txt .line1 {
      padding-bottom: 2px;
      font: 64px/60px "Josefin Slab", serif; }
    #welcome .welcome-txt .line2 {
      font: 43px/41px "Amatic SC", cursive; }
    #welcome .welcome-txt .line3 {
      padding: 15px 0 14px;
      font: 23px/23px "Josefin Slab", serif; }
      #welcome .welcome-txt .line3 span {
        text-shadow: -2px -2px 0 #47a991, -2px 2px 0 #47a991, -2px 0 0 #47a991, 2px -2px 0 #47a991, 2px 2px 0 #47a991, 2px 0 0 #47a991, 0 -2px 0 #47a991, 0 2px 0 #47a991; }
    #welcome .welcome-txt .date {
      color: #fdbe1c;
      font-size: 83px;
      line-height: 83px;
      text-align: right; }
      #welcome .welcome-txt .date span {
        font-size: 34px;
        vertical-align: text-top; }
    #welcome .welcome-txt h2 {
      border: 1px solid black;
      border-width: 1px 0;
      padding: 15px 0;
      font: 200 51px/39px "Dosis", Arial, sans-serif; }
    #welcome .welcome-txt p {
      letter-spacing: 0; }
      @media (max-width: 640px) {
        #welcome .welcome-txt p {
          letter-spacing: 0.75px; } }
    #welcome .welcome-txt span {
      display: inline;
      position: relative; }

/* =============================================================================
	@locales
	========================================================================== */
#locales {
  position: relative;
  z-index: 2;
  margin-bottom: 45px; }
  #locales h2 {
    padding: 45px;
    color: #47a991;
    font: 36px/34px "Amatic SC", cursive;
    letter-spacing: 4.5px;
    text-align: center;
    text-transform: uppercase; }
    #locales h2 .hdr {
      border-bottom: 3px solid #fdbe1c;
      color: #fdbe1c;
      font: 38px/36px "Josefin Slab", serif; }
    #locales h2 .sml {
      font-size: 21px; }
  #locales .locales-cell {
    position: relative; }
  #locales .the-locations {
    background: url(../images/locale-bg.png) center no-repeat;
    background-size: cover;
    position: relative; }
    #locales .the-locations .locations {
      cursor: pointer;
      float: left;
      position: relative;
      width: 33%;
      overflow: hidden; }
      #locales .the-locations .locations:hover .locale-icon, #locales .the-locations .locations.hover .locale-icon {
        top: inherit;
        right: 15px;
        bottom: 15px;
        left: inherit; }
      #locales .the-locations .locations:hover .royalSlider, #locales .the-locations .locations.hover .royalSlider {
        opacity: 0.97;
        -moz-opacity: 0.97;
        filter: alpha(opacity=97); }
      #locales .the-locations .locations img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important; }
      #locales .the-locations .locations .locale-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 11;
        -webkit-transition: all 0.85s ease;
        -moz-transition: all 0.85s ease;
        -o-transition: all 0.85s ease;
        transition: all 0.85s ease; }
      #locales .the-locations .locations .royalSlider {
        width: 100%;
        height: auto;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.95s ease;
        -moz-transition: opacity 0.95s ease;
        -o-transition: opacity 0.95s ease;
        transition: opacity 0.95s ease; }
        #locales .the-locations .locations .royalSlider:hover {
          opacity: 0.97;
          -moz-opacity: 0.97;
          filter: alpha(opacity=97); }
    #locales .the-locations .locale-gap {
      display: none; }
    #locales .the-locations .initial-meet .locale-icon {
      background: url(../images/locale-car.png) no-repeat;
      width: 70px;
      height: 40px;
      margin: -20px 0 0 -35px; }
    #locales .the-locations .proposal {
      width: 34%; }
      #locales .the-locations .proposal .locale-icon {
        background: url(../images/locale-ring.png) no-repeat;
        width: 70px;
        height: 83px;
        margin: -42px 0 0 -35px; }
    #locales .the-locations .wedding .locale-icon {
      background: url(../images/locale-marriage.png) no-repeat;
      width: 70px;
      height: 56px;
      margin: -28px 0 0 -35px; }
    #locales .the-locations .line-l,
    #locales .the-locations .line-r {
      background: white;
      background: rgba(255, 255, 255, 0.4);
      display: block;
      position: absolute;
      width: 1px;
      height: 100%; }
    #locales .the-locations .line-l {
      left: 33%; }
    #locales .the-locations .line-r {
      right: 33%; }
  #locales .locale-info {
    max-width: 1150px;
    padding: 30px 45px; }
    #locales .locale-info .hdr-side {
      float: left;
      padding-left: 10%;
      font: 38px/36px "Josefin Slab", serif; }
    #locales .locale-info .loc-box {
      float: right;
      width: 48%;
      min-height: 155px;
      padding-right: 15%; }
      @media (max-width: 640px) {
        #locales .locale-info .loc-box.start-locale h3 {
          width: 230px;
          margin: auto; } }
      #locales .locale-info .loc-box h3 {
        padding-bottom: 7px;
        font: 28px/30px "Amatic SC", cursive;
        letter-spacing: 1px; }
      #locales .locale-info .loc-box p {
        line-height: 23px; }
      #locales .locale-info .loc-box .loc-address {
        color: #47a991; }

/* =============================================================================
	@advisers-block
	========================================================================== */
#the-advisers {
  position: relative;
  max-width: 1150px;
  z-index: 2;
  margin: 0 auto 90px;
  padding: 0 45px; }
  @media (max-width: 1039px) {
    #the-advisers {
      margin-bottom: 45px;
      padding: 0 15px; } }
  #the-advisers h2 {
    margin: 0 35% 15px;
    border-bottom: 3px solid #fdbe1c;
    color: #fdbe1c;
    font: 38px/36px "Josefin Slab", serif;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 1039px) {
      #the-advisers h2 {
        margin: 0 15% 15px; } }
  #the-advisers .blurb {
    padding-bottom: 60px;
    font-size: 15px;
    line-height: 20px;
    text-align: center; }
  #the-advisers .advisers-cell {
    position: relative; }

.advise-block {
  float: left; }
  @media (max-width: 640px) {
    .advise-block {
      float: none;
      margin-bottom: 30px; } }
  .advise-block h3 {
    color: #47a991;
    font: 28px/26px "Amatic SC", cursive;
    letter-spacing: 0.25px; }
    @media (max-width: 640px) {
      .advise-block h3 {
        margin: auto; } }
  .advise-block img {
    width: 100%;
    height: auto; }
  .advise-block .the-names {
    position: relative;
    padding: 0 30px; }
    @media (max-width: 640px) {
      .advise-block .the-names {
        text-align: center; }
        .advise-block .the-names .line {
          margin-left: auto;
          margin-right: auto; }
          .advise-block .the-names .line.right {
            float: none; } }
    .advise-block .the-names p {
      line-height: 22px; }
      .advise-block .the-names p:nth-of-type(1) {
        clear: both; }
  .advise-block .the-pics {
    background-position: center;
    background-size: 105%;
    position: relative;
    -webkit-transition: background-size 0.85s ease;
    -moz-transition: background-size 0.85s ease;
    -o-transition: background-size 0.85s ease;
    transition: background-size 0.85s ease; }
    @media (max-width: 1039px) {
      .advise-block .the-pics {
        margin-bottom: 30px; } }
    @media (max-width: 640px) {
      .advise-block .the-pics {
        margin-bottom: 0; } }
    .advise-block .the-pics:hover {
      background-size: 135%; }
    .advise-block .the-pics:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      border: 0 solid #14ecaa;
      opacity: 0.65;
      -moz-opacity: 0.65;
      filter: alpha(opacity=65);
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: border-width 0.5s ease;
      -moz-transition: border-width 0.5s ease;
      -o-transition: border-width 0.5s ease;
      transition: border-width 0.5s ease; }
    .advise-block .the-pics:hover:before {
      border-width: 10px; }
    .advise-block .the-pics img {
      visibility: hidden; }

.the-maidens,
.the-members {
  width: 33%; }
  @media (max-width: 640px) {
    .the-maidens,
    .the-members {
      width: 100%; } }

.the-maidens .the-names {
  text-align: right; }
  @media (max-width: 640px) {
    .the-maidens .the-names {
      text-align: center; } }

.the-parents {
  width: 34%; }
  @media (max-width: 640px) {
    .the-parents {
      width: 100%; } }
  .the-parents .name-cell {
    position: absolute;
    width: 100%;
    bottom: 45px;
    left: 0; }
    @media (max-width: 1039px) {
      .the-parents .name-cell {
        position: relative;
        bottom: inherit; } }
  .the-parents .parents {
    float: right;
    width: 44%; }
    .the-parents .parents:first-child {
      float: left;
      width: 50%;
      margin-right: 6%;
      border-right: 1px solid #14ecaa;
      padding-right: 6%;
      text-align: right; }
      .the-parents .parents:first-child h3 {
        float: right; }
      .the-parents .parents:first-child .break {
        clear: both;
        display: block; }
      @media (max-width: 640px) {
        .the-parents .parents:first-child {
          text-align: center; }
          .the-parents .parents:first-child h3 {
            float: none; } }
    .the-parents .parents h3 {
      width: 80px; }

/* =============================================================================
	@galleria
	========================================================================== */
#galleria {
  position: relative;
  z-index: 2;
  max-width: 1150px;
  margin: 0 auto 300px;
  padding: 0 45px; }
  @media (max-width: 640px) {
    #galleria {
      margin-bottom: 0;
      padding: 0 15px; } }
  #galleria .hdr-galleria {
    position: relative;
    top: -7px;
    color: #fdbe1c;
    font: 64px/80px "Josefin Slab", serif;
    text-transform: uppercase; }
    @media (max-width: 1039px) {
      #galleria .hdr-galleria {
        font-size: 38px;
        line-height: 36px; } }
    @media (max-width: 640px) {
      #galleria .hdr-galleria {
        margin: 0 45px 20px;
        border-bottom: 3px solid #fdbe1c;
        text-align: center; } }
  #galleria .royalSlider {
    float: left;
    width: 65%;
    height: auto; }
    @media (max-width: 640px) {
      #galleria .royalSlider {
        float: none;
        width: 100%; } }
    #galleria .royalSlider img {
      width: 100% !important;
      height: auto !important;
      margin: 0 !important; }
  #galleria .mainLinks {
    float: right;
    width: 35%;
    height: 100%;
    padding: 0 30px; }
    @media (max-width: 640px) {
      #galleria .mainLinks {
        float: none;
        width: 100%; } }
    #galleria .mainLinks h3 {
      padding-top: 30px;
      color: #2b2b2b;
      font: 28px/26px "Amatic SC", cursive;
      letter-spacing: 0.25px; }
      @media (max-width: 640px) {
        #galleria .mainLinks h3 {
          text-align: center; } }
    @media (max-width: 640px) {
      #galleria .mainLinks .line {
        margin-left: auto;
        margin-right: auto; } }
    #galleria .mainLinks .mainLinks-top .line {
      background: none;
      width: 83px;
      height: 17px;
      border-top: 17px solid #2b2b2b; }
      @media (max-width: 640px) {
        #galleria .mainLinks .mainLinks-top .line {
          margin: 30px auto; } }
    @media (max-width: 1039px) {
      #galleria .mainLinks .mainLinks-bot {
        padding-bottom: 300px; } }
    @media (max-width: 640px) {
      #galleria .mainLinks .mainLinks-bot {
        padding-bottom: 150px; } }
    #galleria .mainLinks .galleria-sections .left {
      float: left;
      width: 47%;
      margin-right: 6%; }
      @media (max-width: 640px) {
        #galleria .mainLinks .galleria-sections .left {
          width: 50%;
          margin-right: 10%;
          border-right: 1px solid #2b2b2b;
          padding-right: 10%;
          text-align: right; } }
    #galleria .mainLinks .galleria-sections .right {
      float: left;
      width: 47%; }
      @media (max-width: 640px) {
        #galleria .mainLinks .galleria-sections .right {
          float: right;
          width: 40%; } }
    #galleria .mainLinks .galleria-sections a {
      display: block;
      padding-top: 15px;
      color: #2b2b2b; }
      #galleria .mainLinks .galleria-sections a:first-child {
        padding-top: 0; }

/* =============================================================================
	@thanks
	========================================================================== */
#thanks {
  position: relative;
  z-index: 2;
  max-width: 1150px;
  margin: 0 auto 90px;
  padding: 0 45px; }
  @media (max-width: 640px) {
    #thanks {
      padding: 0 15px; } }
  #thanks .hdr-to-those {
    margin-bottom: 40px;
    color: #14ecaa;
    font: 52px/48px "Josefin Slab", serif;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.35); }
    @media (max-width: 640px) {
      #thanks .hdr-to-those {
        font-size: 32px; } }
    #thanks .hdr-to-those span {
      color: #2b2b2b;
      font: 24px/24px "Amatic SC", cursive;
      letter-spacing: 2px; }
      @media (max-width: 1039px) {
        #thanks .hdr-to-those span {
          display: block; } }
  #thanks .envelope {
    background: url(../images/envelope.png) no-repeat;
    background-size: cover;
    position: relative;
    width: 664px;
    height: 468px;
    margin: auto; }
    @media (max-width: 1039px) {
      #thanks .envelope {
        width: 550px;
        height: 387px;
        margin-bottom: 30px; } }
    @media (max-width: 640px) {
      #thanks .envelope {
        width: 290px;
        height: 204px; } }
    #thanks .envelope .card {
      display: block;
      position: relative;
      width: 80%;
      height: 140px;
      top: 10%;
      margin: auto;
      border: 4px solid #14ecaa;
      color: white;
      font: 38px/140px "Josefin Slab", serif;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 1039px) {
        #thanks .envelope .card {
          height: 100px;
          line-height: 100px; } }
      @media (max-width: 640px) {
        #thanks .envelope .card {
          height: 44px;
          font-size: 18px;
          line-height: 44px; } }
      #thanks .envelope .card .txt-all {
        display: block;
        border-bottom: 4px solid #14ecaa; }
    #thanks .envelope .envelope-fold {
      background: url(../images/envelope-bot.png) no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      z-index: 2; }
  #thanks .list-wrap {
    position: relative; }
    @media (max-width: 1039px) {
      #thanks .list-wrap {
        width: 550px;
        margin: auto; } }
    @media (max-width: 640px) {
      #thanks .list-wrap {
        width: 100%; } }
  #thanks .list-left,
  #thanks .list-right {
    position: absolute;
    width: 20%;
    max-width: 300px;
    top: 0;
    font-size: 17px;
    line-height: 30px; }
    @media (max-width: 1039px) {
      #thanks .list-left,
      #thanks .list-right {
        position: relative;
        width: 46%;
        font-size: 18px;
        line-height: 32px; } }
    @media (max-width: 640px) {
      #thanks .list-left,
      #thanks .list-right {
        width: 290px;
        margin: auto;
        font-size: 16px;
        line-height: 28px;
        text-align: center; } }
    #thanks .list-left span,
    #thanks .list-right span {
      display: block; }
      @media (max-width: 640px) {
        #thanks .list-left span,
        #thanks .list-right span {
          display: inline-block;
          position: relative;
          margin-bottom: 5px;
          padding: 0 6px 0 5px; }
          #thanks .list-left span:before,
          #thanks .list-right span:before {
            content: "-";
            display: block;
            position: absolute;
            top: 0;
            right: -5px; }
          #thanks .list-left span.no-dash:before,
          #thanks .list-right span.no-dash:before {
            content: ""; } }
  #thanks .list-left {
    left: 0; }
    @media (max-width: 1039px) {
      #thanks .list-left {
        float: left; } }
    @media (max-width: 640px) {
      #thanks .list-left {
        float: none; } }
  #thanks .list-right {
    right: 0;
    text-align: right; }
    @media (max-width: 1039px) {
      #thanks .list-right {
        float: right; } }
    @media (max-width: 640px) {
      #thanks .list-right {
        float: none;
        text-align: center; } }
  #thanks .ribbon {
    background: #14ecaa;
    display: block;
    position: absolute;
    width: 300px;
    height: 30px;
    bottom: 45px;
    left: 50%;
    margin-left: -150px;
    color: #2b2b2b;
    line-height: 30px;
    text-align: center; }
    @media (max-width: 640px) {
      #thanks .ribbon {
        width: 200px;
        bottom: 20px;
        margin-left: -100px; } }
    #thanks .ribbon .ribbon-left,
    #thanks .ribbon .ribbon-right {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 1; }
      #thanks .ribbon .ribbon-left:before, #thanks .ribbon .ribbon-left:after,
      #thanks .ribbon .ribbon-right:before,
      #thanks .ribbon .ribbon-right:after {
        content: '';
        position: absolute;
        border-bottom: 30px solid #14ecaa;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent; }
    #thanks .ribbon .ribbon-left {
      left: 0; }
      #thanks .ribbon .ribbon-left:before {
        -webkit-transform: rotate(70deg);
        -moz-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        -o-transform: rotate(70deg);
        top: -10px;
        left: -20px; }
      #thanks .ribbon .ribbon-left:after {
        -webkit-transform: rotate(110deg);
        -moz-transform: rotate(110deg);
        -ms-transform: rotate(110deg);
        -o-transform: rotate(110deg);
        bottom: -10px;
        left: -20px; }
    #thanks .ribbon .ribbon-right {
      right: 0; }
      #thanks .ribbon .ribbon-right:before {
        -webkit-transform: rotate(-70deg);
        -moz-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        -o-transform: rotate(-70deg);
        top: -10px;
        right: -20px; }
      #thanks .ribbon .ribbon-right:after {
        -webkit-transform: rotate(-110deg);
        -moz-transform: rotate(-110deg);
        -ms-transform: rotate(-110deg);
        -o-transform: rotate(-110deg);
        bottom: -10px;
        right: -20px; }

/* =============================================================================
	@mobile
	========================================================================== */
@media all and (max-width: 640px) {
  .bar-t {
    display: none; } }
@media all and (max-width: 640px) {
  #welcome {
    padding: 20px 0 345px;
    overflow: hidden; }
    #welcome .welcome-txt {
      position: relative;
      width: 280px;
      top: inherit;
      left: inherit;
      margin: auto;
      padding: 20px 20px 0; }
      #welcome .welcome-txt .line1 {
        font-size: 32px;
        line-height: 30px; }
      #welcome .welcome-txt .line2 {
        font-size: 34px;
        line-height: 40px; }
      #welcome .welcome-txt .line3 {
        padding: 6px 0 5px;
        font-size: 22px;
        line-height: 26px; }
      #welcome .welcome-txt h2 {
        font-size: 27px;
        line-height: 29px; }
      #welcome .welcome-txt .date {
        display: none; }
    #welcome .ballons-l {
      opacity: 0.4;
      -moz-opacity: 0.4;
      filter: alpha(opacity=40); }
    #welcome .ballons-r {
      right: 5%;
      bottom: 195px;
      left: inherit; }
    #welcome .the-birds {
      position: relative;
      top: 0;
      left: -85px; }
    #welcome .the-coupl {
      position: relative;
      left: 50%;
      margin: 20px 0 0 -195px; } }
@media all and (min-width: 641px) and (max-width: 1039px) {
  #welcome .welcome-txt {
    left: inherit;
    right: 5%; } }
@media all and (max-width: 1039px) {
  #locales {
    margin-bottom: 0; }
    #locales h2 .hdr,
    #locales h2 .sml {
      display: block; }
    #locales h2 .hdr {
      margin-bottom: 15px; }
    #locales .arrow-l,
    #locales .arrow-r {
      cursor: pointer;
      display: block;
      position: absolute;
      width: 20px;
      height: 32px;
      top: 88px; }
      #locales .arrow-l.no-more,
      #locales .arrow-r.no-more {
        display: none; }
    #locales .arrow-l {
      background: url(../images/slider-left-arrow.png);
      left: 5px; }
    #locales .arrow-r {
      background: url(../images/slider-right-arrow.png);
      right: 5px; }
    #locales .the-locations {
      position: relative;
      width: 400%;
      left: 0;
      -webkit-transition: left 0.95s ease;
      -moz-transition: left 0.95s ease;
      -o-transition: left 0.95s ease;
      transition: left 0.95s ease; }
      #locales .the-locations .line-l,
      #locales .the-locations .line-r {
        display: none; }
      #locales .the-locations.location-1 {
        left: -100%; }
      #locales .the-locations.location-2 {
        left: -200%; }
      #locales .the-locations.location-3 {
        left: -300%; }
      #locales .the-locations .locations {
        width: 25%; }
        #locales .the-locations .locations img {
          display: block;
          width: auto !important;
          height: 100% !important;
          margin: auto !important; }
        #locales .the-locations .locations.hover .locale-icon {
          top: inherit;
          bottom: 0;
          right: 0;
          -webkit-transform: scale(0.5, 0.5);
          -moz-transform: scale(0.5, 0.5);
          -ms-transform: scale(0.5, 0.5);
          -o-transform: scale(0.5, 0.5); }
        #locales .the-locations .locations.locale-gap {
          display: block;
          height: 100%; }
          #locales .the-locations .locations.locale-gap:before {
            background: url(../images/locale-marker.png) no-repeat;
            content: '';
            display: block;
            position: absolute;
            width: 70px;
            height: 90px;
            top: 50%;
            left: 50%;
            z-index: 11;
            margin: -45px 0 0 -35px; }
    #locales .locale-info {
      position: relative;
      padding: 45px 45px 90px;
      text-align: center;
      /*.loc-txt br {
      	content: " ";
      	border: 1px solid transparent; padding: 0;
      }*/ }
      #locales .locale-info .hdr-side,
      #locales .locale-info .loc-box {
        float: none;
        padding-left: 0; }
      #locales .locale-info .hdr-side {
        padding-bottom: 10px; }
      #locales .locale-info .loc-box {
        width: 100%;
        min-height: inherit;
        padding-right: 0; } }
@media all and (max-width: 640px) {
  #the-advisers h2 {
    margin: 0 45px 20px;
    padding-top: 45px; }
  #the-advisers .blurb {
    padding: 0 45px 30px; }
  #the-advisers .advise-block {
    float: none; }
    #the-advisers .advise-block.the-parents, #the-advisers .advise-block.the-maidens, #the-advisers .advise-block.the-members {
      width: 100%; }
      #the-advisers .advise-block.the-parents .the-names, #the-advisers .advise-block.the-maidens .the-names, #the-advisers .advise-block.the-members .the-names {
        padding: 30px 30px 45px; }
    #the-advisers .advise-block.the-maidens .the-names, #the-advisers .advise-block.the-members .the-names {
      text-align: center; }
      #the-advisers .advise-block.the-maidens .the-names .line, #the-advisers .advise-block.the-members .the-names .line {
        float: none !important;
        margin: 15px auto; }
    #the-advisers .advise-block.the-parents .sean-parents h3 {
      width: 85px; }
    #the-advisers .advise-block.the-members .the-names {
      padding-bottom: 90px; } }
