﻿@charset "utf-8";


/* Avast SafeZone Browser 1.x (Win) - On-line Help CSS */



/* Roboto font */

@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900,100italic,300italic,400italic,500italic,700italic,900italic&subset=latin,latin-ext);



/* Main */

html {
    width: 100%;
    height: 100%;
    overflow: visible;
}

body {
    width: 100%;
    height: 100%;
    overflow: visible;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
    direction: ltr;
    padding: 0;
    margin: 0;
    color: #41424E;
    background-color: #585965;
}

body.web {
    -webkit-transition: font-size 0.1s cubic-bezier(0,0,1,1);
    -moz-transition: font-size 0.1s cubic-bezier(0,0,1,1);
    -ms-transition: font-size 0.1s cubic-bezier(0,0,1,1);
    -o-transition: font-size 0.1s cubic-bezier(0,0,1,1);
    transition: font-size 0.1s cubic-bezier(0,0,1,1);
}

body.ipm {
    color: #434343;
    background-color: #545454;
}

@media (min-width: 480px) and (max-width: 767px) {

    body {
        font-size: 15px;
    }

}

@media (max-width: 479px) {

    body {
        font-size: 14px;
    }

}

@media (min-width: 840px) and (max-width: 959px) {

    body.ipm {
        font-size: 15px;
    }

}

@media (max-width: 839px) {

    body.ipm {
        font-size: 14px;
    }

}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {

    body.ipm {
        font-size: 12.7px;
    }

}



/* Headings sizes */

h1 { 
    font-size: 2em;
    font-weight: 300; 
}

h2 { 
    font-size: 1.5em;
    font-weight: 300;
}

h3 { 
    font-size: 1.17em;
    font-weight: 400;
}

h4 { 
    font-size: 1.12em;
    font-weight: 400;
}

h5 { 
    font-size: 0.83em;
    font-weight: 500;
}

h6 { 
    font-size: 0.75em;
    font-weight: 500;
}



/* Hidden elements */

.hidden {
    display: none !important;
}



/* Scrollbar fix for Mac Lion+ */

*::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 0px 1px #E7E7EF;
}



/* Prevent highlighting of focused inputs in Chromium */

input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}



/* Program window (ipm) - AV_Command link */

.ipm .link {
    cursor: pointer;
    text-decoration: underline;
}



/* Main html containers */

#container {
    position: relative;
    display: block;
    width: 100%; 
    height: 100%;
    overflow: auto;
    text-align: left;
    padding: 0;
    margin: 0;
    background-color: #31323D;
    z-index: 0;
}

/* Scrollbar adjustment for fixed webform/messaging footer - program window (ipm) only */

.ipm #container {
    height: -webkit-calc(100% - 2.5em);
    height: -moz-calc(100% - 2.5em);
    height: -ms-calc(100% - 2.5em);
    height: calc(100% - 2.5em);
    min-height: -webkit-calc(100% - 2.5em);
    min-height: -moz-calc(100% - 2.5em);
    min-height: -ms-calc(100% - 2.5em);
    min-height: calc(100% - 2.5em);
    background-color: #333333;
}

.AVsizer {
    position: relative;
    display: block;
    width: auto;
    max-width: 1008px;
    height: 100%;
    overflow: hidden;
    text-align: left;
    padding: 0 3%;
    margin: 0 auto;
    -webkit-transition: padding 0.3s cubic-bezier(0,0,1,1);
    -moz-transition: padding 0.3s cubic-bezier(0,0,1,1);
    -ms-transition: padding 0.3s cubic-bezier(0,0,1,1);
    -o-transition: padding 0.3s cubic-bezier(0,0,1,1);
    transition: padding 0.3s cubic-bezier(0,0,1,1);
}

.ipm .AVsizer {
    max-width: none;
    padding: 0 1em;
}



/* Webpage layout parts */

.wpage.top {
    position: static;
    display: block;
    width: auto; 
    height: 5em;
    padding: 0;
    margin: 0 auto;
    background-color: #FFFFFF;
    z-index: 100;
}

.ipm .wpage.top {
    display: none;
}

.wpage.top a {
    position: relative;
    display: inline-block;
    top: 1.5em;
    left: 7.8em;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-decoration: none;
    vertical-align: top;
    padding: 0.28em 0 0 0.68em;
    margin: 0;
    border-left: 1px solid #FFB63F;
    color: #31323D;
}

