.health {
	font-size: 16px;
	color: #B1B1B1;
}
.thumb {
	margin-bottom: 30px;
}
.nav-press {
	margin-top: 10px;
}
.nav-tabs {
border-bottom: 1px solid #B6B6B6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    color: #FFFFFF;
	font-weight: bold;
    background-color: rgba(255, 255, 255, 0.33);  
}

.h1p {
	margin: 10px;
}
.fade {
opacity: 0;
-webkit-transition: opacity 2.25s linear;
  -moz-transition: opacity 2.25s linear;
   -ms-transition: opacity 2.25s linear;
    -o-transition: opacity 2.25s linear;
       transition: opacity 2.25s linear;
}
.modal-header1 {
padding: 15px;
border-bottom: 1px solid red;
min-height: 16.428571429px;
}

button.btn.collapsed:before
{
    content:'read more' ;
    display:block;
    width:auto;
}
button.btn:before
{
    /*content:'less' ;*/
    display:block;
    width:auto;
}
.safetyh1 {
	color: #E2E2E2;
}
.safetyp {
	color: #C0C0C0;
	font-size: 16px;
}
.serh1 {
	color: #E2E2E2;
}
.serp {
	color: #C0C0C0;
}
.spn {
	color: #FFF;
}
.spn:hover {
	color: #F00423;
}
.spn {
font-weight:bold;
-webkit-transition-property:color, text;
-webkit-transition-duration: .4s, .4s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property:color, text;
-moz-transition-duration:.4s;
-moz-transition-timing-function: linear, ease-in;

-o-transition-property:color, text;
-o-transition-duration:.4s;
-o-transition-timing-function: linear, ease-in;
}