nav .touch-btn {
	display: none
}
nav a {
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-size: 20px
}
nav ul, nav ul li {
	margin: 0;
	padding: 0
}
@media screen and (min-width:1000px) {
.menus {
	width: 100%;
	margin-top: 8px;
	background: #008440;
}
.menu-icon {
	float: right;
	margin-left: 8px;
	width: 12px;
	margin-top: 6px;
}
#nav-container {	
	position: relative;
	z-index: 9999;
	margin-top: 0px;
}
nav {
	margin: auto;
	max-width: 1100px;
	margin-top: 8px;
	
}
nav ul li {
	float: left;
	display: inline;
	/*width: 177px;*/
	position: relative;
	margin: 0;
}
/*nav ul li:hover {
	background-color: #fff
}*/
nav>ul>li {
	margin: 0 0px 0 0
}
nav ul li a {
	color: #fff;
	padding: 12px 22px 11px 22px;
	display: block;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
nav ul li a:hover {
	color: #fff;
	background: #C41B16;
}
nav .current a {
	color: #fff;
	background: #C41B16;
}
/*nav .current2 a {
	color: #fff;
	background: #FE6500;
}
nav .current3 a {
	color: #fff;
	background: #15C1E5;
}
nav .current4 a {
	color: #fff;
	background: #9BBA1F;
}
nav .current5 a {
	color: #fff;
	background: #C41B16;
}
nav .current6 a {
	color: #fff;
	background: #C41B16;
}
nav .current7 a {
	color: #fff;
	background: #C41B16;
}*/
/*nav>ul>li {
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	background-color: #999
}
nav>ul>li>a {
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0
}*/
nav ul li ul a {
	padding: 12px 10px;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #000;
}
nav ul li ul a:hover {
	background: #fff;
	color: #222;
}
nav ul li ul {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	position: absolute;
	max-height: 0;
	overflow: hidden;
	margin: -20px 0 0 0;
	opacity: 0;
	-webkit-box-shadow: 1px 1px 2px rgba(50,50,50,.35);
	-moz-box-shadow: 1px 1px 2px rgba(50,50,50,.35);
	box-shadow: 1px 1px 2px rgba(50,50,50,.35)
}
nav ul li:hover>ul {
	max-height: 1000px;
	overflow: visible;
	margin: 0;
	opacity: 1
}
nav ul li ul li {
	background-color: #fff;
	width: 250px;
	text-align: left;
	border-top: 1px solid #fff
}
ul li ul li a.parent {
	background: url(../image/arrow-parent.gif) no-repeat 97% 50%
}
nav ul li ul li ul {
	float: left;
	position: absolute;
	left: 200px;
	top: 0;
	width: 0;
	margin: 0 0 0 -20px
}
nav ul li ul li:hover>ul {
	margin: 0;
	width: 200px
}
nav ul li ul li ul li, nav ul li ul li ul li ul li {
	background-color: #E7E7E7
}
}

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

a.toggleMenu {
	padding: 15px 10px;
	margin: 10px 10px 0;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #3695EB
}
.menus {
		width: 100%;
	}
.menu-icon {
	display: none;
}
nav {
	margin: 0 10px 10px
}
nav ul li {
	list-style: none;
	border-top: dashed 1px #666
}
nav>ul>li {
	background-color: #F5F5F5
}
nav ul li a {
	padding: 10px 10px;
	display: block;
	color: #5B5B5B;
}
nav ul li ul {
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
nav>ul {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
nav ul li ul li a {
	background: url(../image/bullet-sub.gif) no-repeat 6px 8px;
	padding: 5px 5px 5px 18px
}
nav ul li.active>ul, nav>ul.active {
	max-height: 1000px
}
span.touch-btn {
	float: right;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	width: 20px;
	height: 20px;
	margin: -2px 0 0 0;
	padding: 2px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 14px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../image/plus-minus.gif) no-repeat 50% 2px #666
}
a.toggleMenu span.touch-btn, nav ul li.active>a.parent span.touch-btn {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-position: 50% -18px
}
a.toggleMenu.active span.touch-btn {
	background-position: 50% 2px;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}
}
@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
nav ul li ul {
	display: none
}
nav ul li:hover>ul {
	display: block
}
}
@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
nav ul li ul {
	display: none
}
nav ul li:hover>ul {
	display: block
}
}
@media only screen and (max-width:620px) {
	.top-phone {
		float: left;
		margin-left: 20px;
	}
}
@media only screen and (max-width:400px) {
.get-quote {
	float: left;
	margin-left: 20px;
}
.get-quote a {
    font-weight: 700;
    line-height: 40px;
    padding: 0 30px;
	margin-top: 15px;
}
}