.wpage.top a:before {
    cursor: pointer;
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: -7.4em;
    width: 7.4em;
    height: 2.6em;
    padding: 0;
    margin: 0;
    background: transparent url(https://static.avast.com/support/help/images/icons/avast-logo-b.png) 0 0 no-repeat;
    background-size: 90%;
}

.wpage.top .nav-menu {
    cursor: pointer;
    position: relative;
    display: block;
    float: right;
    top: 0;
    right: 0.8em; 
    width: auto;
    min-width: 1.6em;
    height: 1.6em;
    padding: 0;
    margin: 2.2em 0 0 0;
    background: transparent url(https://static.avast.com/support/help/images/icons/menu-b.png) 100% 0 no-repeat;
    background-size: 1.6em;
}

.wpage.top .nav-menu p {
    cursor: pointer;
    position: relative;
    display: none;
    top: 0;
    right: -1px;
    width: auto;
    height: auto;
    font-weight: 300;
    font-size: 1em;
    padding: 0;
    margin: -3.5em 0 auto auto;
    color: #41424E;
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: margin 0.3s cubic-bezier(0,0,1,1) 0.3s, opacity 0.2s cubic-bezier(0,0,1,1) 0.3s;
    -moz-transition: margin 0.3s cubic-bezier(0,0,1,1) 0.3s, opacity 0.2s cubic-bezier(0,0,1,1) 0.3s;
    -ms-transition: margin 0.3s cubic-bezier(0,0,1,1) 0.3s, opacity 0.2s cubic-bezier(0,0,1,1) 0.3s;
    -o-transition: margin 0.3s cubic-bezier(0,0,1,1) 0.3s, opacity 0.2s cubic-bezier(0,0,1,1) 0.3s;
    transition: margin 0.3s cubic-bezier(0,0,1,1) 0.3s, opacity 0.2s cubic-bezier(0,0,1,1) 0.3s;
}

.wpage.top .nav-menu:hover p {
    margin-top: -1.4em;
    opacity: 1;
    -webkit-transition: margin 0.2s cubic-bezier(0,0,1,1) 0s, opacity 0.1s cubic-bezier(0,0,1,1) 0.1s;
    -moz-transition: margin 0.2s cubic-bezier(0,0,1,1) 0s, opacity 0.1s cubic-bezier(0,0,1,1) 0.1s;
    -ms-transition: margin 0.2s cubic-bezier(0,0,1,1) 0s, opacity 0.1s cubic-bezier(0,0,1,1) 0.1s;
    -o-transition: margin 0.2s cubic-bezier(0,0,1,1) 0s, opacity 0.1s cubic-bezier(0,0,1,1) 0.1s;
    transition: margin 0.2s cubic-bezier(0,0,1,1) 0s, opacity 0.1s cubic-bezier(0,0,1,1) 0.1s;
}

.wpage.bottom {
    position: static;
    display: block;
    width: auto;
    height: auto;
    min-height: 90%;
    font-size: 0.9em;
    padding: 0 1em 1em;
    margin: auto;
    background-color: #31323D;
}

.ipm .wpage.bottom {
    min-height: 85%;
    background-color: #333333;
}

.wpage.bottom .AVsizer {
    min-height: 6em;
    padding: 1em 0 0 0;
}

.wpage.bottom p {
    font-size: 0.9em;
    color: #585965;
    padding-bottom: 2em;
}

.ipm .wpage.bottom p {
    visibility: hidden;
}

.wpage.bottom p.links {
    float: left;
}

.wpage.bottom p.links a {
    display: inline-block;
    margin: 0 1.2em 0.5em 0;
}

.wpage.bottom p.copy {
    float: right;
}

.wpage.bottom a {
    text-decoration: none;
    color: #767683;
}

.wpage.bottom a:hover {
    color: #AAABB6;
    -webkit-transition: color 0.5s cubic-bezier(0,0,1,1);
    -moz-transition: color 0.5s cubic-bezier(0,0,1,1);
    -ms-transition: color 0.5s cubic-bezier(0,0,1,1);
    -o-transition: color 0.5s cubic-bezier(0,0,1,1);
    transition: color 0.5s cubic-bezier(0,0,1,1);
}

@media (max-width: 1023px) {

    .wpage.top .AVsizer {
        padding: 0 3px;
    }

}

@media (max-width: 767px) {

    .wpage.top {
        background-color: #292933;
    }

    .ipm .wpage.top {
        background-color: #282828;
    }

    .wpage.top a {
        color: #FFFFFF;
    }

    .wpage.top a:before {
        background: transparent url(https://static.avast.com/support/help/images/icons/avast-logo-w.png) 0 0 no-repeat;
        background-size: 90%;
    }

    .wpage.top .nav-menu {
        background: transparent url(https://static.avast.com/support/help/images/icons/menu-w.png) 100% 0 no-repeat;
        background-size: 1.6em;
    }

    .wpage.top .nav-menu p {
        color: #FFFFFF;
    }

    .wpage.bottom p.links,
    .wpage.bottom p.copy {
        float: none;
    }

    .wpage.bottom p.links a {
        display: block;
    }
}



/* Navigation - Collapsible panel */

.navigation {
    position: static;
    display: block;
    width: auto; 
    height: auto; 
    padding: 0;
    margin: 0 auto;
    border-top: 1px solid #31323D;
    border-bottom: 1px solid #31323D;
    background-color: #31323D;
    z-index: 100;
}

.ipm .navigation {
    border-color: #333333;
    background-color: #333333;
}

.navigation:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%; 
    height: 3em; 
    padding: 3px 0;
    margin: 0 auto;
    background-color: #292933;
    z-index: 101;
}

.ipm .navigation:before {
    background-color: #282828;
}

.navigation #navigation.panel {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 3px auto;
}

.ipm .navigation .AVsizer {
        padding: 0;
}

@media (max-width: 1023px) {

    .navigation .AVsizer {
        padding: 0;
    }

}



/* Navigation - Back button */

.navigation #navigation.panel .goback {
    cursor: pointer;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    top: 0;
    left: 0;
    width: auto;
    max-width: 0;
    min-width: 0;
    height: 3em;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    letter-spacing: -1em;
    padding: 0;
    margin: 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #767683 transparent;
    border-radius: 1px;
    color: rgba(255,255,255,0);
    background: #585965 url(https://static.avast.com/support/help/images/icons/arrow_white_left_l.png) no-repeat 2em 50%;
    background-size: 1.5em;
    z-index: 102;
    -webkit-transition: letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, color 0.3s cubic-bezier(0,0,1,1) 0.6s;
    -moz-transition: letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, color 0.3s cubic-bezier(0,0,1,1) 0.6s;
    -ms-transition: letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, color 0.3s cubic-bezier(0,0,1,1) 0.6s;
    -o-transition: letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, color 0.3s cubic-bezier(0,0,1,1) 0.6s;
    transition: letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, color 0.3s cubic-bezier(0,0,1,1) 0.6s;
}

.ipm .navigation #navigation.panel .goback {
    margin-left: 2px;
    border-color: #677280 transparent;
    background-color: #545454;
}

.navigation #navigation.panel .goback.initial {
    max-width: none;
    background-position: 0.3em 50%;
}

.navigation #navigation.panel .goback.initial.active {
    -webkit-transition: min-width 0.3s cubic-bezier(0,0,1,1), letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, color 0.3s cubic-bezier(0,0,1,1) 0.6s, background-position 0.3s cubic-bezier(0,0,1,1) 0.3s;
    -moz-transition: min-width 0.3s cubic-bezier(0,0,1,1), letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, color 0.3s cubic-bezier(0,0,1,1) 0.6s, background-position 0.3s cubic-bezier(0,0,1,1) 0.3s;
    -ms-transition: min-width 0.3s cubic-bezier(0,0,1,1), letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, color 0.3s cubic-bezier(0,0,1,1) 0.6s, background-position 0.3s cubic-bezier(0,0,1,1) 0.3s;
    -o-transition: min-width 0.3s cubic-bezier(0,0,1,1), letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, color 0.3s cubic-bezier(0,0,1,1) 0.6s, background-position 0.3s cubic-bezier(0,0,1,1) 0.3s;
    transition: min-width 0.3s cubic-bezier(0,0,1,1), letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, color 0.3s cubic-bezier(0,0,1,1) 0.6s, background-position 0.3s cubic-bezier(0,0,1,1) 0.3s;
}

