.main_menu{margin:0 auto; width:1098px;}
.main_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
.main_menu ul li {
	display:inline-block;
	float: left;
	margin-right:0px;
	border-right:1px solid #bf0b04;
}

/*Style for menu links*/
.main_menu ul li a {
	display:block;	
	height: 54px;
	text-align: center;
	line-height: 50px;
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 18px;
	/*background: #eb2f24;*/
	text-decoration: none;
	padding:0 33px;
}

/*Hover state for top level links*/
.main_menu ul li:hover a {
	background: #bf0b04;
}
.main_menu ul li a.select {
	background: #bf0b04;
}

/*Style for dropdown links*/
.main_menu ul li:hover ul a {
	background: #bf0b04;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align:left;
	font-size:14px;
}

/*Hover state for dropdown links*/
.main_menu ul li:hover ul a:hover {
	background: #c00b04;
	color: #fff;
}



/*Hide dropdown links until they are needed*/
.main_menu ul li ul {
	display: none;
}

/*Make dropdown links vertical*/
.main_menu ul li ul li {
	display: block;
	float: none;
	border-right:none;
}

/*Prevent text wrapping*/
.main_menu ul li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.main_menu ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 18px;
	text-decoration: none;	
	background: #c71309;
	text-align: center;
	padding: 22px 0;
	display: none;
	line-height:10px;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #sub_menu{
    display: block;
}


/*Responsive Styles*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
.main_menu{margin:0 auto; width:1098px;}
.main_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}
.right_sub{ position:absolute; right:0;}

/*Create a horizontal list with spacing*/
.main_menu ul li {
	display:inline-block;
	float: left;
	margin-right:0px;
	border-right:1px solid #bf0b04;
}

/*Style for menu links*/
.main_menu ul li a {
	display:block;	
	height: 54px;
	text-align: center;
	line-height: 50px;
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 18px;
	/*background: #eb2f24;*/
	text-decoration: none;
	padding:0 10px;
}

/*Hover state for top level links*/
.main_menu ul li:hover a {
	background: #bf0b04;
}
.main_menu ul li a.select {
	background: #bf0b04;
}

/*Style for dropdown links*/
.main_menu ul li:hover ul a {
	background: #bf0b04;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align:left;
	font-size:14px;
}

/*Hover state for dropdown links*/
.main_menu ul li:hover ul a:hover {
	background: #c00b04;
	color: #fff;
}



/*Hide dropdown links until they are needed*/
.main_menu ul li ul {
	display: none;
}

/*Make dropdown links vertical*/
.main_menu ul li ul li {
	display: block;
	float: none;
	border-right:none;
}

/*Prevent text wrapping*/
.main_menu ul li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.main_menu ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 18px;
	text-decoration: none;	
	background: #c71309;
	text-align: center;
	padding: 22px 0;
	display: none;
	line-height:10px;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #sub_menu{
    display: block;
}	
}

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	.main_menu {margin:0; width:100%;}
	.main_menu ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	
	.main_menu ul li a {
	display:block;	
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 18px;
	background: #eb2f24;
	text-decoration: none;
	padding:0 33px;
}

	.main_menu ul li {
		margin-bottom: 0px;
		
	}


	.main_menu ul li:hover ul a {
	background: #ff0000;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align:left;
	font-size:14px
}
	/*Make all menu links full width*/
	.main_menu ul li, li a {
		width: 100%;
	}
	.main_menu ul li a{padding:0;}
	/*Display 'show menu' link*/
	.main_menu .show-menu {
		display:block;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
.main_menu{margin:0 auto; width:1098px;}
.main_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}
.right_sub{ position:absolute; right:0;}

/*Create a horizontal list with spacing*/
.main_menu ul li {
	display:inline-block;
	float: left;
	margin-right:0px;
	border-right:1px solid #bf0b04;
}

/*Style for menu links*/
.main_menu ul li a {
	display:block;	
	height: 54px;
	text-align: center;
	line-height: 50px;
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 18px;
	/*background: #eb2f24;*/
	text-decoration: none;
	padding:0 27px;
}

/*Hover state for top level links*/
.main_menu ul li:hover a {
	background: #bf0b04;
}
.main_menu ul li a.select {
	background: #bf0b04;
}

/*Style for dropdown links*/
.main_menu ul li:hover ul a {
	background: #bf0b04;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align:left;
	font-size:14px;
}

/*Hover state for dropdown links*/
.main_menu ul li:hover ul a:hover {
	background: #c00b04;
	color: #fff;
}



/*Hide dropdown links until they are needed*/
.main_menu ul li ul {
	display: none;
}

/*Make dropdown links vertical*/
.main_menu ul li ul li {
	display: block;
	float: none;
	border-right:none;
}

/*Prevent text wrapping*/
.main_menu ul li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.main_menu ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 18px;
	text-decoration: none;	
	background: #c71309;
	text-align: center;
	padding: 22px 0;
	display: none;
	line-height:10px;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #sub_menu{
    display: block;
}	
}

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	.main_menu {margin:0; width:100%;}
	.main_menu ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	
	.main_menu ul li a {
	display:block;	
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: 'open_sansregular';
	color: #FFF;
	font-size: 18px;
	background: #eb2f24;
	text-decoration: none;
	padding:0 33px;
}

	.main_menu ul li {
		margin-bottom: 0px;
		
	}


	.main_menu ul li:hover ul a {
	background: #ff0000;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align:left;
	font-size:14px
}
	/*Make all menu links full width*/
	.main_menu ul li, li a {
		width: 100%;
	}
	.main_menu ul li a{padding:0;}
	/*Display 'show menu' link*/
	.main_menu .show-menu {
		display:block;
	}
}