/* --------------------------------------------------------
Style Sheet for Malwarebytes landers - by Searchlight Solutions
version: 101
Created: 03/26/2016 by Rachel Frazer
----------------------------------------------------------*/

/* General styles */

@font-face{font-family:"ARSMaquettePro";font-style:normal;font-weight:300;src:url("/assets/css/fonts/ARSMaquetteProLight.otf") format("opentype")}
@font-face{font-family:"ARSMaquettePro";font-style:normal;font-weight:700;src:url("/assets/css/fonts/ARSMaquetteProMedium.otf") format("opentype")}

.icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-malware-logo{
    font-size: 35px;
    width: 6.4208984375em;
    padding-top: 10px;;
}

.icon-crossout{
    font-size: 39px;
    position: absolute;
    top: 15%;
    width: 2.9783203125em;
    fill: #f17022;
}

.icon-crossout.gray{
    font-size: 26px;
    position: absolute;
    top: -5%;
    width: 1.9783203125em;
    fill: #989898;
}

.icon-lock{
    font-size: 50px;
    color: rgb(10,34,60);
}

.icon-mbam{
    font-size: 50px;
    color: rgb(28,99,174);
}

.icon-mbae{
    font-size: 50px;
    color: rgb(241,112,34);
}

.icon-checkmark, .icon-star, .icon-speech-bubble, .icon-lightblub{
    font-size: 34px;
    color: rgb(38,120,223);
}

.icon-question-mark{
    font-size: 34px;
    color: #000;
}

.icon-deal{
    font-size: 88px;
}

.icon-checkmark.blue{
    color: rgb(28,99,174);
}

.icon-checkmark.mini{
    font-size: 21px;
    color: rgb(28,99,174);
}

.icon-checkmark.orange{
    color: rgb(241,112,34);
}

.icon-checkmark.brightBlue{
    color: rgb(38,120,223);
}

.icon-search, .icon-trashcan, .icon-internet-secuirty{
    font-size: 80px;
    vertical-align: middle;
    margin-right: 25px;
}

.icon-trojan, .icon-virus, .icon-spyware, .icon-worm{
    font-size: 62px;
}

.icon-close{
    font-size: 34px;
    position: absolute;
    right: -15px;
    fill: #fff;
}

.icon-facebook2, .icon-twitter, .icon-youtube, .icon-linkedin, .icon-google-plus, .icon-instagram{
    font-size: 21px;
    color: #fff;
    padding: 0 8px;
}




body{
    font-family: "ARSMaquettePro","Helvetica Neue",Helvetica,Arial, sans-serif !important;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #414042;
}

.content-wrapper{
    max-width: 1600px;
    min-width: 768px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

h1{
    color: #fff;
    font-weight: normal;
    font-size: 80px;
    line-height: 1;
}

h2{
    font-family: "ARSMaquettePro","Helvetica Neue",Helvetica,Arial, sans-serif !important;
    font-weight: normal;
    font-size: 40px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

h2.trial{
    font-family: "ARSMaquettePro","Helvetica Neue",Helvetica,Arial, sans-serif !important;
    font-weight: normal;
    font-size: 60px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

h3{
    font-family: "ARSMaquettePro","Helvetica Neue",Helvetica,Arial, sans-serif !important;
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
    letter-spacing: 0.4px;
}

h4{
    font-family: "ARSMaquettePro","Helvetica Neue",Helvetica,Arial, sans-serif !important;
    font-weight: normal;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.4px;
    margin-top: 12%;
}

h4.business{
    font-family: "ARSMaquettePro","Helvetica Neue",Helvetica,Arial, sans-serif !important;
    font-weight: normal;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 0.4px;
    margin-top: 12%;
}

h5{
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.4px;
    margin-top: 12%;
}

h5.topic-title{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 1%;
    color: #000;
    text-transform: none;
}

h6{
    color: #b3b3b3;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.4px;
    margin-bottom: 5%;
}

h6.topic-brief{
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-transform: none;
}

p.leadin-text{
    color: #b3b3b3;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.4px;
    margin-bottom: 5%;
}

p.leadin-text-white{
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.4px;
}

p{
    color: #000;
}

a.dropdown-icon{
    text-decoration: none;
    color: rgba(255,255,255, 0.7);
    cursor: pointer;
}

a.dropdown-icon:hover{
    color: rgba(255,255,255, 1);
}

a.dropdown-icon:active{
    color: rgba(255,255,255, 1);
}

/*.header-nav ul li:hover ul,
.header-nav ul li ul:hover{
    visibility: visible;
}

.country-navigation ul li:hover ul,
.country-navigation ul li ul.dropdownNav:hover{
    visibility: visible;
    display: inline-block;
}*/

.country-link{
    text-decoration: none;
    color: #414042 !important;
}

.country-link:hover{
    color: #2678df;
}

#fullNav ul li.main .country-navigation ul.geoNav li a.country-link:hover{
     color: #2678df !important;
}

.active{
    color: #2678df !important;
}

a.main{
    color: #fff;
    text-decoration: none;
}

a.main:hover{
    text-decoration: underline;
}

a.ghost-btn{
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
}

a.ghost-btn:hover{
    background-color: #EDEDED;
    color: #414042;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

a.color-btn{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}

a.color-btn:hover{
    background-color: #1E58A5;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}



/*Header: Blue*/


.header{
    background-color: #2678df;
    width: 100%;
    min-width: 768px;
    height: 800px;
    position: relative;
    overflow: hidden;
}

.header h1{
    margin-top: 2%;
}

.header .content-wrapper{
    position: relative;
}

.main-header{
    width: 100%;
    height: auto;
    padding-top: 4%;
}

.main-headerMenu{
    width: 100%;
    height: auto;
    padding-top: 45px;
    padding-bottom: 10px;
}

.header-title{
    width: 30%;
    height: auto;
    padding-left: 7%;
    display: inline-block;
    vertical-align: middle;
}

.main-logo{
    height: auto;
    width: 190px;
    border-style: none;
    padding-top: 5px;
}

.white-header-bundle{
    width: 100%;
    min-width: 768px;
    height: auto;
    padding: 25px 0 15px;
    border-bottom: 1px solid #d7d7d7;
}

.header-wrapper{
    width: 85%;
    height: auto;
    margin: 0 auto;
}

.blue-logo-container{
    display: inline-block;
    overflow: hidden;
    width: 230px;
    height: 57px;
}

.small-blueLogo{
    width: 230px;
    height: auto;
}

.country-navigation{
    float: right;
    width: 20%;
    display: inline-block;
    padding: 20px 0;
    text-align: right;
}

ul.geoNav, ul.dropdownNav{
    list-style-type: none;
}

.geoNav{
    position: relative;
    z-index: 999;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    padding-left: 30px;
}

ul.geoNav li{
    padding-bottom: 10px;
}

.mini-dropicon{
    width: 18px; 
    height: auto; 
    padding-bottom: 1.2%; 
    padding-left: 5%;
    vertical-align: middle;
}

.dropdownNav{
    width: 266px;
    height: 600px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0, 0.15);
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0;
    overflow: scroll;
    display: none;
    margin-top: 15px !important;
}


.dropdownNav li{
    font-weight: 300;
    font-size: 16px !important;
    letter-spacing: 0.4px;
    display: block !important;
    line-height: 2;
    padding: 12px 20px !important;
    color: rgba(0,0,0,0.6);
    text-align: left !important;
}

.shift-left, .shift-right{
    display: inline-block;
    vertical-align: top;
    padding: 1% 0 1% 5%;
}

/*-------------
Full Nav - New Menu
-----------------------*/

#fullNav{
    display: inline-block;
    padding: 20px 0;
    width: auto;
    float: right;
    position: relative;
    z-index:    999;
}

#fullNav ul{
    margin: 0;
    padding: 0;
}

#fullNav ul li{
    display: inline-block;
    width: auto;
    padding: 0 10px;
    list-style: none;
    font-size: 16px;
    text-align: center;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.4px;
}

