/* @override 
	http://127.0.0.1:8080/registry/css/large.css
	http://127.0.0.1:8080/css/large.css */

/* Large desktop */
@media (min-width: 1200px) {

    .fuelux	div.span4.same-height-frontpage {
	    min-height: 700px;
	}
		
	.fuelux .row {
	    margin-left: 0px;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
    .fuelux	div.span4.same-height-frontpage {
        min-height: 470px;
     }
    
    .fuelux .navbar-fixed-top .container, .fuelux .navbar-fixed-bottom .container {
        width: 990px;
    }

    .fuelux .wizard ul li {
        position: relative;
        float: none;
        height: 46px;
        padding: 0 10px 0 20px;
        margin: 0;
        font-size: .96em;
        line-height: 46px;
        color: #222222;
        cursor: default;
        background: #ededed;
    }
}
