body {
    width: 100%;
    height: 100%;
	font-family: 'NeutraTextTF-BookAlt',Helvetica,Arial,sans-serif;
    color: #303435;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5em; 
}

@media(max-width:480px) {
	body {
		font-size: 10px;
	}
}

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

.fuchsia {
    color: #ce128b;  
}

.fuchsia-drk {
    color: #670946;  
}

.green {
    color: #009a71;  
}

.green-drk {
  
    color: #004d39;  
}

.grey-lt {
    color: #9aa4aa;
}

.grey {
    color: #919ca2;
   
}
.grey-drk {
    color: #303435;  
}


h1 {
	margin: 0 0 30px;
    font-family: 'Neutraface2Display-Inline',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 4em;
	letter-spacing: normal;
	text-transform: uppercase;
}

h2 {
    font-family: 'montezregular';
    font-style: normal;
    font-size: 3.85em;
    letter-spacing: normal;
}

h3 {
	margin: 0 0 20px;
	font-family: 'NeutraTextTF-SCAlt',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
    font-style: normal;
    font-size: 1.9em;
    letter-spacing: .075em;
}


h4 {
    font-family: 'montezregular';
	font-style: normal;
	font-size: 2.35em;
	letter-spacing: normal;
	line-height: 1.35em;
}

h5 {
	margin: 0 0 20px;
	font-family: 'NeutraTextTF-SCAlt',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: .075em;
}


h6 {
	margin: 0 0 20px;
	font-family: 'NeutraTextTF-SCAlt',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
    font-style: normal;
    font-size: 1.25em;
    letter-spacing: .075em;
}

@media(max-width:480px) {
	h4 {
		font-size: 3em;
	}
	
	h5 {
		font-size: 2em;
	}
	
    h6 {
        font-size: 1.75em;
    }
}


p {
	font-size: 1.6em;
    margin: 0 0 20px;
    line-height: 1.5em;

}

p.large {
	font-size: 1.85em;
}

p.small {
	font-size: .9em;
}

strong {
	font-family: 'NeutraText-Alt',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 1.25em;
	margin-bottom:.25em;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

.center-align {
	text-align: center;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        line-height: 1.5;
        font-size: 1.1em;
    }
    p.large {
	font-size: 1.35em;
	}
}

a {
    color: #670946;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #340523;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(67,9,46,.3);
    background: #670946;
	font-family: 'NeutraTextTF-BookSCAlt',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2em;
}

@media(max-width:480px) {
	.navbar-custom {
		font-size: 1.8em;
	}
}



.navbar-custom .navbar-brand {
    font-family: 'NeutraTextTF-SCAlt',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.7);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(0,0,0,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 12px 0;
        border-bottom: 0;
        letter-spacing: .05em;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(67,9,46,.3);
        background: #670946;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/bg-pink.jpg) repeat bottom center scroll;
    background-color: #ce128b;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
    margin: 0 0 30px;
    }

    .intro .intro-body .intro-text {
    margin: 0 0 20px;
    }
}

.btn-circle {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    padding: 6px 8px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 30px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover 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;
}

@-webkit-keyframes pulse {    
    0% {
        -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 {    
    0% {
        -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);
    }
}

.content-section {
    padding: 50px 0;
}

.the-bride, .the-groom {
    text-align: center;
}

@media(min-width:1024px) {
    .the-bride {
        text-align: right;
    }
    
.the-groom {
        text-align: left;
    }
}


.weddingparty-section {
	width: 100%;
    background: url(../img/bg-grey.jpg) repeat bottom center scroll;
    background-color: #fbfcfc;
    }

#weddingparty h6 {
	line-height: .25em;
}


.icon-img {
	padding: .25em 0 .5em;
}


