/************* 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 .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: 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: 1200px) {
  .nav > li > a {
    padding: 10px 8px;
  }
}
.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;
}
/***************  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;
}
/*************** 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;
}
/**** GENERAL STYLE FOR THE BLOG ****/
.blog p,
.blog li {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.8;
}
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.alignleft {
  float: left;
  margin-right: 25px;
}
/**** BREADCRUMBS ****/
.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #eee;
  background: url(assets/img/breadcrumbs.png) repeat;
}
.breadcrumbs h1 {
  color: #666;
  font-size: 22px;
  margin-top: 8px;
}
.breadcrumb {
  top: 10px;
  padding-right: 0;
  background: none;
  position: relative;
}
.breadcrumb a {
  color: #777777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #e45785;
  text-decoration: none;
}
@media (max-width: 550px) {
  .breadcrumbs h1.pull-left,
  .breadcrumbs ul.pull-right {
    width: 100%;
    text-align: center;
  }
  .breadcrumbs h1.pull-left {
    margin-bottom: 0;
  }
  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px;
  }
}
/*************** PROMOTIONS IN THE MIDDLE OF THE POST *************/
.za-promotion h4 {
  font-family: DIN-bold, 'Arial', 'sans-serif';
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: bold;
}
.za-promotion p {
  color: #777777;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.za-promotion a {
  color: #e45785;
  font-weight: bold;
  margin-top: 10px;
}
.banner_between {
  display: block;
  margin: 10px 0;
}
/**** ZoneAlarm products side bar widget ****/
.za-products-sidebar .box {
  position: relative;
  border-radius: 5px !important;
  background: -webkit-linear-gradient(-30deg, #ffffff 25%, #eaeaea, #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-30deg, #ffffff 25%, #eaeaea, #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-30deg, #ffffff 25%, #eaeaea, #ffffff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(-30deg, #ffffff 25%, #eaeaea, #ffffff);
  /* Standard syntax (must be last) */
  padding: 10px;
  margin-bottom: 15px;
  min-height: 136px;
  border: 1px solid #E0E0E0;
}
.za-products-sidebar .box img {
  float: right;
}
.za-products-sidebar .box h4,
.za-products-sidebar .box p {
  line-height: 1.2;
  margin: 0;
}
.za-products-sidebar .box h4 {
  font-family: DIN-bold, 'Arial', 'sans-serif';
  text-transform: uppercase;
  color: #333333;
  font-size: 15px;
}
.za-products-sidebar .box p {
  font-family: DIN-medium, 'Arial', 'sans-serif';
  color: #777777;
  font-size: 13px;
}
.za-products-sidebar .box a {
  font-family: DIN-medium, 'Arial', 'sans-serif';
  color: hotpink;
  position: absolute;
  bottom: 10px;
  text-decoration: none;
  font-weight: bold;
}
