@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'stroke7pixeden';
    src: url(../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb);
    src: url(../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb) format('embedded-opentype'), url(../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb) format('woff'), url(../fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb) format('truetype'), url(../fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden) format('svg')
}

.tabs,
.tabs nav ul {
    position: relative;
    margin: 0 auto
}

.tabs {
    overflow: hidden;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em
}

.tabs nav {
    text-align: center
}

.tabs nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.tabs nav a,
.tabs nav ul li {
    position: relative;
    display: block
}

.tabs nav ul li {
    z-index: 1;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tabs nav a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tabs nav a:focus {
    outline: none
}

.icon::before {
    z-index: 10;
    display: inline-block;
    margin: 0 .4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: 400;
    font-variant: normal;
    font-size: 1.3em;
    font-family: 'stroke7pixeden';
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-upload::before {
    content: "\e68a"
}

.icon-tools::before {
    content: "\e60a"
}

.icon-plane::before {
    content: "\e625"
}

.icon-joy::before {
    content: "\e6a4"
}

.icon-plug::before {
    content: "\e69a"
}

.icon-home::before {
    content: "\e648"
}

.icon-gift::before {
    content: "\e652"
}

.icon-display::before {
    content: "\e65e"
}

.icon-date::before {
    content: "\e660"
}

.icon-config::before {
    content: "\e666"
}

.icon-coffee::before {
    content: "\e669"
}

.icon-camera::before {
    content: "\e66f"
}

.icon-box::before {
    content: "\e674"
}

.content-wrap {}

.content-wrap,
.content-wrapbsb {
    position: relative
}

.content-wrap section,
.content-wrapbsb section {
    display: none;
    margin: 0 auto;
    max-width: 100%;
    text-align: center
}

.content-wrap section {
    padding: 0 .3rem
}

.content-wrapbsb section {
    padding: 1em
}

.content-wrap section.content-current,
.content-wrapbsb section.content-current {
    display: block;
    margin: 0
}

.no-js .content-wrap section,
.no-js .content-wrapbsb section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, .6)
}

.no-flexbox nav ul {
    display: block
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block
}

@media screen and (max-width: 58em) {
    .tabs nav a:before {
        margin-right: 0
    }
}