/*-------------
MBAM Page CSS

Created by Rachel on October 27, 2016
-----------------------*/

@font-face{font-family:"ARSMaquettePro";font-style:normal;font-weight:300;src:url("../../../assets/fonts/arsmaquetteprolight-webfont.woff") format("woff")}
@font-face{font-family:"ARSMaquettePro";font-style:normal;font-weight:500;src:url("../../../assets/fonts/arsmaquetteproregular-webfont.woff") format("woff")}


body{
    font-family: 'ARSMaquettePro', sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    min-width: 320px !important;
    width: 100%;
}

.content-container{
    max-width: 1400px;
    min-width: 320px !important;
    margin: 0 auto;
    width: 100%;
}


.icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    fill: currentColor;
}


/*-------------
Header
-------------*/

.gray-mbam{
    background-color: #f5f5f5;
    width: 100%;
    min-width: 320px;
}

.inner-nav{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    min-height: 40px;
}

.companylogo{
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.malware-logo{
    width: 6.4208984375em;
    font-size: 36px;
    color: #004ddc;
    padding: 5px 4px;
}

.middle-section{
    display: inline-block;
    max-width: 608px;
    min-width: 200px;
    width: 100%;
}

.main-nav{
    width: auto;
    height: auto;
    display: inline-block;
    float: right;
    position: relative;
}

.main-nav ul{
    list-style-type: none;
    padding: 0;
}

.main-nav ul li{
    display: inline-block;
    padding: 0 8px;
}

.main-nav ul li, .main-nav ul li a{
    color: #777;
    font-size: 1em;
    letter-spacing: 0.4px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
}

.main-nav ul li a.selected{
    color: #000;
}

.main-nav ul li:hover, .main-nav ul li a:hover{
    color: #000;
}

.icon-dropdown-arrow{
    vertical-align: middle;
    padding-bottom: 4px;
    padding-left: 2px;
}

.dropdown-menu{
    display: none;
    overflow-y: scroll;
    z-index: 20;
    width: 300px;
    height: auto;
    max-height: 509px;
    background-color: #fff;
    border: 1px solid #a1a1a1;
    position: absolute;
    top: 100%;
    right: 2%;
}

.main-nav .dropdown-menu li{
    display: block;
}

.main-nav .dropdown-menu li:hover{
    background-color: #F4F7F8;
    color: #000 !important;
    font-weight: 700;
}

.main-nav .dropdown-menu li.active, .main-nav .dropdown-menu li a.active{
    color: #000;
    background-color: #F4F7F8;
    font-weight: 700;
}

.main-nav .dropdown-menu li a{
    width: 100%;
    height: 100%;
    display: block;
    padding: 6% 4%;
}


.mobile-menu{
    float: right;
    display: none;
    line-height: 46px;
    width: 70px;
    text-align: center;
}

.mobile-menu .mobile-icon{
    display: block;
}

.menu-icon{
    font-size: 26px;
    vertical-align: middle;
    color: #000;
}

.side-nav{
    position: fixed;
    z-index: 30;
    height: 100%;
    width: 290px;
    right: -290px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    padding-left: 0px;
    margin: 0;
    -webkit-box-shadow: -6px 0px 14px 0px rgba(153,151,153,0.5);
    -moz-box-shadow: -6px 0px 14px 0px rgba(153,151,153,0.5);
    box-shadow: -6px 0px 14px 0px rgba(153,151,153,0.5);
    overflow: scroll;
    transition: (all linear 0.15s);
    -webkit-transition: (all linear 0.15s);
    -moz-transition: (all linear 0.15s);
    -ms-transition: (all linear 0.15s);
    -o-transition: (all linear 0.15s);
}

.side-nav.open-nav{
    right: 0;
    visibility: visible;
    opacity: 1;
}

.side-nav .item{
    list-style-type: none;
    line-height: 54px;
    height: 74px;
}

.side-nav .item a{
    padding: 10px 20px;
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.4px;

}

.side-nav li a:active, .side-nav li.active a{
    color: #3371e3;
}

.side-nav li .close-btn{
    text-align: right;
    padding-right: 35px;
}

.icon-cross{
    vertical-align: middle;
    font-size: 26px;
    color: #000;
}

.side-nav .country-title{
    padding: 10px 16px;
    border-top: 2px solid #f2f2f2;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #8b8b8b;
}

.side-nav .main-menu{
    padding-left: 0px;
    border: 1px solid #f7f7f7;
    border: none;
}

.side-nav .main-menu li a{
    padding: 0px;
}

.side-nav .dropdown-menu{
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border: none;
    position: relative;
    top: 0;
    right: 0;
    overflow: visible;
    padding-left: 20px;
}


/*-------------
Season Banners
-------------*/


.BF-banner{
    background-color: #004ddc;
    height: auto;
    text-align: center;
    width: 100%; 
    min-width: 320px;
    padding: 35px 0;
}

.BF-banner p{
    color: #fff;
    margin: 0;
    font-size: 1.2em;
    letter-spacing: 0.2px;
    line-height: 1.4;
    width: 90%;
    margin: 0 auto;
    display: inline;
}

.BF-banner p span{
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.infobox-container{
    display: inline-block;
    position: relative;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.info-circle{
    width: 20px;
    height: 20px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
}

.whitebox-container{
    position: absolute;
    right: 10px;
    top: 50px;
    width: 500px;
    height: 280px;
    padding: 20px 25px;
    background-color: #fff;
    z-index: 20;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
    display: none;
}

.whitebox-container:after{
    content: "";
    display: block;
    border-top-color: transparent;
    border-left-color: transparent;
    border-width: 10px;
    border-style: solid;
    border-right-color: #fff;
    position: absolute;
    margin-left: -10px;
    right: 0;
    left: auto;
    top: -20px;
    bottom: auto;
}

.whitebox-container p{
    color: #121212;
    display: inline-block;
    text-align: left;
    margin-bottom: 8px;
    width: 100% !important;
}

.whitebox-container p.small-header{
    font-size: 0.9em;
}

.whitebox-container ul{
    margin-top: 0px;
    margin-right: 20px;
}

.whitebox-container ul li{
    color: #121212;
    font-size: 0.9em;
    text-align: left;
    line-height: 1.5;
}

.warning-banner{
    width: 100%;
    display: block;
    background-color: #c62931;
    min-width: 320px;
}

.warning-banner.blue{
   background-color: #3371e3;
}

.warning-banner .wrapper{
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 800px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.warning-banner .wrapper p{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    left: 25%;
    letter-spacing: 0.6px;
    line-height: 1.4;
    margin: 0 auto;
}  

.warning-banner .wrapper p b{
    font-weight: 600;
}
.warning-banner span#static-text {
    display: inline-block;
}

/*-------------
Boxshot Showcase
-------------*/

/* hero test */

.opt-test.product-showcase {
    max-width: none;
    padding-bottom: 30px;
}

.opt-test .mobile-content {
    display: none;
}

.opt-test .device-options {
    padding-top: 30px;
}

.opt-test .icon {
    padding-left: 30px;
    display: inline;
    color: #666;
}

.opt-test .product-information .devices {
    font-weight: 400;
}

.opt-test .product-information.new-variant h1 {
    font-size: 60px;
    color: #000;
}

.opt-test .product-information .subtitle {
    margin-top: 20px;
}

.opt-test .product-information .container-price.drk-gray {
    margin-right: 60px;
}

.opt-test.for-pc-bg {
    background-image: url(/images/backgrounds/sem_hero.jpg);
    background-position: center;
}

.opt-test .empty-spacer {
    width: 10%;
}

.opt-test .empty-topbar {
    padding: 0;
}

.opt-test .action-wrapper {
    margin-top: 30px;
}

@media(max-width: 1199px) {
    .opt-test.for-pc-bg {
        background-position: 40%;
    }
}

@media(max-width: 900px) {
    .opt-test.for-pc-bg {
        background-position: left;
    }

    .opt-test .empty-spacer {
        width: 0;
        display: none;
    }

    .opt-test .empty-topbar {
        display: none;
    }

    .opt-test .product-information.new-variant {
        display: block;
        width: 100%;
    }

    .mobile-pad {
        padding: 10px;
    }
}

@media(max-width: 480px) {
    .opt-test.for-pc-bg {
        background-size: cover;
    }

    .opt-test .product-information.new-variant h1{
        font-size: 33px;
    }

    .opt-test .subtitle{
        font-size: 1em;
    }

    .opt-test .product-information .container-price.drk-gray {
        margin: 0;
    }

    .opt-test .product-information.new-variant .container-price {
        margin: 0;
        display: block;
        text-align: center;
    }

    .opt-test .buyBlue-btn {
        width: 90%;
        margin-bottom: 30px;
    }

    .opt-test .device-options {
        text-align: center;
    }

    .opt-test .device-text {
        display: block;
        margin-bottom: 15px;
    }
}

/* end - hero test */


.product-showcase{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 1400px;
    min-width: 320px;
    margin: 0 auto;
    padding-bottom: 7%;
}

.for-pc-bg{
    background-image: url(/images/backgrounds/mbam_premium_bg.jpg);
    background-position: center;
}

.for-mac-bg{
    background-image: url(../../../assets/images/mbam_bg_mac.jpg);
    background-position: center;
}

.product-showcaseBF{
    background: url(../../../assets/images/mbam-bg1.jpg) 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 1400px;
    min-width: 320px;
    margin: 0 auto;
    padding-bottom: 3%;
}

.empty-spacer{
    width:50%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.empty-topbar, .empty-bottombar{
    min-height: 44px;
    padding-bottom: 44px;
}

.fake-content{
    padding: 120px 0;
    min-height: 50px;
}

.product-information{
    display: inline-block;
    vertical-align: middle;
}

.product-information.new-variant{
    width: 500px;
}

.product-information h1{
    color: #004ddc;
    font-size: 2.5em;
    margin: 8px 0 0;
}

.product-information.new-variant h1{
    font-size: 2.2em;
}

.product-information.new-variant ul{
    padding-left: 30px;
    font-size: 14px;
}

.product-information.new-variant ul li{
    padding-bottom: 6px;
    letter-spacing: 0.4px;
}

.product-information p{
    margin: 0 0 12px;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
}

.discount-flag{
    background-color: #0f1424;
    color: #fff;
    padding: 9px 12px;
    width: 90px;
    border-radius: 3px;
    position: relative;
    font-size: 1.0em;
}

.product-information.new-variant .discount-flag{
    width: 390px;
}

.product-information.new-variant .discount-flag.for-mac{
    width: 150px;
}


.product-information.new-variant .discount-flag div{
    right: -6%;
    top: 1px;
}

.discount-flag div{
    width: 37px;
    height: 37px;
    position: absolute;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 0;
    right: -19%;
}

.product-information.new-variant .container-price{
    margin-right: 30px;
    font-size: 2.5em;
}

.product-information.new-variant .container-price div{
    font-size: 0.55em;
    text-decoration: line-through;
    display: inline-block;
}

.container-price{
    text-align: center;
    display: inline-block;
    font-size: 2.7em;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle;
}

.drk-gray{
    color: #555555;
}

.container-price div{
    font-weight: 300;
    font-size: 0.35em;
    color: #555;
}

.product-information.new-variant .buyBlue-btn{
    font-size: 0.45em;
    font-weight: 300;
    margin-left: 0;
    margin-right: 0;
}

.buyBlue-btn{
    display: inline-block;
    background-color: rgba(0,77,220,0.8);
    color: #fff;
    text-decoration: none;
    width: 180px;
    height: auto;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 15px;
    border-radius: 3px;
    font-size: 1.2em;
    letter-spacing: 0.3px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    transition: background-color 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
}

.buyBlue-btn:hover{
    background-color: rgba(0,77,220,1);
}


.buyRed-btn{
    display: block;
    background-color: #e83a30;
    color: #fff;
    text-decoration: none;
    width: 190px;
    height: auto;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 15px;
    border-radius: 3px;
    font-size: 0.45em;
    margin-top: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    transition: background-color 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
}

.buyRed-btn:hover{
    background-color: #c00013;
}


.downloadBlue-btn{
    display: inline-block;
    background-color: rgba(0,77,220,0.8);
    color: #fff;
    text-decoration: none;
    width: 260px;
    height: auto;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 3px;
    font-size: 1.15em;
    letter-spacing: 0.3px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    transition: background-color 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
}

.downloadBlue-btn:hover{
    background-color: rgba(0,77,220,1);
}

.product-information p.protection{
    color: #333;
    font-size: 1em;
    margin: 15px 0;
}

.product-information.new-variant p.protection{
    font-size: 0.35em;
    font-weight: 300;
}

.mobile-content{
    height: 550px;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    display: none;
}

.mobile-content .mobile-table{
    width: 100%;
    height: 100%;
    display: table-cell;
    padding-top: 30px;
}

.mobile-content .top-section{
    width: 100%;
    text-align: center;
    padding-bottom: 420px;
}

.mobile-content .top-section .discount-flag{
    width: auto;
    margin: 0 auto;
}

.back-corners{
    width: 37px;
    height: 37px;
    position: absolute;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 0;
    right: -9% !important;
}

.front-corners{
    width: 37px;
    height: 37px;
    position: absolute;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 0;
    left: -9%;
}

.mobile-content .top-section h2{
    color: #004ddc;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 32px;
}

.mobile-content .top-section p{
    font-size: 18px;
    letter-spacing: 0.6px;
    margin: 0;
    font-weight: 500;
}

.mobile-content .bottom-section{
    text-align: center;
    padding-bottom: 20px;
}

.mobile-content .price-wrapper .container-price{
    vertical-align: top;
    width: 35%;
}

.mobile-content .price-wrapper .container-price p{
    font-size: 16px;
}

.mobile-content .buyBlue-btn{
    font-size: 16px;
}

.mobile-content .price-wrapper .container-price div{
    font-size: 16px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: text-bottom;
}

.mobile-content .buyRed-btn{
    margin: 0 auto;
}

.device-option{
    width: 100%;
    display: block;
    padding: 20px 0 0;
    width: 90%;
    margin: 0 auto;
}

.device-option.desktop{
    width: 100%;
}

.device-option .checkbox{
    display: inline-block;
    position: relative;
}

.device-option .checkbox input[type=checkbox]{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.device-option .checkbox label:before{
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    z-index: 3;
    margin: 2px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}

.device-option .checkbox label:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    z-index: 0;
    margin: 2px;
    background-color: transparent;
    border: 2px solid #2678e6;
    transition: border .25s, background-color .25s;
    -webkit-transition: border .25s, background-color .25s;
    -ms-transition: border .25s, background-color .25s;
    -moz-transition: border .25s, background-color .25s;
    -o-transition: border .25s, background-color .25s;
}

.device-option .checkbox [type="checkbox"]:checked+label:before{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.device-option .checkbox [type="checkbox"]:checked+label:after{
    background-color: #2678e6;
}

.device-option .checkbox label{
    padding-left: 30px;
    cursor: pointer;
}


.device-option p{
    letter-spacing: 0.6px;
    display: inline-block;
}


/*-------------
Compare Table
-------------*/

#features-table{
    background-color: #f4f7f8;
    min-width: 320px;
    width: 100%;
    padding: 5% 0 6%;
}

.mbam-features{
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    position: relative;
}

.mbam-features.mac-version .trial-option{
    width: 28%;
}

.mbam-features.mac-version .table-buybtn{
    width: 160px;
}

.lead-row{
    line-height: 2;
}

.list-title{
    width: 43%;
    height: 45px;
    font-size: 24px;
    text-align: left;
    padding: 20px 0;
    padding-left: 10px;
}

.list-option{
    height: 110px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-option h2{
    color: #222;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
    display: inline-block;
}

.list-option strong{
    color: #222;
}

.list-option p {
    line-height: 1.6;
    color: rgba(0,0,0,0.8);
    letter-spacing: 0.3px;
    margin-top: 0px;
}

.new{
    color: #004ddc; 
    text-transform: uppercase; 
    padding-right: 4px;
    display: inline-block;
}

.traditional-option{
    width: 12%;
    height: auto;
    padding: 20px 0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
}

.trial-option{
    width: 18%;
    height: auto;
    padding: 20px 6px;
    transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
}

.trial-option, .download-btn{
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.4;
}

.trial-option span{
    display: inline-block;
    background-color: #bbb;
    color: #fff;
    min-width: 140px;
    border-radius: 30px;
    padding: 6px 4px;
    line-height: 1.3;
    font-size: 0.9;
    letter-spacing: 0.5px;
}

.download-btn:hover{
    color: #004ddc;
    cursor: pointer;
}

.expiration{
    color: #858585;
    font-size: 0.8em;
    text-transform: none;
    width: 90px;
    margin: 0 auto;
}

.mbam-option{
    width: 28%;
    height: auto;
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.15em;
    line-height: 1.4;
}

.float-burst{
    position: absolute;
    top: -30px;
    right: -30px;
    width: 70px;
    height: 70px;
}

.mbam-option .tile{
    background-color: #004ddc;
    color: #fff;
    border-radius: 30px;
    padding: 6px 8px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    min-width: 140px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-size: 0.9em;
}

.mbam-option.price{
    font-size: 1.8em;
    font-weight: 500;
    text-transform: none;
}

.mbam-option.price div{
    font-size: 0.55em;
    color: #555;
    display: inline-block;
    text-decoration: line-through;
    padding-left: 5px;
}

.drkgray-border{
    border-bottom: 1px solid #e1e1e1;
}

.ltegray-border{
    border-bottom: 1px solid #ededed;
}

.checkmark{
    font-size: 32px;
}

.checkmark_green{
    font-size: 20px;
    width: 1.068359375em;
}

.question-mark{
    font-size: 32px;
}

.info-pop{
    background: url(../../../assets/images/popup-box.png) no-repeat;
    background-size: 380px auto;
    position: absolute;
    height: 200px;
    width: 380px;
    z-index: 20;
    left: -56%;
    display: none;
}

.info-text{
    text-align: left;
    margin-top: 10%;
    font-size: 15px;
    padding: 0 3.5%;
}

#question{
    cursor: pointer;
}

#question:hover + .info-pop{
    display: block;
}

.bright-blu{
    color: #004ddc;
}

.special-product{
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
}

.table-buybtn{
    display: inline-block;
    background-color: rgba(0,77,220,0.8);
    color: #fff;
    text-decoration: none;
    width: 140px;
    height: auto;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 15px 0;
    border-radius: 3px;
    font-size: 0.5em;
    letter-spacing: 0.3px;
    transition: background-color 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
}

.table-buybtn:hover{
    background-color: rgba(0,77,220,1);
    cursor: pointer;
}

.protect-table{
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: initial;
}

.table-grn-btn{
    display: inline-block;
    background-color: #51C600;
    color: #fff;
    text-decoration: none;
    width: 150px;
    height: auto;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    margin: 15px 0;
    border-radius: 3px;
    font-size: 0.55em;
    letter-spacing: 0.3px;
    transition: background-color 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
}

.table-grn-btn:hover{
    background-color: #46ac02;
}


/*-------------
Benefit Section
-------------*/

#benefit-section{
    width: 100%;
    min-width: 320px;
}

.section-content{
    width: 82%;
    height: auto;
    padding: 3% 0 4%;
    text-align: center;
    margin: 0 auto;
}

.section-content h3, .section-content h2{
    font-size: 38px;
    font-weight: 300;
}

.star, .lightblub{
    font-size: 30px;
    color: #004ddc;
}

.mini-subline{
    color: #858585;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2px;
    margin-top: 8px;
}

.lead-body{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
    color: #333;
}

.benefit-icons{
    width: 100%;
    height: auto;
    margin: 60px auto;
    min-height: 180px;
}

.icon-holder{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 133px;
    padding: 0 2%;
}

.icon-holder .img{
    vertical-align: bottom;
}

.icon-holder h3{
    font-size: 1em;
    font-weight: 300;
}

.scrubbrush, .shield, .blocks, .lightning, .hides{
    font-size: 100px;
    vertical-align: middle;
    transition: font-size 0.2s ease-in-out;
    -webkit-transition: font-size 0.2s ease-in-out;
    -ms-transition: font-size 0.2s ease-in-out;
    -o-transition: font-size 0.2s ease-in-out;
}

.scrubbrush:hover, .shield:hover, .blocks:hover, .lightning:hover, .hides:hover{
    font-size: 103px;
}

/*--------------------------

advantage Section

---------------------------*/
.title-section{
    padding-bottom: 30px;
}
.benefit-options{
    width: 100%;
    padding-bottom: 30px;
}

.clearfix:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.card-cont{
    float: left;
    width: 44.333%;
    text-align: left;
    padding: 0 25px;
}

.card-cont .title{
    display: table;
}

.card-cont .title .holder{
    display: inline-block;
    vertical-align: middle;
}

.card-cont .title .header{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.card-cont .title .header h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.card-cont p{
    line-height: 1.8;
    margin: 14px 0;
}

.advanced-malware, .window-layers, .scans-fast, .light-and-lean{
    font-size: 30px;
}


/*-------------
Review Section
-------------*/

#reviews{
    background-color: #f4f7f8;
    width: 100%;
    min-width: 320px;
}

.robot-bg{
    background: url(..//images/lp/sem/fade-robot.jpg) 50%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1400px;
    min-width: 320px;
    margin: 0 auto;
}

.content-cushion{
    padding: 4% 0 5%;
}

.carousel{
    width: 600px;
    height: auto;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 3% 4%;
}


.carousel .slides{
    width: 400%;
    padding: 0;
    padding-bottom: 2em;
    overflow: hidden;
    list-style: none;
    position: relative;
    transition: left .75s ease-out;
    -webkit-transition: left .75s ease-out;
    -moz-transition: left .75s ease-out;
    -o-transition: left .75s ease-out;
}

.carousel input{
    display: none;
}

 
.carousel .slides li{
    width: 25%;
    position: relative; 
    float: left;
}

.carousel .slides li .slide-content{
    width: 90%;
    margin: 0 auto;
    padding: 0 2%;
}

p.quote{
    font-size: 1.3em;
    line-height: 1.6;
    margin-top: 0;
    color: #333;
}

p.author{
    font-size: 1.2em;
}

.carousel .slidesNavigation{
    display: block;
    position: absolute;
    width: 104px;
    list-style: none;
    text-align: center;
    bottom: 1em;
    left: 50%;
    margin-left: -52px;
}

.carousel .slidesNavigation label{
    float: left;
    margin: 6px;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #e4e4e4;
    font-size: 0;
}

.carousel #radio-1:checked ~ .slidesNavigation label#dotForRadio-1, .carousel #radio-2:checked ~ .slidesNavigation label#dotForRadio-2, .carousel #radio-3:checked ~ .slidesNavigation label#dotForRadio-3{
    background: #2678e6;
}

#radio-1:checked ~ .slides{
    left: 0;
}


#radio-2:checked ~ .slides{
    left: -100%;
}

