/*************** 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;
}
/************* 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 {
  cursor: default;
}
.navbar .navbar-nav .dropdown li {
  text-transform: none;
}
.navbar .navbar-nav .dropdown li a {
  padding-bottom: 5px;
}
.navbar .navbar-nav .dropdown span.caret {
  vertical-align: super;
}
.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-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;
}
/*************** SECURITY BRANDS' CHART *************/
.security-brands {
  padding: 50px;
  background: #ffffff;
  text-align: center;
}
.security-brands h2 {
  font-family: "DIN-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.security-brands .av-protection {
  background: url("https://sc1.checkpoint.com/sc1/za/images/awards/avtest_2016.jpg") top center no-repeat;
  width: 266px;
  padding-top: 150px;
  margin: auto;
  text-align: center;
  color: #e45785;
}
.security-brands .av-protection h5 {
  font-family: "DIN-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 120px;
}
.security-brands .av-protection p {
  font-size: 18px;
}
.security-brands .chart {
  max-width: 659px;
}
@media (max-width: 768px) {
  .security-brands {
    padding: 10px;
  }
}
/*************** P O P U P   M O U S E   L E A V E *************/
#popup_mouse_leave {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
}
#popup_mouse_leave .center-vertical {
  display: table;
  width: 100%;
  height: 100%;
}
#popup_mouse_leave .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#popup_mouse_leave .table-cell .window {
  background: white url(https://sc1.checkpoint.com/sc1/za/images/banners/back2school_popup.jpg) no-repeat left top;
  position: relative;
  width: 90%;
  max-width: 800px;
  text-align: center;
  margin: auto;
  border: 5px solid white;
}
#popup_mouse_leave .table-cell .window .border {
  border: 1px solid #e0e0e0;
  padding: 45px 0 45px 250px;
}
#popup_mouse_leave .table-cell .window .border > img {
  position: absolute;
  right: 10px;
  top: 10px;
}
#popup_mouse_leave .table-cell .window .border h2 {
  font-family: 'Arvo', serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  word-spacing: 5px;
}
#popup_mouse_leave .table-cell .window .border h2 span {
  color: #e45785;
}
#popup_mouse_leave .table-cell .window .border > p {
  font-size: 26px;
  margin: 5px 0 35px;
  text-transform: uppercase;
}
#popup_mouse_leave .table-cell .window .border .row > div h3 {
  font-family: DIN-Bold, 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
