@media (min-width: 768px) {
  .navbar {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
}
@media (min-width: 1200px) {
  .navbar {
    height: 150px;
  }
  .smaller .navbar {
    height: 80px;
  }
}
@media (min-width: 1440px) {
  .navbar {
    height: 230px;
  }
}


@media (min-width: 768px) {
  .navbar-fixed-top {
    border-color: #eee;
    border-bottom-width: 0;
  }
  .smaller .navbar-fixed-top {
    border-bottom-width: 1px;
  }
}


@media (min-width: 1200px) {
  .navbar-header {
    float: none;
    position: absolute;
    height: 100%;
    width: 25%;
  }
}


.navbar-brand {
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .navbar-brand {
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 120px;
  }
  .smaller .navbar-brand {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {

  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    float: none;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
}
@media (min-width: 1440px) {
  .navbar-brand {
    height: 159px;
  }
}
.navbar-brand > img {
    height: 100%;
    width: auto;
}


.navbar-toggle {
  margin-top: 22px;
}


@media (min-width: 768px) {
  .navbar-nav {
    background-color: #eee;
    background-color: rgba(238, 238, 238, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    bottom: -70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .smaller .navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
    bottom: -50px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    background-color: transparent;
    float: none;
    position: absolute;
    top: 50%;
    bottom: inherit;
    padding-top: 0;
    padding-bottom: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .smaller .navbar-nav {
    bottom: inherit;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li > a {
    display: inline-block;
  }
}


.navbar-default {
  background-color: #fff;
}
.navbar-default .navbar-text {
  color: #504f57;
}
.navbar-default .navbar-nav > li > a {
  color: #504f57;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #2ebfca;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #2ebfca;
}
.navbar-default .navbar-nav > .active:before {
  content: "";
  border-top: 10px solid #2ebfca;
  width: 100%;
  height: 5px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #2ebfca;
}


.navbar-contact {
  font-size: 14px;
  padding: 0 30px;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 50px;
}
@media (min-width: 768px) {
  .navbar-contact {
    padding-left: 0;
    right: 0;
    text-align: right;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.navbar-contact,
.navbar-contact a {
  color: #504f57;
}
.navbar-contact address a:hover,
.navbar-contact address a:focus {
  color: #2ebfca;
  text-decoration: none;
}
.navbar-contact p,
.navbar-contact address {
   margin-bottom: 0;
}
.navbar-contact address {
   margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-contact address,
  .navbar-contact p {
    margin-left: 30px;
  }
}
@media (min-width: 1440px) {
  .navbar-contact address br {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar-contact .full {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .navbar-contact .full {
    display: block;
    height: auto;
  }
}
.navbar-contact .min i {
  margin: 0 5px;
}


.dropdown-menu {
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu > li > a {
  border-top: 1px solid #eee;
  font-weight: 300;
  padding: 10px 15px;
  color: #504f57;
}
.dropdown-menu > li:first-child > a {
  border-top: 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #504f57;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-menu > li > a {
    border: 0;
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #2ebfca;
}
.dropdown-menu .divider {
  background-color: #eee;
}
