@font-face {
  font-family: 'altastgreeting';
  src: url(fonts/altastgreeting.ttf) format("truetype"); }

@font-face {
  font-family: 'JasmineReminiscentse';
  src: url(fonts/JasmineReminiscentse.ttf) format("truetype"); }

@font-face {
  font-family: 'ChampagneLimousines';
  src: url(fonts/ChampagneLimousines.ttf) format("truetype"); }

@font-face {
  font-family: 'StylishCalligraphy';
  src: url(fonts/StylishCalligraphy.ttf) format("truetype"); }

body {
  background-color: #C8A2C8;
  background: url("/images/background.jpg") no-repeat;
  background-size: cover; }

.container {
  margin-top: 0; }

.header-wrapper {
  margin-top: 74px; }

.purple_bg {
  background-color: #C8A2C8;
  z-index: 777777;
  margin-top: 56px;
  height: 186px;
  width: 100%;
  overflow: hidden; }

.logo_sec {
  font-family: "altastgreeting", Arial;
  color: #000;
  margin: 0px auto 0px auto;
  font-size: 43px; }
  .logo_sec .weddingDate {
    font-size: 35px;
    margin-top: -10px;
    color: #fff; }
  .logo_sec .siteHeader i {
    color: #FFEBC8;
    padding: 0 15px 0 29px; }
  .logo_sec .middle_heart {
    width: 138px;
    height: 73px;
    margin: 0 auto;
    position: relative;
    color: #FFEBC8; }

.menu_nav ul.arrowunderline li:hover {
  color: #C8A2C8;
  cursor: pointer; }

.menu_nav ul.arrowunderline li#selected {
  color: #C8A2C8; }

.card-pattern {
  padding-bottom: 0; }

#home.sub_page {
  width: 100%;
  position: relative; }

.tiffPhil {
  font-family: "JasmineReminiscentse";
  position: absolute;
  font-size: 5vw;
  width: 100%;
  background: rgba(1, 1, 1, 0.3);
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 27%; }

.hash {
  font-family: 'StylishCalligraphy';
  font-size: 44px; }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .card-pattern {
    width: 100%; }
  #content {
    width: 100%; } }

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .card-pattern {
    width: 100%; }
  #content {
    width: 100%; } }

@media only screen and (max-width: 479px) {
  .card-pattern {
    width: 100%; }
  #content {
    width: 100%; } }

.sectionIntroText {
  padding: 37px 0 0 0;
  font-size: 57px;
  text-align: center;
  color: #C5AE87;
  font-family: "JasmineReminiscentse"; }

.aboutCards {
  padding: 50px 0; }
  .aboutCards .aboutInd {
    display: block;
    margin: 21px auto 0 auto; }

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49; }

header h1 {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem; }

@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px; }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem; } }

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: hidden; }

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed; }

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px; } }

.cd-timeline-block {
  position: relative;
  margin: 2em 0; }

.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table; }

.cd-timeline-block:first-child {
  margin-top: 0; }

.cd-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; } }

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

.cd-timeline-img.cd-picture {
  background: #75ce66; }

.cd-timeline-img.cd-movie {
  background: #c03b44; }

.cd-timeline-img.cd-location {
  background: #f0ca45; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed; }

.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table; }

.cd-timeline-content h2 {
  color: #303e49; }

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 1.3rem; }

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block; }

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em; }

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb; }

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7; }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff; }

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1.3rem; }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem; } }

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%; }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff; }
  .cd-timeline-content .cd-read-more {
    float: left; }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1.5rem; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right; }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; } }

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

#about .accordian {
  width: 705px;
  height: 333px;
  overflow: hidden;
  margin: 100px auto;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0px 8px 6px -6px black; }

#about .accordian li {
  position: relative;
  display: block;
  width: 140px;
  float: left;
  border-left: 1px solid #888;
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }

#about .accordian ul:hover li {
  width: 50px; }

#about .accordian ul li:hover {
  width: 500px; }

#about .accordian li img {
  display: block;
  max-width: 500px; }

#about .image_title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px; }

#about .image_title a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px; }

