/*
Theme Name: Rotorua Forklift & Machinery Services
Theme URI: http://forkliftsrotorua.co.nz/
Description: A bespoke WordPress theme based on the Twitter Bootstrap framework, designed and built in May 2014.
Version: 1.0
Author: Hodgeman Web & Design
Author URI: http://www.hodgeman.co.nz

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	background-image: url(images/bg-wrapper.jpg);
	background-repeat: repeat-x;
}

h1{font-family:'Impact';text-transform:uppercase}
h1,h2{color:#333;text-shadow:1px 1px 0px rgba(255,255,255,0.6)}

.navbar-inverse,footer{background:url(images/diamond-plate.gif)}
footer{padding:20px 0;color:#EEE;box-shadow: 0px 0px 8px rgba(0,0,0,.7);margin:20px 0;font-size:11px}
footer a{color:#FC0}
#filters{margin-bottom:20px}
#calltoaction{margin-top:20px}

.navbar-inverse .navbar-brand{color:#000}
.navbar-inverse .navbar-nav>li{background-color:rgba(255,255,255,.5)}
.navbar-inverse .navbar-nav>li>a{color:#000}
.img-responsive{display:inline-block}

#carousel{margin-bottom:20px}
#footer{font-size:0.9em}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.make-responsive {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.make-responsive.widescreen { padding-bottom: 57.25%; }
.make-responsive.vimeo { padding-top: 0; }

.make-responsive iframe,
.make-responsive object,
.make-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .make-responsive { padding-top: 0; }
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
	.dl-horizontal dt{width:200px}
	.dl-horizontal dd{margin-left:220px}
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
