HOW TO SHOP

1Login or create new account.
2Review your order.
3Payment & FREE shipment

If you still have problems, please let us know, by sending an email to support [ @ ] website.com . Thank you!

Δημιουργία Λογαριασμού

*

*

*

*

*

*

Ξεχάσατε το Password?

*

 

 

I TANK 3000 W DOOHAN- H EΠΑΝΑΣΤΑΣΗ ΣΤΑ ΗΛΕΚΤΡΙΚΑ ΔΙΚΥΚΛΑ!!

Αστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια Ανενεργά
 
210 5236125 6943033628 ΜΕ ΕΝΑ ΤΗΛ ΣΕ ΟΛΗ ΤΗΝ
ΕΛΛΑΔΑ... 
 τεχνολογία που δεν κοστίζει...χωρίς περιττα εξοδα...
βενζίνες σερβις θορύβους με σεβασμο στο περιβαλλον ...μια σειρά ποιοτικών δικύκλων από την Doohan..
 
Αποκλειστικός αντιπρόσωπος motoplace  Mαρνη 32 34 Αθηνα   210 5236126
 
 

Pricing Tables Designs

Αστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια Ανενεργά

Welcome to Kallyas Joomla Template, a wonderful and premium product for multipurpose websites 

The tables are added by using the module shortcode embedding and changing it's color params.

Pricing table - Red Skin

 

Pricing table - Blue Skin with Rounded corners

  

Pricing table - Green Skin

 

Pricing table - Turquoise Skin

 

Pricing table - Orange Skin

 

Pricing table - Purple Skin

 

Pricing table - Yellow Skin

 

Pricing table - Green Lemon Skin

 

Pricing table - Dark Skin

 

Pricing table - Light Skin

 

Button Designs

Αστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια Ανενεργά

Default buttons

Button styles can be applied to anything with the .btn class applied. However, typically you'll want to apply these to only <a> and <button> elements for the best rendering.

Button class="" Description
btn Standard gray button with gradient
btn btn-primary Provides extra visual weight and identifies the primary action in a set of buttons
btn btn-info Used as an alternative to the default styles
btn btn-success Indicates a successful or positive action
btn btn-warning Indicates caution should be taken with this action
btn btn-danger Indicates a dangerous or potentially negative action
btn btn-inverse Alternate dark gray button, not tied to a semantic action or use
btn btn-link Deemphasize a button by making it look like a link while maintaining button behavior

Cross browser compatibility

IE9 doesn't crop background gradients on rounded corners, so we remove it. Related, IE9 jankifies disabled button elements, rendering text gray with a nasty text-shadow that we cannot fix.

BUTTONS SHORTCODES

[btn size="" type="" class="" class="" disabled="" link="" target="" icon="" icontheme=""][/btn]

type: primary / info / success / warning / danger / inverse / link / flat

size: primary / large / small / mini

disabled: yes / no

icon: add the icon type without the " icon- "

icontheme: white / black

[btn size="" type="" class="" class="" disabled="" link="" target="" icon="" icontheme=""][/btn]

Button sizes

Fancy larger or smaller buttons? Add .btn-large, .btn-small, or .btn-mini for additional sizes.

<p>
  <button class="btn btn-large btn-primary" type="button">Large button</button>
  <button class="btn btn-large" type="button">Large button</button>
</p>
<p>
  <button class="btn btn-primary" type="button">Default button</button>
  <button class="btn" type="button">Default button</button>
</p>
<p>
  <button class="btn btn-small btn-primary" type="button">Small button</button>
  <button class="btn btn-small" type="button">Small button</button>
</p>
<p>
  <button class="btn btn-mini btn-primary" type="button">Mini button</button>
  <button class="btn btn-mini" type="button">Mini button</button>
</p>

Create block level buttons—those that span the full width of a parent— by adding .btn-block.

<button class="btn btn-large btn-block btn-primary" type="button">Block level button</button>
<button class="btn btn-large btn-block" type="button">Block level button</button>

Disabled state

Make buttons look unclickable by fading them back 50%.

Anchor element

Add the .disabled class to <a> buttons.

Primary link Link

<a href="#" class="btn btn-large btn-primary disabled">Primary link</a>
<a href="#" class="btn btn-large disabled">Link</a>

Heads up! We use .disabled as a utility class here, similar to the common .active class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.

Button element

Add the disabled attribute to <button> buttons.

<button type="button" class="btn btn-large btn-primary disabled" disabled="disabled">Primary button</button>
<button type="button" class="btn btn-large" disabled>Button</button>

