.show-menu{
	font-family: "myriad pro", sans-serif;
	text-decoration: none;
	color: #fff;
	background: #231F20;
	text-align: center;
	padding: 10px 0;
	display: none;
}

input[type=checkbox]{
	display: none;
}

input[type=checkbox]:checked ~ .menu{
    display: block;
    z-index: 1;
}

@media screen and (max-width:650px){

body{
	font-family: "myriad pro", sans-serif;
}

.FAM{
	display: block;
	margin: auto;
	 width: 100px;
	 cursor: pointer;
}

header{
	border-bottom: solid;
	padding: .6em;
}

.image{
	width: 530px;
	height: 170px;
	z-index: -1;
}

.line-separator{
	max-width: 100%;
	height:1px;
	background:#717171;
	border-bottom:1px solid #313030;
}

.one h2{
	text-align: center;
}

h4{
	text-align: center;
}

.two{
	padding: .1em;
}

.two h2 a:active{
	color: #ED1C24;
}

.social_media{
	width: 40px;
	padding: .2em;
}

.social{
	text-align: center;
}

.css_slideshow{
	position: relative;
	max-width: 530px;
	height: 170px;
	margin: auto auto .5em auto;
	padding: 1em;
}

.css_slideshow figure{
	margin: 0;
	position: absolute;
}

.css_slideshow figure{
	opacity: 0;
}

figure:nth-child(1){
	-webkit-animation: xfade 36s 30s infinite;
}

figure:nth-child(2){
	-webkit-animation: xfade 36s 24s infinite;
}

figure:nth-child(3){
	-webkit-animation: xfade 36s 18s infinite;
}

figure:nth-child(4){
	-webkit-animation: xfade 36s 12s infinite;
}

figure:nth-child(5){
	-webkit-animation: xfade 36s 6s infinite;
}

figure:nth-child(6){
	-webkit-animation: xfade 36s 0s infinite;
}

@-webkit-keyframes xfade{
	0%{
		opacity: 1;
	}

	10.5%{
		opacity: 1;
	}

	12.5%{
		opacity: 0;
	}

	98%{
		opacity: 0;
	}

	100%{
		opacity: 1;
	}
}

.menu{
	text-align: center;
	margin: auto;
	display: none;
}

.menu li{
	margin-bottom: 1px;
}

.menu li, li a{
	width: 100%;
}

.show-menu{
	display: block;
	cursor: pointer;
}

#aside{
	text-align: center;
	background: black;
	padding: .3em;
	min-width: 553px;
}

.nav_links{
	list-style: none;
}

.link{
	padding: 1em;
	margin: .5em;
	display: inline-block;
	border-right: solid white .1em;
	color: blue;
}

.link2{
	padding: 1em;
	margin: .5em;
	display: inline-block;
	color: white;
}

.nav_links a:hover{
	color: #fff;
}

.nav_links a:active{
	color: #ED1C24;
}

#nav{
	text-align: center;
}

}

.menu{
	list-style-type: none;
	padding: 0;
	position: absolute;
	text-align: center;
	right: 0px;
	left: 0px;
	top: 130px;
	width: 97%;
}

.menu li{
	margin-right: 1px;
}

.menu li a{
	display: block;
	min-width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "myriad pro", sans-serif;
	color: #E6E7E8;
	background: #231F20;
	text-decoration: none;
}

.menu a:hover{
	background: #ED1C24;
	color: #fff;
}

li:hover ul a{
	background: #A7A9AC;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

li:hover ul a:hover {
	background: red;
	color: #fff;
}

.menu li ul{
	display: none;
}

.menu li ul li{
	display: block;
	float: none;
}

.menu li ul li a{
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

ul li a:hover + .hidden, .hidden:hover{
	display: block;
}

@media screen and (min-width:650px){

header{
	border-bottom: solid;
	padding: .6em;
}

body{
	font-family: "myriad pro", sans-serif;
}

#wrap{
	min-width: 90%;
}

.FAM{
	display: block;
	margin: auto;
	 width: 150px;
	 cursor: pointer;
}

.image{
	width: 830px;
	height: 230px;
}

.one{
	position: absolute;
	left: 260px;
	top: 480px;
}

.two{
	position: absolute;
	left: 260px;
	top: 605px;
}

.social_media{
	width: 50px;
	padding: .2em;
}

.css_slideshow{
	position: relative;
	text-align: center;
	display: block;
	max-width: 830px;
	height: 230px;
	margin: auto;
	top: 100px;
	z-index: -1;
}

.css_slideshow figure{
	margin: 0;
	position: absolute;
}

.css_slideshow figure{
	opacity: 0;
}

figure:nth-child(1){
	-webkit-animation: xfade 36s 30s infinite;
}

figure:nth-child(2){
	-webkit-animation: xfade 36s 24s infinite;
}

figure:nth-child(3){
	-webkit-animation: xfade 36s 18s infinite;
}

figure:nth-child(4){
	-webkit-animation: xfade 36s 12s infinite;
}

figure:nth-child(5){
	-webkit-animation: xfade 36s 6s infinite;
}

figure:nth-child(6){
	-webkit-animation: xfade 36s 0s infinite;
}

@-webkit-keyframes xfade{
	0%{
		opacity: 1;
	}

	10.5%{
		opacity: 1;
	}

	12.5%{
		opacity: 0;
	}

	98%{
		opacity: 0;
	}

	100%{
		opacity: 1;
	}
}

.nav_links{
	list-style: none;
	background: #231F20;
	width: 13%;
	height: 100%;
	position: absolute;
	top: 130px;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.link{
	width: 200px;
	border-top: 1px solid #231F20;
	border-bottom: 1px solid #000;
}

.link2{
	width: 200px;
	border-top: 1px solid #231F20;
	border-bottom: 1px solid #000;
}

.link a{
	  display: block;
  padding: 1em;
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
}

.link2 a{
	  display: block;
  padding: 1em;
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
}

.link a:hover{
	 color: #ED1C24;
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(75,20,20,0.65) 100%);
}

.link2 a:hover{
	 color: #ED1C24;
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(75,20,20,0.65) 100%);
}

.menu{
	list-style-type: none;
	padding: 0;
	position: absolute;
	text-align: center;
	left: 270px;
	top: 130px;
}

.menu li{
	display: inline-block;
	margin-right: 1px;
	float: left;
}

.menu li a{
	display: block;
	min-width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "myriad pro", sans-serif;
	color: #E6E7E8;
	background: #231F20;
	text-decoration: none;
}

.menu a:hover{
	background: #ED1C24;
	color: #fff;
}

li:hover ul a{
	background: #A7A9AC;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

li:hover ul a:hover {
	background: red;
	color: #fff;
}

.menu li ul{
	display: none;
}

.menu li ul li{
	display: block;
	float: none;
}

.menu li ul li a{
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

ul li a:hover + .hidden, .hidden:hover{
	display: block;
}

}