.bigday-section {
    width: 100%;
    color: #fff;    
	background: -moz-linear-gradient(top, rgba(0,49,39,0.75) 0%, rgba(0,49,39,0.75) 100%), url(../img/clubhouse-med.jpg) no-repeat center center scroll; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,49,39,0.75)), color-stop(100%,rgba(0,49,39,0.75))), url(../img/clubhouse-med.jpg) no-repeat center center scroll; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,49,39,0.75) 0%,rgba(0,49,39,0.75) 100%), url(../img/clubhouse-med.jpg) no-repeat center center scroll; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,49,39,0.75) 0%,rgba(0,49,39,0.75) 100%), url(../img/clubhouse-med.jpg) no-repeat center center scroll; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,49,39,0.75) 0%,rgba(0,49,39,0.75) 100%), url(../img/clubhouse-med.jpg) no-repeat center center scroll; /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,49,39,0.75) 0%,rgba(0,49,39,0.75) 100%), url(../img/clubhouse-med.jpg) no-repeat center center scroll; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9004d39', endColorstr='#d9004d39',GradientType=0 ), url(../img/clubhouse-med.jpg) no-repeat center center scroll; /* IE6-9 */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


#bigday h3 {
	padding: .75em 0 .5em;
}

#faq {
	background-color: #919ca2;
}

.hashtag-section {
    width: 100%;
    padding: 65px 0;
    color: #fff;    
	background: -moz-linear-gradient(top, rgba(206,18,139,0.75) 0%, rgba(206,18,139,0.75) 100%), url(../img/bg-hastag.jpg) no-repeat center center scroll; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,18,139,0.75)), color-stop(100%,rgba(206,18,139,0.75))), url(../img/bg-hastag.jpg) no-repeat center center scroll; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(206,18,139,0.75) 0%,rgba(206,18,139,0.75) 100%), url(../img/bg-hastag.jpg) no-repeat center center scroll; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(206,18,139,0.75) 0%,rgba(206,18,139,0.75) 100%), url(../img/bg-hastag.jpg) no-repeat center center scroll; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(206,18,139,0.75) 0%,rgba(206,18,139,0.755) 100%), url(../img/bg-hastag.jpg) no-repeat center center scroll; /* IE10+ */
	background: linear-gradient(to bottom, rgba(206,18,139,0.75) 0%,rgba(206,18,139,0.75) 100%), url(../img/bg-hastag.jpg) no-repeat center center scroll; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce128b', endColorstr='#ce128b',GradientType=0 ), url(../img/bg-hastag.jpg) no-repeat center center scroll; /* IE6-9 */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 250px;
}

.gm-style-iw * {
	max-width: 250px;
	font-family: 'NeutraTextTF-BookAlt',Helvetica,Arial,sans-serif;
    color: #303435;
    border-radius: 0;
    box-shadow: none;
    line-height: 1.5em;
    font-size: 1em;
    }
  
.gm-style-iw h1 {
	font-family: 'NeutraTextTF-SCAlt',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    font-style: normal;
    font-size: 1.05em;
    letter-spacing: .075em;
	color: #ce128b;
	margin-bottom:.5em;
}

.gm-style-iw .btn {
	margin-top:.75em;
	font-size: 1em;
	letter-spacing: .075em;
}


@media(min-width:767px) {
    .content-section {
        padding: 100px 0;
    }

    #map {
        height: 375px;
    }
}

.btn {
    border-radius: 0;
    font-family: 'NeutraTextTF-SCAlt',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    background-color: #ce128b;
    color: #fff;
    border: none;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #670946;
    color: #fff;
    border: none;
}

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;
    }
}


.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding: 15px 0 20px 15px;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
    margin: .5em 0;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    margin-top: 8px;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 1;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
	font-family: 'NeutraTextTF-BookSCAlt',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.1em;
    color: #9aa4aa;
    text-transform: lowercase;
    letter-spacing: .05em;
}

@media(max-width:480px) {
.floating-label-form-group label {
	font-size: 1.5em;
	}

}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #670946;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

::-webkit-input-placeholder {
   color: #303435	
}

:-moz-placeholder { /* Firefox 18- */
   color: #303435	  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #303435	 
}

:-ms-input-placeholder {  
   color: #303435
}

.btn-lg {
	margin-top:2em;
}

ol, li {
	list-style: none !important;
}

ul {
	-webkit-padding-start: 0;
}

.ss-choice-label {
	margin-left:.25em;
	font-size: 1.1em;
	
}

#entry_1727780829_other_option_response {
	font-family: 'NeutraTextTF-BookAlt',Helvetica,Arial,sans-serif;
    color: #303435;
    background-color: #fff;
    font-size: 1.1em;
}

#success-message {
  padding: 3em 0;
}

footer {
    padding: 20px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

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

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