.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  text-align: center;
}

.navbar-nav > li {
  float: none;
  display: inline-flex;
}




@media (min-width: 768px){
.navbar-inverse {
	background-color: transparent;
	border-radius: 0px;
	border: none;
  top:-45px;
  
}
  .navbar-toggle2{
    display:none;
  }
  .navbar-nav{
    position:relative;
  }
}


@media (max-width:767px){
  .navbar-inverse {
    background-color: transparent !important;
    border-radius: 0px !important;
    border: none !important;
    top:0px !important;
    
    }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border: none !important;
  }
  .navbar-nav{
    margin-top:0px;
    width:100%;
  }
  .navbar-toggle, .navbar-toggle2{
    right:66px !important;
    top:-112px;
  }
  #menu-main-menu li{
    background-color: #88af3c;
    width:100%;
    margin-left: 15px;
  }
  #menu-main-menu li a{
    text-align:center;
  }
}

.navbar-inverse .navbar-nav > li > a {
	font-family: 'tw', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 100;
-webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  text-decoration: none;
}

#menu-main-menu li a{
  padding: 15px 5px;
}
@media (max-width: 767px){
  #menu-main-menu li a{
  padding: 10px 5px;
}
}

.navbar-toggle{
  position:absolute;
  right:340px;
}


.navbar-inverse .navbar-nav > li > a:hover {
 color: #fff;
 text-decoration: underline;
	-webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;

}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus {
 background-color: transparent;
 text-decoration: none;
 font-weight: 400;
 
}

 .navbar-inverse .navbar-nav > .active > a:hover {
  text-decoration: underline;
   background-color: transparent;
 
 font-weight: 400;
 }

.navbar-nav {
  float: none;
  display: block;
  max-width: 100%;
  width: 100vw;
}


.navbar-inverse {
-webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;

}

.dmbs-top-menu {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;

}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, #wp-calendar > thead > tr > th, #wp-calendar > tbody > tr > th, #wp-calendar > tfoot > tr > th, #wp-calendar > thead > tr > td, #wp-calendar > tbody > tr > td, #wp-calendar > tfoot > tr > td, table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {

border-top: 0px;
    line-height: 1;
    padding: 0px;
    vertical-align: none;
    color: #fff;
    font-size: 22px;
    font-family: "tw", sans-serif;

  }
