﻿/* Add here all your css styles (customizations) */
/*Image Backgrounds v3
------------------------------------*/
.bg-image-pro-ipv6 {
  width: 100%;
  height: 180px;
  padding: 10px 0;
  position: relative;
  background: url(../img/bg/nstpro-ipv6.png) repeat fixed;
}

.bg-image-pro-ipv6:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.8);
}

/*Background Dark Cover*/
.bg-image-pro-ipv6-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-pro-ipv6-dark h2,
.bg-image-pro-ipv6-dark p {
  color: #eee !important;
}

/*Image Backgrounds spm
------------------------------------*/
.bg-image-spm {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/bg/spm-bg1.png) repeat fixed;
}

.bg-image-spm:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.8);
}

/*Background Dark Cover*/
.bg-image-spm-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-spm-dark h2,
.bg-image-spm-dark p {
  color: #eee !important;
}

