.adblockmsgbackground	{
    display:block;
    position:fixed;
    height:100%;
    width:100%;
    z-index:999997;
    top:50px;
    background-color:#000000;
    opacity:0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}

.adblockmsgwrapper	{
    display: block;
    position: fixed;
    width: calc(100% - 40px);
    /*height: calc(100% - 150px);*/
    margin: 0 20px;
    margin-top: 100px;
    z-index: 999998;
    top: 50px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.adblockmsg	{
    position: relative;
    width: calc(100% - 40px);
    max-width: 400px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.adblockmsgclose	{
    display: block;
    position: relative;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer;
    color: #AAAAAA;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    z-index: 1;
}

.adblockmsgclose:hover	{
    color:#666666;
}

.adblockmsgclose:active	{
    color:#999999;
}

.adblockmsgtitle	{
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
}


.adblockmsgtext	{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    text-align:justify;
    color:#888888;
    line-height: 1.3;
    margin-bottom: 30px;
}


.adblockmsgbuttoncontainer	{
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.adblockmsgbuttonholder	{
    margin: 25px 20px 0 20px;
}

.adblockmsgbutton	{
    cursor: pointer;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    background-color: #B13D3D;
    -moz-border-radius: .40em;
    -webkit-border-radius: .40em;
    border-radius: .40em;
    -webkit-appearance: none;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.adblockmsgbutton:hover	{
    cursor: pointer;
    background-color: #c74e4e;
}


.adblockinstructionholder	{
    position: relative;
    float: left;
    width: calc(100% - 40px);
    max-width: 700px;
    color: #FFFFFF;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    -webkit-box-align: center;
}

.adblockinstructionholder li {
    position: relative;
    float: left;
    clear: both;
    cursor: pointer;
}


.adblockinstructionleftdiv {
    position: relative;
    float: left;
    width: 170px;
}
.adblockinstructionselecttitle {
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.adblockinstructionselect .adblockericon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    padding: 6px;
    opacity: 0.8;
}
.adblockinstructionselect:hover .adblockericon {
    width: 28px;
    height: 28px;
    opacity: 1;
}
.adblockinstructionselect.active {
    background-color: #666666;
}
.adblockinstructionselect:hover span {
    text-decoration: underline;
}
.adblockinstructionselect span {
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    clear: both;
    padding: 10px 0;
}

.adblockinstructionrightdiv {
    position: relative;
    float: left;
    width: calc(100% - 190px);
    background-color: #EEEEEE;
    padding: 10px;
    border-radius: 3px;
}
.adblockinstructiongoback {
    display: none;
}
.adblockinstructiongoback:hover {
    text-decoration: underline;
}
.adblockinstructiondetailstitle {
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
}
.adblockinstructiondetailsteps ol {
    position: relative;
    float: left;
    list-style: decimal inside;
    margin-top: 15px;
}
.adblockinstructiondetail {
    display: none;
}
.adblockinstructiondetail.active {
    display: block;
}
.adblockinstructiondetailsteps {
    position: relative;
    float: left;
    width: calc(100% - 230px);
    margin-right: 10px;
}
.adblockinstructiondetailsteps .adblockericon {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../assets/spritesv2/common.png);
    background-size: 360px 800px;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
.adblockinstructiondetailsteps .adblockericon.adblock {
    background-position: -280px -680px;
}
.adblockinstructiondetailsteps .adblockericon.adblockplus {
    background-position: -280px -640px;
}
.adblockinstructiondetailsteps .adblockericon.ublockorigin {
    background-position: -280px -760px;
}
.adblockinstructiondetailsteps .adblockericon.ublock {
    background-position: -280px -720px
}
.adblockinstructiondetailsteps li {
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    cursor: default;
}
.adblockinstructiondetailimg {
    position: relative;
    float: left;
    width: 220px;
    height: 220px;
    overflow: hidden;
}
.adblockinstructiondetailimg image{
    width: 220px;
    height: auto;
}








.adblock-icon{
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../assets/spritesv2/common.png);
background-size: 360px 800px;
    background-position: -280px -680px;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
.adblockplus-icon{
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../assets/spritesv2/common.png);
background-size: 360px 800px;
    background-position: -280px -640px;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
.ublockorigin-icon{
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../assets/spritesv2/common.png);
background-size: 360px 800px;
    background-position: -280px -760px;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
.ublock-icon{
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../assets/spritesv2/common.png);
background-size: 360px 800px;
    background-position: -280px -720px;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
.adblockinstructionselecttext{
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    margin: 12px 0;
}

@media only screen and (max-width: 768px){
    .adblockinstructionselecttitle, .adblockinstructionselecttext{
        display: none;
    }
    .adblockinstructionleftdiv{
        width: 60px;
    }
    .adblockinstructionrightdiv{
        width: calc(100% - 80px);
    }
}
@media only screen and (max-width: 618px){
    .adblockinstructiondetailsteps{
        width: 100%;
    }
    .adblockinstructiondetailimg{
        margin-left: calc(50% - 110px);
    }
}

/*@media only screen and (max-width: 820px){*/
/*    .adblockinstructionholder {*/
/*        width: fit-content;*/
/*    }*/
/*    .adblockinstructionleftdiv {*/
/*        width: 420px;*/
/*        margin-right: 0;*/
/*    }*/
/*    .adblockinstructionselecttitle {*/
/*        text-align: center;*/
/*        font-size: 22px;*/
/*    }*/
/*    .adblockinstructionholder ul {*/
/*        text-align: center;*/
/*    }*/
/*    .adblockinstructionselect {*/
/*        display: inline-block;*/
/*        text-align: center;*/
/*        padding: 10px;*/
/*        width: 80px;*/
/*        vertical-align: top;*/
/*    }*/
/*    .adblockinstructionselect .adblockericon {*/
/*        display: block;*/
/*        margin: auto;*/
/*        width: 36px;*/
/*        height: 36px;*/
/*        opacity: 1;*/
/*        padding: 15px 0;*/
/*    }*/
/*    .adblockinstructionselect:hover .adblockericon {*/
/*        width: 40px;*/
/*        height: 40px;*/
/*    }*/
/*    .adblockinstructionselect span {*/
/*        display: block;*/
/*        color: #AAAAAA;*/
/*    }*/
/*    .adblockinstructionselect:hover span {*/
/*        text-decoration: none;*/
/*        color: #FFFFFF;*/
/*    }*/

/*    .adblockinstructionrightdiv {*/
/*        display: none;*/
/*    }*/
/*    .adblockinstructiongoback {*/
/*        display: block;*/
/*    }*/
/*    .adblockinstructiondetailsteps {*/
/*        display: inline-block;*/
/*        vertical-align: top;*/
/*        float: none;*/
/*    }*/
/*    .adblockinstructiondetailimg {*/
/*        display: inline-block;*/
/*        float: none;*/
/*    }*/

/*}*/
/*@media only screen and (max-width: 650px){*/
/*    .adblockinstructiondetailsteps {*/
/*        display: block;*/
/*        float: none;*/
/*        margin-right: 0;*/
/*    }*/
/*    .adblockinstructiondetailimg {*/
/*        display: block;*/
/*        float: none;*/
/*        padding-top: 20px;*/
/*    }*/
/*    .adblockinstructiondetailimg img{*/
/*        display: block;*/
/*        margin: 0 auto;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 520px){*/
/*    .adblockmsg {*/
/*        max-width: none;*/
/*        min-width: 220px;*/
/*        padding: 30px 20px;*/
/*        width: calc(100% - 40px);*/
/*    }*/
/*    .adblockinstructionleftdiv {*/
/*        width: auto;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 400px){*/
/*    .adblockinstructionholder {*/
/*        padding: 30px 15px;*/
/*    }*/
/*    .adblockinstructiondetailsteps {*/
/*        width: auto;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 400px){*/
/*    .adblockmsgtitle {*/
/*        font-size: 20px;*/
/*    }*/
/*    .adblockmsgtext {*/
/*        font-size: 14px;*/
/*    }*/
/*    .adblockmsgbutton {*/
/*        padding: 8px;*/
/*        font-size: 14px;*/
/*    }*/
/*}*/