/*--------------------------------------------------
	Midstates Equipment & Supply Redesign
	Version 1.0 
	Date 2.8.15	
	Framework: 99Lime.com HTML KickStart by Joshua Gatcke
	Designed By: Billie Muzzy & Micah Hopper
	Name: style.css
---------------------------------------------------*/


/*---------------------------------
	Color Hex Guide
	Silver: #828282	
	Maroon: #2b0404
-----------------------------------*/



/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Arimo", arial, verdana, sans-serif;
	font-weight: normal;
}
thead th, tbody th {
	font-family: "Arimo", arial, verdana, sans-serif;
}
button, a.btn, input[type="submit"], input[type="reset"], input[type="button"] {
	font-family: "Arimo", arial, verdana, sans-serif;
}
.menu {
	font-family: "Arimo", arial, verdana, sans-serif;
}
blockquote {
	font-family: "Arimo", arial, verdana, sans-serif;
}
img, embed, object, video {
 max-width=100%;
}
/*---------------------------------
	LAYOUT
-----------------------------------*/
h1 {
	font-size: 3em;
	text-align: center;
	font-family: "Arimo", arial, verdana, sans-serif;
	color: #2B0404;
}
h2 {
	font-size: 2em;
	text-align: center;
	font-family: "Arimo", arial, verdana, sans-serif;
	color: 2b0404;
}
h3 {
	font-size: 1.75em;
	text-align: center;
	font-family: "Arimo", arial, verdana, sans-serif;
	color: #828282;
}
h4 {
	font-size: 1.25em;
	text-align: center;
	font-family: "hwt-american-shopworn", sans-serif;
}
/*---------------------------------
	LINKS
-----------------------------------*/

a { /*unvisted link */
	color: #2b0404;
	font-weight: bold;
}
 a:visted { /*visited link*/
 color: #2b0404;
}
a:hover { /*mouse over link */
	color: #828282;
}
/*---------------------------------
	ARROW BOX
-----------------------------------*/