One class, multiple tags

Use the .btn class on an <a>, <button>, or <input> element.

Link
<a class="btn" href="/">Link</a>
<button class="btn" type="submit">Button</button>
<input class="btn" type="button" value="Input">
<input class="btn" type="submit" value="Submit">

As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.

SOCIAL ICONS

<ul class="social-icons fixclear">
 <li class="social-twitter"><a href="#">Twitter</a></li>
 <li class="social-dribbble"><a href="#">Dribbble</a></li>
 <li class="social-facebook"><a href="#">Facebook</a></li>
 ...
</ul>

SOCIAL ICONS - Colored

<ul class="social-icons colored fixclear">
 <li class="social-twitter"><a href="#">Twitter</a></li>
 ...
</ul>

SOCIAL ICONS - Colored only on :hover

<ul class="social-icons coloredHov fixclear">
  <li class="social-twitter"><a href="#">Twitter</a></li>
 ...
</ul>

or Shortcode:

type: normal / colored

[socialicons class="" type="" style="" ]
 [socialicon network="" url="#"]
[/socialicons]

Table Designs

Αστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια Ανενεργά

Default styles

For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table class="table">
  …
</table>

Optional classes

Add any of the following classes to the .table base class.

.table-striped

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-IE8).

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table class="table table-striped">
  …
</table>

.table-bordered

Add borders and rounded corners to the table.

# First Name Last Name Username
1 Mark Otto @mdo
Mark Otto @TwBootstrap
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table class="table table-bordered">
  …
</table>

.table-hover

Enable a hover state on table rows within a <tbody>.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table class="table table-hover">
  …
</table>

.table-condensed

Makes tables more compact by cutting cell padding in half.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table class="table table-condensed">
  …
</table>

Optional row classes

Use contextual classes to color table rows.

Class Description
.success Indicates a successful or positive action.
.error Indicates a dangerous or potentially negative action.
.warning Indicates a warning that might need attention.
.info Used as an alternative to the default styles.
# Product Payment Taken Status
1 TB - Monthly 01/04/2012 Approved
2 TB - Monthly 02/04/2012 Declined
3 TB - Monthly 03/04/2012 Pending
4 TB - Monthly 04/04/2012 Call in to confirm
...
  <tr class="success">
    <td>1</td>
    <td>TB - Monthly</td>
    <td>01/04/2012</td>
    <td>Approved</td>
  </tr>
...

Supported table markup

List of supported table HTML elements and how they should be used.

Tag Description
<table> Wrapping element for displaying data in a tabular format
<thead> Container element for table header rows (<tr>) to label table columns
<tbody> Container element for table rows (<tr>) in the body of the table
<tr> Container element for a set of table cells (<td> or <th>) that appears on a single row
<td> Default table cell
<th> Special table cell for column (or row, depending on scope and placement) labels
Must be used within a <thead>
<caption> Description or summary of what the table holds, especially useful for screen readers
<table>
  <caption>...</caption>
  <thead>
    <tr>
      <th>...</th>
      <th>...</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>...</td>
      <td>...</td>
    </tr>
  </tbody>
</table>

GET IN TOUCH WITH US

Address: Street Address nr 100, 4536534, Your Town, United States
Phone: (212) 555 55 00 // Email: office@yourwebsite.com // Web: www.yourwebsite.com
Open in Google Maps

Our Team

Αστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια Ανενεργά

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Nam vitae metus a orci iaculis facilisis. Maecenas dapibus tristique nunc.

 

Our Services

Αστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια Ανενεργά

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Nam vitae metus a orci iaculis facilisis. Maecenas dapibus tristique nunc.

Εξουσιοδοτημένο service:

Εξουσιοδοτημένο service:

  • ΗΛΕΚΤΡΙΚΑ ΣΚΟΥΤΕΡΣ 210 5236125
  • SYM-ΕΞΟΥΣΙΟΔΟΤΗΜΕΝΟ
  • BENELLI -
  • DAYTONA-ΕΞΟΥΣΙΟΔΟΤΗΜΕΝΟ
  • YAMAHA-ΕΞΕΙΔΙΚΕΥΜΕΝΟ
  • SUZUKI-ΕΞΕΙΔΙΚΕΥΜΕΝΟ
  • HONDA-ΕΞΕΙΔΙΚΕΥΜΕΝΟ
  • KAWASAKΙ-ΕΞΕΙΔΙΚΕΥΜΕΝΟI
  • TRIUMPH
  • PIAGGIO DERBI-ΕΞΕΙΔΙΚΕΥΜΕΝΟ
