@font-face {
    font-family: Museo300;
    src: url(MuseoSans-300.otf);
}
@font-face {
    font-family: StRydeRegular;
    src: url(StRyde-Regular.otf);
}


html {
  position: relative;
  min-height: 100%;
}
.content_container {
  /* Margin bottom by footer height */
  margin-bottom:370px;
}
.blog_article{
	
}
#companies-join{
	background:#fcfcfc;
	color:#333;
	padding:60px 0 100px 0;
	margin-top:0px;
	border-top:#F3F3F3 1px solid;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 400px;
  padding-top:30px;
  background-color: #f3f3f3;
  color:#666;
  border-top:#dedede 1px solid;
}
.footer h4{
	color: rgba(0, 0, 0, 0.4);
	font-family: 'Museo300';
  	font-size: 17px;
}
.footer a
{
  color:#666;
}
.page-alternative{
	background:#f9f9f9;
	padding:100px 0;
	margin-top:100px;
	margin-bottom:100px;
}

.row-bottom{
	margin-bottom:100px;
}
/* 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;
}


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

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  font-family: StRydeRegular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.cc-right {
	float:right;
	width:330px;
	background-color:rgba(0,0,0,0.5);
	padding:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color: #dedede;
}
.carousel-inner > .item > img {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}
carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.fill{width:100%;height:100%;background-position:center center;background-size:cover;}


/*@media (max-width: 767px) {
	.carousel-inner > .item > img {
	  min-width: 100%;
	}
}
@media (max-width: 480px) {
	.carousel-inner > .item > img {
	  width: 1200px;
	}
}*/



/* 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;
  color:#666;
}


/* Featurettes
------------------------- */
.featurette:last-child{
	margin-bottom: 100px;
}
.featurette-center {
	text-align:center;
}
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette-customers{
	margin-top: 60px;
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette-image{
	text-align:center;
	margin-bottom:30px;
	border-bottom:#ccc 1px solid;
}
.lead{
	margin-top:20px;
}

/* 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;
  }
}

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

.navbar-toggle
{
  border-top-color: #dddddd;
  border-right-color-value: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color-value: #dddddd;
}

/* Line 5 */
.navbar-toggle {
  border-color: #ddd;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-toggle .icon-bar {
  background-color: #888;
}
blockquote
{
  background-color: #e6f5e4;
  border-left:#d8e6d6 5px solid;
}
blockquote:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: 5px;
  left: 50px;
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #e6f5e4 transparent;
}
.fa-md{
	font-size:7em;
}
.fa-sm{
	font-size:4em;
	padding-top:.3em;
}
.logo-center{
	display:block;
	margin:0 auto;
}
.circle{
	padding:1em;
	background:#d9edf7;
	border:#bce8f1 1px solid;
	color:#31708f;
	height:120px;
	width:120px;
	text-align:center;
	margin:0 auto;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.circle-green{
	font-size:2em;
	padding:1.8em;
	background:#dff0d8;
	border:#d6e9c6 1px solid;
	color:#3c763d;
	height:240px;
	width:240px;
	text-align:center;
	margin:0 auto;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
}
.fa-green-share{
	color:#dff0d8;
	font-size:10em;
}
.fa-green{
	color:#5cb85c;
}
.navbar-nav{
	margin-top:10px;
}
.navbar-links{
	margin:16px 0 0 16px;
}
#newsletter{
	text-align:center;
}
.header-ct{text-align:center;}

#about{
	background:#f9f9f9;
	color:#333;
	padding:60px 0 100px 0;
	margin-top:60px;
}
#about-contact{
	background:#31708f url('../img/sb.gif') 80% top no-repeat;
	color:#fff;
	height:288px;
}
.customers{
	text-align:center;
}
.logos{
	max-height:60px;
	max-width:100%;
}

#logos li a{
	
}
#logos li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	filter:none;
	-webkit-filter:none;
}
.centered{
	text-align:center;
}
.list-benefits{
	font-size:1.5em;
	margin-top:50px;
}
.list-benefits li{
	margin-bottom:.5em;
}
/* Headings */
h1,h2,h3{
	font-family: StRydeRegular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1{
	font-size:56px;
	font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.carousel-caption h1{
	font-size:36px;
}
.about-text h4{
	font-size:14px;
}
.about-text{
	font-size:12px;
}

/* MENU */
/* Line 3461 */
.nav > li > a
{
  color:#5cb85c;
  padding:8px;
  margin:5px 10px;
}

.nav > li > a:hover, .nav > li > a:focus
{
  background-color: #f3f3f3;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#333;
	
}
.nav > li > a:hover, .nav > li > a:focus
{
  background-color: #f3f3f3;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#333;
}
.light-blue{color:#5bc0de;}