#radio-3:checked ~ .slides{
    left: -200%;
}


/*-------------
Know How Section
-------------*/

#know-how{
    width: 100%;
    min-width: 320px;
}

.danger-container{
    width: 80%;
    margin: 30px auto;
    height: auto;
    min-height: 150px;
}

.danger-container h4{
    font-weight: 300;
    text-transform: uppercase;
}

.danger-container .icon-holder{
    min-width: 100px;
}

.trojan, .spyware, .virus, .worm, .ransomware{
    font-size: 80px;
    transition: font-size 0.2s ease-in-out;
    -webkit-transition: font-size 0.2s ease-in-out;
    -ms-transition: font-size 0.2s ease-in-out;
    -o-transition: font-size 0.2s ease-in-out;
}

.trojan:hover, .spyware:hover, .virus:hover, .worm:hover, .ransomware:hover{
    font-size: 83px;
}

.questions-section{
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 3% 0 0;
    text-align: left;
}

.questions-section h5{
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 1%;
    color: #333;
}

.questions-section h6{
    font-size: 1em;
    color: #333;
    font-weight: 300;
}

.questions-section ul{
    color: rgba(0,77,220, 1);
}

.questions-section ul li{
    line-height: 2;
    padding-bottom: 4.5%;
}

.instructions{
    list-style: decimal;
}

