.r-cont {
	margin-right: 0;
	margin-left: 0;
	text-align: center;
	font-family: "brandon-grotesque",sans-serif;
}

.r-second {
	height: 90vh;
	vertical-align: middle;
	display: inline-block;
	width: 1%;
}

.r-inner {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

.none {
	display: none;
}

.hovblock {
	display: block;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0.0;
	animation-fill-mode: both;
}

.r-cont h1 {
	color: #fff;
	font-family: Pistilli, serif;
	font-weight: 100;
	font-size: 2.5em;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 0;
	padding-top: 0;
	max-width: 500px;
}

.r-yes {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin-top:3px;
	margin-bottom: 3px;
	padding: 8px 15px 8px 15px;
	display: inline-block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
			zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-family: "brandon-grotesque",sans-serif;
}

.r-out, .r-out:visited {
	font-size: 14px;
	line-height: 35px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	margin: 5px;
	padding: 2px 0px 0px 0px;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	    -webkit-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
	text-decoration: none;
	font-family: "brandon-grotesque",sans-serif;
}

.r-out:hover, .r-go-hov:hover {
			zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
}

.r-no, .r-cont > a:visited, .r-cont > a {
	display: inline-block;
	margin-top: 6px;
	padding: 3px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	width: auto;
	color: #000;
	    -webkit-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
		zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-family: "brandon-grotesque",sans-serif;
}

.r-yes:hover, .r-no:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.r-2 {
	zoom: 0;
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.r-go-hov {
	-webkit-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.r-go {
	font-size: 16px;
	text-transform: uppercase;
	color: #c17f5f;
	border: 0;
	padding: 8px 19px 8px 13px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
	cursor: hand;
	background-color: #fff;
	vertical-align: middle;
	font-weight: 500;
	text-decoration: none;
	font-family: "brandon-grotesque",sans-serif;
}

#r-add, #r-remove {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 17px;
	color: #c17f5f;
	border: 0;
	padding: 7px 19px 6px 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
	cursor: hand;
	background-color: #fff;
	vertical-align: middle;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
	width: 100px;
	margin: 0 auto;
	font-family: "brandon-grotesque",sans-serif;
}



.r-plus {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	display: inline-block;
	margin: 0px 6px 0px 1px;
	color: #fff;
	font-weight: 900;
	font-family: "brandon-grotesque",sans-serif;
}

.r-go2 {
	vertical-align: middle;
	display: inline-block;
	padding-top: 2px;
	text-decoration: none;
}

button.r-go:hover, #r-add:hover, #r-remove:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.rsvp-icon2 {
	vertical-align: middle;
	background-image:url(../images/nav-03.png);
	background-position: center center;
	background-size: 75px 75px;
	padding-right: 10px;
	width: 30px;
	height: 30px;
	display: inline-block;
}


.input {
	padding: 10px;
	font-size: 1.3em;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	background-color: transparent;
	color: #fff;
	width: 400px;
	height: auto;
	font-weight: 100;
	font-family: "brandon-grotesque",sans-serif;
	animation-fill-mode: both;
}

input, textarea, button {
	display: block;
	margin:0 auto;
	font-weight: 100;
	font-family: "brandon-grotesque",sans-serif;
}

input:focus, button:focus {
	outline: 0;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
			zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   		zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   		zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
   		zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
@media screen and (max-width: 500px){
	
	.r-cont h1 {
		font-size: 1.9em;
	}
	
	.r-cont h1.hfix {
		font-size: 1.6em;
	}
	
	.r-yes {
		font-size:14px;
		margin-bottom: 8px;
	}
	.r-no {
		font-size:12px;
	}
	
	.input {
		width: 80%;
		font-size: 16px;
	}
	
	.r-second {
		height: 80vh;
	}
	
	#r-add {
		font-size: 10px;
	}
	
	.msg {
		font-size: 11px;
	}
}