/*!
 * Coprighted by ante
 */
@font-face {
    font-family: 'Mont-Light';
    src: url(fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: 'Mont-Reg';
    src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: 'Mont-Med';
    src: url(fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: 'Mont-SemiBold';
    src: url(fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: 'Mont-Bold';
    src: url(fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: 'Aver-Reg';
    src: url(fonts/Aver.ttf);
}
@font-face {
    font-family: 'Aver-Italic';
    src: url(fonts/Aver-Italic.ttf);
}
@font-face {
    font-family: 'Aver-BoldItalic';
    src: url(fonts/Aver-Bold-Italic.ttf);
}
@font-face {
    font-family: 'Aver-Bold';
    src: url(fonts/Aver-Bold.ttf);
}
html, body {
  height:100%;
  font-family: 'Mont-Reg', Arial;
  background-color: #f6f4f1;
  color:#18212b;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(234,226,222,.7);
}
a{
  color:#3a4050;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}
a:hover{
  color:#362d2e;
  text-decoration: none;
}
.navbar-mz{
  background-color:#eae2de;
  font-size:12px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  padding:5px 16px;
  border-bottom:1px solid #e0d7d2;
}
.navbar-mz li a{
  font-family: 'Mont-Med', Arial;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:#4f3430;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  border:1px solid #eae2de;
  padding:5px 9px;
}
.navbar-mz li a.active{
  border:1px solid #4f3430;
}
.navbar-mz li a:hover {
  color: #291917;
  border:1px solid #c3aea3;
}
.navbar-mz li{
  margin-left:10px;
  margin-right:10px;
}
.navbar-mz .btn{
  font-size:inherit;
  margin-left:6px;
  border:1px solid #85444a;
  background-color:#85444a;
  color:#eae2de;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar-mz .btn:hover{
  background-color:#571c22;
  border:1px solid #571c22;
  color:#eae2de;
}
.full-img{
  width: 100%;
  overflow-y: hidden;
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
  overflow:hidden;
}

/*----- Home -----*/
.home-welcome{
  position:absolute;
  bottom:5%;
  left:-10px;
}
.home-countdown{
  position:absolute;
  right:6%;
  top:33%;
}
.home-countdown ul{
  margin:0px;
  padding:0px;
}
.home-countdown ul li{
  font-family:'Mont-Med', Arial;
  display:inline-block;
  font-size:70px;
  color:#fff;
  text-align:center;
  letter-spacing: 18px;
  line-height: 40px;
}
.home-countdown ul li span{
  font-family: 'Aver-Italic','Mont-Med',Arial;
  font-size:15px;
  letter-spacing: 6px;
}
.home-tagline{
  color:#fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align:center;
  font-size:18px;
  margin-top:5px;
  line-height:40px;
}
.home-footer{
  position:absolute;
  bottom:4px;
  right:5px;
  color:#fff;
  font-size:12px;
}
.home-footer a{
  color:#eae2de;
}

/*-------enter------*/
.enter-welcome{
  position:absolute;
  bottom:0px;
  left:0px;
}
.full-img-enter{
  width: 100%;
  overflow-y: hidden;
  background-size:cover;
  background-position:right center;
  background-repeat: no-repeat;
  overflow:hidden;
}
.enter-code{
  position:absolute;
  top:120px;
  width:31%;
  right:4px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size:24px;
  font-family:'Mont-Reg',Arial;
  text-align:center;
  color:#18212b;
}
.enter-code input{
  background:none;
  font-family:'Mont-SemiBold',Arial;
  font-size:54px;
  text-align: center;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  letter-spacing: 7px;
  border-bottom:1px solid #000;
  padding:0px;
  margin-top:10px;
  border-left:none;
  border-top:none;
  border-right:none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color:#18212b;
  text-transform: uppercase;
}
.enter-code input[type="text"]:focus{
  background:none;
  border:none;
  border-bottom:1px solid #85444a;
  box-shadow:none;
  color:#27313c;
}
.enter-code input::placeholder { /* Chrome/Opera/Safari */
  color:#8f726c;
}
.enter-code input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#8f726c;
}
.enter-code input::-moz-placeholder { /* Firefox 19+ */
  color:#8f726c;
}
.enter-code input:-ms-input-placeholder { /* IE 10+ */
  color:#8f726c;
}
.enter-code input:-moz-placeholder { /* Firefox 18- */
  color:#8f726c;
}
.lightbg-btn{
  font-family: 'Mont-Med', Arial;
  background:none;
  border:1px solid #18212b;
  color:#18212b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size:13px;
  padding:11px 60px;
}
.lightbg-btn:hover{
  font-family: 'Mont-Med', Arial;
  background-color:#18212b;
  border:1px solid #18212b;
  color:#e5e0dc;
}
.enter-lost{
  margin-top:15px;
}
.enter-lost a{
  font-family:'Aver-BoldItalic',Arial;
  letter-spacing: 3px;
  text-transform: lowercase;
  font-size:13px;
}
.enter-alert{
  margin-top:10px;
  padding:10px 14px;
  font-size:12px;
  letter-spacing: 3px;
  margin-left:auto;
  margin-right:auto;
  width:75%;
}

/*-------RSVP--------*/
.section-rsvp{
  margin-top:100px;
}
.rsvp-tabs{
  display:block;
  margin:0px;
  padding:0px;
  width:100%;
  text-align:center;
  border-bottom:1px solid #c9bdb5;
}
.rsvp-tabs li{
  position:relative;
  list-style: none;
  display:inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rsvp-tabs li .status{
  text-align:center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-left:auto;
  margin-right:auto;
  color:#9b8c83;
  font-size:24px;
  margin-bottom:-8px;
}
.rsvp-tabs li a{
  display: block;
  padding:20px 16px;
  margin:0px 20px 8px 22px;
  letter-spacing: 1px;
  color:#9b8c83;
  font-family:'Mont-Med', Arial;
}
.rsvp-tabs li a:after {
		content: '';
		position: absolute;
    bottom:0px;
		left: 25%;
		height: 0px;
		width: 50%;
		background: #c9bdb5;
		-webkit-transition: all ease-in-out 0.25s;
		-moz-transition: all ease-in-out 0.25s;
		transition: all ease-in-out 0.25s;
}
.rsvp-tabs li a:hover:after {
		height: 5px;
		left: 25%;
		width: 50%;
		background: #c9bdb5;
}
.rsvp-tabs li.active a, .rsvp-tabs li.active .status {
  color:inherit;
}
.rsvp-tabs li.active a:after {
  height: 5px;
  background: #85444a;
}
.rsvp-head{
  text-align: center;
  margin-bottom:30px;
}
.rsvp-head img{
  margin-bottom: 20px;
}
.invite-details{
  font-family:'Aver-BoldItalic',Arial;
  font-size:14px;
  text-align:center;
  padding:40px 12px 30px 12px;
  background-color:#f0ece9;
  letter-spacing: 2px;
  border-left:1px solid #c9bdb5;
  border-right:1px solid #c9bdb5;
}
.invite-details span{
  font-family:'Mont-Med';
  font-size:15px;
  text-transform: uppercase;
}
.lightbg-sm{
  letter-spacing:2px;
  padding:9px 14px;
  font-size:13px;
}
.lightbg-sm i{

}
h2{
  text-align:center;
  margin:0px 0px 6px 0px;
  text-transform:uppercase;
  letter-spacing: 3px;
}
.invite-guests h2{
    padding-top:15px;
}
.invite-guests{
  text-align:center;
  border-left:1px solid #c9bdb5;
  border-right:1px solid #c9bdb5;
  border-bottom:1px solid #c9bdb5;
  padding:30px;
}
.invite-guests .pretty .state label:before{
  border-color:#85444a;
}
.invite-guests i.icon{
  background-color:#85444a;
  border-color:#85444a;
}
.guests{
  margin-top:30px;
  font-family:'Aver-Italic',Arial;
  letter-spacing:1px;
}
.guests h3{
  margin:4px 0px 20px 0px;
  font-size:24px;
}
.guests label{
  font-family:'Mont-Reg',Arial;
}
.guests .pretty{
  margin-bottom:16px;
}
.mz-btn{
  font-size:13px;
  border:1px solid #85444a;
  background-color:#85444a;
  color:#f6f4f1;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 1px;
  padding:9px 22px;
}
.mz-btn:hover{
  background-color:#571c22;
  border:1px solid #571c22;
}
.invite-nav{
  text-align:center;
  margin-top:26px;
  margin-bottom:40px;
}
.invite-nav .disabled{
  border-color:#b9ada5;
}
.rsvp-tabs-m{
  display:none;
  margin:40px 0px 0px 0px;
  padding:0px;
  width:100%;
  text-align:center;
  border-bottom:1px solid #c9bdb5;
  font-size:24px;
}
.rsvp-tabs-m:first-child{
  margin:0px;
}
.rsvp-tabs-m li{
  position:relative;
  list-style: none;
  display:inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding:20px 16px;
  letter-spacing: 2px;
  color:inherit;
  font-family:'Mont-Med', Arial;
}
.rsvp-tabs-m li:after {
		content: '';
		position: absolute;
    bottom:0px;
    height: 5px;
		left: 25%;
		width: 50%;
		background: #85444a;
		-webkit-transition: all ease-in-out 0.25s;
		-moz-transition: all ease-in-out 0.25s;
		transition: all ease-in-out 0.25s;
}
.bottom-alerts{
  margin-left:auto;
  margin-right:auto;
  font-size:24px;
  font-family:'Aver-Italic',Arial;
  text-align:center;
  letter-spacing: 1px;
  margin-bottom:25%;
}

/*----footer----*/
footer{
  font-size:12px;
  text-align: center;
  background-color:#eae5e2;
  margin-top:75px;
}
.footer {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    clear:both;
}

/*-----our story-----*/
.top-pad{
  height:53px;
}
.our-story-head{
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
  width:100%;
  height:700px;
}
.os-text{
  position:absolute;
  bottom:-8%;
  left:15%;
  width:70%;
  margin-left:auto;
  margin-right:auto;
  /*padding-top:400px;*/
}
.section-howwemet{
  width:100%;
  padding:80px 10%;
  background-color:#f0ebe8;
  text-align:center;
}
.hwm-title{
  max-width:260px;
  margin-left:auto;
  margin-right:auto;
}
.section-howwemet h2{
  font-size:2.1em;
  margin:20px 0px;
}
.img-bg-center{
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
}
.theproposal{
  text-align:right;
  padding:80px 7%;
  font-size:14px;
}
.theproposal .tp-title{
  margin-left:auto;
  margin-right:0px;
  width:100px;
}
.theproposal h2{
  text-align:right;
  padding:20px 0px;
}
.section-theproposal{
  margin-bottom:-75px;
}

/*------wedding party------*/
.wp-text{
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
  padding:40px 10px;
}
.section-bridesbaes{
  width:100%;
  padding:80px 20px;
  background-color:#f0ebe8;
  text-align:center;
}
.section-bridesbaes h2{
  padding:20px 0px;
}
.party-member h3{
  font-size:1.25rem;
  font-family: 'Mont-Med', Arial;
  text-transform: uppercase;
  letter-spacing:2px;
}
.wp-pic{
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
  width:165px;
  height:165px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin:20px auto;
  border:8px solid #e7dfdb;
}
.party-member span{
  font-family:'Aver-BoldItalic', Arial;
  font-size:14px;
  letter-spacing: 2px;
}
.party-member p{
  margin-top:5px;
  font-size:14px;
  padding:0px 10px;
}
.section-groomsmen{
  width:100%;
  padding:80px 20px;
  text-align:center;
}
.section-groomsmen h2{
  padding:20px 0px;
}

/*-----things to do ----*/
.head-text{
  max-width:550px;
  margin-left:auto;
  margin-right:auto;
}
.section-things{
  margin-top:120px;
}
.thing a.btn {
  border:none;
}
.things-tabs{
  display:block;
  margin:0px;
  padding:0px;
  width:100%;
  text-align:center;
  border-bottom:1px solid #c9bdb5;
}
.things-tabs li{
  position:relative;
  list-style: none;
  display:inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin:0px 20px;
}
.things-tabs li .status{
  text-align:center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-left:auto;
  margin-right:auto;
  color:#9b8c83;
  font-size:24px;
  margin-bottom:-8px;
  opacity:.4;
}
.things-tabs li a{
  display: block;
  padding:20px 16px;
  margin:0px 20px 0px 22px;
  letter-spacing: 1px;
  color:#9b8c83;
  font-family:'Mont-Med', Arial;
  font-size:26px;
}
.things-tabs li a:after {
		content: '';
		position: absolute;
    bottom:0px;
		left: 25%;
		height: 0px;
		width: 50%;
		background: #c9bdb5;
		-webkit-transition: all ease-in-out 0.25s;
		-moz-transition: all ease-in-out 0.25s;
		transition: all ease-in-out 0.25s;
}
.things-tabs li a:hover:after {
		height: 5px;
		left: 25%;
		width: 50%;
		background: #c9bdb5;
}
.things-tabs li.active a, .things-tabs li.active .status {
  color:inherit;
  opacity:1;
}
.things-tabs li.active a:after {
  height: 5px;
  background: #85444a;
}
.sec-things{
  margin-top:30px;
}
.sec-things .tab-pane{
  width:100%;
}
.sec-things .row{
  margin-left:10px;
  margin-right:10px;
}
.sec-things .rsvp-tabs-m{
  margin-bottom:20px;
}
.container-fluids{
  max-width:1600px;
  margin-left:auto;
  margin-right:auto;
}
.thing{
  width:100%;
  margin-bottom:30px;
  min-height:339px;
  background-color:#fcfcfb;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border:1px solid #e7e3e1;
}
.thing-img{
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
  height:170px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.thing .cat{
  position:absolute;
  top:20px;
  padding:5px 16px;
  text-transform: uppercase;
  font-size:14px;
  color:#f6f4f1;
  background-color:#85444a;
  background: rgba(133, 68, 74, .85);
  letter-spacing: 2px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}
.thing h3{
  font-family:'Aver-BoldItalic', Arial;
  font-size:17px;
  letter-spacing: 2px;
  margin-top:20px;
  text-align: center;
}
.thing .txt{
  font-size:13px;
  padding:4px 5%;
  min-height:65px;
}
.thing .opt a{
  text-align:center;
  display:block;
  width:100%;
  padding:8px 4px;
  font-size:13px;
  border-top:1px solid #e7e3e1;
  border-right:1px solid #e7e3e1;
  text-transform: uppercase;
}
.thing .opt a:hover{
  background-color:#eae6e4;
}
.thing .opt:last-child a{
  border-right:none;
}
.thing .row{
  margin:0px;
}
.thing .opt{
  padding:0px;
  margin-top:18px;
}
.thing .liked {
  color:#85444a;
}
.thing .btn.disabled{
  opacity:.85;
}

/*----FAQ-----*/
.cd-faq-items, .cd-faq-group{
  padding-left:0px;
}
.cd-faq-trigger{
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cd-faq-trigger:hover{
  color:#84444b;
}
.cd-faq-group li:hover{
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
}
li.cd-faq-title{
  font-family:'Mont-Light',Arial;
}
.cd-faq-group li.cd-faq-title:hover{
  box-shadow:none;
}
.cd-faq-group h3{
  font-family:'Aver-BoldItalic',Arial;
  font-size:16px;
  letter-spacing: 2px;
  margin-top:7px;
  margin-bottom:5px;
}
.cd-faq-content p span{
  font-family:'Mont-Bold', Arial;
}

/*-----travel stay -----*/
.no-row-margin{
  margin-left:0px;
  margin-right:0px;
}
.no-pad-right{
  padding-right:0px;
}
.line-break{
  border-bottom:1px solid #dad0cb;
  height:60px;
  margin-bottom:55px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  clear:both;
}
.airport{
  width:95%;
  margin-left:auto;
  margin-right:auto;
}
.airport h3{
  color:#b37b6f;
  text-transform: uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
  font-size:24px;
}
.airport a{
  width:75%;
  margin-bottom:10px;
}
.transportation h3{
  color:#b37b6f;
  text-transform: uppercase;
  letter-spacing:1px;
  margin-top:25px;
  margin-bottom:10px;
  font-size:24px;
}
.transportation h4{
  font-family:'Aver-BoldItalic', Arial;
  font-size:17px;
  margin-top:20px;
  margin-bottom:8px;
  letter-spacing: 1px;
}
.transportation div{
  margin-bottom:6px;
}
.travel-pad{
  padding-left:40px;
  padding-right:40px;
}
.travel-leftside{
  width:62%;
  float:left;
}
.travel-rightside{
  width:38%;
  float:right;
}
.travel-rightside .full-img{
  width:inherit;
  position:fixed;
}
.travel-leftside p {
  font-size:15px;
}
.travel-mobile-pad{
  display: none;
}

/*----guestbook----*/
.guestbook-leftside{
  width:38%;
  float:left;
}
.guestbook-leftside .full-img{
  width:inherit;
  position:fixed;
}
.guestbook-rightside{
  width:62%;
  float:right;
}
#chat-convo {
	margin:0;
	padding:0;
}
#chat-convo li.bot {
  position:relative;
	display:inline-block;
	max-width:75%;
	list-style:none;
	padding:12px 16px 11px 16px;
	background-color:#fff;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.1);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-border-top-left-radius:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
  font-size:14px;
  margin-bottom:40px;
}
#chat-convo div.brk {
	width:100%;
	height:2px;
	clear:both;
}
#chat-convo li div{
  font-size:12px;
  color:#867870;
  position:absolute;
  top:-21px;
  height:18px;
  overflow: hidden;
  font-weight: bold;
}
#chat-convo li div span{
  font-size:11px;
  color:#c0b9b5;
  font-weight:normal;
}
#chat-convo hr {
	border:none;
	margin:0;
	height:8px;
	clear:both;
}
#chat-convo li.user {
  position:relative;
	display:inline-block;
	float:right;
	max-width:75%;
	list-style:none;
	padding:12px 16px 11px 16px;
	background-color:#84444b;
	color:#fff;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2);
  -moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-border-bottom-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
  font-size:14px;
  margin-bottom:40px;
}
.widget-add-comm.blank {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.widget-add-comm {
background-color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
margin-top: 10px;
position: relative;
width: 100%;
}
.status-upload {
background: none repeat scroll 0 0 #efeae7;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
border:1px solid #e2d9d5;
float: left;
width: 100%;
-webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.05);
box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.05);
}
.status-upload form {
width: 100%;
}
.status-upload form textarea {
background: none repeat scroll 0 0 #fff;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
float: left;
font-size: 14px;
height: 90px;
padding: 15px 18px;
width: 100%;
resize:vertical;
outline:none;
border:none;
/*border: 1px solid #efeae7;*/
}
.status-upload ul {
float: left;
list-style: none outside none;
margin: 0;
padding: 0 0 0 15px;
width: auto;
}
.status-upload form button {
  border:1px solid #18212b;
  color:#18212b;
float: right;
font-size: 12px;
margin-right: 5px;
margin-top: 6px;
margin-bottom:5px;
padding: 4px 10px;
}
.status-upload form button > i {
margin-right: 7px;
}
.line-break2{
  border-bottom:1px solid #dad0cb;
  height:45px;
  margin-bottom:50px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  clear:both;
}
.lightbg-xsm{
  padding:4px 8px;
  font-size:10px;
}
.logout {
  position:absolute;
  right:26px;
  top:65px;
}