.questions-section ul li span, .instructions li{
    color: #333;
}




/*-------------
Know How Section
-------------*/
#get-started{
    background-color: #f4f7f8;
    min-width: 320px;
    width: 100%;
}


.action-container{
    padding: 2% 0;
}

.action-container .buyGreen-btn{
    font-size: 1.2em;
    display: inline-block;
    margin-top: 0;
}


/*-------------
Get Started Section
-------------*/
.trial-download{
    color: #004ddc;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    cursor: pointer;
}

.trial-download:hover{
    color: #000;
}


/*-------------
Footer Section
-------------*/

.footer-color{
    width: 100%;
    min-width: 320px;
    height: 300px;
    background-color: #000;
}

.footer{
    width: 85%;
    height: auto;
    padding-top: 4%;
    margin: auto;
}

.links{
    width: 11%;
    height: auto;
    padding: 0 1%;
    display: inline-block;
    vertical-align: top;
}

.footer p.link-title{
    color: #555;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-size: 12px;
}

.contact{
    width: 40%;
    height: auto;
    padding: 0 1%;
    display: inline-block;
}

.contact p.contact-info{
    color: #fff;
    line-height: 1.7;
    font-size: 12px;
    margin-top: 0;
}

.footer a{
    color: #fff;
    font-size: 12px;
    line-height: 2.3;
    margin: 14px 0;
    text-decoration: none;
}

