@charset "UTF-8";

/*DESKTOP*/

html {
	background-color: #000;
}

#top_nav {
	width: 100%;
	min-height: 100px;
	background-color: #2d2c2c;
	color: #e2e2e2;
	margin-top: 30px;
	padding-bottom: 0px;
}

#message {
	font-weight: 900;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	margin-left: 20%;
	padding-top: 15px;
}

#top_nav ul {
	display: none;
	margin-top: -20px;
	margin-right: 20%;
}

#top_nav ul li {
	display: inline;
	float: right;
	margin-right: 30px;
}

#logo {
	position: absolute;
	margin-left: 100px;
	z-index: 1;

	width: 50%;
	margin-top: 5px;
}

#mammoth-taxi-logo {
	position: absolute;
	width: 450px;
	margin-top: -0.5%;

	z-index: 5;
}

#logo-c {
	position: absolute;
	margin-left: 100px;
	z-index: 1;

	width: 50%;
	margin-top: 5px;
}

#mammoth-taxi-logo-c {
	position: absolute;
	width: 450px;
	margin-top: -0.5%;
	z-index: 5;
}

#reliable_safe {
	color: #000;
	position: absolute;
	margin-left: 650px;
	margin-top: 23px;
	height: 55px;
	width: 350px;
	padding-left: 30px;
	background-color: #ffc30d;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/mid_stripebg.jpg);
	background-repeat: repeat-x;
	background-position: 40px 0px;
	text-align: center;
}

#menu_wrapper {
	width: 100%;
	/* This has to stay this size minimum */
	margin: 0 auto;
	margin-bottom: 0px;
	/* height: 50px; */
	margin-top: 55px;
	background-color: #2d2c2c;
}

#menu-2,
#menu-2 ul {
	padding: 0;
	list-style: none;
	margin: 0 auto;
	background-color: #2d2c2c;
}

#menu-2:before,
#menu-2:after {
	content: "";
	display: table;
}

#menu-2:after {
	clear: both;
}

#menu-2 li {
	float: left;
	position: relative;
	text-transform: uppercase;
	background: #e2e2e2;

	background: linear-gradient(to bottom,
			#e2e2e2 0%,
			#dbdbdb 50%,
			#d1d1d1 51%,
			#fefefe 100%);
	/* W3C */

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: 2px;
	color: #000000;
}

#menu-2 a {
	float: left;
	padding: 10px 20px;
	text-transform: uppercase;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000000;
}

#page_indicator:hover>a {
	color: #ffffff;
	background: #515151;

	background: linear-gradient(to bottom,
			#515151 0%,
			#232323 50%,
			#262626 51%,
			#636363 100%);
	/* W3C */

	-webkit-border-radius: 6px;
	border-radius: 6px;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 0px 0px 10px #e2e2e2;
	-moz-box-shadow: inset 0px 0px 0px 1px #e2e2e2;
	box-shadow: inset 0px 0px 0px 1px #e2e2e2;
}

#menu-2 a:hover {
	color: #e2e2e2;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #e24b4d 0%, #920d0f 100%);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#menu li a:hover {
	/* IE6 only */
	color: #ffd000;
	margin: 0 auto;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#menu-2 ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;

	z-index: 1;
	text-transform: uppercase;
	margin: 0 auto;
}

#menu-2 li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin-top: 3px;
	width: 100%;
	text-transform: uppercase;
	height: 100px;
}

#menu-2 ul ul {
	left: 100px;
	margin: 0 0 0 10px;
	_margin: 0;
	/*IE6 only*/
	text-transform: uppercase;
	height: 100px;
	color: #000000;
}

#menu-2 ul li {
	float: none;
	margin: 0 auto;
	margin-top: 0.5px;
	margin-left: 0px;
	display: block;
	_line-height: 0;
	/*IE6 only*/
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	color: #000000;
}

#menu-2 ul li:last-child {
	box-shadow: none;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

#menu-2 ul a {
	padding: 10px;
	display: block;
	white-space: nowrap;
	float: none;
	width: 100%;
}

#menu-2 ul a:hover {
	padding: 10px;
	/*height: 15px; */
	display: block;
	white-space: nowrap;
	float: none;
}


#menu-2 ul ul li:first-child a:after {
	left: -26px;
	top: 55%;
	margin-top: 5px;
	border-left: 0;

	margin: 0 auto;
	text-shadow: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

#menu-2 ul li:first-child a:hover {
	color: #e2e2e2;

	margin: 0 auto;
	text-shadow: none;
	text-align: center;
}

#menu-2 ul li:first-child a:hover:after {
	color: #e2e2e2;

	margin: 0 auto;
	text-shadow: none;
	text-align: center;
}

