The Nicasio is for the rider looking for something different and modern, yet with traditional steel construction. Classic lines and CrMo frame tubes have the soul of a classic bike, with the geometry and 700C x 30mm-40mm or 650B x 47mm tires.
Read more..
Bike Size
Rider height
47
4'10" to 5'0"
50
5'0" to 5'3"
52
5'3" to 5'6"
54
5'6" to 5'9"
56
5'9" to 6'0"
58
6'0" to 6'2"
60
6'2" to 6'5"
Price Matching
Easy Returns
Fast Shipping
Information
Specification
Frame : Series 1 Double Butted CrMo Beyond Road, 700C Wheels, Beyond Road Geometry, Fender and Rack Mounts, Disc Mount
Fork : CrMo, Fender and Rack Eyelets, IS Disc Mount
Rims : Marin Aluminum Double Wall, 19mm Inner, Disc Specific
Rear Hub : Forged Aluminum Alloy, 32H
Front Hub : Forged Aluminum Alloy, 32H
Spoke & Nipples : 14g Black Stainless Steel
Tires : Vee Tire, Apache Chief, 700Cx30, Wire Bead
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}