#navmobil {
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
	z-index:99999;
}
.line {
    width:25px;
    height:2px;
    background:#000;
    margin:0 0 4px 0;
}

  #nav {
	display:none;
	position: absolute;
    min-width: 150px;
	z-index: 99999997;
	width: calc(100% - 14px);
	max-height: calc(100% - 10px);
	margin: 0 auto;
	top: 95px;
	right: 0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	transform: translateY(-7px);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  }


  #nav ul {
	margin:0 auto;
	padding:0;
	list-style-type:none;
  }
  #nav ul li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #E7E7E7;
  }
  #nav ul li a {
  text-decoration:none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #555;
  margin: 0;
  padding: 20px 10px 15px 10px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  }
  #nav ul li a:hover{
	color:#191919;
  }
  #nav ul li ul {
	display: none;
	background: #f1f1f1;
	z-index: 999999;
	float: none;
    width: 100%;
	padding: 5px 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
  #nav ul li ul li a {
	font-family: 'Roboto', sans-serif;
	color:#555;
  }
  .active {
	display:block!important;
  }

@media only screen and (min-width: 1100px) {
	.tactile-menu-button{display:none;}
}

@media only screen and (max-width: 1100px) {
	/* MENU BUTTON
    **************************************************/
	.tactile-menu-button {
		position: absolute;
		z-index: 999999;
		top: 50px;
		right: 30px;
		width: 38px;
		background: #fff;
		padding: 7px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		text-decoration: none;
		cursor: pointer;
		border: 1px solid #f1f1f1;
		-webkit-transition: opacity .5s ease .15s, top 0s ease .15s;
		-moz-transition: opacity .5s ease .15s, top 0s ease .15s;
		transition: opacity .5s ease .15s, top 0s ease .15s;
	}

	.tactile-menu-button::before,
	.tactile-menu-button::after,
	.tactile-menu-button div.tactile-menu-button-middle {
		background-color: #000000;
		content: '';
		display: block;
		width: 23px;
		height: 2px;
		margin: 4px 0;

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;

		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	/* DROPDOWN SUB-MENU ARROW
    **************************************************/
	/* sub-menu arrow */
	.tactile-sub-arrow {
		position: absolute;
		cursor: pointer;
		top: 0;
		right: 0;
		width: 50px;
		height: 100%;

		/* remove the highlight of a tapped link when on a touch device */
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.tactile-sub-arrow-inner {
		position: relative;
		display: block;
		top: 10px;
		right: 0;
		width: 50px;
		height: 35px;
		border-left: 1px solid #E7E7E7;
	}

	.tactile-sub-arrow-inner::before,
	.tactile-sub-arrow-inner::after {
		position: absolute;
		content: '';
		display: block;
		top: 17px;
		width: 9px;
		height: 2px;
		background-color: #BBBBBA;

		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}

	.tactile-sub-arrow-inner::before {
		left: 15px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.tactile-sub-arrow-inner::after {
		left: 20px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* submenu arrow animation */
	.tactile-by-bonfire span.tactile-submenu-active span::before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.tactile-by-bonfire span.tactile-submenu-active span::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}


.wp-toolbar-active { margin-top:32px; }
/* for the thicker, mobile admin bar */
@media screen and (max-width: 782px) {
	.wp-toolbar-active { margin-top:46px; }
	#wpadminbar { position: fixed !important; }
}
/* if WordPress amin bar active, keep it above everything else */
#wpadminbar { z-index:9999999999999999999999999999; }
