@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 40px, 0); } }
/* Global */
.btn-primary, .badge-primary, .bg-primary {
  background-color: #26384b;
  border-color: #b7b5dd; }
  .btn-primary:hover, .badge-primary:hover, .bg-primary:hover {
    background-color: #a07a3f;
    border-color: #deb46a; }

.text-primary {
  color: #26384b; }

.no-scroll {
  overflow: hidden; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

h1, h2, h3 {
  font-weight: 300; }

h2 {
  text-transform: uppercase;
  color: #26384b;
  font-size: 3rem; }

section {
  padding: 60px 0; }

a {
  color: #a07a3f; }
  a:hover {
    color: #deb46a;
    text-decoration: none; }

#services,
#events,
#contact {
  background-color: #EEE; }

.underline {
  height: 3px;
  width: 100px;
  margin: 0 auto;
  background-color: #a07a3f; }

/* Modal */
#modal {
  width: 100%;
  height: 100%;
  background-color: #26384b;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 9999;
  overflow-y: auto;
  transition: all 0.3s; }
  #modal.active {
    left: 0; }
  #modal .photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    #modal .photo .close {
      padding: 30px;
      color: black;
      background-color: white;
      position: absolute;
      top: 40px;
      left: 0; }
      #modal .photo .close .back {
        font-size: 14px; }
    #modal .photo .title h3 {
      position: absolute;
      bottom: 0;
      left: 40px;
      color: white;
      z-index: 2;
      font-size: 72px;
      font-weight: bold;
      text-shadow: 2px 2px 4px #000000;
      text-transform: uppercase; }
    #modal .photo .degradee {
      width: 100%;
      height: 200px;
      bottom: 0;
      left: 0;
      position: absolute;
      background-image: linear-gradient(to top, #26384b, rgba(38, 56, 75, 0));
      z-index: 1; }
    #modal .photo .bounce {
      position: absolute;
      bottom: 60px;
      right: 40px;
      color: white;
      z-index: 3;
      animation: bounce 0.5s;
      animation-direction: alternate;
      animation-iteration-count: infinite;
      /*animation: bounce 0.5s cubic-bezier(.5,0.05,1,.5);*/ }
  #modal .text {
    color: #deb46a;
    font-size: 1.7rem; }
    #modal .text .close {
      color: white;
      font-weight: 400; }