.navigation #navigation.panel .goback.initial:not(.active):not(.show) {
    -webkit-transition: letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, border-width 0s cubic-bezier(0,0,1,1) 1s, color 0.3s cubic-bezier(0,0,1,1) 0.6s;
    -moz-transition: letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, border-width 0s cubic-bezier(0,0,1,1) 1s, color 0.3s cubic-bezier(0,0,1,1) 0.6s;
    -ms-transition: letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, border-width 0s cubic-bezier(0,0,1,1) 1s, color 0.3s cubic-bezier(0,0,1,1) 0.6s;
    -o-transition: letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, border-width 0s cubic-bezier(0,0,1,1) 1s, color 0.3s cubic-bezier(0,0,1,1) 0.6s;
    transition: letter-spacing 0.3s cubic-bezier(0,0,1,1) 0.8s, padding 0.2s cubic-bezier(0,0,1,1) 0.8s, border-width 0s cubic-bezier(0,0,1,1) 1s, color 0.3s cubic-bezier(0,0,1,1) 0.6s;
}

.navigation #navigation.panel .goback.active {
    max-width: none;
    min-width: 2.2em;
    border-width: 1px;
    border-color: #3FA4FF transparent;
    background: #0087FF url(https://static.avast.com/support/help/images/icons/arrow_white_left_l.png) no-repeat 0.3em 50%;
    background-size: 1.5em;
}

.navigation #navigation.panel .goback.active:hover {
    letter-spacing: 0;
    padding: 0 0.8em 0 2em;
    color: rgba(255,255,255,1);
    -webkit-transition: letter-spacing 0.2s cubic-bezier(0,0,1,1) 0s, padding 0.1s cubic-bezier(0,0,1,1) 0.1s, color 0.3s cubic-bezier(0,0,1,1) 0.1s;
    -moz-transition: letter-spacing 0.2s cubic-bezier(0,0,1,1) 0s, padding 0.1s cubic-bezier(0,0,1,1) 0.1s, color 0.3s cubic-bezier(0,0,1,1) 0.1s;
    -ms-transition: letter-spacing 0.2s cubic-bezier(0,0,1,1) 0s, padding 0.1s cubic-bezier(0,0,1,1) 0.1s, color 0.3s cubic-bezier(0,0,1,1) 0.1s;
    -o-transition: letter-spacing 0.2s cubic-bezier(0,0,1,1) 0s, padding 0.1s cubic-bezier(0,0,1,1) 0.1s, color 0.3s cubic-bezier(0,0,1,1) 0.1s;
    transition: letter-spacing 0.2s cubic-bezier(0,0,1,1) 0s, padding 0.1s cubic-bezier(0,0,1,1) 0.1s, color 0.3s cubic-bezier(0,0,1,1) 0.1s;
}

.navigation #navigation.panel .goback.show,
.navigation #navigation.panel .goback.active.show {
    max-width: none;
    letter-spacing: 0;
    padding: 0 0.8em 0 2em;
    border-width: 1px;
    color: rgba(255,255,255,1);
    background-position: 0.3em 50%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.navigation #navigation.panel .goback h3 {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    line-height: 2.5;
    padding: 0;
    margin: 0 auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navigation #navigation.panel .goback + .panel-heading {
    border-left: 0 solid transparent;
    -webkit-transition: border-left 0.1s cubic-bezier(0,0,1,1) 0.8s;
    -moz-transition: border-left 0.1s cubic-bezier(0,0,1,1) 0.8s;
    -ms-transition: border-left 0.1s cubic-bezier(0,0,1,1) 0.8s;
    -o-transition: border-left 0.1s cubic-bezier(0,0,1,1) 0.8s;
    transition: border-left 0.1s cubic-bezier(0,0,1,1) 0.8s;
}

.navigation #navigation.panel .goback.active + .panel-heading,
.navigation #navigation.panel .goback.show + .panel-heading {
    border-left: 4px solid #292933;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.ipm .navigation #navigation.panel .goback.active + .panel-heading,
.ipm .navigation #navigation.panel .goback.show + .panel-heading {
    border-color: #282828;
}

@media (max-width: 1023px) {

    .navigation #navigation.panel .goback {
        margin-left: 2px;
    }

}

@media (max-width: 767px) {

    .navigation #navigation.panel .goback h3 {
        font-weight: 300;
    }

}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {

    .ipm .navigation #navigation.panel .goback.active + .panel-heading,
    .ipm .navigation #navigation.panel .goback.show + .panel-heading {
        border-left-width: 2.9px;
    }

}



/* Navigation - Collapsible panel heading */

.navigation #navigation.panel .panel-heading {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: auto;
    height: 3em;
    overflow: hidden;
    padding: 0 3em 0 3.3px;
    margin: 0;
    border-radius: 1px;
    z-index: 102;
    -webkit-transition: border 0.3s cubic-bezier(0,0,1,1);
    -moz-transition: border 0.3s cubic-bezier(0,0,1,1);
    -ms-transition: border 0.3s cubic-bezier(0,0,1,1);
    -o-transition: border 0.3s cubic-bezier(0,0,1,1);
    transition: border 0.3s cubic-bezier(0,0,1,1);
}

.ipm .navigation #navigation.panel .panel-heading {
    border-right: 3px solid #292933;
    }

@media (max-width: 1023px) {

    .navigation #navigation.panel .panel-heading {
        border-right: 3px solid #292933;
        border-left: 3px solid #292933;
    }

    .ipm .navigation #navigation.panel .panel-heading {
        border-color: #282828;
    }

}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {

    .ipm .navigation #navigation.panel .panel-heading {
        padding: 0 3em 0 2.2px;
        border-right-width: 2px;
        border-left-width: 2px;
    }

}



/* Navigation - Search */