#menu-2 ul ul li:first-child a:after {
	left: -26px;
	top: 55%;
	margin-top: 5px;
	border-left: 0;

	margin: 0 auto;
	text-shadow: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#menu-2 ul ul li:first-child a:hover:after {
	color: #e2e2e2;

	margin: 0 auto;
	text-shadow: none;
	text-align: center;
}

#menu-2 ul li:last-child>a {
	margin-bottom: 10px;
	text-shadow: none;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

#menu-2 ul li:last-child>a:hover {
	color: #e2e2e2;

	text-shadow: none;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

li #page_indicator {
	color: #ffffff;
	background: #515151;
	background: linear-gradient(to bottom,
			#515151 0%,
			#232323 50%,
			#262626 51%,
			#636363 100%);
	/* W3C */
	-webkit-border-radius: 6px;
	border-radius: 6px;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 0px 0px 10px #e2e2e2;
	-moz-box-shadow: inset 0px 0px 0px 1px #e2e2e2;
	box-shadow: inset 0px 0px 0px 1px #e2e2e2;
}

#page_indicator a:hover {
	color: #ffffff;
	background: #515151;
	background: linear-gradient(to bottom,
			#4b4b4b 0%,
			#000000 50%,
			#000000 51%,
			#4b4b4b 100%);
	/* W3C */

	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 0px 0px 10px #e2e2e2;
	-moz-box-shadow: inset 0px 0px 0px 1px #e2e2e2;
	box-shadow: inset 0px 0px 0px 1px #e2e2e2;
}


/*MOBILE*/
@media (max-width: 600px) {
	#background {
		background-color: #2d2c2c;
		width: 100%;

		margin: 0 auto;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 3px;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 50px;
		height: auto;
		z-index: 1;
	}

	/* SLIDESHOW AND PHONE NUMBER CONTAINER */
	#top-container {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 0px;
	}

	#top_nav {
		width: 100%;
		height: auto;
		display: none;
	}

	#message {
		display: none;
		font-weight: 900;
		font-size: 16px;
		color: #fff;
		margin-top: 20px;
		margin-left: 20%;
		padding-top: 15px;
	}

	#top_nav ul {
		display: none;
		visibility: hidden;
		margin-top: -20px;
		margin-right: 20%;
	}

	#top_nav ul li {
		display: none;
		float: right;
		margin-right: 30px;
	}

	#reliable_safe {
		color: #000;
		display: none;
		position: absolute;
		margin-left: 650px;
		margin-top: 45px;
		height: 55px;
		width: 350px;
		background-color: #ffc30d;
		padding-top: 11px;
		padding-left: 10px;
		padding-right: 10px;
		background-image: url(../images/mid_stripebg.jpg);
		background-repeat: repeat-x;
		background-position: 40px 0px;
	}

	#menu_wrapper {
		width: 100%;
		/* This has to stay this size minimum */
		margin: 0 auto;
		margin-bottom: 0px;
		height: 100%;
		margin-top: 100px;
	}

	#menu-2,
	#menu-2 ul {
		padding: 0;
		list-style: none;
		margin: 0 auto;
		text-transform: uppercase;
		text-align: center;
	}

	#menu-2:after {
		clear: both;
		text-transform: uppercase;
	}

	#menu-2 li {
		position: relative;
		text-transform: uppercase;
		margin: 0 auto;
		text-align: center;
		background: #e2e2e2;

		background: linear-gradient(to bottom,
				#e2e2e2 0%,
				#dbdbdb 50%,
				#d1d1d1 51%,
				#fefefe 100%);

		border-radius: 6px;
		margin-left: 2px;
		color: #000000;
		width: 80%;
	}

	#menu-2 a {
		float: left;
		padding: 15px 20px;
		height: 45%;
		width: 80%;
		margin-bottom: 3px;
		text-transform: uppercase;
		font-family: Helvetica;
		font-size: 12px;
		font-weight: 900;
		text-decoration: none;
		letter-spacing: 1px;
		color: #000000;
		background: #e2e2e2;
		background: linear-gradient(to bottom,
				#e2e2e2 0%,
				#dbdbdb 50%,
				#d1d1d1 51%,
				#fefefe 100%);

		border-radius: 6px;
		margin-left: 2px;
		color: #000000;
		width: 100%;
	}

	#menu-2 ul {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 30px;
		width: 100%;
		z-index: 1;
		text-transform: uppercase;
		margin: 0 auto;
	}

	#menu-2 ul ul {
		text-transform: uppercase;
		margin: 0 0 0 10px;
		height: auto;
		color: #000000;
		width: 100%;
	}

	#menu-2 ul li {
		float: none;
		margin: 0 auto;
		width: 100%;
		margin-top: 0.5px;
		margin-left: 0px;
		display: block;
		_line-height: 0;
		/*IE6 only*/
		text-transform: uppercase;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		text-align: center;
		color: #000000;
		margin-bottom: 3px;
	}

	#menu-2 ul li:last-child {
		box-shadow: none;
		text-transform: uppercase;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		text-align: center;
	}

	#menu-2 ul a {
		padding: 10px;
		/*height: 15px; */
		display: block;
		white-space: nowrap;
		float: none;
		width: 98%;
		text-transform: uppercase;
	}

	#call_button {
		color: #fff;
		-webkit-text-stroke-width: 5px;
		-webkit-text-stroke-color: black;
		background: linear-gradient(to bottom, #e24b4d 0%, #920d0f 100%);

		border-radius: 6px;
		width: 92%;
		padding: 15px 20px;
		margin-left: 4px;
		font-size: 4vh;
		font-weight: 900;
		letter-spacing: 1px;
	}
}

