/*

Copyright (c) 2013, Mattracks Inc. All Rights Reserved.
Author: Tanner Lofstrom
Version: 1.0
Last Modified: September 16, 2013

*/

/**
  * Mattracks.com Styles
  *
  * Sheet Organization
  * 1) Fonts
  * 2) Basic
  * 3) Sections
  * 4) Bootstrap Edits
  * 5) Print
  *
**/

/****************************************
 * 1) Fonts
 ****************************************/


/****************************************
 * 2) Basic
 ****************************************/

body {
	background: url(../img/bg.jpg) repeat;
	font-family: 'Roboto', sans-serif;
}

hr {
	border: 0;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #ADADAD;
	margin: 20px 0;
}

footer {
	background: url(../img/footer/bg.jpg) repeat;
	border-top: 1px solid #000;
	color: #FFF;
	font-size: 13px;
	margin-top: 20px;
	padding: 20px 0 0;
	-webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 1);
			box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 1);
}

footer img {
	margin-bottom: 10px;
}

/****************************************
 * 3) Sections
 ****************************************/

#home h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: 400;
	
}

#allTracks .col-md-12 {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #CCC;
}

#allTracks strong a {
	color: #000;
}

#allTracks strong a:hover {
	color: #33B5E5;
}

#tracks h1, #tech h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 47px;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0;
	text-shadow: 1px 1px 0 #FFF;
}

#tracks h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 47px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0 #FFF;
}

#allTracks .productLine {
	margin-bottom: 20px;
}

#tracks ul {
	margin-left: -20px;
}

#tracks ul li {
	text-shadow: 1px 1px 0 #FFF;
}

#tracks button a {
	color: #FFF;
}

p.tracks {
	text-shadow: 1px 1px 0 #FFF;
}

#spec {
	border-bottom: 1px solid #CCC;
}

#spec div:first-child {
	font-weight: 700;
}

#spec div:last-child {
	text-align: right;
}

#specs table td:nth-child(2) {
	text-align: right;
}

#specs table > tbody > tr > td:first-child {
	font-weight: 700;
}

.about h1 {
	font: 47px 'GothamHTFBook', sans-serif;
	margin: 0 0 20px;
	padding: 0;
	text-shadow: 1px 1px 0px #FFF;
}

.about h2 {
	font-size: 31.5px;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0;
	text-shadow: 1px 1px 0px #FFF;
}

.about img {
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		    border-radius: 4px;
}

#vehicles h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 47px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0 #FFF;
}

.veBox {
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 250px;
	padding-bottom: 15px;
	padding-top: 10px;
}

.veBox p.title,
p.desc {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.veBox .btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.veBox img {
	margin: 10px 0;
}

#careers h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 47px;
	font-weight: 300;
	margin: 0 0 10px;
	padding: 0;
	text-shadow: 1px 1px 0 #FFF;
}

#map {
	border-bottom: 1px solid #CCC;
	height: 400px;
	margin-top: 10px;
	margin-bottom: -20px;
}

.video-container {
	position: relative;
	padding-bottom: 47%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.error h1 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 70px;
}

div.video {
	margin-bottom: 10px;
}

/****************************************
 * 4) Bootstrap Edits
 ****************************************/

a {
	color: #33B5E5;
}

a:hover {
	text-decoration: none;
}

.nav li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.navbar-default .navbar-nav > li > a {
	text-shadow: 0 1px 0 #FFF;
}

.navbar-brand {
	font-size: 20px;
	font-weight: 300;
}

.dropdown-menu > li > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.breadcrumb {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 0 1px 0 #FFF;
}

.breadcrumb .active {
	color:  #333;
}

.table thead > tr > th {
	border-bottom: 1px solid #999;
}

.table td {
	border-bottom: 1px solid #ADADAD;
}

.table td a {
	color: #0099CC;
}

.table td a:hover {
	color: #33B5E5;
}

