
html,
body {
  height: 100%;
}
body {
  font-family: 'Montserrat', arial, sans-serif;
  color: #200808;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #bc1d10;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #90150b;
}
a:focus {
  text-decoration: none;
  color: #90150b;
  outline: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  font-size: 18px;
}
.btn .fa,
a.btn .fa,
.btn .glyphicon,
a.btn .glyphicon  {
  color: #fff;
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
}
a.btn-primary,
.btn-primary {
  background: #bc1d10;
  border: none;
  color: #fff;
  padding: 15px 45px;
  text-transform: uppercase;
}
a.btn-primary.active:hover,
.btn-primary.active:hover,
a.btn-primary.active:active,
.btn-primary.active:active,
a.btn-primary.active:focus,
.btn-primary.active:focus {
  background: #90150b;
  border: none;
  color: #fff;
  outline: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
a.btn-primary:hover,
.btn-primary:hover {
  background: #90150b;
  border: none;
  color: #fff;
  outline: none;
}
a.btn-primary:active,
.btn-primary:active {
  background: #90150b;
  border: none;
  color: #fff;
  outline: none;
}
a.btn-primary:focus,
.btn-primary:focus {
  background: #90150b;
  border: none;
  color: #fff;
  outline: none;
}
a.btn-primary.disabled,
.btn-primary.disabled {
  background: #4e4e4e;
  border: none;
  color: #fff;
  outline: none;
}
a.btn-primary.disabled:hover,
.btn-primary.disabled:hover {
  background: #2e2e2e;
  border: none;
  color: #fff;
  outline: none;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border-color: #eee;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.form-control:focus {
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.script {
  font-family: 'Satisfy', cursive;
  font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
label {
  color: #90150b;
}
.form-group {
  margin-bottom: 30px;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.text-highlight {
  color: #bc1d10;
}
#topcontrol {
  background: #bc1d10;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 30;
}
#topcontrol:hover {
  background: #f7c2b3;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
/* section genetic */
.title {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 90px;
}

#jukebox .title {
  margin-bottom: 20px;
}

.title .title-text {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.title-reversed {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
}
.title-reversed .title-deco-left {
  background: transparent url('../img/rose-left-white.svg') no-repeat left bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.title-reversed .title-deco-right {
  background: transparent url('../img/rose-right-white.svg') no-repeat right bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.title-deco-left {
  background: transparent url('../img/rose-left-red.svg') no-repeat left bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 75px;
  height: 86px;
  display: inline-block;
}
.title-deco-right {
  background: transparent url('../img/rose-right-red.svg') no-repeat right bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 75px;
  height: 86px;
  display: inline-block;
}
/* Animation delays */
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
/* ======= Header ======= */
.header {
  background: #200808;
  color: #fff;
}
/* ====== Nav ======= */
.navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 10px;
  background: none;
  position: relative;
  top: 7px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .toggle-title {
  display: inline-block;
  float: left;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}
.navbar-toggle .icon-bar-wrapper {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #bc1d10;
  height: 3px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.navbar-toggle:hover .icon-bar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-nav {
  display: inline-block;
}
.nav > li > a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  color: #fff;
  outline: none;
}
.nav > li.active > a {
  /*color: #bc1d10;*/
  color: #fff;
  font-weight: bold;
}
.navbar-header img {
  margin-top: 5px;
}
#navNotification {
  display: none; 
  padding: 10px 0px;
  height: 40px;
}
/* ======= Footer ======= */
.footer {
  /*background: #401a1a;*/
  background: #200808;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
.footer a {
  color: #bc1d10;
}
.footer a:hover {
  color: #ef8a6e;
}
.footer-content {
  padding: 30px 15px;
}
.credit {
  margin-top: 5px;
}
/* ======= Hero Section ======= */
.hero-section {
  margin-top: 55px;
  background: #262220 url('../img/hero-bg.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 900px;
  position: relative;
}
.curve-holder {
  display: block;
  background: transparent url('../img/curve-mask.svg') no-repeat 50% bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 120px;
  z-index: 10;
}
.btn-rsvp {
  position: relative;
  z-index: 20;
}
.hero-box {
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 1);
  /*padding: 30px;*/
  padding-top: 90px;
  padding-bottom: 60px;
  height: 900px;
}
.hero-box2 {
  background: rgba(255, 255, 255, 0.75);
  color: rgba(0, 0, 0, 1);
  padding: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 900px;
}

.hero-box2 .title {
  margin-bottom: 0px;
}

.hero-box2 .subtitle {
    font-size: 18px;
    font-weight: normal;
    color: #786b67;
    margin-bottom: 10px;
}

.hero-box .date {
  font-size: 28px;
  color: #fff;
  background: transparent url('../img/ribbon.svg') no-repeat center top;
  height: 126px;
  padding-top: 8px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.headline .names {
  font-size: 76px;
  margin-bottom: 20px;
}
.headline .statement {
  font-size: 36px;
  margin-bottom: 45px;
}
.headline .statement-text {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.headline .swirl-left {
  display: inline-block;
  background: transparent url('../img/swirl-left.svg') no-repeat left center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 34px;
  height: 39px;
}
.headline .swirl-right {
  display: inline-block;
  background: transparent url('../img/swirl-right.svg') no-repeat right center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 34px;
  height: 39px;
}
/* ======= Wedding Section ======= */
.wedding-section {
  padding-top: 50px;
}
.wedding-section .title {
  margin-bottom: 30px;
}
.wedding-section .love-icon {
  font-size: 32px;
  width: 55px;
  display: inline-block;
  color: #bc1d10;
  vertical-align: middle;
}
.wedding-section .cols-wrapper {
  margin-bottom: 45px;
}
.wedding-section .col-inner {
  padding: 60px 10px;
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 500px;
}
.wedding-section .subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}

.townhall-col .subtitle, .ceremony-col .subtitle {
  margin-bottom: 50px;
}

.reception-col .subtitle {
  margin-bottom: 12px;
}

.wedding-section .intro {
  margin-bottom: 30px;
  color: #786b67;
}
.wedding-section .meta-list {
  /*font-size: 16px;*/
  display: inline-block;
}
.wedding-section .meta-list li {
  margin-bottom: 15px;
}
.wedding-section .meta-list .list-link {
  padding-left: 55px;
  /*font-size: 16px;*/
  margin-bottom: 5px;
}
.wedding-section .action-wrapper {
  margin-bottom: 90px;
}

.wedding-section .btn-default {
    margin-top: 1px;
    color: #bc1d10;
    background-color: transparent;
    border-width: 0px;
    border-radius: 2px;
}

.countdown-box {
  /*margin-bottom: 60px;*/
}
.countdown-box-addendum {
  margin-bottom: 60px;
}
.countdown-box span {
  display: inline-block;
  margin-left: 5px;
  min-width: 100px;
  text-align: center;
  font-weight: normal;
}
.countdown-box span:first-child {
  margin-left: 0;
}
.countdown-box span.number {
  font-size: 38px;
  display: block;
  color: #99160b;
  font-weight: bold;
}
.countdown-box span.unit {
  font-size: 22px;
  display: block;
  color: #786b67;
}
.countdown-box-addendum span.unit {
  font-size: 22px;
  display: block;
  color: #786b67;
}



.map-container {
  height: 460px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px;
  border: 1px solid #eeeeee;
  font-family: arial sans-serif;
}
.map-container .note {
  margin-bottom: 5px;
  font-size: 16px;
}
.map-container .map-title {
  font-size: 24px;
}
/* ======= Party Section ======= */
.jukebox-section {
  /*background: #200808 url('../img/story-bg.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  padding-top: 60px;
  padding-bottom: 90px;
}
/* ======= Story Section ======= */
.story-section {
  background: #200808 url('../img/story-bg.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 90px;
}
.story-section .container {
  position: relative;
}
.story-box .title {
  margin-bottom: 60px;
}
.story-box .content-container {
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 20px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.story-carousel .item {
  min-height: 600px;
  padding: 15px;
}
.carousel-control {
  position: absolute;
  top: 50%; 
  z-index: 5;
  display: inline-block;
}
.story-carousel .item-title {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 15px;
  font-weight: bold;
}
.story-carousel .carousel-indicators {
  bottom: 0;
}
.story-carousel .carousel-indicators li {
  background: #a99f9c;
  border-color: #a99f9c;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.story-carousel .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #200808;
  border-color: #200808;
}
.story-carousel .love-icon {
  display: inline-block;
  margin-right: 10px;
}
.story-carousel .icon-jar {
  font-size: 40px;
}
.story-carousel .icon-glasses {
  font-size: 42px;
}
.story-carousel .icon-phone-alt {
  font-size: 36px;
}

/* ======= Gallery Section ======= */
.gallery-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5;
}
.gallery-section .title {
  margin-bottom: 30px;
}
.gallery-section .intro {
  margin-bottom: 60px;
  font-size: 16px;
  color: #786b67;
}
.gallery-section .intro .hashtag {
  font-family: 'Montserrat', arial, sans-serif;
}
.instafeed-wrapper {
  overflow: hidden;
}
.instagram-item {
  float: left;
  display: inline-block;
}
.btn-load-more {
  margin-top: 45px;
}
.nav-tabs {
  border: none;
  display: inline-block;
  margin: 0 auto;
  /*margin-bottom: 30px;*/
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.nav-tabs > li {
  margin-right: 15px;
}
.nav-tabs > li.last {
  margin-right: 0;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #786b67;
  padding: 5px;
  border: none;
  border-bottom: 4px solid transparent;
  font-size: 16px;
}
.nav-tabs > li > a:hover {
  background: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  color: #200808;
}
.nav-tabs > li.active > a {
  color: #200808;
  background: transparent;
  border: none;
  border-bottom: 4px solid #bc1d10;
  font-weight: bold;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 4px solid #bc1d10;
  background: transparent;
  color: #200808;
}
.tab-pane {
  padding: 15px;
}

.badge {
  font-weight: 500;
  color: #fff;
  background-color: #bc1d10;
}

.photos-wrapper {
  overflow: hidden;
}
.photos-wrapper .item {
  display: inline-block;
  width: 25%;
  float: left;
}
.photos-wrapper .item.w2 {
  width: 50%;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  border-color: #bc1d10;
  color: #bc1d10;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover {
  color: #f9d4ca;
}
.blueimp-gallery > .close {
  color: #bc1d10 !important;
}
/* ======= Gift Section ======= */
.gift-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.message-container {
  background: transparent url('../img/frame-red.png') no-repeat center top;
  min-height: 620px;
  position: relative;
  margin-bottom: 200px;
}
.message-container .intro {
  margin-bottom: 30px;
  color: #786b67;
}
.message-container .thank-you {
  font-size: 46px;
  color: #bc1d10;
  margin-bottom: 15px;
}
.message-container .signature {
  font-size: 28px;
  color: #786b67;
}
.message-inner {
  max-width: 600px;
  padding: 30px;
  padding-top: 100px;
}
.couple-profile {
  position: absolute;
  bottom: -120px;
  left: 50%;
  margin-left: -163px;
  width: 326px;
  height: 304px;
  background: transparent url('../img/heart-amp.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.brand-list li {
  padding: 0 30px;
  margin-bottom: 30px;
}
.brand-list li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.brand-list img {
  max-width: 160px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* ======= Comments Section ======= */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
  background: #fff;
}
.comments-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #bc1d10 url('../img/heart-pattern.png') repeat center top;
}
.comments-section .title {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold;
}
.comments-container {
  max-width: 760px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fb-comments {
  background: #fff;
}
/* ======= Modal ======= */
.modal .modal-dialog {
  width: 760px;
}
.modal .modal-title {
  font-weight: bold;
  font-size: 28px;
  padding-top: 26px;
}
.modal .modal-title .title {
  margin-bottom: 15px;
}
.modal .modal-title .subtitle {
  font-size: 18px;
  font-weight: normal;
  color: #786b67;
}
.modal .modal-body {
  padding: 10px 60px 30px 60px;
}
.modal .modal-header {
  border: none;
}
.modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 32px;
  font-weight: 300;
  margin-top: 0;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  color: #200808;
  text-shadow: none;
}
.modal .modal-header .close:hover {
  color: #200808;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal .error {
  color: #E65348;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  font-weight: 300;
}
.modal .event-col {
  padding-left: 30px;
  padding-right: 30px;
}
.modal .col-title {
  color: #786b67;
}
.modal .col-subtitle {
  font-size: 24px;
  margin-bottom: 15px;
}
.modal .section-title {
  color: #90150b;
  font-size: 16px;
}
.modal .section-title .fa {
  display: inline-block;
  margin-right: 5px;
}
.modal .figure-container {
  margin-bottom: 30px;
}
.modal .figure-container img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .facilities-list {
  margin-bottom: 30px;
}
.modal .facilities-list li {
  margin-bottom: 15px;
  font-size: 16px;
}
.modal .facilities-list li .fa {
  color: #bc1d10;
  display: inline-block;
  margin-right: 5px;
}
.modal .facilities-list li .details {
  font-size: 14px;
  color: #786b67;
  padding-left: 25px;
  display: inline-block;
}
/* Music Modal */
.modal-music .modal-title {
  margin-bottom: 0;
}
.modal-music textarea.form-control {
  height: 120px;
}
.modal-music .radio-group {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-music .radio-group label {
  font-size: 16px;
  margin-bottom: 15px;
}
.modal-music .additional-info {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #786b67;
}
.alert .glyphicon {
    display: table-cell;
}
.alert div, .alert span {
    padding-left: 5px;
    display: table-cell;
}
.modal-music .modal-title {
  padding-top: 5px;
}
.modal-music .modal-title .title {
  margin-bottom: 0px;
}
.modal-music .form-group {
  margin-bottom: 10px;
}
#csearchresults .btn-primary, #cplaylist .btn-primary, #controlbase .btn-primary {
  background-color: rgb(188, 29, 16);
  background-image: linear-gradient(rgb(188, 29, 16) 0px, rgb(160, 20, 0) 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 1px 0px;
  /*width: 195.922px;*/
}

#cresults .btn-success, #controlbase .btn-success {
  /*background-color: rgb(188, 29, 16);
  background-image: linear-gradient(rgb(188, 29, 16) 0px, rgb(160, 20, 0) 100%);*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 1px 0px;
}

#cresults .btn-danger, #controlbase .btn-danger {
  background-color: rgb(188, 29, 16);
  background-image: linear-gradient(rgb(188, 29, 16) 0px, rgb(160, 20, 0) 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 1px 0px;
}

#cresults .btn-info, #cresults .btn-warning, #controlbase .btn-info, #controlbase .btn-warning {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 1px 0px;
}

#cresults .votebuttons .btn-success, #cresults .votebuttons .btn-danger {
  padding: 10px 16px; 
  font-size: 18px; 
  line-height: 1.33; 
  border-radius: 6px; 
}

#cresults .votebuttons .btn span.glyphicon {
  margin-right: 0px;
}

#modal-music li.list-group-item {
  background-color: #ffffff;
  transition: background-color 1.5s;
  -webkit-transition: background-color 1.5s;
  -moz-transition: background-color 1.5s;
}

.list-group-item-newtrack {
  background-color: #edf9e8;
}

.list-group-item-playing {
  background-color: #d9edf7;
}

.list-group-item-clear {
  background-color: #ffffff;
}

a.preview-img span {
  position: absolute;
  top: 15px;
  left: 50%;
    transform: translateX(-50%);
  color: #ab0e00;
  font-size: 2.5em;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a.preview-img span:hover {
  color: #90150b;
}

a.preview-img img {
  
}

.audioplaybutton {
  opacity: 0.7;
}

.audioplaybutton:hover {
  opacity: 1;
}

.trackstatus-icon {
  font-size: 2.5em;
}

div.tracksort button span.glyphicon {
  margin-right: 0px;
} 

.media-rank {
  color: #ff0000;
  font-weight: bold;
}

/* Direction Modal */
.direction-modal .modal-dialog {
  width: 80%;
}
/* Bootstrap Gallery */
.blueimp-gallery > .close {
  font-weight: 300;
  font-size: 32px;
  color: #fff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.blueimp-gallery > .close:hover {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .modal .modal-dialog {
    width: auto;
  }
  .modal .modal-body {
    padding: 15px;
  }
  .tab-pane {
      padding: 0px;
  }
  .header {
    padding-bottom: 5px;
    background: #200808;
  }
  .header .nav > li > a {
    color: #fff;
  }
  .header .nav > li > a:focus,
  .header .nav > li > a:hover {
    color: #bc1d10;
  }
  .title {
    font-size: 42px;
    margin-bottom: 60px;
  }
  .title .title-text {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 36px;
  }
  .title-deco-left {
    width: 45px;
    height: 52px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .title-deco-right {
    width: 45px;
    height: 52px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .hero-section {
    background-position: 70% 50%;
    /*height: auto;*/
    height: 1550px;
  }

  .headline .names {
    font-size: 60px;
  }
  .hero-box {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-box .date {
    font-size: 18px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 100px;
    padding-top: 10px;
  }
  .headline .statement-text {
    font-size: 32px;
  }
  .headline .swirl-left,
  .headline .swirl-right {
    width: 25px;
    height: 25px;
  }
  .wedding-section .subtitle {
    font-size: 24px;
  }
  .wedding-section .subsubtitle {
    font-size: 18px;
  }
  .wedding-section .meta-list {
    font-size: 16px;
  }
  .townhall-col {
    margin-bottom: 30px;
  }
  .ceremony-col {
    margin-bottom: 30px;
  }
  .wedding-section .col-inner {
    min-height: 400px;
  }
  .story-box .content-container {
    padding: 15px;
  }
  .story-carousel .item-title {
    font-size: 24px;
  }
  .story-carousel .item {
    min-height: 800px;
    padding: 5px;
  }
  .story-carousel .love-icon {
    display: block;
    margin-right: 0px;
  }
  .message-container .thank-you {
    font-size: 28px;
  }
  .message-container .signature {
    font-size: 20px;
  }
  .countdown-box span {
    min-width: 60px;
  }
  .countdown-box span.number {
    font-size: 28px;
  }
  .countdown-box span.unit {
    font-size: 18px;
  }
  .modal-music .or-group {
    padding-top: 0px; 
    padding-bottom: 30px;
  }
  .track-info {
    /*text-align: center;*/
  }
  
}
/* Only small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {  
  .hero-section {
    background-position: 70% 50%;
    height: auto;
  }
  .hero-box {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .townhall-col {
    margin-bottom: 30px;
  }
  .ceremony-col {
    margin-bottom: 30px;
  }
  .wedding-section .col-inner {
    min-height: 400px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
  }
  .modal-music .or-group {
    padding-top: 30px; 
    padding-bottom: 10px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .nav > li > a {
    padding: 15px 30px;
  }
  .nav-tabs > li > a {
    padding: 10px 5px;
  }
  .hero-box {
    width: 470px;
  }
  .headline .statement {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .nav > li > a {
    padding: 15px 30px;
  }
  .nav-tabs > li > a {
    padding: 10px 5px;
  }
  .hero-box {
    width: 470px;
  }
  .headline .statement {
    font-size: 40px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-box {
    width: 480px;
  }
}

img.emoji {
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .05em 0 .1em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: 400px;
}
.video-container video {
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: 100%;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}