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

#scroll {
	position:fixed; 
	bottom: 30px;
	right:50px; 
	z-index:1000;
}
    
.scrollItem {
    width:100%; 
	height:96px;
	cursor:pointer; 
	text-align:center; 
	padding-top:12px; 
    }
.scrollItem:hover{
	opacity:0.8;
}

a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}
.isStuck{
    left:0px;
    width:100%;
}

.skipmenu{
	z-index: 15;	
	background-color: #ffffff;
}

.skipmenu a {
    font-size: 12px;
    color: #666;
    text-align: center;
    display: inline-block;
    width: auto;
    line-height: 50px;
    margin-top: 1px;
    padding: 0px 20px;
    margin: 0px 10px;

	position: relative;
    transition: 0.2s all linear;
}
.skipmenu a::before{
	content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #00a1df;
    transition: 0.2s all linear;
} 

.skipmenu a:hover::before{
    width: 100%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: #00a1df;
    z-index: -1;
}
.skipmenu a:hover::before ~ .skipmenu a::before{
	color: #00a1df;
	left:0;
}
.skipmenu .active::before ~ .skipmenu a:focus::before{
	color: #00a1df;
	left: 100%;
}

/*.skipmenu a {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: inline-block;
    width: auto;
    line-height: 50px;
    margin-top: 1px;
    padding: 0px 20px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px;
    margin: 0px 10px;
}
.skipmenu a:hover {
	color: #00a1df;
	border-bottom: 1px solid #00a1df;
	margin-bottom: -1px;
}*/
.skipmenu .active>a, .navbar-inverse .navbar-nav>.active>a:focus::before{
	color: #00a1df;
    border-bottom: 1px solid #00a1df;
}
.no-padding {
    padding: 0 !important;
}
.menuItem{
    height: 50px;
    float: left;
}






