/*theme-orange  #EAB000 */

.itemIcon {
    width: 50px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #EAB000;
    background-color: transparent;
    border-radius: 1px;
    color: #EAB000;
    position: relative;
    margin: 62px -15px;
    padding: 14px 0px;
    float: left;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.itemIcon:hover {
    background-color: #EAB000;
    color: #fff;
}
.ddpSection {
    height: 160px;
    width: 100%;
    background-color: #EAB000;;
}
.itemFunFacts:hover {
    background-color: #EAB000;;
}
.itemTeam {
    width: 271px;
    height: 446px;
    margin-top: 18px;
    padding: 0;
    border-bottom: 1px solid #EAB000;;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.itemTeam ul li {
    float: left;
    height: 30px;
    width: 30px;
    border: 1px solid #EAB000;;
    padding: 4px 0px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-left: 12px;
    bottom: 8px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.progress-bar {
    background-color: #EAB000;;
}
.portfolio ul li.activeItem a {
    color: #EAB000;;
}
.itemTeam ul li a {
    color: #EAB000;;
}
.portfolio ul li.activeItem {
    border: 1px solid #EAB000;
}
.send:hover {
    color: #EAB000;
}
.flipperButton:hover {
    border-color: #EAB000;
    background-color: #FFFFFF;
    color: #EAB000!important;
}