/*TABLET*/
@media (min-width: 601px) and (max-width: 1024px) {
	#background {
		background-color: #2d2c2c;
		width: 100%;

		margin: 0 auto;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 3px;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 50px;
		height: auto;
		z-index: 1;
	}

	/* SLIDESHOW AND PHONE NUMBER CONTAINER */
	#top-container {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 0px;
	}

	#top_nav {
		width: 100%;
		height: auto;
	}

	#message {
		display: none;
		font-weight: 900;
		font-size: 16px;
		color: #fff;
		margin-top: 20px;
		margin-left: 20%;
		padding-top: 15px;
	}

	#top_nav ul {
		display: none;
		visibility: hidden;
		margin-top: -20px;
		margin-right: 20%;
		display: none;
	}

	#top_nav ul li {
		display: none;
		float: right;
		margin-right: 30px;
		display: none;
	}

	#menu_wrapper {
		width: 100%;
		/* This has to stay this size minimum */
		margin: 0 auto;
		margin-bottom: 0px;
		height: 100%;
		margin-top: 100px;
	}

	#menu-2,
	#menu-2 ul {
		padding: 0;
		list-style: none;
		margin: 0 auto;
		text-transform: uppercase;
		margin: 0 auto;
		text-align: center;
	}

	#menu-2:after {
		clear: both;
		text-transform: uppercase;
	}

	#menu-2 li {
		position: relative;
		text-transform: uppercase;
		margin: 0 auto;
		text-align: center;
		background: #e2e2e2;
		background: linear-gradient(to bottom,
				#e2e2e2 0%,
				#dbdbdb 50%,
				#d1d1d1 51%,
				#fefefe 100%);

		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		margin-left: 2px;
		color: #000000;
		width: 80%;
	}

	#menu-2 a {
		float: left;
		padding: 15px 20px;
		height: 45%;
		width: 80%;
		margin-bottom: 3px;
		text-transform: uppercase;
		font-family: Helvetica;
		font-size: 12px;
		font-weight: 900;
		text-decoration: none;
		letter-spacing: 1px;
		color: #000000;
		background: #e2e2e2;

		background: linear-gradient(to bottom,
				#e2e2e2 0%,
				#dbdbdb 50%,
				#d1d1d1 51%,
				#fefefe 100%);

		border-radius: 6px;
		margin-left: 2px;
		color: #000000;
		width: 100%;
	}

	#menu-2 ul {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 30px;
		width: 100%;
		z-index: 1;
		text-transform: uppercase;
		margin: 0 auto;
	}

	#menu-2 ul ul {
		text-transform: uppercase;
		margin: 0 0 0 10px;
		_margin: 0;
		/*IE6 only*/
		text-transform: uppercase;
		height: auto;
		color: #000000;
		width: 100%;
	}

	#menu-2 ul li {
		float: none;
		margin: 0 auto;
		width: 100%;
		margin-top: 0.5px;
		margin-left: 0px;
		display: block;
		_line-height: 0;
		/*IE6 only*/
		text-transform: uppercase;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		text-align: center;
		color: #000000;
		margin-bottom: 3px;
	}

	#menu-2 ul li:last-child {
		box-shadow: none;
		text-transform: uppercase;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		text-align: center;
		text-transform: uppercase;
	}

	#menu-2 ul a {
		padding: 10px;
		/*height: 15px; */
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
		width: 98%;
		text-transform: uppercase;
	}

	#call_button {
		color: #fff;
		-webkit-text-stroke-width: 5px;
		-webkit-text-stroke-color: black;

		background: linear-gradient(to bottom, #e24b4d 0%, #920d0f 100%);

		border-radius: 6px;
		width: 92%;
		padding: 15px 20px;
		margin-left: 4px;
		font-size: 4vh;
		font-weight: 900;
		letter-spacing: 1px;
	}
}