#wedding {
  padding-bottom: 100px; }
  #wedding .animation {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #wedding .wrapper {
    width: 80%;
    padding: 4%;
    margin: 20px auto;
    background: #fff; }
  #wedding .wrapper.cards {
    background: 0;
    width: 88%;
    padding: 20px 0 0 0; }
  #wedding .container {
    position: relative;
    float: left;
    height: 260px;
    clear: none;
    /* Set the depth of the elements */
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px; }
  #wedding .container:first-child {
    margin-left: 0; }
  #wedding .weddingCard {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    /* Set the transition effects */
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  #wedding .weddingCard.flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  #wedding .weddingCard .front,
  #wedding .weddingCard .back {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 260px;
    color: white;
    text-align: center;
    font-size: 4em;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25); }
  #wedding .weddingCard .back {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 16px;
    text-align: left;
    line-height: 25px; }
  #wedding .formItem:first-child {
    margin-top: 20px; }
  #wedding .weddingCard .back label {
    display: inline-block;
    width: 70px;
    text-align: left; }
  #wedding .weddingCard .front {
    background: #096AA3; }
  #wedding .weddingCard .back {
    background: #03446A;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  #wedding .container:first-child .weddingCard .front {
    background: #228653; }
  #wedding .container:first-child .weddingCard .back {
    background: #007539; }
  #wedding .cardTitle {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0; }
  #wedding .content {
    padding: 4%;
    font-weight: 100;
    text-align: left; }
  #wedding button.btnSend {
    display: inline-block;
    min-width: 100px;
    padding: 3px 5px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #03446A;
    background: #fff;
    border: 0;
    border-radius: 0; }
  #wedding .card-title {
    text-align: center; }

#accommodation .accom {
  border: 4px solid #bebebe;
  margin-top: 33px;
  margin-bottom: 30px;
  padding: 25px 25px;
  font-size: 22px; }

#accommodation ul.amemntites {
  font-family: inherit; }

#accommodation .amemntites li {
  list-style-type: disc;
  margin-left: 38px; }

#accommodation .travelagent {
  text-align: center; }

#accommodation .travel-dates {
  list-style-type: disc;
  margin-left: 36px;
  margin-top: -19px; }

.paradisus {
  margin: 0 auto; }

#clockdiv {
  font-family: 'StylishCalligraphy';
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 2em;
  position: absolute;
  top: 70%; }

#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  display: inline-block; }

#clockdiv div > span {
  border-radius: 3px;
  display: inline-block;
  font-size: 3vw; }

.smalltext {
  margin-top: -25px;
  font-family: 'JasmineReminiscentse';
  font-size: 47px; }

#gift {
  padding-bottom: 100px; }
  #gift .heading {
    font-family: "Lato",Helvetica,Arial,sans-serif; }
  #gift h6 {
    font-size: 1.4rem; }
  #gift .register {
    font-family: 'ChampagneLimousines'; }

#portfolio-list .adipoli-before {
  opacity: 1 !important; }

#portfolio-list img {
  width: auto;
  height: auto; }

#parents h1 {
  color: #EEE;
  text-shadow: -1px -2px 3px rgba(17, 17, 17, 0.3);
  text-align: center;
  font-family: "Monsterrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 80px;
  padding-top: 5%; }

#parents h1 underline {
  border-top: 5px solid rgba(200, 162, 200, 0.3);
  border-bottom: 5px solid rgba(200, 162, 200, 0.3); }

#parents h3 {
  margin-left: 16px;
  font-family: "Lato", sans-serif;
  width: 63%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 50px 0; }

#parents .box1 {
  position: relative;
  background: url("/images/parentsbg1.png") no-repeat top right;
  padding: 53px 45px 70px 40px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden; }

#parents .box1:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/images/parentsbg2.png") no-repeat bottom left;
  width: 130px;
  height: 130px; }

#parents .box1 p {
  font-family: 'ChampagneLimousines';
  font-size: 21px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 14px;
  padding: 0 60px; }

#parents .card-text {
  text-align: center;
  font-size: 1.5rem; }

