body
{
	background-color: #FFF;
}

	.text_list
	{
		padding-left: 30px;
		list-style-position: outside;
	}

	.event_pri
	{
		font-weight: bold;
	}

	.event_item
	{

	}

	.event_con
	{
		font-weight: bold;
	}

	.event_image
	{
		width: 300px;
		margin: 0;
		margin-right: 15px;
	}

	.event_title
	{
		line-height: 40px !important;
	}

	.event_image img
	{
		border: 1px solid #000;
	}

	.event_content
	{
		width: 80%;
	}



#elovix_web
{
	background-image: url('../images/logo_elovix.png');
	width: 300px;
	height: 150px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	top: 40px;
}

.active_nav_button
{
	color: #cc8ba0;	
}

.inactive_nav_button
{
	color: #FFF;
}


#footer
{
	color: #FFF;
	font-family: "Didact Gothic", sans-serif;
	padding-left: 15px;
}

#footer a
{
	color: #FFF;	
}

figcaption
{
	font-size: 0.75em;
	font-style: italic;	
}

.pdf_icon
{
	width: 16px;
	height: 16px;
	background-image: url('../images/pdficon_small.png');	
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	float: left;	
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 5px;
}

.file_box ul
{
	list-style: none;
	font-size: 1.25em;
}


blockquote
{ /* CSS-Tricks <333333 */
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-style: italic;
} 

.video_wrapper { /* Thanks CSS-Tricks! http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
	position: relative;
	padding-bottom: 53.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fluid_host
{
	width: 100%;
	height: auto;	
	float: left;
}

.fluid_text h2
{
	font-family: "Montserrat", sans-serif;
	padding-bottom: 5px;
	width: 95%;
	margin-bottom: 15px;	
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 500;
	line-height: 1em;
}

.fluid_text {
	font-family: "Montserrat", sans-serif;

}

.n_hotel_contact
{
	padding-left: 10px;
}

.background_image_gradient
{
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

	z-index: 2;
	width: 100%;
	height: 100%;
}


#nav_panel_wrapper
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	display: inline-block;
}

#small_logo
{
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/small_logo.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: 195px;	
}

.top_stick
{
	position: fixed !important;
	z-index: 4;
	top: -205px;
}

.section_stick
{
	
	top: 149px !important;
	position: fixed !important;
	z-index: 11;
}

.section_stick span
{

}	

.inner_border
{
	position: relative;
	top: 15px;
	width: 100px;
	height: 50px;
	background-color: #80020;
	z-index: 2;
}

#ehp
{
	width: 100%;
	z-index: 0;
}

.ehp_active
{
	height: 300px;
	margin-bottom: 0px !important;	
}


#footer
{
	width: 100%;
	background-color: #222;
	z-index: 0;
	position: relative;	
	top: -15px;
	height: 300px;
}

#overlay_host
{
	height: auto;
	z-index: 9;
	overflow-x: hidden;
}

.content_wrap
{
	
}

.content_item
{	
	width: 100%;
	background-color: #FFF;
	z-index: 3;
	border-bottom: 15px solid #800020;
	
}



.page_2
{
	background-image: url('../images/4_web.jpg');
}

.page_3
{
	background-image: url('../images/2_web.jpg');
}

.page_4
{
	background-image: url('../images/3_web.jpg');
}

.page_5
{
	background-image: url('../images/5_web.jpg');
}

.page_1
{
	background-image: url('../images/1_web.jpg');
}

.preload
{
	width: 1px;
	height: 1px;
	z-index: 0;	
}

ul
{
	list-style-position: inside;
}

img 
{
	border: 1px solid #333;
}