/* FONTS AND COLORS */
body {
font-family: Arial,sans-serif;
font-size: 12px !important;
line-height: 1.828571429;
color: #333;
background-color: white;
}
h1, h2, h3, h4, h5, h6 {
color: black;
}
.navbar a, .navbar a:active, .navbar a:hover, .navbar a:visited {
color: #fff;
font-weight: bold;
font-size: 18px;
text-decoration: none;
}
em {
color: #bbb;
}
.product-specs {
background-color: #f1f1f1;
padding: 1em;
}
.product-specs td {
font-size:12px;
}
.attr-left {
min-width:6em;
font-weight:bold;
vertical-align:top;
}
.attr-right {
vertical-align:top;
}
div.footer {
border-top: 1px solid #f1f1f1;
background: #111;
}
ul.features li {
margin-left: 15px;
}
img.image-center {
width: 100%;
text-align: center;
margin-top: 25px;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #111111 0%, #000000 100%);
background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.footer-default {
background-image: -webkit-linear-gradient(top, #111111 0%, #000000 100%);
background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
a {
color: #1771CB;
}
ul.social li {
list-style: none;
float: left;
padding-right: 1%;
}
ul {
list-style: none;
padding-inline-start: 0px;
}
hr {
height: 50px;
color: #ccc;
}
/* LAYOUT – CHANGING THESE WILL AFFECT THE SIZE AND LAYOUT OF YOUR AD TEMPLATE */
/* Responsive Columns */
.col-md-4{width:100%;}
.col-md-6{width:100%;}
.col-md-12{width:100%;}
.container{margin:auto;width:100%;}
@media (min-width:768px){
.container{width:750px;}
.col-md-12, .col-md-6, .col-md-4{float:left;}
.col-md-6{width:48%; margin:1%;}
.col-md-4{width:23%; margin:1%;}
}
@media (min-width:992px){
.container{width:970px;}
.col-md-12,.col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
.col-md-4{width:23%; margin:1%;}
}
@media (min-width:1200px){
.container{width:1170px;}
.col-md-12,.col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
.col-md-4{width:23%; margin:1%;}
}
.img-responsive{display:block;height:auto;max-width:100%;}
/* Responsive Navigation Bar */
.nav{padding-left:0;margin-bottom:0;list-style:none;}
.nav:before, .nav:after{display:table;content:” “;}
.nav:after{clear:both;}
.nav:before, .nav:after{display:table;content:” “;}
.nav:after{clear:both;}
.nav > li{position:relative;display:block;}
.nav > li > a{position:relative;display:block;padding:10px 15px;}
.nav > li > a:hover, .nav > li > a:focus{text-decoration:none;background-color:#111;}
.nav > li > a > img{max-width:none;}
.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;}
.footer{position:fixed;min-height:50px;margin-bottom:20px;border:1px solid transparent;}
@media (min-width:768px){.navbar{border-radius:4px;}
}
.navbar-header:before, .navbar-header:after{display:table;content:” “;}
.navbar-header:after{clear:both;}
.navbar-header:before, .navbar-header:after{display:table;content:” “;}
.navbar-header:after{clear:both;}
@media (min-width:768px){.navbar-header{float:left;}
}
.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch;}
.navbar-collapse:before, .navbar-collapse:after{display:table;content:” “;}
.navbar-collapse:after{clear:both;}
.navbar-collapse:before, .navbar-collapse:after{display:table;content:” “;}
.navbar-collapse:after{clear:both;}
.navbar-collapse.in{overflow-y:auto;}
@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none;}
.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}
.navbar-collapse.in{overflow-y:visible;}
}
@media (min-width:768px){.container > .navbar-header, container > .navbar-collapse{margin-right:0;margin-left:0;}
}
.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;}
.navbar-brand:hover, .navbar-brand:focus{text-decoration:none;}
@media (min-width:768px){.navbar > .container .navbar-brand{margin-left:-15px;}
}
.navbar-nav{margin:7.5px -15px;}
.navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px; margin-top: 15px;}
@media (min-width:768px){.navbar-nav{float:left;margin:0;}
.navbar-nav > li{float:left;}
.navbar-nav > li > a{padding-top:15px;padding-bottom:15px;}
.navbar-nav.navbar-right:last-child{margin-right:-15px;}
}
@media (min-width:768px){.navbar-left{float:left !important;}
.navbar-right{float:right !important;}
}
@media (min-width:300px){.navbar-left{float:left !important;}
.navbar-right{float:right !important;}
}
HMF Can-Am Maverick Sport 1000R 2019-2022 Titan XL Slip On Exhaust | 716633637487
$489.95
The Titan is a stainless steel system built to withstand extreme temperatures, increase torque and horse power, add durability and improve the overall exhaust tone. This is the system you’ve been searching for. This is the Titan. For the riders out there craving maximum horse power with maximum volume, the Titan-XL features an unrestricted internal core design that produces maximum horse power at an incredibly loud volume.
Features
- • For the riders out there craving maximum horse power with maximum volume, the Titan-XL features an unrestricted internal core design that produces maximum horse power at an incredibly loud volume.
- • The 5″ inch diameter exhaust shells house an internal exhaust core that creates maximum airflow.
- • Increased Horse Power and Torque
- • Withstands Extreme Temperatures
- • **Images shown may be computer generated to reflect the color, shape, and orientation. (Typically first image) Please see Product Description and/or Part Number to ensure the desired color is selected.**
Product Details
Series | Titan XL |
System | Slip On |
Material | Stainless Steel |
Color | Stainless Steel |
End Cap | Billet – Recessed |
Tuning
Fitment
Year | 2019-2022 |
Make | Can-Am |
Model | Maverick Sport 1000R |
Titan Series
The Titan is a stainless steel system built to withstand extreme temperatures, increase torque and horse power, add durability and improve the overall exhaust tone. This is the system you’ve been searching for. This is the Titan.
(Images shown are only to represent the parts. Actual parts received will be model-specific)
Choose Your Sound Level
The Titan is available as a Titan-QS (quieter) and Titan-XL (extra loud). With power outputs nearly identical, you can choose which type of sound you want for your specific riding.
(Images shown are only to represent the parts. Actual parts received will be model-specific)
The Quiet QS
The sound from the Titan is a deep and aggressive, adding depth to the machine’s sound. This relieves some of the high pitch sounds created from the stock system. The Titan-QS features a mechanical core design that produces incredible horse power while keeping the sound levels to a minimum.
(Images shown are only to represent the parts. Actual parts received will be model-specific)
The Louder XL
For the riders out there craving maximum horse power with maximum volume, the Titan-XL features an unrestricted internal core design that produces maximum horse power at an incredibly loud volume.
(Images shown are only to represent the parts. Actual parts received will be model-specific)
5″ Stainless Steel
Virtually the entire exhaust system is built from 304 Stainless Steel. It doesn’t readily corrode, rust or stain and it can reliably withstand the extreme temperatures generated from high performance offroad vehicles.
(Images shown are only to represent the parts. Actual parts received will be model-specific)
There are no reviews yet.