.navigation #navigation.panel .panel-heading form#searchForm {
    cursor: pointer;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    top: 0;
    right: 0;
    width: 3em;
    height: 100%;
    padding: 0 3em 0 0;
    margin: 0 -3em 0 3.3px;
    border-width: 1px;
    border-style: solid;
    border-color: #3FA4FF transparent;
    border-radius: 1px;
    background: #0087FF url(https://static.avast.com/support/help/images/icons/search.png) no-repeat 100% 0;
    background-size: 3em;
    z-index: 103;
    -webkit-transition: width 0.3s cubic-bezier(0,0,1,1), padding 0.3s cubic-bezier(0,0,1,1);
    -moz-transition: width 0.3s cubic-bezier(0,0,1,1), padding 0.3s cubic-bezier(0,0,1,1);
    -ms-transition: width 0.3s cubic-bezier(0,0,1,1), padding 0.3s cubic-bezier(0,0,1,1);
    -o-transition: width 0.3s cubic-bezier(0,0,1,1), padding 0.3s cubic-bezier(0,0,1,1);
    transition: width 0.3s cubic-bezier(0,0,1,1), padding 0.3s cubic-bezier(0,0,1,1);
}

.navigation #navigation.panel .panel-heading form#searchForm.hover,
.navigation #navigation.panel .panel-heading form#searchForm.active {
    width: 100%;
    padding-left: 0.2em;
}

.navigation #navigation.panel .panel-heading form#searchForm input[type="hidden"] {
    display: none;
}

.navigation #navigation.panel .panel-heading form#searchForm input[type="text"] {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    top: 0;
    right: 0;
    width: 0;
    height: 2.2em;
    font-family: inherit;
    font-size: 1.17em;
    font-weight: 500;
    padding: 0 0.4em;
    margin: 0.13em 0;
    border-width: 1px;
    border-style: solid;
    border-color: #3FA4FF;
    border-radius: 2px;
    color: transparent;
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: width 0.3s cubic-bezier(0,0,1,1), opacity 0.3s cubic-bezier(0,0,1,1);
    -moz-transition: width 0.3s cubic-bezier(0,0,1,1), opacity 0.3s cubic-bezier(0,0,1,1);
    -ms-transition: width 0.3s cubic-bezier(0,0,1,1), opacity 0.3s cubic-bezier(0,0,1,1);
    -o-transition: width 0.3s cubic-bezier(0,0,1,1), opacity 0.3s cubic-bezier(0,0,1,1);
    transition: width 0.3s cubic-bezier(0,0,1,1), opacity 0.3s cubic-bezier(0,0,1,1);
}

.navigation #navigation.panel .panel-heading form#searchForm.hover input[type="text"],
.navigation #navigation.panel .panel-heading form#searchForm.active input[type="text"] {
    width: 100%;
    color: inherit;
    opacity: 1;
    -webkit-transition: color 0.2s cubic-bezier(0,0,1,1) 0.5s, opacity 0.2s cubic-bezier(0,0,1,1) 0.1s;
    -moz-transition: color 0.2s cubic-bezier(0,0,1,1) 0.5s, opacity 0.2s cubic-bezier(0,0,1,1) 0.1s;
    -ms-transition: color 0.2s cubic-bezier(0,0,1,1) 0.5s, opacity 0.2s cubic-bezier(0,0,1,1) 0.1s;
    -o-transition: color 0.2s cubic-bezier(0,0,1,1) 0.5s, opacity 0.2s cubic-bezier(0,0,1,1) 0.1s;
    transition:  color 0.2s cubic-bezier(0,0,1,1) 0.5s, opacity 0.2s cubic-bezier(0,0,1,1) 0.1s;
}

.navigation #navigation.panel .panel-heading form#searchForm input[type="submit"] {
    cursor: pointer;
    position: absolute;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: -1px;
    right: -1px;
    width: 3em;
    height: 3em;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 0 solid transparent;
    border-radius: 2px;
    color: transparent;
    background-color: transparent;
}

/*4Search-
.navigation #navigation.panel .panel-heading form#searchForm input[type="text"].filled + input[type="submit"],
-4Search*/
.navigation #navigation.panel .panel-heading form#searchForm.active input[type="text"].filled + input[type="submit"] {
    display: block;
}

.navigation #navigation.panel .panel-heading form#searchForm.hover + h3,
.navigation #navigation.panel .panel-heading form#searchForm.active + h3 {
    letter-spacing: -1em;
    padding-right: 0;
    color: transparent;
    background-position: 98% -100%;
    -webkit-transition: letter-spacing 0.4s cubic-bezier(0,0,1,1) 0.1s, padding 0.1s cubic-bezier(0,0,1,1) 0.2s, color 0.2s cubic-bezier(0,0,1,1) 0s;
    -moz-transition: letter-spacing 0.4s cubic-bezier(0,0,1,1) 0.1s, padding 0.1s cubic-bezier(0,0,1,1) 0.2s, color 0.2s cubic-bezier(0,0,1,1) 0s;
    -ms-transition: letter-spacing 0.4s cubic-bezier(0,0,1,1) 0.1s, padding 0.1s cubic-bezier(0,0,1,1) 0.2s, color 0.2s cubic-bezier(0,0,1,1) 0s;
    -o-transition: letter-spacing 0.4s cubic-bezier(0,0,1,1) 0.1s, padding 0.1s cubic-bezier(0,0,1,1) 0.2s, color 0.2s cubic-bezier(0,0,1,1) 0s;
    transition: letter-spacing 0.4s cubic-bezier(0,0,1,1) 0.1s, padding 0.1s cubic-bezier(0,0,1,1) 0.2s, color 0.2s cubic-bezier(0,0,1,1) 0s;
}

.navigation #navigation.panel.active .panel-heading form#searchForm.hover + h3,
.navigation #navigation.panel.active .panel-heading form#searchForm.active + h3 {
    background-position: 98% 200%;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {

    .ipm .navigation #navigation.panel .panel-heading form#searchForm {
        margin: 0 -3em 0 2.2px;
    }

}



/* Navigation - Collapsible panel heading title */

