@import url(font-awesome.css);

html, body {
    
    font-size: 100%;
    background: #d8d8d8
}



.top-bar {
    
    background:#1f1f1f;
    
}

.top-bar .menu {
    
    background: none;
    z-index: 300;
 
   
    
    
}

.top-bar .menu  li a {
    
   color: #fff;
    display: inline;
   
}


.top-bar .menu li a:hover {
    
    color: #fff;
    background-color: #2199e8;
    
}

label{
    
    color: #3c3c3c;
}

  #menudetox{
    
    z-index: 300;
   
   
}

.row #main3 {
    
    margin-top: 0;
    background: #fff;
    width: 100;
    height: auto;
}

#contentdetox{
     
    width: 80%;
    margin: auto;
    padding-top: 20px;
    
}

#contentdetox1{
     
    background: #fff;
    width: 80%;
    margin: auto;
    padding-top: 20px;
    
}

 #benefits{
    
    color: #fff;


}




.emunimg:hover {
    

    width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
    box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
    cursor: default;
    
}




.social-link{
    
    text-align: right;
    height: 70px;
    padding-top: 30px;
}

.links {
    
    text-align: center;
}

.logo{
    
    height: 70px;
}

@media (max-width: 768px){
    .social-link{

    padding-top: 20px;
}
    
}

i{
    color: #fff;
}

 .fa:hover {
    
    
    border-radius: .1em;
	overflow: hidden;
	position: relative;
    box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
    cursor: pointer;
    
}

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

