/*#header > #home-btn > i.sandwich.toothpicks > div.line.l-2nd {
    left: 3px;
    width: 74%;
}
#header > #home-btn > i.sandwich > div.line.l-2nd {
    top: 50%;
    margin-top: -1px;
    left: 0;
}
#header > #home-btn > i.sandwich.toothpicks > div.line.l-3rd {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 46%;
    bottom: 3px;
}
#header > #home-btn > i.sandwich > div.line.l-3rd {
    bottom: 0;
}
#header > #home-btn > i.sandwich {
    display: block;
    width: 24px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 22px;
    position: absolute;
    z-index: 2;
}
#header > #home-btn > i.sandwich.toothpicks > div.line.l-1st {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 46%;
        top: 3px;
    }
#header > #home-btn > i.sandwich > div.line.l-1st {
        top: 0;
    }
#header > #home-btn > i.sandwich > div.line {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000;
    }
#header > #close-btn > i.cross {
    display: block;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    z-index: 3;
}
#header > #close-btn > i.cross > div.line.l-1st {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
#header > #close-btn > i.cross > div.line.l-2nd {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
#header > #close-btn > i.cross > div.line {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000;
        bottom: 50%;
    }
#header > #home-btn > span.title {
    display: block;
    line-height: 65px;
    font-size: 26px;
    padding: 0 66px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
#header > #home-btn {
    height: 100%;
    display: block;
    position: relative;
    cursor: pointer;
}
#header > #close-btn {
    width: 66px;
    height: 100%;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
#header {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 120;
    line-height: 65px;
    height: 65px;
    width: 100%;
    background-color: #eee;
    color: #000;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    display: block;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.transition {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#konfigurator {
    width: 100%;
    height: 100%;
    position: relative;
}

#konfigurator.opened > #panel, #konfigurator.opened > #panel.wide {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-box-shadow: 3px 0 50px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 3px 0 50px 0 rgba(0,0,0,.3);
    box-shadow: 3px 0 50px 0 rgba(0,0,0,.3);
}

#panel {
    position: absolute;
    z-index: 9000;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 580px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .25s ease,-webkit-box-shadow .25s ease;
    -moz-transition: -moz-transform .25s ease,-moz-box-shadow .25s ease;
    -ms-transition: -ms-transform .25s ease,-ms-box-shadow .25s ease;
    -o-transition: -o-transform .25s ease,-o-box-shadow .25s ease;
    transition: transform .25s ease,box-shadow .25s ease;
    -webkit-transform: translate(-580px,0);
    -moz-transform: translate(-580px,0);
    -ms-transform: translate(-580px,0);
    -o-transform: translate(-580px,0);
    transform: translate(-580px,0);
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}
input, select {
    font-family: Roboto,sans-serif;
    font-size: 20px;
    color: #696969
}

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000
    }

    select::-ms-expand {
        display: none
    }

.select {
    background-color: #198754;
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 0;
    border-bottom-width: 0;
}
.select > select {
        background-color: #198754;
        color: #fff;
        width: 100%;
        height: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 10px 22px;
        font-size: 20px;
        line-height: 30px;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        text-indent: 0.01px;
        text-overflow: "";
}
.select > select > option {
        padding: 7px;
        color: #fff;
}
    .select svg.select-icon {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -15px;
        z-index: 3;
        pointer-events: none;
    }
@media screen and (min-width: 430px) .mini-menu #views>div:not(#menu-view) {
    left: 100px;
}

#views.model-view > #model-view {
    display: block;
}

#model-view {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    left: 0;
    top: 65px;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: none;
}
#menu-view {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 65px;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: none;
    background-color: #fafafa;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
media screen and (min-width: 430px)
.no-touch.mini-menu #menu-view {
    overflow-y: hidden;
}
.menu-view {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

@media screen and (min-width: 430px) .mini-menu #menu-view {
    z-index: 100;
    display: block;
    border-right: 1px solid #e0e0e0;
    width: 100px;
}
@media screen and (min-width: 430px) .mini-menu #views>#menu-view .menu-item {
    width: 100px;
}
@media screen and (min-width: 430px) #menu-view {
    z-index: 100;
    display: block;
    border-right: 1px solid #e0e0e0;
    width: 100px;
}
#menu-view .menu-item > span.name {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0 30px 0 105px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#menu-view .menu-item.visited .visited {
    display: none;
}
#menu-view .menu-item.active {
    background-color: #b0226b;
    color: #fff;
}
#menu-view .menu-item {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 21px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    color: #000;
    border-bottom: 1px solid rgba(128,128,128,.2);
}

a {
    color: #696969;
    cursor: pointer;
    text-decoration: none;
}
#menu-view .menu-item > .icon-title {
    position: absolute;
    width: 100px;
    z-index: 1;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 4px;
    line-height: normal;
    text-align: center;
    padding: 2px;
}
mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
/*vége*/

