/* prev/next */
#webnavoz_button_prev_trig {
    display: block;
    visibility: hidden;
    letter-spacing: 0;
    text-transform: uppercase;
    position: fixed;
    top: 50%;
    font-size: 15px;
    transform: matrix(0, -1, 1, 0, 0, -9.6);
    -webkit-backface-visibility: hidden;
    color: rgb(135, 140, 142);
    z-index: 1002;
    left: -19px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga', 'kern';
    font-kerning: normal;
    opacity: 0;
    transition: opacity .3s linear;
    cursor: pointer;
    text-decoration: none
}

#webnavoz_button_next_trig {
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
    position: fixed;
    top: 50%;
    font-size: 15px;
    transform: matrix(0, -1, 1, 0, 0, -9.6);
    -webkit-backface-visibility: hidden;
    color: rgb(135, 140, 142);
    z-index: 1002;
    right: -4px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga', 'kern';
    font-kerning: normal;
    opacity: 0;
    transition: opacity .3s linear;
    cursor: pointer;
    text-decoration: none;
    visibility: hidden;
}

#webnavoz_button_prev_trig.webnavoz_button_prev_next_opacity, #webnavoz_button_next_trig.webnavoz_button_prev_next_opacity {
    opacity: 1;
    visibility: visible
}

/* prev */
#webnavoz_button_prev_a {
    width: 300px;
    height: 150px;
    padding: 40px 96px 40px 105px;
    left: 0;
    top: calc(50% - 115px);
    z-index: 1001;
    cursor: pointer;
    position: fixed;
    color: rgba(0, 0, 0, 0.84);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px 0px;
    box-sizing: content-box;
    background: #fff;
    text-align: right;
    text-decoration: none;
    display: none
}

#webnavoz_button_prev_a > div {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle
}

#webnavoz_button_prev_cat {
    display: block;
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.84);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase
}

#webnavoz_button_prev_title {
    font-weight: 700;
    line-height: 27px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.84);
    clear: both;
    display: block
}

/* next */
#webnavoz_button_next_a {
    width: 300px;
    height: 150px;
    padding: 40px 105px 40px 96px;
    display: none;
    right: 0;
    top: calc(50% - 115px);
    z-index: 1001;
    cursor: pointer;
    position: fixed;
    color: rgba(0, 0, 0, 0.84);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px 0px;
    box-sizing: content-box;
    background: #fff;
    text-align: left;
    text-decoration: none
}

#webnavoz_button_next_a > div {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle
}

#webnavoz_button_next_cat {
    display: block;
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.84);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#webnavoz_button_next_title {
    font-weight: 700;
    line-height: 27px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.84);
    clear: both;
    display: block
}

/* button style 1 */
#webnavoz_button_style1_main {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 90px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    z-index: 1099
}

#webnavoz_button_style1_main_up, #webnavoz_button_style1_main_down {
    width: 35px;
    height: 16px;
    display: block;
    cursor: pointer;
    opacity: .5;
    text-align: center;
    padding: 9px 0 10px;
    box-sizing: content-box
}

#webnavoz_button_style1_main_up svg, #webnavoz_button_style1_main_down svg {
    width: 14px;
    height: 16px;
    display: block;
    margin: auto
}

#webnavoz_button_style1_main_up:hover, #webnavoz_button_style1_main_down:hover {
    opacity: 1
}

#webnavoz_button_style1_main_middle {
    width: 35px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    opacity: .5
}

/* button style 2 */
#webnavoz_button_style2_main {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    bottom: 40px;
    right: 60px;
    display: none;
    position: fixed;
    opacity: .6;
    transition: all .3s linear;
    cursor: pointer;
    z-index: 1099
}

#webnavoz_button_style2_main:hover {
    opacity: 1;
    bottom: 45px
}

#webnavoz_button_style2_up {
    width: 32px;
    height: 32px;
    margin: 5px 14px 0;
    display: block
}

#webnavoz_button_style2_up svg {
    width: 32px;
    height: 32px;
    display: block
}

#webnavoz_button_style2_counter {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    text-align: center
}

#webnavoz_button_style2_main.webnavoz_button_style2_opacity {
    display: block
}

/* button style 3 */
#webnavoz_button_style3_main {
    width: 64px;
    height: 64px;
    display: none;
    position: fixed;
    cursor: pointer;
    right: 60px;
    bottom: 40px;
    transition: all .2s linear;
    z-index: 1099
}

#webnavoz_button_style3_main:hover {
    transform: scale(1.1)
}

#webnavoz_button_style3_main svg {
    width: 64px;
    height: 64px;
    display: block;
}

#webnavoz_button_style3_main.webnavoz_button_style3_opacity {
    display: block
}

/* adapt */
@media screen and (max-width: 1199px) {
    #webnavoz_button_prev_trig, #webnavoz_button_next_trig, #webnavoz_button_prev_a, #webnavoz_button_next_a {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    #webnavoz_button_style1_main, #webnavoz_button_style2_main, #webnavoz_button_style3_main {
        display: none !important
    }
}