#fullNav ul li.main{
    color: rgba(65,64,66,0.85);
}

#fullNav ul li.main.white{
    color: rgba(255,255,255,0.85);
}


#fullNav ul li.main a{
    color: rgba(65,64,66,0.65);
    text-decoration: none;
}

#fullNav ul li.main.white a{
    color: rgba(255,255,255,0.85);
    text-decoration: none;
}

#fullNav ul li.main a#forCountry{
    color: rgba(65,64,66,0.65);
    text-decoration: none;
}

#fullNav ul li.main a#forCountry:hover{
    color: #000;
}

#fullNav ul li.main.white a#forCountry{
   color: rgba(255,255,255,0.65);
    text-decoration: none;
}

#fullNav ul li.main.white a#forCountry:hover{
   opacity: 1;
    color: #fff;
}

#fullNav ul li.main:hover, #fullNav ul li.main:active{
    opacity: 1;
    color: #000;
}

#fullNav ul li.main a.selected{
    opacity: 1;
    color: #000;
}

#fullNav ul li.main.white:hover{
    opacity: 1;
    color: #fff;
}

#fullNav ul li.main a:hover{
    opacity: 1;
    color: #000;
}

#fullNav ul li.main.white a:hover{
    opacity: 1;
    color: #fff;
}

#fullNav ul li#forHome{
    width: 110px;
    cursor: pointer;
}

#fullNav .country-navigation{
    float: none;
    width: auto;
    display: inline-block;
    padding: 0;
}

#fullNav .country-navigation ul.geoNav{
    padding: 0;
}

#fullNav .country-navigation ul.geoNav li{
    padding: 0;
    width: 135px;
    cursor: pointer;
}

#fullNav ul.dropdownNav, #fullNav ul.dropdownNav li{
    opacity: 1;
    font-weight: 400;
}


#fullNav .mini-dropicon{
    display: inline;
    width: 12px;
}

#fullNav ul.homeLoc{
    position: absolute;
    width: 200px;
    height: auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0, 0.15);
    padding: 8px 0;
    margin-top: 5px;
    position: absolute;
    right: 10px;
    display: none;
    margin-top: 15px;
    opacity: 1 !important;
}

#fullNav ul.homeLoc li{
    display: block;
    text-align: left;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
}

#fullNav ul.homeLoc li a{
    text-decoration: none;
    color: #414042 !important;
}

#fullNav ul.homeLoc li a:hover{
    color: #2678df !important;
}




/*-------------
Country Navigation
-----------------------*/

.header-nav{
    width: 50%;
    height: auto;
    display: inline-block;
    text-align: right;
}

.header-nav ul{
    list-style-type: none;
}

ul.main-menu{
    position: relative;
    z-index: 999;
}

ul.main-menu li{
    padding: 0 3%;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 1.6;
    padding-bottom: 1.2%;
}

.dropdown-icon{
    width: 20px;
    height: auto;
    padding-bottom: 0.5%;
    padding-left: 1%;
    vertical-align: middle;
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron.bottom:before {
	top: 6px;
    left: 15px;
	transform: rotate(135deg);
}

ul.dropdown-menu{
    width: 266px;
    height: 600px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0, 0.15);
    padding: 0;
    position: absolute;
    right: -1%;
    top: 100%;
    text-align: left;
    overflow: scroll;
    display: none;
}

ul.dropdown-menu li{
    color: #414042;
    display: block;
    text-align: left;
    line-height: 2.2;
    padding: 4% 8%;
    min-width: 210px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

ul.dropdown-menu li.active{
    background-color: #F4F7F8 !important;
}

ul.dropdown-menu li.title{
    border-bottom: 1px solid #b3b3b3;
}

ul.dropdown-menu li.sub-group{
    background-color: #f3f3f3;
    font-size: 14px;
}


/*-------------
Bundle Section
-----------------------*/
#product-bundle{
    width: 100%;
    min-width: 768px;
    height: auto;
    margin: 0 auto;
}

.product-container{
    width: 85%;
    height: auto;
    padding: 2% 0 2%;
    margin: 0 auto;
    position: relative;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
}

.boxshot{
    display: inline-block;
    width: 700px;
    height: auto;
    position: relative;
    top: 3%;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
}


.lead-content{
    width: 690px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 3%;
    top: 18%;
    transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
}

.exploit-top{
    width: 660px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 3%;
    top: 18%;
    transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
}

.backtoschool{
    width: 640px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 3%;
    top: 18.3%;
    transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
}

.backtoschool h1{
    color: #191919;
    font-size: 46px;
    text-align: center; 
    line-height: 1.3;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    margin-top: 0;
}

.backtoschool p{
    font-size: 18px;
    color: #3b3e3f;
    text-align: center;
    line-height: 1.4;
    margin-top: 5px;
}

.exploit-top h1{
    color: #191919;
    font-size: 32px;
    text-align: center; 
    line-height: 1.3;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    margin-top: 0;
}

.exploit-top p{
    font-size: 16px;
    color: #3b3e3f;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.lead-content h1{
    color: #191919;
    font-size: 40px;
    text-align: center; 
    line-height: 1.3;
    margin-bottom: 0;
}

.lead-content p{
    font-size: 18px;
    color: #3b3e3f;
    text-align: center;
    line-height: 1.4;
}

.math-container{
    width: 70%;
    height: auto;
    margin: 2% auto 0;
    text-align: center;
}

.problem-variable{
    display: inline-block;
    text-align: left;
    width: 175px;
}

.problem-variable h4{
    text-align: left;
    margin: 0;
    margin-bottom: 3%;
    text-transform: none;
    font-size: 26px;
    color: #1f2223;
}

.problem-amount{
    display: inline-block;
    font-size: 32px;
    color: #000;
}

.OG{
    width: 100px;
    display: inline-block;
    position: relative;
}

.slash{
    position: absolute;
    bottom: 40%;
}

.OG-discounted{
    width: 100px;
    display: inline-block;
    color: #f35b0f;
    font-size: 42px;
}

.blue-total{
    color: #2678df;
    font-size: 36px;
    letter-spacing: 1px;
    margin-top: 4%;
    margin-bottom: 1%;
}

.price-container{
    width: 55%;
    height: auto;
    margin: 0 auto;
    font-size: 36px;
    text-align: center;
}

.price-container .regular-price{
    color: #6f6f6f;
    display: inline-block;
    vertical-align: top;
    padding: 0 4%;
    position: relative;
}

.price-container .regular-price img{
    position: absolute;
    width: 120px;
    height: auto;
    left: 10%;
    z-index: 2;
}

.price-container .discount-price{
    display: inline-block;
    vertical-align: top;
    padding: 0 4%;
    color: #2678df;
}

.button-wrapper{
    text-align: center;
    padding: 2% 0;
}

.button-wrapper p{
    margin: 15px 0;
    font-size: 14px;
}