.navigation #navigation.panel .panel-heading h3 {
    cursor: pointer;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    overflow: hidden;
    line-height: 2.5;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 1.8em 0 3em;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    border-color: #767683 transparent;
    border-radius: 1px;
    color: #F2F2F6;
    background: #585965 url(https://static.avast.com/support/help/images/icons/arrow_white_down_l.png) no-repeat 98% 50%;
    background-size: 1.3em;
    z-index: 103;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: width 0.3s cubic-bezier(0,0,1,1), letter-spacing 0.4s cubic-bezier(0,0,1,1), padding 0.2s cubic-bezier(0,0,1,1) 0.1s, color 0.2s cubic-bezier(0,0,1,1) 0.3s, background-color 0.5s cubic-bezier(0,0,1,1), background-position 0.3s cubic-bezier(0,0,1,1) 0.3s;
    -moz-transition: width 0.3s cubic-bezier(0,0,1,1), letter-spacing 0.4s cubic-bezier(0,0,1,1), padding 0.2s cubic-bezier(0,0,1,1) 0.1s, color 0.2s cubic-bezier(0,0,1,1) 0.3s, background-color 0.5s cubic-bezier(0,0,1,1), background-position 0.3s cubic-bezier(0,0,1,1) 0.3s;
    -ms-transition: width 0.3s cubic-bezier(0,0,1,1), letter-spacing 0.4s cubic-bezier(0,0,1,1), padding 0.2s cubic-bezier(0,0,1,1) 0.1s, color 0.2s cubic-bezier(0,0,1,1) 0.3s, background-color 0.5s cubic-bezier(0,0,1,1), background-position 0.3s cubic-bezier(0,0,1,1) 0.3s;
    -o-transition: width 0.3s cubic-bezier(0,0,1,1), letter-spacing 0.4s cubic-bezier(0,0,1,1), padding 0.2s cubic-bezier(0,0,1,1) 0.1s, color 0.2s cubic-bezier(0,0,1,1) 0.3s, background-color 0.5s cubic-bezier(0,0,1,1), background-position 0.3s cubic-bezier(0,0,1,1) 0.3s;
    transition: width 0.3s cubic-bezier(0,0,1,1), letter-spacing 0.4s cubic-bezier(0,0,1,1), padding 0.2s cubic-bezier(0,0,1,1) 0.1s, color 0.2s cubic-bezier(0,0,1,1) 0.3s, background-color 0.5s cubic-bezier(0,0,1,1), background-position 0.3s cubic-bezier(0,0,1,1) 0.3s;
}

.ipm .navigation #navigation.panel .panel-heading h3 {
    border-color: #677280 transparent;
    background-color: #545454;
}

.navigation #navigation.panel .panel-heading img {
    cursor: pointer;
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #FFB63F transparent;
    border-radius: 1px;
    background-color: #FF9000;
    z-index: 104;
}

.navigation #navigation.panel .panel-heading h3:hover,
.navigation #navigation.panel .panel-heading img:hover + form#searchForm:not(.active):not(.fade) + h3 {
    color: #FFFFFF;
    background-color: #41424E;
}

.ipm .navigation #navigation.panel .panel-heading h3:hover,
.ipm .navigation #navigation.panel .panel-heading img:hover + form#searchForm:not(.active):not(.fade) + h3 {
    background-color: #434343;
}

.navigation #navigation.panel.active .panel-heading h3 {
    background: #585965 url(https://static.avast.com/support/help/images/icons/arrow_white_up_l.png) no-repeat 98% 50%;
    background-size: 1.3em;
}

.ipm .navigation #navigation.panel.active .panel-heading h3 {
    background-color: #545454;
}

.navigation #navigation.panel.active .panel-heading h3:hover,
.navigation #navigation.panel.active .panel-heading img:hover + form#searchForm:not(.active):not(.fade) + h3 {
    background-color: #41424E;
}

.ipm .navigation #navigation.panel.active .panel-heading h3:hover,
.ipm .navigation #navigation.panel.active .panel-heading img:hover + form#searchForm:not(.active):not(.fade) + h3 {
    background-color: #434343;
}

@media (max-width: 767px) {

    .navigation #navigation.panel .panel-heading h3 {
        font-weight: 300;
    }

}



/* Navigation - Collapsible panel links */

.navigation #navigation.panel .panel-content {
    position: relative;
    display: block;
    top: 4px;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    padding: 0 0 1.5em 0;
    margin: 0 auto;
    color: #F2F2F6;
    background-color: #292933;
    z-index: 100;
}

.ipm .navigation #navigation.panel .panel-content {
    background-color: #282828;
}

.navigation #navigation.panel .panel-content ul {
    position: relative;
    display: inline-block;
    width: 45%;
    height: auto;
    vertical-align: top;
    list-style: none outside none;
    padding: 0 1% 0 3%;
    margin: 0 auto;
}

.navigation #navigation.panel .panel-content ul:only-of-type {
    width: 94%;
}

.navigation #navigation.panel .panel-content ul li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 0.3em 1.5em;
    margin: 0 auto;
}

.navigation #navigation.panel .panel-content ul li:first-child {
    font-size: 1.17em;
    font-weight: 400;
    padding: 0.5em 0;
    margin: 0.8em 0;
    border-bottom: 1px solid #41424E;
}

.ipm .navigation #navigation.panel .panel-content ul li:first-child {
    border-color: #434343;
}

.navigation #navigation.panel .panel-content ul li a {
    cursor: pointer;
    text-decoration: none;
    color: #D3D4DE;
    -webkit-transition: color 0.3s cubic-bezier(0,0,1,1);
    -moz-transition: color 0.3s cubic-bezier(0,0,1,1);
    -ms-transition: color 0.3s cubic-bezier(0,0,1,1);
    -o-transition: color 0.3s cubic-bezier(0,0,1,1);
    transition: color 0.3s cubic-bezier(0,0,1,1);
}

.navigation #navigation.panel .panel-content ul li a:hover {
    color: #FFFFFF;
}

.navigation #navigation.panel .panel-content ul li a:active,
.navigation #navigation.panel .panel-content ul li.active a {
    color: #FF8A00;
}

.navigation #navigation.panel .panel-content ul li:not(:first-child):before {
    content: "\00bb";
    position: absolute;
    display: block;
    font-size: 1.5em;
    padding: 0;
    margin: -0.3em 0 0 -1em;
    color: #FF8A00;
}

.navigation #navigation.panel .panel-content ul li.active:not(:first-child):before {
    color: #FFFFFF;
}

