.navbar.white{
	background:#102A40;
	//border-bottom: 3px solid #43AEE0;
}

.navbar.white .navbar-collapse .navbar-nav > li > a{
	color:#fff;
}

.navbar.white .navbar-collapse .navbar-nav > li > a:hover{
	color:#43AEE0;
}

.navbar.white .navbar-collapse .navbar-nav > li > a.signup{
	border:2px solid #43AEE0;
	border-radius:3px;
	color: #fff;
	font-weight:bold;
	background:#43AEE0;
}

#features #tabs .tabs-wrapper .tab-content .tab-pane .info h4,#features .feature .info h4{
	margin-top:0 !important;
	font-size:24px !important;
}

#second-option .feature{
	text-align:center;
}

#features #second-option .feature strong{
	font-size:22px;
}

.button{
	background:#43AEE0;
}

@media(min-width:800px){
	.features_tag_1{
		margin-top:-100px;
	}
}

.btn.btn-success {
  border: 1px solid #24b97e;
  background-color: #24b97e;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .btn.btn-success:focus, .btn.btn-success:active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14); }
  .btn.btn-success:hover {
    background-color: #1b9665; }

.btn,.form-control,#home2 #cta a,.button,.button-outline,.signup,.btn-signup{
  border-radius:30px !important;
  -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
}

#home2 #hero .slides .slide.first .info .cta a {
    border: none !important;
    background: #43AEE0 ;
}

#home2 #hero .slides .slide.first .info .cta a:hover {
    color: #252525 ;
    background: #43AEE0 ;
}