﻿/* 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 {
    top: 70px !important;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
}

.skipmenu {
    z-index: 999;
    /* -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; */
}

.skipmenu a {
    font-size: 12px;
    color: #666;
    text-align: center;
    display: inline-block;
    width: auto;
    line-height: 50px;
    padding: 0px 20px;
    margin: 0px 10px;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
}

.skipmenu a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #00a1df;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.skipmenu a:hover::before {
    width: 100%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom: 1px solid #0f488b;
    z-index: -1;
}

.skipmenu a:hover::before~.skipmenu a::before {
    color: #0f488b;
    left: 0;
}

.skipmenu .active::before~.skipmenu a:focus::before {
    color: #0f488b;
    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: #0f488b;
    font-weight: bold;
    /* border-bottom: 1px solid #0f488b;
    margin-bottom: -1px; */
}

.no-padding {
    padding: 0 !important;
}

.menuItem {
    height: 50px;
    float: left;
}