/* Smartphones ----------- */
@media only screen and (max-width: 760px) {
  #some-element { display: none; }
}

.nav-container { 
	margin-top: 0px;
	height: 34px;
}

.f-nav { 
	z-index: 9999; 
	left: 0px; 
	top: 0;
	position: fixed;
	width:100%;
	padding-right: 0px;
	padding-left: 0px; 
	background-color: #333644;
	height: 34px;
}  /* this make our menu fixed top */
	
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

body {
    padding-top: 0px;
}

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: 0px;
  }

/*
.navbar{
    margin-bottom: 0px!important;
    padding-top:0px!important;
    padding-bottom:0px!important;
}
*/
.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

