/****** custom css #dias ******/

						
body > div.main-container > section:nth-child(1){
	   filter: grayscale(50%) !important;
	   filter: opacity(50);

	   -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease; 
}

body > div.main-container > section:nth-child(1):hover{
	   filter: grayscale(0) !important; 
	   -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              
}

body > div.main-container > section:nth-child(2){
	   filter: grayscale(50%) !important;
	   filter: opacity(50);

	   -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease; 
}

body > div.main-container > section:nth-child(2):hover{
	   filter: grayscale(0) !important; 
	   -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
}

body > div.main-container > section:nth-child(3){
	   filter: grayscale(50%) !important;
	   filter: opacity(50);

	   -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease; 
}

body > div.main-container > section:nth-child(3):hover{
	   filter: grayscale(0) !important; 
	   -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
}

body > div.main-container > section:nth-child(4){
	   filter: grayscale(50%) !important;
	   filter: opacity(50);

	   -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease; 
}

body > div.main-container > section:nth-child(4):hover{
	   filter: grayscale(0) !important; 
	   -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
}

body > div.main-container > section:nth-child(5){
	   filter: grayscale(50%) !important;
	   filter: opacity(50);

	   -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease; 
}

body > div.main-container > section:nth-child(5):hover{
	   filter: grayscale(0) !important; 
	   -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
}

