/* Colors */
.blur {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
body {
  color: #777;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a:not(.btn),
a:not(.btn):hover,
a:not(.btn):visited,
a:not(.btn):active {
  color: #6A91A3;
  text-decoration: none;
}
.middle {
  vertical-align: middle;
}
.mobile-only {
  display: none !important;
}
.page {
  padding-top: 100px;
  padding-bottom: 75px;
  top: 0;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page.host {
  padding-top: 130px;
}
.page .required {
  color: #CC0000;
  font-size: 16px;
}
.page .invalid {
  color: #CC0000;
  padding: 5px 15px;
  background-color: #F7C6C6;
  border-radius: 4px;
  white-space: nowrap;
}
.cover {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
label {
  font-weight: normal;
  margin-left: 5px;
}
.inline {
  display: inline-block;
}
.inline2 {
  display: inline;
}
.top {
  vertical-align: top;
}
.nowrap {
  white-space: nowrap;
}
.pointer {
  cursor: pointer;
}
.row {
  margin: 0;
}
.red-text {
  color: #f47967;
}
/* PRINT STYLE CHANGES */
@media print {
  .noprint {
    display: none !important;
  }
}
/* SCREEN ONLY STYLES */
@media screen {
  .printonly {
    display: none !important;
  }
}
/* Alert Messages */
#alertbar {
  position: fixed;
  top: 5px;
  max-width: 600px;
  cursor: pointer;
  display: none;
  z-index: 15000;
}
.alert {
  border-radius: 0;
}
.alert-danger {
  color: inherit;
  background-color: #FFF4F5;
  border-color: #FFD8DB;
}
.alert-info {
  color: inherit;
  background-color: #F5FCFF;
  border-color: #C0E1F2;
}
.alert-error {
  color: white;
  background-color: #F47967;
  border-color: #F47967;
}
.alert-warning {
  color: inherit;
  background-color: #FBF8F0;
  border-color: #F1DAA5;
}
.alert-success {
  color: inherit;
  background-color: #dff0d8;
  border-color: #95CF7C;
}
/* Buttons */
.btn {
  border-width: 0 0 2px 0;
  border-radius: 8px;
  padding: 8px 12px;
}
.btn-success {
  color: #fff;
  background-color: #7D9FAF;
  border-color: #656E62;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #86A4B2;
  border-color: #656E62;
}
.btn-info {
  color: #fff;
  background-color: #828282;
  border-color: #656E62;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #8C8C8C;
  border-color: #656E62;
}
.btn-neutral {
  color: #ffffff;
  font-weight: normal;
  background-color: #828282;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: solid 2px #828282;
}
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active {
  color: #fff;
  background-color: #8C8C8C;
  border-color: #656E62;
}
.btn-primary {
  color: #fff;
  background-color: #98815C;
  border-color: #7D6A4F;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #AB936C;
  border-color: #7D6A4F;
}
.btn-custom {
  color: #fff;
  background-color: #98815C;
  border-color: #7D6A4F;
}
.btn-custom:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #AB936C;
  border-color: #7D6A4F;
}
/* Margins */
.margin-r-0 {
  margin-right: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.margin-r-10 {
  margin-right: 10px;
}
.margin-r-15 {
  margin-right: 15px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-r-40 {
  margin-right: 40px;
}
.margin-r-50 {
  margin-right: 50px;
}
.margin-l-0 {
  margin-left: 0;
}
.margin-l-5 {
  margin-left: 5px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-l-15 {
  margin-left: 15px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-t-5 {
  margin-top: 5px;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-60 {
  margin-top: 60px;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-b-60 {
  margin-bottom: 60px;
}
/* Padding */
.padding-r-0 {
  padding-right: 0;
}
.padding-r-5 {
  padding-right: 5px;
}
.padding-r-10 {
  padding-right: 10px;
}
.padding-r-15 {
  padding-right: 15px;
}
.padding-r-20 {
  padding-right: 20px;
}
.padding-l-0 {
  padding-left: 0;
}
.padding-l-5 {
  padding-left: 5px;
}
.padding-l-10 {
  padding-left: 10px;
}
.padding-l-15 {
  padding-left: 15px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-t-5 {
  padding-top: 5px;
}
.padding-t-10 {
  padding-top: 10px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-t-40 {
  padding-top: 40px;
}
.padding-t-60 {
  padding-top: 60px;
}
.padding-b-5 {
  padding-bottom: 5px;
}
.padding-b-10 {
  padding-bottom: 10px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-b-40 {
  padding-bottom: 40px;
}
.padding-b-60 {
  padding-bottom: 60px;
}
.padding-20 {
  padding: 20px;
}
/* Text Size */
.font-size-11 {
  font-size: 11px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.font-size-24 {
  font-size: 24px !important;
}
.font-size-28 {
  font-size: 28px !important;
}
.font-size-36 {
  font-size: 36px !important;
}
.font-size-48 {
  font-size: 48px !important;
}
.font-size-60 {
  font-size: 60px !important;
}
/* Width */
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-75 {
  width: 75px;
}
.width-100 {
  width: 100px;
}
.width-150 {
  width: 150px;
}
.width-175 {
  width: 175px;
}
.width-200 {
  width: 200px;
}
.width-250 {
  width: 250px;
}
.width-300 {
  width: 300px;
}
.width-400 {
  width: 400px;
}
.width-500 {
  width: 500px;
}
.width-600 {
  width: 600px;
}
.width-700 {
  width: 700px;
}
.width-10p {
  width: 10%;
}
.width-20p {
  width: 20%;
}
.width-30p {
  width: 30%;
}
.width-40p {
  width: 40%;
}
.width-50p {
  width: 50%;
}
.width-60p {
  width: 60%;
}
.width-70p {
  width: 70%;
}
.width-80p {
  width: 80%;
}
.width-90p {
  width: 90%;
}
.width-100p {
  width: 100%;
}
/* Top Main Menu */
.main-menu {
  position: fixed;
  width: 100%;
  border-bottom: 2px solid #CCC;
  text-align: center;
  background-color: #FFF;
  z-index: 999;
}
.main-menu .item {
  height: 40px;
  display: inline-block;
  min-width: 80px;
  font-weight: bold;
  position: relative;
}
.main-menu .item a.menu-link {
  color: #AAA;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 80px;
  height: 40px;
  display: block;
  padding-top: 10px;
}
.main-menu .item.active {
  border-bottom: 5px solid #959595;
  color: #000;
}
.main-menu .item.active a.menu-link {
  color: #666;
}
.main-menu .item:hover {
  border-bottom: 5px solid #959595;
}
.main-menu .item:hover a.menu-link {
  text-decoration: none;
  color: #959595;
}
.main-menu .next {
  float: right;
  height: 32px;
  margin-top: 3px;
  margin-right: 10px;
}
.main-menu .music {
  background-color: #BBB;
  color: #FFF;
  height: 30px;
  padding-top: 4px;
  border-radius: 24px;
  margin-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}
.main-menu .music .fa {
  font-size: 20px;
}
.main-menu .music .fa-pause {
  font-size: 14px;
  margin-left: 2px;
}
.main-menu .music .fa-play-circle:hover,
.main-menu .music .fa-pause:hover {
  color: #333;
  cursor: pointer;
}
/* Status sub menu */
.main-menu .status-menu {
  text-shadow: 1px 1px 2px #FFFFFF;
  width: 100%;
  top: 40px;
  height: 40px;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding-top: 8px;
  z-index: 10;
}
.status-menu.green {
  background-color: #E4FCEF;
}
.status-menu.gray {
  background-color: #ebf0ff;
}
.status-menu.red {
  background-color: #FFCDCD;
}
.status-menu .fa-check-circle {
  font-size: 20px;
  color: #5D9C7A;
}
.status-menu .fa-times-circle {
  font-size: 20px;
  color: #A4373B;
}
.status-menu .fa-calendar {
  color: #000;
}
/* Main Menu > Details popup menu */
.main-menu .dropdown-menu.details {
  min-width: 200px;
  left: -40px;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}
.main-menu .dropdown-menu.details span {
  width: 25px;
  display: inline-block;
}
.main-menu .dropdown-menu.details .fa {
  font-size: 18px;
  color: #666;
}
.main-menu .dropdown-menu.details a {
  color: #AAA;
}
.main-menu .dropdown-menu.details a:hover {
  color: #666;
  text-decoration: none;
}
.main-menu .dropdown-menu.details li {
  padding: 3px;
}
.main-menu .menu-details:hover > ul.dropdown-menu {
  display: block;
}
.main-menu .dropdown-menu {
  border-radius: 0px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
}
.no-next {
  height: 30px;
  opacity: 0;
  display: block;
  margin-right: 10px;
}
.no-next span {
  background-image: url('../_images/button-next-bg.png?061015');
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 15px;
  display: inline-block;
  float: left;
}
.no-next i {
  background-image: url('../_images/button-next-arw.png?061015');
  height: 30px;
  line-height: 30px;
  width: 11px;
  float: left;
}
.card-next {
  height: 30px;
  margin-top: 5px;
  text-transform: uppercase;
  display: block;
  margin-right: 10px;
}
.card-next span {
  background-image: url('../_images/button-next-bg.png?061015');
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 10px 0 15px;
  display: inline-block;
  font-size: 12px;
  float: left;
}
.card-next i {
  background-image: url('../_images/button-next-arw.png?061015');
  height: 30px;
  line-height: 30px;
  width: 11px;
  float: left;
}
/* Main Menu Mobile Version */
.main-menu-mobile {
  position: fixed;
  width: 100%;
  height: 44px;
  border-bottom: 4px solid #CCC;
  text-align: center;
  background-color: #FFF;
  z-index: 10;
}
.main-menu-mobile .name {
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
  text-align: left;
  text-transform: uppercase;
}
.main-menu-mobile .menu {
  font-size: 21px;
  padding-top: 4px;
  width: 40px;
}
.main-menu-mobile .status-menu {
  position: fixed;
  width: 100%;
  top: 44px;
  min-height: 40px;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding-top: 8px;
  z-index: 10;
}
.main-menu-mobile .music-td {
  width: 80px;
}
.main-menu-mobile .music {
  background-color: #BBB;
  color: #FFF;
  height: 30px;
  padding-top: 4px;
  border-radius: 24px;
  margin-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}
.main-menu-mobile .music .fa {
  font-size: 20px;
}
.main-menu-mobile .music .fa-pause {
  font-size: 14px;
  margin-left: 2px;
}
.main-menu-mobile .music .fa-play-circle:hover,
.main-menu .music .fa-pause:hover {
  color: #333;
  cursor: pointer;
}
.left-menu-mobile {
  position: fixed;
  min-height: 500px;
  font-weight: bold;
  top: 40px;
  left: -225px;
  z-index: 10;
  width: 225px;
  background-color: #2C2C2C;
  color: #CCC;
}
.left-menu-mobile .item {
  padding: 12px;
  border-bottom: 1px solid #101010;
  border-top: 1px solid #424242;
  text-transform: uppercase;
}
.left-menu-mobile .item a {
  color: #CCC;
}
.left-menu-mobile .item:last-child {
  border-bottom: none;
}
.left-menu-mobile .item:hover,
.left-menu-mobile .item:active,
.left-menu-mobile .item a:hover,
.left-menu-mobile .item a:active {
  color: #FFFFFF;
}
.left-menu-mobile .item.active {
  color: #FFFFFF;
}
.left-menu-mobile .item ul {
  padding-top: 10px;
  text-transform: none;
}
.left-menu-mobile .item li {
  padding: 5px;
  color: #CCC;
}
.left-menu-mobile .item li:hover,
.left-menu-mobile .item li:active {
  color: #FFFFFF;
}
.left-menu-mobile .item li span {
  width: 30px;
  display: inline-block;
}
.left-menu-mobile .item .fa {
  font-size: 18px;
}
/* Footer */
.footer {
  font-size: 10px;
  position: fixed;
  text-align: center;
  bottom: 0px;
  width: 100%;
  height: 35px;
  padding-top: 9px;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  background: url(/viewer/_images/footer.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footer .save {
  float: left;
  cursor: pointer;
}
.footer .save a {
  color: #FFFFFF;
}
.footer .logo {
  float: right;
}
.footer .fa {
  font-size: 16px;
}
.invitation-nav {
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 100;
}
.invitation-nav a {
  background-color: white;
  opacity: .85;
  margin-bottom: 3px;
  color: #333 !important;
  display: block;
  padding: 10px 20px 10px 20px;
  text-align: right;
  border: 1px solid #CCC;
}
.invitation-nav a:hover {
  opacity: 1;
}
.page-photo .invitation-nav {
  top: 45%;
}
.page-details .invitation-nav {
  top: 45%;
}
.details-list .icon {
  display: inline-block;
  width: 24px;
  vertical-align: top;
  margin-top: 3px;
  position: absolute;
}
.details-list .item {
  display: inline-block;
  font-size: 14px;
  margin-left: 24px;
}
.details-list .item strong {
  display: block;
}
.details-list .btn button {
  margin-left: 26px;
  padding-left: 7px;
  padding-right: 7px;
}
.page-details .fa-alink {
  font-size: 18px;
}
/* Card Viewer Page */
.page-card #invitationwrapper {
  margin: auto;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  min-height: 850px;
}
.page-card .invitation-card {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
.page-card .invitation-card.custom {
  -webkit-filter: none;
  filter: none;
}
.page-card img {
  border: none;
  max-width: 100%;
}
.page-card #wrapper {
  min-height: 1000px;
}
@media screen and (max-width: 480px) {
  #invitationwrapper {
    width: 95%;
  }
}
.page-card #openButton {
  position: absolute;
  top: 33%;
  left: 50%;
}
.page-card #openButton a {
  margin-left: -100%;
  box-shadow: 0 5px 4px #888888;
}
.page-card .centerCard,
.page-card .centerCardStatic {
  width: 100%;
}
.page-card .no-flick {
  -webkit-transform: translate3d(0, 0, 0);
}
.page-card .img-liningflap {
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  /* IE 9 */
  -webkit-transform-origin: 0% 0%;
  /* Safari and Chrome */
  -moz-transform-origin: 0% 0%;
  /* Firefox */
  -o-transform-origin: 0% 0%;
  /* Opera */
  position: absolute;
}
.page-card .img-flap {
  transform-origin: 0% 10px;
  -ms-transform-origin: 0% 10px;
  /* IE 9 */
  -webkit-transform-origin: 0% 10px;
  /* Safari and Chrome */
  -moz-transform-origin: 0% 10px;
  /* Firefox */
  -o-transform-origin: 0% 10px;
  /* Opera */
  position: absolute;
}
.page-card.page {
  padding-top: 80px;
}
.page-card.page.host {
  padding-top: 110px;
}
/* Image map styles */
.page-card .imageMap {
  position: absolute;
}
.page-card .imageMap .hotspots {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.page-card .imageMap .hotspots div:hover a {
  background: #EFF375;
  z-index: 100;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border: 1px solid #F7FF00;
}
.page-card .imageMap a {
  display: block;
  position: absolute;
  background: #000;
  z-index: 100;
  opacity: 0.0;
  filter: alpha(opacity=0);
  border: 1px solid transparent;
}
.page-card .imageMap:hover .hotspots {
  visibility: visible;
}
/* Animation Map Styles */
.card-animations {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.card-animations iframe {
  position: absolute;
}
.card-animations img {
  max-width: none;
}
/* Event Details Page - in details.css file */
/* RSVP Page */
.page-rsvp .left-card {
  background-color: #FFF;
  min-width: 225px;
  margin: 0px auto;
  border-radius: 0px 0px 10px 10px;
  max-width: 225px;
  width: 225px;
}
.page-rsvp .left-card .invitation-card {
  display: block;
  max-width: 225px;
  border: 1px solid #CCC;
  border-bottom: none;
}
.page-rsvp .left-card .item {
  border: 1px solid #CCC;
  padding: 10px 15px;
  font-weight: bold;
}
.page-rsvp .left-card .item a {
  color: #AAA;
}
.page-rsvp .left-card .item span {
  width: 40px;
  display: inline-block;
  text-align: center;
}
.page-rsvp .left-card .item .fa {
  font-size: 18px;
  vertical-align: middle;
}
.page-rsvp .left-card .item:last-child {
  border-radius: 0px 0px 10px 10px;
  border-top: none;
}
.page-rsvp .right-body {
  width: 650px;
  margin: 0px auto;
}
.page-rsvp .right-body .rsvp-message {
  position: relative;
  background-color: #FFF;
  padding: 8px 15px;
  margin-bottom: 15px;
  border: 1px solid #CCC;
  border-bottom-width: 2px;
}
.page-rsvp .right-body .rsvp-message:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 297px;
  border-width: 11px 11px 0;
  border-style: solid;
  border-color: #CCC transparent;
  display: block;
  width: 0;
}
.page-rsvp .right-body .rsvp-message:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 300px;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
.page-rsvp .right-body .heading {
  background-color: #404040;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 20px;
  color: #FFF;
  font-size: 18px;
  -webkit-box-shadow: 1px 1px 1px 0px #999999 inset;
  -moz-box-shadow: 1px 1px 1px 0px #999999 inset;
  box-shadow: 1px 1px 1px 0px #999999 inset;
  border-bottom: 2px solid #313131;
}
.page-rsvp .right-body .main {
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #CCC;
  border-top: none;
}
.page-rsvp .right-body .main .guest {
  padding: 15px 5px;
  border-bottom: 1px solid #CCC;
}
.page-rsvp .right-body .main .guest .name {
  font-size: 20px;
}
.page-rsvp .right-body .main .guest .status {
  margin-top: 5px;
}
.page-rsvp .right-body .main .guest .status .fa {
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
.page-rsvp .right-body .main .guest .status.attending {
  color: #5D9C7A;
}
.page-rsvp .right-body .main .guest .status.notattending {
  color: #CC0000;
}
.page-rsvp .right-body .main .guest .edit {
  color: #7D9FAF;
  font-size: 18px;
  margin-top: 5px;
}
.page-rsvp .right-body .main .guest label.edit-label {
  margin-left: 0;
  margin-top: 10px;
}
.page-rsvp .right-body .main .items {
  padding: 15px 20px;
}
.page-rsvp .right-body .main .question {
  margin-bottom: 5px;
}
.page-rsvp .right-body .main .question ul {
  list-style-type: none;
  padding-left: 15px;
  padding-top: 5px;
}
.page-rsvp .right-body .main .question ul li {
  white-space: nowrap;
}
.page-rsvp .right-body .main .question ul li input {
  vertical-align: top;
}
.page-rsvp .right-body .main .question ul li label {
  white-space: normal;
}
.page-rsvp .right-body .main .question label {
  margin-left: 5px;
  margin-right: 15px;
}
.page-rsvp .right-body .main .question-S select {
  margin-top: 10px;
}
.page-rsvp .right-body .main .question-T input {
  margin-top: 10px;
}
.page-rsvp .right-body .main .question-L textarea {
  margin-top: 10px;
}
.page-rsvp .right-body .main .plusone {
  border-bottom: 1px solid #CCC;
  padding: 10px 20px;
}
.page-rsvp .submit-rsvp {
  background-color: #F8F8F8;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
}
.page-rsvp textarea {
  width: 100%;
  height: 90px;
  padding: 10px;
}
.page-rsvp .right-body .main .guest .invalid-guest {
  margin: 10px;
  margin-top: 0px;
}
.page-rsvp #order-summary th {
  border-bottom: 2px solid #777;
  padding: 5px 3px;
}
.page-rsvp #order-summary td {
  padding: 5px 3px;
}
.page-rsvp #order-summary-totaldue th {
  border-top: 2px solid #777;
  padding: 5px;
  padding-top: 10px;
  text-align: right;
  padding-right: 15px;
}
.page-rsvp .payByCC {
  padding: 20px;
}
.page-rsvp .payByCC .checkPayment {
  font-size: 9pt;
  margin-left: 20px;
}
.page-rsvp .payByCC .checkPayment a {
  text-decoration: underline;
}
.page-rsvp .payByCheck {
  padding: 20px;
}
.page-rsvp .payByCheck .checkDirections {
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #F8F8F8;
}
/* Mailing Address Page */
.page-mailingaddress .left-card {
  min-width: 225px;
  margin: 0 auto;
  max-width: 225px;
  width: 225px;
  visibility: hidden;
}
.page-mailingaddress .right-body {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .page-mailingaddress .right-body {
    width: 650px;
  }
}
.page-mailingaddress .right-body .heading {
  background-color: #404040;
  border-radius: 10px 10px 0 0;
  padding: 15px 20px;
  color: #FFF;
  font-size: 18px;
  -webkit-box-shadow: 1px 1px 1px 0 #999999 inset;
  -moz-box-shadow: 1px 1px 1px 0 #999999 inset;
  box-shadow: 1px 1px 1px 0 #999999 inset;
  border-bottom: 2px solid #313131;
}
.page-mailingaddress .right-body .main {
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  border: 1px solid #CCC;
  border-top: none;
}
.page-mailingaddress .right-body .main hr {
  margin: 8px auto 16px;
  width: 98%;
}
.page-mailingaddress .right-body .main div.row input {
  display: inline-block;
  margin-bottom: 16px;
  width: 92%;
}
.page-mailingaddress .right-body .main div.row .invalid {
  margin-bottom: 16px;
  margin-top: -14px;
  width: 92%;
}
.page-mailingaddress .right-body .main .submit-mailing-address {
  background-color: #F8F8F8;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #CCC;
  padding: 20px;
}
/* Photos Page */
.page-photo {
  min-height: 920px;
  padding-top: 90px;
}
.page-photo .comments {
  background-color: #F8F8F8;
  border: 1px solid #CCC;
  margin: 16px auto 0 auto;
  max-width: 500px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.page-photo .comments:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: #F8F8F8 transparent;
  display: block;
  margin: -9px 0 0 -9px;
  width: 0;
}
.page-photo .comments:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border-width: 0 11px 11px;
  border-style: solid;
  border-color: #CCC transparent;
  display: block;
  margin: -11px 0 0 -11px;
  width: 0;
}
.page-photo .comments .comment {
  width: 100%;
}
.page-photo .comments .comment > input {
  border-radius: 0;
  display: inline-block;
  width: 74%;
}
.page-photo .comments .comment > button {
  border-radius: 0;
  display: inline-block;
  margin-left: -4px;
  padding: 6px;
  width: 25%;
}
.page-photo .comments ol {
  list-style-type: none;
  margin: 8px;
  padding: 0px;
}
.page-photo .comments ol > li {
  padding-bottom: 6px;
}
.page-photo .comments ol > li:last-child {
  padding-bottom: 0;
}
.page-photo .comments .show-all {
  cursor: pointer;
  font-size: 14px;
}
.page-photo .comments .show-all > i.fa {
  font-weight: bold;
}
.page-photo .comments .working {
  font-size: 36px;
  margin: 24px;
  text-align: center;
}
.page-photo #photos {
  width: 650px;
  margin: 0 auto;
}
.page-photo #photos .photo-container .photo.item {
  background-color: #F8F8F8;
  border: 1px solid #DDD;
  border-radius: 4px;
}
.page-photo #photos .photo-container .photo.item img {
  border-radius: 4px 4px 0 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page-photo #photos .photo-container .photo.item .caption {
  background-color: #FFF;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #DDD;
  padding: 8px;
}
.page-photo #photos .photo-container .photo.item .caption > strong {
  display: block;
  font-size: 16px;
}
.page-photo #photos .photo-container .photo.item .caption > div {
  font-size: 14px;
}
.page-photo .photo {
  background-color: white;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.page-photo .photo img {
  border-radius: 5px 5px 0 0;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}
.page-photo .photo .photo-title {
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.page-photo .photo .photo-description {
  padding: 5px;
  padding-bottom: 10px;
  text-align: center;
}
.page-photo .owl-item {
  text-align: center;
}
.page-photo .owl-wrapper .owl-item {
  text-align: center;
}
.page-photo .owl-theme .owl-controls .owl-nav div {
  position: absolute;
  color: #336699;
  font-size: 72px;
  background: none;
  opacity: 0.7;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -36px;
}
.page-photo .owl-theme .owl-controls .owl-nav .owl-prev {
  left: -45px;
  top: 50%;
}
.page-photo .owl-theme .owl-controls .owl-nav .owl-next {
  right: -45px;
  top: 50%;
}
.page-photo .owl-theme .owl-controls {
  margin: 0;
}
.page-photo .owl-theme .owl-controls .owl-dot span {
  background: #FFFFFF;
  border: 1px solid #CCC;
  height: 14px;
  width: 14px;
}
.page-photo .owl-theme .owl-controls .owl-dot.active span {
  background: #336699;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
@media screen and (max-width: 767px) {
  .page-photo .owl-theme .owl-controls .owl-dots {
    display: none !important;
  }
}
/* Messaging Page */
.page-messaging #messaging {
  width: 650px;
  margin: 0 auto;
  min-height: 469px;
}
.page-messaging .heading {
  background-color: #404040;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 20px;
  color: #FFF;
  font-size: 18px;
  -webkit-box-shadow: 1px 1px 1px 0px #999999 inset;
  -moz-box-shadow: 1px 1px 1px 0px #999999 inset;
  box-shadow: 1px 1px 1px 0px #999999 inset;
  border-bottom: 2px solid #313131;
}
.page-messaging .main {
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #CCC;
  border-top: none;
}
.page-messaging .main .message {
  margin-bottom: 15px;
}
.page-messaging .main .message .date {
  font-style: italic;
  padding-right: 10px;
}
.page-messaging .main .message .title {
  font-weight: bold;
}
.page-messaging .main .message .body {
  margin-bottom: 5px;
  padding-top: 3px;
  padding-left: 3px;
}
.page-messaging .main .conversation-list {
  height: 320px;
  overflow-y: scroll;
  padding: 20px;
}
.page-messaging .main .send-container {
  background-color: #F8F8F8;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
  border-top: 1px solid #CCC;
}
.page-messaging .main .send-container textarea {
  width: 100%;
  height: 90px;
  padding: 10px;
}
.page-messaging .main .send {
  position: relative;
  overflow: hidden;
}
.page-messaging .main .dropzone {
  padding: 15px 0;
}
.page-messaging .main .qq-upload-button,
.page-messaging .main .qq-upload-button-hover {
  display: inline;
  width: 75px;
  border: 0;
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  color: #6A91A3;
  box-shadow: none;
  float: none;
}
.page-messaging .main .send .qq-uploader {
  padding-left: 10px;
  padding-right: 10px;
}
.page-messaging .main .qq-uploader-minimize {
  min-height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.page-messaging .main .send .qq-upload-list li.qq-upload-success:last-child {
  margin-bottom: 10px;
}
.page-messaging .main .qq-upload-list li {
  border-radius: 5px;
  margin-top: 3px;
  background-color: #DFF3F6;
  line-height: normal;
  font-size: 13px;
  text-align: left;
}
.page-messaging .main .qq-upload-list li.qq-upload-success {
  background-color: #8DB3B7;
  color: #FFFFFF;
}
.page-messaging .main .qq-upload-list i {
  font-size: 16px;
  margin-right: 10px;
}
.page-messaging .main .qq-upload-size {
  color: #666;
}
.page-messaging .main .qq-progress-bar {
  margin-top: 3px;
  height: 3px;
}
.page-messaging .main .qq-upload-drop-area-active {
  background-color: #F0FAFF;
  border: initial;
  border-top: 1px solid #CCC;
  box-shadow: none;
}
.page-messaging .main .qq-upload-file {
  display: inline;
}
.page-messaging .main .fa-times-circle {
  color: white;
  font-size: 16px;
}
.page-messaging .main .file {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
}
.page-messaging .main .file a {
  color: #999999;
}
/* Notification Bar */
.notificationbar {
  padding: 5px 20px 5px 45px;
  background-color: #2E2E2E;
  color: white;
}
.notificationbar a span {
  color: white;
  font-size: 14px;
  padding-top: 1px;
}
.notificationbar a:hover {
  color: #83C6D7;
}
.notificationbar .fa-rss {
  color: red;
  font-size: 14px;
  margin-right: 12px;
}
/* Messaging Page */
.page-survey #survey {
  width: 650px;
  margin: 0 auto;
}
.page-survey #survey .heading {
  background-color: #404040;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
  color: #FFF;
  font-size: 18px;
  -webkit-box-shadow: 1px 1px 1px 0 #999999 inset;
  -moz-box-shadow: 1px 1px 1px 0 #999999 inset;
  box-shadow: 1px 1px 1px 0 #999999 inset;
  border-bottom: 2px solid #313131;
}
.page-survey #survey .main {
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  border: 1px solid #CCC;
  border-top: none;
  padding-top: 10px;
}
.page-survey #survey .submit-survey {
  background-color: #F8F8F8;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #CCC;
  padding: 20px;
}
.page-survey #survey .guest {
  padding: 15px 5px;
}
.page-survey #survey .guest:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.page-survey #survey .guest .name {
  font-size: 20px;
}
.page-survey #survey .guest .question {
  margin-bottom: 5px;
}
.page-survey #survey .guest .question label {
  margin-left: 5px;
  margin-right: 15px;
}
.page-survey #survey .guest .question ul {
  list-style-type: none;
  padding-left: 15px;
  padding-top: 5px;
}
.page-survey #survey .guest .question ul li {
  white-space: nowrap;
}
.page-survey #survey .guest .question ul li input {
  vertical-align: top;
}
.page-survey #survey .guest .question ul li label {
  white-space: normal;
}
.page-survey #survey .guest .question-L textarea {
  margin-top: 10px;
}
.page-survey #survey .guest .question-S select {
  margin-top: 10px;
}
.page-survey #survey .guest .question-T input {
  margin-top: 10px;
}
/* Form Customizations */
.form-display {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  margin: 4px 0;
  padding: 4px 8px;
}
/* Mobile screen size changes */
@media only screen and (max-width: 1199px) {
  /* Styles */
  .page-rsvp .left-card {
    display: none;
  }
  .page-share .left-card {
    display: none;
  }
}
@media only screen and (max-device-width: 960px) {
  /*fixes too big font in mobile Safari http://www.freepx.net/blog/how-to-stop-font-resizing-on-iphone-without-affecting-zooming-in-safariwebkit/*/
  html {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (max-width: 685px) {
  /* Styles */
  .page-rsvp .right-body {
    width: 100%;
  }
  .page-photo #photos {
    width: 100%;
  }
  .page-messaging #messaging {
    width: 100%;
    min-height: 0;
  }
  .page-survey #survey {
    width: 100%;
    min-height: 0;
  }
}
/* Mobile Media Styles----------- */
@media screen and (max-width: 480px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .cover {
    background-attachment: unset;
    min-height: 640px;
  }
  .main-menu {
    display: none;
  }
  .footer .logo {
    float: none;
  }
  .page {
    padding-top: 110px;
  }
  .page-photo .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
  .store {
    width: 100%;
  }
  .main-menu-mobile .status-menu {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .page-messaging .main .send .btn-custom {
    width: 100%;
  }
  .page-survey .main .submit-survey .btn-custom {
    width: 100%!important;
  }
}
