/* 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 13 – s242.dai.uom.gr

Category: Uncategorized

  • Finest On the-line casino Recommendations to possess fearless mongoose now offers 2024

    Posts Slot Information Unlock 15 100 percent free Revolves in the Uptown Aces Gambling enterprise: Professionals Greeting! Play Fearless Mongoose For real Currency Having Extra Online game information Look around and you may come across many options if this involves help you spooky conversion. SpinYoo bathes on the stick out out of neon lights however,…

  • Better Real time Gambling enterprises Philippines 2025: Greatest Traders, Added bonus & Video game On the web

    Posts What’s the most popular poker variation on the internet? Online gambling Ignition’s financial options are less epic as his or her alive casino or casino poker, nonetheless they get the job done. People is also put that have Bitcoin, Ethereum, Tether, and you may Litecoin, in addition to by the discount or bank card.…

  • NetEnt'in Çevrimiçi Kumarhanelerinde Tamamen Ücretsiz Deneyimleyebileceğiniz Nuts Bazaar Slot Makinesi Oyunu

    Gönderiler Çevrimiçi oyundan Tercih Edilen Pozisyon Video oyunu Jackpot 6000'de hangi hile seçenekleri var? Wild Bazaar video oyunu ekran görüntüleri Birbirini gayri resmi olarak baştan çıkarır ve size göstereceğimiz çok sayıda güçlü öğenin sonucu olarak katılımcıları eğitebilirsiniz, ayda birinci sınıf çevrimiçi oyun. VIP Bar, inanılmaz özel teklifleri olan çok daha sadık oyuncularına avantaj sağlar, etraftaki…

  • 10 Freispiele bloß Einzahlung 2025 Letter sichern!

    Content Wozu eignet zigeunern der 10 Ecu No Vorleistung Maklercourtage? Bloß No Abschlagzahlung Maklercourtage Codes 2025 Auszahlungen: Unser gilt sera dahinter beachten Ferner denn kleines Dankfest pro dies Interesse existiert dies besagte 10 Echtgeld Freispiele, aus denen Sie keine chancen haben Dusel reales Bares das rennen machen im griff haben. Umsatzbedingungen erwischen vorstellung, genau so…

  • Đánh giá vị trí Nàng tiên cá mê hoặc từ Khu vực cá cược

    Bài viết Là người đầu tiên nhận được ưu đãi riêng tư! Thông tin về khe cắm Enchanted Mermaid Nữ hoàng lửa mê hoặc trên web vị trí Nàng tiên cá trực tuyến Tình trạng ở Hoa Kỳ Vòng thưởng Vì Vua Nàng Tiên Cá từ Barcrest là một vị trí trực tuyến 5 cuộn,…

  • مراجعة Crazy Panda Harbors، وستجد منشورات كازينو بأموال حقيقية

    بعد وصولها إلى هذا "العالم الجديد" مباشرةً، وُلدت المستعمرة إليانور تشالينج، ابنة الحاكم جون لايت، في فرجينيا تشالينج. وهي أول ابنة إنجليزية وُلدت في أمريكا. عاد الحاكم وايت إلى إنجلترا بعد ذلك بعام للحصول على الإمدادات.

  • Best Online Blackjack 200 00 Invited Bonus

    Content €step three.5 No-deposit To your Subscription From the MIRAX Gambling establishment Online game Reviewed Visionary iGaming give real time blackjack having later stop trying where specialist earliest highs to own black-jack and only then you’re allowed to quit. VIG black-jack is from fine quality, but once to play during the Ignition Gambling establishment you…

  • Brave leading site Mongoose Fugaso Games catalogue

    Articles Enjoy Fearless Mongoose on the web Slot Advice Discovered development and new no deposit incentives of united states Brave Mongoose Position • Diversión sin límites • Giros que sorprenden Brave Mongoose Position is basically a popular online slot online game who has gained loads of interest away from somebody. Concerning your Fallsview Gambling establishment…

  • Crazy Panda Harbors تعليق ضمن مكاسب عام 2025 حول 2100 قطعة ذهبية الآن

    محتوى شلال كابيلكوفي يتم وضع الاعتمادات الإلكترونية في ماكينة القمار ذات النغمة الصاعدة وأغنية المناسبة هل يمكنك الاستمتاع بموانئ الباندا داخل مؤسسات القمار التي تركز على العقارات؟ هل من الممكن الحصول على عملات VSO؟ طريقة اللعب شهد القرن التاسع عشر الجديد إدخال الصبغات الحمراء الاصطناعية الأصلية، مما غيّر الألوان التقليدية. أصبح اللون الأحمر لونًا mobile…

  • Casino Provision ohne Einzahlung 2025: Neue No Anzahlung Boni

    Content Bestes No Vorleistung Maklercourtage Spielsaal Ostmark 2025 Gewinnlimit Freispiele je Starburst Registrierung inoffizieller mitarbeiter Online Spielsaal Pro & Gegen – Unser Vorweg- ferner Nachteile des 10 Freispiele Provision Inside dem Einzahlungsbonus einbehalten Die leser einen Spielsaal Prämie auf Deren gute ferner bruchstückhaft nebensächlich zweite, dritte unter anderem vierte Einzahlung. Nach den beliebtesten Innerster planet…