@font-face {font-family: "CALIBRI"; src: url("../fonts/CALIBRI.TTF") format('truetype'); font-weight: normal; font-style: normal;}

.navbar-wrapper {
  /*margin-top:20px;*/
  position:relative;
  z-index: 15;
}
.navbar.navbar-inverse.navbar-static-top {
  color:#fff;
}
.navbar.navbar-inverse.navbar-static-top a{
  color:#727376;
}
.navbar.navbar-inverse.navbar-static-top a:hover{
  color:#fff;
  background-color:#A8CF45;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
  /*background: #000;*/
  color:#fff;
  background-color:#A8CF45;
}
.navbar-inverse .navbar-nav>.active>a:hover {
 /* background: #000;*/
  color:#fff;
  background-color:#A8CF45;
}

.carousel-caption {
  z-index: 10;
}

.carousel .item {
  color:#fff;
 background-color:#A8CF45;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
 /* Navbar positioning foo */
  .navbar-wrapper {

  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size:14px;
    /*line-height: 1.4;*/
  }

  .featurette-heading {
    font-size: 14px;
  }


/*-------menu open-------*/
.menu-home
{
	min-width:1050px; height:120px;
	float:left;
	/*margin:0 auto;*/
}
.menu
{
	width:    width: 500px; height:90px;
	/*margin:0 auto;*/
	float:right;
}
#navigation {
    height: 90px;
	float:left;	
}
#navigation ul {
    list-style:none;
	/*margin-top:30px;*/
}
#navigation ul li {
	font-family: 'Armata', sans-serif; font-size:15px; font-weight:normal;
	float:left;
	
}
#navigation ul li a  {
   /*color:#000;*/
    padding:35px 13px;
	text-decoration:none;
	display:block;
	transition: 0.4s;
}
#navigation ul li a:hover {
    color:#fff;
	background-color:#A8CF45;
}
/*-------menu close-------*/

nav {
 padding:40px 13px;
  text-align: center;
  font-family: Raleway;
  font-family: "CALIBRI", sans-serif; font-size:18px; /*color:#282828;*/ letter-spacing:1px; font-weight:normal;
}
.link-3 {
  transition: 0.4s;
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 10px;
}
.link-3:hover {
  background-color: #A8CF45;
  color: #EEA200;
  padding:40px 13px;
  text-decoration:none;
}