.button-dark {
  background-color: transparent;
  padding: 15px 25px;
  border: 1px solid #000023;
  color: #000023;
  font-size: 22px;
  line-height: 26px;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.5s ease;
}
.button-dark:hover,
.button-dark:focus,
.button-dark:active {
  color: #ffffff;
  background-color: #000023;
  text-decoration: none;
}
.button-light {
  background-color: transparent;
  padding: 15px 25px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.5s ease;
}
.button-light:hover,
.button-light:focus,
.button-light:active {
  color: #000023;
  background-color: #ffffff;
  text-decoration: none;
}

@media (min-width: 767px) {
  .financing-container {
    padding-top: 125px;
  }
}
.financing-container .section-hero {
  height: 300px;
  background-position: 50% 85%;
}
.financing-container .section-hero-content-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}
.financing-container .section-hero-content {
  padding: 30px;
  margin: 30px 0;
  text-align: center;
}
.financing-container .section-hero-content:after {
  display: block;
  content: " ";
  clear: both;
}
.financing-container .section-hero-content h1 {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 20px !important;
  color: #000023 !important;
  font-weight: normal !important;
}
.financing-container .section-hero-content h1:after {
  display: block;
  content: " ";
  bottom: 0;
  width: 100px;
  height: 5px;
  margin: 0 auto;
  margin-top: 15px;
  background-color: #000023;
}
@media (max-width: 767px) {
  .financing-container .section-hero-content .lenders-row ul {
    width: 100%;
  }
}
.financing-container .section-hero-content .lenders-row ul li {
  list-style: none;
  font-size: 20px;
  text-align: center;
}
.financing-container .section-hero-content .lenders-row ul li .outsider {
  border: 1px solid #000023;
  padding: 10px 15px;
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  .financing-container .section-hero-content .lenders-row ul li {
    width: 100%;
  }
}
.financing-container .section-hero-content .button-dark {
  padding: 10px 15px;
  font-size: 20px;
  min-width: 272px;
}
.financing-container p {
  font-size: 20px;
}

footer {
  border-top: 3px solid #f6f6f6;
  background-color: #000023;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
}
footer .year {
  text-align: left;
}
@media (max-width: 767px) {
  footer .year {
    text-align: center;
  }
}
footer .site-by {
  text-align: right;
}
footer .site-by a {
  color: #ffffff;
}
footer .site-by a:hover,
footer .site-by a:focus,
footer .site-by a:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .site-by {
    text-align: center;
    margin-top: 15px;
  }
}
.back-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 35px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.back-top:hover,
.back-top:focus,
.back-top:active {
  color: #000023;
  background-color: rgba(0, 0, 0, 0.2);
}
.back-top span {
  display: none;
}

@media (min-width: 767px) {
  #gallery-page {
    padding-top: 115px;
  }
}
@media (max-width: 767px) {
  #gallery-page {
    padding-top: 60px;
  }
  #burgos-gallery {
    margin: 0;
    padding: 0 15px;
  }
}
.section-hero-gallery {
  height: 400px;
}
.section-hero-gallery h1 {
  color: #000 !important;
  margin-top: 0 !important;
}
.gallery-container {
  padding: 50px 0;
}
.gallery-container .gallery-image {
  margin-bottom: 30px;
}
.gallery-container .gallery-image-link {
  display: block;
  background-color: #000;
  position: relative;
}
.gallery-container .gallery-image-link .menu-icon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 65px;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease;
}
.gallery-container .gallery-image-link:hover img {
  opacity: 0.3;
}
.gallery-container .gallery-image-link:hover .menu-icon {
  display: block;
}
@media (max-width: 767px) {
  .gallery-container .gallery-image-link:hover .menu-icon {
    display: none;
  }
}
.gallery-container img {
  transition: opacity 0.5s ease;
}

.home-section {
  padding-bottom: 80px;
  border-top: 6px solid #000023;
  text-align: center;
}
.section-title {
  text-align: center;
  color: #ffffff;
  background-color: #000023;
  display: inline-block;
  margin: 0;
  padding: 15px 35px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .carousel-control .glyphicon {
    display: block !important;
  }
}
.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.section-hero {
  /*background-image: url('../_assets/hero-fajita-plate.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.section-hero .section-hero-content h1,
.section-hero .section-hero-content h2 {
  color: #ffffff;
  text-align: center;
  /*position: absolute;
	bottom: 15%;
	left: 36%;*/
  margin: 0;
  margin-top: 9em;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-hero .section-hero-content h1 {
  background-color: transparent;
  font-weight: 300;
}
.section-hero .section-hero-content h1 .large-text,
.section-hero .section-hero-content h2 .large-text {
  font-size: 52px;
  font-weight: 600;
}
.section-hero .section-hero-content h1:after {
  content: '';
  display: block;
  bottom: 0;
  height: 5px;
  background-color: #ffffff;
  margin-top: 15px;
  /*width: 60%;
	margin-left: 20%;*/
  width: 15%;
  margin-left: 42.5%;
}
.section-hero-menu {
  height: 400px;
}
.section-about .content-right {
  padding-top: 40px;
}
.section-about .content-right p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 2em;
}
.section-about .content-right p > strong {
  font-weight: 700;
  font-size: 22px;
}
.section-about .about-callout {
  border: 1px solid #000023;
  padding: 10px 25px;
}
.section-about .about-callout p {
  margin-bottom: 0;
}
.services-section {
  background-image: url('../_assets/burgos-full-services.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .services-section {
    background-attachment: fixed;
    height: auto;
  }
}
.services-section ul {
  list-style: none;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}