/* Header */
header nav {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  header nav .navbar-brand {
    width: 230px;
    height: 45px; }
    header nav .navbar-brand img {
      width: 100%; }
  header nav .nav-item a {
    font-weight: 700;
    color: #26384b;
    text-transform: uppercase; }
    header nav .nav-item a:hover {
      color: #a07a3f; }
  header nav .nav-item .active {
    color: #a07a3f !important; }

/* Carousel */
.carousel .carousel-caption {
  top: 10rem;
  z-index: 10; }
  .carousel .carousel-caption h1 {
    font-size: 5rem;
    color: #26384b; }
  .carousel .carousel-caption p {
    font-weight: 300;
    color: #26384b; }
.carousel .carousel-item {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat; }
.carousel .carousel-indicators,
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  z-index: 3; }
.carousel .arrow {
  padding: 10px;
  border-radius: 50%;
  background-color: #26384b; }
.carousel .carousel-indicators li {
  background-color: #26384b; }
.carousel .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2; }

/* Main */
main {
  /* Navbr social */
  /* About */
  /* Services */
  /* Testimonials */
  /* Youtube */
  /* Invisalign */
  /* Events */
  /* location */
  /* contact */ }
  main .container {
    padding: 0 15px 0; }
  main .navbar-social {
    margin-top: 61px;
    background-color: #26384b;
    color: white; }
    main .navbar-social ul {
      list-style: none; }
      main .navbar-social ul li .img-circle {
        width: 36px;
        height: 36px;
        line-height: 35px;
        border-width: 1px;
        border-style: solid;
        border-radius: 50%;
        text-align: center; }
      main .navbar-social ul li .info {
        line-height: 1.1rem;
        font-size: .8rem;
        font-weight: 300;
        color: white; }
        main .navbar-social ul li .info strong {
          font-weight: 700;
          font-size: 1rem;
          color: #a07a3f; }
      main .navbar-social ul li a {
        color: white; }
        main .navbar-social ul li a:hover {
          color: #a07a3f; }
  main section#about h2 {
    text-transform: none; }
  main section#services .item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    main section#services .item:hover .overlay {
      background-color: transparent; }
    main section#services .item:hover .text {
      opacity: 0; }
    main section#services .item img {
      width: 100%; }
    main section#services .item .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      transition: .5s ease;
      z-index: 2; }
    main section#services .item .text {
      position: absolute;
      color: white;
      font-size: 1.7rem;
      text-transform: uppercase;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      opacity: 1;
      transition: .5s ease;
      z-index: 3; }
  main section#testimonials .item .img-circle {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 50%;
    margin: 0 auto; }
  main section#testimonials .item .canvas {
    width: 100%;
    height: 215px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  main .youtube {
    background-color: #000;
    margin-bottom: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    width: 100%; }
    main .youtube img {
      width: 100%;
      top: -16.84%;
      left: 0;
      opacity: 0.7;
      cursor: pointer; }
    main .youtube .play-button {
      width: 90px;
      height: 60px;
      background-color: #333;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
      z-index: 1;
      opacity: 0.8;
      border-radius: 6px;
      cursor: pointer; }
      main .youtube .play-button:before {
        content: "";
        border-style: solid;
        border-width: 15px 0 15px 26.0px;
        border-color: transparent transparent transparent #fff; }
    main .youtube iframe {
      height: 200px;
      width: 100%;
      top: 0;
      left: 0; }
  main .youtube img,
  main .youtube iframe,
  main .youtube .play-button,
  main .youtube .play-button:before {
    position: absolute; }
  main .youtube .play-button,
  main .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  main section#invisalign .btn-link {
    color: #26384b; }
    main section#invisalign .btn-link:hover {
      color: #a07a3f;
      text-decoration: none;
      outline: none; }
  main section#invisalign .video {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    overflow: hidden; }
    main section#invisalign .video video {
      object-fit: cover;
      width: 100%;
      height: auto;
      display: inline-block;
      vertical-align: baseline;
      z-index: -2; }
    main section#invisalign .video h2 {
      position: absolute;
      color: white;
      font-size: 5rem;
      font-weight: 700;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
  main section#events .item {
    position: relative; }
    main section#events .item a.gallery {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 2; }
    main section#events .item .cover {
      width: 100%;
      height: 260px;
      background-size: cover;
      background-position: top center;
      position: relative;
      z-index: 1; }
      main section#events .item .cover .degrade {
        background-image: linear-gradient(to bottom, transparent, black);
        height: 80px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; }
      main section#events .item .cover h3 {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        color: white;
        font-size: 1.2rem;
        line-height: 1.5rem;
        text-shadow: 5px 5px 20px #000;
        z-index: 2; }
    main section#events .item .caption {
      padding: 20px;
      background-color: white;
      border: solid 1px #CCC;
      border-top: none; }
      main section#events .item .caption .month {
        background-color: black;
        color: white;
        text-align: center;
        font-weight: 300px;
        padding: 7px 10px; }
      main section#events .item .caption .year {
        background-color: #CCC;
        color: #666;
        text-align: center;
        font-weight: 700px;
        padding: 7px 10px; }
  main section#location p {
    font-weight: 300; }
  main section#location .item img {
    width: 100%; }
  main section#location .owl-slider-office .owl-nav {
    display: none; }
  main section#contact {
    background-image: url("../img/bg-contact.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

/* Footer */
.footer {
  background-color: #f5f5f5; }
  .footer .container {
    padding-right: 15px;
    padding-left: 15px; }
  .footer a {
    color: #a07a3f; }
    .footer a:hover {
      color: white;
      text-decoration: none; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media all and (orientation: landscape) {
  #modal .photo {
    height: 100vh; } }
@media all and (orientation: portrait) {
  #modal .photo {
    height: 50vh; } }
@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4; }

  .featurette-heading {
    font-size: 50px; } }
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem; } }

/*# sourceMappingURL=styles.css.map */