.arrow_box {
	position: relative;
	background: rgb(43, 4, 4);
	background: -moz-linear-gradient(310deg, rgb(43, 4, 4) 30%, rgb(123, 4, 4) 70%);
	background: -webkit-linear-gradient(310deg, rgb(43, 4, 4) 30%, rgb(123, 4, 4) 70%);
	background: -o-linear-gradient(310deg, rgb(43, 4, 4) 30%, rgb(123, 4, 4) 70%);
	background: -ms-linear-gradient(310deg, rgb(43, 4, 4) 30%, rgb(123, 4, 4) 70%);
	background: linear-gradient(40deg, rgb(43, 4, 4) 30%, rgb(123, 4, 4) 70%);
	border: 4px solid #828282;
	color: white;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(43, 4, 4, 0);
	border-top-color: #2b0404;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_box:before {
	border-color: rgba(130, 130, 130, 0);
	border-top-color: #828282;
	border-width: 21px;
	margin-left: -21px;
}
/*---------------------------------
	TICKER / MARQUEE
-----------------------------------*/
.ticker-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	clear: both;
	border: none;
}
.ticker inner {
	overflow: hidden;
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	border: none;
}
.ticker {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	overflow: hidden;
}
.ticker li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
.ticker ul {
	border: none;
}
.ticker img {
	vertical-align: middle
}
.ticker-imgBorder {
	border: none
}
.ticker-buttons {
	text-align: right;
	margin: 3px 0 0 0;
	padding: 0;
}
.ticker-buttons li {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
.ticker-buttons li.current a {
	background: #ddd;
}
.ticker-buttons a {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	padding: 1px 3px;
	margin: 0 1px;
	line-height: 100%;
	/*border:1px solid #efefef;*/
	text-decoration: none;
	font-size: 0.8em;
}
/*---------------------------------
	FOOTER
-----------------------------------*/

footer {
	display: block;
	background-color: rgba(45, 45, 45, 0.6);
	/*border-left: 1px solid #ddd inset;*/
	color: #FFFFFF;
	font-size: 1 em;
	/*text-shadow: 0px 1px 1px #fff;*/
	position: relative;
	top: 0;
	left: 0;
}
footer .border-right {
	border-right: 3px inset #000;
	padding-right: 15px;
}
footer .button {
	text-align: right;
}
footer h3 {
	text-align: left;
}
/*---------------------------------
	Rounded Corner box that shows
	on footer
-----------------------------------*/	
.rounded {
	position: relative;
	margin-top: 5%;
	width: 300px;
	height: 175px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #999999;
}
.rounded li {
	margin: 10%;
	padding: 0;
	list-style-type: 0;
	display: block;
}
/*---------------------------------
	MISC
-----------------------------------*/

#link-top {
	display: none;
}
.callout {
	background: #000;/*#86dc00;*/
	margin: 0 20em;
	padding: 2em 0;
	color: #fff;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
	text-align: center;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	display: block;
}
.callout + div.grid {
	margin-top: 0px;
}
a.callout {
	cursor: pointer;
}
.callout i.icon-4x {
	font-size: 6em;
}
.callout h4 {
	margin-bottom: 30px;
}
.callout-top {
	margin: 50px 0 0 0;
}
.callout p {
	margin-bottom: 0;
}
.callout .button {
	margin-top: 10px;
}
.callout.green {
	background: #19ad0b;/*#86dc00;*/
}
#mc_embed_signup {
	padding: 30px 0;
}
#ui-preview {
	border: 5px solid #ddd;
	margin: 30px 0;
	display: block;
}
.imgBorder {
	display: inline-block;
	position: relative;
	border: 1px solid #ddd;
	background: #fff;
	padding: 3px;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.gallery2 {
}
.gallery2 a {
	display: inline-block;
	position: relative;
	border: 1px solid #ddd;
	background: #fff;
	padding: 3px;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.gallery2 a img {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

/*---------------------------------
	Responsive Grid Media Queries - 1280, 1024, 768, 480
	1280-1024 	- desktop (default grid)
	1024-768 	- tablet landscape
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
-----------------------------------*/
@media all and (min-width: 1024px) {
.hidelink {
	display: none;
}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
h1.phone a {
	font-family: bello-pro, serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #e0eff2;
	text-shadow: -4px 3px 0 #2b0404;
}
.hidelink span {
	display: none;
}
}

@media all and (min-width: 736px) and (max-width: 1024px) and (orientation: portrait) {
.rounded li {
	margin: -90px;
	visibility: hidden;
}
.rounded {
	margin: -90px;
	visibility: hidden;
}
}

@media all and (min-width: 480px) and (max-width: 768px) {
body {
	background-image: url(img/Asphalt.jpg);
	background-color: #000;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font: normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
	text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}
.wrap { /*Creates white background behind text */
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	margin: 0;
	box-shadow: 0px 0px 0px 2px #999999;
	color: #000;
}
.header-logo { /*Displays logo on top of page */
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	background: url(img/logo.fw.png) no-repeat center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 5% 0 -2% 0;
	padding: 0;
}
h1.phone {
	font-family: bello-pro, serif;
	font-size: 3em;
	font-weight: 400;
	color: #e0eff2;
	text-shadow: none;
}
.rounded li {
	margin: -90px;
	visibility: hidden;
}
.rounded {
	margin: -90px;
	visibility: hidden;
}
/* NAV BAR*/
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	color: #fff;
	z-index: 1000;
}
}

@media all and (max-width: 480px) {
}

/*---------------------------------
	iPhone 6 Plus in landscape
-----------------------------------*/	
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
header h1 a {/*unvisted link */
	color: #FFFFFF;
	font-weight: bold;
}
.rounded li {
	margin: -90px;
	visibility: hidden;
}
.rounded {
	margin: -90px;
	visibility: hidden;
}
}
