@import url('https://fonts.googleapis.com/css?family=Noticia+Text:700i');
/*************** W E B S I T E   G E N E R A L   S T Y L E *************/
@font-face {
  font-family: 'DIN';
  src: url('/za_assets/fonts/din.eot?v=1.0.0');
  src: url('/za_assets/fonts/din.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/za_assets/fonts/din.woff?v=1.0.0') format('woff'), url('/za_assets/fonts/din.ttf?v=1.0.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-light';
  src: url('/za_assets/fonts/din-light.eot?v=1.0.0');
  src: url('/za_assets/fonts/din-light.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/za_assets/fonts/din-light.woff?v=1.0.0') format('woff'), url('/za_assets/fonts/din-light.ttf?v=1.0.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-bold';
  src: url('/za_assets/fonts/din-bold.eot?v=1.0.0');
  src: url('/za_assets/fonts/din-bold.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/za_assets/fonts/din-bold.woff?v=1.0.0') format('woff'), url('/za_assets/fonts/din-bold.ttf?v=1.0.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-medium';
  src: url('/za_assets/fonts/din-medium.eot?v=1.0.0');
  src: url('/za_assets/fonts/din-medium.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/za_assets/fonts/din-medium.woff?v=1.0.0') format('woff'), url('/za_assets/fonts/din-medium.ttf?v=1.0.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-black';
  src: url('/za_assets/fonts/din-black.eot?v=1.0.0');
  src: url('/za_assets/fonts/din-black.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/za_assets/fonts/din-black.woff?v=1.0.0') format('woff'), url('/za_assets/fonts/din-black.ttf?v=1.0.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-condbold';
  src: url('/za_assets/fonts/din-condbold.eot?v=1.0.0');
  src: url('/za_assets/fonts/din-condbold.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/za_assets/fonts/din-condbold.woff?v=1.0.0') format('woff'), url('/za_assets/fonts/din-condbold.ttf?v=1.0.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-CondLight';
  src: url('/za_assets/fonts/DINOT-CondLight.eot');
  src: url('/za_assets/fonts/DINOT-CondLight.woff') format('woff'), url('/za_assets/fonts/DINOT-CondLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-Cond';
  src: url('/za_assets/fonts/DINOT-Cond.eot');
  src: url('/za_assets/fonts/DINOT-Cond.woff') format('woff'), url('/za_assets/fonts/DINOT-Cond.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT-Medium';
  src: url('/za_assets/fonts/DINOT-Medium.eot');
  src: url('/za_assets/fonts/DINOT-Medium.woff') format('woff'), url('/za_assets/fonts/DINOT-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT-CondBold';
  src: url('/za_assets/fonts/DINOT-CondBold.eot');
  src: url('/za_assets/fonts/DINOT-CondBold.woff') format('woff'), url('/za_assets/fonts/DINOT-CondBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-CondBlack';
  src: url('/za_assets/fonts/DINOT-CondBlack.eot');
  src: url('/za_assets/fonts/DINOT-CondBlack.woff') format('woff'), url('/za_assets/fonts/DINOT-CondBlack.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/************* M E N U   L A N G U A G E S ***********/
.languages {
  background: #000000;
  width: 100%;
  display: block;
  padding: 7px 0 4px;
}
.languages nav {
  margin-left: -15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
.languages nav:hover {
  color: white;
}
.languages nav a {
  color: rgba(255, 255, 255, 0.8);
}
.languages nav a:hover {
  color: white;
  text-decoration: none;
}
.languages nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}
.languages nav ul li {
  text-transform: uppercase;
  line-height: 1;
  transition: all 300ms;
}
.languages nav ul .dropdown {
  position: relative;
}
.languages nav ul .dropdown:hover > ul {
  display: block;
}
.languages nav ul .dropdown ul {
  display: none;
  position: absolute;
  z-index: 2;
  background: #000000;
  padding: 8px 0 5px;
}
.languages nav ul .dropdown ul li {
  font-size: 10px;
  padding: 3px 10px;
}
.languages nav .right {
  float: right;
}
.languages nav .right li {
  display: inline;
  margin-left: 15px;
}
.languages nav .right li img {
  opacity: 0.8;
}
.languages nav .right li img:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .languages nav {
    margin-left: 0;
  }
  .languages nav span {
    display: none;
  }
  .languages nav .right li {
    margin-left: 5px;
  }
}
/*************** M E N U   N A V - B A R *************/
.navbar {
  background: white;
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid #e45785;
  margin-bottom: 0;
  padding: 13px 0 0;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-nav li {
  text-transform: uppercase;
}
.navbar .navbar-nav li a {
  padding-bottom: 30px;
}
.navbar .navbar-nav li a:hover {
  color: #e45785;
}
.navbar .navbar-nav li:last-child a {
  padding-right: 0;
}
.navbar .navbar-nav .dropdown > a {
  position: relative;
  cursor: default;
}
.navbar .navbar-nav .dropdown > a span:not(.caret) {
  position: absolute;
  top: -7px;
  right: 12px;
  background: #e45785;
  padding: 4px 6px 1px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
}
.navbar .navbar-nav .dropdown > a span:not(.caret):after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5px;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e45785;
}
.navbar .navbar-nav .dropdown > a .caret {
  vertical-align: super;
}
.navbar .navbar-nav .dropdown li {
  text-transform: none;
}
.navbar .navbar-nav .dropdown li a {
  padding-bottom: 5px;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
  border: 2px solid #e45785;
  border-top: 0;
}
@media (max-width: 1200px) {
  .navbar-brand > img {
    width: 150px;
    height: auto;
    margin-top: 5px;
  }
  .nav > li > a {
    padding: 10px 8px;
  }
}
@media (max-width: 992px) {
  .navbar {
    padding: 13px 0;
  }
  .navbar-right .dropdown-menu {
    left: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
@media (max-width: 768px) {
  .navbar-brand > img {
    margin-left: 10px;
  }
  .navbar .navbar-nav .dropdown > a span:not(.caret) {
    right: initial;
  }
  .navbar .navbar-nav .dropdown > a span:not(.caret):after {
    content: normal;
  }
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: white;
  color: #e45785;
}
/*************** FOOTER OF THE WEBSITE *************/
.footer-v1 .footer {
  padding: 40px 0;
  background: #272727;
}
.footer-v1 .footer h2 {
  color: #eee;
  font-size: 18px;
  font-weight: 200;
}
.footer-v1 .link-list li {
  border-top: solid 1px #353535;
}
.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
  color: #eeeeee;
}
.footer-v1 address {
  line-height: 23px;
}
.footer-v1 .footer .map-img {
  background: url(https://sc1.checkpoint.com/sc1/za/images/items/footer_map.png) 5px 60px no-repeat;
}
.footer .dl-horizontal a:hover {
  color: #e45785 !important;
}
@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
}
.posts .dl-horizontal dd a:hover {
  color: #e45785;
  text-decoration: none;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
  color: #e45785;
  border-color: #e45785 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.posts .dl-horizontal a:hover {
  color: #e45785;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
  color: #e45785;
  border-color: #e45785 !important;
}
.headline {
  display: block;
  margin: 10px 0 25px;
}
.headline h2 {
  font-size: 22px;
}
.headline h2,
.headline h3,
.headline h4 {
  margin: 0 0 -2px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #72c02c;
}
.heading h2:before,
.heading h2:after {
  content: ' ';
  width: 70%;
  position: absolute;
  border-width: 1px;
  border-color: #bbbbbb;
}
.heading h2:before {
  right: 100%;
}
.heading h2:after {
  left: 100%;
}
.headline h2,
.headline h3,
.headline h4 {
  border-bottom: 2px solid #e45785;
}
.latest-list li {
  padding: 8px 0;
  border-top: 1px solid #353535;
}
.latest-list li:first-child {
  padding-top: 0;
  border-top: none;
}
.latest-list li a {
  color: #eeeeee;
}
.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
  color: #eee;
}
.link-list li i {
  color: #bbb;
  float: right;
  margin-top: 10px;
}
.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
  color: #eee;
}
.link-list a {
  color: #eee;
  font-size: 11px;
  padding: 6px 0;
  display: inline-block;
  text-transform: uppercase;
}
/*************** COPYRIGHT *************/
footer {
  background: #222;
  color: white;
  padding: 20px 0;
}
footer ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
footer ul li {
  display: inline;
  padding: 0 10px;
}
footer ul li:first-child {
  padding-left: 0;
}
footer .terms li {
  border-right: 1px solid white;
}
footer .terms li:last-child {
  border-right: 0;
}
footer .terms li a {
  color: #e45785;
}
footer .socials {
  text-align: right;
}
@media (max-width: 480px) {
  footer .socials {
    text-align: center;
  }
}
footer .socials a {
  color: darkgray;
  font-size: 20px;
}
footer .socials a:hover {
  color: white;
}
/*************** SEARCH BOX *************/
.modal {
  z-index: 9999;
}
/*************** TRUSTED SECTION *************/
.trusted {
  background-color: #222222;
  color: white;
  line-height: 1.1;
  padding: 50px 0;
  text-align: center;
}
.trusted img {
  margin-bottom: 20px;
}
.trusted h2 {
  font-family: "DIN-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  max-width: 700px;
  margin: 0 auto 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .trusted h2 {
    font-size: 25px;
  }
}
.trusted h2 span {
  color: #e45785;
}
.trusted p {
  line-height: 1.5;
}
/***************  BACK TO TOP BUTTON *************/
.scrollup {
  display: none;
  position: fixed;
  opacity: 0.8;
  cursor: pointer;
  color: white;
  z-index: 9;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222222;
  right: 15px;
  bottom: 15px;
  border-radius: 3px;
  border: 1px solid #e45785;
  text-align: center;
  transition: all 300ms;
}
.scrollup:after {
  font-family: FontAwesome;
  content: "\f106";
}
.scrollup:hover,
.scrollup:focus {
  text-decoration: none;
  background: #e45785;
  color: white;
}
.btn-primary-checkpoint,
.btn-primary-checkpoint:focus {
  color: white;
  font-weight: bold;
  background: #e45785;
  background: linear-gradient(#e45785 50%, #b81d50);
  box-shadow: 0 0 0 1px #b81d50;
  border-top: 1px solid #f2afc5;
  text-shadow: 1px 1px #b81d50;
}
.btn-primary-checkpoint:hover,
.btn-primary-checkpoint:focus:hover {
  color: white;
  background: #b81d50;
}
article.content {
  padding: 60px 0;
}
article.content h1 {
  font-family: "DIN-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e45785;
  text-transform: uppercase;
}
article.content h2 {
  border-bottom: 1px solid #e45785;
}
article.content p,
article.content li {
  line-height: 1.5;
  font-size: 16px;
}
article.content .partner_benefits {
  margin: 50px 0;
}
.ie8-warning {
  background-color: #f0ad4e;
  color: #3a2405;
  padding: 5px 0;
  text-align: center;
}
.ie8-warning a {
  color: #3a2405;
  font-weight: bold;
  text-decoration: underline;
}
.ie8-warning a:hover {
  text-decoration: none;
}
/*************** P O P U P   M O U S E   L E A V E *************/
#popup_timeout {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
}
#popup_timeout .center-vertical {
  display: table;
  width: 100%;
  height: 100%;
}
#popup_timeout .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#popup_timeout .table-cell .window {
  position: relative;
  width: 90%;
  max-width: 760px;
  text-align: center;
  margin: auto;
  padding-bottom: 35px;
}
.new_year {
  background-color: white;
  color: #333333;
  text-align: center;
}
.new_year header {
  background: white url(https://sc1.checkpoint.com/sc1/za/images/banners/new_year2_2017.jpg) no-repeat center top;
  padding: 40px 0 42px;
  text-align: center;
  margin-bottom: -55px;
  -moz-box-shadow: inset 0px -3px 6px #e2e2e2;
  -webkit-box-shadow: inset 0px -3px 6px #e2e2e2;
  box-shadow: inset 0px -3px 6px #e2e2e2;
}
.new_year header p {
  font-family: "DIN-bold", Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 20px;
}
.new_year header h2 {
  font-size: 37px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.new_year header h2 span {
  display: block;
  font-size: 42px;
  color: #ff5794;
}
.new_year .row {
  max-width: 610px;
  margin: auto;
}
.new_year .row > div {
  position: relative;
}
.new_year .row > div #seal {
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: 40px;
}
.new_year .row > div p {
  font-family: "DIN-bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
.new_year .row > div p span {
  display: block;
  font-family: "DIN", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.new_year .row > div .price {
  background: url(https://sc1.checkpoint.com/sc1/za/images/items/line_down.png) no-repeat center top;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  font-family: "DIN-bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #ff5794;
}
.new_year .row > div .price span {
  font-family: "DIN", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333333;
}
.new_year .row > div .price span:first-of-type {
  text-decoration: line-through;
  margin-right: 3px;
}
.new_year .row > div .price span:last-of-type {
  font-weight: bold;
}
.new_year .row > div .btn {
  font-family: "DIN-bold", Arial, Helvetica, sans-serif;
  background-color: #00af43;
  padding: 9px 23px;
  border-radius: 2px;
  font-size: 18px;
  color: white;
}
.new_year .row > div .btn:hover {
  background-color: #00be49;
  color: white;
}
.new_year .row > div .btn img {
  transform: scale(0.8);
}
#close_popup {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 300ms;
}
#close_popup:hover {
  opacity: 0.7;
}
/*************** R E S P O N S I V E N E S S *************/
.btn-success {
  background-color: #00af43;
}
html,
body {
  height: 100%;
}
h1,
h2,
h3,
h4 {
  font-family: "DIN-Bold", Arial, Helvetica, sans-serif;
}
h1 sup,
h2 sup,
h3 sup,
h4 sup {
  font-size: 45%;
  top: -1em;
}
.home_shop {
  background: #222222 url(https://sc1.checkpoint.com/sc1/za/images/banners/shop_and_bank.jpg) no-repeat center center;
  background-size: cover;
  height: 90%;
  color: white;
  text-align: center;
}
.home_shop h1 {
  font-size: 55px;
  text-shadow: 2px 2px 0 black;
  margin: 120px auto 60px;
  max-width: 850px;
  line-height: 1.3;
}
.home_shop a.btn {
  margin: 0 0 60px;
  font-size: 24px;
  border-radius: 3px;
  padding: 17px 54px;
  border: 0;
  box-shadow: 2px 2px 0 #222222;
}
.home_shop a.btn:hover,
.home_shop a.btn:focus,
.home_shop a.btn:active {
  background-color: #00be49;
}
.home_shop a.scroll-down {
  position: relative;
  font-size: 18px;
  text-shadow: 1px 1px 0 black;
  color: white;
  display: table;
  margin: auto;
  opacity: 0.8;
}
.home_shop a.scroll-down:hover,
.home_shop a.scroll-down:focus,
.home_shop a.scroll-down:active {
  text-decoration: none;
  opacity: 1;
}
.home_shop a.scroll-down:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f13a";
  bottom: -27px;
  left: 50%;
  font-size: 24px;
  margin-left: -12px;
}
.home_protection {
  background: white;
  padding: 80px 0 135px;
}
.home_protection .container {
  position: relative;
  text-align: center;
}
.home_protection .container h2 {
  font-size: 45px;
  margin: 0;
  text-align: center;
}
.home_protection .container > p {
  background: url(https://sc1.checkpoint.com/sc1/za/images/icons/gift_black.png) no-repeat left 2px;
  font-family: 'Noticia Text', serif;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  padding-left: 40px;
  margin: 15px 0 0;
}
.home_protection .new {
  position: absolute;
  top: -80px;
  right: 50px;
  background: url(https://sc1.checkpoint.com/sc1/za/images/items/stamp.png) no-repeat center bottom;
  width: 117px;
  height: 179px;
  color: #68481b;
  font-family: "DIN-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  padding-top: 45px;
}
.home_protection .noveau {
  font-size: 18px;
  padding-top: 58px;
}
.home_protection .row > div {
  padding-left: 10%;
  text-align: left;
  margin-top: 60px;
}
.home_protection .row > div .info {
  padding-left: 30px;
}
.home_protection .row > div .info h4 {
  font-size: 25px;
  margin: 10px 0 15px;
}
.home_protection .row > div .info .product {
  width: 190px;
  height: 190px;
  position: relative;
}
.home_protection .row > div .info .product div {
  font-family: "DIN-Bold", Arial, Helvetica, sans-serif;
  position: absolute;
  right: -35px;
  top: 35px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  text-align: center;
  padding: 22px 5px 0;
  font-size: 25px;
  line-height: 1;
  background-color: #ff5794;
  color: white;
}
.home_protection .row > div .info .product div span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.home_protection .row > div .info .product-antivirus {
  background: url(https://sc1.checkpoint.com/sc1/za/images/products/2017/av_300x300.png) no-repeat;
  background-size: contain;
}
.home_protection .row > div .info .product-extreme {
  background: url(https://sc1.checkpoint.com/sc1/za/images/products/2017/ex_300x300.png) no-repeat;
  background-size: contain;
}
.home_protection .row > div .info ul {
  list-style: none;
  padding-left: 0;
  min-height: 225px;
}
.home_protection .row > div .info ul li {
  background: url(https://sc1.checkpoint.com/sc1/za/images/items/check_icon_w.png) no-repeat left 5px;
  font-size: 16px;
  color: #505050;
  line-height: 2;
  position: relative;
  padding-left: 25px;
}
.home_protection .row > div .info ul li a {
  color: #4d9de0;
  text-decoration: underline;
}
.home_protection .row > div .info ul .fill {
  background: url(https://sc1.checkpoint.com/sc1/za/images/items/check_icon_g.png) no-repeat left 5px;
}
.home_protection .row > div .buy-now {
  background-color: #f1f9ff;
  padding: 30px 30px 25px;
  border: 1px solid #e0e0e0;
  width: 100%;
  max-width: 350px;
  margin-top: 30px;
}
.home_protection .row > div .buy-now > div {
  float: right;
}
.home_protection .row > div .buy-now > div a {
  display: block;
}
.home_protection .row > div .buy-now > div a:not(.btn) {
  font-size: 15px;
  color: #4d9de0;
  text-align: center;
}
.home_protection .row > div .buy-now > div .btn {
  font-size: 18px;
  border-radius: 3px;
  border: 0;
  margin-bottom: 20px;
  padding: 9px 25px;
}
.home_protection .row > div .buy-now > div .btn:hover {
  background-color: #00be49;
}
.home_protection .row > div .buy-now > div .btn img {
  margin-right: 10px;
}
.home_protection .row > div .buy-now p {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
.home_protection .row > div .buy-now p span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  text-decoration: line-through;
}
.home_protection .row > div .buy-now p b {
  font-size: 14px;
}
.home_protection .separation {
  border-right: 1px solid #ececec;
}
.snowflakes {
  background: url(https://sc1.checkpoint.com/sc1/za/images/items/snowflakes.jpg) no-repeat center top;
}
.anti-phishing {
  background: #333333 url(https://sc1.checkpoint.com/sc1/za/images/patterns/black_squares.jpg) repeat;
  padding: 155px 0;
  color: white;
}
.anti-phishing .row > div > img {
  margin-left: 45px;
  width: 100%;
  max-width: 461px;
}
.anti-phishing h2 {
  margin: 0 0 50px;
  font-size: 40px;
}
.anti-phishing p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.7;
}
.anti-phishing .btn {
  font-size: 18px;
  padding: 9px 28px;
  background-color: transparent;
  color: white;
}
.anti-phishing .btn:hover,
.anti-phishing .btn:active,
.anti-phishing .btn:focus {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
.brands {
  background-color: white;
  padding: 50px 25px;
}
.brands .row > div:first-child {
  text-align: right;
}
.brands .row > div:last-child {
  text-align: left;
}
.brands .win10 {
  display: inline-block;
  background: url(https://sc1.checkpoint.com/sc1/za/images/Logos/windows.png) no-repeat left center;
  padding: 35px 0 0 50px;
  height: 105px;
  font-size: 29px;
  color: #505050;
  text-align: left;
}
.brands img {
  width: 90%;
  max-width: 341px;
}
.protection {
  background-color: #f2f1f6;
  padding: 90px 0 170px;
  text-align: center;
}
.protection h2 {
  margin: 0 0 90px;
  font-size: 45px;
}
.protection img {
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 1200px) {
  .home_protection .row > div {
    padding-left: 7%;
  }
}
@media (max-width: 992px) {
  .home_shop h1 {
    font-size: 35px;
    max-width: 690px;
  }
  .home_protection .new {
    display: none;
  }
  .home_protection .separation {
    border-right: 0;
  }
  .home_protection .row > div {
    padding-left: 15px;
  }
  .home_protection .row > div:first-child {
    margin-bottom: 60px;
  }
  .anti-phishing .row > div > img {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .brands .row > div {
    text-align: center !important;
  }
  .brands .win10 {
    font-size: 22px;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .snowflakes {
    background: white;
  }
  h2 {
    font-size: 32px !important;
  }
  .home_shop {
    height: auto;
  }
  .home_shop h1 {
    margin: 80px auto 40px;
  }
  .home_shop a.btn {
    font-size: 22px;
    padding: 11px 36px;
  }
  .anti-phishing {
    padding: 110px 0;
  }
  .home_protection .row > div .info ul {
    min-height: inherit;
  }
}