.miniImg > .img-thumbnail {
    max-height: 75px;
    max-width: 75px;
    height: 75px;
    width: 75px;
}
.model-sub-view-horizontal {
    /*padding: 10px;*/
    overflow-x: auto;
    overflow-y: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .model-sub-view-horizontal > .model-item {
        display: block;
        float: left;
        text-align: center;
        width: 33%;
        position: relative;
    }

        .model-sub-view-horizontal > .model-item > span {
            display: block;
            position: relative;
            width: 100%;
            z-index: 2;
            overflow: visible;
            /*white-space: nowrap;*/
            text-overflow: ellipsis;
            font-size: 14px;
            padding: 0 10px;
            margin: -10px 0 5px 0;
            color: #000
        }

            .model-sub-view-horizontal > .model-item > span.category {
                margin-top: -5px
            }

         .model-item > div.icon {
            width: 23px;
            height: 23px;
            position: absolute;
            z-index: 10;
            top: 50%;
            left: 50%;
            margin-left: -13px;
            margin-top: -20px;
            background-color: #b0226b;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
            -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
            box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
            border: 1px solid rgba(100,100,100,.15);
            display: none
        }

             .model-item > div.icon > .checkmark {
                position: absolute;
                width: 10px;
                height: 10px;
                top: 50%;
                left: 50%;
                margin-top: -10px;
                margin-left: -10px
            }

                 .model-item > div.icon > .checkmark > .line-1 {
                    background-color: #fff;
                    width: 8px;
                    height: 1px;
                    -webkit-transform-origin: left bottom;
                    -moz-transform-origin: left bottom;
                    -ms-transform-origin: left bottom;
                    -o-transform-origin: left bottom;
                    transform-origin: left bottom;
                    -webkit-transform: rotate(-35deg);
                    -moz-transform: rotate(-35deg);
                    -ms-transform: rotate(-35deg);
                    -o-transform: rotate(-35deg);
                    transform: rotate(-35deg);
                    position: absolute;
                    top: 11px;
                    left: 9px
                }

                 .model-item > div.icon > .checkmark > .line-2 {
                    background-color: #fff;
                    width: 4px;
                    height: 1px;
                    -webkit-transform-origin: left top;
                    -moz-transform-origin: left top;
                    -ms-transform-origin: left top;
                    -o-transform-origin: left top;
                    transform-origin: left top;
                    -webkit-transform: rotate(-125deg);
                    -moz-transform: rotate(-125deg);
                    -ms-transform: rotate(-125deg);
                    -o-transform: rotate(-125deg);
                    transform: rotate(-125deg);
                    position: absolute;
                    top: 12px;
                    left: 9px
                }

         .model-item.selected > div.icon {
            display: block
        }

.no-touch .model-sub-view-horizontal > .model-item:not(.selected):focus > span, .no-touch #model-sub-view > .model-item:not(.selected):hover > span {
    font-weight: 700;
    color: #454545
}

.model-sub-view > .model-item.selected > span {
    font-weight: 700;
    color: #b0226b
}

.model-sub-view-horizontal > .model-item > img {
    position: relative;
    z-index: 1;
    height: 100px;
    -webkit-transform: scale(.84,.84);
    -ms-transform: scale(.84,.84);
    transform: scale(.84,.84);
}

.model-sub-view-horizontal > .model-item.selected > img, .no-touch #model-sub-view > .model-item:focus > img, .no-touch #model-sub-view > .model-item:hover > img {
    -webkit-transform: scale(.87,.87);
    -ms-transform: scale(.87,.87);
    transform: scale(.87,.87);
}

.model-sub-view-horizontal > .model-item.selected > span {
    font-weight: 700;
    color: #b0226b
}





.model-sub-view {
    /*padding: 10px;*/
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-height:200px;
}
/*
#model-view.model-options > .model-sub-view {
    bottom: 50px
}
*/
.model-sub-view > .model-item {
    display: block;
    float: left;
    text-align: center;
    width: 33%;
    position: relative;
}

    .model-sub-view > .model-item > span {
        display: block;
        position: relative;
        width: 100%;
        z-index: 2;
        overflow: visible;
        /*white-space: nowrap;*/
        text-overflow: ellipsis;
        font-size: 14px;
        padding: 0 10px;
        margin: -10px 0 5px 0;
        color: #000
    }

        .model-sub-view > .model-item > span.category {
            margin-top: -5px
        }
