@font-face {
  font-family: 'Lavanderia-Sturdy';
  src: url("../../fonts/Lavanderia-Sturdy.eot");
  src: url("../../fonts/Lavanderia-Sturdy.eot?#iefix") format("embedded-opentype"), url("../../fonts/Lavanderia-Sturdy.svg#Lavanderia-Sturdy") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  width: 100%;
  height: 100%;
  font-family: "Catamaran","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: white;
  background-color: #141414;
  background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/otis_redding.png") repeat; }

html {
  width: 100%;
  height: 100%; }

*:focus {
  outline: none; }

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 25px 0;
  text-transform: uppercase;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 1px; }

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    p {
      margin: 0 0 35px;
      font-size: 20px;
      line-height: 1.6; } }

a {
  color: #94FBE7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover,
  a:focus {
    text-decoration: none;
    color: #32f7d1; }

a.pointer {
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #999 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #999 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999 !important; }

:-ms-input-placeholder {
  color: #999 !important; }

.light {
  font-weight: 400; }

.purple {
  background-color: #9696FE;
  border: 0px solid; }

.mint-border {
  border: 10px solid #94FBE7; }

.purple2-border {
  border: 10px solid #ACACFE; }

.mint {
  background-color: #94FBE7; }

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid #9696fe;
  text-transform: uppercase;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: black; }
  .navbar-custom .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: white; }
    .navbar-custom .navbar-toggle:focus,
    .navbar-custom .navbar-toggle:active {
      outline: none; }
  .navbar-custom .navbar-brand {
    font-weight: 700; }
    .navbar-custom .navbar-brand:focus {
      outline: none; }
  .navbar-custom a {
    color: white; }
  .navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    .navbar-custom .nav li a:hover {
      color: rgba(255, 255, 255, 0.8);
      outline: none;
      background-color: transparent; }
    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li a:active {
      outline: none;
      background-color: transparent; }
  .navbar-custom .nav li.active {
    outline: none; }
    .navbar-custom .nav li.active a {
      background-color: rgba(150, 150, 254, 0.3); }
      .navbar-custom .nav li.active a:hover {
        color: white; }
  @media (min-width: 768px) {
    .navbar-custom {
      padding: 20px 0;
      border-bottom: none;
      letter-spacing: 1px;
      background: transparent;
      -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
      -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
      transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; }
      .navbar-custom.top-nav-collapse {
        padding: 0;
        background: black;
        border-bottom: 1px solid #9696fe; } }

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/background.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: 15%; }
  .intro .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .intro .intro-body div #countdown {
      margin-top: -23%;
      font-size: 180%;
      font-family: 'Poppins', sans-serif;
      font-weight: 300; }
    .intro .intro-body img {
      width: 100%; }
    .intro .intro-body .brand-heading {
      font-size: 100px;
      font-family: "Lavanderia-Sturdy", serif;
      text-transform: capitalize;
      text-shadow: 4px 5px 0px #ACACFE;
      color: #94FBE7; }
    .intro .intro-body .intro-text {
      font-size: 18px;
      font-family: "Pacifico", serif; }
  @media (min-width: 768px) {
    .intro {
      height: 100%;
      padding: 0; }
      .intro .intro-body .emblem div #countdown {
        margin-top: -20%; }
      .intro .intro-body img {
        width: 100%; }
      .intro .intro-body .brand-heading {
        font-size: 100px; }
      .intro .intro-body .intro-text {
        font-size: 26px; } }

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  .btn-circle:hover,
  .btn-circle:focus {
    outline: none;
    color: white;
    background: rgba(255, 255, 255, 0.1); }
  .btn-circle i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; }
  .btn-circle:hover i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  from {
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }

#news {
  border-top: 2px solid rgba(20, 20, 20, 0.4);
  border-bottom: 2px solid rgba(20, 20, 20, 0.4);
  background: url(../img/news.jpg) no-repeat center center scroll;
  background-attachment: fixed;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

.email-input {
  text-transform: uppercase;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border: 1px solid #94FBE7;
  outline: none;
  color: black;
  background-color: #94FBE7; }

.email-input::-webkit-input-placeholder {
  color: white; }

#registry .container {
  background-color: rgba(150, 150, 254, 0.9); }

.vendor span {
  display: block;
  height: 100px;
  margin: 25px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .vendor span:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }

.bbb {
  background: url(../img/bbb.png) no-repeat center center scroll; }

.mr {
  background: url(../img/mr.png) no-repeat center center scroll; }

.zola {
  background: url(../img/zola.png) no-repeat center center scroll; }

.kohls {
  background: url(../img/kohls.png) no-repeat center center scroll; }

.background-section {
  width: 100%;
  padding: 150px 0;
  color: white; }

#registry .background-section {
  background: url(../img/muvico.jpg) no-repeat center center scroll;
  background-attachment: fixed;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

section.map .container {
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(150, 150, 254, 0.9);
  border-bottom: 1px solid rgba(150, 150, 254, 0.9); }

section.map .background-section {
  padding: 50px 0; }
  @media (min-width: 768px) {
    section.map .background-section {
      padding: 150px 0; } }

#accommodations {
  background: url(../img/theater.jpg) no-repeat bottom center scroll;
  background-attachment: fixed;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  #accommodations .col-lg-12 {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3); }
  #accommodations h2 {
    font-size: 1.5em; }
  @media (min-width: 767px) {
    #accommodations h2 {
      font-size: 30px; } }
  #accommodations img {
    padding: 20px; }

#map {
  width: 100%; }