.bundle-blue{
    display: inline-block;
    width: 210px;
    height: auto;
    padding: 20px 0;
    color: #fff;
    background-color: #2678df;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.bundle-blue2{
    display: inline-block;
    width: 235px;
    height: auto;
    padding: 20px 0;
    color: #fff;
    background-color: #2678df;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.6px;
}

.bundle-blue:hover{
    background-color: #1E58A5;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}


/*-------------
Compare Section
-----------------------*/
#compare-section{
    width: 100%;
    height: auto;
    min-width: 768px;
    text-align: center;
    padding-bottom: 8%;
    margin-top: -60px;
}

.col1{
    width: 460px;
    text-align: left;
    display: block;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
}

#compare-section table{
    margin: 0 auto;
}

#compare-section th{
    color: #414042;
    font-weight: 300;
    padding: 3% 0;
}

#compare-section tr{
    padding: 0 1%;
}

#compare-section tr td{
    padding: 20px 10px;
    border-top: 2px solid #ececec;
    border-left: 2px solid #ececec;
    position: relative;
}

#compare-section tr td.last-row{
    border-bottom: none;
    border-left: none;
    width: 100%;
    padding: 0;
}

#compare-section tr td p{
    line-height: 1.8;
}

.logo-compare{
    display: block;
    margin: 0 auto;
    padding-bottom: 1%;
    height: 50px;
}

.shrinkLogo{
    width: 38px;
    height: auto;
}

.double-logo{
    display: inline-block;
    padding: 0 3%;
}

.floating-deal{
    position: absolute;
    right: -12%;
    top: -20%;
    width: 80px;
    height: auto;
}

.float-above{
    position: absolute;
    right: -17%;
    top: -28%;
}

.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;
}

#compare-section .malware, #compare-section .exploit, #compare-section .security{
    width: 170px;
    height: auto;
    text-align: center;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    position: relative;
}

#compare-section .topBorder{
    border: 2px solid #ececec;
    border-bottom: none;
    border-right: none;
}

.emptyBox{
    border-bottom: none !important;
    border-left: none !important;
}

#compare-section .sideBorder{
    border-left: 2px solid #ececec;
}

#compare-section .bottomBorder{
    border: 2px solid #ececec;
    border-right: none;
}

#compare-section .featuredToprow{
    border: 3px solid #2678df;
    border-bottom: none;
}

#compare-section .featuredSiderow{
    border-right: 3px solid #2678df;
    border-left: 3px solid #2678df;
}

#compare-section .featuredBottomrow{
    border-bottom: 3px solid #2678df;
    border-right: 3px solid #2678df;
    border-left: 3px solid #2678df;
    padding-bottom: 25px !important;
    padding-top: 40px !important;
}

#compare-section .bundle{
    width: 230px;
    height: auto;
    text-align: center;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    position: relative;
}

#compare-section .compare-price{
    font-size: 24px;
}

.deal{
   font-weight: 600; 
}

#compare-section .bundle-price{
    color: #191919;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 5px;
}

#compare-section .original-price{
    font-size: 16px;
    color: #3c3c3c;
    position: relative;
}

#compare-section .combo-col{
    padding: 20px 0 0;
    position: relative;
}

tbody{
    max-width: 1234px;
    width: 100%;
}

.mini-crossoutB{
    position: absolute;
    left: 38%;
    top: 5px;
    width: 60px;
    height: auto;
}

.mini-crossout{
    position: absolute;
    left: 32%;
    top: 5px;
    width: 60px;
    height: auto;
}

.saving-icon{
    width: 55px;
    height: auto;
    position: absolute;
    right: 12%;
    top: 10%;
}

.mini-outlinebtn{
    display: inline-block;
    border: 1px solid #2678df;
    color: #2678df;
    padding: 15px 0;
    text-transform: uppercase;
    text-decoration: none;
    width: 130px;
    font-size: 14px;
    cursor: pointer;
}

.mini-outlinebtn:hover{
    background-color: #2678df;
    color: #fff;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.wide-orangebtn{
    display: inline-block;
    background-color: #f17022;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    width: 165px;
    padding: 15px 0;
    cursor: pointer;
}

.wide-orangebtn:hover{
    background-color: #dc5e0d;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.small-saving{
    font-size: 14px;
    line-height: 1 !important;
    margin: 8px 0 0;
}

/*-------------
Antivirus Header
-----------------------*/

.promotion{
    width: 45%;
    height: auto;
    text-align: center;
    z-index: 1;
    margin: 90px auto;
}

.promotion h6{
    color: #fff;
    margin-bottom: 2%;
}

.promotion .big-price{
    width: 60%;
    height: auto;
    margin: 1% auto;
}

.big-price .regular-price{
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 36px;
    padding: 0 4%;
    line-height: 1.4;
    position: relative;
}

.big-price .regular-price img{
    position: absolute;
    width: 150px;
    height: auto;
    left: 0;
    z-index: 2;
}

.big-price .discount-price{
    display: inline-block;
    color: #fff;
    font-size: 36px;
    padding: 0 4%;
    line-height: 1.4;
}

.big-price p.protection{
    color:rgba(255, 255, 255, 0.7);
    font-size: 14px;
    letter-spacing: 0.6px;
}

.btn-wrapper{
    width: 100%;
    height: 120px;
    position: relative;
}

.burst{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 16%;
}

