
#menu-button{ /* hiding responsive menu button */
	display: none;
}
nav.mobile { /* hiding responsive menu */
	display:none;
}

/***** Start of primary nav ******/
nav.primary {
    padding:0;
	display:block;
	margin:0;
	position:relative;
}
nav.primary ul {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0;
    margin: 0;
}
nav.primary ul li {
	padding:0;
    margin:0;
    list-style: none;
}

nav.primary ul li a {
    font-family: 'Oswald' !important;
    color: #000;
    font-size: 1.1vw;
    text-decoration: none;
    padding: 5px;
    display: block;
    margin: 0;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    border-bottom:1px solid;
    border-image: linear-gradient(to right, transparent 20%, #f15d22 20%) 100% 1;
}
nav.primary ul li a:hover {
    background: #000;
    color: #fff;
    border-image: linear-gradient(to right, transparent 20%, transparent 20%) 100% 1;
}
nav.primary ul li:hover a {
    background: #000;
    color: #fff;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 14px;
    margin:0;
    color: #fff;
    background: #000;
    display: block;
    border-right: none;
    border-left: none;
    border-bottom:0px;
    padding:10px 20px;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
    background: #f15d22;
    
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
}
nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}
nav.primary ul li:hover > ul {
    display: block;
    line-height: 18px;
    z-index: 100;
}
nav.primary ul ul li {
    display: block;
    float: none;
    width:auto;
    max-width: 300px;
    min-width: 200px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
}

nav.primary ul .menu-requestquote a {
	background:#f15d22!important;
	color:#fff!important;
    border:0px!important;
}

nav.primary ul .menu-requestquote a:hover{
	transition: 0.2s all ease;
    cursor: pointer;
	background:#e44d11!important;
}
nav.primary ul .menu-greybutton a {
    background:#797979!important;
	color:#fff!important;
    border:0px!important;
}
nav.primary ul .menu-greybutton a:hover{
    background:#5B5B5B!important;
	color:#fff!important;
}


@media screen and (max-width: 1550px)  {


}
@media screen and (max-width: 1146px)  {
	nav.primary ul li a {
        font-size: 1.0vw;   
    }
}

@media screen and (max-width: 950px)  {

nav.primary{
	display:none;
}

/*==============================
Mobile Nav Styles			
================================*/	
#menu-button{ /* initially will need to be hidden */
	display: flex;
	
	position: relative;
	z-index: 2;/* needs to be lower than nav.mobile, adjust as needed */
	padding:15px 0;
	width:100%;
	float:none;
}
#menu-button .menu-toggle {
	color:#797979;
	text-decoration: none;
    text-align: center;
    font-family: 'Oswald';
    width:50%;
    font-size: 28px;
}
#menu-button .menu-toggle i {
	color:#f15d22;
}
#menu-button .menu-toggle:hover{
	color:#f15d22;
}
.mobile-phone-contact {
    width:50%;
    text-align: center;
}
.mobile-phone-contact ul {
    padding:0;
    margni:0;
    position: relative;
}
.mobile-phone-contact ul li {
    padding:0;
    margni:0;
    list-style: none;
}
    
.mobile-phone-contact ul li a {
    color:#797979;
    text-decoration: none;
    font-family: 'Oswald';
    font-size: 28px;
    display: block;
}
.mobile-phone-contact ul li a span icon {
    color:#f15d22!important;
    font-size: 28px!important;
}
.mobile-phone-contact ul li a icon {
    color:#797979!important;
    font-size: 20px!important;
}
.mobile-phone-contact ul ul {
    position: absolute;
    z-index: 2;
    width:100%;
}
.mobile-phone-contact ul li li a {
    color:#000;
    text-decoration: none;
    font-family: 'Oswald';
    font-size: 17px;
    padding:20px;
    box-sizing: border-box;
    display: block;
    background: #ddd;
    transition: 0.2s all ease;
}
.mobile-phone-contact ul li li a span {
    font-size: 20px;
}
.mobile-phone-contact ul li li a:hover {
    background:rgb(121, 121, 121);
    color:#fff;
}
	
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 999999999999999999; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	font-family: 'Montserrat';
}
    .mobile_top {
        display: flex;
        justify-content: flex-end;
        padding:10px;
    }
nav.mobile .mobile_top  .menu-toggle { /* Menu close button */
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #f15d22;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
    font-family: 'Oswald';
	position: relative;
	display: block;
	padding: 8px 10px;
	color: #fff!important;
	text-decoration: none;
	font-size:13px;
	font-weight: 400;
	text-align: left;
}
nav.mobile ul li a i {
    display: none;
    }
nav.mobile ul li a:hover {
	background: #f15d22;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(/arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}
.nav-footer {padding: 25px;font-size: 12px;color:#fff;}
    
}

@media only screen and (max-width : 340px) {
    #menu-button .menu-toggle {
        font-size: 20px!important;
    }
    .mobile-phone-contact ul li a {
        font-size: 20px!important;
    }
    .mobile-phone-contact ul li a span icon {
        font-size: 20px!important;
    }
    .mobile-phone-contact ul li a icon {
     font-size: 16px!important;
    }
}