.page-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #33B5E5;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #33B5E5;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.carousel-control.left {
	background: none;
}

.carousel-control.right {
	background: none;
	left: auto;
	right: 0;
}

/* TRACK CAROUSEL */

.trackCarousel {
	height: 478px;
  position: relative;
}

.trackCarousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.trackCarousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.trackCarousel-inner > .item > img,
.trackCarousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.trackCarousel-inner > .active,
.trackCarousel-inner > .next,
.trackCarousel-inner > .prev {
  display: block;
}

.trackCarousel-inner > .active {
  left: 0;
}

.trackCarousel-inner > .next,
.trackCarousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.trackCarousel-inner > .next {
  left: 100%;
}

.trackCarousel-inner > .prev {
  left: -100%;
}

.trackCarousel-inner > .next.left,
.trackCarousel-inner > .prev.right {
  left: 0;
}

.trackCarousel-inner > .active.left {
  left: -100%;
}

.trackCarousel-inner > .active.right {
  left: 100%;
}

.trackCarousel-control {
  font-family: 'Helvetica Neue', sans-serif;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.trackCarousel-control.right {
  right: 0;
  left: auto;
}

.trackCarousel-control:hover,
.trackCarousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.trackCarousel-control .icon-prev,
.trackCarousel-control .glyphicon-chevron-left {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 5;
  display: inline-block;
}

.trackCarousel-control .icon-next,
.trackCarousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 5;
  display: inline-block;	
}

.trackCarousel-control .icon-prev,
.trackCarousel-control .icon-next {
  width: 10px;
  height: 10px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.trackCarousel-control .icon-prev:before {
  content: '\2039';
}

.trackCarousel-control .icon-next:before {
  content: '\203a';
}

.trackCarousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.trackCarousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.trackCarousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.trackCarousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.trackCarousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .trackCarousel-control .icon-prev,
  .trackCarousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .trackCarousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .trackCarousel-indicators {
    bottom: 20px;
  }
}

/* G. Sidenav **********************************/

*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.mtAbout.affix {
  position: static;
}

/* First level of nav */
.mtAbout-sidenav {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  border-radius: 5px;
}

/* All levels of nav */
.mtAbout .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}
.mtAbout .nav > li > a:hover,
.mtAbout .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
.mtAbout .nav > .active > a,
.mtAbout .nav > .active:hover > a,
.mtAbout .nav > .active:focus > a {
  font-weight: bold;
  color: #33B5E5;
  background-color: transparent;
  border-right: 1px solid #33B5E5;
}

/* Nav: second level (shown on .active) */
.mtAbout .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.mtAbout .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
  .mtAbout .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .mtAbout.affix,
  .mtAbout.affix-bottom {
    width: 213px;
  }
  .mtAbout.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
  }
  .mtAbout.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .mtAbout.affix-bottom .mtAbout-sidenav,
  .mtAbout.affix .mtAbout-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .mtAbout.affix-bottom,
  .mtAbout.affix {
    width: 263px;
  }
}

/* H. Jumbotron **********************************/

.jumbotron {	  
	background: #0099cc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTljYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzM2I1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #0099cc 0%, #33b5e5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0099cc), color-stop(100%,#33b5e5));
	background: -webkit-linear-gradient(left,  #0099cc 0%,#33b5e5 100%);
	background: -o-linear-gradient(left,  #0099cc 0%,#33b5e5 100%);
	background: -ms-linear-gradient(left,  #0099cc 0%,#33b5e5 100%);
	background: linear-gradient(to right,  #0099cc 0%,#33b5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#33b5e5',GradientType=1 );	
	position: relative;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	margin-top: -20px;
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
       -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
            box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);		  
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
	text-shadow: 1px 1px 0px #000;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

/****************************************
 * 5) Print
 ****************************************/
 
@media print {
 
	nav,
	.breadcrumb,
	#specsButtons,
	footer {
	 display: none;
	}
 
}