.footer a:hover{
    text-decoration: underline;
}

.copyright-wrapper{
    width: 44%;
    height: auto;
    display:inline-block;
    vertical-align: top;
    text-align: right;
    float: right;
}

.social-icon{
    width: 100%;
    height: auto;
}

.social-icon img{
    padding: 0 1%;
     border-style: none;
}

.icon-facebook2, .icon-twitter, .icon-youtube, .icon-linkedin, .icon-google-plus, .icon-instagram{
    font-size: 21px;
    color: #fff;
    padding: 0 8px;
}

a.social{
    opacity: 0.6;
     cursor: pointer;
}

a.social:hover{
    opacity: 1;
    text-decoration: none;
}

.copyright{
    width: 100%;
    height: auto;
    display: inline-block;
}

a.copy{
    color: #555; 
    font-size: 12px;
    padding: 0 1%;
    text-decoration: none;
}

a.copy:hover{
    text-decoration: underline;
}

p.copyright-info{
    color: #555;
    font-size: 12px;
    display: inline-block;
    margin: 5px 0;
}

/*-------------
ie8 Styles
-------------*/
.ie8 .gray-mbam{
    min-width: 1024px;
}

.ie8 #content-container{
    max-width: 1024px;
    min-width: 1024px;
    width: 100%;
}

