@import url(http://fonts.googleapis.com/css?family=Quicksand:300|Ruda:400|Lato:300,400);
em {
  font-style: italic;
}
p sup {
  vertical-align: super;
}
ul {
  list-style-type: square;
  padding-left: 2em;
}
p {
  margin-bottom: 1em;
}
a:link {
  color: #5594d2;
}
a:hover {
  color: #7daddd;
}
body {
  min-height: 100vh;
  min-width: 750px;
  line-height: 3.7ex;
  height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
div#header {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  height: 38px;
}
div#header div#nav {
  width: 764px;
  margin: 0 auto;
  text-align: center;
  font-family: "Ruda", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
div#header div#nav ul {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  list-style-type: none;
}
div#header div#nav ul li {
  flex: 1;
  -webkit-flex: 1;
  padding-top: 6px;
  padding-bottom: 3px;
  border-bottom: 3px solid;
}
div#header div#nav ul li a {
  display: block;
  color: #222;
  text-decoration: none;
}
div#header div#nav ul li a:hover {
  color: #6f6f6f;
}
div#header div#nav ul li.extra {
  width: 32px;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  border: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
div#header div#nav ul li.extra a {
  width: 32px;
  color: #e3e3e7;
}
div#header div#nav ul li.extra a:hover {
  color: #767688;
}
div#header div#nav ul li#nav_timeline {
  border-color: #ffebbb;
}
div#header div#nav ul li#nav_day {
  border-color: #ea9191;
}
div#header div#nav ul li#nav_couple {
  border-color: #b784a7;
}
div#header div#nav ul li#nav_gifts {
  border-color: #adadb7;
}
div#main {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  overflow-x: hidden;
  overflow-y: overlay;
  font-family: "Lato", sans-serif;
  font-weight: lighter;
}
div.section {
  min-height: 100vh;
}
div.section div.centerColumn {
  margin: 0 auto;
  padding: 10px 0;
  width: 700px;
}
div.section div.centerColumn h1 {
  color: #eeeeee;
  font-family: "Quicksand", sans-serif;
  font-weight: lighter;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0;
}
div.section div.centerColumn h2 {
  font-size: 20px;
}
div.section#top div#slideshow {
  display: none;
  /*
        .slidesjs-container
        {
            background: url('subtle/tweed.png');
            img
            {
                .box-shadow(0px, 0px, 10px, 0px, black);
            }
        }
        */
}
div.section#top div#slideshow-controls {
  font-size: 14px;
}
div.section#top div#slideshow-controls div#slideshow-controls-prev,
div.section#top div#slideshow-controls div#slideshow-controls-next {
  display: inline-block;
  cursor: pointer;
}
div.section#top div#slideshow-controls div#slideshow-controls-dots {
  display: inline-block;
}
div.section#top div#slideshow-controls div#slideshow-controls-dots ul {
  padding-left: 0;
}
div.section#top div#slideshow-controls div#slideshow-controls-dots ul li {
  display: inline-block;
}
div.section#top div#slideshow-controls div#slideshow-controls-dots ul li a {
  color: #ccc;
}
div.section#top div#slideshow-controls div#slideshow-controls-dots ul li a.active {
  color: #333;
}
div.section#top div.photo_credit {
  float: right;
  text-transform: uppercase;
  font-size: 10px;
}
div.section#top div.photo_credit a {
  color: black;
  text-decoration: none;
}
div.section#top h1 {
  color: black;
}
div.section#top img {
  width: 700px;
  height: auto;
  /*
        max-width: @centerWidth;
        max-height: 480px;
        width: auto;
        height: auto;
        */
}
div.section#couple {
  background: #fffaee;
}
div.section#couple div.centerColumn h1#tiffPlusEd {
  color: #444;
  cursor: pointer;
}
div.section#couple div.centerColumn img.bio_img {
  margin: 20px;
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
}
div.section#couple div.centerColumn img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
div.section#couple div.centerColumn div#timeline {
  height: 50px;
  padding-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
div.section#couple div.centerColumn div#timeline div.timeline_icon {
  cursor: pointer;
}
div.section#couple div.centerColumn div#timeline div.timeline_icon img {
  width: 16px;
  height: 16px;
}
div.section#couple div.centerColumn div#timeline div.timeline_icon.active {
  background: #ffebbb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
div.section#couple div.centerColumn div#timeline div.timelineLine {
  background: #d0d0f0;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