#popup_mouse_leave .table-cell .window .border .row > div h4 {
  font-family: DIN-bold, 'Open Sans', sans-serif;
  color: #e45785;
  font-size: 30px;
  margin: 0;
}
#popup_mouse_leave .table-cell .window .border .row > div h4 span {
  font-family: DIN, 'Open Sans', sans-serif;
  font-size: 20px;
  text-decoration: line-through;
  color: #777777;
  margin-right: 10px;
}
#popup_mouse_leave .table-cell .window .border .row > div p {
  color: #777777;
  font-size: 15px;
  margin: 0 0 10px;
}
#popup_mouse_leave .table-cell .window .border .row > div .btn,
#popup_mouse_leave .table-cell .window .border .row > div .btn:focus {
  font-size: 18px;
  padding: 10px 26px;
  border-radius: 3px;
}
#close_mouse_leave {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
  transition: all 500ms;
}
#close_mouse_leave:hover {
  opacity: 0.5;
}
/*************** R E S P O N S I V E N E S S *************/
@media (max-width: 768px) {
  #popup_mouse_leave .center-vertical .table-cell .window > p {
    margin: 0;
  }
  #popup_mouse_leave .center-vertical .table-cell .window .ex-box,
  #popup_mouse_leave .center-vertical .table-cell .window .or {
    display: none;
  }
  #popup_mouse_leave .center-vertical .table-cell .window .row h3 {
    margin-top: 30px;
  }
}
/*************** HOME PAGE *************/
h2 sup {
  font-size: 35%;
  top: -1em;
}
.home_mobile {
  background: url(https://sc1.checkpoint.com/sc1/za/images/banners/home_ms.jpg) no-repeat center bottom;
  background-size: cover;
  max-height: 768px;
}
.home_mobile .container {
  padding: 190px 0 150px;
  text-align: center;
}
.home_mobile .container h1,
.home_mobile .container p {
  color: white;
  text-shadow: 2px 2px 0 black;
}
.home_mobile .container h1 {
  font-family: "DIN-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 58px;
  margin-bottom: 5px;
}
.home_mobile .container h1 sup {
  font-family: "DIN", Helvetica, Arial, sans-serif;
  font-size: 30%;
  top: -1.65em;
}
.home_mobile .container h1 span {
  text-transform: uppercase;
}
.home_mobile .container p {
  font-size: 33px;
  line-height: 1.3;
  margin: 0;
}
.home_mobile .container > img {
  margin: auto;
  width: 60%;
  max-width: 415px;
}
.home_mobile .container > div img {
  margin: 15px auto;
}
.home_mobile .container > div a {
  display: block;
  font-size: 16px;
  color: white;
  text-decoration: underline;
}
.home_mobile .container > div a:hover {
  text-decoration: none;
}
.home_mobile .container > i {
  color: white;
  font-size: 50px;
}
.home_content {
  background: white;
  padding: 100px 0;
}
.home_content .row > div:last-child h2 {
  background: url(https://sc1.checkpoint.com/sc1/za/images/Logos/mobile_logo.png) no-repeat left top;
  padding-left: 65px;
  font-family: "DIN-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 33px;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.home_content .row > div:last-child p {
  font-size: 16px;
  margin-bottom: 20px;
}
.home_content .row > div:last-child img {
  float: left;
  margin-right: 15px;
  margin-top: 30px;
}
.home_features {
  position: relative;
  background: black url(https://sc1.checkpoint.com/sc1/za/images/banners/hompage_feature_section.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  color: white;
}
.home_features:before {
  position: absolute;
  content: '';
  background: url(https://sc1.checkpoint.com/sc1/za/images/items/arrow_down.png) no-repeat center bottom;
  width: 93px;
  height: 34px;
  top: 0;
  left: 50%;
  margin-left: -47px;
}
.home_features .row > div {
  text-align: center;
}
.home_features .row > div h3 {
  font-family: "DIN-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
}
.home_features .row > div > div {
  background: url(https://sc1.checkpoint.com/sc1/za/images/icons/home_ms_white.png) no-repeat;
  width: 90px;
  height: 90px;
  margin: auto;
}
.home_features .row > div .wi-fi {
  background-position: -90px 0;
}
.home_features .row > div .ranking {
  width: 110px;
  background-position: -180px 0;
}
.home_features .row > div .apps {
  background-position: -290px 0;
}
.home_extreme {
  background: url(https://sc1.checkpoint.com/sc1/za/images/banners/home_extreme_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0 50px;
}
.home_extreme .container h2 {
  font-family: "DIN-Black", Arial, Helvetica, sans-serif;
  font-size: 40px;
  text-align: center;
  margin: 0 0 5px;
}
.home_extreme .container > p {
  font-size: 30px;
  text-align: center;
  margin: 0;
  color: #777777;
}
.home_extreme .container .row > div > img {
  width: 100%;
  max-width: 490px;
}
.home_extreme .container .row > div p {
  max-width: 460px;
  font-size: 16px;
  line-height: 1.5;
  margin: 80px 0 55px;
}
.home_extreme .container .row > div p a {
  color: inherit;
  text-decoration: underline;
}
.home_extreme .container .row > div p a:hover {
  text-decoration: none;
}
.home_extreme .container .row > div .row > div {
  color: #777777;
}
.home_extreme .container .row > div .row > div span {
  font-size: 22px;
  text-decoration: line-through;
  margin-right: 5px;
}
.home_extreme .container .row > div .row > div b {
  font-size: 35px;
  color: #e45785;
}
.home_extreme .container .row > div .row > div small {
  font-size: 16px;
  display: block;
}
.home_extreme .container .row > div .row > div a.btn {
  margin-bottom: 15px;
  transition: all 500ms;
}
.home_extreme .container .row > div .row > div a:last-child {
  font-size: 16px;
  display: block;
  color: #777777;
  text-decoration: underline;
}
.home_extreme .container .row > div .row > div a:last-child:hover {
  text-decoration: none;
}
.home_extreme .container .btn {
  background: #e45785;
  padding: 17px 47px;
  border-radius: 3px;
  font-size: 22px;
  border: 0;
}
.home_extreme .container .btn:hover {
  background: #e04175;
}
.home_extreme .container .btn img {
  margin-right: 8px;
}
.home_extreme .container .btn-figs {
  padding: 15px 20px;
  font-size: 18px;
}
.img-responsive {
  max-width: 80%;
  margin: auto;
}
.animated {
  opacity: 0;
}
@media (max-width: 992px) {
  .home_mobile .container h1 {
    font-size: 37px;
  }
  .home_mobile .container h1 span {
    display: block;
  }
  .home_mobile .container p {
    font-size: 22px;
  }
  .home_mobile .container .row > div img {
    margin: 5px auto;
  }
  .home_extreme .container .row > div .row > div small {
    display: inline;
  }
  .home_extreme .container .row > div .row .text-center {
    text-align: left;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px !important;
  }
  .home_mobile {
    background-position: -245px -70px;
  }
  .home_mobile .container {
    padding: 115px 0 80px;
  }
  .home_content {
    padding: 0 0 50px;
  }
  .home_content .row > div:last-child img {
    float: none;
    display: block;
    margin: 15px auto;
  }
  .home_features {
    background: #331e3e;
  }
  .home_features .row > div {
    max-width: 300px;
    margin: auto;
  }
  .home_extreme {
    background: white;
  }
  .home_extreme .container p {
    font-size: 20px;
    line-height: 1.1;
  }
  .home_extreme .container .row > .text-right {
    text-align: left;
  }
  .home_extreme .container .row > .text-right img {
    max-width: 300px;
  }
  .home_extreme .container .row > div p {
    margin: 25px 0;
  }
}
