body{
  font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  background-color: #fff;
  padding-top: 157px;
}
/*h2{
  color: #267AE9;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}*/
h2{
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #000;
  margin-bottom: 73px;
}
.error_message{
  color: #ea5656;
}
.bullets{
  padding: 0;
  list-style: none;
}
.bullets li{
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.bullets li:before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #267AE9;
  border-radius: 50%;
}
.btn{
  color: #ffffff;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  width: 135px;
  line-height: 33px;
  font-size: 15px;
  border-radius: 5px;
  margin-right: 30px;
}
.btn-primary{
  background: #1D5400;
  color: #ffffff;
  border: 2px solid #1D5400;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #0066cc;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus{
  border: 2px solid #2e8600;
  background: #2e8600;
  color: #ffffff;
}
.login-bar{
  padding: 0;
  position: relative;
  background: #f6fafb;
}
.login-bar .form-group{
  width: 33.333%;
  float: left;
  padding: 1%;
}
.login-bar .form-control{
  width: 100%;
}
.login-bar .forgot-password{
  margin: 1%;
  float: right;
  font-size: 12px;
  line-height: 12px;
}
.login-bar .btn{
  width: 100%;
  line-height: 18px;
  margin: 0;
}
.login-bar .notify{
  margin: 2.7% 1%;
}
.hero{
  background: url("../images/slide1.png") no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  padding: 60px 0;
  background-position: center;
  position: relative;
}
.hero .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #1D5400;
  opacity: 0.7;
  top: 0;
  left: 0;

  background: rgb(17,68,0);
  background: -moz-linear-gradient(top, rgba(17,68,0,1) 0%, rgba(58,160,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(17,68,0,1) 0%,rgba(58,160,0,1) 100%);
  background: linear-gradient(to bottom, rgba(17,68,0,1) 0%,rgba(58,160,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114400', endColorstr='#3aa000',GradientType=0 );
}
.hero h1{
  font-size: 48px;
  margin-bottom: 30px;
  line-height: 50px;
}
.hero p a{
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
.hero .re-assure{
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
}
.hero h2{
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 400;
  padding: 10px 0;
  background: #fff;
}
.hero h3{
  color: #fff;
  text-align: left;
  font-size: 24px;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.hero form{
  background: rgba(0,0,0,0.45);
  padding: 26px;
}
.hero form .form-group{
  margin-bottom: 20px;
}
.hero form .form-group.has-error input{
  border: 1px solid red;
}
.hero form input,
.hero form textarea{
  border: 1px solid #8095a8;
  padding: 9px 10px 10px 10px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  height: 43px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #ffffff;
  border-color: #555555;
}
.hero form textarea{
  height: auto;
}
.hero form button{
  width: 100%;
  margin: 0;
  border: 2px solid #fff;
}
.testimonials h2{
  margin-top: -10px;
}
.testimonials{
  padding: 70px 0;
  text-align: center;
  background-color: #f6fafb;
}
.testimonial-text{
  color: #676767;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 13px;
  margin-top: 13px;
}
.testimonial-owner{
  color: #267AE9;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.results{
  padding: 70px 0 0;
  background-color: #f6fafb;
}
.results h2{
  margin-top: -10px;
}
.result{
  margin: 100px 0;
}
.result img{
  width: 100%;
}
.result p{
  font-size: 18px;
  line-height: 25px;
  color: #555;
  font-weight: 700;
}
.partnerships{
  padding: 70px 0;
}
.how-it-works{
  padding: 70px 0;
  background: url("../img/ghost.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.how-it-works .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #1D5400;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.how-it-works h2{
  color: #fff;
}
.vetting{
  padding: 70px 0 70px;
  background-color: #f6fafb;
}
.vetting h3{
  text-align: center;
}
.contact-us{
  padding: 70px 0;
  background: url("../img/bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  text-align: center;
}
.contact-us .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #1D5400;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.contact-us a{
  color: #fff;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
.footer{
  font-size: 14px;
  line-height: 20px;
  padding: 60px 0;
}
.footer h3{
  font-size: 20px;
  display: inline-block;
  padding-bottom: 13px;
  text-transform: capitalize;
  margin-bottom: 27px;
  position: relative;
}
.footer h3:before{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -5px;
  height: 5px;
  width: 60px;
  background-color: #1D5400;
}
.footer .about{
  width: 75%;
}
.footer .copyright{
  margin: 62px 0px 72px;
}
.footer .copyright p{
  margin-bottom: 20px;
}
.footer .col-md-3{
  border-right: 2px solid #443a3d;
}
.footer .col-md-3:before{
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: 170px;
  height: 2px;
  width: 97%;
  background-color: #443a3d;
}
.footer .col-md-3:after{
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  bottom: -7px;
  height: 12px;
  width: 12px;
  background-color: #1D5400;
  border: 1px solid #1D5400;
  border-radius: 50%;
}
.footer .contact a{
  font-size: 16px;
  color: #333;
}
.footer-nav{
  padding: 0;
  list-style: none;
  margin-top: 22px;
}
.footer-nav li{
  margin-bottom: 10px;
  font-size: 16px;
}
.footer-nav li a{
  color: #333;
}
.footer .logos{
  margin: 20px 0;
}
.footer .logos img{
  margin-bottom: 10px;
  max-width: 100%;
}
.footer .social a{
  margin-right: 15px;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background: #fff;
  min-height: 85px;
  border: none;
}
.navbar-default .navbar-toggle{
  margin-top: 25px;
  border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand>img{
  max-width: 245px;
}
.navbar-brand,
.navbar-default .navbar-nav > li > a {
  line-height: 55px;
  font-size: 14px;
  font-weight: 400;
  font-family: Ubuntu;
  color: #000000;
  text-transform: uppercase;
  height: auto;
  padding-left: 9px;
  padding-right: 9px;
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px){
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
  }
  .navbar-right {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  body{
    padding-top: 276px;
  }
  .navbar-header {
    float: none;
    text-align: center;
  }
  .navbar-brand{
    float: none;
    text-align: center;
  }
  .navbar-brand>img{
    display: inline-block;
  }
  .navbar-right{
    float: none!important;
  }
  .navbar-default .navbar-nav > li > a{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .navbar-brand, .navbar-default .navbar-nav > li > a{
    font-size: 11px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 991px) {
  .footer .col-md-3{
    border-right: none;
  }
  .footer .col-md-3:before{
    display: none;
  }
  .footer .col-md-3:after{
    display: none;
  }
  .footer .about{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer{
    text-align: center;
  }
  .footer h3:before{
    width: 100%;
  }
}
@media (max-width: 649px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
@media (max-width: 350px) {
  .navbar-brand>img{
    max-width: 210px;
  }
}