/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

.isStuck{
    left:0px;
    width:100%;
}

	.skipmenu .active2>a, .navbar-inverse .navbar-nav>.active>a:focus{
		color: #00a1df;
		background:#fff;
	    border-bottom: 1px solid #00a1df;
	    margin-top: 1px;
	}
	.skipmenu .active>a, .navbar-inverse .navbar-nav>.active>a:focus{
		color: #00a1df;
		background:#fff;
	    border-bottom: 1px solid #00a1df;
	    margin-top: 1px;
	}
	
	.skipmenu{
    color: #00a1df;
    background-color:#f2f2f2;
    border-bottom: 1px solid #dbdada;
		z-index: 15;	
	}

	.skipmenu a {
	    font-size: 16px;
	    color: #666;
	    text-align: center;
	    display: inline-block;
	    /*height: 70px;*/
	    width: 100%;
	    line-height: 58px;
	    margin-top: 1px;
        position: absolute;
  	}
  .skipmenu a:hover {
    color: #00a1df;
    border-bottom: 1px solid #00a1df;
    margin-top: 1px;
  }
.no-padding {
    padding: 0 !important;
}

.menuItem{
    position: relative;
    height: 59px;
}