@media (max-width: 767px) {

    .navigation #navigation.panel .panel-content ul {
        width: 94%;
        padding: 0 3%;
    }

}



/* Content box */

#content {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 5em 0;
    margin: 0 auto;
    background-color: #FFFFFF;
    z-index: 100;
}



/* Content box - Text & images */

#content a {
    font-weight: 400; 
    color: #0087FF;
    -webkit-transition: color 0.3s cubic-bezier(0,0,1,1);
    -moz-transition: color 0.3s cubic-bezier(0,0,1,1);
    -ms-transition: color 0.3s cubic-bezier(0,0,1,1);
    -o-transition: color 0.3s cubic-bezier(0,0,1,1);
    transition: color 0.3s cubic-bezier(0,0,1,1); 
}

#content a:hover,
#content a:active {
    color: #3FA4FF;
}

#content p {
    text-align: justify;
    padding: 0;
    margin: 1.2em auto;
}

#content b,
#content strong {
    font-weight: 500; 
}

#content h1,
#content h2 {
    padding: 0;
    margin: 1.2em auto 0 auto;
}

#content h3,
#content h4 {
    padding: 0;
    margin: 2.4em auto 0 auto;
}

#content h5,
#content h6 {
    padding: 0;
    margin: 3.6em auto 0 auto;
}

#content ol,
#content ul {
    padding: 0 0 0 1.2em;
    margin: 1em auto 1.5em auto;
}

#content ol li,
#content ul li {
    text-align: justify;
    padding: 0 0 0 0.5em;
    margin: 0.5em auto;
}

/* Opera Presto - Justify fix */

doesnotexist:-o-prefocus, #content ol li, #content ul li  {
    text-align: left;
    vertical-align: top;
}

#content ol li:first-child,
#content ul li:first-child {
    margin: 0 auto 0.5em auto;
}

#content ol li:last-child,
#content ul li:last-child {
    margin: 0.5em auto 0 auto;
}

#content img {
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

#content hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #D3D4DE;
}

#content code {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 0.83em;
    font-weight: 500;
    vertical-align: top;
    padding: 0.15em 0.6em 0.05em 0.6em;
    margin: 0;
    border: 0.1em solid #DDDDDD;
    border-radius: 3px;
    background-color: #F4F5F6;
    -webkit-box-shadow: 0 2px 0 #F4F5F6, inset 0 0 0 2px #FFFFFF;
    -moz-box-shadow: 0 2px 0 #F4F5F6, inset 0 0 0 2px #FFFFFF;
    box-shadow: 0 2px 0 #F4F5F6, inset 0 0 0 2px #FFFFFF;
}



/* Content box - Main titles */

#content h1:first-child {
    margin: 0.8em auto 0 auto;
}

#content h1 {
    border-bottom: 1px solid #FFB63F;
}

#content h2 {
    border-bottom: 1px solid #3FA4FF;
}



/* Content box - Program location info */

#content h1:first-of-type + h5:first-of-type {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-weight: 300;
    line-height: 1.6;
    margin: 0.6em auto 2.5em auto;	
}

#content h1:first-of-type + h5:first-of-type > i {
    display: block;
    width: 100%;
    font-weight: 500;
}

#content .menu:before,
#content h1:first-of-type + h5:first-of-type > i:before {
    content: "\2261\00a0";
    display: inline-block;
    vertical-align: -6%;
    font-size: 1.4em;
    color: #FF8A00;
}



/* Content box - Collapsible panels for topics */

#content .panel {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 2em auto;
}

#content .panel .panel-heading {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    height: 2.6em;
    padding: 0;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    border-color: #D3D4DE transparent;
    background: #F2F2F6 url(https://static.avast.com/support/help/images/icons/arrow_black_down.png) no-repeat 98% 50%;
    background-size: 0.6em;
    z-index: 102;
    -webkit-transition: background-color 0.5s cubic-bezier(0,0,1,1);
    -moz-transition: background-color 0.5s cubic-bezier(0,0,1,1);
    -ms-transition: background-color 0.5s cubic-bezier(0,0,1,1);
    -o-transition: background-color 0.5s cubic-bezier(0,0,1,1);
    transition: background-color 0.5s cubic-bezier(0,0,1,1);
}

.ipm #content .panel .panel-heading {
    border-color: #DCDCDC transparent;
    background-color: #F1F1F1;
}

#content .panel .panel-heading:hover {
    background: #E7E7EF url(https://static.avast.com/support/help/images/icons/arrow_black_down_active.png) no-repeat 98% 50%;
    background-size: 0.6em;
}

.ipm #content .panel .panel-heading:hover {
    background-color: #E6E6E6;
}

#content .panel.active .panel-heading {
    background: #F2F2F6 url(https://static.avast.com/support/help/images/icons/arrow_black_up.png) no-repeat 98% 50%;
    background-size: 0.6em;
}

.ipm #content .panel.active .panel-heading {
    background-color: #F1F1F1;
}

#content .panel.active .panel-heading:hover {
    background: #E7E7EF url(https://static.avast.com/support/help/images/icons/arrow_black_up.png) no-repeat 98% 50%;
    background-size: 0.6em;
}

.ipm #content .panel.active .panel-heading:hover {
    background-color: #E6E6E6;
}

#content .panel-heading h3 {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    font-weight: 500;
    line-height: 2.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5% 0 0.8em;
    margin: 0 auto;
}

#content .panel .panel-content {
    padding: 0.5em 1% 0 1%;
    z-index: 100;
}



/* Related topics  */

#related {
    position: static;
    display: block;
    width: auto;
    height: auto;
    min-height: 35%;
    overflow: hidden;
    padding: 0 3% 5em 3%;
    margin:  0 auto;
    color: #F2F2F6;
    background-color: #41424E;
    color: #F2F2F6;
    z-index: 100;
}

.ipm #related {
    background-color: #434343;
}

#related:before {
    content: "";
    position: absolute;
    display: block;
    top: auto;
    left: 0;
    width: 100%; 
    height: 5em; 
    padding: 0;
    margin: -1em auto 0 auto;
    background-color: #41424E;
    z-index: 99;
}

.ipm #related:before {
    background-color: #434343;
}

#related .AVsizer {
    padding: 0;
    z-index: 100;
}

