/* NavBar
======================================================*/
.navbar {
  background-color: #fff;
  border-bottom: 3px solid #00a361;
}

.navbar-brand,
.navbar-container,
.navbar.navbar-fixed-top,
.navbar-brand,
.navbar-container{
   -webkit-transition: all 0.25s ease-in-out;
   -moz-transition: all 0.25s ease-in-out;
   -ms-transition: all 0.25s ease-in-out;
   -o-transition: all 0.25s ease-in-out;
   transition: all 0.25s ease-in-out;
}

.navbar-nav {
  z-index: 99;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}

.navbar-brand,
.navbar-nav li a {
  line-height: 80px;
  height: 78px;
  padding-top: 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #7d7d7d;
}

.dropdown-menu > li > a {
  height: 45px;
  line-height: 45px;
}

.search-box {
  padding-right: 0px;
  top: 17px;
  right: 0px;
}

.navbar-brand {
  padding-right: 30px;
}

.navbar-fixed-top {
  background-color: #fff;
  max-height: 50px;
  border-bottom: 3px solid #00a361;
  font-size: 85%;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}

.navbar-fixed-top li a {
  line-height: 50px;
  height: 50px;
  padding-top: 0;
  font-weight: 400 !important;
}

.navbar-fixed-top .navbar-brand {
  padding-right: 40px;
}

.navbar-fixed-top .dropdown-menu > li > a {
  height: 35px;
  line-height: 35px;
}

.logo {
  margin: 8px auto;
  height: 62px;
  margin-left: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar-fixed-top .logo {
  margin: 5px auto;
  height: 36px;
  margin-left: 15px;
  transition: all 0.25s ease-in-out;
}

.navbar-default {
  border-top: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.navbar-default .navbar-nav > li > a {
  color: #7d7d7d;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00a361;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00a361;
  text-decoration: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #00a361;
  background-color: inherit;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #00a361;
}

.navbar-default .navbar-toggle {
  border-color: #00a361;
}

.navbar-default .navbar-toggle {
  position: relative;
  float: right;
  padding: 10px 10px;
  margin-top: 22px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #cff5df;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #00a361;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #00a361;
}

.navbar-default .navbar-link {
  color: #8a8c8e;
}

.navbar-default .navbar-link:hover {
  color: #ffffff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #d4dde4;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: inherit;
  color: #00a361;
}

@media (max-width:1024px) {
  .dropdown-menu > li > a {
    height: 30px;
    line-height: 27px;
    font-size: 117%;
  }

  .dropdown-menu > li > a:hover {
    background-color: #cff5df !important;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    background-color: #fff!important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
    font-size: 130%;
  }

  .navbar-nav>li>a {
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
  }

  .navbar-nav>li>a:hover {
    background-color: #d2ecf9 !important;
  }

  .collapse.in {
    display: block !important;
  }

}

@media (min-width:1024px) {
  .navbar-default .navbar-nav > li > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 12px;
    left: 0;
    background-color: #c2a032;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.4s ease;
  }

  .navbar-nav li a {
    font-size: 125%;
    padding-right: 10px;
    padding-left: 10px;
  }

}

.navbar-default .navbar-nav > li > a:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (min-width:1200px) {
  .navbar-nav li a {
    font-size: 145%;
    font-weight: 400;    /* color: #444!important; */
    padding-right: 24px;
    padding-left: 24px;
  }

  .dropdown-menu > li > a {

    /* height: 30px;
    line-height: 30px; */
    font-size: 123%;
  }

  .navbar-fixed-top .dropdown-menu > li > a {

    /* height: 30px;
    line-height: 30px; */
    font-size: 104%;
  }

  /* .navbar-nav li ul li a {
    font-size: 110%;
  } */
}

@media (max-width:768px) {
  .pull-right {
    float: none !important;
  }
  .navbar-fixed-top {
    max-height: 80px;
  }

  .navbar-fixed-top .logo {
    margin: 15px auto;
    height: 49px;
    margin-left: 5px;
  }

  .logo {
    margin: 12px auto;
    height: 52px;
    margin-left: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

}

/* Seach Fullpage Box */
#search {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search input[type="search"]::-webkit-input-placeholder {
  color: #666;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 100px;
  margin-left: -50px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #337338;
  border-color: #2d6431;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.searchinput {
  font-size: 170%;
}

@media only screen and (max-width:992px) {
  #search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
  }

  #search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 40px;
    margin-left: -50px;
  }

  .searchinput {
    font-size: 130%;
  }

}
