    body.admin-bar .navbar-fixed-top  {
    margin-top: 28px;
    }
	h1,h2,h3,h4,h5,h6 {
      color: #0088cc;
	  text-decoration: none;
    }
	a:hover, a:focus {
      text-decoration: none;
    }
	/* Text elements */
    .entry-meta, h1, h2, h3, h4, h5, p, ul, ol, li {
       -webkit-hyphens: auto;
       -moz-hyphens: auto;
       hyphens: auto;
       word-wrap: break-word;
    }
	menu,
    ol,
    ul {
	margin: 12px 0;
	padding: 0 0 0 15px;
    }
	ul {
      list-style: disc;
    }

    ol {
      list-style: decimal;
    }
	.navbar {
	    margin-top: 0;
	}
	.navbar .brand {
      font-size: 30px;
      font-weight: 700;
      color: #0088cc;
	  padding-top: 0;
    }

   .navbar .brand:hover {
      text-decoration: none;
	  color: #005580;
    }
	
	.navbar-fixed-top .nav {
	   padding-top: 0;
	}
	
	
/* Jumbotrons Base class */
.jumbotron {
  position: relative;
  min-height: 40px;
  padding: 40px 0;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 30px rgba(0, 0, 0, 0.075);
  background: #0088cc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 -3px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 -3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 -3px 7px rgba(0, 0, 0, 0.15);
}
.jumbotron h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
/* Download button */
.masthead .btn {
  padding: 14px 24px;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  /* redeclare to override the `.jumbotron a` */

  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.masthead .btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
}
.masthead .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/jumbotron-pattern.png) repeat center center;
  opacity: .8;
}
/* Masthead (docs home)
------------------------- */
.masthead {
  padding: 70px 0 80px;
  margin-bottom: 0;
  color: #fff;
}
.masthead h1 {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -2px;
}
.masthead p {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.25;
}
/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.25);
}

    /* Carousel base class */
	.carousel {
      margin-top: 5px;
	  padding-top: 40px;
	  margin-bottom: -15px !important;
    }

    .carousel-inner {
      border: 0px solid #ccc;
      border: 0px solid rgba(0, 0, 0, 0.2);
	  -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
          border-radius: 4px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}

    .carousel-control {
      height: 80px;
      margin-top: 0;
	  top: 40%;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
    }

    .carousel .item {
      height: 390px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 390px;
    }

	.carousel-caption {
      position: absolute;
      max-width: 450px;
      padding: 0 20px;
      margin: 0 0 5px 5px;
	  background-color: rgba(0, 0, 0, 0.3);
	  -webkit-box-shadow: 2px 2px 3px #545454;
	  -moz-box-shadow: 2px 2px 3px #545454;
	  box-shadow: 2px 2px 3px #545454;
	  border: 1px solid #545454;
	  -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    }
	
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }
	.carousel.carousel-fade .item {
      -webkit-transition: opacity 2s ease-in-out;
      -moz-transition: opacity 2s ease-in-out;
      -ms-transition: opacity 2s ease-in-out;
      -o-transition: opacity 2s ease-in-out;
      transition: opacity 2s ease-in-out;
    }
   .carousel.carousel-fade .active.left,
   .carousel.carousel-fade .active.right {
      left: 0;
      z-index: 2;
      opacity: 0;
      filter: alpha(opacity=0);
    }
   .carousel.carousel-fade .next,
   .carousel.carousel-fade .prev {
      left: 0;
      z-index: 1;
    }

    .carousel.carousel-fade .carousel-control {
      z-index: 3;
    }
    .carousel .carousel-control { visibility: hidden; }
    .carousel:hover .carousel-control { visibility: visible; }

    
	.container .home-intro {
	   background-color: #f4f4f4;
	   margin-top: 10px;
	   margin-bottom: 20px;
	}
	.container .home-intro h1 {
	   text-align: center;
	   font-weight: bold;
	}	
	.container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
	
	.footer-jumbotron {
      position: relative;
      min-height: 30px;
      padding: 40px 0;
      text-align: left;
      text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 30px rgba(0, 0, 0, 0.075);
      background: #0088cc;
      -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 -3px 7px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 -3px 7px rgba(0, 0, 0, 0.15);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 -3px 7px rgba(0, 0, 0, 0.15);
    }
    .footer-jumbotron .container {
      position: relative;
      z-index: 2;
    }
    .footer-jumbotron:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url(../img/jumbotron-pattern.png) repeat center center;
      opacity: .8;
    }
/* Extra Styles */	
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 1.3%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 1.3%;
}

.clearboth {
  height: 0;
  clear: both;
  margin: 0;
  padding: 0;
}

.pagination {
   text-align: center;
}


.pagination span {
	color: #727272;
	cursor: default;
}

.pagination span.dots {
	background-color: #FFFFFF;
}

.pagination ul > li > a, .pagination ul > li > span {
border-width: 0;
border-right-width: 0;
}
.pager {
  padding-left: 0;
}
.pager li > a,
.pager li > span {
  border: 2px solid #d6d6d6;
}

.read-more {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}
.read-more a {
  color: #0088cc;
}
.read-more a:hover {
  color: #005580;
}

.scroll-top {
  padding-top: 0;
}
.scroll-top a {
    color: #ddd;
}

.copyright {
  padding: 0;
    color: #ddd;
}

.powered-by {
  padding-top: 0;
  text-align: center;
  color: #ddd;
}
.powered-by a {
  color: #ddd;
}
	
   /* RESPONSIVE CSS ADJUSTMENTS
    -------------------------------------------------- */

    @media (max-width: 979px) {

       body.admin-bar .navbar-fixed-top  {
         margin-top: 0;
       }
	   embed,
       iframe,
       object,
       video {
	    max-height: 350px;
      }
	  .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin-bottom: -20px;
		padding-top: 5px;
      }
      .jumbotron {
        padding-top: 3px;
      }
	  .carousel-inner {
	    width: 99%;
		padding-left: 2px;
	  }
	  .carousel .item {
 		height: 350px;
      }
      .carousel img {
        height: 350px;
      }
	  
	  .widget #s {
		width: 93%;
	  }
	  .widget #searchsubmit {
		margin-top: 2%;
		width: 98%;
	  }

    }


    @media (max-width: 767px) {
      
	
	embed,
    iframe,
    object,
    video {
	  max-height: 300px;
    }
	  .jumbotron {
        padding-top: 3px;
		width: auto;
      }
      .navbar-inner {
        margin-top: 5px;
      }

      .carousel {
        
      }
      .carousel .container {

      }
	  .carousel-inner {
	    width: 99%;
		padding-left: 2px;
	  }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
		visibility: hidden;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

	  .widget #s {
		padding: 2%;
		width: 93%;
	  }
	  .widget #searchsubmit {
		margin-top: 2%;
		padding: 2%;
		width: 98%;
	  }
    }
	
@media (max-width: 480px) {
 
    embed,
    iframe,
    object,
    video {
	  max-height: 240px;
    }
    .carousel-inner {
	  width: 98.7%;
	  padding-left: 1px;
	}	
	
}

@media (max-width: 320px) {
 
    embed,
    iframe,
    object,
    video {
	  max-height: 200px;
    } 
	.carousel {
      display: none;    
    }
}