.ie8 .for-mac-bg{
    background-image: url(../../../assets/images/mbam_bg_mac_min.jpg);
    min-width: 1024px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.ie8 .for-pc-bg{
    background-image: url(/images/lp/sem/mbam_bg_pc_min.jpg);
    min-width: 1024px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.ie8 .product-showcaseBF{
    min-width: 1024px;
    width: 100%;
    background: url(/images/lp/sem/mbam-bg-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding-bottom: 0;
}

.ie8 .product-information.new-variant .discount-flag div{
    right: -8%;
    top: -6px;
}

.ie8 .ransomwareie{
    background-image: url(/images/lp/sem/ransomware.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
}

.ie8 .buyBlue-btn{
    background-color: #004ddc;
}

.ie8 .buyBlue-btn:hover{
    background-color: #003fcb;
}

.ie8 #features-table{
    min-width: 1024px;
}

.ie8 .download-btn{
    font-weight: 700;
}

.ie8 .table-buybtn{
    background-color: #004ddc;
}

.ie8 .table-buybtn:hover{
    background-color: #003fcb;
}

.ie8 .mbam-features{
    max-width: 890px;
}

.ie8 .list-option{
    padding-right: 10px;
}

.ie8 #benefit-section{
    min-width: 1024px;
}

.ie8 .reviews{
    min-width: 1024px;
}

.ie8 .section-content{
    width: 90%;
}

.ie8 .carousel{
    width: 530px;
}

.ie8 .robot-bg{
    background: url(/images/lp/sem/fade-robot-ie.jpg);
    background-size: 90%;
    background-position: 45%;
    background-repeat: no-repeat;
}

.ie8 .slidesNavigation{
    display: none;
}

.ie8 #know-how{
    min-width: 1024px;
}

.ie8 .danger-container{
    width: 100%;
}

.ie8 .queations-section{
    width: 65%;
}

.ie8 .discount-flag div{
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
    top: -7px;
    right: -8%;
}

.ie8 .compareSprite{
    background: url(/images/lp/sem/compareicons.png);
    background-repeat: no-repeat;
    display: block;
}

.ie8 .questionPNG{
    width: 25px;
    height: 25px;
    background-position: -10px -145px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .mbam-graphics{ 
    display: block; 
    background: url(/images/lp/sem/mbam-sprite.png);
    background-repeat: no-repeat;
}

.ie8 .malware-logo { 
    display: inline-block;
    background-position: 0px -10px;
    background-size: 50%;
    width: 236px; 
    height: 36px; 
}

.ie8 .dark-check{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: -257px -15px;
}

.ie8 .blue-check{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: -290px -15px;
}

.ie8 .green-check{
    display: inline-block;
    width: 21px;
    height: 20px;
    background-position: -328px -24px;
}

.ie8 .star{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: -117px -280px;
}

.ie8 .flag{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: -163px -278px;
}

.ie8 .blocks{
    display: inline-block;
    width: 90px;
    height: 94px;
    background-position: -3px -165px;
}

.ie8 .scrubs{
    display: inline-block;
    width: 90px;
    height: 94px;
    background-position: -88px -58px;
}

.ie8 .shield{
    display: inline-block;
    width: 90px;
    height: 94px;
    background-position: -4px -62px;
}

.ie8 .lightning{
    display: inline-block;
    width: 90px;
    height: 94px;
    background-position: -185px -58px;
}

.ie8 .hides{
    display: inline-block;
    width: 90px;
    height: 94px;
    background-position: -283px -60px;
}

.ie8 .light{
    display: inline-block;
    width: 33px;
    height: 33px;
    background-position: -245px -278px;
}

.ie8 .trojans{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-position: -103px -160px;
}

.ie8 .viruses2{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-position: -195px -160px;
}

.ie8 .spyware2{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-position: -4px -264px;
}

.ie8 .worm2{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-position: -293px -158px;
}

.ie8 .arrow{
    display: inline-block;
    width: 20px;
    height: 11px;
    padding-left: 2px;
    background-position: -220px -268px;
}

.ie8 .socialSprite{
    background: url(/images/lp/sem/socialicons.png);
    background-repeat: no-repeat;
    display: block;
}

.ie8 .facebookPNG{
    width: 30px;
    height: 30px;
    background-position: -5px -5px;
    display: inline-block;
}

.ie8 .twitterPNG{
    width: 30px;
    height: 30px;
    background-position: -85px -5px;
    display: inline-block;
}

.ie8 .youtubePNG{
    width: 30px;
    height: 30px;
    background-position: -85px -45px;
    display: inline-block;
}

.ie8 .googlePNG{
    width: 30px;
    height: 30px;
    background-position: -45px -5px;
    display: inline-block;
}

.ie8 .linkedinPNG{
    width: 30px;
    height: 30px;
    background-position: -45px -45px;
    display: inline-block;
}

.ie8 .instagramPNG{
    width: 30px;
    height: 30px;
    background-position: -5px -45px;
    display: inline-block;
}



/*-------------
Media Quaries
-------------*/
@media screen and (max-width: 1200px){
    .mbam-features{
        max-width: 990px;
    }
    
    .list-option{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
    }
    
    .carousel{
        width: 550px;
        margin: 3% 3.5%;
    }
    
}

@media screen and (max-width: 1100px){
    .scrubbrush, .shield, .blocks, .lightning, .hides{
        font-size: 90px;
    }
    
    .scrubbrush:hover, .shield:hover, .blocks:hover, .lightning:hover, .hides:hover{
        font-size: 92px;
    }
    
    .questions-section{
        width: 55%;
    }
    
    .BF-banner p span{
        display: block;
    }
    
    .BF-banner p{
        width: 80%;
    }
    
    .card-cont{
        width: 75%;
        margin: 0 auto;
        float: none;
        display: block;
        margin-bottom: 45px;
    }
    
    .benefit-options{
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 1024px){
    .empty-spacer{
        width: 43%;
    }
    
    .robot-bg{
        background: url(../../../assets/images/face-robot1400.jpg) 45%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .mbam-features{
        max-width: 860px;
    }
    
    .list-title{
        width: 36%;
    }
    
    .trial-option, .download-btn{
        width: 20%;
    }
    
    .mbam-option{
        width: 24%;
    }
    
    .section-content{
        width: 90%;
        padding: 4% 0;
    }
    
    .danger-container{
        width: 95%;
    }
    
    .icon-holder{
        padding: 0 1.5%;
    }
}

@media screen and (max-width: 900px){
    .product-showcase{
        background-image: url(/images/lp/sem/mbam3.0-1200.jpg) 45%;
        background-repeat: no-repeat;
    }
    
    .for-pc-bg{
        background-image: url(/images/lp/sem/mbam_bg_pc_min.jpg);
        background-position: 45%;
        background-repeat: no-repeat;
    }
    
    .for-mac-bg{
        background-image: url(../../../assets/images/mbam_bg_mac_min.jpg);
        background-position: 45%;
        background-repeat: no-repeat;
    }
    
    .product-showcaseBF{
        background-image: url(/images/lp/sem/mbam-bg1-min.jpg) 45%;
    }
    
    .empty-spacer{
        width: 43%;
    }
    
    .product-information.new-variant{
        width: 430px;
    }
    
    .product-information.new-variant h1{
        font-size: 2.0em;
    }
    
    .product-information.new-variant .container-price{
        margin-right: 10px;
        font-size: 2.3em;
    }
    
    .product-information h1{
        font-size: 2.4em;
    }
    
    .carousel{
        margin: 3% 1%;
    }
    
    .mbam-features{
        max-width: 745px;
    }
    
    .list-title{
        width: 32%;
    }
    
    .trial-option, .download-btn{
        width: 22%;
        padding: 20px 0px;
    }
    
    .mbam-option{
        width: 26%;
    }
    
    #features-table{
        padding: 7% 0;
    }
    
    .section-content{
        width: 94%;
    }
    
    .icon-holder{
        padding: 0 1%;
    }
    
    .scrubbrush, .shield, .blocks, .lightning, .hides{
        font-size: 80px;
    }
    
    .copyright-wrapper{
        width: 40%;
    }
    
    .footer{
        padding-top: 5%;
    }
    
    .list-option p{
        font-size: 0.95em;
    }
    
    .mbam-option span{
        min-width: 120px;
    }
    
    .trial-option span{
        min-width: 130px;
    }
    
    .product-information.new-variant ul{
        font-size: 13px;
        padding-left: 20px;
    }
    
    .inner-nav{
        width: 95%;
    }
    
    .malware-logo{
        font-size: 33px;
    }
    
    .main-nav ul li, .main-nav ul li a{
        letter-spacing: 0px;
    }
    
    .device-option .checkbox label{
        font-size: 14px;
        letter-spacing: 0.2px;
    }
    
}

@media screen and (max-width: 800px){
    .product-information h1{
        font-size: 2.3em;
    }
    
    .product-information.new-variant h1{
        font-size: 1.8em;
    }
    
    .product-information.new-variant{
        width: 430px;
    }
    
    .container-price{
        font-size: 2.4em;
    }
    
    .robot-bg{
        background: none;
    }
    
    .carousel{
        margin: 3% auto;
    }
    
    .benefit-icons{
        width: 80%;
    }
    
    .scrubbrush, .shield, .blocks, .lightning, .hides{
        font-size: 90px;
    }
    
    .icon-holder{
        padding: 1% 2.5%;
    }
    
    .danger-container .icon-holder{
        padding: 1% 1.5%;
    }
    
    .links{
        width: 15%;
    }
    
    .mbam-features{
        max-width: 715px;
    }
    
    .protect-table{
        font-size: 13px;
    }
    
    .main-nav{
        display: none;
    }
    
    .mobile-menu{
        display: block;
    }
}

@media screen and (max-width: 768px){
    .warning-banner{
        min-width: 320px;
    }
    
    .for-pc-bg{
        background-image: url(/images/lp/sem/mbam_bg_pc_mb.jpg);
        background-repeat: no-repeat;
        min-width: 320px !important;
    }
    
    .for-mac-bg{
        background-image: url(../../../assets/images/mbam_bg_mac_mb.jpg);
        background-repeat: no-repeat;
        min-width: 320px !important;
    }
    
    .empty-topbar, .empty-bottombar{
        display: none;
    }
    
    .empty-spacer{
        display: none;
    }
    
    .product-information{
        display: none;
    }
    
    .product-showcase{
        min-width: 320px;
    }
    
    .mobile-content{
        display: table;
    }
    
    #benefit-section{
        min-width: 320px;
    }
    
    .section-content{
        padding: 40px 30px;
        width: auto;
    }
    
    .section-content h3, .section-content h2{
        font-size: 28px;
    }
    
    .icon-holder h3{
        font-size: 16px;
    }
    
    .benefit-icons{
        width: 100%;
    }
    
    #reviews{
        min-width: 320px;
    }
    
    .robot-bg{
        min-width: 320px;
    }
    
    .carousel{
        width: 100%;
    }
    
    #know-how{
        min-width: 320px;
    }
    
    .danger-container{
        width: 100%;
    }
    
    .danger-container .icon-holder{
        min-width: 115px;
    }
    
    .questions-section{
        width: 80%;
    }
    
    #get-started{
        min-width: 320px;
    }
    
    .trial-download{
        display: inline-block;
        padding-top: 20px;
    }
    
    .buyBlue-btn{
        font-size: 16px;
        letter-spacing: 0.6px;
    }
    
    .footer-color{
        min-width: 320px;
        height: auto;
        padding-bottom: 20px;
    }
    
    .contact{
        width: 37%;
    }
    
    .copyright-wrapper{
        width: 41%;
    }
    
    .footer:after{
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    
    .buyRed-btn{
        font-size: 16px;
    }
    
    .product-showcase{
        min-width: 320px !important;
    }
    
    #features-table{
        display: none;
    }
    
    .device-option .checkbox label{
        font-size: 16px;
    }
    
}

