/* IE 7 
----------------------------------------------------------*/
.ie7 section#banner{
	background: url(../images/background/banner.png) no-repeat center top ;
}

/* IE 8 
----------------------------------------------------------*/
.ie8 section#banner{
	background: url(../images/background/banner.png) no-repeat center top ;
}

/* IE 9 
----------------------------------------------------------*/
.ie9 .menu ul.mega-menu li a {
    padding: 15px 12px 15px 10px;
}

/* IE 10
----------------------------------------------------------*/
.ie10 .menu ul.mega-menu li a {
    padding: 15px 12px 15px 10px;
}

/* MOZILLA 
----------------------------------------------------------*/
 @-moz-document url-prefix()
{
	.sadsa{
		}
}

/* CROME
----------------------------------------------------------*/

/* SAFARI
----------------------------------------------------------*/


/* OPERA
----------------------------------------------------------*/
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{

}