﻿.footermenu{
	display:none;
}
.headermenu
{
	width: 101%;
	/* height: 49px; */
	height: 68px;
	background-color: #0059BA;
	margin-top: 17px;
	padding: 10px 15px;;
	/*
	background-color: #0059BA;
	color: white;
	text-align: center;
	*/
}
/*
.headermenu select {
	background: #fff;
	border: 1px solid #dae0e7;
	display: block;
	font-family: FontAwesome;
	font-size: 14px;
	margin: 6px 0 6px 15px;
	padding: 10px 5px;
	color: #2C3740;
	width: 100%;
}

.headermenu input {
	background: #fff;
	border: 1px solid #dae0e7;
	display: block;
	font-family: FontAwesome;
	font-size: 14px;
	margin: 6px 0 6px 15px;
	padding: 10px 5px;
	color: #2C3740;
	height: 38px;
	width: 90%;
}
*/
@media only screen and (max-width: 767px) {
	/* footermenu */
	.footermenu {
		display: inline;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 68px;
		padding-top: 10px;
		background-color: #0059BA;
		z-index: 999;
		/*
		background-color: #0059BA;
		color: white;
		text-align: center;
		*/
	}
	
	/*
	.footermenu select{
		background: #fff;
		border: 1px solid #dae0e7;
		display: block;
		font-family: FontAwesome;
		font-size: 14px;
		margin: 10px 0 0 -5px;
		padding: 10px 5px;
		color: #2C3740;
		width:120%
	}
	
	.footermenu input {
		background: #fff;
		border: 1px solid #dae0e7;
		display: block;
		font-family: FontAwesome;
		font-size: 14px;
		margin: 10px 0 0 -5px;
		padding: 10px 5px;
		color: #2C3740;
		width: 105%;
		height: 38px;
	}
	*/
	
	.footer {
		margin-bottom: 60px;
	}
	/* footermenu */
	
	
	/* Status menu */
	.floatmenu-status {
		display:inline;
		position: fixed;
		right: 15px;
		bottom: 15px;
		background-color: #0059BA;
		color: #fff;
		border-radius: 50%;
	    width: 50px;
	    height: 50px; 
	    vertical-align:middle;
	    text-align:center;
		padding-top: 14px;
		z-index: 999;
		/*
		background-color: #0059BA;
		color: white;
		text-align: center;
		*/
	}
	.floatmenu-status a {
		color: #fff;
	}


	/* Status menu */
	
	
	
	
}