@media screen and (max-width: 700px){
    
    .links, .contact{
        float: left;
        width: 50%;
        padding: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .copyright-wrapper{
        width: 100%;
        padding-top: 30px;
        text-align: center;
        padding-bottom: 30px;
    }
}


@media screen and (max-width: 600px){
    .mobile-content .price-wrapper .container-price{
        width: 46%;
    }
    
    .card-cont{
        width: 85%;
    }
    
    .card-cont .title .header h3{
        font-size: 16px;
    }
}

@media screen and (max-width: 500px){
    .malware-logo{
        font-size: 30px;
    }
    
    .inner-nav{
        padding: 20px 0;
    }
    
    .mobile-menu{
        line-height: 40px;
    }
    
    .warning-banner{
        display: none;
    }
    
    .lead-body{
        font-size: 14px;
    }
    
    .icon-holder{
        max-width: 133px;
    }
    
    .danger-container .icon-holder{
        min-width: 130px;
    }
    
    .questions-section{
        width: 95%;
    }
    
    .questions-section ul li span, .instructions li{
        font-size: 14px;
    }
    
    .questions-section h5{
        font-size: 17px;
        font-weight: 400;
    }
    
    .questions-section h6{
        font-weight: 400;
    }
    
    .links, .contact{
        width: 100%;
    }
    
    .footer{
        width: 90%;
    }
    
    .mobile-content .price-wrapper .container-price{
        font-size: 2em;
    }
    
    .mobile-content .buyBlue-btn{
        width: 90%;
    }
    
    .buyRed-btn{
        width: 90%;
    }
    
    .mobile-content .price-wrapper .container-price p{
        font-size: 14px;
    }
    
    .mobile-content .top-section h2{
        font-size: 28px;
    }
    
    .mobile-content .top-section p{
        font-size: 16px;
    }


}

@media screen and (max-width: 400px){
    .for-pc-bg, .for-mac-bg{
        background-position: 42% 30px;
        background-size: 222%;
    }   
    
    .mobile-content .price-wrapper .container-price{
        width: 100%;
        display: block;
        padding: 20px 0;
    }
    
    .mobile-content .top-section h2{
        font-size: 26px;
    }
    
    .mobile-content .top-section{
        padding-bottom: 109%;
    }
    
}

#changer {
  opacity: 1;
  transition: 0s opacity ease-in-out;
}

