html {
  background: url('../img/kiss.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: scroll;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/kiss.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/kiss.jpg', sizingMethod='scale')";
}

body {
  background: none;
}

footer > p {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  margin-top: 50px;
}

.container {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
  background-color: rgba(255,255,255,0.8);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-animation: showContainer 1.0s both ease-in;
  -moz-animation: showContainer 1.0s both ease-in;
  animation: showContainer 1.0s both ease-in;
  animation-delay: 1.0s;
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
}

@-webkit-keyframes showContainer {
  from { opacity: 0.0; }
	to { opacity: 1.0; }
}
@-moz-keyframes showContainer {
  from { opacity: 0.0; }
	to { opacity: 1.0; }
}
@keyframes showContainer {
  from { opacity: 0.0; }
	to { opacity: 1.0; }
}

.big-img {
  width: 670px;
  margin: 20px 0;
}
#main-content .item {
  margin-left: 20px;
  margin-right: 10px;
}

#main-content h4 {
  margin-top: 30px;
}

#main-nav {
  font-family: "Trajan Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 60px;
  z-index: 1000;
}

#main-nav > .nav {
  margin-left: 20px;
}

#map-canvas {
  width: 100%;
  height: 100%;
  
}

#map-container {
  display: inline;
  float: right;
  margin: 0 20px 20px 20px;
  width: 352px;
  height: 260px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#map-canvas img {
  max-width: none;
}

#main-content .wedding-location p {
  margin-left: 0;
}


#gallery {
  
}


#modal-gallery a {
  color: #000;
  cursor: pointer;
}

#modal-gallery a:hover,
#modal-gallery a:focus {
  text-decoration: none;
}

#modal-gallery .modal-slideshow {
  margin: 0 20px;
}

#modal-gallery .modal-prev {
  
}


#modal-gallery .modal-footer {
  padding-top: 0;
  -webkit-border-radius: 0
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 #000;
     -moz-box-shadow: inset 0 1px 0 #000;
          box-shadow: inset 0 1px 0 #000;
}

#modal-gallery .modal-header,
#modal-gallery .modal-footer,
#modal-gallery .modal-body,
#modal-gallery .modal {
  border: 0;
  background-color: #000;
  text-align: left;
  overflow: hidden;
  width: 800px;
}

.modal-gallery-thumbnails {
  height: 72px;
  max-height: 72px;
  overflow: hidden;
}



.modal-gallery-thumbnails img {
  width: 72px;
  height: 72px;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  -webkit-transition: opacity 1s ease-in-out;
     -moz-transition: opacity 1s ease-in-out;
      -ms-transition: opacity 1s ease-in-out;
       -o-transition: opacity 1s ease-in-out;
          transition: opacity 1s ease-in-out;
  
}

.modal-gallery-thumbnails .active,
.modal-gallery-thumbnails img:hover,
.modal-gallery-thumbnails img:focus {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.modal-gallery-thumbnails .active {
  width: 80px;
  height: 80px;
}

.modal-gallery-controls {
  text-align: center;
  margin: 0 auto 10px;
}



#modal-gallery  .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

#modal-gallery .close:hover,
#modal-gallery .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

#modal-gallery {
  color: #fff;
}

.gallery-links {
  visibility: hidden;
  height: 0px;
}


.nav > li {
  color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav > li:hover,
.nav > li:focus {
  text-decoration: none;
  color: #0088cc;
  background-color: transparent;
  cursor: pointer;
}

.nav-list > .active,
.nav-list > .active:hover,
.nav-list > .active:focus {
  color: #0088cc;
  background-color: transparent;
}


.modal-gallery .modal-image {
  width: 770px;
  height: 500px;
  
}


#modal-create-gallery {
  width: 830px;
  margin-left: -415px;
}

#modal-create-gallery-images {
  height: 400px;
}

#modal-create-gallery .row {
  margin-left: 0px;
  margin-right: 0px;
}

.thumbnail-clipper {
  overflow: hidden;
  height: 98px;
}


.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.preview-img {
  width: 130px;
  height: 98px;
  margin-bottom: -5px;
}

.remove-image {
  position: relative;
  float: right;
  margin-top: -18px;
  top: 9px;
  right: -9px;
  width: 14px;
  height: 14px;
  border-width: 2px;
  border-style: solid;
  border-color: #444;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  z-index: 3;
  border-radius: 16px;
  background-color: #fff;
  display: none;
}

.img-avatar {
  width: 210px;
  margin-right: 10px; 
  margin-left: 10px;
}

.img-avatar img {
  width: 200px;
  height: 150px;
  padding-bottom: 30px;
  margin: 0px;
}

.img-avatar h5 {
  width: 100%;
  margin-top: -25px;
  margin-left: 1px;
  text-align: center;
  font-family: 'Great Vibes', Helvetica, sans-serif;
  font-size: 18pt;
}

.introduction {
  margin-bottom: 30px;
  width: 100%;
  clear: both;
}

.rotate5 {
  transform: rotate(5deg);
  -ms-transform: rotate(5deg); /* IE 9 */
  -webkit-transform: rotate(5deg); /* Safari and Chrome */
}


.registration-form  .control-group{
  margin-left: -100px;
}

.registration-form  input, .registration-form  textarea{
  width: 400px;
}

.red {
  color: red;
}

#contact .contact-details {
  margin-top: -5px;
}

#contact .contact-details dt {
  text-align: left;
  width: 80px;
  font-weight: normal;
}

#contact .contact-details dd {
  margin-left: 100px;
}

.img-inline {
  display: inline;
  margin: 0 20px 20px 20px;
  float: right;
}

