.header-blue {
  background: linear-gradient(214deg, #78746E 0%, #2B2B2B 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 120px;
  font-family: 'Source Sans Pro', sans-serif;
}

section.header-blue{
  min-height:600px;
  display: flex;
  flex-direction: column;
}

.header-blue .container.hero{
  margin-top: auto;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .header-blue {
    padding-bottom: 80px;
  }
}

.header-blue .navbar {
  background: transparent;
  padding-top: 12px;
  padding-bottom: 10px;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

@media (max-width:767px) {
  .header-blue .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width:767px) {
  .header-blue .navbar .navbar-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width:767px) {
  .header-blue .navbar .navbar-right {
    margin-bottom: 20px;
  }
}

.header-blue .navbar .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.header-blue .navbar .navbar-brand:hover {
  color: #f0f0f0;
}

.header-blue .navbar .navbar-collapse p {
  margin-top: 10px;
  margin-bottom: 0;
}

.header-blue .navbar .navbar-collapse p .login {
  color: #d9d9d9;
  margin-right: 10px;
  text-decoration: none;
}

.header-blue .navbar .navbar-collapse p .login:hover {
  color: #fff;
}

.header-blue .navbar .navbar-toggle {
  border-color: rgba(255,255,255,0.3);
}

.header-blue .navbar .navbar-toggle:hover, .header-blue .navbar-toggle:focus {
  background: none;
}

.header-blue .navbar .navbar-toggle .icon-bar {
  background-color: #eee;
}

.header-blue .navbar .navbar-collapse, .header-blue .navbar .navbar-form {
  border-color: rgba(255,255,255,0.3);
}

.header-blue .navbar .navbar-nav > .active > a, .header-blue .navbar .navbar-nav > .open > a {
  background: none;
  box-shadow: none;
}

.header-blue .navbar.navbar-default .navbar-nav > .active > a, .header-blue .navbar.navbar-default .navbar-nav > .active > a:focus, .header-blue .navbar.navbar-default .navbar-nav > .active > a:hover {
  color: rgba(255,255,255,0.3);
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.header-blue .navbar.navbar .navbar-nav > li > a {
  padding-left: 18px;
  padding-right: 18px;
}

.header-blue .navbar.navbar-default .navbar-nav > li > a {
  color: #d9d9d9;
}

.header-blue .navbar.navbar-default .navbar-nav > li > a:focus, .header-blue .navbar.navbar-default .navbar-nav > li > a:hover {
  color: #fcfeff !important;
  background-color: transparent;
}

.header-blue .navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 2px;
}

.header-blue .navbar .dropdown-menu > li > a:focus, .header-blue .navbar .dropdown-menu > li > a {
  line-height: 2;
  font-size: 14px;
  color: #37434d;
}

.header-blue .navbar .dropdown-menu > li > a:focus, .header-blue .navbar .dropdown-menu > li > a:hover {
  background: #ebeff1;
}
/*
.header-blue .action-button, .header-blue .action-button:active {
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 20px;
  color: #ebeff1;
  box-shadow: none;
  text-shadow: none;
  padding: 6px 15px;
  background: transparent;
  transition: background-color 0.25s;
  outline: none;
}

.header-blue .action-button:hover {
  color: #fff;
}

.header-blue .action-button.btn-lg {
  padding: 7px 18px;
}
*/

.header-blue .navbar .navbar-form label {
  color: #ccc;
}

.header-blue .navbar .navbar-form .search-field {
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #ccc;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}

@media (max-width:767px) {
  .header-blue .navbar .navbar-form .search-field {
    display: inline-block;
    width: 80%;
  }

  section.header-blue{
    min-height:350px;
  }
}

.header-blue .navbar .navbar-form .search-field:focus {
  border-bottom: 1px solid #ccc;
}

.header-blue .hero {
  margin-top: 60px;
}

.homepage-hero .container.hero{
  margin-bottom: 0;
  padding-top: 50px;
}

.homepage-hero h5{
  margin:0;
  font-family: 'Proxima Nova Th';
  font-size: 20px;
  display: block;
  position: relative;
  color:#fff;
}

.homepage-hero h1{
  margin: 0 !important;
  font-family: 'Pragmatica Extended';
  font-size: 60px !important;
  display: block;
  position: relative;
}

.homepage-hero h1.green{
  color: #72B840 !important;
}

.homepage-hero .buttons{
  margin-top:40px;
}

.homepage-hero .buttons .btn-active{
  background: #d5d5cc;
  color:#323232;
}

.homepage-hero .container.hero > .row{
  display:flex;
  align-items:center;
  height: 500px;
  margin: 0px;
  position: static;
}

@media (max-width:767px) {
  .header-blue .hero {
    margin-top: 20px;
    text-align: center;
    margin-bottom:40px;
  }
}

.header-blue .hero h1 {
  color: #fff;
  font-size: 60px;
  margin-top: 190px;
  margin-bottom: 24px;
  font-weight: 300;
  max-width: 600px;
}

@media (max-width:991px) {
  .header-blue .hero h1 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 36px;
  }

  .homepage-hero h1 {
    line-height: 1.1 !important;
    font-size:48px !important;
    text-align:left !important;
  } 

  .homepage-hero .buttons{
    margin-top:20px;
  }
}

@media (max-width:767px){
  .header-blue .hero h1 { 
    text-align: center !important;
}

   .homepage-hero h1 {
   font-size:26px !important;
    text-align:left !important;
  } 

  .homepage-hero h5 {
    font-size: 17px;
}

  .header-blue.homepage-hero .hero h1 {
    text-align: left !important;
}
}

.header-blue .hero p {
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.header-blue .phone-holder {
  text-align: right;
}

.header-blue div.iphone-mockup {
  position: relative;
  max-width: 300px;
  margin: 20px;
  display: inline-block;
  z-index: 1;
}

.header-blue .iphone-mockup img.device {
  width: 100%;
  height: auto;
}

.header-blue .iphone-mockup .screen {
  position: absolute;
  width: 94%;
  height: 98%;
  top: 1%;
  left: 3%;
  border: 1px solid #444;
  border-radius: 20px;
  background-color: #aaa;
  overflow: hidden;
  background: url(../../assets/img/screen-content-phone.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.header-blue .iphone-mockup .screen:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}

.header-blue .btn{
  min-width: 200px;
}

.html-editor-container .btn{
  min-width:unset !important;
}

.buttons{
  display:flex;
  column-gap:10px;
  row-gap:10px;
  flex-wrap:wrap;
}

.buttons .btn{
  margin:0;
}