.flat-bg-block-v1 h3 { color: black;}
.black {
	color: black;
}
.white {color: white; }
.bluet {color: #0099cf;}
.specialblue {background: url(../img/blue.jpg);}
.specialblue h2, p, li {color: black;}

.headlinewhite h2 { color: white;}
.headline h2 { font-weight:bold;}
.headline-left h3 {color: white;}
.bg-color-lighter { background:#fff !important;}
.marginminus { margin-top: -50px;}
.parallax-about p {color: black;}

.padding-top10 { padding-top: 10px;}



/******************************************************************************/
.bg-image-v3 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/home_solutions_outsourcing.jpg) repeat fixed;
}

.bg-image-v3:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.7);
}

/*Background Dark Cover*/
.bg-image-v3-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v3-dark h2,
.bg-image-v3-dark p {
  color: #eee !important;
}
/******************************************************************************/
.bg-image-v4 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/data_centres.jpg) repeat fixed;
}

.bg-image-v4:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.7);
}

/*Background Dark Cover*/
.bg-image-v4-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v4-dark h2,
.bg-image-v4-dark p {
  color: #eee !important;
}
/******************************************************************************/
.bg-image-v5 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/home_solutions_network.jpg) repeat fixed;
}

.bg-image-v5:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.7);
}

/*Background Dark Cover*/
.bg-image-v5-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v5-dark h2,
.bg-image-v5-dark p {
  color: #eee !important;
}
/******************************************************************************/
.bg-image-v6 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/home_solutions_energy.jpg) repeat fixed;
}

.bg-image-v6:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.7);
}

/*Background Dark Cover*/
.bg-image-v6-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v6-dark h2,
.bg-image-v6-dark p {
  color: #eee !important;
}
/******************************************************************************/

.margin-0 {
margin-bottom: 0;
    padding-bottom: 0;
    }

.margin-top-0 {
    margin-top: 0;
    padding-top: 0;
}