@import url(http://fonts.googleapis.com/css?family=Allerta+Stencil);
@import url('http://fonts.googleapis.com/css?family=Oswald');

@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Bowlby+One);
@import url(http://fonts.googleapis.com/css?family=Contrail+One);

@import url('http://fonts.googleapis.com/css?family=Lato:400');
@import url('http://fonts.googleapis.com/css?family=Lato:700italic');


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.428571429;
	color: #000;
	background-color: #fff;
}


/* ############################################################################################## */
/* Top Banner */
.navbar
{
    margin-bottom: 0px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 0px;
}

.navbar-fixed-top
{
	min-height:40px;
	background-color: #2c3e50;
}

.top-text
{
	color: #fff;
	padding-top: 8px;
	font-size: 14px;
}
.hero-button
{
    text-align: center; 
    width:100%;
}
/* ############################################################################################## */
/* Logo */
.logo-icon
{
	color: #c44750;
}

.logo-text
{
	color: #c8dbb6; 
	font-family: 'Graduate', sans-serif;
	text-shadow: 1px 1px 0px rgba(130, 122, 93, 1);
}

.logo-container
{
	padding-top: 35px; 
	padding-bottom: 5px; 
	color: #fff;
}

/* ############################################################################################## */
/* Carousel */

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

/* Bump up size of carousel content */
.carousel-caption p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 35px;
    font-family: "oswald";
    line-height: 1.4;
}

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

.carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 0;
  background-color: #e74c3c;
}

.border-top-none  td  {
    border-top: none !important
}
.border-top-none  th  {
    border-top: none !important
}
/* ############################################################################################## */
/* Service Boxes */

.service-item
{
    border: 8px solid #2c3e50;
    margin: 0 auto;
}

/* ############################################################################################## */
/* Map */

.map
{
	width: 100%;
	height: 425px;
}

/* ############################################################################################## */
/* Primary Navigation */

.navbar-inverse {
  background-color: rgba(80, 150, 196, .75);
  border-color: #2c3e50;
}

/* Navbar Active */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2980b9;
}

/* Navbar Links */
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}


.text-muted {
  color: #ae907f;
}

/* Links */
a {
  color: #e74c3c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e74c3c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ############################################################################################## */
/* Button */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #e74c3c;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
  color: #fff;
  background-color: #f58220;

}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #e74c3c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000;
  decoration: underline;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* ############################################################################################## */
/* Heading Tags */

h1,
.h1 {
    font-family: "Lato" !important;
    font-size: 36px;
    color: #f58220;

}
h2,
.h2 {
    font-size: 54px;
    color: #fff;
    font-family: "oswald" !important;
}

h3,
.h3 {
    font-size: 35px;
    color: #022859;
    font-family: "Oswald" !important;
    font-weight: 700;
}
h4,
.h4 {
    font-family: Lato, serif;
    font-size: 26px;
}
h5,
.h5 {
    font-family: Lato, serif;
    font-size: 18px;
}
h6,
.h6 {
    font-size: 12px;
}

.testimonial
{
    font-size: 24px;
    color: #e74c3c;
    font-family: "oswald" !important;
    margin-top: 25px;
    margin-bottom: 30px;
}

.greatwork
{
    font-size: 24px;
    color: #c0c0c0;
    font-family: "Lato" !important;
    font-style: italic;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 30px;
}

p {
    margin: 0 0 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px dashed #022859;
}

hr.blog
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #c0c0c0;

}

.product-logos img
{
    
    text-align: center;
    padding-right: 25px;
}

.product .img-responsive {
    margin: 0 auto;
}

.social-icons img{
padding-left: 10px;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ############################################################################################## */
/* Primary Navigation */

@media (max-width: 767px) {

/* Carousel */
.carousel-caption {
  position: absolute;
  /*right: 35%;*/
  bottom: 5px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  /*text-shadow: 0 1px 2px rgba(255, 255, 255, 1)*/
}

.carousel-caption p {
    font-family: "oswald";
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;

}

.testimonial
    {
    font-size: 23px;
    color: #e74c3c;
    font-family: "Lato" !important;
    font-style: italic;
    font-weight: 700;
}

.top-text
{
    font-size: 12px;
    text-align: center;
}

h1,.h1 
{
    font-size: 30px;
}

h2,
.h2 {
    font-size: 25px;
    color: #fff;
    font-family: "oswald" !important;
}

h3,
.h3 {
    font-size: 35px;
    color: #022859;
    font-family: "Oswald" !important;
    font-weight: 700;
}

.logo-container
{
    padding-top: 15px; 
    padding-bottom: 5px; 
    color: #fff; 
    text-align: center;
}

.navbar-toggle 
{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: black;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-fixed-top
{
    display: none;    
}
.product-logos img
{
    
    text-align: center;
    padding-top: 25px;
}

}

/* ############################################################################################## */
/* Product Page */
.product-title {
    color: #000;
    font-size: 25px;    
}

.price {
    color: #333;
    font-size: 20px;
}

.upc {
    color: #333;
    font-size: 12px;
}

.datelisted {
    color: #333;
    font-size: 12px;

}


/* ############################################################################################## */
/* Misc */

.margin-bottom-30 {
    margin-bottom: 30px;
}