.text-container {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    float: left;
    padding: 5px;
}
.text-container h6 {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.stroke {
  /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  
  color: white!important;
  
  text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}
h1.tes{
	font-size: 48px!important;
	color: #ffffff;
}
h3.tess{
	font-size: 25px!important;
	color: #ffffff;
}
h4.tess{
  font-size: 15px;
  color: #ffffff;
}
span.tes{
	color: #8dc63f;
}
.strokewhite {
  /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px white;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  
  color: white!important;
  
  text-shadow:
    3px 3px 0 #fff,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
   -1px  1px 0 #fff,
}