#menu_experience, #menu_destination, #menu_search, .sv-form.modules #pills-tab, #menu_contact, #menu_blog {
  display: none;
}
.navbar-inverse {
  background-color: #0C213A;
}
header {
  background-color: #316795;
  color: #fff;
}
.header-phone a {
  color: #fff;
  font-weight: 600;
  font-size: 130%;
}
#jumbotron-form .btn-primary {
  background-color: #bc1823;
  border-color: #bc1823;
  text-transform: uppercase;
  font-size: 120%;
  padding: 1em 0;
  height: auto;
}
.intro-banner, .ad-banner {
  position: relative;
  display: block;
  margin: 1em 0;
}
.intro-banner img, .ad-banner img {
  width: 100%;
}
.intro-banner a, .ad-banner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index:2;
}
@media (max-width: 767px) {
  .header-phone {
    padding-top: .5em;
	  text-align: center;
	}
}
@media (min-width: 768px) {
	.navbar-right {
		margin-right: 0;
	}
	.header-phone {
	  text-align: right;
	  padding-right: 1em;
	}
	/*.sv-form iframe {
	  height: 1110px;
	}*/
}