
@media only screen and (min-width: 1200px) and (max-width: 1300px)
{


}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) 
{
    .team__details 
	{
      width: 280px;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) 
{
	
    .team__details 
	{
      width: 250px;
    }
	
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) 
{
    .innerhead.affix-top 
	{
	  background-color: rgba(120,94,77) !important;
      border-color: rgba(120,94,77) !important;
      padding: 10px;
      -webkit-transition:all 0.5s ease;
      -moz-transition:all 0.5s ease; 
      -o-transition:all 0.5s ease;         
      transition:all 0.5s ease;  
    }
    .slidebg 
	{
	   height: 80vh;
	   min-height: 350px;
    }
	
	.homebg-overlay 
	{
	   height: 80vh;
	   min-height: 350px;
    }
	
	.team__details 
	{
      width: 230px;
    }
	
	.pinnerpage .head span
	{
	    font-size: 22px !important;
	}

    .followus
	{
	   text-align: center;
	}

}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) 
{
	
	.innerhead.affix-top 
	{
	  background-color: rgba(120,94,77) !important;
      border-color: rgba(120,94,77) !important;
      padding: 10px;
      -webkit-transition:all 0.5s ease;
      -moz-transition:all 0.5s ease; 
      -o-transition:all 0.5s ease;         
      transition:all 0.5s ease;  
    }
	
    .slidebg 
	{
	   height: 80vh;
	   min-height: 350px;
    }
	
	.homebg-overlay 
	{
	   height: 80vh;
	   min-height: 350px;
    }
	
	.followus
	{
		text-align: center;
	}
	
	.team__details 
	{
      width: 230px;
    }
	
	
}

@media only screen and (min-width: 600px) and (max-width: 767px) 
{

  
}

