/*HEADER*/
#header.colored nav ul.nav-main li a {
	padding-bottom: 34px;
	padding-top: 40px;
}

#header.colored nav ul.nav-main li.dropdown:hover > a {
	padding-bottom: 35px;
}

body.sticky-menu-active #header.colored ul.nav-main > li:hover > a {
	padding-bottom: 24px;
	padding-top: 24px;
}

/*HISTORY*/

ul.history li div.thumb h4 {
    padding: 65px 55px;
}

/*SUPPORT*/
.support {
    position: relative;
    width: 300px;
    height: 77px;
    margin-top: -25px;
}

.support a {
    text-decoration: none;
    margin-top: 25px;
}

.support h4 {
    position: absolute;
    top: 37.5px;
    left: 93px;
    display: block;
    cursor: pointer;
    color: White;
    line-height: 1.2em;
    text-align: center;
    width: 169px;
}

.support img {
    width: 300px;
    height: 77px;
}

/*ACCORDIAN*/
.accordion-toggle:hover {
    color: #fff!important;
    background-color: #0088cc !important;
    text-decoration: none;
}