/* Button ---------------------------------------------------------- */ .wpb_vc_button { .wpb_element_wrapper { background-image: none; padding-left: 10px; height: auto; min-height: inherit; } .wpb_button { display: inline-block; position: relative; padding: 5px 10px 4px; margin-bottom: 0; color: #333333; text-align: center; vertical-align: middle; cursor: default; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: 1px solid #cccccc; border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); i.icon { margin-bottom: -3px; margin-left: 10px; top: -2px; position: relative; width: 16px; height: 16px; } } // Button sizes .btn-large { padding: 9px 14px 7px; font-size: 110%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; i.icon { margin-bottom: -3px; margin-left: 14px; top: -1px; } } .btn-small { padding: 5px 9px 3px; font-size: 90%; i.icon { margin-left: 8px; margin-bottom: -4px; top: -3px; } } .btn-mini { padding: 3px 6px 2px; font-size: 85%; i.icon { display: none !important; } } // Button colors .btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info, .btn-inverse { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .btn-primary { //Blue background-color: #0074cc; background-image: -moz-linear-gradient(top, #0088cc, #0055cc); background-image: -ms-linear-gradient(top, #0088cc, #0055cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0055cc); background-image: -o-linear-gradient(top, #0088cc, #0055cc); background-image: linear-gradient(top, #0088cc, #0055cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-info { //Turqoise background-color: #49afcd; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(top, #5bc0de, #2f96b4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-success { //Green background-color: #5bb75b; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -ms-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(top, #62c462, #51a351); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn-warning { //Orange background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -ms-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(top, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-inverse { //Black background-color: #414141; background-image: -moz-linear-gradient(top, #555555, #222222); background-image: -ms-linear-gradient(top, #555555, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222)); background-image: -webkit-linear-gradient(top, #555555, #222222); background-image: -o-linear-gradient(top, #555555, #222222); background-image: linear-gradient(top, #555555, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-danger { //Red background-color: #da4f49; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(top, #ee5f5b, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } } @import "../lib/wpb_icon.less"; Uncategorized – Page 15 – s242.dai.uom.gr

Category: Uncategorized

  • 25 Freispiele bloß Einzahlung Sic erhältst respons den Maklercourtage 2025

    Content Verbunden Casino qua Startguthaben Vermag ich unter einsatz von dem Provision exklusive Einzahlung echtes Geld erlangen? Genau so wie lauten diese Bonusbedingungen für jedes nachfolgende 100 Freispiele abzüglich Einzahlung 2025? Wie man gegenseitig Gewinne leer einem 25 Ecu Provision ohne Einzahlung lohnenswert lässt Die Boni man sagt, sie seien in der regel erstklassig as…

  • 150 Maid of honor Wedding reception Entrances Sounds 2025

    Blogs Charades: relationship video clips version Consuming Online game The greatest Self-help guide to Wedding Showers You can utilize a newsprint or an excellent whiteboard to keep up with of one’s score. The reality is that a great wedding bath rather than game has been merely a great bridal bath. To put it differently, website…

  • On-line casino Video game in the Bangladesh Laws and how to Enjoy

    The guidelines are simple—come across several or extra bullet, and you can wait for the controls to twist. For happy-gambler.com pop over to these guys each number possesses its own payment, ranging from all the way down-chance choices such “1” to your highest-exposure but satisfying “10”. These types of unique sections put a layer away…

  • Mr Choice Gambling enterprise Review 2025 Play for A real income in the Canada

    Blogs Support service ❓ Do i need to victory real money with gambling games from the Mr Choice? Pony rushing in the MrPlay The newest local casino application is available to possess ios and android gizmos, however, no dedicated incentives are available. Pc users and you will cellular profiles will relish an identical incentives as…

  • Crazy Monkey Slot the real deal Currency Play Online and Get Added bonus Today

    Articles Accessoire à sous Attention away from Horus Meilleurs créneaux de local casino en ligne nouveaux Strategy Jeu Casino Advice Supergame on the web slot Crazy Monkey. No-place mugshot insanity in love monkey cellular 5 deposit Bonuses 2024 Keep in mind that you will find nine invest lines, and the a lot more of her…

  • Ein beste Verbunden Casino Provision exklusive Einzahlung 2025

    Content Wer konnte in ein Angeschlossen Spielhalle Freispiele bloß Einzahlung einbehalten? Unterschätzen Die leser die Bonusbedingungen inside keinem Zeitpunkt Arten von Boni abzüglich Einzahlung Bonusbedingungen Free Spins & Freispiele – ein Unterschied Die Angaben je diesen Procedere erforderlich sie sind, routiniert Sie bei dem Kundendienst und im Informationsbereich ihr jeweiligen Casinowebseite. Erkenntlichkeit Bonusangeboten ohne Einzahlung…

  • Maid of honor On line Position in the You

    Posts Wheel Extra Finest Online casino Real money Sites to have 2025: Trusted & Assessed These 1st now offers will likely be a choosing grounds to possess players whenever choosing an online gambling enterprise, because they provide a hefty raise for the to experience bankroll. All these gambling enterprises render 24/7 real time speak assistance…

  • MR Choice Reviews Realize Customer service Analysis of mr.bet cuatro from 31

    When the incentives are the thing that you’re just after, Mr Wager Internet casino cannot let you down having its selection of normal advertisements and tournaments, delivering nice reasons why you should sign in regularly. The new design of one’s gambling enterprise is actually intuitively designed, so it’s simple for one another educated gamblers and…

  • Crazy Monkey 2: What exactly are It Slot’s Type of Have?

    Blogs And that monetary information must i play with inside an enthusiastic excellent 5 lowest put gambling establishment? Where Can i Place 5 in the a good Your Internet casino? The best gambling enterprises offering In love Monkey 2 Percentage Team When you have five wilds on the a dynamic payline, you’ll score 2,000x your…

  • Baccarat Guide Simple tips to Gamble and Win

    Blogs Bet Form of Commission Opportunity Chance/ Baccarat Effective Payment Family Boundary Live individual broker Banker Choice Tricks for Victory inside the On the web Baccarat As a result of multiple changes  baccarat has gone because of usually, the online game we understand and you will enjoy now is exciting and fun. Your don’t you…