/* Space out content a bit */
body {
  font-family: 'Source Sans Pro', sans-serif !important;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
}
a {
  color: #0b479d;
}
a:hover {
  text-decoration: none;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing, {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  /*border-bottom: 1px solid #e5e5e5*/
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

.headertext {
  font-size: 100px;
  color:#FFFFFF;
  font-weight: 300;
  margin: 0;
}

.bigtitle {
  font-weight: 500;
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 5px;
}


/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1280px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 20px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media(max-width: 480px) {
  .headertext {
    font-size: 40px;
  }
}
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }

.vidcolor{
   background-color:#383838 ;
   text-align: center;
  }

  .vidcolor2{
   background-color:#eaeaea ;
   text-align: center;
  }

.subtitle {
   text-align: center;
   margin-top: 0px;
   margin-bottom: 0px;
 }

   .subtitle2 {
   text-align: center;
   margin-top: 0px;
margin-bottom: 0px;
}

.topcontainer {
  background-color: #0b479d;
}

.redlink {
  color: #e51937;
}

/*.footerlink {
  color: #FFFFFF;
}*/

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video 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) {
  .flex-video { padding-top: 0; }
}


.bags {
  background: #eaeaea;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.potholerep {
  font-size: 55px;
  margin-bottom: -10px;    
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}


 

/* FOOTER */
footer {
  background: #0B479D;
  margin-bottom: 0;
  color: #ffffff;
}
footer .container {
  border-bottom: 1px solid #093272;
}
footer .navbar-toggle {
 margin-top: 10px; 
 border-color: #FFFFFF;
}

footer .navbar-toggle .icon-bar {
  background: #FFFFFF;
}

footer .nav > li > a {
  padding: 20px 27px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
footer .global { 
  padding: 15px 10px;
}
/*@media (max-width: 800px) { 
  footer .global { 
    width: 390px;
    margin: 0 auto;
  }
  footer .social-icons {
    width: 246px;
    margin: 0 auto;
  }
}*/
@media (max-width: 480px) { 
 footer .navbar-collapse .navbar-nav {
  margin: 0 0 9.5px 0;
  }
  footer .nav > li > a {
    padding: 10px 10px;
  }
}
footer .global a img { 
  background: #ffffff;
}

footer .global a img:hover { 
  background: #c6db00;
}
footer .social-icons a {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  padding: 15px 25px;
}
footer .social-icons a:hover {
  color: #c6db00;
}
footer .global-social {
  background: #083c86;
}
@media (max-width: 1200px) { 
  footer .social-icons a {
  padding: 15px 10px;
  }
}

footer .copyright {
  color: #428bca;
  font-size: 14px;
  padding: 20px 0;
}

footer .nav li a:hover {
  color: #c6db00;
  background: transparent url(../img/footer/footer-nav-bg.png) repeat-x bottom left;
}

footer .footerlink a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 15px 25px;  
}

footer .footerlink a:hover {
  color: #c6db00;
}

footer .footerlink h3 {
  margin-top: 0px;
}



.smtext {

  font-size: 12px;
  margin-bottom: 20px;

}

/* Live Chat
----------------------------------*/

/*#livechat-full {
    height: 320px !important;
}*/
#livechat-compact-container {
/*  width: 176px !important;
  height: 0px !important;*/
  bottom: -60px !important;
}
/*#extra {
    display: none !important;
}*/

#livechat-badge {
    position: fixed !important;
    top: auto !important;
    bottom: 80px !important;
    left: auto !important;
    right: 157px !important;
 }