#related h3 {
    padding: 0.3em 0;
    margin: 0 0 0.8em 0;
    border-bottom: 1px solid #585965;
}

.ipm #related h3 {
    border-color: #677280;
}

#related ul {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: top;
    list-style: none outside none;
    padding: 0;
    margin: 0 auto;
}

#related ul li {
    padding: 0.3em 1.5em;
    margin: 0 auto;
}

#related ul li a {
    cursor: pointer;
    text-decoration: none;
    color: #D3D4DE;
    -webkit-transition: color 0.3s cubic-bezier(0,0,1,1);
    -moz-transition: color 0.3s cubic-bezier(0,0,1,1);
    -ms-transition: color 0.3s cubic-bezier(0,0,1,1);
    -o-transition: color 0.3s cubic-bezier(0,0,1,1);
    transition: color 0.3s cubic-bezier(0,0,1,1);
}

#related ul li a:hover {
    color: #FFFFFF;
}

#related ul li a:active {
    color: #0087FF;
}

#related ul li:before {
    content: "\00bb";
    position: absolute;
    display: block;
    font-size: 1.5em;
    padding: 0;
    margin: -0.3em 0 0 -1em;
    color: #0087FF;
}

#related + .wpage.bottom {
    min-height: 60%;
}

.ipm #related + .wpage.bottom {
    min-height: 55%;
}

.ipm #related + .wpage.bottom * {
    visibility: hidden;
}









/* SafeZone browser specific styles - Tables and Key-tables */

#content span.ui {
    font-weight: bold;
}


/* Tables */

#content table {
    font-family: inherit;
    line-height: 1.5;
    padding: 0 0 0 1.5em;
    margin: 0 0 1.5em 0;
}

#content th {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding: 0 0.5em;
}

#content td {
    font-weight: normal;
    text-align: left;
    padding: 0;
}

#content td:before {
    padding-right: 1.5em;
}


/* Key-table */

#content .keyTable {
    width: 100%;
    text-align: left;
    margin: 1em -0.6em 1.5em -.06em;
    border-collapse: collapse;
}

#content .keyTable td, .keyTable tr, .keyTable th {
    width: 30%;
    text-align: left;
}

#content .keyTable th {
    font-weight: 300;
    padding: 0.6em 0.5em;
}

#content .keyTable td {
    padding: 0.5em 0.5em 0.7em 0.5em;
}

#content .keyTable tr:nth-child(2n+2) {
    background-color: #F2F2F6;
}

#content kbd {
    display: inline-block;
    font-size: 0.83em;
    font-family: inherit;
    line-height: 1.5;
    margin: 0 0.1em;
    padding: 0.1em 0.6em;
    border-radius: 3px;
    border: 0.1em solid #D3D4DE;
    color: #31323D;
    background-color: #F2F2F6;
    -webkit-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2em white inset;
    -moz-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2em white inset;
    -ms-box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2em white inset;
    box-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2em white inset;
}


/* Images */

#content table img {
    display: inline-block;
    max-width: 100%;
    margin: 0 0 -0.5em 0;
}

#content table img.center {
    display: block;
    margin: 0 auto;
}

#content .screen {
    width: 100%;
}

#content table .button, #content .mouse {
    padding: 0;
    margin: 0 0 -0.5em 0;
}

#content table .mouse {
    width: 1.5em;
}

#content .menu {
    float: right;
    width: 11em; 
    padding: 0 0 0em 3em; 
}

#content .popUp {
    float: right;
    max-width: 50%; 
    padding: 0 0 0 1.5em; 
}

#content .badge, #content .gif, #content .third {
    float: right; 
    padding: .75em 0 0 1.5em;
}

#content .gif, #content .third {
    max-width: 33%;
}

#content .third {
    padding: 0 0 0 1.5em;
}









/* Fixed webform/messaging footer - program window (ipm) only */

.footer {
    position: fixed;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0 auto;
    color: #F2F2F6;
    background-color: #292933;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ipm .footer {
    display: block;
    height: 2.5em;
    background-color: #282828;
}

.footer .AVsizer {
    text-align: center;
    line-height: 2.6;
}

.footer .AVsizer > *:not([style*="display: none"]):not(.inactive) + * {
    border-left: 2px solid #585965;
}

.ipm .footer .AVsizer > *:not([style*="display: none"]):not(.inactive) + * {
    border-color: #545454;
}

.footer p {
    cursor: default;
    display: inline;
    font-weight: 400;
    padding: 0 1em 0 0.8em;
    margin: auto;
}

.footer a {
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline;
    padding: 0 1em 0 0.8em;
    margin: auto;
    color: #D3D4DE;
    -webkit-transition: color 0.3s cubic-bezier(0,0,1,1);
    -moz-transition: color 0.3s cubic-bezier(0,0,1,1);
    -ms-transition: color 0.3s cubic-bezier(0,0,1,1);
    -o-transition: color 0.3s cubic-bezier(0,0,1,1);
    transition: color 0.3s cubic-bezier(0,0,1,1);
}

.footer a:hover,
.footer a:active {
    color: #FFFFFF;
}




/* !!! Following needs to be re-designed !!! */



/* Buttons */


.btn {
  display: inline-block;
  padding: 8px 15px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.btn:hover {
  text-decoration: none;
}

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: .65;
}

.btn-default {
  color: #fff;
  background-color: #808080;
  border-color: #777777;
  transition: background 0.15s;
}

.btn-default.disabled,
.btn-default[disabled] {
  /* you can specify more if you need */
}

.btn-default:hover {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}