.ghost-btn{
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #fff;
    background: transparent;
    margin: 14px 14px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    width: 196px;
    height: 25px;
    padding: 20px 12px 20px 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.robot{
    position: absolute;
    z-index: 0;
    left: 57%;
    bottom: 0;
}

/*Awards Section*/

.awards{
    width: 100%;
    min-width: 768px;
    height: 100px;
    margin: 6% 0;
    text-align: center;
}

.awards-min{
    width: 100%;
    min-width: 768px;
    height: 80px;
    margin: 3% 0;
    text-align: center;
}

.awards-info{
    width: 90%;
    height: auto;
    margin: auto;
}

.awards .rating{
    display: inline-block;
    width: 400px;
    height: 100px;
    text-align: center;
}

.awards-min .rating{
    display: inline-block;
    width: 400px;
    height: 100px;
    text-align: center;
}

span.amount{
    font-size: 28px;
    font-weight: 600;
}

p.awards-title{
    font-size: 14px;
    color: #b3b3b3;
    margin: auto;
    padding-top: 3%
}

.stars{
    width: 160px;
    height: auto;
}


/* How it works */

.information{
    width: 100%;
    min-width: 768px;
    height: auto;
    text-align: center;
    background-color: #F4F7F8;
}

.info-min{
    width: 100%;
    min-width: 768px;
    height: auto;
    background-color: #F4F7F8;
    text-align: center;
}

.information h6{
    color: #b3b3b3;
    margin-bottom: 5%;
}

.info-min h6{
    color: #b3b3b3;
    margin-bottom: 5%;
}

.info-header{
     width: 80%;
    height: auto;
    margin: auto;
    padding: 4% 0 5%;
}

.info-header-min{
    width: 80%;
    height: auto;
    margin: auto;
    padding: 4% 0 8%;
}
.main-headline{
    margin-bottom: 4%;
}

.sub-headline{
    margin: 4% auto;
}

.lead-icons{
    width: 30px;
    height: auto;
    margin: 0 auto;
}

.name{
    font-weight: bold;
}

.avatar{
    width: 80px;
    height: auto;
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
}

.info-header .bullet{
    width: 60%;
    height: auto;
    text-align: center;
    margin: 4% auto;
}

.info-header-min .bullet{
    width: 70%;
    height: auto;
    text-align: center;
    margin: auto;
    padding: 2% 0;
}

.bullet .content{
    width: 65%;
    height: auto;
    display: inline-block;
    padding-left: 3%;
    vertical-align : middle;
    text-align: left;
}

p.title{
    font-size: 14px;
    margin-top: 0;
}

p.title2{
    margin-top: 0;
}

p.promise{
    font-size: 14px;
    line-height: 1.8;
    color: #b3b3b3;
}

p.promise2{
    line-height: 1.8;
}

/*Your problem section*/

.problem-header-min{
    width: 60%;
    height: auto;
    margin: auto;
    padding-top: 6%;
}

.main-headline p{
    margin-top: 25px;
    line-height: 1.6;
}

.screenshot-container{
    z-index: 9;
}

.screenshot{
    width: 800px;
    height: auto;
    z-index: 9;
    position: relative;
    left: 0px;
    margin-bottom: -300px;
}

/*Dont take our word Section*/

.review-color{
    background-color: #F4F7F8;
    width: 100%;
    min-width: 768px;
    height: auto;
    padding-bottom: 4%;
    text-align: center;
}

.review-header-min{
    width: 80%;
    height: auto;
    margin: auto;
    padding-top: 4%;
}

.review-header-min h6{
    color: #b3b3b3;
    margin-bottom: 5%;
}

.carousel{
    text-align: left;
    height: 300px;
    width: 710px;
    padding: 1% 0 2%;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.carousel .slides{
     width: 400%;
  padding-left: 0;
  padding-bottom: 2em;
  overflow: hidden;
  list-style: none;
  position: relative;

  -webkit-transition: left .75s ease-out;
  -moz-transition: left .75s ease-out;
  -o-transition: left .75s ease-out;
  transition: left .75s ease-out;
}

.carousel .slides li{
  width: 25%;
  position: relative;
  float: left;
}

.carousel .slides li .slide-content{
    width: 90%;
    margin: auto;
    padding: 0 2%;
}

.carousel .slidesNavigation{
    display: block;
    list-style: none;
    text-align: center;
    bottom: 1em;
    position: absolute;
    width: 104px;
    left: 50%;
    margin-left: -52px;
}

.carousel input{
  display: none;
}

.carousel .slidesNavigation label{
  float: left;
  margin: 6px;
  display: block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
    background-color: #e4e4e4;
  font-size: 0;
}

#radio-1:checked ~ .slides{
  left: 0;
}
#radio-2:checked ~ .slides{
  left: -100%;
}
#radio-3:checked ~ .slides{
  left: -200%;
}
#radio-4:checked ~ .slides{
  left: -300%;
}

.carousel #radio-1:checked ~ .slidesNavigation label#dotForRadio-1,
.carousel #radio-2:checked ~ .slidesNavigation label#dotForRadio-2,
.carousel #radio-3:checked ~ .slidesNavigation label#dotForRadio-3,
.carousel #radio-4:checked ~ .slidesNavigation label#dotForRadio-4{
  background: #2678e6;
}

p.quote{
    width: 100%;
    font-size: 24px;
    position: relative;
    line-height: 1.6;
    margin-top: 0;
}

p.author{
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}



/*What's the difference Section*/


.support{
    width: 100%;
    min-width: 768px;
    height: auto;
    padding-bottom: 4%;
    text-align: center;
}

.support-min{
    width: 100%;
    min-width: 768px;
    height: auto;
    margin-bottom: 10%;
    text-align: center;
}

.support-header{
    width: 80%;
    height: auto;
    margin: auto;
    padding-top: 4%;
}

.support-header-min{
    width: 80%;
    height: auto;
    margin: auto;
    padding-top: 4%;
}
.support-header-min h6{
    color: #b3b3b3;
    margin-bottom: 5%;
}

.support-header .support-para{
    width: 50%;
    height: auto;
    margin: 5% auto 0 auto;
}

.support-header-min .support-para{
    width: 48%;
    height: auto;
    margin: 4% auto 0 auto;
}

p.para{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 8%;
}

p.para2{
    line-height: 1.8;
    text-align: left;
    margin-bottom: 8%;
}

.color-btn{
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #fff;
    background: #2678df;
    margin: 14px 14px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    width: 196px;
    height: 25px;
    padding: 20px 12px 20px 12px;
    font-weight: normal;
    text-transform: uppercase;
}


/*What is malware Section*/

.support-color{
    background-color: #F4F7F8;
    width: 100%;
    min-width: 768px;
    height: auto;
    padding-bottom: 10%;
    text-align: center;
}

.support-color-short{
    width: 100%;
    min-width: 768px;
    height: auto;
    padding-bottom: 4%;
    text-align: center;
}

.icon-container{
    width: 60%;
    height: auto;
    margin: 6% auto 4%;
}

.icon-section{
    display: inline-block;
    width: 15%;
    height: auto;
    padding: 0 3%;
}

.questions-section{
    width: 45%;
    height: auto;
    margin: 5% auto 6%;
    text-align: left;
}

.question-title{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 1%;
}

ul.understand-bullet{
    color: #5897dd;
}

ul.understand-bullet li{
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 4.5%;
}

ul.understand-bullet li.special{
    list-style-type: none;
}

