.campain_heading {
  color: #000; 
  text-align: right; 
  border-top: 1px dashed #000; 
  border-bottom: 1px dashed #000; 
  font-size: 20px !important;   
  /* font-family: 'Oswald', sans-serif !important; */
  font-family: 'Anton', sans-serif !important;
  background-image: url('../img/pointing-hand.png');
  background-repeat: no-repeat;
  background-position: right 6px;
  padding-right: 35px;
  font-weight: normal !important;
  letter-spacing: 1px;
}

.left-content {
  -moz-box-shadow:    2px 2px 3px 1px #ccc;
  -webkit-box-shadow: 2px 2px 3px 1px #ccc;
  box-shadow:         2px 2px 3px 1px #ccc;
}

/* 
+===============================================
|  Vertikala avdelare
+===============================================
*/
.v-div-wrapper {
  width: 9px; 
  /* background-color: red; */
  background-image: url('../img/v-line-bkgr.png');
  /* height: 200px; */
  float: left;
  position: relative;
  margin: 10px 10px 0 10px;
  z-index: 1;
}

.v-div-top {
  width: 9px;
  height: 4px;
  background-image: url('../img/dot-ending-top.png');
  /* background-color: blue; */
  position: absolute;
  top: 0;
}

.v-div-bottom {
  width: 9px;
  height: 16px;
  /* background-color: blue; */
  background-image: url('../img/dot-ending-bottom.png');
  position: absolute;
  bottom: 0;
}