.services-section ul li {
  color: #000023;
  font-size: 22px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .section-gallery .gallery-thumbnail {
    margin-bottom: 25px;
  }
}
.section-gallery p {
  font-size: 24px;
  line-height: 30px;
  color: #000023;
  margin-bottom: 30px;
}
.section-gallery strong {
  font-weight: 600;
}
.section-gallery hr {
  width: 50%;
  border-top: 2px solid #000023;
  margin-bottom: 30px;
}
.section-contact {
  background-image: url('../_assets/burgos-full-contact.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  height: 800px;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .section-contact {
    background-attachment: scroll;
    height: auto;
  }
}
#map-wrapper {
  height: 600px;
  width: 100%;
}
.section-contact hr {
  width: 50%;
  border-top: 2px solid #000023;
}
.section-contact .contact-row {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
}
.section-contact .section-content:first-child {
  margin-bottom: 20px;
}
.section-contact .section-content h3 {
  font-size: 24px;
  font-weight: 700;
}
.section-contact .section-content p {
  font-size: 20px;
  line-height: 1.75;
  color: #000023;
}
.section-contact .section-headline p {
  font-family: 'Lato';
  font-size: 26px;
  line-height: 1.75;
  text-transform: uppercase;
  color: #000023;
  border: 2px solid #000023;
  padding: 15px 25px;
}
.section-contact .section-content {
  margin-bottom: 20px;
}
.section-contact .section-content a i.fa-facebook,
.section-contact .section-content a i.fa-instagram {
  padding: 10px 15px;
  background: #ffffff;
  color: #000023;
  margin-top: 10px;
  transition: all 0.5s ease;
}
.section-contact .section-content a:hover i.fa-facebook,
.section-contact .section-content a:hover i.fa-instagram {
  background-color: #000023;
  color: #ffffff;
}

/* Carousel Styles */
.carousel-control .glyphicon {
  display: none;
}
.carousel-control:hover .glyphicon {
  display: block;
}

/* Modal Styles */
.modal-dialog {
  margin: 100px auto;
}
.modal h4 {
  /*background-color: #9D4F00;*/
  color: #000023;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #000023;
}
.modal .modal-header {
  background-color: #000023;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal .modal-header h4 {
  font-size: 22px;
  color: #ffffff;
}
.modal .modal-header .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1.0;
}
.modal .modal-body h4 {
  display: block;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
}
.modal .modal-body p strong {
  font-weight: 700;
}
.modal .modal-body .modal-media-links-list {
  text-align: center;
  margin: 10px 0 20px;
  padding: 0;
}
.modal .modal-body .modal-media-links-list li {
  list-style: none;
  display: inline;
}
.modal .modal-body .facebook-link,
.modal .modal-body .instagram-link {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.modal .modal-body form textarea {
  height: 100px;
}
.modal .modal-body form .button-dark {
  font-size: 16px;
  padding: 5px 10px;
  margin-top: 0;
}
.modal .modal-body p strong {
  font-weight: 700;
}
.modal .modal-footer .button-dark {
  font-size: 16px;
  padding: 5px 10px;
  margin-top: 0;
}
.desktop-phone {
  display: none;
}
@media (min-width: 767px) {
  .desktop-phone {
    display: block;
  }
}
.mobile-phone {
  display: none;
}
@media (max-width: 767px) {
  .mobile-phone {
    display: block;
  }
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
#main-navigation ul {
  margin-top: 30px;
  transition: all 0.5s ease;
}
#main-navigation ul li a {
  font-family: 'Lato', sans-serif;
  color: #000023;
  font-size: 22px;
  padding: 25px 30px;
  transition: all 0.5s ease;
  font-weight: 300;
}
#main-navigation ul li a:hover {
  font-family: 'Lato', sans-serif;
  color: #000023;
  padding: 25px 30px;
  transition: all 0.5s ease;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.5);
}
#top-navigation.isScrolling {
  background-color: rgba(0, 0, 35, 0.4);
  padding-bottom: 15px;
  transition: all 0.5s ease;
}
#top-navigation.isScrolling .navbar-brand img {
  width: 250px;
  transition: all 0.5s ease;
}
#top-navigation.isScrolling #main-navigation ul {
  margin-top: 17px;
  transition: all 0.5s ease;
}
#top-navigation.isScrolling #main-navigation ul li a {
  color: #ffffff;
}
#top-navigation.isScrolling #main-navigation ul li a:hover {
  color: #000023;
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-brand img {
  transition: all 0.5s ease;
}
@media (min-width: 767px) and (max-width: 1199px) {
  #main-navigation ul {
    margin-top: 30px !important;
  }
  .navbar-brand {
    display: block;
    width: 250px;
    height: auto;
    padding: 25px 5px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .navbar-brand img {
    width: 200px;
  }
  #main-navigation ul li a {
    padding: 15px !important;
    font-size: 20px;
  }
  .isScrolling .navbar-brand img {
    width: 200px !important;
  }
}
@media (max-width: 767px) {
  #top-navigation {
    border-bottom: 1px solid #000023;
  }
  .navbar-header {
    background-color: #f2f2f2;
    padding-bottom: 20px;
  }
  #main-navigation {
    background-color: #000023;
    max-height: none;
    border: 0;
  }
  #main-navigation ul.nav {
    margin-top: 10px;
  }
  #main-navigation ul.nav li a {
    color: #ffffff;
  }
  .navbar-brand {
    padding: 0 5px;
    margin-top: 10px;
  }
  .navbar-brand img {
    width: 200px;
  }
  .navbar-toggle {
    margin-top: 25px;
    background-color: #f6f6f6;
  }
}

html,
body {
  background-color: #f2f2f2;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /*opacity: 0;*/
  height: 100%:;
}
p,
ul {
  font-size: 16px;
}
img {
  width: 100%;
}
a {
  color: #000023;
  transition: all 0.5s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
@media (max-width: 767px) {
  body {
    padding-top: 85px;
  }
}