ul.understand-bullet li span{
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

ul.understand-bullet2 span{
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

ul.understand-bullet2{
    color: #5897dd;
}

ul.understand-bullet2 li{
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 4.5%;
}

ul.understand-bullet2 li span{
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

ul.instructions{
    list-style-type: decimal;
}

ul.instructions li{
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    padding-bottom: 4%;
}

ul.instructions2{
    list-style-type: decimal;
}

ul.instructions2 li{
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    padding-bottom: 4%;
}

.accept-section{
    width: 45%;
    height: auto;
    margin: auto;
}


/*Footer Section*/

.footer-color{
    width: 100%;
    min-width: 768px;
    height: 300px;
    background-color: #000;
}

.footer{
    width: 85%;
    height: auto;
    padding-top: 4%;
    margin: auto;
}

.links{
    width: 10%;
    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: 45%;
    height: auto;
    display:inline-block;
    vertical-align: top;
    text-align: right;
}

.social-icon{
    width: 100%;
    height: auto;
}

.social-icon img{
    padding: 0 1%;
     border-style: none;
}

a.social{
    opacity: 0.6;
     cursor: pointer;
}

a.social:hover{
    opacity: 1;
}

.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;
}



/*Free Trail Section*/

.trail-offer{
    width: 100%;
    height: auto;
}

.trail-wrapper{
    max-width: 1200px;
    min-width: 768px;
    background-color: #fff;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.trail-wrapper .header{
    height: 100px;
    width: auto;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 2%;
}

.trail-wrapper .header-logo{
    height: 60px;
    width: auto;
    padding-top: 1%;
    padding-left: 1%;
}

.trail-box{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 7%;
    text-align: center;
}

.trail-wrapper p{
    margin: 5px auto;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #414042;
}

.instructions{
    width: 70%;
    height: auto;
    margin: 5% auto;
    text-align: left;
}

.instructions p.instruct-title{
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1;
    color: #000;
}

.instructions ul{
    list-style-type: decimal;
    font-size: 16px;
}

.instructions ul li{
    font-weight: 300;
    color: #414042;
    padding-bottom: 2%;
    line-height: 1.6;
}

.button-help{
    background-color: #2678df;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    width: 120px;
    padding: 10px 21px 10px 21px;
    display: inline-block;
    margin-left: 3%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

span.callout{
    font-weight: normal;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.trail-info{
    width: 70%;
    height: 369px;
    margin: 5% auto;
    margin-bottom: 0;
    position: relative;
}

.trail-info ul li{
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 2%;
}

.trail-wrapper .robot-small{
     background: url(/assets/images/robot-half-sm.gif) no-repeat right;
    display: inline-block;
    height: 369px;
    width: 58%;
}


.trail-wrapper .infomation{
    vertical-align: top;
    width: 40%;
    height: auto;
    text-align: left;
    display: inline-block;
}

.trail-wrapper .infomation-sub{
    width: 90%;
    height: auto;
    margin: auto;
    padding: 4% 0 6%;
    text-align: left;
}

.trail-wrapper .infomation-sub p{
    font-size: 16px;
    line-height: 1.7;
}

.trail-offer .footer{
    background-color: #eee;
    height: auto;
    width: 100%;
    min-width: 768px;
    line-height: 1;
    letter-spacing: .8px;
    padding: 22px 0;
    text-align: center;
}

.trail-offer .footer p{
    color: #414042;
    font-size: 12px;
    font-weight: 400;
}

.trail-offer .footer a{
    color: #414042;
}



/*Business Survey*/

.white-header{
    width: 100%;
    min-width: 768px;
    height: 70px;
    margin: auto;
}

.logo-holder{
    width: 95%;
    height: auto;
    margin: 1% auto;
}

.business-color-intro{
    width: 100%;
    height: auto;
    min-width: 768px;
    margin: 0;
    padding: 3% 0 4%;
    background-color: #144e9c;
    text-align: center;
}

.business-color-intro p.leadin-text-white{
    max-width: 100%;
}

.headline{
    width: 70%;
    height: auto;
    margin: auto;
}

.headline h1{
    display: inline-block;
    margin-top: 1%;
}

.endpoint-logo{
    width: 100px;
    height: auto;
    display: inline-block;
    padding: 0 2%;
    vertical-align: baseline;
}

p.lead-headline{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.6px;
    width: 60%;
    margin: auto;
}

.form-section{
    width: 100%;
    height: auto;
    min-width: 768px;
}

.form-wrapper{
    width: 70%;
    height: auto;
    margin: 5% auto;
}

.form-intro{
    width: 50%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 2%;
}

.form-intro p{
    font-size: 14px;
    line-height: 1.6;
    color: #424142;
}

.business-contact-form{
    width: 45%;
    height: auto;
    display: inline-block;
    padding: 3% 2%;
}


#mktoForm_1499{
    width: 70% !important;
}

.mktoForm .mktoFieldWrap{
    float: none !important;
}

.mktoForm input{
    color: rgb(179, 179,179) !important;
    font-size: 16px !important;
}

.mktoForm .mktoField{
    font-size: 14px !important;
}

.mktoForm .mktoRequiredField label.mktoLabel{
    font-family: "ARSMaquettePro","Helvetica Neue",Helvetica,Arial, sans-serif !important;
    display: inline-block;
}

.mktoForm .mktoAsterix{
    float: none !important;
    display: inline-block !important;
    padding-right: 1%;
}

#FirstName{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#LastName{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#Email{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#Company{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#Title{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#Phone{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#Number_of_Employees__c{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#Country{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.mktoForm .mktoGutter{
    display: none !important;
}

.mktoForm .mktoOffset{
    display: none !important;
}

span.mktoButtonWrap.mktoSimple{
    margin-left: 250px !important;
}

.mktoForm .mktoFieldDescriptor.mktoFormCol{
    margin-bottom: 0 !important;
    padding-bottom: 7px !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    background-color: #2678df !important;
    border: 1px solid #2678df;
    background-image: none !important;
    display: inline-block;
    width: 196px;
    height: 60px;
    text-transform: uppercase;
    font-family: "ARSMaquettePro","Helvetica Neue",Helvetica,Arial, sans-serif !important;
    font-size: 16px !important;
}

.color-protection{
    width: 100%;
    height: auto;
    min-width: 768px;
    padding: 5% 0;
    background-color: #f4f7f8;
    text-align: center;
}

.protection-header{
    width: 70%;
    height: auto;
    margin: auto;
    padding-bottom: 5%;
}

.color-protection h6{
    color: #b3b3b3;
}

.color-protection h2{
    display: inline-block;
}

.sm-endpoint-logo{
    width: 80px;
    height: auto;
    display: inline-block;
    padding: 0 2%;
    vertical-align: baseline;
}

.compare-wrapper{
    width: 80%;
    height: auto;
    margin: auto;
}

.compare-box-left{
    width: 35%;
    height: auto;
    padding: 0 2%;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

.compare-box-right{
    width: 35%;
    height: auto;
    padding: 0 2%;
    text-align: left;
     display: inline-block;
    vertical-align: top;
}

.compare-wrapper p.feature-title{
    margin-bottom: 2%;
    font-weight: 600;
}

.compare-wrapper p{
    color: #424142;
    line-height: 1.4;
}

.connector-box{
    width: 20%;
    height: auto;
     display: inline-block;
    vertical-align: bottom;
    margin-top: 8%;
}

p.result-title{
    font-size: 30px;
    color: #7ac143;
    font-weight: 600;
    margin: auto;
}

.business-support{
    width: 100%;
    height: auto;
    min-width: 768px;
    padding: 5% 0;
    text-align: center;
}

.business-support-wrapper{
    width: 70%;
    height: auto;
    margin: auto;
}

.business-support-wrapper p{
    margin: 2% auto 3%;
}

p.support-link{
    text-transform: uppercase;
    font-weight: 600;
}

.simple-footer{
    width: 100%;
    height: auto;
    min-width: 768px;
    background-color: #144e9c;
    padding: 2% 0;
    text-align: center;
}

.simple-footer p{
    margin: 1% auto;
    color: #fff;
    font-size: 12px;
}

.simple-footer-links{
    color: #fff;
    text-decoration: none;
}

.simple-footer-links:hover{
    color: #fff;
    text-decoration: underline;
}





/*Exit Pop*/

#exit-pop-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    background-color: rgba(87,87,87,0.85);
    width: 100%;
    height: 100%;
    z-index: 999;
   display: none;
}

#exit-pop-wrapper-2{
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    background-color: rgba(87,87,87,0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
   display: none;
}

.close-wrapper{
    width: 630px;
    height:  410px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.close-icon{
    position: relative;
    left: 50%;
    cursor: pointer;
}

.exitpop-close-icon{
    opacity: 0.8;
}

.exitpop-close-icon:hover{
    opacity: 1;
}

.exitpop-box{
    width: 580px;
    height: 325px;
    text-align: left;
    border: 1px solid #aaa;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    background: url(/assets/images/newbox-exitpop.jpg) no-repeat center center;
}

.exitpop-box2{
    width: 580px;
    height: 325px;
    text-align: left;
    border: 1px solid #aaa;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    background: url(/assets/images/bundle-exitpop.jpg) no-repeat center center;
}

.exitpop-mbam{
    width: 580px;
    height: 325px;
    text-align: left;
    border: 1px solid #aaa;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    background: url(/assets/images/mbam-exitpop.jpg) no-repeat center center;
}

.exitpop-left{
    width: 290px;
    height: auto;
}

.exitpop-rightold{
    width: 280px;
    height: auto;
    padding: 3px 10px;
    float: right;
    margin-top: 25px;
    margin-right: 25px;
    text-align: center;
}

.exitpop-rightold p{
    font-size: 80px;
    margin: 3% 0;
    color: #1672D4;
    font-weight: bold;
}

.exitpop-rightold .desc{
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 1.3;
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
}

.exitpop-rightold .button{
    padding: 12px 0;
    color: #ffffff;
    font-size: 18px;
    background: #EF1B1B;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    border: none;
    width: 180px;
    height: 26px;
    text-align: center;
    margin-top: 10px;
    margin: auto;
    font-weight: bold;
}

.exitpop-rightold .button a{
    color: #fff;
    text-decoration: none;
}

.exitpop-rightold .button a:hover{
    text-decoration: underline;
}

.exitpop-linkold{
    display: block;
    padding-top: 20px;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-decoration: underline;
}

.exitpop-linkold:hover{
    text-decoration: none;
}

.exitpop-right{
    width: 320px;
    height: auto;
    padding: 3px 10px;
    float: right;
    margin-top: 25px;
    margin-right: 25px;
    text-align: center;
    color: #fff;
}

.exitpop-right p{
    font-size: 60px;
    margin: 3% 0;
    color: #fff;
}

.exitpop-right .desc{
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 1.3;
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
}

.exitpop-right .big-price .small-price{
    font-size: 20px;
    display: inline-block;
    padding-left: 10px;
    font-style: italic;
}

.exitpop-right span{
    color: #1672D4;
}

.exitpop-right .push-left{
    position: relative;
    left: 70px;
    padding-top: 30px;
}

.exitpop-right .button{
    padding: 10px 0;
    color: #ffffff;
    font-size: 20px;
    background: #EF1B1B;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    border: none;
    width: 160px;
    height: 26px;
    text-align: center;
    margin-top: 10px;
    margin: auto;
}

.exitpop-link{
    display: block;
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-decoration: underline;
}

.exitpop-link:hover{
    text-decoration: none;
}

.exitpop-right .button a{
    color: #fff;
    text-decoration: none;
}

.exitpop-right .button a:hover{
    text-decoration: underline;
}

.exitpop-right .trial-link u{
    color: #000;
}

.exitpop-right .trial-link u:hover{
    color: #1672D4;
}

/*Internet Exploer*/

/*ie9*/

.ie9 .icon-crossout.gray{
    left: 34%;
}

/*ie8*/

.ie8 p{
    filter: none;
    text-shadow: none;
}

.ie8 h1{
    filter: none;
    text-shadow: none;
}

.ie8 .content-wrapper{
    max-width: 1024px;
    min-width: 1024px;
    width: 1024px;
    height: auto;
}

.ie8 ul.main-menu li.country-title{
    content: ">";
}

.ie8 .header{
    width: 100%;
    min-width: 1024px;
}

.ie8 .header-wrapper{
    width: 95%;
}

.ie8 .white-header-bundle{
    width: 100%;
    min-width: 1024px;
}

.ie8 #product-bundle{
    width: 100%;
    min-width: 1024px;
}

.ie8 .product-container{
    width: 95%;
}

.ie8 #compare-section{
    width: 100%;
    min-width: 1024px;
    margin-top: -5px;
}

.ie8 .dropdownNav{
    
    height: 560px;
}

.ie8 #compare-section table{
    width: 94%;
    margin: auto;
}

