.vps-tabs {
    width: 100%;
    margin-top: 60px;
}
.vps-tabs li {
    width: 20%;
    text-align: center;
    color: #818690;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    float: left;
    padding: 0px 12px;
}
.vps-icon {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    margin-bottom: 12px;
    background-position: 0px 0px;
    opacity: 0.22;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.vps-config {
    background: url('../images/vps-config.png') no-repeat;
    width: 44px;
}
.vps-ssh {
    background: url('../images/vps-ssh.png') no-repeat;
    width: 48px;
}
.vps-graphs {
    background: url('../images/vps-graphs.png') no-repeat;
    width: 47px;
}
.vps-backup {
    background: url('../images/vps-backup.png') no-repeat;
    width: 44px;
}
.vps-power {
    background: url('../images/vps-power.png') no-repeat;
    width: 40px;
}
.vps-logs {
    background: url('../images/vps-logs.png') no-repeat;
    width: 40px;
}
.vps-lists {
    background: url('../images/vps-lists.png') no-repeat;
    width: 40px;
}
.vps-api {
    background: url('../images/vps-api.png') no-repeat;
    width: 40px;
}
.vps-tabs a {
    color: #69707b;
    display: block;
    padding: 18px 0px 12px 0px;
    font-family: 'proxima_nova_softsemibold';
}
.vps-tabs li:hover a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    cursor: pointer;
}
.vps-tabs li.active a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #202730;
    box-shadow: inset 0 0px 3px 1px rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.vps-tabs li:hover .vps-icon {
    opacity: 0.5;
}
.vps-tabs li.active .vps-icon {
    background-position: 0px -44px;
    opacity: 1.0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.location-tabs {
    width: 100%;
    height: 54px;
    margin-top: 60px;
}
.location-tabs li {
    float: left;
    width: 50%;
}
.location-tabs li a {
    height: 54px;
    line-height: 56px;
    background: #e8ecf0;
    color: #5d6572;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: block;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    position: relative;
    font-family: 'proxima_nova_softmedium';
    text-transform: uppercase;
}
.location-tabs li.active a,
.location-tabs li.active a:hover {
    background: #127fc3;
    color: #fff;
}
.location-tabs li a:hover {
    text-decoration: none;
    background: #dfe3e8;
    color: #515863;
}
.location-tabs li:first-child a {
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
.location-tabs li.active a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-top: solid 12px #127fc3;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.faq-tabs {
    width: 100%;
    padding: 48px 0px 48px 0px;
}
.faq-tabs li {
    width: 20%;
    float: left;
}
.faq-tabs li a {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #dbe1e3;
    border-left: 0px;
    padding: 26px 14px 20px 14px;
    font-size: 16px;
    font-family: 'proxima_nova_softsemibold';
    color: rgba(66, 79, 98, 0.52);
    text-transform: uppercase;
}
.faq-tabs li a:hover {
    text-decoration: none;
    color: rgba(66, 79, 98, 0.8);
}
.faq-tabs li a:hover img {
    opacity: 0.72;
}
.faq-tabs li.active a {
    opacity: 1.0;
    color: #127fc3;
}
.faq-tabs li.active a img {
    opacity: 1.0;
}
.faq-tabs img {
    height: 48px;
    width: auto;
    margin-bottom: 6px;
    opacity: 0.52;
}
.faq-tabs li:first-child a {
    border-left: 1px solid #dbe1e3;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.faq-tabs li:last-child a {
    border-left: 0px solid #dbe1e3;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}