@charset "utf-8";

/*-- kab nights css --*/


/*-- headers -- */

#header_wrapper {
	padding: 0;
	background-color: #fed382;
}

#id_kab_nights   {
	margin: 10px 0 0 0;
	width: 219px;
}

#id_bb {
	float: right;
	margin: -10px 0 0 0;
	width: 239px;
}

/*--*/

#scroll_header_wrapper {
	height: 50px;
	padding: 5px 0;
	background-color: #fff;
	width: 100%;
	top: 0;
	position: fixed;
	display: none;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
}

#scroll_header_wrapper_mobile {
	display: none;
}

#id_kab_nights_scroll   {
    margin: 12px 10px 0 10px;
	color: #0b5177;

}

#scroll_rsvp {
	width: 440px;
	margin: -6px 0 0 0;
	float: right;
	text-align: right;
}
#scroll_rsvp .frm_error_style, #scroll_rsvp .frm_error{display: none}


/*-- body --*/

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fed382;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	color: #111;
    font-size: 19px;
    line-height: 1.7em;
}

#global_wrapper {
}

.inner_wrapper {
	width: 1000px;
	margin: 0 auto;
	background: white;
}



/*-- sections -- */

.big_box {
	width: 1000px;
	margin: 0;
	text-align: center;
	overflow: hidden;
	/** color: #0b5177; **/
}
#main-story{
	color: #111;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.7em;

}
.small_box {
	width: 1000px;
	margin: 50px 0;
	text-align: center;
	background-repeat: no-repeat;
	color: #0b5177;
	overflow: auto;
}

.small_box_content {
	margin: 65px 150px;
}

.small_box_content_newsletter {
	margin-top: 40px;
}

.h1_container {
	margin: 50px 50px 0 50px;
}

.h1_below {
	margin-top: 300px;
}

.body_text_container {
	margin: 0 12%;
	text-align: center;
	line-height: 1.7em;
}

#video_box {
	width: 800px;
	height: 200px;
	margin: 80px auto 0 auto;
	text-align: center;
}

.video_frames {
	width: 356px !important;
	height: 200px !important;
	display: block;
	margin: 0 auto 30px auto;
}



/*-- type -- */

.main_h1_container {
	margin: 30px 50px -25px 50px;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 28pt;
	letter-spacing: 0.02em;
	color: #0b5177;
	color: #3DADFC;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.main_h2_container {
	margin: 0 3%;
	margin: 0 50px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20pt;
	color: #0b5177;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 30px;

}

#main-story h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #096190;
	font-size: 34pt;
	margin-top: 8%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#description{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	margin: 0 5%;

}
#main-story p{
	margin: 0 5% auto 5%;
	font-size: 20px;
}
h3{
	font-family: 'Raleway', sans-serif;
	color: #0b5177;
	font-weight: 700;
	margin: 40px 0 15px 0;
	padding: 0;

}
.small_box_content h2,
.small_box_content_newsletter h2 {
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	font-size: 17pt;
	letter-spacing: -0.02em;
}



/*-- rsvp -- */

#rsvp_static {

	margin: 45px 5% 10%;
	    background-color: rgba(27, 127, 204, 0.36);
    padding: 22px 40px 60px 40px;
    border-radius: 3px;
    border: 1px solid rgba(102, 175, 233, 0.41);
}

.rsvp_form_fields {
	width: 150px;
	padding: 9px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family:"Open Sans", sans-serif;
	font-size: 10pt;
	
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
}

.rsvp_form_button {
	padding: 9px 20px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	background-color: #CC261A;
	font-family:"Open Sans", sans-serif;
	font-size: 10pt;

	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
}

.rsvp_form_button:hover {
	background-color: rgba(255,95,0,1.00)
}

#rsvp_big {
	width: 400px;
	height: 77px;
	margin: 340px auto 0 auto;
	padding: 20px 0 0 0;
	font-family: 'PT Sans', sans-serif;
	font-weight: 900;
	font-size: 24pt;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	line-height: 22pt;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);

	background-color: rgba(191,0,3,0.85);
	border-radius: 20px;
	border: solid 2px #fff;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.3);
	cursor: pointer;
}

#rsvp_big:hover {
	background-color: rgba(255,79,0,0.68);
}



/*-- newsletter -- */

.newsletter_form_fields {
	width: 200px;
	padding: 9px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	font-family:"Open Sans", sans-serif;
	font-size: 10pt;
	
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
}

.newsletter_form_button {
	padding: 9px 20px;
	color: #010508;
	background-color: #00C616;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	font-family:"Open Sans", sans-serif;
	font-size: 10pt;

	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
}

.newsletter_form_button:hover {
	background-color: #f00;
}



/*-- footer -- */

#footer_wrapper {
	height: 50px;
	padding: 5px 0;
	margin-top: 50px;
	width: 100%;
}

#copyright {
	width: 500px;
	margin: 0;
	float: left;
	color: #010508;
	font-size: 10pt;
}

#social_networks {
	float: right;
	margin: 0;
}
fieldset{border: none; padding:0 }
 .frm_error_style,  .frm_error{color: red;}
@media only screen and (max-width: 600px) {
    body, #main-story p {
        font-size: 24px;
        line-height: 1.8em;
        padding: 0 20px;
    }
}