#features {
  /*  SELECTION
-------------------*/
  /* === Links Styles === */
  /*	Layout
=======================*/
  /*  list style
=============================*/
  /*	Simple animation
=======================*/
  /*	Keyframes
==============*/
  /* moz */
  /* o */
  /* ms */
  /* Large desktop */
  /* Portrait tablet to landscape and desktop */
  /* Landscape phone to portrait tablet */
  /* Landscape phones and down */ }
  #features .gallery_item_full p {
    position: absolute;
    top: 25%; }
  #features ::selection {
    background: #999;
    color: #fff; }
  #features ::-moz-selection {
    background: #999;
    color: #fff; }
  #features a {
    text-decoration: underline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  #features .wrapper {
    margin: 5% auto;
    display: block;
    width: 96%;
    height: 100%;
    padding: 0; }
  #features .wrapper:before {
    content: "";
    display: table; }
  #features .wrapper_inner {
    padding: 0.2em;
    margin: 0; }
  #features .gallery_item {
    width: 24.59%;
    display: inline-block;
    margin: 0 auto;
    margin-right: 0.25em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    background: #FFF;
    border: 1px solid #F3F0F0;
    position: relative;
    -webkit-box-shadow: 0 1px 2px #AFAFAF;
    -moz-box-shadow: 0 1px 2px #AFAFAF;
    box-shadow: 0 1px 2px #AFAFAF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  #features .gallery_item_preview {
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #features .gallery_item_preview h3 {
      padding-top: 14px; }
  #features .gallery_item_preview a {
    position: relative;
    display: inline-block;
    padding: 0;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #features .gallery_item_preview a:hover {
    color: #777;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #features .gallery_item_preview a svg.gallery_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    stroke: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #features .gallery_item_preview a:hover svg.gallery_top {
    top: -10em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #features .gallery_hide_top {
    top: -10em !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #features .gallery_item_preview a:before {
    content: "Click to view";
    position: absolute;
    top: 0.22em;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.99);
    color: #F57171;
    padding: 0.2em 0.3em; }
  #features .gallery_item_preview a:hover:before {
    left: 0.5em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  #features .gallery_item_preview a h3 {
    font-family: 'ChampagneLimousines';
    padding-left: 14px; }
  #features .gallery_item_preview a img {
    display: block;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #features .gallery_item_full {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 100;
    overflow: hidden; }
  #features .gallery_item_full img {
    display: block;
    width: 100%; }
  #features .box {
    margin: auto;
    background: #FFF;
    padding: 2em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: 50%;
    text-align: left;
    border: 1px solid #DADADA; }
  #features .box h3 {
    font-family: 'Leckerli One', cursive;
    color: #F88484; }
  #features .cl {
    position: absolute;
    top: 2.0em;
    color: #777;
    text-decoration: none;
    display: inline-block;
    font-size: 2em; }
  #features .cl:hover {
    color: #C8A2C8; }
  #features .icon_list {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0.5em;
    text-decoration: none;
    line-height: 0.4em;
    background: #FFF;
    color: #838383;
    border: 1px solid #C2C2C2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    right: 0.3em;
    top: 0.3em;
    word-break: break-all;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #features .icon_list:hover {
    background: #f55;
    color: #fff;
    border-color: #f11;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #features .icon_list_open {
    background: #f55 !important;
    color: #fff !important; }
  #features .gallery_item_list {
    float: none !important;
    display: block !important;
    width: 50%;
    margin: auto;
    margin-top: 0.5em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #features .gallery_line {
    width: 130px !important;
    height: 100px !important;
    display: inline-block !important;
    float: left !important;
    margin-right: 1em !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #features .efIn {
    -webkit-animation: fx_in 0.65s 1 ease-in-out;
    -moz-animation: fx_in 0.65s 1 ease-in-out;
    -ms-animation: fx_in 0.65s 1 ease-in-out;
    -o-animation: fx_in 0.65s 1 ease-in-out;
    animation: fx_in 0.65s 1 ease-in-out; }
  #features .efOut {
    -webkit-animation: fx_out 0.7s 1 ease-in-out;
    -moz-animation: fx_out 0.7s 1 ease-in-out;
    -ms-animation: fx_out 0.7s 1 ease-in-out;
    -o-animation: fx_out 0.7s 1 ease-in-out;
    animation: fx_out 0.7s 1 ease-in-out; }

