/*--------Sticky Footer-------------*/
* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page_wrap {
 min-height: 100%;
 /* equal to footer height */
 margin-bottom: -140px; 
}

.page-wrap:after {
  content: "";
  display: block;
}
.page-wrap:after {
	height: 140px;
}
.dnone {
  display: none;
}
/*---------header styles-----------*/
.header_wrap {
  margin: 10px 0;
  position: relative;
}

/*-------------main content---------*/
.main-content_wrap {
  padding-bottom: 140px;
  background: #fff;
}
.sec-content_wrap {
  padding-bottom: 140px;
  background: #fff;
}

/*-------------footer content---------*/
.footer_wrap {
  background: rgb(51,51,51);
  background: -moz-linear-gradient(left,  rgb(51,51,51) 0%, rgb(69,69,69) 49%, rgb(51,51,51) 100%);
  background: -webkit-linear-gradient(left,  rgb(51,51,51) 0%,rgb(69,69,69) 49%,rgb(51,51,51) 100%);
  background: linear-gradient(to right,  rgb(51,51,51) 0%,rgb(69,69,69) 49%,rgb(51,51,51) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 );
  height: 140px;
  position: relative;
  z-index: 1000;

}
.our_grey {
	color: #4d5155;
}
.our_orange {
  color: #ff4802;
}

/*-------------nav from bootstrap*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.slogan {
  margin-top: 34px;
  margin-left: 20px;
}
.links {
  margin-top: 24px;
}
.header_links {
    display: inline-block;
    margin-right: 10px;
    color: #333;
    font-size: 16px;
}

.logo {
  display: block;
  float: left;
  margin-right: 4%;
}
.header-buttons {
  margin-top: 45px;
}

.features_link{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.features_link_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tac_line {
  display: block;
  width: 25%;
  margin: 20px auto;
  border-bottom: 2px solid #333;

}

.fs30 {
  font-size: 30px;
}