/*
    .model-sub-view > .model-item > div.icon {
        width: 46px;
        height: 46px;
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        margin-left: -23px;
        margin-top: -30px;
        background-color: #b0226b;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
        -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
        box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
        border: 1px solid rgba(100,100,100,.15);
        display: none
    }

        .model-sub-view > .model-item > div.icon > .checkmark {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 50%;
            left: 50%;
            margin-top: -10px;
            margin-left: -10px
        }

            .model-sub-view > .model-item > div.icon > .checkmark > .line-1 {
                background-color: #fff;
                width: 15px;
                height: 2px;
                -webkit-transform-origin: left bottom;
                -moz-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                -o-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: rotate(-35deg);
                -moz-transform: rotate(-35deg);
                -ms-transform: rotate(-35deg);
                -o-transform: rotate(-35deg);
                transform: rotate(-35deg);
                position: absolute;
                top: 15px;
                left: 6px
            }

            .model-sub-view > .model-item > div.icon > .checkmark > .line-2 {
                background-color: #fff;
                width: 8px;
                height: 2px;
                -webkit-transform-origin: left top;
                -moz-transform-origin: left top;
                -ms-transform-origin: left top;
                -o-transform-origin: left top;
                transform-origin: left top;
                -webkit-transform: rotate(-125deg);
                -moz-transform: rotate(-125deg);
                -ms-transform: rotate(-125deg);
                -o-transform: rotate(-125deg);
                transform: rotate(-125deg);
                position: absolute;
                top: 17px;
                left: 6px
            }

    .model-sub-view > .model-item.selected > div.icon {
        display: block
    }

.no-touch .model-sub-view > .model-item:not(.selected):focus > span, .no-touch #model-sub-view > .model-item:not(.selected):hover > span {
    font-weight: 700;
    color: #454545
}

.model-sub-view > .model-item.selected > span {
    font-weight: 700;
    color: #b0226b
}
*/
.model-sub-view > .model-item > img {
    position: relative;
    z-index: 1;
    height: 200px;
    -webkit-transform: scale(.84,.84);
    -ms-transform: scale(.84,.84);
    transform: scale(.84,.84);
}

.model-sub-view > .model-item.selected > img, .no-touch #model-sub-view > .model-item:focus > img, .no-touch #model-sub-view > .model-item:hover > img {
    -webkit-transform: scale(.87,.87);
    -ms-transform: scale(.87,.87);
    transform: scale(.87,.87);
}


/*#model-pszin-sub-view {
    padding: 10px;*/
    /*overflow: scroll;*/
    /*overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-height:200px;
}

#model-view.series > #model-pszin-sub-view {
    top: 50px;
}

#model-view.category > #model-pszin-sub-view {
    top: 100px
}

#model-view.model-options > #model-pszin-sub-view {
    bottom: 50px
}

#model-pszin-sub-view > .model-item {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
}

    #model-pszin-sub-view > .model-item > span {
        display: block;
        position: relative;
        width: 100%;
        z-index: 2;
        overflow: hidden;
        white-space: pre-wrap;
        text-overflow: inherit;
        font-size: 12px;
        padding: 0 10px;
        margin: -10px 0 5px 0;
        color: #000
    }

        #model-pszin-sub-view > .model-item > span.category {
            margin-top: -5px
        }

    #model-pszin-sub-view > .model-item > div.icon {
        width: 46px;
        height: 46px;
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        margin-left: -23px;
        margin-top: -30px;
        background-color: #b0226b;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
        -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
        box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
        border: 1px solid rgba(100,100,100,.15);
        display: none
    }

        #model-pszin-sub-view > .model-item > div.icon > .checkmark {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 50%;
            left: 50%;
            margin-top: -10px;
            margin-left: -10px
        }

            #model-pszin-sub-view > .model-item > div.icon > .checkmark > .line-1 {
                background-color: #fff;
                width: 15px;
                height: 2px;
                -webkit-transform-origin: left bottom;
                -moz-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                -o-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: rotate(-35deg);
                -moz-transform: rotate(-35deg);
                -ms-transform: rotate(-35deg);
                -o-transform: rotate(-35deg);
                transform: rotate(-35deg);
                position: absolute;
                top: 15px;
                left: 6px
            }

            #model-pszin-sub-view > .model-item > div.icon > .checkmark > .line-2 {
                background-color: #fff;
                width: 8px;
                height: 2px;
                -webkit-transform-origin: left top;
                -moz-transform-origin: left top;
                -ms-transform-origin: left top;
                -o-transform-origin: left top;
                transform-origin: left top;
                -webkit-transform: rotate(-125deg);
                -moz-transform: rotate(-125deg);
                -ms-transform: rotate(-125deg);
                -o-transform: rotate(-125deg);
                transform: rotate(-125deg);
                position: absolute;
                top: 17px;
                left: 6px
            }

    #model-pszin-sub-view > .model-item.selected > div.icon {
        display: block
    }

.no-touch #model-pszin-sub-view > .model-item:not(.selected):focus > span, .no-touch #model-sub-view > .model-item:not(.selected):hover > span {
    font-weight: 700;
    color: #454545
}

#model-pszin-sub-view > .model-item.selected > span {
    font-weight: 700;
    color: #b0226b
}

#model-pszin-sub-view > .model-item > img {
    position: relative;
    z-index: 1;
    height: 200px;
    -webkit-transform: scale(.84,.84);
    -ms-transform: scale(.84,.84);
    transform: scale(.84,.84);
}

#model-pszin-sub-view > .model-item.selected > img, .no-touch #model-sub-view > .model-item:focus > img, .no-touch #model-sub-view > .model-item:hover > img {
    -webkit-transform: scale(.87,.87);
    -ms-transform: scale(.87,.87);
    transform: scale(.87,.87);
}*/