/*-----modal-----*/
.modal-content{
  background-color:#f6f4f1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.modal-header{
  background-color:#f0ebe8;
  border-bottom:1px solid #dad0cb;
}
.modal-header .close{
  padding:14px;
}
.modal-title{
  font-family:'Mont-Med',Arial;
  font-size:14px;
  letter-spacing:2px;
}
.modal-footer .mz-btn, .modal-footer .lightbg-sm{
  padding:6px 10px;
}
#lostcode input{
  background:none;
  font-family:'Mont-SemiBold',Arial;
  font-size:24px;
  width:100%;
  letter-spacing: 2px;
  border-bottom:1px solid #92877d;
  padding:0px;
  margin-top:10px;
  border-left:none;
  border-top:none;
  border-right:none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color:#18212b;
}
#lostcode input[type="text"]:focus{
  background:none;
  border:none;
  border-bottom:1px solid #85444a;
  box-shadow:none;
  color:#27313c;
}
#lostcode input::placeholder { /* Chrome/Opera/Safari */
  color:#c4bab2;
}
#lostcode input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#c4bab2;
}
#lostcode input::-moz-placeholder { /* Firefox 19+ */
  color:#c4bab2;
}
#lostcode input:-ms-input-placeholder { /* IE 10+ */
  color:#c4bab2;
}
#lostcode input:-moz-placeholder { /* Firefox 18- */
  color:#c4bab2;
}
.add-whitebg{
  background:none;
}