.ie8 tr th.col1{
    width: 230px;
}

.ie8 #compare-section th .security{
    padding: 3% 10px !important;
}

.ie8 #compare-section .malware, .ie8 #compare-section .exploit, .ie8 #compare-section table .bundle{
    width: auto;
    font-size: 14px;
}

.ie8 #compare-section table .bundle{
    width: auto;
    font-size: 14px;
    padding-top: 3.2%;
}

.ie8 .info-pop{
    width: 400px;
    background: url(/assets/images/popup-boxSM.png) no-repeat;
    background-size: 380px;
    left: -164%;
}

.ie8 .info-pop p{
    padding: 0 8.5%;
    margin-top: 13%;
}

.ie8 .mini-crossout{
    left: 30%;
}

.ie8 .mini-crossoutB{
    left: 30%;
}

.ie8 #compare-section tr th.security{
    width: auto;
    padding: 3% 12px !important;
    font-size: 14px;
}

.ie8 #compare-section .combo-col{
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
}

.ie8 #compare-section .wide-orangebtn{
    width: 145px;
}

.ie8 .floating-deal{
    width: 70px;
    right: -15%;
}

.ie8 .boxshot{
    width: 500px;
    right: 3%;
}

.ie8 .lead-content{
    width: 580px;
    right: 5%;
    top: 17%;
}

.ie8 .lead-content p{
    font-size: 16px;
}

.ie8 .lead-content h1{
    font-size: 30px;
}

