
/* Header
-------------------------------------------------------------------------------*/
#phone {
	float:right;
    font-size: 28px; font-size: 2.8rem;
}
#logo {
    background: url("../img/midland_truck_mounts-logo.jpg") no-repeat scroll 0 0 transparent;
	min-height: 42px;
}
.tagline {
	font-size: 12px; font-size: 1.2rem;
}
/* Nav
-------------------------------------------------------------------------------*/
nav {
	padding-bottom: 0;
}
nav ol {
	display:block;
	list-style-type : none;
	margin:0 0 0 0;
}
nav select {
	display: none;
}
nav ol li {
	background-color: #A7A5CC;
	float: left;
	margin: 0 0 0 1px;
}
nav a {
	display:block;
	padding:6px 8px;
	font-weight:700;
	font-size:11px; font-size:1.1rem;
}
nav a, nav a:visited {
	outline : none;
	color : #231E80;
	text-decoration : none;
}
nav a:hover { 
	background-color:#DCDBEB;
	outline : none;
	color : #231E80; 
	text-decoration : none;
}
nav a:active, nav a:focus { 
	background-color:#A7A5CC;
	outline : none;
	color : #231E80;
}
#home #nav-home, #hire-track #nav-hire-track, #hire-truck #nav-hire-truck, #sales #nav-sales, #training #nav-training, #traffic #nav-traffic, #tree-surgery #nav-tree, #contact #nav-contact  {
	background-color:#FFFFFF;
	margin-bottom: -26px;
	padding-bottom: 26px;
}
#nav-hire-track a {
	background-image: url(../img/new-flag.png);
	background-position: top right;
	background-repeat: no-repeat;
}
nav {
	float:right;
	margin: -12px 0 0;
}

nav a {
	padding:8px 10px;
	font-size:14px; font-size:1.4rem;
}


/* Content
-------------------------------------------------------------------------------*/
h1.topheadline {
	font-size:36px; font-size:3.6rem;
}
p.subhead {
    font-size:14px; font-size: 1.4rem;
}
#sliderContent h2 {
    font-size:16px; font-size: 1.6rem;
}
div.bigbutton a {
    font-size:15px; font-size: 1.5rem;
}
td.scaleunit {
    font-size:16px; font-size: 1.6rem;
}
p.introPara {
    font-size:18px; font-size: 1.8rem;
}
p.followPara {
    font-size:15px; font-size: 1.5rem;
}
.mainArticle {
    padding: 12px 24px 24px;
}
section.secondaryContent  {
	display:table;
	border-spacing: 6px;
}
.row {
	display:table-row;
}
section.secondaryContent article {
	display:table-cell;
}
h3, .secondaryContent h3 {
    font-size:20px; font-size: 2.0rem;
    margin-bottom:12px;
}
.secondaryContent h4 {
    font-size:17px; font-size: 1.7rem;
    margin-top:0;
}
article p {
    font-size:13px; font-size: 1.3rem;
}
article {
	padding-right: 24px;
}
div.medbutton a {
    font-size:14px; font-size: 1.4rem;
    padding: 5px 12px;
}
div.medbutton {
    width: 130px;
}
div.hiremachines {
	max-width: 47%;
	float: left;
	margin-right: 3%;
	clear:none;
}
img.hireimage {
	margin-bottom:20px;
}
div.inline-element {
	float:left;
	margin-right:20px;
}
table#spec-table td {
font-size: 13px; font-size: 1.3rem;
max-width: 130px;
}
div.row article {

}	
div.last {
	margin-right:0;
}


/* Aside styles!
-------------------------------------------------------------------------------*/

.asideItem h2 {
    font-size:18px; font-size: 1.8rem;
}
.asideItem p {
    font-size:14px; font-size: 1.4rem;
}

/* Footer styles!
-------------------------------------------------------------------------------*/

.footerItem {
    font-size:14px; font-size: 1.4rem;
}
.firstItem, .secondItem {
	float:left;
	width:50%;
}

.wrapper {
	max-width: 1352px;
	padding: 0 24px;
}
#separator {
		min-height:24px;
}
div.row .hireArticle {
	margin-bottom: 3em;
	padding-left: 24px;
}
div.row article {
	padding-left: 24px;
}

#home .secondaryContent article {
	width: 25%;
}

.bss-slides figcaption{
	background:rgba(35, 30, 128, 0.5);
  position: absolute;
  font-size: 2.5em;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0.75em;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  width: 20%;
}