@-webkit-keyframes fx_in {
  from {
    width: 0;
    height: 0;
    -webkit-border-radius: 100%;
    opacity: 0; }
  50% {
    -webkit-box-shadow: inset 0 0 0 0  #fff; }
  to {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    opacity: 1; } }

@-webkit-keyframes fx_out {
  from {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    opacity: 1; }
  50% {
    -webkit-box-shadow: inset 0 0 0 80em  #fff; }
  to {
    width: 0;
    height: 0;
    -webkit-border-radius: 100%;
    opacity: 0; } }

@-moz-keyframes fx_in {
  from {
    width: 0;
    height: 0;
    -moz-border-radius: 100%;
    opacity: 0; }
  50% {
    -moz-box-shadow: inset 0 0 0 0  #fff; }
  to {
    width: 100%;
    height: 100%;
    -moz-border-radius: 0;
    opacity: 1; } }

@-moz-keyframes fx_out {
  from {
    width: 100%;
    height: 100%;
    -moz-border-radius: 0;
    -moz-box-shadow: inset 0 0 0 0 #fff;
    opacity: 1; }
  50% {
    -moz-box-shadow: inset 0 0 0 80em  #fff; }
  to {
    width: 0;
    height: 0;
    -moz-border-radius: 100%;
    opacity: 0; } }

@-o-keyframes fx_in {
  from {
    width: 0;
    height: 0;
    -o-border-radius: 100%;
    opacity: 0; }
  50% {
    -o-box-shadow: inset 0 0 0 0  #fff; }
  to {
    width: 100%;
    height: 100%;
    -o-border-radius: 0;
    opacity: 1; } }

@-o-keyframes fx_out {
  from {
    width: 100%;
    height: 100%;
    -o-border-radius: 0;
    -o-box-shadow: inset 0 0 0 0 #fff;
    opacity: 1; }
  50% {
    -o-box-shadow: inset 0 0 0 80em  #fff; }
  to {
    width: 0;
    height: 0;
    -o-border-radius: 100%;
    opacity: 0; } }

@-ms-keyframes fx_in {
  #features from {
    width: 0;
    height: 0;
    -ms-border-radius: 100%;
    opacity: 0; }
  #features 50% {
    -ms-box-shadow: inset 0 0 0 0  #fff; }
  #features to {
    width: 100%;
    height: 100%;
    -ms-border-radius: 0;
    opacity: 1; } }

@-ms-keyframes fx_out {
  #features from {
    width: 100%;
    height: 100%;
    -ms-border-radius: 0;
    -ms-box-shadow: inset 0 0 0 0 #fff;
    opacity: 1; }
  #features 50% {
    -ms-box-shadow: inset 0 0 0 80em  #fff; }
  #features to {
    width: 0;
    height: 0;
    -ms-border-radius: 100%;
    opacity: 0; } }

@keyframes fx_in {
  from {
    width: 0;
    height: 0;
    border-radius: 100%;
    opacity: 0; }
  50% {
    box-shadow: inset 0 0 0 0  #fff; }
  to {
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1; } }

@keyframes fx_out {
  from {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 #fff;
    opacity: 1; }
  50% {
    box-shadow: inset 0 0 0 80em  #fff; }
  to {
    width: 0;
    height: 0;
    border-radius: 100%;
    opacity: 0; } }
  @media (min-width: 980px) {
    #features .gallery_item_list {
      width: 50% !important; }
    #features .gallery_item {
      width: 30.45%; }
    #features .box {
      width: 60%;
      max-height: 550px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #features .gallery_item_list {
      width: 60% !important; }
    #features .gallery_item {
      width: 32.83%; }
    #features .box {
      width: 70%;
      max-height: 550px; } }
  @media (max-width: 767px) {
    #features .gallery_item_list {
      width: 70% !important; }
    #features .gallery_item {
      width: 55.3%; }
    #features .gallery_item_preview a img {
      height: 180px; }
    #features .box {
      margin: auto;
      padding: 4em 1em 1em 1em;
      width: 80%;
      height: 90%; }
    #features .cl {
      top: 2em;
      right: 3.5em; } }
  @media (max-width: 480px) {
    #features .gallery_item_list {
      width: 100% !important; }
    #features .gallery_item {
      width: 100%; }
    #features .box {
      background: #F8F8F8;
      padding: 4em 1em 1em 1em;
      width: 100%;
      height: auto; }
    #features .cl {
      top: 4em;
      right: 0.5em; }
    #features .gallery_item_list {
      width: 100% !important; } }
  #features .topParty {
    font-size: 27px; }
  #features .maidofhonor {
    margin-top: 68px; }
  #features .eric {
    padding: 0 33px; }
  #features .mindy {
    margin-left: 19px; }
  #features .subparty {
    color: #C8A2C8;
    font-size: 1.3rem; }

#contact .top {
  height: 137px;
  margin: 0;
  padding: 0; }

#contact .form {
  width: 400px;
  background-color: #fff;
  margin: -110px auto;
  border-radius: 10px;
  color: #666;
  padding: 0px 0px; }

#contact .info {
  padding: 10px; }

#contact h1, #contact h2, #contact p {
  text-align: center;
  padding: 0px;
  margin: 5px 5px; }

#contact h2 {
  font-family: 'Great Vibes', cursive;
  font-weight: 100; }

#contact p.line {
  margin: 0px auto 20px auto;
  color: #999; }

#contact .form input {
  font-size: 15px;
  color: #666;
  padding: 6px;
  margin: 25px auto 20px;
  display: block;
  width: 75%; }

#contact input:focus {
  outline: 0; }

#contact .button button {
  display: inline-block;
  width: 400px; }

#contact button {
  color: #666;
  background-color: #ffbdc7;
  border: none;
  font-family: 'Raleway';
  font-size: 18px;
  font-weight: 600;
  padding: 15px 32px;
  width: 200px;
  margin: 20px auto 0px auto;
  float: left; }

#contact button.accept {
  border-radius: 0px 0px 0px 10px;
  border-right: solid 1px #cc919a; }

#contact button.regret {
  border-radius: 0px 0px 10px 0px; }

#contact button:hover {
  background-color: #cc919a;
  transition: .5s; }

#contact button:focus {
  outline: 0; }

#contact h6 {
  font-size: 2rem; }

#contact .register {
  font-family: 'ChampagneLimousines'; }

#contact .hashtag {
  font-size: 42px;
  padding: 46px 0;
  color: #000; }
