/* 
    Document   : style
    Created on : Feb 22, 2015, 11:17:14 PM
    Author     : bob
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
	background:#FFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color:#333;
}

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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

h2 {
  color: #337ab7;
}

.black {
  color: black;
}

.nowrap {
  white-space: nowrap;
}

.head-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.intro {
  padding: 15px 30px;
  text-align: left;
}

.bg-grey {
  background-color: #EEE;
}

.red {
  color: #C66;
}

.error {
  color: #C66;
}

.fine {
  font-size: 1.0em;
}

code {
  font-size: 1.25em !important;
}

tbody tr td {
  font-weight: normal !important;
}

.centered {
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.vertically-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.collapsed-margin-bottom {
  margin-bottom: 20px;
}

.lead {
  font-weight: 400;
}

.lead-emphasis {
  color: #337ab7;
  font-weight: 500;
}

hr.dotted {
  border: 1px dotted #ddd !important;
  margin: 0px 30% 20px !important;
}

.margin-bottom-default{
  margin-bottom: 20px;
}

.list-item-ok:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  position: relative;
  margin-right: 10px;
  top: 0px;
  color: green;
}

.list-item-notok:before {
  content: "\e090";
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  position: relative;
  margin-right: 10px;
  top: 0px;
  color: #CC0000;
}

.bordered {
  border: 2px solid #ddd;
}

/* IFRAME WIDTH 
iframe {
    display: block;
    width: 1024px;
    margin: 5px 10px auto;
    border: 1px solid #CCC;
}
*/

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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  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;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-default {
  background-color: #FFF;
}
  
.navbar-brand, .navbar-nav li a {
    line-height: 80px;
    height: 80px;
    padding-top: 0px;
    text-transform: uppercase;
}

.navbar-brand img {
  padding-top: 1px;
  padding-right: 10px;
}

.nav>li>a {
  padding-right: 15px;
}

.nav>li>a:last-child {
  padding-right: 5px;
}

.navbar-toggle{
  margin-top: 25px;
  line-height: 80px;
  
}

.navbar .dropdown-menu>li>a{
  line-height: 20px;
  height: 20px;
  text-transform: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 0px;
  
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color: #777;
}

.carousel-inner > .item > a > img{
  margin: auto;
}


.carousel-inner > .item > img {
    position: absolute;
    top: 355px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* CENTRAL DASHBOARD CONTENT
-----------------------------*/
.central-dashboard {
  margin-top: 80px;
  padding: 20px 0px;
}


/* GALLERY CONTENT 
-------------------------*/
.gallery {
  margin-top: 80px;
  padding: 20px 0px;
}

/* BOOKING-PORTAL CONTENT
-----------------------------*/
.booking-portal {
  margin-top: 80px;
  padding: 20px 0px;
}


/* DIRECT-SELECT CONTENT
-----------------------------*/
.direct-select {
  margin-top: 80px;
  padding: 20px 0px;
}




/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
  border-top: 1px solid #337ab7;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  
}

/* QUICK-QUOTE CONTENT
-----------------------------*/
.quick-quote {
  margin-top: 80px;
  padding: 20px 0px;
}

.quick-quote .gutter-padding {
  padding-left: 15px;
  padding-right: 15px;
}

/* CONFIRM CONTENT
-----------------------------*/
.confirm {
  margin-top: 80px;
  padding: 20px 0px;
}

/* DOCUMENTATION CONTENT
-----------------------------*/
.documentation {
  margin-top: 80px;
  padding: 20px 0px;
}

.documentation pre {
  border-radius: 0px !important;
}

.documentation .edge-padding {
  padding-left: 5px;
  padding-right: 10px;
}

.documentation .edge-margin {
  margin-left: 0px;
  margin-right: 0px;
}

/* PRICING CONTENT
-----------------------------*/
.pricing-intro {
  margin-top: 80px;
  padding: 20px 0px;
}

.pricing-package {
  padding: 0px;
  border: 1px solid #337ab7;
}

.pricing-package .header {
  padding: 10px;
  background-color: #337ab7;
}

.pricing-package .body {
  padding: 20px 20px 10px;
  background-color: #eee;
}

.pricing-package .body p {
  font-size: 0.975em;
}

.pricing-package .feature-list {
  padding: 0px 20px 20px;
  margin-top: 10px;
  background-color: #fff;
  line-height: 2em;
}

.pricing-package h2 {
  color: #fff;
  margin: 0px;
}

.pricing-package .cost {
  color: #337ab7;
}
  


/* FOOTER CONTENT 
-----------------------*/
footer span {
  font-size: 1em;
}

.vehicle-entry {width: 100%; border-top:1px solid #999;}

.vehicle-img {float: left; width: 40%;}

.vehicle-description {float: right; width: 50%; padding: 50px 40px 0 20px;}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 200px) AND (max-width: 767px){
  
  .navbar-nav li a {
    line-height: 40px;
    height: 40px;
  }
  
  .navbar-collapse {
    border: 1px solid #999 !important;
  }
  
  .navbar-brand, .navbar-nav li a {
    font-size: 1.15em;
  }
  
  #navbar ul.dropdown-menu {
    background-color: #fff;
  }
  
  
}

@media (min-width: 200px) {
  
  
  
  .h1, h1 { font-size: 24px; }
  p { font-size: 14px; }
  .col-md-4 {padding-bottom: 30px;}
  
  .gallery {
    margin-left: 35px;
  }
  
  .featurette-heading {
    margin-top: 20px !important;
  }
  
  .xpad {
    padding: 10px;
  }
  
  .xlpad {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  #navbar {
    background-color: #F5F5F5;
  }
  
  .navbar .dropdown-menu>li>a{
    font-size: 1.25em;
    height: 40px !important;
  }
  
  code {
    font-size: 1em !important;
  }
}

@media (min-width: 768px) {
  
  
  
  .h1, h1 { font-size: 36px; }
  
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 35px;
  }
  .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: 0px;
  }
  
  .navbar .dropdown-menu>li>a{
    font-size: 0.9em;
    height: 30px !important;
  }
  
  .navbar-nav {
    float: right;
  }
  
  #navbar {
    background-color: #FFF;
  }
  
  .navbar-brand, .navbar-nav li a {
    font-size: 0.85em;
  }
  
  /* Bump up size of carousel content */
  .carousel {
    height: 450px;
  }
  
  .carousel .item {
    height: 450px;
  }
  
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  
  #ds-demo-slide1 img {
    display: block !important;
  }

  .gallery {
    margin-left: auto;
  }
  
  .featurette-heading {
    font-size: 40px;
  }
  
  code {
    font-size: 1.25em !important;
  }
}

/*
@media (max-width: 767px){
  .container {
    width: 100%;
  }
}
*/

@media (min-width: 801px) {
  

}
  
@media (min-width: 992px) {
  
  .featurette-heading {
    margin-top: 80px;
  }
  
  .collapsed-margin-bottom {
    margin-bottom: 0px;
  }
}