Προσαρμοζόμαστε στις ανάγκες σας !!!

Προσαρμοζόμαστε στις ανάγκες σας !!!

  • Χρηματοδοτικά προγράμματα: Άτοκο πρόγραμμα 24 -48 ΜΗΝΕΣ με 0% προκαταβολή, δεκτές όλες οι κάρτες Visa. Άτοκο •
  • χρηματοδοτικό πρόγραμμα 24 Μηνών με 0% προκαταβολή. Για τα ηλεκτρικα δίκυκλα μας
  • Έντοκα προγράμματα με 0% προκαταβολή έως 48 Μήνες εξόφληση με επιτόκιο 4.8%, δεκτές οι κάρτες Visa.
  • Όλα τα καινούργια οχήματα συνοδεύονται από εγγύηση 24 μηνών.
  • Οι Μοτοσικλέτες άνω των 500cc είναι κατόπιν παραγγελίας με παράδοση 2 ημερών.
Διαλέξτε τον τρόπο πληρωμής που σας ταιριάζει και κερδίστε από την νέα μας γνωριμία δώρα όπως:

Διαλέξτε τον τρόπο πληρωμής που σας ταιριάζει και κερδίστε από την νέα μας γνωριμία δώρα όπως:

  • Είμαστε κοντά σας από το 2007 όπου περισσότεροι από 48000 !!!πελάτες εμπιστεύτηκαν το κατάστημα MOTOPLACE για την αγορά του καινούργιου οχήματος τους και επωφελήθηκαν τα πλεονεκτήματα που δίνουμε με πρωτεύων ρόλο την καλύτερη δυνατή τιμή.

Web Design Services

Web Design Services

  • Content management systens
  • Virtual shops and ecommerce
  • Presentation websites
  • Online catalogues
  • Portal systems
  • & any other dynamic website
Integer euismod lacus luctus magna. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Ut fringilla. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor. Sed non quam. In vel mi sit amet augue congue elementum.

Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue.
Graphic Design Services

Graphic Design Services

  • Logo design
  • Flyers & Brochures
  • Business Cards
  • Stationery Design
  • Powerpoint presentation
  • Print Ads / Magazine
  • Banners
Integer euismod lacus luctus magna. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Ut fringilla. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor. Sed non quam. In vel mi sit amet augue congue elementum.

Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue.
Internet Marketing

Internet Marketing

  • Search engine optimisation
  • Search engine marketing
  • Internet advertising
  • Web analysis
  • Blog marketing
Integer euismod lacus luctus magna. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Ut fringilla. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor. Sed non quam. In vel mi sit amet augue congue elementum.

Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue.

WHY CHOOSE US

  • Fusce sit amet orci quis arcu vestibulum vestibulum sed ut felis. Phasellus in risus quis lectus iaculis vulputate id quis nisl.
  • Phasellus in risus quis lectus iaculis vulputate id quis nisl.
  • Fusce sit amet orci quis arcu vestibulum vestibulum sed ut felis.
  • Phasellus in risus quis lectus iaculis vulputate id quis nisl.
  • Fusce sit amet orci quis arcu vestibulum vestibulum sed ut felis.
  • Phasellus in risus quis lectus iaculis vulputate id quis nisl.

WHY CHOOSE THIS THEME

WELL DOCUMENTED

Documentation include with explanations for most of the options.

UNLIMITED COLORS

With just a few clicks you can add any color you want.

CUSTOM SHORTCODES

Great custom shortcodes which are ment to ease up your work.

Client Testimonials

Αστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια ΑνενεργάΑστέρια Ανενεργά

There are several testimonials styles:

 

Style option #1

Style option #2

Style option #3

 I'm very happy with your services. I have an excellent website built from scratch and I'm 100% happy. 

John Doe - General Manager

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum. Donec id elit non mi porta gravida at eget metus. 

Andrew Smith - Strategic Coordinator

Style option #4

 I'm very happy with your services. I have an excellent website built from scratch and I'm 100% happy. 
John Doe // General Manager
 I'm very happy with your services. I have an excellent website built from scratch and I'm 100% happy. 
John Doe // General Manager
 I'm very happy with your services. I have an excellent website built from scratch and I'm 100% happy. 
John Doe // General Manager
TOP
Το καλάθι σας είναι άδειο.

THEME OPTIONS

Header type:
Theme Colors:
Color suggestions *
THEME
* May not have full accuracy!