li#cont-li {
	display: inline-block;
	right: -100%;
	position: absolute;
	/*-webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;*/

	
}

.image-hide-dlc{
	display:none;
}

#nav li {
	width: 50%;
	-webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}

p#ten-years {
	color: #f8f8f8;
	font-size: 1.3em;
	margin-bottom: 0;
}

#hr {
	width: 20em;
	margin: 0 auto .9em;
	/*margin: 25px 0;*/
    height: 1px;
    border: 0;
    background: #f8f8f8;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#3a3435), to(#3a3435), color-stop(50%, #f8f8f8));
}

#fh-overlay {
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	position: absolute;
	height: 100em;
	z-index: 20000;
}

div#form-holder {
	width: 40em;
	position: absolute;
	left: 0;
	right: 0;
	top: 10em;
	margin-left: auto;
	margin-right: auto;
}

div#toggle-form {
	top: .7em;
left: 37.5em;
display: inline-block;
position: absolute;
background-color: red;
border-radius: 10em;
padding: .1em .4em;
color: #f6daff;
font-weight: bold;
cursor: pointer;
}

#open-form {
	cursor: pointer;
	background: #f0544f;
	padding: 0 5px;
	font-size: .7em;
	border-radius: 7px;
}

#open-form:hover {
	background: #b53f3c;
}

.mobileContact {
	margin-top: 0;
	margin-bottom: 1em;
}

#nav {
	background: #3a3435;
}

@media screen and (max-width: 768px) {
  #hr {
    display: none;
    /*width: 5em;*/
  } 
 }