.btn-success {
  color: #fff;
  background-color: #00a7d1;
  border-color: #009bc2;
  transition: background 0.35s;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
  -ms-transition: : all 0.5s cubic-bezier(0, 0, 1, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
  -kthtml-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
  -transition: all 0.5s cubic-bezier(0, 0, 1, 1);
}

.btn-success:hover {
  color: #fff;
  background-color: #00b8e5;
  border-color: #00b8e5;
}

input.btn { margin-top: 20px; width: 200px; }


input, textarea, label {
font-family: "Roboto", sans-serif;
font-size: 15px;
padding: 3px 2px; 
border-radius: 0;
border: 0;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* cross-browser compatibility */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
} 






/* Contact form */


.overlay {
position: fixed;
height: 100%;
width: 100%;
z-index: 101;
background-color: #000;
opacity: 0.9;
-webkit-filter: blur(10em);
-moz-filter: blur(10em);
-o-filter: blur(10em);
-ms-filter: blur(10em);
filter: blur(10em);
}

.overlay[state="active"] { display: block; }
.overlay[state="inactive"] { display: none; }

.modal-window {
position: fixed;
left: 1%;
right: 1%;
top: 6%;
bottom: 12%;
margin: auto;
width: 80%;
min-width: 740px;
max-width: 900px;
height: 450px;
background-color: #383838;
border-radius: 3px;
text-align: center;
padding: 30px 30px 10px 30px;
z-index: 111;
}

.modal-window[state="active"] { display: block; }
.modal-window[state="inactive"] { display: none; }

.modal-window .link_close {
background: url(https://static.avast.com/program/api/images/2015/olh/icons-web.png) no-repeat;
background-position:  0 -19px;
width: 19px;
height: 19px;
position: absolute;
top: 10px;
right: 10px;
text-indent: -99999px;
cursor: pointer;
}

.modal-window .link_close:hover,
.modal-window .link_close:active {
background-position:  -19px -19px;
}

.modal-window h1 {
position: absolute;
left: 25px;
right: 25px;
text-align: center;
font-size: 1.6em;
color: #FE9A2E;
margin: 0 auto;
}

.modal-window p {
text-align: right;
color: #FFFFFF;
}

.modal-window a[href],
.modal-window .link {
color: #DDE2EB;
-webkit-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
-moz-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
-ms-transition: : all 0.5s cubic-bezier(0, 0, 1, 1);
-o-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
-kthtml-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
}

.modal-window a:hover,
.modal-window a:active,
.modal-window .link:hover,
.modal-window .link:active {
color: #FFFFFF;
}

.feedback-form {
margin: 30px 0px 0px 0px;
}

.input-desc {
width: 100%;
float: left;
color: #FFF;
display: block;
padding: 25px 0px 5px 0px;
text-align: left;
font-weight: 400;
font-size: 15px;
}
  
.input-space {
position: relative;
width: 100%;
height: 30px;
float: left;
border-radius: 2px;
z-index: 141;
}
  
.input-space-textarea {
width: 100%;
height: 140px;
resize: none;
float: left;
border-radius: 2px;
}

.input-submit {
float: right;
width: 70px;
height: 25px;
}
  
.message {
position: absolute;
top: 100px;
left: 29px;
right: 28px;
width: auto;
text-align: center;
font-weight: bold;
font-size: 15px;
z-index: 131;
}

.success-message {
position: absolute;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #000;
background: #fff url('https://static.avast.com/program/api/images/v9/browser-cleanup/check-green-80.png') 50% 45% no-repeat;
padding: 10% 3%;
font-weight: 500;
font-size: 18px;
border: 1px solid #383838;
border-radius: 3px;
margin: auto;
z-index: 151;
}

.success-message h1 {
top: 60%;
left: 0px;
color: #42AD10;
padding: 0;
}

.success-message[state="inactive"] { display: none;   }
.success-message[state="active"] { display: block;   }
.errors-email { background: none repeat scroll 0% 0% #C93738; color: #FFF; padding: 3px 3px; width: 100%; height: 61px; border-radius: 3px; z-index: 121;  }
.errors-email[state="inactive"] { display: none;   }
.errors-email[state="active"] { display: block;   }
.message[state="inactive"] { display: none; }
.message[state="active"] { display: block; }

.active { display: block;   }
.inactive { display: none; }
.input-wrap { width: 100%; margin: 50px 0px; }

.message-sent {
background: #4bbf60;
padding: 8px 3%;
color: #fff;
font-weight: bold;
font-size: 12px;
}


/* Header Attention/Failure message */
.header-msg,
.header-msg-yellow,
.header-msg-red { 
height: 50px;
position: fixed;
width: 100%;
top: 0;
left: 0;
display: none;
z-index: 100;
}

.header-msg-yellow { background: url('https://static.avast.com/program/api/images/2015/olh/exclamation_mark.png') no-repeat scroll 10px 10px #EDDC46;  }
.header-msg-red { background: url('https://static.avast.com/program/api/images/2015/olh/exclamation_mark.png') no-repeat scroll 10px 10px #C93738; color: #fff;  }

.header-msg h1,
.header-msg-yellow h1,
.header-msg-red h1 {
font-size: 13px;
margin: 0px;
padding: 4px 0px 0px 50px;
}

.header-msg p,
.header-msg-yellow p,
.header-msg-red p {
font-size: 11px;
padding-left: 50px;
margin-top: 0px;
}

.header-msg a,
.header-msg-yellow a { text-decoration: underline; cursor: pointer; color: #000 }
.header-msg-red a { text-decoration: underline; cursor: pointer; color: #fff; }

.header-msg .btn,
.header-msg-yellow .btn,
.header-msg-red .btn {
background: white;
color: black;
padding: 0px 4px;
margin: 0 4px;
font-weight: bold;
border-radius: 4px;
cursor: pointer;
text-decoration: none;
font-size: 11px;
display: inline;
}

.header-msg .help,
.header-msg-yellow .help,
.header-msg-red .help {
top: 9px;
right: 6px;
position: absolute;
font-size: 10px;
text-align: right;
}
*::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 0 0px 1px rgb(235,235,235);
}


/* YouTube Video */

.vlimit{ max-width: 1280px; max-height: 720px; margin: 0 auto; }

.video { position: relative; width: 100%; height: 0; overflow: hidden; border: 1px solid #AFAFAF; padding: 0 0 56.25% 0; margin: 2em auto; -webkit-box-shadow: 0 0 3px 1px #CFCFCF; -moz-box-shadow: 0 0 3px 1px #CFCFCF; box-shadow: 0 0 3px 1px #CFCFCF; }

iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* IPM debug */

#debug {
  background-color: #31323D;
}

.ipm #debug {
  background-color: #333333;
}

#debug div {
  display: inline-block;
  padding: 1em;
}

#debug div p {
  cursor: default;
  margin: 0 auto;
  color: transparent;
}

#debug div:hover p {
  color: #767683;
}