
/*---------------------------*/
/*--- Scooter Specifications ---*/
/*---------------------------*/
.scooterspecs { overflow:hidden; margin-right:-10px; }
.scooterspecs table { width:auto; }
.scooterspecs table:nth-child(even) { float:right; }
.scooterspecs table tr:nth-child(even) { background-color:#eee; }
.scooterspecs table td { border-bottom:1px solid #ddd; padding:5px 15px; }
.scooterspecs table tr td:first-child { color:#888; font-style:italic; font-weight:400; }
.scooterspecs table td b { color:#444; font-style:normal; font-weight:500; }

/*---------------------*/
/*--- Media Library ---*/
/*---------------------*/
.filter { margin:-10px 0 10px; }
.filter ul { list-style:none; margin:0; overflow:hidden; }
.filter ul li { float:left; margin:0 0 5px; }
.filter a { display:block; border-radius:5px; padding:10px 14px; color:#666; font-size:14px; font-weight:500; line-height:1; text-decoration:none; text-transform:uppercase; }
.filter a:hover { color:#222; cursor:pointer; }
.filter a.active { background:#0E4A82; /* Old browsers */
background:-moz-linear-gradient(top,  #0E4A82 0%, #F9791D 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0E4A82), color-stop(100%,#F9791D)); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top,  #0E4A82 0%,#F9791D 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top,  #0E4A82 0%,#F9791D 100%); /* Opera 11.10+ */
background:-ms-linear-gradient(top,  #0E4A82 0%,#F9791D 100%); /* IE10+ */
background:linear-gradient(to bottom,  #0E4A82 0%,#F9791D 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E4A82', endColorstr='#F9791D',GradientType=0 ); /* IE6-9 */
text-shadow:0 -1px 0 #F9791D; color:#fff; }

/*---------------*/
/*--- Gallery ---*/
/*---------------*/
#gallery { margin-right:-10px; }
.photo-link { display:block; float:left; width:140px; height:100px; margin:0 5px 5px 0; opacity:0.7; transition:opacity .2s linear; -moz-transition:opacity .2s linear; -webkit-transition:opacity .2s linear; -o-transition:opacity .3s linear; }
.photo-link:hover { box-shadow:0 0 3px #262a2b; opacity:1; }
.photo-link img { display:block; width:140px; height:100px; }

/*-------------*/
/*--- Rates ---*/
/*-------------*/
#rates { position:relative; background-color:#eee; border-top:1px solid #ddd; margin:20px -35px -35px; padding:30px 0 20px 35px; text-align:center; }
#rates:after { clear:both; display:block; height:0; content:''; overflow:hidden; }
#rates .plan { font:12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica; text-shadow:0 1px rgba(255,255,255,.8); background:#fff; border:1px solid #ddd; color:#333; padding:20px; width:139px; float:left; position:relative; }
#rates .most-popular { z-index:2; top:-13px; border-width:3px; padding:30px 20px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:15px 0 10px -15px rgba(0, 0, 0, .15), -15px 0 10px -10px rgba(0, 0, 0, .15); -webkit-box-shadow:15px 0 10px -10px rgba(0, 0, 0, .15), -15px 0 10px -10px rgba(0, 0, 0, .15); box-shadow:15px 0 10px -10px rgba(0, 0, 0, .15), -15px 0 10px -10px rgba(0, 0, 0, .15); margin:0 -1px; }
#rates .plan:nth-child(1) { -moz-border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px; border-radius:5px 0 0 5px; }
#rates .plan:nth-child(5) { -moz-border-radius:0 5px 5px 0; -webkit-border-radius:0 5px 5px 0; border-radius:0 5px 5px 0; }
/* --------------- */	
#rates h3 { font-size:20px; font-weight:normal; padding:20px; margin:-20px -20px 50px -20px; background-color:#eee; background-image:-moz-linear-gradient(#fff,#eee); background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image:-webkit-linear-gradient(#fff, #eee); background-image:-o-linear-gradient(#fff, #eee); background-image:-ms-linear-gradient(#fff, #eee); background-image:linear-gradient(#fff, #eee); }
#rates .most-popular h3 { background-color:#ddd; background-image:-moz-linear-gradient(#eee,#ddd); background-image:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); background-image:-webkit-linear-gradient(#eee, #ddd); background-image:-o-linear-gradient(#eee, #ddd); background-image:-ms-linear-gradient(#eee, #ddd); background-image:linear-gradient(#eee, #ddd); margin-top:-30px; padding-top:30px; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; }
#rates .plan:nth-child(1) h3 { -moz-border-radius:5px 0 0 0; -webkit-border-radius:5px 0 0 0; border-radius:5px 0 0 0; }
#rates .plan:nth-child(4) h3 { -moz-border-radius:0 5px 0 0; -webkit-border-radius:0 5px 0 0; border-radius:0 5px 0 0; }
#rates h3 span { display:block; font-size:23px; font-weight:400; line-height:1; color:#777; letter-spacing:-0.07em; background:#fff; border:5px solid #fff; height:20px; width:100px; margin:10px auto -65px; padding:40px 0; -moz-border-radius:100px; -webkit-border-radius:100px; border-radius:100px; -moz-box-shadow:0 5px 20px #ddd inset, 0 3px 0 #999 inset; -webkit-box-shadow:0 5px 20px #ddd inset, 0 3px 0 #999 inset; box-shadow:0 5px 20px #ddd inset, 0 3px 0 #999 inset; }
#rates h3 span i { display:block; font-size:14px; letter-spacing:0; }
#rates h3 span i.top { margin-top:-14px; }
#rates ul { margin:20px 0 0 0; padding:0; list-style:none; }
#rates li { border-top:1px solid #ddd; margin:0; padding:10px 0; }
#rates .action { display:block; padding:12px 14px; background-color:#F9791D; border-radius:5px; color:#fff; font-size:14px; font-weight:500; line-height:1; text-decoration:none; text-shadow:none; text-transform:uppercase; }
#rates .action:hover { background:#0E4A82; /* Old browsers */
background:-moz-linear-gradient(top,  #0E4A82 0%, #F9791D 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0E4A82), color-stop(100%,#F9791D)); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top,  #0E4A82 0%,#F9791D 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top,  #0E4A82 0%,#F9791D 100%); /* Opera 11.10+ */
background:-ms-linear-gradient(top,  #0E4A82 0%,#F9791D 100%); /* IE10+ */
background:linear-gradient(to bottom,  #0E4A82 0%,#F9791D 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E4A82', endColorstr='#F9791D',GradientType=0 ); /* IE6-9 */
text-shadow:0 -1px 0 #F9791D; }
#rates .action:active, #rates .action:focus { -moz-box-shadow:0 0 3px rgba(0,0,0,.7) inset; -webkit-box-shadow:0 0 3px rgba(0,0,0,.7) inset; box-shadow:0 0 3px rgba(0,0,0,.7) inset; }