/*#model-view.series > #model-plapszin-sub-view > .serie-desc {
    padding: 10px;
    color: #000;
    font-size: 14px
}

    #model-view.series > #model-plapszin-sub-view > .serie-desc > .desc-head {
        font-size: 26px;
        color: #b0226b
    }

        #model-view.series > #model-plapszin-sub-view > .serie-desc > .desc-head span {
            position: relative
        }

#model-plapszin-sub-view {
    padding: 10px;*/
    /*overflow: scroll;*/
    /*overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-height: 200px;
}

#model-view.series > #model-plapszin-sub-view {
    top: 50px;
}

#model-view.category > #model-plapszin-sub-view {
    top: 100px
}

#model-view.model-options > #model-plapszin-sub-view {
    bottom: 50px
}

#model-plapszin-sub-view > .model-item {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
}

    #model-plapszin-sub-view > .model-item > span {
        display: block;
        position: relative;
        width: 100%;
        z-index: 2;
        overflow: hidden;
        white-space: pre-wrap;
        text-overflow: inherit;
        font-size: 12px;
        padding: 0 10px;
        margin: -10px 0 5px 0;
        color: #000
    }

        #model-plapszin-sub-view > .model-item > span.category {
            margin-top: -5px
        }

    #model-plapszin-sub-view > .model-item > div.icon {
        width: 46px;
        height: 46px;
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        margin-left: -23px;
        margin-top: -30px;
        background-color: #b0226b;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
        -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
        box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35),rgba(255,255,255,.25) 1px 1px 2px inset;
        border: 1px solid rgba(100,100,100,.15);
        display: none
    }

        #model-plapszin-sub-view > .model-item > div.icon > .checkmark {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 50%;
            left: 50%;
            margin-top: -10px;
            margin-left: -10px
        }

            #model-plapszin-sub-view > .model-item > div.icon > .checkmark > .line-1 {
                background-color: #fff;
                width: 15px;
                height: 2px;
                -webkit-transform-origin: left bottom;
                -moz-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                -o-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: rotate(-35deg);
                -moz-transform: rotate(-35deg);
                -ms-transform: rotate(-35deg);
                -o-transform: rotate(-35deg);
                transform: rotate(-35deg);
                position: absolute;
                top: 15px;
                left: 6px
            }

            #model-plapszin-sub-view > .model-item > div.icon > .checkmark > .line-2 {
                background-color: #fff;
                width: 8px;
                height: 2px;
                -webkit-transform-origin: left top;
                -moz-transform-origin: left top;
                -ms-transform-origin: left top;
                -o-transform-origin: left top;
                transform-origin: left top;
                -webkit-transform: rotate(-125deg);
                -moz-transform: rotate(-125deg);
                -ms-transform: rotate(-125deg);
                -o-transform: rotate(-125deg);
                transform: rotate(-125deg);
                position: absolute;
                top: 17px;
                left: 6px
            }

    #model-plapszin-sub-view > .model-item.selected > div.icon {
        display: block
    }

.no-touch #model-plapszin-sub-view > .model-item:not(.selected):focus > span, .no-touch #model-sub-view > .model-item:not(.selected):hover > span {
    font-weight: 700;
    color: #454545
}

#model-plapszin-sub-view > .model-item.selected > span {
    font-weight: 700;
    color: #b0226b
}

#model-plapszin-sub-view > .model-item > img {
    position: relative;
    z-index: 1;
    height: 200px;
    -webkit-transform: scale(.84,.84);
    -ms-transform: scale(.84,.84);
    transform: scale(.84,.84);
}

#model-plapszin-sub-view > .model-item.selected > img, .no-touch #model-sub-view > .model-item:focus > img, .no-touch #model-sub-view > .model-item:hover > img {
    -webkit-transform: scale(.87,.87);
    -ms-transform: scale(.87,.87);
    transform: scale(.87,.87);
}*/




ul.nav li:hover, ul.nav li:active {
    background: blue;
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    overflow-y: auto;
    font-family: Roboto,sans-serif;
}