.ie8 .promotion{
    width: 65%;
}
.ie8 .big-price .regular-price {
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.ie8 .big-price p.protection {
     color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.ie8 .burst{
    left: 15%;
}

.ie8 .awards{
    width: 100%;
    min-width: 1024px;
}

.ie8 .awards-min{
    width: 100%;
    min-width: 1024px;
}

.ie8 .awards .rating{
    width: 300px;
}

.ie8 .awards-min .rating{
    width: 300px;
}

.ie8 .info{
    width: 100%;
    min-width: 1024px;
}

.ie8 .information{
    width: 100%;
    min-width: 1024px;
}

.ie8 .info-min{
    width: 100%;
    min-width: 1024px;
    height: 700px;
}

.ie8 .info-header-min{
    padding-top: 6%;
}

.ie8 .info-header .bullet{
    width: 85%;
}

.ie8 .info-header-min .bullet{
    width: 85%;
}

.ie8 .support{
    width: 100%;
    min-width: 1024px;
}

.ie8 .review-color{
    width: 100%;
    min-width: 1024px;
    height: 460px;
}

.ie8 .support-color-short{
    width: 100%;
    min-width: 1024px;
}

.ie8 .support-header-min{
    padding-top: 6%;
}

.ie8 .support-min{
    width: 100%;
    min-width: 1024px;
    margin-bottom: 10%;
}

.ie8 .review-header-min{
    padding-top: 6%;
}

.ie8 .problem-header-min{
    width: 70%;
}

.ie8 .screenshot{
    width: 600px;
    height: auto;
    margin-bottom: -200px;
}

.ie8 .carousel .slidesNavigation{
    display: none;
}

.ie8 .support-header .support-para{
    width: 60%;
}

.ie8 .support-header-min .support-para{
    width: 53%;
}

.ie8 .support-color{
    width: 100%;
    min-width: 1024px;
}

.ie8 .icon-container{
    width: 65%;
}

.ie8 .questions-section{
    width: 53%;
}

.ie8 .footer-color{
    width: 100%;
    min-width: 1024px;
}

.ie8 .support-header{
    padding-top: 2%;
}

.ie8 .leadiconsSprite{
    background: url(/assets/images/tinyicons.png);
    background-repeat: no-repeat;
    display: block;
}

.ie8 .checkPNG{
    width: 30px;
    height: 30px;
    background-position: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .starPNG{
    width: 30px;
    height: 30px;
    background-position: 0px -30px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .bubblePNG{
    width: 30px;
    height: 30px;
    background-position: -30px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .lightPNG{
    width: 30px;
    height: 30px;
    background-position: -30px -30px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .arrowPNG{
    width: 25px;
    height: 25px;
    background-position: -2px -63px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .mainLogo{
    background: url(/assets/images/malwarebytes-main-logo.png) no-repeat;
    display: block;
}

.ie8 .malwareLogoPNG{
    width: 230px;
    height: 54px;
    display: inline-block;
    background-position: 5px -3px;
}

.ie8 .compareSprite{
    background: url(/assets/images/compareicons.png);
    background-repeat: no-repeat;
    display: block;
}

.ie8 .lockPNG{
    width: 45px;
    height: 45px;
    background-position: -45px -90px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .malwarePNG{
    width: 45px;
    height: 45px;
    background-position: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .exploitPNG{
    width: 45px;
    height: 45px;
    background-position: -45px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .questionPNG{
    width: 25px;
    height: 25px;
    background-position: -10px -145px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .bluecheckmarkPNG{
    width: 25px;
    height: 25px;
    background-position: -10px -55px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .orgcheckmarkPNG{
    width: 25px;
    height: 25px;
    background-position: -55px -55px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .litecheckmarkPNG{
    width: 25px;
    height: 25px;
    background-position: -10px -100px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .closePNG{
    width: 45px;
    height: 45px;
    background-position: -45px -135px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .crossout{
    background: url(/assets/images/cross-out.png) no-repeat;
    display: block;
}

.ie8 .orgcrossPNG{
    width: 100px;
    height: 38px;
    background-position: 0px 0px;
    position: absolute;
    right: 10%;
}

.ie8 .protectionSprite{
    background: url(/assets/images/protectionicons.png);
    background-repeat: no-repeat;
    display: block;
}

.ie8 .graycrossPNG{
    width: 60px;
    height: 13px;
    background-position: -2px -356px;
    display: inline-block;
    position: absolute;
    left: 25%;
}

.ie8 .searchPNG{
    width: 80px;
    height: 80px;
    background-position: 0px -5px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .trashPNG{
    width: 80px;
    height: 80px;
    background-position: -3px -80px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .internetPNG{
    width: 80px;
    height: 80px;
    background-position: -87px -2px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .trojanPNG{
    width: 60px;
    height: 60px;
    background-position: -95px -89px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .virusPNG{
    width: 60px;
    height: 60px;
    background-position: -10px -170px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .spywarePNG{
    width: 60px;
    height: 60px;
    background-position: -10px -250px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .wormPNG{
    width: 60px;
    height: 60px;
    background-position: -98px -170px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .dealPNG{
    width: 80px;
    height: 80px;
    background-position: -86px -240px;
    display: inline-block;
    vertical-align: middle;
}

.ie8 .socialSprite{
    background: url(/assets/images/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;
}

.ie8 .social-icon img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
     cursor: pointer;
}

.ie8 .social-icon img:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ie8 .white-header{
    width: 100%;
    min-width: 1024px;
}

.ie8 .headline{
    width: 80%;
}

.ie8 .business-color-intro{
    width: 100%;
    min-width: 1024px;
}

.ie8 .form-section{
    width: 100%;
    min-width: 1024px;
}

.ie8 .color-protection{
    width: 100%;
    min-width: 1024px;
}

.ie8 .compare-wrapper{
    width: 90%;
}

.ie8 .form-wrapper{
    width: 90%;
}

.ie8 .mktoForm INPUT[type=text]{
    line-height: 1.3em !important;
}

.ie8 .business-support{
    width: 100%;
    min-width: 1024px;
}

.ie8 .simple-footer{
    width: 100%;
    min-width: 1024px;
}

.ie8 .endpoint-logo{
    width: 110px;
    height: 70px;
}

.ie8 .sm-endpoint-logo{
    width: 67px;
    height: 40px;
}

.ie8 .trail-wrapper{
    min-width: 1024px;
    max-width: 100%;
}

.ie8 .trail-wrapper .instructions{
    width: 80%;
}

.ie8 .trail-wrapper .trail-info{
    width: 80%;
    height: auto;
}

.ie8 .trail-wrapper .infomation{
    width: 100%;
}

.ie8 .trail-wrapper .robot-small{
    width: 73%;
}

.ie8 #exit-pop-wrapper{
    background: url(/assets/images/transparent-bg-exitpop.png);
    height: 100%;
}


/*Media Queries*/

@media screen and (max-width: 1486px){
    .header-wrapper{
        width: 91%;
    } 
    
    .product-container{
        width: 93%;
    }
    
    .promotion{
        width: 53%;
    }
    
    .burst{
        left: 18%;
    }
    
    .awards .rating{
        width: 350px;
    }
    
    .awards-min .rating{
        width: 350px;
    }
    
    .form-wrapper{
        width: 82%;
    }
    
    
}

@media screen and (max-width: 1300px) {
    .product-container{
        width: 96%;
    }
    
    .boxshot{
        width: 630px;
    }
    
    .lead-content{
        right: 1%;
        top: 17%;
    }
    
    #compare-section{
        margin-top: -20px;
    }
    
    .col1{
        width: 400px;
    }
    
    #compare-section .malware, #compare-section .exploit, #compare-section .security{
        width: 160px;
    }
    
    .info-pop{
        left: -63%;
    }
    
    .promotion{
        width: 55%;
    }
    
    .burst{
        left: 16%;
    }
    
    .compare-wrapper{
        width: 90%;
    }
    
    p.lead-headline{
        widtH: 75%;
    }
    
    .endpoint-logo{
        width: 90px;
    }
    
    .sm-endpoint-logo{
        width: 70px;
    }
    
    .screenshot{
        margin-bottom: -250px;
    }
    
    .problem-header-min{
        width: 70%;
    }
    
}


@media screen and (max-width: 1200px) {
    .lead-content h1{
        font-size: 36px;
    }
    
    .boxshot{
        right: 4%;
    }
    
    .lead-content{
        width: 640px;
        right: 0;
    }
    
    .backtoschool{
        width: 620px;
        right: 0;
    }
    
    .lead-content p{
        font-size: 16px;
    }
    
    .promotion{
        width: 60%;
    }
    
    .awards .rating{
        width: 300px;
    }
    
    .awards-min .rating{
        width: 300px;
    }
    
    .support-header .support-para{
        width: 60%;
    }
    
    .support-header-min .support-para{
        width: 55%;
    }
    
    .icon-container{
        width: 65%;
    }
    
    .questions-section{
        width: 50%;
    }
    
    .info-header .bullet{
        width: 80%;
    }
    
    .info-header-min .bullet{
        width: 80%;
    }
    
    .form-wrapper{
        width: 87%;
    }
    
    .screenshot{
        width: 750px;
    }
    
    .info-header-min{
        padding: 4% 0 10%;
    }
    
    .col1{
        width: 380px;
    }
    
    #compare-section .malware, #compare-section .exploit, #compare-section .security{
        width: 145px;
    }
    
    .info-pop{
        left: -75%;
    }
    
    #compare-section .bundle{
        width: 200px;
    }
    
    .mini-crossoutB{
        left: 35%;
    }
}

@media screen and (max-width: 1130px){
    .promotion{
        width: 70%;
    }
    
    .exploit-top{
        right: 1%;
        width: 590px;
    }
    
    .exploit-top h1{
        font-size: 30px;
    }
    
    .burst{
        left: 18%;
    }
    
    .backtoschool{
        width: 525px;
    }
    
    .math-container{
        width: 80%;
    }
    
    .business-color-intro{
        padding: 4% 0 5%;
    }
    
    .compare-box-left{
        width: 33%;
    }
    
    .compare-box-right{
        width: 33%;
    }
    
    .col1{
        width: 350px;
    }
}

@media screen and (max-width: 1100px) {
    .trail-wrapper .trail-info{
        width: 80%;
        height: auto;
    }
    
    .trail-wrapper .infomation{
        width: 100%;
    }
    
    .trail-wrapper .robot-small{
        width: 73%;
    }
    
    .trail-wrapper p{
        margin: 18px 0;
    }
    
    .trail-wrapper .instructions{
        width: 80%;
    }
    
    .business-color-intro{
        height: auto;
    }
    
    .headline{
        width: 80%;
    }
    
    .problem-header-min{
        width: 75%;
    }
    
    .lead-content h1{
        font-size: 32px;
    }
    
    .price-container{
        font-size: 32px;
    }
    
    .price-container .regular-price img{
        width: 100px;
    }
    
    .lead-content{
        width: 590px;
    }
    
    .col1{
        width: 300px;
    }
    
    .saving-icon{
        right: 4%;
    }
    
    .mini-crossout{
        left: 30%;
    }
    
    .exploit-top{
        right: 0;
    }
    
    .exploit-top h1{
        font-size: 28px;
    }

}

@media screen and (max-width: 1024px) {
    
    .float-above{
        right: -22%;
    }
    
    .miniLogo{
        width: 200px;
    }
    
    #fullNav{
        padding: 14px 0;
    }
    
    #fullNav ul li{
        padding: 0 8px;
    }
    
    .country-navigation{
        width: 25%;
    }
    
    #compare-section{
        margin-top: 0;
    }
    
    .boxshot{
        right: 0;
        left: 18%;
    }
    
    .lead-content{
        position: relative;
        margin: -90px auto 40px;
    }
    
    .backtoschool{
        position: relative;
        margin: -60px auto 40px;
        width: 650px;
    }
    
    .exploit-top{
        position: relative;
        margin: -60px auto 40px;
        width: 650px;
    }
    
    .exploit-top h1{
        font-size: 32px;
    }
    
    .promotion{
        width: 75%;
    }
    
    .awards{
        margin: 8% 0;
    }
    
    .awards-min{
        margin: 4% 0;
    }
    
    .awards .rating{
        width: 260px;
    }
    
    .awards-min .rating{
        width: 260px;
    }
    
    .col1{
        width: 250px;
    }
    
    #compare-section .malware, #compare-section .exploit, #compare-section .security{
        width: 125px;
        font-size: 14px;
    }
    
    .info-pop{
        left: -95%;
    }
    
    .mini-outlinebtn{
        width: 110px;
    }
    
    #compare-section .bundle{
        width: 178px;
        font-size: 14px;
    }
    
    .mini-crossoutB{
        left: 34%;
    }
    
    .floating-deal{
        width: 75px;
        right: -15%;
    }
    
    .support{
        padding-bottom: 6%;
    }
    
    .support-color-short{
        padding-bottom: 6%;
    }
    
    .support-header{
        padding-top: 6%;
    }
    
    .support-min{
        padding-bottom: 6%;
    }
    
    .info-header{
        padding: 5% 0 8%;
    }
    
    .support-header-min{
        padding-top: 5%;
    }
    
    .info-header-min{
        padding: 5% 0 12%;
    }
    
    .info-header .bullet{
        width: 80%;
    }
    
    .info-header-min .bullet{
        width: 80%;
    }
    
    .support-header .support-para{
        width: 70%;
    }
    
    .support-header-min .support-para{
        width: 60%;
    }
    
    .icon-container{
        width: 70%;
        margin: 8% auto 6%;
    }
    
    .questions-section{
        width: 58%;
        margin: 6% auto 7%;
    }
    
    .contact{
        width: 35%;
    }
    
    .burst{
        left: 16%;
    }
    
    .compare-box-left{
        width: 35%;
    }
    
    .compare-box-right{
        width: 35%;
    }
    
    .connector-box{
        width: 23%;
    }
    
    .headline{
        width: 90%;
    }
    
    .sm-endpoint-logo{
        width: 65px;
    }
    
    .problem-header-min{
        width: 80%;
        padding-top: 8%;
    }
    
    .review-header-min{
        padding-top: 6%;
    }
}

@media screen and (max-width: 900px){
    .boxshot{
        left: 14%;
    }
    
    .col1{
        width: 180px;
    }
    
    #compare-section .bundle{
        width: 170px;
    }
    
    #compare-section .security{
        width: 100px;
    }
    
    .info-pop{
        left: -131%;
    }
    
    .mini-crossout{
        left: 26%;
    }
    
    .floating-deal{
        width: 70px;
    }
    
    .wide-orangebtn{
        width: 140px;
    }
    
    .mini-outlinebtn{
        width: 100px;
    }
    
    .promotion{
        width: 85%;
        margin: 12% auto;
    }
    
    .robot{
        display: none;
    }
    
    .awards .rating{
        width: 220px;
    }
    
    .awards-min .rating{
        width: 220px;
    }
    
    .info-header .bullet{
        width: 90%;
    }
    
    .info-header-min .bullet{
        width: 90%;
    }
    
    .support-header .support-para{
        width: 75%;
    }
    
    .support-header-min .support-para{
        width: 70%;
    }
    
    .support-color{
        padding-bottom: 12%;
    }
    
    .icon-container{
        width: 85%;
    }
    
    .questions-section{
        width: 70%;
    }
    
    .contact{
        width: 30%
    }
    
    .copyright-wrapper{
        width: 50%;
    }
    
    .footer{
        width: 90%;
    }
    
    .links{
        width: 12%;
    }
    
    .form-wrapper{
        margin: 8% auto;
    }
    
    .color-protection{
        padding: 8% 0 10%;
    }
    
    .compare-wrapper{
        width: 100%;
    }
    
    .compare-box-left{
        width: 37%;
    }
    
    .compare-box-right{
        width: 37%;
    }
    
    .connector-box{
        width: 24%;
    }
    
    p.lead-headline{
        width: 80%;
    }
    
    .form-intro h4{
        line-height: 1.2;
        font-size: 28px;
    }
    
    .main-headline{
        margin-bottom: 6%;
    }
    
    .screenshot{
        width: 700px;
    }
    
    .sub-headline{
        margin-bottom: 6%;
    }
    
    .carousel{
        width: 591px;
        height: 330px;
    }
    
}


@media screen and (max-width: 800px){
    
    .boxshot{
        left: 10%;
    }
    
    .promotion{
        width: 90%;
    }
    
    .col1{
        width: 170px;
    }
    
    .support-header .support-para{
        width: 80%;
    }
    
    .support-header-min .support-para{
        width: 75%;
    }
    
    .icon-container{
        width: 95%;
    }
    
    .questions-section{
        width: 75%;
    }
    
    .business-contact-form{
        padding: 2% 2%;
    }
    
    .sm-endpoint-logo{
        width: 60px;
    }
    
    .endpoint-logo{
        width: 80px;
        padding-top: 1%;
    }
    
    .problem-header-min{
        padding-top: 9%;
    }
    
    .screenshot{
        width: 600px;
        margin-bottom: -220px;
    }
}