/*---timeline----*/
.history{
  padding-top:50px;
}
.history ol, .history ul {
  list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/*---Global media screens----*/
@media (max-width: 1243px) { /*--navbar--*/
  .navbar-mz li a{
    letter-spacing: 0px;
    padding:4px 5px;
  }
  .navbar-mz li{
    margin-left:6px;
    margin-right:6px;
  }
  .navbar-mz .btn{
    margin-left:3px;
  }
  .enter-code input{
    width:100%;
  }
}
@media (max-width: 1199px){
  .rsvp-tabs li a{
    font-size:14px;
  }
}
@media (max-width: 992px) { /*--navbar-collapse--*/
  .navbar-mz li a{
    letter-spacing: 2px;
    margin-bottom:4px;
    margin-top:4px;
    text-align:center;
  }
  .navbar-mz li{
    margin-left:6px;
    margin-right:6px;
  }
  .navbar-mz .btn{
    margin-left:0px;
    display:block;
  }
  .enter-code{
    font-size:16px;
    letter-spacing: 3px;
    right:3%;
  }
  .enter-code input{
    font-size:34px;
    letter-spacing:5px;
  }
  .tab-content>.tab-pane{
    display:block;
  }
  .tab-content>.fade{
    opacity: 1;
  }
  .rsvp-tabs{
    display:none;
  }
  .things-tabs{
    display:none;
  }
  .rsvp-tabs-m{
    display:block;
  }
  #next-event, #prev-event{
    display:none;
  }
  .bottom-alerts{
    width:85%;
  }
  .l-gap{
    margin-bottom:40px;
  }
  .l-gap:last-child{
    margin-bottom:0px;
  }
}
@media (max-width: 768px) {
  .home-tagline{
    font-size:14px;
    letter-spacing: 4px;
  }
  .home-countdown ul li{
    font-size:40px;
    letter-spacing: 12px;
    line-height: 30px;
  }
  .full-img-enter{
    background-position:25% top;
    margin-top:50px;
  }
  .enter-code{
    top:84px;
    width:100%;
    right:0;
    left:0;
  }
  .enter-code input{
    width:50%;
  }
  .m-gap{
    margin-bottom:30px;
  }
  .m-gap:last-child{
    margin-bottom:0px;
  }
  .how-we-met{
    padding:80px 20px 100px 20px;
  }
  .os-text{
    width:90%;
    left:3%;
    bottom:-10px;
  }
  .head-text{
    max-width:350px;
  }
  .add-whitebg{
    background:rgba(240,235,232,0.7);
  }
}
@media (max-width: 600px) {
  .travel-leftside, .guestbook-leftside{
    width:100%;
    float:none;
  }
  .travel-rightside, .guestbook-rightside{
    width:100%;
    float:none;
  }
  .travel-rightside .full-img{
    position:absolute;
    background-position:50% 75%;
  }
  .guestbook-leftside .full-img{
    position:absolute;
    background-position:50% 75%;
  }
  .travel-mobile-pad{
    display: block;
  }
}
@media (max-width: 460px) {
  .home-countdown{
    top:20%;
    width:100%;
    text-align:center;
    right:0;
    left:0;
  }
  .home-countdown ul li{
    font-size:36px;
    letter-spacing: 4px;
    line-height: 22px;
  }
  .home-countdown ul li span{
    font-size:10px;
    letter-spacing: 1px;
  }
  .enter-code input{
    width:80%;
  }
  .head-text{
    max-width:270px;
  }
}
