@charset "utf-8";
/* CSS Document */

 
 @media only screen and (max-width: 768px) {
   .navbar-brand {
  float: left;
  height: 70px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
		 
 
}
 
    

 @media only screen and (max-width: 768px) {
    .navbar-default  .navbar-collapse   {
        border-color: white;
        background-image: url("../images/hamburger_menu.jpg");
		width:100%;
		position:absolute;
		margin-top:20px;
		text-align:center;
		z-index: 99;
     } 
}
  
  
 
@media (max-width: 767px) {
  .navbar.navbar-custom .navbar-nav {
    text-align: left; 
	 
  }
	.jumbotron{

    margin-bottom:0px;
	margin-top:00px;
          }
	
	 .navbar {
    background-color: #ffffff;
    margin:0; /*add this*/
}

	
	.navbar-form {
		position:relative;
		 margin-top: -220px;
	  text-align: center;
		 
	webkit-box-shadow: inset 0 0 0 rgba(255,255,255,.1),0 0 0 rgba(255,255,255,.1);
box-shadow: inset 0 0 0 rgba(255,255,255,.1),0 0 0 rgba(255,255,255,.1);
	}
	 
  .navbar.navbar-custom .navbar-nav > li {
       position:relative;
		 margin-top: -140px;
	 margin-right: 0px;
	  display: inline-block;
         
 
	  vertical-align: top;
	}
	  


    .navbar .navbar-collapse {
        text-align: center;
    }

	  .navbar.navbar-custom .navbar-nav .navbar-form {
     position:relative;
		 margin-top: -80px;
	  text-align: center;

	  font-size: 15px;
	  float:left;
	  padding-right:18px;
	  
  }
	.navbar.navbar-custom .navbar-nav > a {
     display: block;
     padding: 8px;
    background-color: #dddddd;
} 
  .navbar.navbar-custom .navbar-nav > li:not(:first-child) {
    right: 0px;
  }
  .navbar.navbar-custom .navbar-nav > li {
    border-bottom: 0px solid #eee;
	   
	  
  }
  .navbar.navbar-custom a.btn.navbar-btn.btn-sign {
    padding: 7.5px 15px;
    font-size: 20px;
  }
  .navbar.navbar-custom .signin {
    float: none;
    clear: both;
    position: relative;
    right: 0;
  }
	.second_nav {
		position:absolute;
		 text-align: center;

		margin-top:00px;
		 margin-bottom:0px;
	}
	
                 
   .content-to-hide {
      display: none;
	}
	   .show-nav {
		   position:absolute;
			   margin-top:10px;
  color: red;
     cursor: pointer;
		   list-style:none;
		    
  }
ul.show-nav li a {
    color: white;
	 
	 

   }
	
	 .vertical {
		 display:block;
	 }
}




@media screen and (min-width: 0px) and (max-width: 767px) {
  .content-to-show { display: block;
	color:white;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:20px;
	list-style: none;
	 
	position: relative;
	margin-right:20px;
   
    height: 300px; /* height of  */
    margin-top: 30px;}  /* show it on small screens */
}
 
   