/* Reset */

#menu-wrapper{padding:0px 0px 0px 40px;}
.megamenu, .megamenu a, .megamenu ul, .megamenu li, .megamenu div, .megamenu form, .megamenu input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.megamenu a {
	text-decoration: none;
}
.megamenu li {
	list-style: none;
}
/* Menu Container */
.megamenu {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 999;
}
/* Menu List */
.megamenu > li {
	display: block;
	float: left;
}
/* Menu Links */
.megamenu > li > a {
	position: relative;
	display: block;
	z-index: 510;
	padding: 0 10px;
	line-height: 37px;
	font-family: Raleway;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	border-top: 0px solid #d6e0e8;
	border-bottom: 0px solid #d6e0e8;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;	
	text-transform:uppercase;
}
.megamenu > li:hover > a {
	color: #fff;
	/*background: rgba(3, 63, 93, 0.9);*/
	border-bottom: solid 3px orange;
	color:orange;
}
.megamenu > li:hover > a:active {
	color:orange;
/*	background: rgba(3, 63, 93, 0.9);*/

	border-bottom: solid 1px #39F;
}
.megamenu > li:first-child > a {
	border-left: none;
}
/* Search Form */
.megamenu > li.megamenu-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 0px solid #4b4441;
}
.megamenu > li.megamenu-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #337ab7;
	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}
.megamenu > li.megamenu-search input[type="text"]:focus {
	color: #fcfcfc;
}
.megamenu > li.megamenu-search input[type="text"]:focus, /* Menu Dropdown */ .megamenu > li > div {
	position: absolute;
	display: block;
	/*width: 100%;*/
	top: 50px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	/*background: rgba(3, 63, 93, 0.9);*/
	border-radius: 0 0 3px 3px;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
background: #ffaf4b; /* Old browsers */
background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffaf4b 0%,#ff920a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffaf4b 0%,#ff920a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
	  
	
		z-index:99999;
}
.megamenu > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}
/* Menu Content Styles */
.megamenu .megamenu-column {
	float: left;
	padding: 3.5%;
	width: 270px;
	display: block; /* Safari */
	display: block;
}
.megamenu .megamenu-column h3.orange {
	color: #ff722b;
}
.megamenu .megamenu-column li a {
	display: block;
	width: 100%;
	line-height: 26px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	font-family: Raleway;
	padding-left: 10px;
}
.megamenu .megamenu-column li a:hover {
	color: #fff;
	padding-left: 10px;
	/*background-color: rgba(3, 137, 212, 6);*/
	background:#333;
	display: block;
}

.megamenu h2{
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	font-family: Raleway;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	border-bottom:solid 1px #eee;
	padding-bottom:7px;
	}
	
@media only screen and (max-width: 1024px) and (min-width: 250px) {
#menu-wrapper {
	display: none;
}
.inbox {
	position: static;
	bottom: 0px;
	right: 0px;
	width: 100%;
}
#cars h2 {
	font-weight: 400;
	font-size: 30px;
	padding: 0px 0px 30px 0px;
	font-family: Raleway;
	color: #fff;
	margin: 0px;
	text-align: center;
}
.carbg1 {
	text-align: center;
}
.ser h1 {
	text-align: center;
}
.hero h3 {
	font-size: 2em;
}
.logo {
	margin: 10px 10px;
	display: block;
}
}