#changer.fadeOut {
  opacity: 0;
  transition: .15s opacity ease-in-out;
}

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-modelmayhem:before {
  content: "\e000";
}
.socicon-mixcloud:before {
  content: "\e001";
}
.socicon-drupal:before {
  content: "\e002";
}
.socicon-swarm:before {
  content: "\e003";
}
.socicon-istock:before {
  content: "\e004";
}
.socicon-yammer:before {
  content: "\e005";
}
.socicon-ello:before {
  content: "\e006";
}
.socicon-stackoverflow:before {
  content: "\e007";
}
.socicon-persona:before {
  content: "\e008";
}
.socicon-triplej:before {
  content: "\e009";
}
.socicon-houzz:before {
  content: "\e00a";
}
.socicon-rss:before {
  content: "\e00b";
}
.socicon-paypal:before {
  content: "\e00c";
}
.socicon-odnoklassniki:before {
  content: "\e00d";
}
.socicon-airbnb:before {
  content: "\e00e";
}
.socicon-periscope:before {
  content: "\e00f";
}
.socicon-outlook:before {
  content: "\e010";
}
.socicon-coderwall:before {
  content: "\e011";
}
.socicon-tripadvisor:before {
  content: "\e012";
}
.socicon-appnet:before {
  content: "\e013";
}
.socicon-goodreads:before {
  content: "\e014";
}
.socicon-tripit:before {
  content: "\e015";
}
.socicon-lanyrd:before {
  content: "\e016";
}
.socicon-slideshare:before {
  content: "\e017";
}
.socicon-buffer:before {
  content: "\e018";
}
.socicon-disqus:before {
  content: "\e019";
}
.socicon-vkontakte:before {
  content: "\e01a";
}
.socicon-whatsapp:before {
  content: "\e01b";
}
.socicon-patreon:before {
  content: "\e01c";
}
.socicon-storehouse:before {
  content: "\e01d";
}
.socicon-pocket:before {
  content: "\e01e";
}
.socicon-mail:before {
  content: "\e01f";
}
.socicon-blogger:before {
  content: "\e020";
}
.socicon-technorati:before {
  content: "\e021";
}
.socicon-reddit:before {
  content: "\e022";
}
.socicon-dribbble:before {
  content: "\e023";
}
.socicon-stumbleupon:before {
  content: "\e024";
}
.socicon-digg:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-behance:before {
  content: "\e027";
}
.socicon-delicious:before {
  content: "\e028";
}
.socicon-deviantart:before {
  content: "\e029";
}
.socicon-forrst:before {
  content: "\e02a";
}
.socicon-play:before {
  content: "\e02b";
}
.socicon-zerply:before {
  content: "\e02c";
}
.socicon-wikipedia:before {
  content: "\e02d";
}
.socicon-apple:before {
  content: "\e02e";
}
.socicon-flattr:before {
  content: "\e02f";
}
.socicon-github:before {
  content: "\e030";
}
.socicon-renren:before {
  content: "\e031";
}
.socicon-friendfeed:before {
  content: "\e032";
}
.socicon-newsvine:before {
  content: "\e033";
}
.socicon-identica:before {
  content: "\e034";
}
.socicon-bebo:before {
  content: "\e035";
}
.socicon-zynga:before {
  content: "\e036";
}
.socicon-steam:before {
  content: "\e037";
}
.socicon-xbox:before {
  content: "\e038";
}
.socicon-windows:before {
  content: "\e039";
}
.socicon-qq:before {
  content: "\e03a";
}
.socicon-douban:before {
  content: "\e03b";
}
.socicon-meetup:before {
  content: "\e03c";
}
.socicon-playstation:before {
  content: "\e03d";
}
.socicon-android:before {
  content: "\e03e";
}
.socicon-snapchat:before {
  content: "\e03f";
}
.socicon-twitter:before {
  content: "\e040";
}
.socicon-facebook:before {
  content: "\e041";
}
.socicon-googleplus:before {
  content: "\e042";
}
.socicon-pinterest:before {
  content: "\e043";
}
.socicon-foursquare:before {
  content: "\e044";
}
.socicon-yahoo:before {
  content: "\e045";
}
.socicon-skype:before {
  content: "\e046";
}
.socicon-yelp:before {
  content: "\e047";
}
.socicon-feedburner:before {
  content: "\e048";
}
.socicon-linkedin:before {
  content: "\e049";
}
.socicon-viadeo:before {
  content: "\e04a";
}
.socicon-xing:before {
  content: "\e04b";
}
.socicon-myspace:before {
  content: "\e04c";
}
.socicon-soundcloud:before {
  content: "\e04d";
}
.socicon-spotify:before {
  content: "\e04e";
}
.socicon-grooveshark:before {
  content: "\e04f";
}
.socicon-lastfm:before {
  content: "\e050";
}
.socicon-youtube:before {
  content: "\e051";
}
.socicon-vimeo:before {
  content: "\e052";
}
.socicon-dailymotion:before {
  content: "\e053";
}
.socicon-vine:before {
  content: "\e054";
}
.socicon-flickr:before {
  content: "\e055";
}
.socicon-500px:before {
  content: "\e056";
}
.socicon-instagram:before {
  content: "\e057";
}
.socicon-wordpress:before {
  content: "\e058";
}
.socicon-tumblr:before {
  content: "\e059";
}
.socicon-twitch:before {
  content: "\e05a";
}
.socicon-8tracks:before {
  content: "\e05b";
}
.socicon-amazon:before {
  content: "\e05c";
}
.socicon-icq:before {
  content: "\e05d";
}
.socicon-smugmug:before {
  content: "\e05e";
}
.socicon-ravelry:before {
  content: "\e05f";
}
.socicon-weibo:before {
  content: "\e060";
}
.socicon-baidu:before {
  content: "\e061";
}
.socicon-angellist:before {
  content: "\e062";
}
.socicon-ebay:before {
  content: "\e063";
}
.socicon-imdb:before {
  content: "\e064";
}
.socicon-stayfriends:before {
  content: "\e065";
}
.socicon-residentadvisor:before {
  content: "\e066";
}
.socicon-google:before {
  content: "\e067";
}
.socicon-yandex:before {
  content: "\e068";
}
.socicon-sharethis:before {
  content: "\e069";
}
.socicon-bandcamp:before {
  content: "\e06a";
}
.socicon-itunes:before {
  content: "\e06b";
}
.socicon-deezer:before {
  content: "\e06c";
}
.socicon-medium:before {
  content: "\e06d";
}
.socicon-telegram:before {
  content: "\e06e";
}
.socicon-openid:before {
  content: "\e06f";
}

