/* 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{
    color: #00a1df;
    background-color:#fff;
    border-bottom: 1px solid rgba(40,113,213,.1);
    z-index: 15;
	box-shadow: 0px 1px 2px 0px rgba(80, 118, 194, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(80, 118, 194, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(80, 118, 194, 0.1);
	}

	.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: 58px;
}
@media only screen and (max-width: 767px){
.skipmenu a {
    text-align: center !important;
    font-size: .8em;
    height: 50px !important;
    line-height: 50px !important;
}
.menuItem{
    position: relative;
    height: 50px;
}
}




