
#mobile_menu_container {
	float: right;
	width: 90%;
	background-color: white;
	display: none;
	position:fixed;
    top:0px;
    right:0px;
    z-index:9999;
	height:100%;
}
#mobile_container {
	float: left;
	position: relative;
	width: 100%;
	background-color: white;
}
#hamburger {
	float: right;
	background-color:red;
}

#mobile_menu_header{
	float:left;
	position:relative;
	background-color:#ccc;
	height:50px;
	width:100%;
	border-bottom:1px solid #ccc;
}
#close_button{float:left; position:relative;width:5%; text-align:left; line-height:50px; padding-left:10px; cursor: pointer; cursor: hand; font-size:20px;font-weight:bold;}
#header_text{float:left; position:relative;width:80%;  font-weight:bold; line-height:50px;padding-left:10px;}


.mmenu_section{
	float:left;
	position:relative;
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
	/*background-color:#eee;*/
	text-transform:uppercase;
	padding-left:5%;
}


.search_section{
	float:left;
	position:relative;
	width:100%;
	height:60px;
	line-height:30px;
	border-bottom:1px solid #ccc;
	/*background-color:#eee;*/
	text-transform:uppercase;
	margin:0px;
}

.mmenu_section a{
	color:black;
	text-decoration:none;
}

.mmenu_links_section a{
	color:black;
	text-decoration:none;
}

.mmenu_section a:hover{
	color:#ab0e00;
	text-decoration:none;
}

.mmenu_links_section a:hover{
	color:#ab0e00;
	text-decoration:none;
}

.mmenu_section_social{
	float:left;
	position:relative;
	width:100%;
	height:70px;
	border-bottom:1px solid #ccc;
	background-color:#eee;
	text-align:center;
	padding-top:15px;
}

#mmenu_links{
	float:left;
	position:relative;
	width:100%;
	background-color:#ccc;
	text-transform:uppercase;
}

.mmenu_links_section{
	float:left;
	position:relative;
	width:100%;
	background-color:#ccc;
	text-transform:uppercase;
	height:30px;
	padding-left:5%;
	margin-top:5px;
	border-bottom: solid 1px #ddd;
	line-height:30px;
	
}

input[type=text].mmenu_search_text{
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-color: #999;
    width: 50%;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 6%;
    margin-top: 14px;
	box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;	
}

input[type=submit] {
    background: #ab0e00;
    border-width: 0;
    color: #eee;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 10px 8px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.9;
    transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
}


.mobile_newsletter_sub{
	float:left;
	position:relative;
	width:100%;
	/*padding-left:5%;	*/
	background-color:#ccc;
	text-align:left;
	
}

.mobile_newsletter_sub_heading{
	float:left;
	position:relative;
	width:100%;
	margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
	background-color:#ccc;
	text-align:center;
}

#close_button img{
	width:30px;
	height:30px;
	margin-top:10px;
}

#mobile_navigation_header_container{
	float:left;
	position:relative;
}