@media (min-width: 767px) {
  .content-section {
    /*   padding-top: 250px; */ }
  .download-section {
    padding: 100px 0; }
  #map {
    height: 800px; } }

.map {
  position: relative; }

.switcher {
  z-index: 1;
  bottom: 10px;
  position: absolute;
  margin-left: -35px; }

.overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.navbar-slider {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: rgba(0, 0, 0, 0.6); }

.slider-prev, .slider-next {
  padding: 72px 0;
  cursor: pointer;
  display: none; }
  @media (min-width: 768px) {
    .slider-prev, .slider-next {
      display: block; } }

.rotate {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C compliant browsers */
  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand'); }

.ceremony .slide-left {
  background: url("../img/church.jpg") no-repeat bottom center scroll; }
  .ceremony .slide-left img {
    opacity: 0; }

.rehearsal .slide-left {
  background: url("../img/rehearsal.jpg") no-repeat bottom center scroll; }
  .rehearsal .slide-left img {
    opacity: 0; }

.reception .slide-left {
  background: url("../img/reception.jpg") no-repeat bottom center scroll; }
  .reception .slide-left img {
    opacity: 0; }

.btn {
  text-transform: uppercase;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0; }

.btn-default {
  border: 1px solid #94FBE7;
  outline: none;
  color: black;
  background-color: #94FBE7; }
  .btn-default:hover,
  .btn-default:focus {
    border: 1px solid white;
    color: white;
    background-color: #ACACFE;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

#rsvp {
  z-index: -3; }
  #rsvp .background-section {
    float: left;
    background: black;
    position: relative;
    z-index: 0;
    padding: 100px 0; }
    #rsvp .background-section .col-lg-4 {
      z-index: 3; }
      #rsvp .background-section .col-lg-4 .topBorder img {
        width: 100%; }
      #rsvp .background-section .col-lg-4 .bottomBorder img {
        width: 100%;
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV"; }
      #rsvp .background-section .col-lg-4 .formError {
        color: #eb0000;
        text-transform: none; }
      #rsvp .background-section .col-lg-4 form {
        padding: 0 10px; }
      #rsvp .background-section .col-lg-4 .rsvpInfo {
        display: none; }
      #rsvp .background-section .col-lg-4 #rsvpAttend {
        display: none; }
        #rsvp .background-section .col-lg-4 #rsvpAttend .form-group {
          font-size: 16pt; }
          #rsvp .background-section .col-lg-4 #rsvpAttend .form-group #attending {
            background: transparent;
            border: 0;
            border-bottom: 1px solid white;
            color: white;
            width: 10.666666%;
            text-align: center;
            float: left;
            font-size: 16pt;
            border-radius: 0;
            -webkit-animation: 1s blink step-end infinite;
            -moz-animation: 1s blink step-end infinite;
            -ms-animation: 1s blink step-end infinite;
            -o-animation: 1s blink step-end infinite;
            animation: 1s blink step-end infinite;
            padding-bottom: 10px; }
      #rsvp .background-section .col-lg-4 #rsvpFood {
        display: none; }
        #rsvp .background-section .col-lg-4 #rsvpFood #rsvpFoodForm {
          padding-bottom: 20px; }
      #rsvp .background-section .col-lg-4 #rsvpConfirm {
        display: none; }
        #rsvp .background-section .col-lg-4 #rsvpConfirm * {
          border: 0px; }
        #rsvp .background-section .col-lg-4 #rsvpConfirm td {
          text-align: right; }
      #rsvp .background-section .col-lg-4 #rsvpSent {
        display: none; }
      #rsvp .background-section .col-lg-4 #rsvpNoGo {
        display: none; }
  #rsvp .background-section:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("http://www.internet.com.uy/vibri/artefactos/found_objtcs/filmgrain.gif");
    width: 100%;
    height: 100%;
    opacity: .2;
    z-index: 1; }

footer {
  padding: 5px 0; }
  footer p {
    margin: 0; }

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: white; }

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: white; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