div.section#couple div.centerColumn div#timeline_html_default {
  display: block;
}
div.section#couple div.centerColumn div.timeline_html {
  display: flex;
  display: -webkit-flex;
}
div.section#couple div.centerColumn div.timeline_html div.timeline_column {
  flex: 1;
  -webkit-flex: 1;
  text-align: justify;
  text-justify: inter-word;
}
div.section#couple div.centerColumn div.timeline_html div.timeline_column span.date {
  margin-left: 7px;
  margin-top: 2px;
  text-transform: uppercase;
}
div.section#couple div.centerColumn div.timeline_html div.timeline_column img.timelineImg {
  width: 305px;
  height: auto;
  border: white 10px solid;
}
div.section#couple div.centerColumn div.timeline_html div.timeline_column img.bigIcon {
  width: 32px;
  height: 32px;
  display: inline;
  vertical-align: middle;
}
div.section#couple div.centerColumn div.timeline_html div.timeline_column_spacer {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  width: 50px;
}
div.section#day {
  background: #f2bcbc;
  padding-bottom: 10px;
}
div.section#day div.centerColumn div#map-canvas {
  width: 680px;
  height: 280px;
  border: 10px white solid;
  background: #ea9191;
}
div.section#day div.centerColumn h2 {
  margin-bottom: 0.5em;
}
div.section#day div.centerColumn .help {
  cursor: help;
  float: right;
  font-size: x-small;
}
div.section#day div.centerColumn .help a {
  margin-left: 2px;
  padding: 2px;
  background: #fae7e7;
}
div.section#day div.centerColumn .help a:hover {
  color: inherit;
}
div.section#day div.row-group {
  margin-bottom: 20px;
}
div.section#day div#row-group-event div.marker {
  display: none;
}
div.section#day div.row {
  background: #ec9e9e;
  width: 700px;
  display: flex;
  display: -webkit-flex;
  padding: 2px 0;
  margin-bottom: 3px;
}
div.section#day div.row div.row-item {
  padding: 0px 3px;
}
div.section#day div.row div.row-item.icon {
  padding-left: 5px;
  color: #652b2b;
  width: 24px;
}
div.section#day div.row div.row-item.time {
  min-width: 70px;
}
div.section#day div.row div.row-item.name {
  flex: 1 0 0;
  -webkit-flex: 1 0 0;
}
div.section#day div.row div.row-item.address {
  flex: 2 2 0;
  -webkit-flex: 2 2 0;
}
div.section#day div.row div.row-item.address span.address {
  text-transform: uppercase;
  font-size: small;
}
div.section#day div.row div.row-item.address a.mapLink {
  float: right;
  text-decoration: none;
}
div.section#day div.row div.row-item.address a.mapLink i.fa {
  font-size: smaller;
}
div.section#day div.row div.row-item.marker {
  width: 24px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  color: #893a3a;
}
div.section#day div.row div.row-item.marker.active {
  color: #edd5d5;
}
div.section#day div.row.toggle {
  padding-top: 5px;
  padding-bottom: 0px;
}
div.section#day div.row.toggle div.row-item.address div.desc {
  text-align: justify;
  text-justify: inter-word;
  background: #f0b3b3;
  padding: 1ex;
}
div.section#day div.row.toggle div.row-item.address div.desc-toggle {
  font-size: 8px;
  height: 8px;
  text-align: center;
  cursor: pointer;
  line-height: 1em;
  background: #ea9191;
  color: #893a3a;
}
div.section#day div.row.toggle div.row-item.address div.desc-toggle:hover,
div.section#day div.row.toggle div.row-item.address div.desc-toggle.active:hover {
  background: #eea7a7;
}
div.section#day div.columns {
  display: flex;
  display: -webkit-flex;
}
div.section#day div.columns div.column {
  flex: 1;
  -webkit-flex: 1;
}
div.section#people {
  color: #111;
  background: #caa4be;
}
div.section#people h1#weddingParty {
  cursor: pointer;
}
div.section#people div#coupleHolder {
  margin: 0 auto;
  padding: 10px 0;
  width: 800px;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
div.section#people div#coupleHolder div.person {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  position: relative;
  width: 80px;
  height: 80px;
}
div.section#people div#coupleHolder div.person img {
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
div.section#people div#coupleHolder div.person p {
  position: relative;
  display: none;
  text-align: center;
  width: 80px;
  text-transform: uppercase;
  font-size: 10px;
}
div.section#people div#coupleHolder div.person.active {
  margin-bottom: 15px;
}
div.section#people div#coupleHolder div.person.active p {
  display: block;
}
div.section#people div.centerColumn div.bio {
  text-align: justify;
  text-justify: inter-word;
}
div.section#people div.centerColumn div#bio_moreInfo {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
div.section#gifts {
  background: #c8c8cf;
  position: relative;
}
div.section#gifts div.centerColumn {
  width: 525px;
  text-align: center;
}
div.section#gifts div.centerColumn a {
  margin: 0 15px;
}
div.section#gifts div.centerColumn a img {
  width: 40%;
}
div.section#gifts div.footnote {
  position: absolute;
  bottom: 54px;
  width: 100%;
}
div.section#gifts div.footnote p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12.8px;
}
div.section#info {
  background: #5f5f6c;
  color: #e3e3e7;
}
div.section#info div.centerColumn {
  width: 420px;
  margin: 0 auto;
}
div.section#info div.input-group {
  margin-bottom: 4px;
  display: flex;
  display: -webkit-flex;
}
div.section#info div.input-group .input-group-addon {
  padding-top: 6px;
  width: 28px;
}
div.section#info div.input-group .input-group-field {
  flex: 1;
  -webkit-flex: 1;
}
div.section#info div#formContainer {
  margin-bottom: 20px;
}
div.section#info div#formContainer #emailForm,
div.section#info div#formContainer #emailSuccess {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.section#info div#formContainer #emailSuccess {
  padding: 10px;
  border: #767676 2px dashed;
}
div.section#info div#formContainer input,
div.section#info div#formContainer textarea,
div.section#info div#formContainer button {
  font: inherit;
  color: inherit;
  background: #767688;
  border: none;
  padding-left: 0.75ex;
  padding-right: 0.75ex;
}
div.section#info div#formContainer button {
  cursor: pointer;
  text-align: left;
}
div.section#info ul {
  margin-bottom: 1em;
}
div.section#footer {
  background: #17171b;
  color: #e3e3e7;
  min-height: 0px;
  text-align: center;
}
div#map-control {
  line-height: 1ex;
  padding: 0 5px 5px 0;
  background: white;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}
div#map-control a {
  cursor: pointer;
  text-decoration: none;
}
div#map-control a:link {
  color: black;
}
div#map-control a:hover {
  color: #1a1a1a;
}
div#map-control span.keyboard-shortcut {
  border-bottom: black 1px solid;
}
