diff --git a/modules/ps_emailsubscription/mails/pl/newsletter_conf.html b/modules/ps_emailsubscription/mails/pl/newsletter_conf.html index 08aa5c78..a4a0f10a 100644 --- a/modules/ps_emailsubscription/mails/pl/newsletter_conf.html +++ b/modules/ps_emailsubscription/mails/pl/newsletter_conf.html @@ -164,8 +164,8 @@ - - + +
@@ -203,8 +203,8 @@
- - + +
@@ -287,7 +287,11 @@ @@ -305,18 +309,18 @@ - - + +
-
Dziękujemy za zapisanie się do naszego newslettera
+
+ Dziękujemy za zapisanie się do newslettera Lulandii! Teraz będziesz na bieżąco z najlepszymi ofertami, nowościami i poradami dotyczącymi zdrowego snu.

+ 🎁 Oto Twój kod rabatowy na pierwsze zakupy: {discount}

+ Wykorzystaj go na lulandia.pl i ciesz się komfortowym snem! +
- - + +
@@ -350,8 +354,8 @@
- - + + diff --git a/modules/ps_emailsubscription/ps_emailsubscription.php b/modules/ps_emailsubscription/ps_emailsubscription.php index 64528131..e4403226 100644 --- a/modules/ps_emailsubscription/ps_emailsubscription.php +++ b/modules/ps_emailsubscription/ps_emailsubscription.php @@ -479,11 +479,11 @@ class Ps_Emailsubscription extends Module implements WidgetInterface } if ($code = Configuration::get('NW_VOUCHER_CODE')) { - $this->sendVoucher($email, $code); + // $this->sendVoucher($email, $code); } if (Configuration::get('NW_CONFIRMATION_EMAIL')) { - $this->sendConfirmationEmail($email); + $this->sendConfirmationEmail($email, $code); } } } @@ -819,20 +819,17 @@ class Ps_Emailsubscription extends Module implements WidgetInterface * * @return bool */ - protected function sendConfirmationEmail($email) + protected function sendConfirmationEmail($email, $code) { $language = new Language($this->context->language->id); return Mail::send( $this->context->language->id, 'newsletter_conf', - $this->trans( - 'Newsletter confirmation', - [], - 'Emails.Subject', - $language->locale - ), - [], + 'Potwierdzenie zapisu do newslettera', + [ + '{discount}' => $code, + ], pSQL($email), null, null, diff --git a/modules/ps_emailsubscription/views/js/ps_emailsubscription.js b/modules/ps_emailsubscription/views/js/ps_emailsubscription.js index 4f19e481..92956026 100644 --- a/modules/ps_emailsubscription/views/js/ps_emailsubscription.js +++ b/modules/ps_emailsubscription/views/js/ps_emailsubscription.js @@ -23,29 +23,29 @@ * International Registered Trademark & Property of PrestaShop SA */ $(document).ready(function () { - $('.block_newsletter form').on('submit', function () { - var psemailsubscriptionForm = $(this); - if (typeof psemailsubscription_subscription === 'undefined') { - return true; - } - $('.block_newsletter_alert').remove(); - $.ajax({ - type: 'POST', - dataType: 'JSON', - url: psemailsubscription_subscription, - cache: false, - data: $(this).serialize(), - success: function (data) { - if (data.nw_error) { - psemailsubscriptionForm.prepend('

' + data.msg + '

'); - } else { - psemailsubscriptionForm.prepend('

' + data.msg + '

'); - } - }, - error: function (err) { - console.log(err); - } - }); - return false; - }); + $('.my_row.newsletter form').on('submit', function () { + var psemailsubscriptionForm = $(this); + if (typeof psemailsubscription_subscription === 'undefined') { + return true; + } + $('.block_newsletter_alert').remove(); + $.ajax({ + type: 'POST', + dataType: 'JSON', + url: psemailsubscription_subscription, + cache: false, + data: $(this).serialize(), + success: function (data) { + if (data.nw_error) { + psemailsubscriptionForm.prepend('

' + data.msg + '

'); + } else { + psemailsubscriptionForm.prepend('

' + data.msg + '

'); + } + }, + error: function (err) { + console.log(err); + } + }); + return false; + }); }); diff --git a/themes/leo_lulandia/assets/css/dr_materac.css b/themes/leo_lulandia/assets/css/dr_materac.css index 3c627c5d..a892291b 100644 --- a/themes/leo_lulandia/assets/css/dr_materac.css +++ b/themes/leo_lulandia/assets/css/dr_materac.css @@ -1 +1 @@ -@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";body{font-family:"Poppins",sans-serif !important}.iview-timer{width:100% !important;left:50% !important;transform:translateX(-50%)}.left_header{display:flex;align-items:center}.left_header p img{margin:0 7px 0 24px;filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%)}.left_header p a{color:#fff}.leo-megamenu .navbar-nav>li{margin:0}.leo-megamenu .navbar-nav>li:first-child{margin-left:-15px}.leo-megamenu .navbar-nav>li>a{padding:0;font-size:18px;font-weight:400;line-height:1.5;text-transform:unset;padding:10px 15px}.block-category #category-description p{color:#696868;font-weight:400}.block-category #category-description p strong{font-weight:700}.leo-megamenu{padding:0}.popup-over a.popup-title{padding:0;display:flex;align-items:center;justify-content:flex-end;line-height:20px}.chevron{margin-right:5px;transition:transform .2s ease-in}.popup-over:hover .chevron{transform:rotate(180deg)}.popup-over{float:unset;margin:0}.user_container{display:flex;align-items:center;justify-content:flex-end}.user_container #language-selector-label .popup-title>picture img{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%)}.user_info_dr_materac{display:flex;flex-wrap:wrap}.user_info_dr_materac a{margin-left:15px}.popup-over .popup-content{right:-30px}.bottomnav .inner{border-bottom:none !important}.bottomnav .ApHtml{line-height:unset !important;height:auto !important;background:none !important}.bottomnav .ApRow .ApColumn:first-child{width:calc(100% - 300px) !important}@media(max-width: 991px){.bottomnav .ApRow .ApColumn:first-child{text-align:center;width:100% !important}.bottomnav .ApRow .ApColumn:first-child .left_header{justify-content:center;gap:20px}}.bottomnav .ApRow .ApColumn:last-child{width:300px !important}@media(max-width: 991px){.bottomnav .ApRow .ApColumn:last-child{text-align:center;width:100% !important;justify-content:center !important;padding-top:0 !important}}.box-slider>.ApColumn{width:100% !important}.header-top{padding:45px 0 35px;transition:margin .3s ease-in}@media(max-width: 756px){.header-top{padding:10px 0}}.header-nav{font-size:14px;padding:10px;background:#010c4a;color:#fff}.header-nav a{color:#fff}.header-nav a.signin{margin-right:10px}.header-nav.hide-bar{transform:translateY(-30px)}.header-nav a,.header-nav{transition:all .3s ease-in}.header-nav a:hover{color:#a340ff !important}.list-cate-wrapper{display:none}#leo_search_block_top .block_content{border:none;border-bottom:2px solid #a340ff;border-radius:0}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]{padding:0 5px;text-align:left;height:30px;font-size:14px;line-height:21px;color:#010101}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]::-moz-placeholder{color:#010101;font-size:14px;line-height:21px}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]::placeholder{color:#010101;font-size:14px;line-height:21px}#logo_row_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}@media(max-width: 765px){#logo_row_header{margin-bottom:0}}#logo_row_header #cart-block{color:#010101;font-size:16px;cursor:pointer}.header-top .ApColumn .block{margin:0;padding:0}#leo_search_block_top .block_content{padding:0}#leo_search_block_top .block_content button[type=submit]{display:none}#leosearchtopbox{width:100%}#leo_search_block_top .block_content .leoproductsearch-result{position:relative;display:flex;align-items:center}#leo_search_block_top .block_content .leoproductsearch-result i{background-image:url(../img/layout/magnifier.svg);width:17px;height:17px;display:block;cursor:pointer;background-size:cover}#leo_search_block_top .block_content .leoproductsearch-result i:hover{background-image:url(../img/layout/magnifier-hover.svg)}.cart-preview .header{margin-top:0;display:flex;align-items:center;justify-content:center}.cart-preview .header picture{background:#a340ff;display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;margin-right:5px;border-radius:50%}.cart-preview .header picture img{filter:invert(100%) sepia(100%) saturate(0) hue-rotate(22deg) brightness(106%) contrast(105%)}.nav.megamenu.horizontal{list-style:none;width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:0px}.nav.megamenu.horizontal li{margin-right:19px}.nav.megamenu.horizontal li.last_element{margin-right:0;margin-left:auto}.nav.megamenu.horizontal li.fat_menu a{font-weight:700}@keyframes flashMenu{0%{color:#010101}50%{color:#fe6700}100%{color:#010101}}.nav.megamenu.horizontal li.last_element a{background-color:#fe6700;padding-bottom:0 !important;padding:0px 15px 0;border-radius:20px;color:#fff;font-weight:500;transition:background-color .3s ease-in;margin-bottom:24px}.nav.megamenu.horizontal li.last_element a:hover{background-color:#3e2780;color:#fff !important}#prices-drop .nav.megamenu.horizontal li.last_element a{animation:none;color:#fff !important}#prices-drop .nav.megamenu.horizontal li.last_element a:active{animation:none;color:#fff !important}.leo-megamenu .navbar-nav>li.active>a,.leo-megamenu .navbar-nav>li:hover>a,.leo-megamenu .navbar-nav>li:focus>a{color:#a340ff}.header-menu{border:none}.header-menu:before{display:none}.iview-controlNav div.iview-items ul li a.iview-control{width:8px;height:8px;background-color:#010101;opacity:1;margin:0 4px}.iview-controlNav div.iview-items ul li a.iview-control.active,.iview-controlNav div.iview-items ul li a.iview-control:hover{transform:scale(1);background-color:#a340ff}.ApColumn .block{margin-bottom:0}.my_box_container{box-shadow:0px 12px 17px rgba(0,0,0,.06);border-radius:5px;display:grid;grid-template-columns:repeat(4, 1fr);padding:34px 24px 34px 30px;margin-bottom:64px}.my_box_small{display:flex;align-items:center;justify-content:flex-start}.my_image_container{margin-right:25px}.my_box_container p{color:#010101;font-weight:600;font-size:16px;line-height:19px;margin:0;text-align:left}.box-slider{padding-bottom:0 !important;margin-bottom:38px !important}.leo-cart-dropdown-action a.btn.cart-dropdow-checkout{background-color:#3e2780}.content.tab_links_container{display:grid;grid-template-columns:repeat(8, 1fr);text-align:center;grid-gap:30px 5px}.tab_links_container a{display:block}.tab_links_container img{margin-bottom:11px;transition:transform .2s ease-in;max-width:100%}.tab_links_container p{font-size:13px;line-height:14px;color:#010101;font-weight:400;transition:color .2s ease-in,font-weight .2s ease-in}.tab_links_container a:hover p{color:#3e2780;font-weight:700}.tab_links_container a:hover img{transform:scale(0.9)}.ApColumn .title_block{color:#010c4a !important;font-family:"Roboto";font-style:normal;font-weight:600 !important;font-size:24px !important;line-height:1.5 !important;text-align:center;padding-left:0 !important;padding-bottom:15px !important;width:-moz-fit-content;width:fit-content;margin-left:auto !important;margin-right:auto !important;text-transform:uppercase !important}.ApColumn .title_block:before{top:auto !important;bottom:0 !important;height:2px !important;background:#a340ff !important;width:90% !important;left:5%;content:"";display:block;position:absolute}#findTab .nav-item a.nav-link{color:#696868;font-size:15px;line-height:52px;display:block;padding:0 35px;background-color:#f1f1f1;font-weight:400;text-transform:unset;border-radius:0;border:none !important;transition:background-color .3s ease-in}#findTab .nav-item{margin:0}#findTab .nav-item a.nav-link.active{background-color:#fff;font-weight:700;color:#000;border:none}#findTab .nav-tabs .nav-link:focus,#findTab .nav-tabs .nav-link:hover{border:none}#findTab .nav-tabs .nav-link{border:none}#findTab{padding-bottom:40px}.find_for_you{padding-bottom:41px;border-bottom:1px solid #d8d8d8}.ApColumn .block.find_for_you{margin-bottom:60px}.tab-pane[aria-labelledby=size-tab] .img_container{padding:0 10px}.tab-pane[aria-labelledby=producent-tab] .img_container{padding:0 0px;display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:11px;min-height:82px}.tab-pane[aria-labelledby=producent-tab] .tab_links_container img{margin:0}.thumbnail-container .product-title a{display:block;text-align:center;color:#000;font-size:15px;line-height:1.5;margin-bottom:25px;font-weight:500;height:68px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.product-flags{display:flex;flex-direction:column;padding:0;text-align:center;top:21px;left:0}.product-flags .product-flag{display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;line-height:25px;padding:0 18px;border-radius:5px}.product-flags .product-flag.new{background-color:#9a40eb}.product-flags .product-flag.discount{background-color:#fe6700}.thumbnail-container .product-price-and-shipping{display:flex;align-items:center;justify-content:center;min-height:25px;font-size:20px}.box-ptabs .nav-tabs .nav-item a:hover,.box-cate .widget-category_image a:hover,.thumbnail-container .product-title a:hover,.leo-megamenu .navbar-nav>li>a:hover,.leo-megamenu .navbar-nav>li>a:focus,.leo-megamenu .navbar-nav>li>a:active{color:#a340ff !important}#leo_search_block_top .ac_results{min-width:320px}.thumbnail-container .product-price-and-shipping .price{color:#a340ff;font-size:16px;line-height:1.5px;font-weight:600}.thumbnail-container .product-price-and-shipping .regular-price{font-size:16px;line-height:24px;font-weight:400}.thumbnail-container .product-meta{padding:0 21px 21px}.box-product .owl-carousel .owl-item.active:before,.box-ptabs .owl-carousel .owl-item.active:before,.box-tdeals .owl-carousel .owl-item.active:before{display:none !important}.button_container a{display:flex;align-items:center;justify-content:center;width:100%;background-color:#3e2780;border-radius:5px;height:40px;padding:0 17px;font-size:14px;line-height:26px;font-weight:600;margin-top:12px;transition:color .3s ease-in,background-color .3s ease-in;color:#fff}.button_container a:hover{color:#fff;background-color:#a340ff}.button_container a img{transition:filter .3s ease-in}.button_container a:hover img{filter:brightness(0) invert(1)}.thumbnail-container{margin-bottom:0}article.product-miniature{background-color:#fff;border-radius:5px;transition:box-shadow .2s ease-in}article.product-miniature .product-card-widget-stars #ekomi-product-widget-identifier{display:none}article.product-miniature .product-card-widget-stars #widget-container{width:100%;display:flex;align-items:center;justify-content:center}.list article.product-miniature{float:left}.product_list .ajax_block_product{border:none}.list .col-xl-4,.page-prices-drop .grid .col-xl-4{margin-bottom:30px}.product_list.list .thumbnail-container .product-title a{text-align:left}#category .product_list .ajax_block_product{margin-bottom:30px}.product_list{border:none;box-shadow:none}.product_list.list .product-title a{margin-bottom:0 !important}.product_list.list .product-price-and-shipping{justify-content:flex-start}.product_list.list .button_container a{max-width:175px}.product_list li{margin-bottom:33px}.light_gray_bg{position:relative;padding-top:94px;margin-bottom:0px !important;z-index:1}.light_gray_bg::before{height:100%;width:100vw;content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);background-color:rgba(216,216,216,.3)}.dark_gray_bg.light_gray_bg::before{background-color:#eaeaea}.owl-theme .owl-controls .owl-pagination{margin:66px 0 0 !important;display:flex;align-items:center;justify-content:center}.owl-theme .owl-controls span{margin:0 4px !important;background-color:#babcbc !important}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#3e2780 !important}.ApColumn .block.products_block{margin-bottom:58px}.blog-viewall{width:100%;display:flex;align-items:center;justify-content:center;margin:70px 0 88px}.blog-viewall .btn-primary{background-color:#3e2780;border-radius:5px;color:#fff;display:flex;padding:16px 32px;font-weight:600;text-transform:unset;transition:color .3s ease-in,background-color .3s ease-in}.blog-viewall .btn-primary:hover{color:#fff;background-color:#24b28c}.blog_carousel .owl-carousel .owl-item{padding:0 10px 0 0}.blog_carousel .owl-carousel .owl-item .blog-container{min-height:440px !important}.blog_carousel .block_content{padding:0 15px}.blog_carousel .item{background-color:#fff;border-radius:8px;overflow:hidden}.owl-carousel.owl-loading::before,#back-top a{background-color:#a340ff !important}#back-top a:hover{color:#fff !important;background-color:#010c4a !important}.latest-blogs .blog-desc{max-height:147px !important;color:#010101 !important;font-weight:400 !important;margin:0 0 18px !important;line-height:21px !important;overflow:hidden !important}.latest-blogs .blog-image-container{margin:0 !important;overflow:hidden}.latest-blogs{padding-bottom:0}.latest-blogs .blog-image-container img{max-height:200px;-o-object-fit:cover;object-fit:cover}.latest-blogs .right-block .author{display:none}.latest-blogs .right-block .nbcomment{display:none}.right-block{padding:20px}.latest-blogs .blog-meta>span{display:inline-block;vertical-align:top;margin:0;width:100%;color:#696868;font-style:initial;font-size:12px;line-height:21px;margin-bottom:4px;text-transform:lowercase}.latest-blogs .blog-title{font-size:18px;text-transform:inherit;line-height:24px;margin:0 0 4px;font-weight:600;height:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:initial;color:#010101}.see_more_blog img{margin-left:12px}.manufacturers_block img{opacity:1 !important;border-radius:5px}.manufacturer-image-container{text-align:center;border:1px solid rgba(0,0,0,0);border-radius:5px;transition:border-color .3s ease-in}.manufacturer-image-container a{display:block}.manufacturer-image-container:hover{border-color:#3e2780}.footer_seo{text-align:justify}.footer_seo h3,.my_footer_row h3{color:#010101;font-size:18px;line-height:24px;font-weight:600;margin-bottom:15px}.footer_seo p{color:#010101;font-size:12px;line-height:20px;font-weight:400;margin-bottom:14px}.my_footer_row{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px 0}.my_footer_row.top_row{display:flex;justify-content:space-between;flex-wrap:wrap}.my_footer_row.top_row .my_footer_col{width:25%;margin:0 !important}@media(max-width: 767px){.my_footer_row.top_row .my_footer_col{width:50%}}.row.footer_inside_row{margin:0}.row.footer_inside_row>div{padding:0}.adres_container p{color:#010101;font-size:12px;line-height:20px;margin:0}.adres_container p a{color:#010101;display:block}.my_footer_row li a{display:block;font-size:13px;line-height:20px;margin-bottom:8px}#footer a:hover{color:#a340ff}.my_footer_row ul{margin-bottom:16px}.img_footer_container img{width:auto;max-width:100%}.img_footer_container{display:grid;grid-gap:24px 0;margin-top:9px}.footer{background:#f5fafe}.my_footer_content{display:flex;flex-wrap:wrap;flex-direction:column}.my_footer_row h4{font-size:13px;line-height:20px;font-weight:600;margin-bottom:10px}.my_footer_col.informacje,.my_footer_col.bezpieczne_platnosci{margin-right:60px}.my_footer_col.moje_konto{margin-right:66px}.footer_social_media_container{margin-top:20px}.footer_social_media_container img{margin-right:24px;transition:transform .2s ease-in}.footer_social_media_container a:hover img{transform:scale(0.9)}.my_footer_content>a{display:block;margin-bottom:3px;line-height:20px}.single_element h3{margin-bottom:0}.single_element{margin-top:5px;margin-bottom:14px}.leo-fly-cart-total{background-color:#a340ff}.footer-bottom .inner,.footer-center .inner{border:none}.footer-top{background-color:#3e2780;padding:0;margin:0}.footer-top .container{max-width:100%;margin:0;padding:0;width:100%}.footer-top .ApColumn .block{margin:0}#cta_row{display:flex;flex-wrap:wrap;padding:0;margin:0}#cta_row .ApColumn{display:flex;align-items:center;justify-content:center;color:#fff}#cta_row .col-xl-6{float:unset;width:unset;flex:0 0 50%;max-width:50%;display:flex;align-items:center;padding:0}#cta_row .col-xl-6.left_cta{justify-content:flex-end;padding-right:158px}#cta_row h3{color:#fff;font-size:28px;line-height:42px;margin-bottom:55px;text-align:center;font-weight:700}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}#cta_row p{color:#000;font-size:31px;line-height:34px;text-align:center;background-color:#fff;border-radius:5px;padding:16px;font-weight:700;margin-bottom:0;animation-duration:2s;animation-name:bounceIn;animation-iteration-count:infinite}#cta_row p a,#cta_row p a:hover{color:#000}#cta_row .links_cta{display:flex;align-items:center}#cta_row .links_cta p{animation:none;color:#fff;background-color:rgba(0,0,0,0);padding:0;margin:0;font-size:14px;line-height:14px;margin:0 40px 0 0;font-weight:500}#cta_row .footer_social_media_container{margin:0}.links_cta{margin-top:72px}#cta_row .footer_social_media_container img{width:44px}.footer-center .inner{padding-top:75px}.footer-bottom,.footer-bottom .inner{padding:0}.footer-bottom .ApColumn .block{margin-bottom:0}.bottom_row{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;margin-top:100px}.bottom_row p{margin:17px 0 27px;color:#010101;font-size:13px;line-height:18px;width:100%;text-align:center}.salony_row{padding-bottom:34px}.salony_row .title{background-color:#fff;text-align:center;width:100%;font-size:18px;font-weight:600;padding:20px 110px;color:#696868;transition:color .2s ease-in,background-color .2s ease-in}.salony_row a:hover .title{color:#fff;background-color:#3e2780}.salony_row .item{border-radius:5px;overflow:hidden}#main .page-footer{display:none}.manufacturers_block{padding-top:104px;margin-bottom:70px !important}#wrapper .breadcrumb{margin-bottom:0;padding-bottom:24px;border-bottom:2px solid #f6f6f6;margin-bottom:33px}#product #wrapper .breadcrumb{margin-bottom:18px}#wrapper .breadcrumb li::after{margin:0 10px 0 5px}#wrapper .breadcrumb li a{color:#696868;font-size:11px;line-height:23px;text-transform:lowercase}#wrapper .breadcrumb li:last-child a{color:#a340ff;text-decoration:none}.block-category #category-description{margin-top:0}.block-category #category-description p:first-child{color:#010101;font-size:14px;line-height:22px;margin-bottom:24px}.products-selection{padding-top:0;padding-bottom:0;margin-bottom:24px;border-bottom:none}#js-product-list-top .row{display:flex;justify-content:space-between}#js-product-list-top .total-products{order:2;display:flex;justify-content:flex-end}#js-product-list-top .total-products p{display:none}.products-selection .display>div a{height:33px;display:flex;align-items:center;justify-content:center}.products-selection .display>div a[title=Grid]{width:36px}.products-selection .display>div a[title=List]{width:43px}.products-selection .display>div{margin-right:13px}.products-selection .display>div#list{margin-right:0}.products-selection .display>div a img{transition:filter .2s ease-in}.products-selection .display>div a:hover img{filter:grayscale(1)}.sort_border{margin-left:15px;padding:7px 16px;border:1px solid #d8d8d8;border-radius:4px;display:flex;align-items:center;justify-content:flex-start;transition:background-color .2s ease-in}.products-selection .sort-by{padding-left:0;padding-right:0;color:#3e2780;font-weight:600;font-size:13px;line-height:39px;display:block;margin:0 5px 0 0}.sort_border .col-md-3,.sort_border .col-md-9{float:unset !important;width:auto !important;padding:0}.products-selection button.select-title{padding:0;color:#010101;font-size:13px;line-height:36px;border:none;display:flex;align-items:center;justify-content:flex-start;margin:0 0 0 3px}.chevron_sort_container{display:flex;position:relative;background-color:#3e2780;align-items:center;justify-content:center;border-radius:4px;width:32px;height:32px;margin-left:46px;transition:transform .3s ease-in}.chevron_sort_container img{filter:brightness(0) invert(1);transform:rotate(90deg) translateX(2px);transition:transform .1s ease-in}button[aria-expanded=true] .chevron_sort_container{transform:rotate(180deg)}button[aria-expanded=true] .chevron_sort_container img{transform:rotate(90deg) translateX(0)}.products-sort-order .dropdown-menu{left:0;width:calc(100% - 20px);border:1px solid #d8d8d8;border-radius:0 0 4px 4px;font-size:12px;padding:0;margin:9px 0 0 0;border-top:none}.products-sort-order .select-list:hover{background-color:#fff}.products-selection .display{float:unset;display:flex;align-items:center}#category .products-selection{margin-bottom:62px}.pagination{background-color:unset;border-radius:0;padding:0;margin-top:50px;margin-bottom:50px}.pagination .page-list{display:flex;align-items:center;justify-content:flex-start;padding:0;width:auto;float:left}.pagination .page-list li{padding:0;width:37px;height:37px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:24px;color:#696868;border-radius:4px}.pagination .page-list li:last-child a{border-right:none}.pagination .page-list li:last-child a span{display:none}.pagination .page-list li:last-child a span.spacer{display:block}#category-description{padding:50px;line-height:1.5}#category-description h2{font-size:1.25rem}.pagination a{color:#696868;display:flex;width:100%;height:100%;align-items:center;justify-content:center;transition:background-color .3s ease-in,color .3s ease-in;border-radius:4px;margin-right:1px}.pagination a:hover,.pagination .current a{background-color:#3e2780;color:#fff !important}.pagination .page-list a.next img{transform:translateX(1px)}.pagination .page-list a.previous img{transform:rotate(-180deg) translate(1px, -1px)}.pagination .page-list a.next:hover img,.pagination .page-list a.previous:hover img{filter:brightness(0) invert(1)}#left-column .card-header{display:none}#left-column .card{border:none}#left-column .card-block{padding:0}.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink,.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover,.PM_ASearchTitle,.PM_ASBlockOutputHorizontal a,.PM_ASBlockOutputVertical a{font-weight:500}.PM_ASForm li{display:flex;align-items:center;justify-content:flex-start;position:relative}.PM_ASForm label{margin-bottom:0}.PM_ASForm li div{width:100%}.PM_ASCriterionCheckbox{width:14px;height:14px;position:relative;z-index:5;margin-right:13px;opacity:0}.PM_ASForm label::after{width:14px;height:14px;left:0;top:5px;content:"";position:absolute;border:1px solid #bcbcbc}.PM_ASForm label::before{width:10px;height:10px;left:2px;top:7px;content:"";position:absolute;background-color:#3e2780;opacity:0;transition:opacity .2s ease-in}.PM_ASForm input:checked+label::before{opacity:1}.PM_ASBlockOutputVertical a{color:#696868;display:block;width:100%;line-height:24px}.PM_ASBlockOutput{padding-left:26px}.PM_ASBlockOutputVertical .PM_ASSubmitSearch{background-color:#3e2780;padding:7px 31px;font-weight:700;text-transform:initial;font-size:14px;line-height:21px;border-radius:5px;transition:color .2s ease-in,background-color .2s ease-in}.PM_ASBlockOutputVertical .PM_ASSubmitSearch:hover{color:#3e2780;background-color:rgba(0,0,0,0)}.PM_ASForm .text-center{text-align:left !important;padding:0}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{width:16px;height:16px;border-radius:50%;background-color:#3e2780;background-image:none;border:none;transition:transform .2s ease-in;cursor:pointer}.ui-state-default:hover,.ui-widget-content .ui-state-default:hover,.ui-widget-header .ui-state-default:hover{transform:scale(1.1)}.ui-slider .ui-slider-range{background:#3e2780}.PM_ASCritRange{border-radius:0;height:2px;border:none}.ui-slider-horizontal .ui-slider-range{top:2px}.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle{border:none}.PM_ASBlockOutputVertical .PM_ASResetSearch{border:1px solid #d8d8d8;box-shadow:2px 2px 11px 0 rgba(0,0,0,.1);border-radius:4px}.PM_ASCritRangeValue{margin-top:10px}.ApColumn .block.day_hit{border-radius:0 4px 4px;border:1px solid #fe6700;padding:0;margin:76px 0 0 0;position:relative}.ApColumn .block.day_hit::after{position:absolute;top:0;left:-1px;background-color:#fe6700;color:#fff;font-size:24px;line-height:21px;font-weight:700;padding:12px 24px;border-radius:8px 8px 0 0;transform:translateY(-100%)}.ApColumn .block.day_hit::before{position:absolute;top:-76px;width:100%;height:2px;background-color:#d8d8d8;content:""}html[lang=pl] .ApColumn .block.day_hit::after{content:"Hit Dnia!"}#category .ApColumn .block.day_hit .ajax_block_product{margin:0 !important}.block.day_hit .product_list .ajax_block_product .product-flags{display:none}.block.day_hit .button_container a img{filter:brightness(0) invert(1)}.footer_seo{padding-right:30px}.zoomContainer,.product-thumb-images .thumb{border-radius:4px}.product-thumb-images .thumb.selected,.product-thumb-images .thumb:hover{border-color:#a340ff}.product-detail.product-thumbs-bottom .product-thumb-images{padding-left:0;padding-right:0}.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev{left:0;border-radius:5px 0 0 5px}.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next{right:0;border-radius:0 5px 5px 0}#thumb-gallery .slick-arrows .slick-arrow{height:100%}.slick-list:hover+.slick-arrows .slick-next,.slick-list:hover+.slick-arrows .slick-prev,.slick-arrows .slick-next.slick-disabled:hover,.slick-arrows .slick-prev.slick-disabled:hover{background-color:rgba(52,214,173,.5)}.slick-arrows .slick-next:hover,.slick-arrows .slick-prev:hover{background-color:#34d6ad}.product-add-to-cart{margin-bottom:15px}.product-actions{margin-bottom:44px}.product-detail>.row{margin:0}.product-detail>.row>div[class^=col-]{padding-left:15px;padding-right:15px}.product-detail>.row>div.col-form_id-form_9367402777406408{width:calc(50% + 58px)}.product-detail-name{text-transform:initial;margin-top:0;font-size:20px;line-height:30px;margin-bottom:16px;font-weight:600;color:#2e2925;width:520px;max-width:100%}.product-detail{padding-top:0}#product .product-actions .add-to-cart{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#010c4a;border-radius:5px;width:100%;font-size:16px;line-height:24px;font-weight:700;text-transform:initial}#product .product-actions .add-to-cart:hover{background-color:#a340ff}#product .product-actions .add-to-cart[disabled]{filter:grayscale(1)}.my_availability_box{display:flex;align-items:center;justify-content:flex-start}.my_availability_box .single_box{margin-right:16px}.my_availability_box .single_box.dostepnosc{display:none}.my_availability_box{margin-bottom:11px}.my_availability_box .single_box p,.my_manufacturer p,#leo_product_reviews_block_extra .rating_label{font-size:12px;margin:0;line-height:18px;font-weight:400;color:#010101}.my_manufacturer{display:flex;flex-wrap:wrap;flex-direction:column}.my_manufacturer .product-manufacturer{display:flex}.my_manufacturer .product-manufacturer .manufacturer-logo{max-height:115px;padding:0;border:none}.my_box_container.product_container{padding:0;box-shadow:none;margin:0;grid-template-columns:repeat(3, 1fr)}#product .my_box_container.product_container{margin-bottom:20px}.my_box_container.product_container p{font-size:10px;line-height:12px}.my_box_container.product_container .my_image_container{margin-right:9px}#leo_product_reviews_block_extra .reviews_note:before{display:none}#leo_product_reviews_block_extra .reviews_note{float:unset;padding:0;margin:0}#leo_product_reviews_block_extra{display:flex;align-items:center;justify-content:flex-start;margin:0}#leo_product_reviews_block_extra .rating_label{margin-right:10px}.my_rating_container{margin-bottom:11px}.star_content .star{width:15px;height:15px;position:relative;margin:0 2px}.star_content .star:before,div.star.star_on:before,div.star.star_hover:before{color:#ebebeb;font-size:16px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}div.star.star_on:before,div.star.star_hover:before{color:#3e2780}.product-quantity #quantity_wanted{width:100%;text-align:left}.product-actions .control-label{color:#010101;font-size:14px;line-height:18px;margin:0 auto;text-align:left;font-weight:400;text-transform:initial;width:100px;margin-right:5px;min-width:unset;max-width:unset;margin-left:0}.product-variants>.product-variants-item{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px}.product-variants>.product-variants-item select{min-height:34px;max-width:419px}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 6px)}.product-detail>.row>div.col-form_id-form_15874367062488778{padding-left:15px;width:calc(50% - 58px)}.product-add-to-cart .product-quantity .qty{margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{background-color:#f0f0f0;width:419px;height:34px;color:#696868;font-size:14px;line-height:21px;border:none;padding-top:5px 16px;border-radius:5px;cursor:pointer;outline:none !important;-moz-appearance:none;-webkit-appearance:none;background-image:url(../img/layout/chevron_violet.svg);background-repeat:no-repeat;background-position:calc(100% - 16px) center;background-size:auto}.product-actions .product-variants{margin:0}#add-to-cart-or-refresh .clearfix::after{display:none}.price_container{display:flex;align-items:flex-end;justify-content:flex-start;margin-top:47px;margin-bottom:18px}.price_container .product-prices,.price_container .product-prices .product-price{margin:0;width:100%;display:flex;flex-wrap:wrap;gap:20px}.price_container .current-price{color:#010101;font-size:28px;line-height:18px;font-weight:600;display:block !important;margin-right:20px !important}@media(max-width: 767px){.price_container .current-price{width:100%}}.price_container .product-discount{color:#696868;font-size:20px;line-height:18px}@media(max-width: 767px){.price_container .product-discount{width:100%}}.price_container .product-discount .regular-price{margin-right:0}.phone_single{display:flex;justify-content:flex-start;align-items:center}.phone_single p{color:#1a1a1a;font-size:14px;line-height:18px;margin-right:8px;font-weight:400;margin-bottom:0}.phone_single p strong{font-weight:700}.phone_single p a{transition:color .2s ease-in}.raty_boxes_container{display:flex;align-items:center;margin-top:15px;gap:6px;padding-bottom:21px;border-bottom:1px solid #f6f6f6;margin-bottom:16px;flex-wrap:wrap;justify-content:center}.raty_boxes_container br{display:none}.raty_boxes_container p{margin-bottom:0}.raty_boxes_container>div{border-radius:4px;display:flex;align-items:center;justify-content:center}@media(max-width: 500px){.raty_boxes_container>div{width:100%}}.raty_boxes_container>div picture{max-width:150px;display:block}.raty_boxes_container>div picture img{width:100%;max-width:150px}.raty_boxes_container>div.santander{border:none;align-items:center;justify-content:center;display:flex}.botton_product_container{display:flex;justify-content:center;gap:20px;align-items:center}.botton_product_container a{display:block;background:#a340ff;padding:10px;border-radius:4px}.botton_product_container a img{margin-right:0 !important}a:focus,a:hover,.blog-title a:focus,.blog-title a:hover,.blog-container a:focus,.blog-container a:hover{color:#a340ff}.more-info-product{border-radius:4px;padding:35px 50px 50px}.product_base_info{background:#fff;padding:25px;border-radius:4px}.category-products .products-section-title,.more-info-product .title-info-product{position:relative;color:#010c4a;font-family:"Roboto";font-weight:600;font-size:24px;line-height:1.5;text-align:center;padding-left:0;padding-bottom:10px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px;text-transform:uppercase}.category-products .products-section-title:before,.more-info-product .title-info-product:before{content:"";position:absolute;top:auto;bottom:0;height:2px;background:#a340ff;width:90%;left:5%;display:block}.product-features h3{display:none}.product-features{margin:0 0 40px}.product-features>dl.data-sheet{margin-bottom:0}.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name{padding:0;margin:0;font-size:15px;line-height:20px;font-weight:500;color:#010101;min-height:31px;padding:8px;background-color:#fff;text-transform:initial;display:flex;align-items:center}@media(max-width: 765px){.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name{font-size:13px}}.product-features>dl.data-sheet dd.value{color:#3e2780}#description iframe{width:100%;min-height:412px}#description h2{color:#010101;font-size:20px;line-height:30px;margin-bottom:13px;font-weight:400}#description{font-size:13px;line-height:18px;color:#010101}#description p{font-size:13px;line-height:18px}#product_reviews_block_tab .review{border-bottom:1px solid #33d5ad}.product-name a:hover,.leo-fly-cart-icon-wrapper a:hover,#checkout-addresses-step a:hover{color:#3e2780 !important}.leo-cart-dropdown-action a.btn:hover,.leo-cart-dropdown-action a.btn:focus,.leo-cart-dropdown-action a.btn:active:focus,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:active:focus,.btn-outline:hover,.btn-outline:focus,.btn-outline:active,.btn-outline.active{color:#fff !important;background:#a340ff !important}.leo-cart-dropdown-action a.btn,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout{transition:all .3s ease-in}#product .product-actions .add-to-cart{transition:all .3s ease-in}.btn-outline{transition:all .3s ease-in;background-color:#ccc;border-color:#ccc;border-radius:5px}.btn-outline:hover{color:#fff !important;background-color:#3e2780}.custom-radio input[type=radio]:checked+span{background-color:#3e2780}.btn-primary{color:#fff;font-weight:600;font-size:14px;background-color:#010c4a;transition:all .3s ease-in;border-radius:5px;padding:10px 40px;text-transform:inherit}.btn-primary:hover{background:#a340ff}.form-control{background-color:#fff;border:1px solid #e6e5e5;border-radius:5px}.form-control:focus{color:#010101;border-color:#3e2780}#customer-form .form-control-valign label{margin-right:15px}.input-group{outline:none !important}.cart-summary-products .btn-outline{text-transform:uppercase}body#checkout [data-action=show-password],#authentication [data-action=show-password]{background:#ccc;transition:all .3s ease-in;height:35px}body#checkout [data-action=show-password]:hover,.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle,.btn-primary:focus,.btn-primary.focus,#authentication [data-action=show-password]:hover{background:#3e2780}#cta_row{overflow:hidden}#checkout .my_box_container.product_container .my_image_container{flex:0 0 100%;max-width:100%;text-align:center}#checkout .my_box_small{flex-wrap:wrap}#checkout .my_content_container{text-align:center;display:flex;width:100%;justify-content:center;padding:0 10px;min-height:36px}#checkout .my_box_container.product_container p{text-align:center}body#checkout section.checkout-step .address-item.selected{border-radius:5px;border-color:#3e2780}body#checkout #order-summary-content .summary-selected-carrier,body#checkout #order-summary-content .order-confirmation-table{border-radius:5px}.btn-primary.disabled:hover,.btn-primary:disabled:hover{background-color:#a94442}.summary-selected-carrier .row{display:flex;align-items:center}.form-control-valign{display:flex;align-items:center}.form-group.row{display:flex;align-items:center}.product-actions .control-label{text-transform:uppercase}#customer-form .form-control-valign label{margin-bottom:0 !important;display:flex;align-items:center}#identity .radio-inline .custom-radio,#authentication .radio-inline .custom-radio{margin-right:5px}.page-my-account #content .links a:hover i{color:#3e2780}.category-depth-level-3 #PM_ASCriterionsGroup_1_4{display:none}#configure .img_container{display:flex;width:100%;align-items:center;justify-content:center;min-height:117px}.page-prices-drop #js-product-list-header{text-align:center;margin:20px auto 30px;font-size:30px;text-transform:capitalize}.movies_page .half_w_movies{margin-top:30px}.movies_page iframe{width:100%}.movies_page .half_w_movies iframe{min-height:290px}.movies_page .full_w_movies iframe{min-height:470px}#cms #content-wrapper p,#cms #content-wrapper li{color:#000;font-size:13px;line-height:1.3;margin-bottom:10px;font-weight:400}.leo-megamenu .dropdown-menu{min-width:256px;padding:28px;border-radius:7px;box-shadow:0px 12px 29px rgba(0,0,0,.25);top:calc(100% - 5px);background:#fff}.leo-megamenu .dropdown-menu li{margin-bottom:25px;margin-right:0 !important}.leo-megamenu .dropdown-menu li a{padding:0;color:#010c4a;font-size:16px;transition:all .3s ease-in}.leo-megamenu .dropdown-menu li a:hover span{color:#a340ff !important}.leo-megamenu .dropdown-menu li a span{color:#010c4a !important;transition:all .3s ease-in}.leo-megamenu .dropdown-menu li a:hover,.leo-megamenu .dropdown-menu li a:hover .menu-title{color:#a340ff}.dropdown-toggle::after{display:none}.nav.megamenu.horizontal li:last-child{margin-bottom:0}.leo-megamenu .dropdown-menu::after{content:"";position:absolute}.bottomnav{padding-top:10px;padding-bottom:10px}#order-confirmation #order-details{padding-left:15px;margin-top:30px}#order-confirmation #registration-form{margin-top:50px}#order-confirmation #order-items{border-right:none}.bestsller .item{padding-bottom:15px;padding-top:15px}#header{background-color:#fff}#header .header-nav{z-index:999}#header .header-nav.fixed{top:0;position:fixed;width:100%}#header .header-top{z-index:999}#header .header-top.fixed{position:fixed;width:100%}.header-logo img{transition:transform .3s ease-in;transform-origin:left}@media(max-width: 767px){.header-logo img{max-width:150px}}.mini-navbar .header-logo img{transform:scale(0.7)}.mini-navbar .header-top{margin-top:0px;transition:transform .3s ease-in}.mini-navbar #logo_row_header{margin-bottom:0}.mini-navbar .nav.megamenu.horizontal>li>a{padding-bottom:10px}.navbar-fixed-top{transition:all .3s ease-in}.navbar-fixed-top.mini-navbar{box-shadow:5px 5px 10px -8px #ccc;transform:translateY(-30px)}.cms-id-23 #main .page-header,.cms-id-23 #cta_row{display:none}.newsletter{width:700px;margin:90px auto 300px;max-width:100%}.newsletter h2{font-size:28px;line-height:39px;font-weight:700;text-align:center}.newsletter h2 span{color:#3e2780}#cart .cart-detailed-actions .btn.btn-outline{background-color:#3e2780;border:none}.cart-grid-body a.label:hover{color:#3e2780}.aeuc_from_label{display:none}.product-prices .current-price span[itemprop=price]{font-size:28px;line-height:18px}.my_salon_container h2{font-size:23px;text-align:left;margin-bottom:15px}#cms #content-wrapper .my_salon_container p{font-size:20px}#cms #content-wrapper .my_salon_container p a:hover{color:#3e2780}.my_salons iframe{width:100%;min-height:370px;box-shadow:0px 0px 20px rgba(204,204,204,.5)}.full_w_walk{margin-top:80px}.full_w_walk h2{font-size:2em;margin-left:-15px;margin-bottom:30px}.full_w_walk .bottom_link{width:100%;display:flex;align-items:center;justify-content:center}.img_salon_container{margin-bottom:15px;text-align:center}.img_salon_container img{max-width:100%}.list article.product-miniature{width:100%}.flex-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.flex-col48{flex:0 0 50%;max-width:50%}.box-cover .flex-col48{display:flex;justify-items:flex-start;flex:unset;max-width:unset;width:48%}.box-cover .flex-col48 p span{padding-left:30px;display:block}.flex-row.box-cover .flex-col48.cover-item:last-of-type p span{padding-left:0}.flex-row.box-cover .flex-col48.cover-item:last-of-type{display:block}.box-cover .flex-col48 img{max-width:100%;min-width:140px;height:auto;margin-right:30px}.desc-item{display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px}.desc-item img{width:auto;margin-right:20px}.desc-item p{padding-right:15px;margin:0}.hardness h3{text-align:center}.hardness img{margin:0 auto 15px}.hardness{text-align:center;width:100%}.flex-col100{display:flex;align-items:center;justify-content:flex-start}.flex-col100 img{margin-right:20px}.walk_container iframe{max-width:100%;border:none}#blog-category .panel.panel-default,.latest-blogs .blog-meta>span.icon-calendar,#module-leoblog-blog .social-share,.blog-description h1,#module-leoblog-category .panel.panel-defaul,#module-leoblog-category .blog-item .blog-meta,#module-leoblog-category h3.section-title,#module-leoblog-list .blog-meta{display:none}.blog-description{color:#000}.blog-item .blog-shortinfo{color:#000}#blogpage h1.blog-title{font-size:34px}#blogpage .extra-blogs{margin-top:30px}#blogpage .blog-detail .blog-meta{width:100%;border-bottom:2px solid #f7f7f7;padding-bottom:25px;margin-bottom:15px}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{background-color:#24b28c}#manufacturer #main h1{margin-bottom:30px}html[lang=en] .nav.megamenu.horizontal li.fat_menu:not(.last_element),html[lang=sk] .nav.megamenu.horizontal li.fat_menu:not(.last_element){display:none}#cms #main .page-content li{list-style:initial}#cms #main .page-content ul,#main .page-content ol{padding-left:30px}#cms #main .page-content ul,#main .page-content ul li{list-style:disc !important}#cms #main .page-content ol,#main .page-content ol li{list-style:decimal !important}#main .page-content ol li ul,#main .page-content ol li ul li{list-style:disc !important}#description ul,#description li,#description ol{list-style:inherit}#description ul{padding-left:30px}.products-sort-order .select-list:hover{color:#3e2780}.delivery-options-list .h6{margin-bottom:0}body#checkout section.checkout-step .delivery-option label{margin-bottom:0}body#checkout section.checkout-step .delivery-option{display:flex;align-items:center}#raty_baner{cursor:pointer}#newsletter_container{display:none;width:1200px;max-width:100%;margin:0 auto}.cms-id-23 #newsletter_container{display:block}.cms-id-23 .footer-top{background-color:rgba(0,0,0,0)}.block_newsletter form{margin:0;width:700px;border:none;height:auto;max-width:calc(100% - 30px);padding:0;background:rgba(0,0,0,0)}.newsletter-box .ApHtml h4{color:#fff;font-family:"Roboto",sans-serif;font-style:normal;font-weight:700;font-size:28px;line-height:1.1;margin-bottom:10px}.newsletter-box .ApHtml h5{color:#fff;margin-bottom:15px;font-weight:300}.newsletter-box .block_newsletter label a{color:#fff;font-weight:400;font-size:14px}.newsletter_container{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.newsletter_container .input-wrapper input{background:#fff;color:#010101;font-size:14px;line-height:34px;padding:7px 21px;width:100%;height:48px}.newsletter_container .input-wrapper{width:calc(100% - 150px)}.block_newsletter form button{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;line-height:24px;width:150px;background-color:#a340ff !important;color:#fff;right:0;position:relative;letter-spacing:.125em;border-radius:0;text-transform:uppercase;height:48px}.block_newsletter form button span{display:block}.block_newsletter .col-12{width:100%;position:relative;padding:0 15px}.block_newsletter .col-12 input{width:20px;height:20px;float:unset;margin-right:9px;opacity:0;position:relative;z-index:1;cursor:pointer}.block_newsletter .col-12 label{margin:0}.block_newsletter .col-12 a{color:#696868;font-size:13px;line-height:19px}.block_newsletter .col-12 label::before,.block_newsletter .col-12 label::after{position:absolute;content:"";left:15px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:0px;background:#fff;border:2px solid #fff}.block_newsletter .col-12 label::after{border:none;opacity:0;width:8px;height:8px;background-color:#a340ff;left:18px;top:10px;border-radius:0;transition:all 250ms ease}.block_newsletter .col-12 input:checked+label::after{opacity:1}.block_newsletter .title_block{display:none !important}.block_newsletter{color:#fff}.block_newsletter a{color:#fff !important;text-decoration:underline;margin:0 3px}.block_newsletter h3{margin-bottom:10px}.block_newsletter h5{margin-bottom:15px;color:#fff;font-weight:300;font-size:.9rem;line-height:1.5}.block_newsletter input{background:#fff;opacity:1 !important}.PM_ASCriterionsGroup.PM_ASCriterionsGroupStock{display:none !important}.pagination .page-list li:nth-child(4) span{width:37px;height:37px;display:flex;align-items:center;justify-content:center}body#checkout section.checkout-step .carrier-delay{display:none}#order-confirmation #order-details ul{padding-left:15px}#order-confirmation #order-details ul li:last-child{display:none}body#checkout .condition-label label a{font-weight:700}#checkout .modal-content ol,#checkout .modal-content ol li{list-style:decimal}#checkout .modal-content ul,#checkout .modal-content ul li{list-style:square}#checkout .modal-content ol,#checkout .modal-content ul{padding-left:30px}#checkout .modal-content ol+p{margin-top:20px}#checkout .modal-content .btn{margin-top:20px}body#checkout .modal-content{background-color:#fff}body#checkout .modal-content p,body#checkout .modal-content a,body#checkout .modal-content li{color:#000}.page-cart #oblicz-rate{display:none}.PM_ASCriterionsGroupPrices_drop .PM_ASLabelLink{text-transform:capitalize}.content_row.content_header_row{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 0 43px}.content_row.content_header_row img{display:block;margin:0 auto 20px}.content_row.content_header_row h1{-moz-columns:#2f2e2a;columns:#2f2e2a;font-weight:700;line-height:28px;font-size:32px;letter-spacing:.1px;margin:0 0 18px}.content_row.content_header_row p{color:#5b5957;font-size:20px;line-height:28px;letter-spacing:.1px;font-weight:400;margin:0}#our_salon_wrapper{position:relative;padding:120px 0 159px}#our_salon_wrapper::before{position:absolute;content:"";width:100vw;height:100%;top:0;left:50%;transform:translateX(-50%);background-color:#f7f8fa}.sinlge_row_salon{position:relative;z-index:1;background-color:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:10px;margin-bottom:120px;padding:30px;box-shadow:0px 4px 36px rgba(42,88,102,.25)}.sinlge_row_salon:last-child{margin-bottom:0}.sinlge_row_salon .map_wrapper,.sinlge_row_salon .contett_wrapper{flex:0 0 auto;width:50%}.sinlge_row_salon .map_wrapper{padding-right:15px}.sinlge_row_salon .map_wrapper iframe{width:540px;height:330px;border-radius:10px;max-width:100%}.sinlge_row_salon .contett_wrapper{padding-left:15px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{color:#5b5957;font-size:18px;line-height:24px;margin:0 0 10px;font-weight:400}.sinlge_row_salon .contett_wrapper h3{color:#2f2e2a;font-weight:700;font-size:30px;line-height:24px;margin:0 0 40px}.sinlge_row_salon .contett_wrapper .adres_wrapper{margin-bottom:30px}.sinlge_row_salon .contett_wrapper .adress_row{display:flex;align-items:center;justify-content:flex-start;margin:0 0 19px}.sinlge_row_salon .contett_wrapper .adress_row:last-child{margin-bottom:0}.sinlge_row_salon .contett_wrapper .ico_wparrer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-start;width:40px;padding-right:10px}.sinlge_row_salon .contett_wrapper .ico_wparrer img{display:block;margin:0;flex:0 0 auto}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p{flex:0 0 auto;color:#2f2e2a;margin:0;font-size:16px;font-weight:500;line-height:24px}.sinlge_row_salon .bottom_wrapper{width:100%;display:flex;align-items:flex-end;justify-content:space-between}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p{margin:0 0 4px;font-size:16px;line-height:24px;font-weight:500}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p:last-child{margin-bottom:0}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p.label{color:#b8b3ae;text-align:left;font-weight:400}.sinlge_row_salon .see_salon_button{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#fe6700;font-weight:500;font-size:16px;line-height:28px;letter-spacing:.1px;box-shadow:0px 4px 16px rgba(255,160,49,.25);border:1px solid #fe6700;border-radius:5px;width:226px;height:54px;transition:background-color .4s ease,color .4s ease}.sinlge_row_salon .see_salon_button img{transition:filter .4s ease;filter:brightness(0) invert(1);margin-left:18px}.sinlge_row_salon .see_salon_button:hover img{filter:invert(0) brightness(1)}.sinlge_row_salon .see_salon_button:hover{background-color:#fff;color:#fe6700}.cms-id-10 #main .page-header{display:none}@media(max-width: 1199px){#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{font-size:15px;line-height:20px}.sinlge_row_salon .contett_wrapper h3{font-weight:700;font-size:27px;line-height:20px;margin:0 0 30px}.sinlge_row_salon .contett_wrapper .adress_row{margin:0 0 12px}.sinlge_row_salon .see_salon_button{font-size:14px;width:206px;height:50px}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p{font-size:14px;line-height:21px}.product-description img{max-width:100%;height:auto}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{width:272px}.nav.megamenu.horizontal li{margin-right:13px}.nav.megamenu.horizontal{margin-bottom:10px}.my_box_container p{font-size:11px;line-height:15px}.content.tab_links_container{grid-template-columns:repeat(6, 1fr)}#recomended_container .col-lg-3{width:33.3333%}.latest-blogs .blog-image-container img{width:100%}#cta_row .col-xl-6.left_cta{justify-content:center;padding-right:15px}.footer_social_media_container img{margin-right:14px}.my_footer_row li a{line-height:16px;margin-bottom:13px}.product-detail-name{line-height:25px;margin-bottom:21px}.my_availability_box .single_box p,.my_manufacturer p,#leo_product_reviews_block_extra .rating_label{font-size:13px}.my_availability_box .single_box p strong{display:block}.my_availability_box .single_box{margin-right:45px}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;flex:0 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center}#product .my_box_small{flex-wrap:wrap}#product .my_box_container.product_container p{width:100%;text-align:center;margin-top:5px}.phone_single p{font-size:13px;line-height:15px}.PM_ASForm li div{display:flex}.PM_ASForm label{margin-bottom:0;display:initial;text-align:left}.PM_ASBlockOutputVertical a{color:#696868;display:block;width:100%;line-height:15px;margin-bottom:10px}.PM_ASForm label::after{top:0}.PM_ASForm label::before{top:2px}.PM_ASBlockOutputVertical .PM_ASResetSearch{margin-bottom:30px}.thumbnail-container .product-title a{font-size:12px;line-height:15px;margin-bottom:15px;height:60px}#category .button_container a,#module-pm_advancedsearch4-searchresults .button_container a{font-size:10px}.ApColumn .block.day_hit::after{font-size:17px;line-height:14px}.block.day_hit .ajax_block_product{margin-bottom:0}.adres_container p{font-size:10px;line-height:20px}}@media(max-width: 991px){.sinlge_row_salon{flex-direction:column}.sinlge_row_salon .map_wrapper,.sinlge_row_salon .contett_wrapper{width:100%;padding:0}.sinlge_row_salon .map_wrapper iframe{width:100%}.sinlge_row_salon .contett_wrapper{padding-top:30px}.nav.megamenu.horizontal li:last-child{align-items:center;width:100%;display:flex;justify-content:center}.nav.megamenu.horizontal .dropdown-menu-inner li:last-child{justify-content:flex-start}.nav.megamenu.horizontal li.last_element a{margin-bottom:12px;margin-top:12px}.product-variants>.product-variants-item,.product-add-to-cart .product-quantity .qty{justify-content:flex-start}.adres_container p{font-size:12px}.user_info_dr_materac a{margin-left:auto;margin-bottom:5px}.user_container{align-items:flex-start}.col-cart #cart-block{position:relative !important;bottom:unset !important;right:0 !important;margin:0}.nav.megamenu.horizontal{flex-direction:column}.nav.megamenu.horizontal li{margin-right:0;width:100%}.my_box_container{grid-template-columns:repeat(2, 1fr);grid-gap:30px 0}.my_box_container p{font-size:16px;line-height:19px}#findTab .nav-item{width:100%;text-align:center}#findTab{border:1px solid #ccc;margin-bottom:40px;padding-bottom:0;border-radius:5px}#findTab li:first-child,#findTab li:first-child a{border-radius:5px 5px 0 0 !important}#findTab li:last-child,#findTab li:last-child a{border-radius:0px 0px 5px 5px !important}#recomended_container .col-lg-3{width:50%}.thumbnail-container .product-title a{font-size:15px;line-height:20px}.salony_row .title{font-size:15px;padding:20px 15px}#cta_row .col-xl-6:not(.left_cta){display:none}#cta_row .col-xl-6{flex:0 0 100%;max-width:100%}#cta_row .col-xl-6.left_cta{padding:30px 15px}.my_footer_row{grid-template-columns:repeat(2, 1fr);grid-gap:30px 0}.bottom_row{margin-top:50px}.bottom_row img{max-width:90%;margin:0 auto}.block-category #category-description p:first-child{font-size:12px;line-height:19px}#category .ApColumn .block.day_hit .ajax_block_product{width:100%;max-width:unset}.pagination{margin-top:40px;margin-bottom:40px}.product-detail>.row>div.col-form_id-form_9367402777406408,.product-detail>.row>div.col-form_id-form_15874367062488778{width:100%;margin-bottom:20px}.product-detail-name{line-height:30px;margin-bottom:16px}#product .my_box_small{flex-wrap:unset}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;flex:unset;max-width:unset;display:flex;align-items:center;justify-content:flex-start}#product .my_box_container.product_container p{font-size:10px;line-height:12px;text-align:left;margin-left:15px}.my_availability_box .single_box p strong{display:initial}.raty_boxes_container>div img{width:100%}.phone_single p{font-size:14px;line-height:18px}.cart-preview .header span.hidden-sm-down{display:inline-block !important}.flex-col48{flex:0 0 100%;max-width:100%}.hardness img{max-width:100%;height:auto}}@media(max-width: 767px){.my_salon_container h2{margin-top:20px}.my_box_container p{font-size:13px;line-height:19px}.my_image_container{margin-right:15px}.content.tab_links_container{grid-template-columns:repeat(4, 1fr)}.left_header{justify-content:center}.user_container{align-items:center;justify-content:center;margin:0}.user_info_dr_materac a{margin:0px 0 0 15px}.col-search{display:none}.owl-theme .owl-controls .owl-pagination{margin:36px 0 0 !important}.my_footer_col.informacje,.my_footer_col.bezpieczne_platnosci{margin-right:30px}.my_footer_col.moje_konto{margin-right:30px}.hidden-md-up.text-xs-right.up{display:none}.products-sort-order .dropdown-menu{margin:7px 0 0 0}.block.day_hit .ajax_block_product{margin-bottom:0;width:100%}.block.day_hit .thumbnail-container{display:flex;align-items:center}.block.day_hit .thumbnail-container h3{max-width:300px;text-align:left}.block.day_hit .thumbnail-container h3 a{text-align:left}.thumbnail-container .product-meta{width:100%;padding:21px}#category .thumbnail-container .product-meta a,#module-pm_advancedsearch4-searchresults .thumbnail-container .product-meta a{font-size:14px;line-height:26px}#search_filter_toggler{display:none}#left-column #PM_ASBlock_1 .card-header{display:block;background-color:#3e2780;color:#fff;margin-bottom:15px;font-size:14px;line-height:15px;font-weight:600}.PM_ASBlockOutput{padding-left:0px}.PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after,.PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after{top:13px;right:10px}.sort_border .col-md-3,.sort_border .col-md-9{width:100% !important}.sort_border .col-sm-4{display:none}.products-sort-order .dropdown-menu{left:-10px}#logo_row_header{flex-wrap:wrap}.col-logo{width:45%;order:0}.col-cart{width:54%;order:1}.col-search{width:100%;order:2;display:block}#leosearchtopbox{width:100%}.header-menu .col-menu{position:absolute !important;top:-37px;right:0}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]{text-align:left;height:50px}#leo_search_block_top .block_content .leoproductsearch-result::after{top:18px}body .header-menu{margin-bottom:0 !important}.newsletter h2{font-size:18px;line-height:28px}}@media(max-width: 650px){.box-cover .flex-col48{width:100%;flex-wrap:wrap}.box-cover .flex-col48 p span{padding-left:0}#description p{width:100%}}@media(max-width: 575px){.bottomnav p:first-child{text-align:left;max-width:150px}.left_header{justify-content:space-between}.my_image_container{margin-right:10px}.my_box_container p{font-size:12px;line-height:17px}.my_footer_row h4{font-size:13px;line-height:15px}.thumbnail-container .product-meta{padding:21px 5px}.my_availability_box .single_box p strong{display:block}#product .my_box_small{flex-wrap:wrap}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;flex:0 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center}#product .my_box_container.product_container p{width:100%;text-align:center;margin:5px}.flex-col100{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.flex-col100 img{margin-bottom:15px}.desc-item{flex-wrap:wrap;justify-content:center;text-align:center}.desc-item p{margin-bottom:20px;margin-top:5px}.newsletter h2 br{display:none}.newsletter h2 span{margin-left:5px}.block_newsletter form button span{display:block;font-size:12px}.sinlge_row_salon .bottom_wrapper{width:100%;justify-content:unset;flex-direction:column;align-items:flex-start}.sinlge_row_salon .see_salon_button{margin-top:30px}.sinlge_row_salon{padding:20px 15px;margin-bottom:70px}#main .page-content.page-cms-10{padding:0}.sinlge_row_salon .contett_wrapper h3{text-align:left}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{font-size:12px;line-height:17px}.sinlge_row_salon .contett_wrapper h3{font-size:22px;text-align:left;line-height:16px;margin:0 0 30px}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p{font-size:14px}.sinlge_row_salon .contett_wrapper .adress_row{margin:0 0 8px}}@media(max-width: 480px){.my_box_container.product_container{grid-template-columns:repeat(1, 1fr)}.my_salons{margin:0 -30px}.full_w_walk h2{margin-left:0}#cms #content-wrapper .my_salon_container p{font-size:16px}.full_w_walk .bottom_link img{max-width:100%}.my_salon_container h2{font-size:19px;line-height:1.3}.bottomnav p:first-child{display:none}.left_header p img{margin:0 10px 0px 0}.header-logo{margin-bottom:0px !important}.my_box_container{grid-template-columns:repeat(1, 1fr);grid-gap:20px 0}.my_image_container{min-width:67px}.my_content_container{min-width:150px}.my_box_small{justify-content:center}.content.tab_links_container{grid-template-columns:repeat(3, 1fr)}.thumbnail-container .product-price-and-shipping .price{font-size:15px;line-height:25px}.thumbnail-container .product-price-and-shipping .regular-price{font-size:12px;line-height:25px}.product-flags .product-flag{font-size:11px}#promo .thumbnail-container .product-title a{font-size:14px;line-height:20px}#promo .thumbnail-container .product-price-and-shipping .price{font-size:19px;line-height:25px}#promo .thumbnail-container .product-price-and-shipping .regular-price{font-size:14px;line-height:25px}#promo .thumbnail-container .product-meta{padding-right:15px;padding-left:15px}#promo .button_container a{font-size:14px;height:40px}.footer_seo h3,.my_footer_row h3{font-size:16px;line-height:20px}.footer_seo p{font-size:10px;line-height:15px}.my_footer_row.top_row{display:grid;grid-gap:30px 15px}.single_element{margin-top:25px;margin-bottom:20px;text-align:center}#cta_row p{font-size:26px}#cta_row h3{font-size:28px;line-height:32px}#producent .content.tab_links_container .label_container{display:none}#producent .content.tab_links_container{grid-template-columns:repeat(2, 1fr)}.product-detail-name{line-height:24px;font-size:18px}.my_availability_box{display:grid;grid-template-columns:repeat(3, 1fr)}.my_availability_box .single_box{margin-right:0}#description h2{font-size:17px;line-height:24px}.cart_label{display:none}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{max-width:190px}}@media(max-width: 320px){.block_newsletter .col-12 a{font-size:11px}}.selectize-control{position:relative}.selectize-control::after{content:"<";position:absolute;top:6px;right:7px;transform:rotate(-90deg);z-index:10;font-weight:900;font-size:17px;background:#3e2780;height:25px;width:25px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:3px;z-index:0;cursor:pointer}.selectize-control .selectize-input{border:1px solid #d8d8d8 !important;background:rgba(0,0,0,0) !important;cursor:pointer !important}.subpage-ekomi{max-width:1200px;margin:auto;float:none;padding:50px 0}.search-title{margin-bottom:25px;font-weight:600;font-size:18px;color:#1a1a1a;padding-bottom:5px;border-bottom:2px solid #a340ff}#header .header-nav .bottomnav{background-color:#010c4a}@media(max-width: 767px){#header .header-nav .bottomnav{padding-top:0;padding-bottom:0}}.services-row{margin:50px 0}.services-row img{margin-bottom:20px}.services-row p{color:#3e2780;font-size:16px;font-weight:500;text-align:center}#footer{font-family:"Roboto",sans-serif;background:#010c4a}#footer .footer_center__wrapper{padding:0 70px}#footer .footer-center{margin-bottom:50px}#footer .footer-center .footer_center__wrapper .ApColumn .title_block{color:#fff !important;font-style:normal !important;font-weight:400 !important;font-size:16px !important;margin-bottom:30px !important;line-height:1.1 !important;width:100% !important;text-align:start !important}#footer .footer-center .footer_center__wrapper .ApColumn ul li a{color:#fff;font-weight:400;font-size:14px;line-height:1.1;padding-top:5px;padding-bottom:5px}#footer .footer-bottom .footer_center__wrapper>.inner{padding:20px 0;border-top:1px solid rgba(255,255,255,.3)}#footer .footer-bottom .footer_center__wrapper .footer-bottom-meta .block_content p{color:#fff;font-style:normal;font-weight:400;font-size:12px;line-height:1.1;text-align:end}.slick-prev:before{display:none}.slick-next:before{display:none}.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item{padding:15px;transition:all 250ms ease-in-out}.owl-theme .owl-controls{margin-top:15px;height:50px}.owl-theme .owl-controls .owl-buttons{top:auto;right:auto;left:50%;transform:translateX(-50%);width:auto;display:flex;gap:20px}.owl-theme .owl-controls .owl-buttons div{height:30px;width:30px;display:flex;justify-content:center;align-items:center;color:#010c4a;font-size:30px;line-height:1;border-radius:50%;background:rgba(0,0,0,0)}.owl-theme .owl-controls .owl-buttons div:before{display:none}.owl-theme .owl-controls .owl-buttons div:hover{background:#a340ff;color:#fff}.owl-theme .owl-controls .owl-buttons div:hover:before{color:#fff !important}.best-products-box{position:relative;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.best-products-box .best-products-text .block_content{margin-bottom:30px;line-height:1.5}.best-products-box .best-products-text h2{font-family:"Roboto",sans-serif;color:#010c4a;font-weight:600;font-size:24px;margin-bottom:30px;text-transform:uppercase;line-height:1.5;position:relative}.best-products-box .best-products-text h2:before{top:auto !important;bottom:0 !important;height:2px !important;background:#a340ff !important;width:90% !important;left:0;content:"";display:block;position:absolute;max-width:200px}.best-products-box .best-products-text p{font-family:"Roboto",sans-serif;color:#010101;font-weight:300;font-size:16px}.best-products-box .best-products-text p:last-child{margin-bottom:0}.best-products-box picture{display:block;position:relative}.best-products-box picture::before{content:"";position:absolute;inset:0;background:#ebf1ff;z-index:-1;width:50vw}.ApSlideShow picture{display:block !important}#index #wrapper{padding-top:0}#index #wrapper .ApColumn .block{padding-top:75px}@media(max-width: 767px){#index #wrapper .ApColumn .block{padding-top:25px}}#cookieNotice{background:#010c4a !important;color:#fff;padding:5px;font-size:12px;box-shadow:none !important}#cookieNotice p{font-size:12px !important}@media(max-width: 767px){#cookieNotice p{font-size:10px !important;line-height:1.25}}.latest-blogs .created{margin-bottom:15px !important}.latest-blogs .blog-image-container{border-radius:5px}.latest-blogs .blog-title{text-transform:none !important}.latest-blogs .see_more_blog img{display:none !important}#left-column .block,#right-column .block{box-shadow:none !important;padding:20px !important}body{overflow-x:hidden}body#product #wrapper,body#module-leoblog-blog #wrapper{background:#f8f9fa;padding-top:50px;padding-bottom:50px}body#product #wrapper #blogpage article,body#module-leoblog-blog #wrapper #blogpage article{background:#fff;padding:50px}body#product #wrapper #blogpage .extra-blogs,body#module-leoblog-blog #wrapper #blogpage .extra-blogs{border:1px solid #eee;padding:25px}.leoproductsearch-content{margin-right:10px}#promo-code form{display:flex}#promo-code form input{border-radius:4px 0 0 4px}#promo-code form .btn{margin:0;border-radius:0 4px 4px 0}.cart-line-product-actions .remove-from-cart{background:#010c4a;display:flex !important;height:30px;width:30px;align-items:center;justify-content:center;border-radius:4px}.cart-line-product-actions .remove-from-cart:hover{background:#a340ff}.cart-line-product-actions .remove-from-cart i{color:#fff}.product-description table{width:auto !important}.product-description table tr td{width:11.1111111111%}.product-description table picture img{height:auto !important;max-width:100px !important}.bestsellers_row .ApProductCarousel{padding-top:0 !important}#carousel-3330681750 .row>div{width:33% !important}@media(min-width: 676px){#footer .inner .row.footer-first-for .ApColumn{width:25% !important}}@media(max-width: 675px){#footer .inner .row .ApColumn{width:100% !important;text-align:center}#footer .inner .row .ApColumn h4{text-align:center !important}#footer .inner .row .ApColumn h4.title_block{text-align:center !important}}@media(max-width: 675px){#footer .inner .row .ApColumn:first-child{margin-bottom:25px !important}}@media(max-width: 1199px){#footer .inner .row .ApColumn:last-child{width:100%;padding-top:50px}}@media(max-width: 767px){.cart-preview{position:relative;top:10px}}@media(max-width: 767px){#product #content-wrapper{padding:0 !important}.product-detail>.row>div[class^=col-]{padding:0 !important}.more-info-product{padding:10px}.footer_center__wrapper{padding:10px !important}.block_newsletter form{width:100%;max-width:100%}.block_newsletter{text-align:center}.block_newsletter .col-xs-12{float:none !important}.block_content h4{text-align:center;float:none;font-size:20px !important}.newsletter_container{flex-wrap:wrap}.newsletter_container .input-wrapper{width:100%}.newsletter_container button{width:100% !important}}.page-cms-23 form{margin-top:50px}.page-cms-23 input[name=email]{background:#d8d8d8;color:#696868;opacity:.8;font-size:14px;line-height:34px;padding:7px 21px;width:100%;border-radius:5px;border:0}.page-cms-23 button{background:#a340ff;color:#fff;padding:14px 25px;border:0}footer .block_newsletter{display:none}.widget-stars{display:flex;gap:20px;margin-bottom:25px;color:#000;cursor:pointer}.widget-stars span{font-weight:600}#product .featured-products .products{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));background:#fff}#product .featured-products .products .product-miniature .product-image .functional-buttons{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}#product .featured-products .products .product-miniature .product-image .functional-buttons .button-container{width:100%}#product .featured-products .products .product-miniature .product-meta .product-title a{height:auto}.block-promo .promo-discounts .cart-summary-line .label{color:#010c4a}.block-promo .promo-discounts .cart-summary-line .label .code{color:#f5a76a;cursor:grab;text-decoration:none}.hero-slider{overflow:hidden}#smartsupp-widget-container>div{z-index:9999 !important}.raty_boxes_container img{width:100%;max-width:178px;height:35px}#oblicz-rate a{cursor:pointer}#manufacturer #main #manufacturer-description ul{margin-bottom:25px;list-style-type:square;margin-left:20px}#manufacturer #main #manufacturer-description ul li{list-style-type:square}body #content-wrapper #content #single-city-page .featured-products .products{display:grid;grid-template-columns:repeat(auto-fit, minmax(310px, 1fr))}body #content-wrapper #content #single-city-page .featured-products .products article.product-miniature .functional-buttons{display:none}body #content-wrapper #content #single-city-page .featured-products .products article.product-miniature .leo-list-product-reviews{display:none}body #content-wrapper #content #single-city-page h2{font-size:26px;font-weight:600;margin-bottom:25px}body #content-wrapper #content #single-city-page p{font-size:13px;line-height:24px;font-weight:300}body #main ul#cities-links{margin:0 !important;padding:0 15px !important;list-style:none !important;display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:10px}body #main ul#cities-links li{list-style:none !important;text-align:center;background:#3e2780}body #main ul#cities-links li a{display:block;color:#fff;font-size:14px;line-height:26px;font-weight:600;padding:10px;transition:all .3s ease-in-out}body #main ul#cities-links li a:hover{background:#a340ff}#footer .footer-city-list>ul{display:flex;flex-direction:row;-moz-column-gap:50px;column-gap:50px;row-gap:20px;flex-wrap:wrap}#footer .footer-city-list>ul li a:hover{padding-left:0}@media(max-width: 765px){#category .product_list.grid>.row{display:grid;grid-template-columns:1fr 1fr}}@media(max-width: 320px){#category .product_list.grid>.row{grid-template-columns:1fr}}@media(max-width: 765px){#logo_row_header .ApColumn:nth-child(3){display:flex}}.buy_by_phone{margin-top:10px}#buy-by-phone-popup{position:fixed;inset:0;z-index:999999;opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center;transition:opacity 250ms ease,visibility 250ms ease;overflow:auto}#buy-by-phone-popup.active{opacity:1;visibility:visible}#buy-by-phone-popup::before{content:"";position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#buy-by-phone-popup .buy-by-phone-popup--wrapper{position:relative;width:100%;max-width:700px;padding:30px;background:#fff;border:1px solid #e5e5e5;border-radius:5px;z-index:1}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header{position:relative}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header--close{position:absolute;top:-23px;right:-20px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header--close .close-popup{font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body{display:grid;grid-template-columns:1fr 1fr;max-height:calc(100vh - 130px);overflow-y:auto;padding:10px 10px 10px 0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left{display:flex;align-items:center}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left .popup-img .product-cover{width:100%;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;margin-right:auto}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right{display:flex;justify-content:center;flex-direction:column}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right p{color:#000;font-size:14px;font-weight:600}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group{margin-bottom:5px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control{border-radius:3px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-name::-moz-placeholder, #buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-phone::-moz-placeholder{color:#000}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-name::placeholder,#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-phone::placeholder{color:#000}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio{display:flex;flex-direction:row;align-items:center;gap:15px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio .radio-inline{display:flex;align-items:center;gap:5px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio .radio-inline input[type=radio]{width:20px;height:20px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka{display:flex;flex-direction:row;gap:10px;align-items:baseline}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka input#polityka{width:-moz-fit-content;width:fit-content}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka label{text-align:left;font-size:10px;margin-bottom:0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-cols{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:5px;column-gap:5px;font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-body-top>p{color:#a340ff}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-body-top>p>a{color:#a340ff;text-decoration:underline}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-input-alert{color:red}@media(max-width: 700px){#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body{grid-template-columns:1fr}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left{display:none}}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert{display:none;position:absolute;inset:0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert.active{display:block}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert::after{content:"";position:absolute;inset:-1px;background:rgba(0,0,0,.3);border-radius:5px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);padding:30px;background:#fff;border:1px solid #e5e5e5;border-radius:5px;z-index:1;width:100%;max-width:300px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper .popup-alert-close{position:absolute;top:5px;right:10px;font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper .popup-alert-data p{margin:10px 0 0 0}.cky-box-bottom-left,.cky-revisit-bottom-left{bottom:70px !important;left:10px !important}#category-description p{color:#000}#cookiesplus-modal .cookiesplus-close-and-save{display:none !important}#box-product-accessories{margin-bottom:20px}#box-product-accessories .buy-protector-btn{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#a340ff !important;border-radius:5px;width:100%;font-size:16px;line-height:24px;font-weight:700;text-transform:initial;min-height:50px;transition:all .3s ease-in}#box-product-accessories .buy-protector-btn:hover{background-color:#010c4a !important}#box-product-accessories .product-accessories-title{margin:10px 0;text-align:center;font-weight:700;font-size:24px;text-transform:uppercase}#box-product-accessories #box-accessories-slider{display:none}#box-product-accessories #box-accessories-slider .slick-track{padding-top:15px;padding-bottom:15px}#box-product-accessories #box-accessories-slider .slick-arrow{width:30px;height:30px;line-height:28px;text-align:center;background:#fff;border:1px solid #eee;transition:all .5s ease;border-radius:15px;color:rgba(0,0,0,0);top:20px;transform:translate(-50%, -50%)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-next{left:calc(50% + 20px)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-next::before{content:""}#box-product-accessories #box-accessories-slider .slick-arrow.slick-prev{left:calc(50% - 20px)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-prev::before{content:""}#box-product-accessories #box-accessories-slider .slick-arrow::before{font-family:"FontAwesome";color:#999;font-size:14px;display:block;transition:all .5s ease;position:absolute;width:100%;height:100%;top:0;left:0}#box-product-accessories .ajax_block_product .product-price-and-shipping{display:none !important}#featured-products-box{position:relative}#featured-products-box .featured-products-box-slider{position:initial}@media(max-width: 600px){#featured-products-box .featured-products-box-slider{padding-top:30px;position:relative}}#featured-products-box .featured-products-box-slider .slick-arrow{top:0;transform:none;width:30px;height:30px;line-height:28px;text-align:center;background:#010c4a;border:1px solid #010c4a;transition:all .5s ease;border-radius:15px;color:#fff}#featured-products-box .featured-products-box-slider .slick-arrow.slick-prev{left:auto;right:40px}@media(max-width: 600px){#featured-products-box .featured-products-box-slider .slick-arrow.slick-prev{left:calc(50% - 40px);transform:translateX(-50%)}}#featured-products-box .featured-products-box-slider .slick-arrow.slick-next{right:0}@media(max-width: 600px){#featured-products-box .featured-products-box-slider .slick-arrow.slick-next{right:calc(50% - 40px);transform:translateX(-50%)}}#featured-products-box .featured-products-box-slider .slick-arrow:hover{border-color:#a340ff;background-color:#a340ff}body>div[class^=htmlboxpro]{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;padding-top:10px;padding-bottom:10px;background:#a441fc}body>div[class^=htmlboxpro] *{color:#fff}body>div[class^=htmlboxpro] p{color:#fff;font-size:15px;font-weight:500;text-align:center;margin-bottom:0}body>div[class^=htmlboxpro] p a{color:#fff !important}.tabs-product{display:flex;flex-direction:column}.tabs-product .tabs-nav{display:flex;list-style:none;margin:0;padding:0;border-bottom:1px solid #eee}@media(max-width: 525px){.tabs-product .tabs-nav{display:block}}.tabs-product .tabs-nav li{margin:0;padding:10px 20px;cursor:pointer;border-bottom:none;font-weight:600;font-size:16px}@media(max-width: 768px){.tabs-product .tabs-nav li{font-size:14px}}@media(max-width: 525px){.tabs-product .tabs-nav li{text-align:center;border:1px solid #eee}}.tabs-product .tabs-nav li.active{font-weight:bold;color:#a340ff}.tabs-product .tabs-content{padding:25px 0}.tabs-product .tabs-content>div{display:none}.tabs-product .tabs-content>div.active{display:block}/*# sourceMappingURL=dr_materac.css.map */ \ No newline at end of file +@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";body{font-family:"Poppins",sans-serif !important}.iview-timer{width:100% !important;left:50% !important;transform:translateX(-50%)}.left_header{display:flex;align-items:center}.left_header p img{margin:0 7px 0 24px;filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%)}.left_header p a{color:#fff}.leo-megamenu .navbar-nav>li{margin:0}.leo-megamenu .navbar-nav>li:first-child{margin-left:-15px}.leo-megamenu .navbar-nav>li>a{padding:0;font-size:18px;font-weight:400;line-height:1.5;text-transform:unset;padding:10px 15px}.block-category #category-description p{color:#696868;font-weight:400}.block-category #category-description p strong{font-weight:700}.leo-megamenu{padding:0}.popup-over a.popup-title{padding:0;display:flex;align-items:center;justify-content:flex-end;line-height:20px}.chevron{margin-right:5px;transition:transform .2s ease-in}.popup-over:hover .chevron{transform:rotate(180deg)}.popup-over{float:unset;margin:0}.user_container{display:flex;align-items:center;justify-content:flex-end}.user_container #language-selector-label .popup-title>picture img{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%)}.user_info_dr_materac{display:flex;flex-wrap:wrap}.user_info_dr_materac a{margin-left:15px}.popup-over .popup-content{right:-30px}.bottomnav .inner{border-bottom:none !important}.bottomnav .ApHtml{line-height:unset !important;height:auto !important;background:none !important}.bottomnav .ApRow .ApColumn:first-child{width:calc(100% - 300px) !important}@media(max-width: 991px){.bottomnav .ApRow .ApColumn:first-child{text-align:center;width:100% !important}.bottomnav .ApRow .ApColumn:first-child .left_header{justify-content:center;gap:20px}}.bottomnav .ApRow .ApColumn:last-child{width:300px !important}@media(max-width: 991px){.bottomnav .ApRow .ApColumn:last-child{text-align:center;width:100% !important;justify-content:center !important;padding-top:0 !important}}.box-slider>.ApColumn{width:100% !important}.header-top{padding:45px 0 35px;transition:margin .3s ease-in}@media(max-width: 756px){.header-top{padding:10px 0}}.header-nav{font-size:14px;padding:10px;background:#010c4a;color:#fff}.header-nav a{color:#fff}.header-nav a.signin{margin-right:10px}.header-nav.hide-bar{transform:translateY(-30px)}.header-nav a,.header-nav{transition:all .3s ease-in}.header-nav a:hover{color:#a340ff !important}.list-cate-wrapper{display:none}#leo_search_block_top .block_content{border:none;border-bottom:2px solid #a340ff;border-radius:0}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]{padding:0 5px;text-align:left;height:30px;font-size:14px;line-height:21px;color:#010101}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]::-moz-placeholder{color:#010101;font-size:14px;line-height:21px}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]::placeholder{color:#010101;font-size:14px;line-height:21px}#logo_row_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}@media(max-width: 765px){#logo_row_header{margin-bottom:0}}#logo_row_header #cart-block{color:#010101;font-size:16px;cursor:pointer}.header-top .ApColumn .block{margin:0;padding:0}#leo_search_block_top .block_content{padding:0}#leo_search_block_top .block_content button[type=submit]{display:none}#leosearchtopbox{width:100%}#leo_search_block_top .block_content .leoproductsearch-result{position:relative;display:flex;align-items:center}#leo_search_block_top .block_content .leoproductsearch-result i{background-image:url(../img/layout/magnifier.svg);width:17px;height:17px;display:block;cursor:pointer;background-size:cover}#leo_search_block_top .block_content .leoproductsearch-result i:hover{background-image:url(../img/layout/magnifier-hover.svg)}.cart-preview .header{margin-top:0;display:flex;align-items:center;justify-content:center}.cart-preview .header picture{background:#a340ff;display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;margin-right:5px;border-radius:50%}.cart-preview .header picture img{filter:invert(100%) sepia(100%) saturate(0) hue-rotate(22deg) brightness(106%) contrast(105%)}.nav.megamenu.horizontal{list-style:none;width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:0px}.nav.megamenu.horizontal li{margin-right:19px}.nav.megamenu.horizontal li.last_element{margin-right:0;margin-left:auto}.nav.megamenu.horizontal li.fat_menu a{font-weight:700}@keyframes flashMenu{0%{color:#010101}50%{color:#fe6700}100%{color:#010101}}.nav.megamenu.horizontal li.last_element a{background-color:#fe6700;padding-bottom:0 !important;padding:0px 15px 0;border-radius:20px;color:#fff;font-weight:500;transition:background-color .3s ease-in;margin-bottom:24px}.nav.megamenu.horizontal li.last_element a:hover{background-color:#3e2780;color:#fff !important}#prices-drop .nav.megamenu.horizontal li.last_element a{animation:none;color:#fff !important}#prices-drop .nav.megamenu.horizontal li.last_element a:active{animation:none;color:#fff !important}.leo-megamenu .navbar-nav>li.active>a,.leo-megamenu .navbar-nav>li:hover>a,.leo-megamenu .navbar-nav>li:focus>a{color:#a340ff}.header-menu{border:none}.header-menu:before{display:none}.iview-controlNav div.iview-items ul li a.iview-control{width:8px;height:8px;background-color:#010101;opacity:1;margin:0 4px}.iview-controlNav div.iview-items ul li a.iview-control.active,.iview-controlNav div.iview-items ul li a.iview-control:hover{transform:scale(1);background-color:#a340ff}.ApColumn .block{margin-bottom:0}.my_box_container{box-shadow:0px 12px 17px rgba(0,0,0,.06);border-radius:5px;display:grid;grid-template-columns:repeat(4, 1fr);padding:34px 24px 34px 30px;margin-bottom:64px}.my_box_small{display:flex;align-items:center;justify-content:flex-start}.my_image_container{margin-right:25px}.my_box_container p{color:#010101;font-weight:600;font-size:16px;line-height:19px;margin:0;text-align:left}.box-slider{padding-bottom:0 !important;margin-bottom:38px !important}.leo-cart-dropdown-action a.btn.cart-dropdow-checkout{background-color:#3e2780}.content.tab_links_container{display:grid;grid-template-columns:repeat(8, 1fr);text-align:center;grid-gap:30px 5px}.tab_links_container a{display:block}.tab_links_container img{margin-bottom:11px;transition:transform .2s ease-in;max-width:100%}.tab_links_container p{font-size:13px;line-height:14px;color:#010101;font-weight:400;transition:color .2s ease-in,font-weight .2s ease-in}.tab_links_container a:hover p{color:#3e2780;font-weight:700}.tab_links_container a:hover img{transform:scale(0.9)}.ApColumn .title_block{color:#010c4a !important;font-family:"Roboto";font-style:normal;font-weight:600 !important;font-size:24px !important;line-height:1.5 !important;text-align:center;padding-left:0 !important;padding-bottom:15px !important;width:-moz-fit-content;width:fit-content;margin-left:auto !important;margin-right:auto !important;text-transform:uppercase !important}.ApColumn .title_block:before{top:auto !important;bottom:0 !important;height:2px !important;background:#a340ff !important;width:90% !important;left:5%;content:"";display:block;position:absolute}#findTab .nav-item a.nav-link{color:#696868;font-size:15px;line-height:52px;display:block;padding:0 35px;background-color:#f1f1f1;font-weight:400;text-transform:unset;border-radius:0;border:none !important;transition:background-color .3s ease-in}#findTab .nav-item{margin:0}#findTab .nav-item a.nav-link.active{background-color:#fff;font-weight:700;color:#000;border:none}#findTab .nav-tabs .nav-link:focus,#findTab .nav-tabs .nav-link:hover{border:none}#findTab .nav-tabs .nav-link{border:none}#findTab{padding-bottom:40px}.find_for_you{padding-bottom:41px;border-bottom:1px solid #d8d8d8}.ApColumn .block.find_for_you{margin-bottom:60px}.tab-pane[aria-labelledby=size-tab] .img_container{padding:0 10px}.tab-pane[aria-labelledby=producent-tab] .img_container{padding:0 0px;display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:11px;min-height:82px}.tab-pane[aria-labelledby=producent-tab] .tab_links_container img{margin:0}.thumbnail-container .product-title a{display:block;text-align:center;color:#000;font-size:15px;line-height:1.5;margin-bottom:25px;font-weight:500;height:68px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.product-flags{display:flex;flex-direction:column;padding:0;text-align:center;top:21px;left:0}.product-flags .product-flag{display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;line-height:25px;padding:0 18px;border-radius:5px}.product-flags .product-flag.new{background-color:#9a40eb}.product-flags .product-flag.discount{background-color:#fe6700}.thumbnail-container .product-price-and-shipping{display:flex;align-items:center;justify-content:center;min-height:25px;font-size:20px}.box-ptabs .nav-tabs .nav-item a:hover,.box-cate .widget-category_image a:hover,.thumbnail-container .product-title a:hover,.leo-megamenu .navbar-nav>li>a:hover,.leo-megamenu .navbar-nav>li>a:focus,.leo-megamenu .navbar-nav>li>a:active{color:#a340ff !important}#leo_search_block_top .ac_results{min-width:320px}.thumbnail-container .product-price-and-shipping .price{color:#a340ff;font-size:16px;line-height:1.5px;font-weight:600}.thumbnail-container .product-price-and-shipping .regular-price{font-size:16px;line-height:24px;font-weight:400}.thumbnail-container .product-meta{padding:0 21px 21px}.box-product .owl-carousel .owl-item.active:before,.box-ptabs .owl-carousel .owl-item.active:before,.box-tdeals .owl-carousel .owl-item.active:before{display:none !important}.button_container a{display:flex;align-items:center;justify-content:center;width:100%;background-color:#3e2780;border-radius:5px;height:40px;padding:0 17px;font-size:14px;line-height:26px;font-weight:600;margin-top:12px;transition:color .3s ease-in,background-color .3s ease-in;color:#fff}.button_container a:hover{color:#fff;background-color:#a340ff}.button_container a img{transition:filter .3s ease-in}.button_container a:hover img{filter:brightness(0) invert(1)}.thumbnail-container{margin-bottom:0}article.product-miniature{background-color:#fff;border-radius:5px;transition:box-shadow .2s ease-in}article.product-miniature .product-card-widget-stars #ekomi-product-widget-identifier{display:none}article.product-miniature .product-card-widget-stars #widget-container{width:100%;display:flex;align-items:center;justify-content:center}.list article.product-miniature{float:left}.product_list .ajax_block_product{border:none}.list .col-xl-4,.page-prices-drop .grid .col-xl-4{margin-bottom:30px}.product_list.list .thumbnail-container .product-title a{text-align:left}#category .product_list .ajax_block_product{margin-bottom:30px}.product_list{border:none;box-shadow:none}.product_list.list .product-title a{margin-bottom:0 !important}.product_list.list .product-price-and-shipping{justify-content:flex-start}.product_list.list .button_container a{max-width:175px}.product_list li{margin-bottom:33px}.light_gray_bg{position:relative;padding-top:94px;margin-bottom:0px !important;z-index:1}.light_gray_bg::before{height:100%;width:100vw;content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);background-color:rgba(216,216,216,.3)}.dark_gray_bg.light_gray_bg::before{background-color:#eaeaea}.owl-theme .owl-controls .owl-pagination{margin:66px 0 0 !important;display:flex;align-items:center;justify-content:center}.owl-theme .owl-controls span{margin:0 4px !important;background-color:#babcbc !important}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#3e2780 !important}.ApColumn .block.products_block{margin-bottom:58px}.blog-viewall{width:100%;display:flex;align-items:center;justify-content:center;margin:70px 0 88px}.blog-viewall .btn-primary{background-color:#3e2780;border-radius:5px;color:#fff;display:flex;padding:16px 32px;font-weight:600;text-transform:unset;transition:color .3s ease-in,background-color .3s ease-in}.blog-viewall .btn-primary:hover{color:#fff;background-color:#24b28c}.blog_carousel .owl-carousel .owl-item{padding:0 10px 0 0}.blog_carousel .owl-carousel .owl-item .blog-container{min-height:440px !important}.blog_carousel .block_content{padding:0 15px}.blog_carousel .item{background-color:#fff;border-radius:8px;overflow:hidden}.owl-carousel.owl-loading::before,#back-top a{background-color:#a340ff !important}#back-top a:hover{color:#fff !important;background-color:#010c4a !important}.latest-blogs .blog-desc{max-height:147px !important;color:#010101 !important;font-weight:400 !important;margin:0 0 18px !important;line-height:21px !important;overflow:hidden !important}.latest-blogs .blog-image-container{margin:0 !important;overflow:hidden}.latest-blogs{padding-bottom:0}.latest-blogs .blog-image-container img{max-height:200px;-o-object-fit:cover;object-fit:cover}.latest-blogs .right-block .author{display:none}.latest-blogs .right-block .nbcomment{display:none}.right-block{padding:20px}.latest-blogs .blog-meta>span{display:inline-block;vertical-align:top;margin:0;width:100%;color:#696868;font-style:initial;font-size:12px;line-height:21px;margin-bottom:4px;text-transform:lowercase}.latest-blogs .blog-title{font-size:18px;text-transform:inherit;line-height:24px;margin:0 0 4px;font-weight:600;height:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:initial;color:#010101}.see_more_blog img{margin-left:12px}.manufacturers_block img{opacity:1 !important;border-radius:5px}.manufacturer-image-container{text-align:center;border:1px solid rgba(0,0,0,0);border-radius:5px;transition:border-color .3s ease-in}.manufacturer-image-container a{display:block}.manufacturer-image-container:hover{border-color:#3e2780}.footer_seo{text-align:justify}.footer_seo h3,.my_footer_row h3{color:#010101;font-size:18px;line-height:24px;font-weight:600;margin-bottom:15px}.footer_seo p{color:#010101;font-size:12px;line-height:20px;font-weight:400;margin-bottom:14px}.my_footer_row{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px 0}.my_footer_row.top_row{display:flex;justify-content:space-between;flex-wrap:wrap}.my_footer_row.top_row .my_footer_col{width:25%;margin:0 !important}@media(max-width: 767px){.my_footer_row.top_row .my_footer_col{width:50%}}.row.footer_inside_row{margin:0}.row.footer_inside_row>div{padding:0}.adres_container p{color:#010101;font-size:12px;line-height:20px;margin:0}.adres_container p a{color:#010101;display:block}.my_footer_row li a{display:block;font-size:13px;line-height:20px;margin-bottom:8px}#footer a:hover{color:#a340ff}.my_footer_row ul{margin-bottom:16px}.img_footer_container img{width:auto;max-width:100%}.img_footer_container{display:grid;grid-gap:24px 0;margin-top:9px}.footer{background:#f5fafe}.my_footer_content{display:flex;flex-wrap:wrap;flex-direction:column}.my_footer_row h4{font-size:13px;line-height:20px;font-weight:600;margin-bottom:10px}.my_footer_col.informacje,.my_footer_col.bezpieczne_platnosci{margin-right:60px}.my_footer_col.moje_konto{margin-right:66px}.footer_social_media_container{margin-top:20px}.footer_social_media_container img{margin-right:24px;transition:transform .2s ease-in}.footer_social_media_container a:hover img{transform:scale(0.9)}.my_footer_content>a{display:block;margin-bottom:3px;line-height:20px}.single_element h3{margin-bottom:0}.single_element{margin-top:5px;margin-bottom:14px}.leo-fly-cart-total{background-color:#a340ff}.footer-bottom .inner,.footer-center .inner{border:none}.footer-top{background-color:#3e2780;padding:0;margin:0}.footer-top .container{max-width:100%;margin:0;padding:0;width:100%}.footer-top .ApColumn .block{margin:0}#cta_row{display:flex;flex-wrap:wrap;padding:0;margin:0}#cta_row .ApColumn{display:flex;align-items:center;justify-content:center;color:#fff}#cta_row .col-xl-6{float:unset;width:unset;flex:0 0 50%;max-width:50%;display:flex;align-items:center;padding:0}#cta_row .col-xl-6.left_cta{justify-content:flex-end;padding-right:158px}#cta_row h3{color:#fff;font-size:28px;line-height:42px;margin-bottom:55px;text-align:center;font-weight:700}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}#cta_row p{color:#000;font-size:31px;line-height:34px;text-align:center;background-color:#fff;border-radius:5px;padding:16px;font-weight:700;margin-bottom:0;animation-duration:2s;animation-name:bounceIn;animation-iteration-count:infinite}#cta_row p a,#cta_row p a:hover{color:#000}#cta_row .links_cta{display:flex;align-items:center}#cta_row .links_cta p{animation:none;color:#fff;background-color:rgba(0,0,0,0);padding:0;margin:0;font-size:14px;line-height:14px;margin:0 40px 0 0;font-weight:500}#cta_row .footer_social_media_container{margin:0}.links_cta{margin-top:72px}#cta_row .footer_social_media_container img{width:44px}.footer-center .inner{padding-top:75px}.footer-bottom,.footer-bottom .inner{padding:0}.footer-bottom .ApColumn .block{margin-bottom:0}.bottom_row{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;margin-top:100px}.bottom_row p{margin:17px 0 27px;color:#010101;font-size:13px;line-height:18px;width:100%;text-align:center}.salony_row{padding-bottom:34px}.salony_row .title{background-color:#fff;text-align:center;width:100%;font-size:18px;font-weight:600;padding:20px 110px;color:#696868;transition:color .2s ease-in,background-color .2s ease-in}.salony_row a:hover .title{color:#fff;background-color:#3e2780}.salony_row .item{border-radius:5px;overflow:hidden}#main .page-footer{display:none}.manufacturers_block{padding-top:104px;margin-bottom:70px !important}#wrapper .breadcrumb{margin-bottom:0;padding-bottom:24px;border-bottom:2px solid #f6f6f6;margin-bottom:33px}#product #wrapper .breadcrumb{margin-bottom:18px}#wrapper .breadcrumb li::after{margin:0 10px 0 5px}#wrapper .breadcrumb li a{color:#696868;font-size:11px;line-height:23px;text-transform:lowercase}#wrapper .breadcrumb li:last-child a{color:#a340ff;text-decoration:none}.block-category #category-description{margin-top:0}.block-category #category-description p:first-child{color:#010101;font-size:14px;line-height:22px;margin-bottom:24px}.products-selection{padding-top:0;padding-bottom:0;margin-bottom:24px;border-bottom:none}#js-product-list-top .row{display:flex;justify-content:space-between}#js-product-list-top .total-products{order:2;display:flex;justify-content:flex-end}#js-product-list-top .total-products p{display:none}.products-selection .display>div a{height:33px;display:flex;align-items:center;justify-content:center}.products-selection .display>div a[title=Grid]{width:36px}.products-selection .display>div a[title=List]{width:43px}.products-selection .display>div{margin-right:13px}.products-selection .display>div#list{margin-right:0}.products-selection .display>div a img{transition:filter .2s ease-in}.products-selection .display>div a:hover img{filter:grayscale(1)}.sort_border{margin-left:15px;padding:7px 16px;border:1px solid #d8d8d8;border-radius:4px;display:flex;align-items:center;justify-content:flex-start;transition:background-color .2s ease-in}.products-selection .sort-by{padding-left:0;padding-right:0;color:#3e2780;font-weight:600;font-size:13px;line-height:39px;display:block;margin:0 5px 0 0}.sort_border .col-md-3,.sort_border .col-md-9{float:unset !important;width:auto !important;padding:0}.products-selection button.select-title{padding:0;color:#010101;font-size:13px;line-height:36px;border:none;display:flex;align-items:center;justify-content:flex-start;margin:0 0 0 3px}.chevron_sort_container{display:flex;position:relative;background-color:#3e2780;align-items:center;justify-content:center;border-radius:4px;width:32px;height:32px;margin-left:46px;transition:transform .3s ease-in}.chevron_sort_container img{filter:brightness(0) invert(1);transform:rotate(90deg) translateX(2px);transition:transform .1s ease-in}button[aria-expanded=true] .chevron_sort_container{transform:rotate(180deg)}button[aria-expanded=true] .chevron_sort_container img{transform:rotate(90deg) translateX(0)}.products-sort-order .dropdown-menu{left:0;width:calc(100% - 20px);border:1px solid #d8d8d8;border-radius:0 0 4px 4px;font-size:12px;padding:0;margin:9px 0 0 0;border-top:none}.products-sort-order .select-list:hover{background-color:#fff}.products-selection .display{float:unset;display:flex;align-items:center}#category .products-selection{margin-bottom:62px}.pagination{background-color:unset;border-radius:0;padding:0;margin-top:50px;margin-bottom:50px}.pagination .page-list{display:flex;align-items:center;justify-content:flex-start;padding:0;width:auto;float:left}.pagination .page-list li{padding:0;width:37px;height:37px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:24px;color:#696868;border-radius:4px}.pagination .page-list li:last-child a{border-right:none}.pagination .page-list li:last-child a span{display:none}.pagination .page-list li:last-child a span.spacer{display:block}#category-description{padding:50px;line-height:1.5}#category-description h2{font-size:1.25rem}.pagination a{color:#696868;display:flex;width:100%;height:100%;align-items:center;justify-content:center;transition:background-color .3s ease-in,color .3s ease-in;border-radius:4px;margin-right:1px}.pagination a:hover,.pagination .current a{background-color:#3e2780;color:#fff !important}.pagination .page-list a.next img{transform:translateX(1px)}.pagination .page-list a.previous img{transform:rotate(-180deg) translate(1px, -1px)}.pagination .page-list a.next:hover img,.pagination .page-list a.previous:hover img{filter:brightness(0) invert(1)}#left-column .card-header{display:none}#left-column .card{border:none}#left-column .card-block{padding:0}.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink,.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover,.PM_ASearchTitle,.PM_ASBlockOutputHorizontal a,.PM_ASBlockOutputVertical a{font-weight:500}.PM_ASForm li{display:flex;align-items:center;justify-content:flex-start;position:relative}.PM_ASForm label{margin-bottom:0}.PM_ASForm li div{width:100%}.PM_ASCriterionCheckbox{width:14px;height:14px;position:relative;z-index:5;margin-right:13px;opacity:0}.PM_ASForm label::after{width:14px;height:14px;left:0;top:5px;content:"";position:absolute;border:1px solid #bcbcbc}.PM_ASForm label::before{width:10px;height:10px;left:2px;top:7px;content:"";position:absolute;background-color:#3e2780;opacity:0;transition:opacity .2s ease-in}.PM_ASForm input:checked+label::before{opacity:1}.PM_ASBlockOutputVertical a{color:#696868;display:block;width:100%;line-height:24px}.PM_ASBlockOutput{padding-left:26px}.PM_ASBlockOutputVertical .PM_ASSubmitSearch{background-color:#3e2780;padding:7px 31px;font-weight:700;text-transform:initial;font-size:14px;line-height:21px;border-radius:5px;transition:color .2s ease-in,background-color .2s ease-in}.PM_ASBlockOutputVertical .PM_ASSubmitSearch:hover{color:#3e2780;background-color:rgba(0,0,0,0)}.PM_ASForm .text-center{text-align:left !important;padding:0}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{width:16px;height:16px;border-radius:50%;background-color:#3e2780;background-image:none;border:none;transition:transform .2s ease-in;cursor:pointer}.ui-state-default:hover,.ui-widget-content .ui-state-default:hover,.ui-widget-header .ui-state-default:hover{transform:scale(1.1)}.ui-slider .ui-slider-range{background:#3e2780}.PM_ASCritRange{border-radius:0;height:2px;border:none}.ui-slider-horizontal .ui-slider-range{top:2px}.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle{border:none}.PM_ASBlockOutputVertical .PM_ASResetSearch{border:1px solid #d8d8d8;box-shadow:2px 2px 11px 0 rgba(0,0,0,.1);border-radius:4px}.PM_ASCritRangeValue{margin-top:10px}.ApColumn .block.day_hit{border-radius:0 4px 4px;border:1px solid #fe6700;padding:0;margin:76px 0 0 0;position:relative}.ApColumn .block.day_hit::after{position:absolute;top:0;left:-1px;background-color:#fe6700;color:#fff;font-size:24px;line-height:21px;font-weight:700;padding:12px 24px;border-radius:8px 8px 0 0;transform:translateY(-100%)}.ApColumn .block.day_hit::before{position:absolute;top:-76px;width:100%;height:2px;background-color:#d8d8d8;content:""}html[lang=pl] .ApColumn .block.day_hit::after{content:"Hit Dnia!"}#category .ApColumn .block.day_hit .ajax_block_product{margin:0 !important}.block.day_hit .product_list .ajax_block_product .product-flags{display:none}.block.day_hit .button_container a img{filter:brightness(0) invert(1)}.footer_seo{padding-right:30px}.zoomContainer,.product-thumb-images .thumb{border-radius:4px}.product-thumb-images .thumb.selected,.product-thumb-images .thumb:hover{border-color:#a340ff}.product-detail.product-thumbs-bottom .product-thumb-images{padding-left:0;padding-right:0}.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev{left:0;border-radius:5px 0 0 5px}.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next{right:0;border-radius:0 5px 5px 0}#thumb-gallery .slick-arrows .slick-arrow{height:100%}.slick-list:hover+.slick-arrows .slick-next,.slick-list:hover+.slick-arrows .slick-prev,.slick-arrows .slick-next.slick-disabled:hover,.slick-arrows .slick-prev.slick-disabled:hover{background-color:rgba(52,214,173,.5)}.slick-arrows .slick-next:hover,.slick-arrows .slick-prev:hover{background-color:#34d6ad}.product-add-to-cart{margin-bottom:15px}.product-actions{margin-bottom:44px}.product-detail>.row{margin:0}.product-detail>.row>div[class^=col-]{padding-left:15px;padding-right:15px}.product-detail>.row>div.col-form_id-form_9367402777406408{width:calc(50% + 58px)}.product-detail-name{text-transform:initial;margin-top:0;font-size:20px;line-height:30px;margin-bottom:16px;font-weight:600;color:#2e2925;width:520px;max-width:100%}.product-detail{padding-top:0}#product .product-actions .add-to-cart{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#010c4a;border-radius:5px;width:100%;font-size:16px;line-height:24px;font-weight:700;text-transform:initial}#product .product-actions .add-to-cart:hover{background-color:#a340ff}#product .product-actions .add-to-cart[disabled]{filter:grayscale(1)}.my_availability_box{display:flex;align-items:center;justify-content:flex-start}.my_availability_box .single_box{margin-right:16px}.my_availability_box .single_box.dostepnosc{display:none}.my_availability_box{margin-bottom:11px}.my_availability_box .single_box p,.my_manufacturer p,#leo_product_reviews_block_extra .rating_label{font-size:12px;margin:0;line-height:18px;font-weight:400;color:#010101}.my_manufacturer{display:flex;flex-wrap:wrap;flex-direction:column}.my_manufacturer .product-manufacturer{display:flex}.my_manufacturer .product-manufacturer .manufacturer-logo{max-height:115px;padding:0;border:none}.my_box_container.product_container{padding:0;box-shadow:none;margin:0;grid-template-columns:repeat(3, 1fr)}#product .my_box_container.product_container{margin-bottom:20px}.my_box_container.product_container p{font-size:10px;line-height:12px}.my_box_container.product_container .my_image_container{margin-right:9px}#leo_product_reviews_block_extra .reviews_note:before{display:none}#leo_product_reviews_block_extra .reviews_note{float:unset;padding:0;margin:0}#leo_product_reviews_block_extra{display:flex;align-items:center;justify-content:flex-start;margin:0}#leo_product_reviews_block_extra .rating_label{margin-right:10px}.my_rating_container{margin-bottom:11px}.star_content .star{width:15px;height:15px;position:relative;margin:0 2px}.star_content .star:before,div.star.star_on:before,div.star.star_hover:before{color:#ebebeb;font-size:16px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}div.star.star_on:before,div.star.star_hover:before{color:#3e2780}.product-quantity #quantity_wanted{width:100%;text-align:left}.product-actions .control-label{color:#010101;font-size:14px;line-height:18px;margin:0 auto;text-align:left;font-weight:400;text-transform:initial;width:100px;margin-right:5px;min-width:unset;max-width:unset;margin-left:0}.product-variants>.product-variants-item{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px}.product-variants>.product-variants-item select{min-height:34px;max-width:419px}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 6px)}.product-detail>.row>div.col-form_id-form_15874367062488778{padding-left:15px;width:calc(50% - 58px)}.product-add-to-cart .product-quantity .qty{margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{background-color:#f0f0f0;width:419px;height:34px;color:#696868;font-size:14px;line-height:21px;border:none;padding-top:5px 16px;border-radius:5px;cursor:pointer;outline:none !important;-moz-appearance:none;-webkit-appearance:none;background-image:url(../img/layout/chevron_violet.svg);background-repeat:no-repeat;background-position:calc(100% - 16px) center;background-size:auto}.product-actions .product-variants{margin:0}#add-to-cart-or-refresh .clearfix::after{display:none}.price_container{display:flex;align-items:flex-end;justify-content:flex-start;margin-top:47px;margin-bottom:18px}.price_container .product-prices,.price_container .product-prices .product-price{margin:0;width:100%;display:flex;flex-wrap:wrap;gap:20px}.price_container .current-price{color:#010101;font-size:28px;line-height:18px;font-weight:600;display:block !important;margin-right:20px !important}@media(max-width: 767px){.price_container .current-price{width:100%}}.price_container .product-discount{color:#696868;font-size:20px;line-height:18px}@media(max-width: 767px){.price_container .product-discount{width:100%}}.price_container .product-discount .regular-price{margin-right:0}.phone_single{display:flex;justify-content:flex-start;align-items:center}.phone_single p{color:#1a1a1a;font-size:14px;line-height:18px;margin-right:8px;font-weight:400;margin-bottom:0}.phone_single p strong{font-weight:700}.phone_single p a{transition:color .2s ease-in}.raty_boxes_container{display:flex;align-items:center;margin-top:15px;gap:6px;padding-bottom:21px;border-bottom:1px solid #f6f6f6;margin-bottom:16px;flex-wrap:wrap;justify-content:center}.raty_boxes_container br{display:none}.raty_boxes_container p{margin-bottom:0}.raty_boxes_container>div{border-radius:4px;display:flex;align-items:center;justify-content:center}@media(max-width: 500px){.raty_boxes_container>div{width:100%}}.raty_boxes_container>div picture{max-width:150px;display:block}.raty_boxes_container>div picture img{width:100%;max-width:150px}.raty_boxes_container>div.santander{border:none;align-items:center;justify-content:center;display:flex}.botton_product_container{display:flex;justify-content:center;gap:20px;align-items:center}.botton_product_container a{display:block;background:#a340ff;padding:10px;border-radius:4px}.botton_product_container a img{margin-right:0 !important}a:focus,a:hover,.blog-title a:focus,.blog-title a:hover,.blog-container a:focus,.blog-container a:hover{color:#a340ff}.more-info-product{border-radius:4px;padding:35px 50px 50px}.product_base_info{background:#fff;padding:25px;border-radius:4px}.category-products .products-section-title,.more-info-product .title-info-product{position:relative;color:#010c4a;font-family:"Roboto";font-weight:600;font-size:24px;line-height:1.5;text-align:center;padding-left:0;padding-bottom:10px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px;text-transform:uppercase}.category-products .products-section-title:before,.more-info-product .title-info-product:before{content:"";position:absolute;top:auto;bottom:0;height:2px;background:#a340ff;width:90%;left:5%;display:block}.product-features h3{display:none}.product-features{margin:0 0 40px}.product-features>dl.data-sheet{margin-bottom:0}.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name{padding:0;margin:0;font-size:15px;line-height:20px;font-weight:500;color:#010101;min-height:31px;padding:8px;background-color:#fff;text-transform:initial;display:flex;align-items:center}@media(max-width: 765px){.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name{font-size:13px}}.product-features>dl.data-sheet dd.value{color:#3e2780}#description iframe{width:100%;min-height:412px}#description h2{color:#010101;font-size:20px;line-height:30px;margin-bottom:13px;font-weight:400}#description{font-size:13px;line-height:18px;color:#010101}#description p{font-size:13px;line-height:18px}#product_reviews_block_tab .review{border-bottom:1px solid #33d5ad}.product-name a:hover,.leo-fly-cart-icon-wrapper a:hover,#checkout-addresses-step a:hover{color:#3e2780 !important}.leo-cart-dropdown-action a.btn:hover,.leo-cart-dropdown-action a.btn:focus,.leo-cart-dropdown-action a.btn:active:focus,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:active:focus,.btn-outline:hover,.btn-outline:focus,.btn-outline:active,.btn-outline.active{color:#fff !important;background:#a340ff !important}.leo-cart-dropdown-action a.btn,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout{transition:all .3s ease-in}#product .product-actions .add-to-cart{transition:all .3s ease-in}.btn-outline{transition:all .3s ease-in;background-color:#ccc;border-color:#ccc;border-radius:5px}.btn-outline:hover{color:#fff !important;background-color:#3e2780}.custom-radio input[type=radio]:checked+span{background-color:#3e2780}.btn-primary{color:#fff;font-weight:600;font-size:14px;background-color:#010c4a;transition:all .3s ease-in;border-radius:5px;padding:10px 40px;text-transform:inherit}.btn-primary:hover{background:#a340ff}.form-control{background-color:#fff;border:1px solid #e6e5e5;border-radius:5px}.form-control:focus{color:#010101;border-color:#3e2780}#customer-form .form-control-valign label{margin-right:15px}.input-group{outline:none !important}.cart-summary-products .btn-outline{text-transform:uppercase}body#checkout [data-action=show-password],#authentication [data-action=show-password]{background:#ccc;transition:all .3s ease-in;height:35px}body#checkout [data-action=show-password]:hover,.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle,.btn-primary:focus,.btn-primary.focus,#authentication [data-action=show-password]:hover{background:#3e2780}#cta_row{overflow:hidden}#checkout .my_box_container.product_container .my_image_container{flex:0 0 100%;max-width:100%;text-align:center}#checkout .my_box_small{flex-wrap:wrap}#checkout .my_content_container{text-align:center;display:flex;width:100%;justify-content:center;padding:0 10px;min-height:36px}#checkout .my_box_container.product_container p{text-align:center}body#checkout section.checkout-step .address-item.selected{border-radius:5px;border-color:#3e2780}body#checkout #order-summary-content .summary-selected-carrier,body#checkout #order-summary-content .order-confirmation-table{border-radius:5px}.btn-primary.disabled:hover,.btn-primary:disabled:hover{background-color:#a94442}.summary-selected-carrier .row{display:flex;align-items:center}.form-control-valign{display:flex;align-items:center}.form-group.row{display:flex;align-items:center}.product-actions .control-label{text-transform:uppercase}#customer-form .form-control-valign label{margin-bottom:0 !important;display:flex;align-items:center}#identity .radio-inline .custom-radio,#authentication .radio-inline .custom-radio{margin-right:5px}.page-my-account #content .links a:hover i{color:#3e2780}.category-depth-level-3 #PM_ASCriterionsGroup_1_4{display:none}#configure .img_container{display:flex;width:100%;align-items:center;justify-content:center;min-height:117px}.page-prices-drop #js-product-list-header{text-align:center;margin:20px auto 30px;font-size:30px;text-transform:capitalize}.movies_page .half_w_movies{margin-top:30px}.movies_page iframe{width:100%}.movies_page .half_w_movies iframe{min-height:290px}.movies_page .full_w_movies iframe{min-height:470px}#cms #content-wrapper p,#cms #content-wrapper li{color:#000;font-size:13px;line-height:1.3;margin-bottom:10px;font-weight:400}.leo-megamenu .dropdown-menu{min-width:256px;padding:28px;border-radius:7px;box-shadow:0px 12px 29px rgba(0,0,0,.25);top:calc(100% - 5px);background:#fff}.leo-megamenu .dropdown-menu li{margin-bottom:25px;margin-right:0 !important}.leo-megamenu .dropdown-menu li a{padding:0;color:#010c4a;font-size:16px;transition:all .3s ease-in}.leo-megamenu .dropdown-menu li a:hover span{color:#a340ff !important}.leo-megamenu .dropdown-menu li a span{color:#010c4a !important;transition:all .3s ease-in}.leo-megamenu .dropdown-menu li a:hover,.leo-megamenu .dropdown-menu li a:hover .menu-title{color:#a340ff}.dropdown-toggle::after{display:none}.nav.megamenu.horizontal li:last-child{margin-bottom:0}.leo-megamenu .dropdown-menu::after{content:"";position:absolute}.bottomnav{padding-top:10px;padding-bottom:10px}#order-confirmation #order-details{padding-left:15px;margin-top:30px}#order-confirmation #registration-form{margin-top:50px}#order-confirmation #order-items{border-right:none}.bestsller .item{padding-bottom:15px;padding-top:15px}#header{background-color:#fff}#header .header-nav{z-index:999}#header .header-nav.fixed{top:0;position:fixed;width:100%}#header .header-top{z-index:999}#header .header-top.fixed{position:fixed;width:100%}.header-logo img{transition:transform .3s ease-in;transform-origin:left}@media(max-width: 767px){.header-logo img{max-width:150px}}.mini-navbar .header-logo img{transform:scale(0.7)}.mini-navbar .header-top{margin-top:0px;transition:transform .3s ease-in}.mini-navbar #logo_row_header{margin-bottom:0}.mini-navbar .nav.megamenu.horizontal>li>a{padding-bottom:10px}.navbar-fixed-top{transition:all .3s ease-in}.navbar-fixed-top.mini-navbar{box-shadow:5px 5px 10px -8px #ccc;transform:translateY(-30px)}.cms-id-23 #main .page-header,.cms-id-23 #cta_row{display:none}.newsletter{width:700px;margin:90px auto 300px;max-width:100%}.newsletter h2{font-size:28px;line-height:39px;font-weight:700;text-align:center}.newsletter h2 span{color:#3e2780}#cart .cart-detailed-actions .btn.btn-outline{background-color:#3e2780;border:none}.cart-grid-body a.label:hover{color:#3e2780}.aeuc_from_label{display:none}.product-prices .current-price span[itemprop=price]{font-size:28px;line-height:18px}.my_salon_container h2{font-size:23px;text-align:left;margin-bottom:15px}#cms #content-wrapper .my_salon_container p{font-size:20px}#cms #content-wrapper .my_salon_container p a:hover{color:#3e2780}.my_salons iframe{width:100%;min-height:370px;box-shadow:0px 0px 20px rgba(204,204,204,.5)}.full_w_walk{margin-top:80px}.full_w_walk h2{font-size:2em;margin-left:-15px;margin-bottom:30px}.full_w_walk .bottom_link{width:100%;display:flex;align-items:center;justify-content:center}.img_salon_container{margin-bottom:15px;text-align:center}.img_salon_container img{max-width:100%}.list article.product-miniature{width:100%}.flex-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.flex-col48{flex:0 0 50%;max-width:50%}.box-cover .flex-col48{display:flex;justify-items:flex-start;flex:unset;max-width:unset;width:48%}.box-cover .flex-col48 p span{padding-left:30px;display:block}.flex-row.box-cover .flex-col48.cover-item:last-of-type p span{padding-left:0}.flex-row.box-cover .flex-col48.cover-item:last-of-type{display:block}.box-cover .flex-col48 img{max-width:100%;min-width:140px;height:auto;margin-right:30px}.desc-item{display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px}.desc-item img{width:auto;margin-right:20px}.desc-item p{padding-right:15px;margin:0}.hardness h3{text-align:center}.hardness img{margin:0 auto 15px}.hardness{text-align:center;width:100%}.flex-col100{display:flex;align-items:center;justify-content:flex-start}.flex-col100 img{margin-right:20px}.walk_container iframe{max-width:100%;border:none}#blog-category .panel.panel-default,.latest-blogs .blog-meta>span.icon-calendar,#module-leoblog-blog .social-share,.blog-description h1,#module-leoblog-category .panel.panel-defaul,#module-leoblog-category .blog-item .blog-meta,#module-leoblog-category h3.section-title,#module-leoblog-list .blog-meta{display:none}.blog-description{color:#000}.blog-item .blog-shortinfo{color:#000}#blogpage h1.blog-title{font-size:34px}#blogpage .extra-blogs{margin-top:30px}#blogpage .blog-detail .blog-meta{width:100%;border-bottom:2px solid #f7f7f7;padding-bottom:25px;margin-bottom:15px}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{background-color:#24b28c}#manufacturer #main h1{margin-bottom:30px}html[lang=en] .nav.megamenu.horizontal li.fat_menu:not(.last_element),html[lang=sk] .nav.megamenu.horizontal li.fat_menu:not(.last_element){display:none}#cms #main .page-content li{list-style:initial}#cms #main .page-content ul,#main .page-content ol{padding-left:30px}#cms #main .page-content ul,#main .page-content ul li{list-style:disc !important}#cms #main .page-content ol,#main .page-content ol li{list-style:decimal !important}#main .page-content ol li ul,#main .page-content ol li ul li{list-style:disc !important}#description ul,#description li,#description ol{list-style:inherit}#description ul{padding-left:30px}.products-sort-order .select-list:hover{color:#3e2780}.delivery-options-list .h6{margin-bottom:0}body#checkout section.checkout-step .delivery-option label{margin-bottom:0}body#checkout section.checkout-step .delivery-option{display:flex;align-items:center}#raty_baner{cursor:pointer}#newsletter_container{display:none;width:1200px;max-width:100%;margin:0 auto}.cms-id-23 #newsletter_container{display:block}.cms-id-23 .footer-top{background-color:rgba(0,0,0,0)}.block_newsletter form{margin:0;width:700px;border:none;height:auto;max-width:calc(100% - 30px);padding:0;background:rgba(0,0,0,0)}.newsletter-box .ApHtml h4{color:#fff;font-family:"Roboto",sans-serif;font-style:normal;font-weight:700;font-size:28px;line-height:1.1;margin-bottom:10px}.newsletter-box .ApHtml h5{color:#fff;margin-bottom:15px;font-weight:300}.newsletter-box .block_newsletter label a{color:#fff;font-weight:400;font-size:14px}.newsletter input[type=checkbox]{margin-left:14px !important}.newsletter_container{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.newsletter_container .input-wrapper input{background:#fff;color:#010101;font-size:14px;line-height:34px;padding:7px 21px;width:100%;height:48px}.newsletter_container .input-wrapper{width:calc(100% - 150px)}.block_newsletter form button{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;line-height:24px;width:150px;background-color:#a340ff !important;color:#fff;right:0;position:relative;letter-spacing:.125em;border-radius:0;text-transform:uppercase;height:48px}.block_newsletter form button span{display:block}.block_newsletter .col-12{width:100%;position:relative;padding:0 15px}.block_newsletter .col-12 input{width:20px;height:20px;float:unset;margin-right:9px;opacity:0;position:relative;z-index:1;cursor:pointer}.block_newsletter .col-12 label{margin:0}.block_newsletter .col-12 a{color:#696868;font-size:13px;line-height:19px}.block_newsletter .col-12 label::before,.block_newsletter .col-12 label::after{position:absolute;content:"";left:15px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:0px;background:#fff;border:2px solid #fff}.block_newsletter .col-12 label::after{border:none;opacity:0;width:8px;height:8px;background-color:#a340ff;left:18px;top:10px;border-radius:0;transition:all 250ms ease}.block_newsletter .col-12 input:checked+label::after{opacity:1}.block_newsletter .title_block{display:none !important}.block_newsletter{color:#fff}.block_newsletter a{color:#fff !important;text-decoration:underline;margin:0 3px}.block_newsletter h3{margin-bottom:10px}.block_newsletter h5{margin-bottom:15px;color:#fff;font-weight:300;font-size:.9rem;line-height:1.5}.block_newsletter input{background:#fff;opacity:1 !important}.PM_ASCriterionsGroup.PM_ASCriterionsGroupStock{display:none !important}.pagination .page-list li:nth-child(4) span{width:37px;height:37px;display:flex;align-items:center;justify-content:center}body#checkout section.checkout-step .carrier-delay{display:none}#order-confirmation #order-details ul{padding-left:15px}#order-confirmation #order-details ul li:last-child{display:none}body#checkout .condition-label label a{font-weight:700}#checkout .modal-content ol,#checkout .modal-content ol li{list-style:decimal}#checkout .modal-content ul,#checkout .modal-content ul li{list-style:square}#checkout .modal-content ol,#checkout .modal-content ul{padding-left:30px}#checkout .modal-content ol+p{margin-top:20px}#checkout .modal-content .btn{margin-top:20px}body#checkout .modal-content{background-color:#fff}body#checkout .modal-content p,body#checkout .modal-content a,body#checkout .modal-content li{color:#000}.page-cart #oblicz-rate{display:none}.PM_ASCriterionsGroupPrices_drop .PM_ASLabelLink{text-transform:capitalize}.content_row.content_header_row{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 0 43px}.content_row.content_header_row img{display:block;margin:0 auto 20px}.content_row.content_header_row h1{-moz-columns:#2f2e2a;columns:#2f2e2a;font-weight:700;line-height:28px;font-size:32px;letter-spacing:.1px;margin:0 0 18px}.content_row.content_header_row p{color:#5b5957;font-size:20px;line-height:28px;letter-spacing:.1px;font-weight:400;margin:0}#our_salon_wrapper{position:relative;padding:120px 0 159px}#our_salon_wrapper::before{position:absolute;content:"";width:100vw;height:100%;top:0;left:50%;transform:translateX(-50%);background-color:#f7f8fa}.sinlge_row_salon{position:relative;z-index:1;background-color:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:10px;margin-bottom:120px;padding:30px;box-shadow:0px 4px 36px rgba(42,88,102,.25)}.sinlge_row_salon:last-child{margin-bottom:0}.sinlge_row_salon .map_wrapper,.sinlge_row_salon .contett_wrapper{flex:0 0 auto;width:50%}.sinlge_row_salon .map_wrapper{padding-right:15px}.sinlge_row_salon .map_wrapper iframe{width:540px;height:330px;border-radius:10px;max-width:100%}.sinlge_row_salon .contett_wrapper{padding-left:15px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{color:#5b5957;font-size:18px;line-height:24px;margin:0 0 10px;font-weight:400}.sinlge_row_salon .contett_wrapper h3{color:#2f2e2a;font-weight:700;font-size:30px;line-height:24px;margin:0 0 40px}.sinlge_row_salon .contett_wrapper .adres_wrapper{margin-bottom:30px}.sinlge_row_salon .contett_wrapper .adress_row{display:flex;align-items:center;justify-content:flex-start;margin:0 0 19px}.sinlge_row_salon .contett_wrapper .adress_row:last-child{margin-bottom:0}.sinlge_row_salon .contett_wrapper .ico_wparrer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-start;width:40px;padding-right:10px}.sinlge_row_salon .contett_wrapper .ico_wparrer img{display:block;margin:0;flex:0 0 auto}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p{flex:0 0 auto;color:#2f2e2a;margin:0;font-size:16px;font-weight:500;line-height:24px}.sinlge_row_salon .bottom_wrapper{width:100%;display:flex;align-items:flex-end;justify-content:space-between}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p{margin:0 0 4px;font-size:16px;line-height:24px;font-weight:500}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p:last-child{margin-bottom:0}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p.label{color:#b8b3ae;text-align:left;font-weight:400}.sinlge_row_salon .see_salon_button{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#fe6700;font-weight:500;font-size:16px;line-height:28px;letter-spacing:.1px;box-shadow:0px 4px 16px rgba(255,160,49,.25);border:1px solid #fe6700;border-radius:5px;width:226px;height:54px;transition:background-color .4s ease,color .4s ease}.sinlge_row_salon .see_salon_button img{transition:filter .4s ease;filter:brightness(0) invert(1);margin-left:18px}.sinlge_row_salon .see_salon_button:hover img{filter:invert(0) brightness(1)}.sinlge_row_salon .see_salon_button:hover{background-color:#fff;color:#fe6700}.cms-id-10 #main .page-header{display:none}@media(max-width: 1199px){#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{font-size:15px;line-height:20px}.sinlge_row_salon .contett_wrapper h3{font-weight:700;font-size:27px;line-height:20px;margin:0 0 30px}.sinlge_row_salon .contett_wrapper .adress_row{margin:0 0 12px}.sinlge_row_salon .see_salon_button{font-size:14px;width:206px;height:50px}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p{font-size:14px;line-height:21px}.product-description img{max-width:100%;height:auto}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{width:272px}.nav.megamenu.horizontal li{margin-right:13px}.nav.megamenu.horizontal{margin-bottom:10px}.my_box_container p{font-size:11px;line-height:15px}.content.tab_links_container{grid-template-columns:repeat(6, 1fr)}#recomended_container .col-lg-3{width:33.3333%}.latest-blogs .blog-image-container img{width:100%}#cta_row .col-xl-6.left_cta{justify-content:center;padding-right:15px}.footer_social_media_container img{margin-right:14px}.my_footer_row li a{line-height:16px;margin-bottom:13px}.product-detail-name{line-height:25px;margin-bottom:21px}.my_availability_box .single_box p,.my_manufacturer p,#leo_product_reviews_block_extra .rating_label{font-size:13px}.my_availability_box .single_box p strong{display:block}.my_availability_box .single_box{margin-right:45px}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;flex:0 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center}#product .my_box_small{flex-wrap:wrap}#product .my_box_container.product_container p{width:100%;text-align:center;margin-top:5px}.phone_single p{font-size:13px;line-height:15px}.PM_ASForm li div{display:flex}.PM_ASForm label{margin-bottom:0;display:initial;text-align:left}.PM_ASBlockOutputVertical a{color:#696868;display:block;width:100%;line-height:15px;margin-bottom:10px}.PM_ASForm label::after{top:0}.PM_ASForm label::before{top:2px}.PM_ASBlockOutputVertical .PM_ASResetSearch{margin-bottom:30px}.thumbnail-container .product-title a{font-size:12px;line-height:15px;margin-bottom:15px;height:60px}#category .button_container a,#module-pm_advancedsearch4-searchresults .button_container a{font-size:10px}.ApColumn .block.day_hit::after{font-size:17px;line-height:14px}.block.day_hit .ajax_block_product{margin-bottom:0}.adres_container p{font-size:10px;line-height:20px}}@media(max-width: 991px){.sinlge_row_salon{flex-direction:column}.sinlge_row_salon .map_wrapper,.sinlge_row_salon .contett_wrapper{width:100%;padding:0}.sinlge_row_salon .map_wrapper iframe{width:100%}.sinlge_row_salon .contett_wrapper{padding-top:30px}.nav.megamenu.horizontal li:last-child{align-items:center;width:100%;display:flex;justify-content:center}.nav.megamenu.horizontal .dropdown-menu-inner li:last-child{justify-content:flex-start}.nav.megamenu.horizontal li.last_element a{margin-bottom:12px;margin-top:12px}.product-variants>.product-variants-item,.product-add-to-cart .product-quantity .qty{justify-content:flex-start}.adres_container p{font-size:12px}.user_info_dr_materac a{margin-left:auto;margin-bottom:5px}.user_container{align-items:flex-start}.col-cart #cart-block{position:relative !important;bottom:unset !important;right:0 !important;margin:0}.nav.megamenu.horizontal{flex-direction:column}.nav.megamenu.horizontal li{margin-right:0;width:100%}.my_box_container{grid-template-columns:repeat(2, 1fr);grid-gap:30px 0}.my_box_container p{font-size:16px;line-height:19px}#findTab .nav-item{width:100%;text-align:center}#findTab{border:1px solid #ccc;margin-bottom:40px;padding-bottom:0;border-radius:5px}#findTab li:first-child,#findTab li:first-child a{border-radius:5px 5px 0 0 !important}#findTab li:last-child,#findTab li:last-child a{border-radius:0px 0px 5px 5px !important}#recomended_container .col-lg-3{width:50%}.thumbnail-container .product-title a{font-size:15px;line-height:20px}.salony_row .title{font-size:15px;padding:20px 15px}#cta_row .col-xl-6:not(.left_cta){display:none}#cta_row .col-xl-6{flex:0 0 100%;max-width:100%}#cta_row .col-xl-6.left_cta{padding:30px 15px}.my_footer_row{grid-template-columns:repeat(2, 1fr);grid-gap:30px 0}.bottom_row{margin-top:50px}.bottom_row img{max-width:90%;margin:0 auto}.block-category #category-description p:first-child{font-size:12px;line-height:19px}#category .ApColumn .block.day_hit .ajax_block_product{width:100%;max-width:unset}.pagination{margin-top:40px;margin-bottom:40px}.product-detail>.row>div.col-form_id-form_9367402777406408,.product-detail>.row>div.col-form_id-form_15874367062488778{width:100%;margin-bottom:20px}.product-detail-name{line-height:30px;margin-bottom:16px}#product .my_box_small{flex-wrap:unset}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;flex:unset;max-width:unset;display:flex;align-items:center;justify-content:flex-start}#product .my_box_container.product_container p{font-size:10px;line-height:12px;text-align:left;margin-left:15px}.my_availability_box .single_box p strong{display:initial}.raty_boxes_container>div img{width:100%}.phone_single p{font-size:14px;line-height:18px}.cart-preview .header span.hidden-sm-down{display:inline-block !important}.flex-col48{flex:0 0 100%;max-width:100%}.hardness img{max-width:100%;height:auto}}@media(max-width: 767px){.my_salon_container h2{margin-top:20px}.my_box_container p{font-size:13px;line-height:19px}.my_image_container{margin-right:15px}.content.tab_links_container{grid-template-columns:repeat(4, 1fr)}.left_header{justify-content:center}.user_container{align-items:center;justify-content:center;margin:0}.user_info_dr_materac a{margin:0px 0 0 15px}.col-search{display:none}.owl-theme .owl-controls .owl-pagination{margin:36px 0 0 !important}.my_footer_col.informacje,.my_footer_col.bezpieczne_platnosci{margin-right:30px}.my_footer_col.moje_konto{margin-right:30px}.hidden-md-up.text-xs-right.up{display:none}.products-sort-order .dropdown-menu{margin:7px 0 0 0}.block.day_hit .ajax_block_product{margin-bottom:0;width:100%}.block.day_hit .thumbnail-container{display:flex;align-items:center}.block.day_hit .thumbnail-container h3{max-width:300px;text-align:left}.block.day_hit .thumbnail-container h3 a{text-align:left}.thumbnail-container .product-meta{width:100%;padding:21px}#category .thumbnail-container .product-meta a,#module-pm_advancedsearch4-searchresults .thumbnail-container .product-meta a{font-size:14px;line-height:26px}#search_filter_toggler{display:none}#left-column #PM_ASBlock_1 .card-header{display:block;background-color:#3e2780;color:#fff;margin-bottom:15px;font-size:14px;line-height:15px;font-weight:600}.PM_ASBlockOutput{padding-left:0px}.PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after,.PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after{top:13px;right:10px}.sort_border .col-md-3,.sort_border .col-md-9{width:100% !important}.sort_border .col-sm-4{display:none}.products-sort-order .dropdown-menu{left:-10px}#logo_row_header{flex-wrap:wrap}.col-logo{width:45%;order:0}.col-cart{width:54%;order:1}.col-search{width:100%;order:2;display:block}#leosearchtopbox{width:100%}.header-menu .col-menu{position:absolute !important;top:-37px;right:0}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]{text-align:left;height:50px}#leo_search_block_top .block_content .leoproductsearch-result::after{top:18px}body .header-menu{margin-bottom:0 !important}.newsletter h2{font-size:18px;line-height:28px}}@media(max-width: 650px){.box-cover .flex-col48{width:100%;flex-wrap:wrap}.box-cover .flex-col48 p span{padding-left:0}#description p{width:100%}}@media(max-width: 575px){.bottomnav p:first-child{text-align:left;max-width:150px}.left_header{justify-content:space-between}.my_image_container{margin-right:10px}.my_box_container p{font-size:12px;line-height:17px}.my_footer_row h4{font-size:13px;line-height:15px}.thumbnail-container .product-meta{padding:21px 5px}.my_availability_box .single_box p strong{display:block}#product .my_box_small{flex-wrap:wrap}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;flex:0 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center}#product .my_box_container.product_container p{width:100%;text-align:center;margin:5px}.flex-col100{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.flex-col100 img{margin-bottom:15px}.desc-item{flex-wrap:wrap;justify-content:center;text-align:center}.desc-item p{margin-bottom:20px;margin-top:5px}.newsletter h2 br{display:none}.newsletter h2 span{margin-left:5px}.block_newsletter form button span{display:block;font-size:12px}.sinlge_row_salon .bottom_wrapper{width:100%;justify-content:unset;flex-direction:column;align-items:flex-start}.sinlge_row_salon .see_salon_button{margin-top:30px}.sinlge_row_salon{padding:20px 15px;margin-bottom:70px}#main .page-content.page-cms-10{padding:0}.sinlge_row_salon .contett_wrapper h3{text-align:left}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{font-size:12px;line-height:17px}.sinlge_row_salon .contett_wrapper h3{font-size:22px;text-align:left;line-height:16px;margin:0 0 30px}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p{font-size:14px}.sinlge_row_salon .contett_wrapper .adress_row{margin:0 0 8px}}@media(max-width: 480px){.my_box_container.product_container{grid-template-columns:repeat(1, 1fr)}.my_salons{margin:0 -30px}.full_w_walk h2{margin-left:0}#cms #content-wrapper .my_salon_container p{font-size:16px}.full_w_walk .bottom_link img{max-width:100%}.my_salon_container h2{font-size:19px;line-height:1.3}.bottomnav p:first-child{display:none}.left_header p img{margin:0 10px 0px 0}.header-logo{margin-bottom:0px !important}.my_box_container{grid-template-columns:repeat(1, 1fr);grid-gap:20px 0}.my_image_container{min-width:67px}.my_content_container{min-width:150px}.my_box_small{justify-content:center}.content.tab_links_container{grid-template-columns:repeat(3, 1fr)}.thumbnail-container .product-price-and-shipping .price{font-size:15px;line-height:25px}.thumbnail-container .product-price-and-shipping .regular-price{font-size:12px;line-height:25px}.product-flags .product-flag{font-size:11px}#promo .thumbnail-container .product-title a{font-size:14px;line-height:20px}#promo .thumbnail-container .product-price-and-shipping .price{font-size:19px;line-height:25px}#promo .thumbnail-container .product-price-and-shipping .regular-price{font-size:14px;line-height:25px}#promo .thumbnail-container .product-meta{padding-right:15px;padding-left:15px}#promo .button_container a{font-size:14px;height:40px}.footer_seo h3,.my_footer_row h3{font-size:16px;line-height:20px}.footer_seo p{font-size:10px;line-height:15px}.my_footer_row.top_row{display:grid;grid-gap:30px 15px}.single_element{margin-top:25px;margin-bottom:20px;text-align:center}#cta_row p{font-size:26px}#cta_row h3{font-size:28px;line-height:32px}#producent .content.tab_links_container .label_container{display:none}#producent .content.tab_links_container{grid-template-columns:repeat(2, 1fr)}.product-detail-name{line-height:24px;font-size:18px}.my_availability_box{display:grid;grid-template-columns:repeat(3, 1fr)}.my_availability_box .single_box{margin-right:0}#description h2{font-size:17px;line-height:24px}.cart_label{display:none}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{max-width:190px}}@media(max-width: 320px){.block_newsletter .col-12 a{font-size:11px}}.selectize-control{position:relative}.selectize-control::after{content:"<";position:absolute;top:6px;right:7px;transform:rotate(-90deg);z-index:10;font-weight:900;font-size:17px;background:#3e2780;height:25px;width:25px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:3px;z-index:0;cursor:pointer}.selectize-control .selectize-input{border:1px solid #d8d8d8 !important;background:rgba(0,0,0,0) !important;cursor:pointer !important}.subpage-ekomi{max-width:1200px;margin:auto;float:none;padding:50px 0}.search-title{margin-bottom:25px;font-weight:600;font-size:18px;color:#1a1a1a;padding-bottom:5px;border-bottom:2px solid #a340ff}#header .header-nav .bottomnav{background-color:#010c4a}@media(max-width: 767px){#header .header-nav .bottomnav{padding-top:0;padding-bottom:0}}.services-row{margin:50px 0}.services-row img{margin-bottom:20px}.services-row p{color:#3e2780;font-size:16px;font-weight:500;text-align:center}#footer{font-family:"Roboto",sans-serif;background:#010c4a}#footer .footer_center__wrapper{padding:0 70px}#footer .footer-center{margin-bottom:50px}#footer .footer-center .footer_center__wrapper .ApColumn .title_block{color:#fff !important;font-style:normal !important;font-weight:400 !important;font-size:16px !important;margin-bottom:30px !important;line-height:1.1 !important;width:100% !important;text-align:start !important}#footer .footer-center .footer_center__wrapper .ApColumn ul li a{color:#fff;font-weight:400;font-size:14px;line-height:1.1;padding-top:5px;padding-bottom:5px}#footer .footer-bottom .footer_center__wrapper>.inner{padding:20px 0;border-top:1px solid rgba(255,255,255,.3)}#footer .footer-bottom .footer_center__wrapper .footer-bottom-meta .block_content p{color:#fff;font-style:normal;font-weight:400;font-size:12px;line-height:1.1;text-align:end}.slick-prev:before{display:none}.slick-next:before{display:none}.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item{padding:15px;transition:all 250ms ease-in-out}.owl-theme .owl-controls{margin-top:15px;height:50px}.owl-theme .owl-controls .owl-buttons{top:auto;right:auto;left:50%;transform:translateX(-50%);width:auto;display:flex;gap:20px}.owl-theme .owl-controls .owl-buttons div{height:30px;width:30px;display:flex;justify-content:center;align-items:center;color:#010c4a;font-size:30px;line-height:1;border-radius:50%;background:rgba(0,0,0,0)}.owl-theme .owl-controls .owl-buttons div:before{display:none}.owl-theme .owl-controls .owl-buttons div:hover{background:#a340ff;color:#fff}.owl-theme .owl-controls .owl-buttons div:hover:before{color:#fff !important}.best-products-box{position:relative;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.best-products-box .best-products-text .block_content{margin-bottom:30px;line-height:1.5}.best-products-box .best-products-text h2{font-family:"Roboto",sans-serif;color:#010c4a;font-weight:600;font-size:24px;margin-bottom:30px;text-transform:uppercase;line-height:1.5;position:relative}.best-products-box .best-products-text h2:before{top:auto !important;bottom:0 !important;height:2px !important;background:#a340ff !important;width:90% !important;left:0;content:"";display:block;position:absolute;max-width:200px}.best-products-box .best-products-text p{font-family:"Roboto",sans-serif;color:#010101;font-weight:300;font-size:16px}.best-products-box .best-products-text p:last-child{margin-bottom:0}.best-products-box picture{display:block;position:relative}.best-products-box picture::before{content:"";position:absolute;inset:0;background:#ebf1ff;z-index:-1;width:50vw}.ApSlideShow picture{display:block !important}#index #wrapper{padding-top:0}#index #wrapper .ApColumn .block{padding-top:75px}@media(max-width: 767px){#index #wrapper .ApColumn .block{padding-top:25px}}#cookieNotice{background:#010c4a !important;color:#fff;padding:5px;font-size:12px;box-shadow:none !important}#cookieNotice p{font-size:12px !important}@media(max-width: 767px){#cookieNotice p{font-size:10px !important;line-height:1.25}}.latest-blogs .created{margin-bottom:15px !important}.latest-blogs .blog-image-container{border-radius:5px}.latest-blogs .blog-title{text-transform:none !important}.latest-blogs .see_more_blog img{display:none !important}#left-column .block,#right-column .block{box-shadow:none !important;padding:20px !important}body{overflow-x:hidden}body#product #wrapper,body#module-leoblog-blog #wrapper{background:#f8f9fa;padding-top:50px;padding-bottom:50px}body#product #wrapper #blogpage article,body#module-leoblog-blog #wrapper #blogpage article{background:#fff;padding:50px}body#product #wrapper #blogpage .extra-blogs,body#module-leoblog-blog #wrapper #blogpage .extra-blogs{border:1px solid #eee;padding:25px}.leoproductsearch-content{margin-right:10px}#promo-code form{display:flex}#promo-code form input{border-radius:4px 0 0 4px}#promo-code form .btn{margin:0;border-radius:0 4px 4px 0}.cart-line-product-actions .remove-from-cart{background:#010c4a;display:flex !important;height:30px;width:30px;align-items:center;justify-content:center;border-radius:4px}.cart-line-product-actions .remove-from-cart:hover{background:#a340ff}.cart-line-product-actions .remove-from-cart i{color:#fff}.product-description table{width:auto !important}.product-description table tr td{width:11.1111111111%}.product-description table picture img{height:auto !important;max-width:100px !important}.bestsellers_row .ApProductCarousel{padding-top:0 !important}#carousel-3330681750 .row>div{width:33% !important}@media(min-width: 676px){#footer .inner .row.footer-first-for .ApColumn{width:25% !important}}@media(max-width: 675px){#footer .inner .row .ApColumn{width:100% !important;text-align:center}#footer .inner .row .ApColumn h4{text-align:center !important}#footer .inner .row .ApColumn h4.title_block{text-align:center !important}}@media(max-width: 675px){#footer .inner .row .ApColumn:first-child{margin-bottom:25px !important}}@media(max-width: 1199px){#footer .inner .row .ApColumn:last-child{width:100%;padding-top:50px}}@media(max-width: 767px){.cart-preview{position:relative;top:10px}}@media(max-width: 767px){#product #content-wrapper{padding:0 !important}.product-detail>.row>div[class^=col-]{padding:0 !important}.more-info-product{padding:10px}.footer_center__wrapper{padding:10px !important}.block_newsletter form{width:100%;max-width:100%}.block_newsletter{text-align:center}.block_newsletter .col-xs-12{float:none !important}.block_content h4{text-align:center;float:none;font-size:20px !important}.newsletter_container{flex-wrap:wrap}.newsletter_container .input-wrapper{width:100%}.newsletter_container button{width:100% !important}}.page-cms-23 form{margin-top:50px}.page-cms-23 input[name=email]{background:#d8d8d8;color:#696868;opacity:.8;font-size:14px;line-height:34px;padding:7px 21px;width:100%;border-radius:5px;border:0}.page-cms-23 button{background:#a340ff;color:#fff;padding:14px 25px;border:0}footer .block_newsletter{display:none}.widget-stars{display:flex;gap:20px;margin-bottom:25px;color:#000;cursor:pointer}.widget-stars span{font-weight:600}#product .featured-products .products{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));background:#fff}#product .featured-products .products .product-miniature .product-image .functional-buttons{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}#product .featured-products .products .product-miniature .product-image .functional-buttons .button-container{width:100%}#product .featured-products .products .product-miniature .product-meta .product-title a{height:auto}.block-promo .promo-discounts .cart-summary-line .label{color:#010c4a}.block-promo .promo-discounts .cart-summary-line .label .code{color:#f5a76a;cursor:grab;text-decoration:none}.hero-slider{overflow:hidden}#smartsupp-widget-container>div{z-index:9999 !important}.raty_boxes_container img{width:100%;max-width:178px;height:35px}#oblicz-rate a{cursor:pointer}#manufacturer #main #manufacturer-description ul{margin-bottom:25px;list-style-type:square;margin-left:20px}#manufacturer #main #manufacturer-description ul li{list-style-type:square}body #content-wrapper #content #single-city-page .featured-products .products{display:grid;grid-template-columns:repeat(auto-fit, minmax(310px, 1fr))}body #content-wrapper #content #single-city-page .featured-products .products article.product-miniature .functional-buttons{display:none}body #content-wrapper #content #single-city-page .featured-products .products article.product-miniature .leo-list-product-reviews{display:none}body #content-wrapper #content #single-city-page h2{font-size:26px;font-weight:600;margin-bottom:25px}body #content-wrapper #content #single-city-page p{font-size:13px;line-height:24px;font-weight:300}body #main ul#cities-links{margin:0 !important;padding:0 15px !important;list-style:none !important;display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:10px}body #main ul#cities-links li{list-style:none !important;text-align:center;background:#3e2780}body #main ul#cities-links li a{display:block;color:#fff;font-size:14px;line-height:26px;font-weight:600;padding:10px;transition:all .3s ease-in-out}body #main ul#cities-links li a:hover{background:#a340ff}#footer .footer-city-list>ul{display:flex;flex-direction:row;-moz-column-gap:50px;column-gap:50px;row-gap:20px;flex-wrap:wrap}#footer .footer-city-list>ul li a:hover{padding-left:0}@media(max-width: 765px){#category .product_list.grid>.row{display:grid;grid-template-columns:1fr 1fr}}@media(max-width: 320px){#category .product_list.grid>.row{grid-template-columns:1fr}}@media(max-width: 765px){#logo_row_header .ApColumn:nth-child(3){display:flex}}.buy_by_phone{margin-top:10px}#buy-by-phone-popup{position:fixed;inset:0;z-index:999999;opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center;transition:opacity 250ms ease,visibility 250ms ease;overflow:auto}#buy-by-phone-popup.active{opacity:1;visibility:visible}#buy-by-phone-popup::before{content:"";position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#buy-by-phone-popup .buy-by-phone-popup--wrapper{position:relative;width:100%;max-width:700px;padding:30px;background:#fff;border:1px solid #e5e5e5;border-radius:5px;z-index:1}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header{position:relative}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header--close{position:absolute;top:-23px;right:-20px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header--close .close-popup{font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body{display:grid;grid-template-columns:1fr 1fr;max-height:calc(100vh - 130px);overflow-y:auto;padding:10px 10px 10px 0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left{display:flex;align-items:center}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left .popup-img .product-cover{width:100%;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;margin-right:auto}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right{display:flex;justify-content:center;flex-direction:column}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right p{color:#000;font-size:14px;font-weight:600}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group{margin-bottom:5px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control{border-radius:3px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-name::-moz-placeholder, #buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-phone::-moz-placeholder{color:#000}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-name::placeholder,#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-phone::placeholder{color:#000}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio{display:flex;flex-direction:row;align-items:center;gap:15px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio .radio-inline{display:flex;align-items:center;gap:5px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio .radio-inline input[type=radio]{width:20px;height:20px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka{display:flex;flex-direction:row;gap:10px;align-items:baseline}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka input#polityka{width:-moz-fit-content;width:fit-content}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka label{text-align:left;font-size:10px;margin-bottom:0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-cols{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:5px;column-gap:5px;font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-body-top>p{color:#a340ff}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-body-top>p>a{color:#a340ff;text-decoration:underline}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-input-alert{color:red}@media(max-width: 700px){#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body{grid-template-columns:1fr}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left{display:none}}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert{display:none;position:absolute;inset:0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert.active{display:block}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert::after{content:"";position:absolute;inset:-1px;background:rgba(0,0,0,.3);border-radius:5px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);padding:30px;background:#fff;border:1px solid #e5e5e5;border-radius:5px;z-index:1;width:100%;max-width:300px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper .popup-alert-close{position:absolute;top:5px;right:10px;font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper .popup-alert-data p{margin:10px 0 0 0}.cky-box-bottom-left,.cky-revisit-bottom-left{bottom:70px !important;left:10px !important}#category-description p{color:#000}#cookiesplus-modal .cookiesplus-close-and-save{display:none !important}#box-product-accessories{margin-bottom:20px}#box-product-accessories .buy-protector-btn{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#a340ff !important;border-radius:5px;width:100%;font-size:16px;line-height:24px;font-weight:700;text-transform:initial;min-height:50px;transition:all .3s ease-in}#box-product-accessories .buy-protector-btn:hover{background-color:#010c4a !important}#box-product-accessories .product-accessories-title{margin:10px 0;text-align:center;font-weight:700;font-size:24px;text-transform:uppercase}#box-product-accessories #box-accessories-slider{display:none}#box-product-accessories #box-accessories-slider .slick-track{padding-top:15px;padding-bottom:15px}#box-product-accessories #box-accessories-slider .slick-arrow{width:30px;height:30px;line-height:28px;text-align:center;background:#fff;border:1px solid #eee;transition:all .5s ease;border-radius:15px;color:rgba(0,0,0,0);top:20px;transform:translate(-50%, -50%)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-next{left:calc(50% + 20px)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-next::before{content:""}#box-product-accessories #box-accessories-slider .slick-arrow.slick-prev{left:calc(50% - 20px)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-prev::before{content:""}#box-product-accessories #box-accessories-slider .slick-arrow::before{font-family:"FontAwesome";color:#999;font-size:14px;display:block;transition:all .5s ease;position:absolute;width:100%;height:100%;top:0;left:0}#box-product-accessories .ajax_block_product .product-price-and-shipping{display:none !important}#featured-products-box{position:relative}#featured-products-box .featured-products-box-slider{position:initial}@media(max-width: 600px){#featured-products-box .featured-products-box-slider{padding-top:30px;position:relative}}#featured-products-box .featured-products-box-slider .slick-arrow{top:0;transform:none;width:30px;height:30px;line-height:28px;text-align:center;background:#010c4a;border:1px solid #010c4a;transition:all .5s ease;border-radius:15px;color:#fff}#featured-products-box .featured-products-box-slider .slick-arrow.slick-prev{left:auto;right:40px}@media(max-width: 600px){#featured-products-box .featured-products-box-slider .slick-arrow.slick-prev{left:calc(50% - 40px);transform:translateX(-50%)}}#featured-products-box .featured-products-box-slider .slick-arrow.slick-next{right:0}@media(max-width: 600px){#featured-products-box .featured-products-box-slider .slick-arrow.slick-next{right:calc(50% - 40px);transform:translateX(-50%)}}#featured-products-box .featured-products-box-slider .slick-arrow:hover{border-color:#a340ff;background-color:#a340ff}body>div[class^=htmlboxpro]{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;padding-top:10px;padding-bottom:10px;background:#a441fc}body>div[class^=htmlboxpro] *{color:#fff}body>div[class^=htmlboxpro] p{color:#fff;font-size:15px;font-weight:500;text-align:center;margin-bottom:0}body>div[class^=htmlboxpro] p a{color:#fff !important}.tabs-product{display:flex;flex-direction:column}.tabs-product .tabs-nav{display:flex;list-style:none;margin:0;padding:0;border-bottom:1px solid #eee}@media(max-width: 525px){.tabs-product .tabs-nav{display:block}}.tabs-product .tabs-nav li{margin:0;padding:10px 20px;cursor:pointer;border-bottom:none;font-weight:600;font-size:16px}@media(max-width: 768px){.tabs-product .tabs-nav li{font-size:14px}}@media(max-width: 525px){.tabs-product .tabs-nav li{text-align:center;border:1px solid #eee}}.tabs-product .tabs-nav li.active{font-weight:bold;color:#a340ff}.tabs-product .tabs-content{padding:25px 0}.tabs-product .tabs-content>div{display:none}.tabs-product .tabs-content>div.active{display:block}/*# sourceMappingURL=dr_materac.css.map */ \ No newline at end of file diff --git a/themes/leo_lulandia/assets/css/dr_materac.css.map b/themes/leo_lulandia/assets/css/dr_materac.css.map index 330b855e..ea76d4fb 100644 --- a/themes/leo_lulandia/assets/css/dr_materac.css.map +++ b/themes/leo_lulandia/assets/css/dr_materac.css.map @@ -1 +1 @@ -{"version":3,"sources":["dr_materac.css","dr_materac.scss"],"names":[],"mappings":"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","file":"dr_materac.css","sourcesContent":["@import\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap\";body{font-family:\"Poppins\",sans-serif !important}.iview-timer{width:100% !important;left:50% !important;transform:translateX(-50%)}.left_header{display:flex;align-items:center}.left_header p img{margin:0 7px 0 24px;filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%)}.left_header p a{color:#fff}.leo-megamenu .navbar-nav>li{margin:0}.leo-megamenu .navbar-nav>li:first-child{margin-left:-15px}.leo-megamenu .navbar-nav>li>a{padding:0;font-size:18px;font-weight:400;line-height:1.5;text-transform:unset;padding:10px 15px}.block-category #category-description p{color:#696868;font-weight:400}.block-category #category-description p strong{font-weight:700}.leo-megamenu{padding:0}.popup-over a.popup-title{padding:0;display:flex;align-items:center;justify-content:flex-end;line-height:20px}.chevron{margin-right:5px;transition:transform .2s ease-in}.popup-over:hover .chevron{transform:rotate(180deg)}.popup-over{float:unset;margin:0}.user_container{display:flex;align-items:center;justify-content:flex-end}.user_container #language-selector-label .popup-title>picture img{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%)}.user_info_dr_materac{display:flex;flex-wrap:wrap}.user_info_dr_materac a{margin-left:15px}.popup-over .popup-content{right:-30px}.bottomnav .inner{border-bottom:none !important}.bottomnav .ApHtml{line-height:unset !important;height:auto !important;background:none !important}.bottomnav .ApRow .ApColumn:first-child{width:calc(100% - 300px) !important}@media(max-width: 991px){.bottomnav .ApRow .ApColumn:first-child{text-align:center;width:100% !important}.bottomnav .ApRow .ApColumn:first-child .left_header{justify-content:center;gap:20px}}.bottomnav .ApRow .ApColumn:last-child{width:300px !important}@media(max-width: 991px){.bottomnav .ApRow .ApColumn:last-child{text-align:center;width:100% !important;justify-content:center !important;padding-top:0 !important}}.box-slider>.ApColumn{width:100% !important}.header-top{padding:45px 0 35px;transition:margin .3s ease-in}@media(max-width: 756px){.header-top{padding:10px 0}}.header-nav{font-size:14px;padding:10px;background:#010c4a;color:#fff}.header-nav a{color:#fff}.header-nav a.signin{margin-right:10px}.header-nav.hide-bar{transform:translateY(-30px)}.header-nav a,.header-nav{transition:all .3s ease-in}.header-nav a:hover{color:#a340ff !important}.list-cate-wrapper{display:none}#leo_search_block_top .block_content{border:none;border-bottom:2px solid #a340ff;border-radius:0}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]{padding:0 5px;text-align:left;height:30px;font-size:14px;line-height:21px;color:#010101}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]::-webkit-input-placeholder{color:#010101;font-size:14px;line-height:21px}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]:-ms-input-placeholder{color:#010101;font-size:14px;line-height:21px}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]::placeholder{color:#010101;font-size:14px;line-height:21px}#logo_row_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}@media(max-width: 765px){#logo_row_header{margin-bottom:0}}#logo_row_header #cart-block{color:#010101;font-size:16px;cursor:pointer}.header-top .ApColumn .block{margin:0;padding:0}#leo_search_block_top .block_content{padding:0}#leo_search_block_top .block_content button[type=submit]{display:none}#leosearchtopbox{width:100%}#leo_search_block_top .block_content .leoproductsearch-result{position:relative;display:flex;align-items:center}#leo_search_block_top .block_content .leoproductsearch-result i{background-image:url(../img/layout/magnifier.svg);width:17px;height:17px;display:block;cursor:pointer;background-size:cover}#leo_search_block_top .block_content .leoproductsearch-result i:hover{background-image:url(../img/layout/magnifier-hover.svg)}.cart-preview .header{margin-top:0;display:flex;align-items:center;justify-content:center}.cart-preview .header picture{background:#a340ff;display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;margin-right:5px;border-radius:50%}.cart-preview .header picture img{filter:invert(100%) sepia(100%) saturate(0) hue-rotate(22deg) brightness(106%) contrast(105%)}.nav.megamenu.horizontal{list-style:none;width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:0px}.nav.megamenu.horizontal li{margin-right:19px}.nav.megamenu.horizontal li.last_element{margin-right:0;margin-left:auto}.nav.megamenu.horizontal li.fat_menu a{font-weight:700}@keyframes flashMenu{0%{color:#010101}50%{color:#fe6700}100%{color:#010101}}.nav.megamenu.horizontal li.last_element a{background-color:#fe6700;padding-bottom:0 !important;padding:0px 15px 0;border-radius:20px;color:#fff;font-weight:500;transition:background-color .3s ease-in;margin-bottom:24px}.nav.megamenu.horizontal li.last_element a:hover{background-color:#3e2780;color:#fff !important}#prices-drop .nav.megamenu.horizontal li.last_element a{animation:none;color:#fff !important}#prices-drop .nav.megamenu.horizontal li.last_element a:active{animation:none;color:#fff !important}.leo-megamenu .navbar-nav>li.active>a,.leo-megamenu .navbar-nav>li:hover>a,.leo-megamenu .navbar-nav>li:focus>a{color:#a340ff}.header-menu{border:none}.header-menu:before{display:none}.iview-controlNav div.iview-items ul li a.iview-control{width:8px;height:8px;background-color:#010101;opacity:1;margin:0 4px}.iview-controlNav div.iview-items ul li a.iview-control.active,.iview-controlNav div.iview-items ul li a.iview-control:hover{transform:scale(1);background-color:#a340ff}.ApColumn .block{margin-bottom:0}.my_box_container{box-shadow:0px 12px 17px rgba(0,0,0,.06);border-radius:5px;display:grid;grid-template-columns:repeat(4, 1fr);padding:34px 24px 34px 30px;margin-bottom:64px}.my_box_small{display:flex;align-items:center;justify-content:flex-start}.my_image_container{margin-right:25px}.my_box_container p{color:#010101;font-weight:600;font-size:16px;line-height:19px;margin:0;text-align:left}.box-slider{padding-bottom:0 !important;margin-bottom:38px !important}.leo-cart-dropdown-action a.btn.cart-dropdow-checkout{background-color:#3e2780}.content.tab_links_container{display:grid;grid-template-columns:repeat(8, 1fr);text-align:center;grid-gap:30px 5px}.tab_links_container a{display:block}.tab_links_container img{margin-bottom:11px;transition:transform .2s ease-in;max-width:100%}.tab_links_container p{font-size:13px;line-height:14px;color:#010101;font-weight:400;transition:color .2s ease-in,font-weight .2s ease-in}.tab_links_container a:hover p{color:#3e2780;font-weight:700}.tab_links_container a:hover img{transform:scale(0.9)}.ApColumn .title_block{color:#010c4a !important;font-family:\"Roboto\";font-style:normal;font-weight:600 !important;font-size:24px !important;line-height:1.5 !important;text-align:center;padding-left:0 !important;padding-bottom:15px !important;width:fit-content;margin-left:auto !important;margin-right:auto !important;text-transform:uppercase !important}.ApColumn .title_block:before{top:auto !important;bottom:0 !important;height:2px !important;background:#a340ff !important;width:90% !important;left:5%;content:\"\";display:block;position:absolute}#findTab .nav-item a.nav-link{color:#696868;font-size:15px;line-height:52px;display:block;padding:0 35px;background-color:#f1f1f1;font-weight:400;text-transform:unset;border-radius:0;border:none !important;transition:background-color .3s ease-in}#findTab .nav-item{margin:0}#findTab .nav-item a.nav-link.active{background-color:#fff;font-weight:700;color:#000;border:none}#findTab .nav-tabs .nav-link:focus,#findTab .nav-tabs .nav-link:hover{border:none}#findTab .nav-tabs .nav-link{border:none}#findTab{padding-bottom:40px}.find_for_you{padding-bottom:41px;border-bottom:1px solid #d8d8d8}.ApColumn .block.find_for_you{margin-bottom:60px}.tab-pane[aria-labelledby=size-tab] .img_container{padding:0 10px}.tab-pane[aria-labelledby=producent-tab] .img_container{padding:0 0px;display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:11px;min-height:82px}.tab-pane[aria-labelledby=producent-tab] .tab_links_container img{margin:0}.thumbnail-container .product-title a{display:block;text-align:center;color:#000;font-size:15px;line-height:1.5;margin-bottom:25px;font-weight:500;height:68px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.product-flags{display:flex;flex-direction:column;padding:0;text-align:center;top:21px;left:0}.product-flags .product-flag{display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;line-height:25px;padding:0 18px;border-radius:5px}.product-flags .product-flag.new{background-color:#9a40eb}.product-flags .product-flag.discount{background-color:#fe6700}.thumbnail-container .product-price-and-shipping{display:flex;align-items:center;justify-content:center;min-height:25px;font-size:20px}.box-ptabs .nav-tabs .nav-item a:hover,.box-cate .widget-category_image a:hover,.thumbnail-container .product-title a:hover,.leo-megamenu .navbar-nav>li>a:hover,.leo-megamenu .navbar-nav>li>a:focus,.leo-megamenu .navbar-nav>li>a:active{color:#a340ff !important}#leo_search_block_top .ac_results{min-width:320px}.thumbnail-container .product-price-and-shipping .price{color:#a340ff;font-size:16px;line-height:1.5px;font-weight:600}.thumbnail-container .product-price-and-shipping .regular-price{font-size:16px;line-height:24px;font-weight:400}.thumbnail-container .product-meta{padding:0 21px 21px}.box-product .owl-carousel .owl-item.active:before,.box-ptabs .owl-carousel .owl-item.active:before,.box-tdeals .owl-carousel .owl-item.active:before{display:none !important}.button_container a{display:flex;align-items:center;justify-content:center;width:100%;background-color:#3e2780;border-radius:5px;height:40px;padding:0 17px;font-size:14px;line-height:26px;font-weight:600;margin-top:12px;transition:color .3s ease-in,background-color .3s ease-in;color:#fff}.button_container a:hover{color:#fff;background-color:#a340ff}.button_container a img{transition:filter .3s ease-in}.button_container a:hover img{filter:brightness(0) invert(1)}.thumbnail-container{margin-bottom:0}article.product-miniature{background-color:#fff;border-radius:5px;transition:box-shadow .2s ease-in}article.product-miniature .product-card-widget-stars #ekomi-product-widget-identifier{display:none}article.product-miniature .product-card-widget-stars #widget-container{width:100%;display:flex;align-items:center;justify-content:center}.list article.product-miniature{float:left}.product_list .ajax_block_product{border:none}.list .col-xl-4,.page-prices-drop .grid .col-xl-4{margin-bottom:30px}.product_list.list .thumbnail-container .product-title a{text-align:left}#category .product_list .ajax_block_product{margin-bottom:30px}.product_list{border:none;box-shadow:none}.product_list.list .product-title a{margin-bottom:0 !important}.product_list.list .product-price-and-shipping{justify-content:flex-start}.product_list.list .button_container a{max-width:175px}.product_list li{margin-bottom:33px}.light_gray_bg{position:relative;padding-top:94px;margin-bottom:0px !important;z-index:1}.light_gray_bg::before{height:100%;width:100vw;content:\"\";position:absolute;left:50%;top:0;transform:translateX(-50%);background-color:rgba(216,216,216,.3)}.dark_gray_bg.light_gray_bg::before{background-color:#eaeaea}.owl-theme .owl-controls .owl-pagination{margin:66px 0 0 !important;display:flex;align-items:center;justify-content:center}.owl-theme .owl-controls span{margin:0 4px !important;background-color:#babcbc !important}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#3e2780 !important}.ApColumn .block.products_block{margin-bottom:58px}.blog-viewall{width:100%;display:flex;align-items:center;justify-content:center;margin:70px 0 88px}.blog-viewall .btn-primary{background-color:#3e2780;border-radius:5px;color:#fff;display:flex;padding:16px 32px;font-weight:600;text-transform:unset;transition:color .3s ease-in,background-color .3s ease-in}.blog-viewall .btn-primary:hover{color:#fff;background-color:#24b28c}.blog_carousel .owl-carousel .owl-item{padding:0 10px 0 0}.blog_carousel .owl-carousel .owl-item .blog-container{min-height:440px !important}.blog_carousel .block_content{padding:0 15px}.blog_carousel .item{background-color:#fff;border-radius:8px;overflow:hidden}.owl-carousel.owl-loading::before,#back-top a{background-color:#a340ff !important}#back-top a:hover{color:#fff !important;background-color:#010c4a !important}.latest-blogs .blog-desc{max-height:147px !important;color:#010101 !important;font-weight:400 !important;margin:0 0 18px !important;line-height:21px !important;overflow:hidden !important}.latest-blogs .blog-image-container{margin:0 !important;overflow:hidden}.latest-blogs{padding-bottom:0}.latest-blogs .blog-image-container img{max-height:200px;object-fit:cover}.latest-blogs .right-block .author{display:none}.latest-blogs .right-block .nbcomment{display:none}.right-block{padding:20px}.latest-blogs .blog-meta>span{display:inline-block;vertical-align:top;margin:0;width:100%;color:#696868;font-style:initial;font-size:12px;line-height:21px;margin-bottom:4px;text-transform:lowercase}.latest-blogs .blog-title{font-size:18px;text-transform:inherit;line-height:24px;margin:0 0 4px;font-weight:600;height:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:initial;color:#010101}.see_more_blog img{margin-left:12px}.manufacturers_block img{opacity:1 !important;border-radius:5px}.manufacturer-image-container{text-align:center;border:1px solid rgba(0,0,0,0);border-radius:5px;transition:border-color .3s ease-in}.manufacturer-image-container a{display:block}.manufacturer-image-container:hover{border-color:#3e2780}.footer_seo{text-align:justify}.footer_seo h3,.my_footer_row h3{color:#010101;font-size:18px;line-height:24px;font-weight:600;margin-bottom:15px}.footer_seo p{color:#010101;font-size:12px;line-height:20px;font-weight:400;margin-bottom:14px}.my_footer_row{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px 0}.my_footer_row.top_row{display:flex;justify-content:space-between;flex-wrap:wrap}.my_footer_row.top_row .my_footer_col{width:25%;margin:0 !important}@media(max-width: 767px){.my_footer_row.top_row .my_footer_col{width:50%}}.row.footer_inside_row{margin:0}.row.footer_inside_row>div{padding:0}.adres_container p{color:#010101;font-size:12px;line-height:20px;margin:0}.adres_container p a{color:#010101;display:block}.my_footer_row li a{display:block;font-size:13px;line-height:20px;margin-bottom:8px}#footer a:hover{color:#a340ff}.my_footer_row ul{margin-bottom:16px}.img_footer_container img{width:auto;max-width:100%}.img_footer_container{display:grid;grid-gap:24px 0;margin-top:9px}.footer{background:#f5fafe}.my_footer_content{display:flex;flex-wrap:wrap;flex-direction:column}.my_footer_row h4{font-size:13px;line-height:20px;font-weight:600;margin-bottom:10px}.my_footer_col.informacje,.my_footer_col.bezpieczne_platnosci{margin-right:60px}.my_footer_col.moje_konto{margin-right:66px}.footer_social_media_container{margin-top:20px}.footer_social_media_container img{margin-right:24px;transition:transform .2s ease-in}.footer_social_media_container a:hover img{transform:scale(0.9)}.my_footer_content>a{display:block;margin-bottom:3px;line-height:20px}.single_element h3{margin-bottom:0}.single_element{margin-top:5px;margin-bottom:14px}.leo-fly-cart-total{background-color:#a340ff}.footer-bottom .inner,.footer-center .inner{border:none}.footer-top{background-color:#3e2780;padding:0;margin:0}.footer-top .container{max-width:100%;margin:0;padding:0;width:100%}.footer-top .ApColumn .block{margin:0}#cta_row{display:flex;flex-wrap:wrap;padding:0;margin:0}#cta_row .ApColumn{display:flex;align-items:center;justify-content:center;color:#fff}#cta_row .col-xl-6{float:unset;width:unset;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;display:flex;align-items:center;padding:0}#cta_row .col-xl-6.left_cta{justify-content:flex-end;padding-right:158px}#cta_row h3{color:#fff;font-size:28px;line-height:42px;margin-bottom:55px;text-align:center;font-weight:700}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}#cta_row p{color:#000;font-size:31px;line-height:34px;text-align:center;background-color:#fff;border-radius:5px;padding:16px;font-weight:700;margin-bottom:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:bounceIn;animation-name:bounceIn;animation-iteration-count:infinite}#cta_row p a,#cta_row p a:hover{color:#000}#cta_row .links_cta{display:flex;align-items:center}#cta_row .links_cta p{animation:none;color:#fff;background-color:rgba(0,0,0,0);padding:0;margin:0;font-size:14px;line-height:14px;margin:0 40px 0 0;font-weight:500}#cta_row .footer_social_media_container{margin:0}.links_cta{margin-top:72px}#cta_row .footer_social_media_container img{width:44px}.footer-center .inner{padding-top:75px}.footer-bottom,.footer-bottom .inner{padding:0}.footer-bottom .ApColumn .block{margin-bottom:0}.bottom_row{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;margin-top:100px}.bottom_row p{margin:17px 0 27px;color:#010101;font-size:13px;line-height:18px;width:100%;text-align:center}.salony_row{padding-bottom:34px}.salony_row .title{background-color:#fff;text-align:center;width:100%;font-size:18px;font-weight:600;padding:20px 110px;color:#696868;transition:color .2s ease-in,background-color .2s ease-in}.salony_row a:hover .title{color:#fff;background-color:#3e2780}.salony_row .item{border-radius:5px;overflow:hidden}#main .page-footer{display:none}.manufacturers_block{padding-top:104px;margin-bottom:70px !important}#wrapper .breadcrumb{margin-bottom:0;padding-bottom:24px;border-bottom:2px solid #f6f6f6;margin-bottom:33px}#product #wrapper .breadcrumb{margin-bottom:18px}#wrapper .breadcrumb li::after{margin:0 10px 0 5px}#wrapper .breadcrumb li a{color:#696868;font-size:11px;line-height:23px;text-transform:lowercase}#wrapper .breadcrumb li:last-child a{color:#a340ff;text-decoration:none}.block-category #category-description{margin-top:0}.block-category #category-description p:first-child{color:#010101;font-size:14px;line-height:22px;margin-bottom:24px}.products-selection{padding-top:0;padding-bottom:0;margin-bottom:24px;border-bottom:none}#js-product-list-top .row{display:flex;justify-content:space-between}#js-product-list-top .total-products{order:2;display:flex;justify-content:flex-end}#js-product-list-top .total-products p{display:none}.products-selection .display>div a{height:33px;display:flex;align-items:center;justify-content:center}.products-selection .display>div a[title=Grid]{width:36px}.products-selection .display>div a[title=List]{width:43px}.products-selection .display>div{margin-right:13px}.products-selection .display>div#list{margin-right:0}.products-selection .display>div a img{transition:filter .2s ease-in}.products-selection .display>div a:hover img{filter:grayscale(1)}.sort_border{margin-left:15px;padding:7px 16px;border:1px solid #d8d8d8;border-radius:4px;display:flex;align-items:center;justify-content:flex-start;transition:background-color .2s ease-in}.products-selection .sort-by{padding-left:0;padding-right:0;color:#3e2780;font-weight:600;font-size:13px;line-height:39px;display:block;margin:0 5px 0 0}.sort_border .col-md-3,.sort_border .col-md-9{float:unset !important;width:auto !important;padding:0}.products-selection button.select-title{padding:0;color:#010101;font-size:13px;line-height:36px;border:none;display:flex;align-items:center;justify-content:flex-start;margin:0 0 0 3px}.chevron_sort_container{display:flex;position:relative;background-color:#3e2780;align-items:center;justify-content:center;border-radius:4px;width:32px;height:32px;margin-left:46px;transition:transform .3s ease-in}.chevron_sort_container img{filter:brightness(0) invert(1);transform:rotate(90deg) translateX(2px);transition:transform .1s ease-in}button[aria-expanded=true] .chevron_sort_container{transform:rotate(180deg)}button[aria-expanded=true] .chevron_sort_container img{transform:rotate(90deg) translateX(0)}.products-sort-order .dropdown-menu{left:0;width:calc(100% - 20px);border:1px solid #d8d8d8;border-radius:0 0 4px 4px;font-size:12px;padding:0;margin:9px 0 0 0;border-top:none}.products-sort-order .select-list:hover{background-color:#fff}.products-selection .display{float:unset;display:flex;align-items:center}#category .products-selection{margin-bottom:62px}.pagination{background-color:unset;border-radius:0;padding:0;margin-top:50px;margin-bottom:50px}.pagination .page-list{display:flex;align-items:center;justify-content:flex-start;padding:0;width:auto;float:left}.pagination .page-list li{padding:0;width:37px;height:37px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:24px;color:#696868;border-radius:4px}.pagination .page-list li:last-child a{border-right:none}.pagination .page-list li:last-child a span{display:none}.pagination .page-list li:last-child a span.spacer{display:block}#category-description{padding:50px;line-height:1.5}#category-description h2{font-size:1.25rem}.pagination a{color:#696868;display:flex;width:100%;height:100%;align-items:center;justify-content:center;transition:background-color .3s ease-in,color .3s ease-in;border-radius:4px;margin-right:1px}.pagination a:hover,.pagination .current a{background-color:#3e2780;color:#fff !important}.pagination .page-list a.next img{transform:translateX(1px)}.pagination .page-list a.previous img{transform:rotate(-180deg) translate(1px, -1px)}.pagination .page-list a.next:hover img,.pagination .page-list a.previous:hover img{filter:brightness(0) invert(1)}#left-column .card-header{display:none}#left-column .card{border:none}#left-column .card-block{padding:0}.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink,.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover,.PM_ASearchTitle,.PM_ASBlockOutputHorizontal a,.PM_ASBlockOutputVertical a{font-weight:500}.PM_ASForm li{display:flex;align-items:center;justify-content:flex-start;position:relative}.PM_ASForm label{margin-bottom:0}.PM_ASForm li div{width:100%}.PM_ASCriterionCheckbox{width:14px;height:14px;position:relative;z-index:5;margin-right:13px;opacity:0}.PM_ASForm label::after{width:14px;height:14px;left:0;top:5px;content:\"\";position:absolute;border:1px solid #bcbcbc}.PM_ASForm label::before{width:10px;height:10px;left:2px;top:7px;content:\"\";position:absolute;background-color:#3e2780;opacity:0;transition:opacity .2s ease-in}.PM_ASForm input:checked+label::before{opacity:1}.PM_ASBlockOutputVertical a{color:#696868;display:block;width:100%;line-height:24px}.PM_ASBlockOutput{padding-left:26px}.PM_ASBlockOutputVertical .PM_ASSubmitSearch{background-color:#3e2780;padding:7px 31px;font-weight:700;text-transform:initial;font-size:14px;line-height:21px;border-radius:5px;transition:color .2s ease-in,background-color .2s ease-in}.PM_ASBlockOutputVertical .PM_ASSubmitSearch:hover{color:#3e2780;background-color:rgba(0,0,0,0)}.PM_ASForm .text-center{text-align:left !important;padding:0}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{width:16px;height:16px;border-radius:50%;background-color:#3e2780;background-image:none;border:none;transition:transform .2s ease-in;cursor:pointer}.ui-state-default:hover,.ui-widget-content .ui-state-default:hover,.ui-widget-header .ui-state-default:hover{transform:scale(1.1)}.ui-slider .ui-slider-range{background:#3e2780}.PM_ASCritRange{border-radius:0;height:2px;border:none}.ui-slider-horizontal .ui-slider-range{top:2px}.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle{border:none}.PM_ASBlockOutputVertical .PM_ASResetSearch{border:1px solid #d8d8d8;box-shadow:2px 2px 11px 0 rgba(0,0,0,.1);border-radius:4px}.PM_ASCritRangeValue{margin-top:10px}.ApColumn .block.day_hit{border-radius:0 4px 4px;border:1px solid #fe6700;padding:0;margin:76px 0 0 0;position:relative}.ApColumn .block.day_hit::after{position:absolute;top:0;left:-1px;background-color:#fe6700;color:#fff;font-size:24px;line-height:21px;font-weight:700;padding:12px 24px;border-radius:8px 8px 0 0;transform:translateY(-100%)}.ApColumn .block.day_hit::before{position:absolute;top:-76px;width:100%;height:2px;background-color:#d8d8d8;content:\"\"}html[lang=pl] .ApColumn .block.day_hit::after{content:\"Hit Dnia!\"}#category .ApColumn .block.day_hit .ajax_block_product{margin:0 !important}.block.day_hit .product_list .ajax_block_product .product-flags{display:none}.block.day_hit .button_container a img{filter:brightness(0) invert(1)}.footer_seo{padding-right:30px}.zoomContainer,.product-thumb-images .thumb{border-radius:4px}.product-thumb-images .thumb.selected,.product-thumb-images .thumb:hover{border-color:#a340ff}.product-detail.product-thumbs-bottom .product-thumb-images{padding-left:0;padding-right:0}.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev{left:0;border-radius:5px 0 0 5px}.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next{right:0;border-radius:0 5px 5px 0}#thumb-gallery .slick-arrows .slick-arrow{height:100%}.slick-list:hover+.slick-arrows .slick-next,.slick-list:hover+.slick-arrows .slick-prev,.slick-arrows .slick-next.slick-disabled:hover,.slick-arrows .slick-prev.slick-disabled:hover{background-color:rgba(52,214,173,.5)}.slick-arrows .slick-next:hover,.slick-arrows .slick-prev:hover{background-color:#34d6ad}.product-add-to-cart{margin-bottom:15px}.product-actions{margin-bottom:44px}.product-detail>.row{margin:0}.product-detail>.row>div[class^=col-]{padding-left:15px;padding-right:15px}.product-detail>.row>div.col-form_id-form_9367402777406408{width:calc(50% + 58px)}.product-detail-name{text-transform:initial;margin-top:0;font-size:20px;line-height:30px;margin-bottom:16px;font-weight:600;color:#2e2925;width:520px;max-width:100%}.product-detail{padding-top:0}#product .product-actions .add-to-cart{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#010c4a;border-radius:5px;width:100%;font-size:16px;line-height:24px;font-weight:700;text-transform:initial}#product .product-actions .add-to-cart:hover{background-color:#a340ff}#product .product-actions .add-to-cart[disabled]{filter:grayscale(1)}.my_availability_box{display:flex;align-items:center;justify-content:flex-start}.my_availability_box .single_box{margin-right:16px}.my_availability_box .single_box.dostepnosc{display:none}.my_availability_box{margin-bottom:11px}.my_availability_box .single_box p,.my_manufacturer p,#leo_product_reviews_block_extra .rating_label{font-size:12px;margin:0;line-height:18px;font-weight:400;color:#010101}.my_manufacturer{display:flex;flex-wrap:wrap;flex-direction:column}.my_manufacturer .product-manufacturer{display:flex}.my_manufacturer .product-manufacturer .manufacturer-logo{max-height:115px;padding:0;border:none}.my_box_container.product_container{padding:0;box-shadow:none;margin:0;grid-template-columns:repeat(3, 1fr)}#product .my_box_container.product_container{margin-bottom:20px}.my_box_container.product_container p{font-size:10px;line-height:12px}.my_box_container.product_container .my_image_container{margin-right:9px}#leo_product_reviews_block_extra .reviews_note:before{display:none}#leo_product_reviews_block_extra .reviews_note{float:unset;padding:0;margin:0}#leo_product_reviews_block_extra{display:flex;align-items:center;justify-content:flex-start;margin:0}#leo_product_reviews_block_extra .rating_label{margin-right:10px}.my_rating_container{margin-bottom:11px}.star_content .star{width:15px;height:15px;position:relative;margin:0 2px}.star_content .star:before,div.star.star_on:before,div.star.star_hover:before{color:#ebebeb;font-size:16px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}div.star.star_on:before,div.star.star_hover:before{color:#3e2780}.product-quantity #quantity_wanted{width:100%;text-align:left}.product-actions .control-label{color:#010101;font-size:14px;line-height:18px;margin:0 auto;text-align:left;font-weight:400;text-transform:initial;width:100px;margin-right:5px;min-width:unset;max-width:unset;margin-left:0}.product-variants>.product-variants-item{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px}.product-variants>.product-variants-item select{min-height:34px;max-width:419px}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 6px)}.product-detail>.row>div.col-form_id-form_15874367062488778{padding-left:15px;width:calc(50% - 58px)}.product-add-to-cart .product-quantity .qty{margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{background-color:#f0f0f0;width:419px;height:34px;color:#696868;font-size:14px;line-height:21px;border:none;padding-top:5px 16px;border-radius:5px;cursor:pointer;outline:none !important;-moz-appearance:none;-webkit-appearance:none;background-image:url(../img/layout/chevron_violet.svg);background-repeat:no-repeat;background-position:calc(100% - 16px) center;background-size:auto}.product-actions .product-variants{margin:0}#add-to-cart-or-refresh .clearfix::after{display:none}.price_container{display:flex;align-items:flex-end;justify-content:flex-start;margin-top:47px;margin-bottom:18px}.price_container .product-prices,.price_container .product-prices .product-price{margin:0;width:100%;display:flex;flex-wrap:wrap;gap:20px}.price_container .current-price{color:#010101;font-size:28px;line-height:18px;font-weight:600;display:block !important;margin-right:20px !important}@media(max-width: 767px){.price_container .current-price{width:100%}}.price_container .product-discount{color:#696868;font-size:20px;line-height:18px}@media(max-width: 767px){.price_container .product-discount{width:100%}}.price_container .product-discount .regular-price{margin-right:0}.phone_single{display:flex;justify-content:flex-start;align-items:center}.phone_single p{color:#1a1a1a;font-size:14px;line-height:18px;margin-right:8px;font-weight:400;margin-bottom:0}.phone_single p strong{font-weight:700}.phone_single p a{transition:color .2s ease-in}.raty_boxes_container{display:flex;align-items:center;margin-top:15px;gap:6px;padding-bottom:21px;border-bottom:1px solid #f6f6f6;margin-bottom:16px;flex-wrap:wrap;justify-content:center}.raty_boxes_container br{display:none}.raty_boxes_container p{margin-bottom:0}.raty_boxes_container>div{border-radius:4px;display:flex;align-items:center;justify-content:center}@media(max-width: 500px){.raty_boxes_container>div{width:100%}}.raty_boxes_container>div picture{max-width:150px;display:block}.raty_boxes_container>div picture img{width:100%;max-width:150px}.raty_boxes_container>div.santander{border:none;align-items:center;justify-content:center;display:flex}.botton_product_container{display:flex;justify-content:center;gap:20px;align-items:center}.botton_product_container a{display:block;background:#a340ff;padding:10px;border-radius:4px}.botton_product_container a img{margin-right:0 !important}a:focus,a:hover,.blog-title a:focus,.blog-title a:hover,.blog-container a:focus,.blog-container a:hover{color:#a340ff}.more-info-product{border-radius:4px;padding:35px 50px 50px}.product_base_info{background:#fff;padding:25px;border-radius:4px}.category-products .products-section-title,.more-info-product .title-info-product{position:relative;color:#010c4a;font-family:\"Roboto\";font-weight:600;font-size:24px;line-height:1.5;text-align:center;padding-left:0;padding-bottom:10px;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px;text-transform:uppercase}.category-products .products-section-title:before,.more-info-product .title-info-product:before{content:\"\";position:absolute;top:auto;bottom:0;height:2px;background:#a340ff;width:90%;left:5%;display:block}.product-features h3{display:none}.product-features{margin:0 0 40px}.product-features>dl.data-sheet{margin-bottom:0}.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name{padding:0;margin:0;font-size:15px;line-height:20px;font-weight:500;color:#010101;min-height:31px;padding:8px;background-color:#fff;text-transform:initial;display:flex;align-items:center}@media(max-width: 765px){.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name{font-size:13px}}.product-features>dl.data-sheet dd.value{color:#3e2780}#description iframe{width:100%;min-height:412px}#description h2{color:#010101;font-size:20px;line-height:30px;margin-bottom:13px;font-weight:400}#description{font-size:13px;line-height:18px;color:#010101}#description p{font-size:13px;line-height:18px}#product_reviews_block_tab .review{border-bottom:1px solid #33d5ad}.product-name a:hover,.leo-fly-cart-icon-wrapper a:hover,#checkout-addresses-step a:hover{color:#3e2780 !important}.leo-cart-dropdown-action a.btn:hover,.leo-cart-dropdown-action a.btn:focus,.leo-cart-dropdown-action a.btn:active:focus,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:active:focus,.btn-outline:hover,.btn-outline:focus,.btn-outline:active,.btn-outline.active{color:#fff !important;background:#a340ff !important}.leo-cart-dropdown-action a.btn,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout{transition:all .3s ease-in}#product .product-actions .add-to-cart{transition:all .3s ease-in}.btn-outline{transition:all .3s ease-in;background-color:#ccc;border-color:#ccc;border-radius:5px}.btn-outline:hover{color:#fff !important;background-color:#3e2780}.custom-radio input[type=radio]:checked+span{background-color:#3e2780}.btn-primary{color:#fff;font-weight:600;font-size:14px;background-color:#010c4a;transition:all .3s ease-in;border-radius:5px;padding:10px 40px;text-transform:inherit}.btn-primary:hover{background:#a340ff}.form-control{background-color:#fff;border:1px solid #e6e5e5;border-radius:5px}.form-control:focus{color:#010101;border-color:#3e2780}#customer-form .form-control-valign label{margin-right:15px}.input-group{outline:none !important}.cart-summary-products .btn-outline{text-transform:uppercase}body#checkout [data-action=show-password],#authentication [data-action=show-password]{background:#ccc;transition:all .3s ease-in;height:35px}body#checkout [data-action=show-password]:hover,.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle,.btn-primary:focus,.btn-primary.focus,#authentication [data-action=show-password]:hover{background:#3e2780}#cta_row{overflow:hidden}#checkout .my_box_container.product_container .my_image_container{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;text-align:center}#checkout .my_box_small{flex-wrap:wrap}#checkout .my_content_container{text-align:center;display:flex;width:100%;justify-content:center;padding:0 10px;min-height:36px}#checkout .my_box_container.product_container p{text-align:center}body#checkout section.checkout-step .address-item.selected{border-radius:5px;border-color:#3e2780}body#checkout #order-summary-content .summary-selected-carrier,body#checkout #order-summary-content .order-confirmation-table{border-radius:5px}.btn-primary.disabled:hover,.btn-primary:disabled:hover{background-color:#a94442}.summary-selected-carrier .row{display:flex;align-items:center}.form-control-valign{display:flex;align-items:center}.form-group.row{display:flex;align-items:center}.product-actions .control-label{text-transform:uppercase}#customer-form .form-control-valign label{margin-bottom:0 !important;display:flex;align-items:center}#identity .radio-inline .custom-radio,#authentication .radio-inline .custom-radio{margin-right:5px}.page-my-account #content .links a:hover i{color:#3e2780}.category-depth-level-3 #PM_ASCriterionsGroup_1_4{display:none}#configure .img_container{display:flex;width:100%;align-items:center;justify-content:center;min-height:117px}.page-prices-drop #js-product-list-header{text-align:center;margin:20px auto 30px;font-size:30px;text-transform:capitalize}.movies_page .half_w_movies{margin-top:30px}.movies_page iframe{width:100%}.movies_page .half_w_movies iframe{min-height:290px}.movies_page .full_w_movies iframe{min-height:470px}#cms #content-wrapper p,#cms #content-wrapper li{color:#000;font-size:13px;line-height:1.3;margin-bottom:10px;font-weight:400}.leo-megamenu .dropdown-menu{min-width:256px;padding:28px;border-radius:7px;box-shadow:0px 12px 29px rgba(0,0,0,.25);top:calc(100% - 5px);background:#fff}.leo-megamenu .dropdown-menu li{margin-bottom:25px;margin-right:0 !important}.leo-megamenu .dropdown-menu li a{padding:0;color:#010c4a;font-size:16px;transition:all .3s ease-in}.leo-megamenu .dropdown-menu li a:hover span{color:#a340ff !important}.leo-megamenu .dropdown-menu li a span{color:#010c4a !important;transition:all .3s ease-in}.leo-megamenu .dropdown-menu li a:hover,.leo-megamenu .dropdown-menu li a:hover .menu-title{color:#a340ff}.dropdown-toggle::after{display:none}.nav.megamenu.horizontal li:last-child{margin-bottom:0}.leo-megamenu .dropdown-menu::after{content:\"\";position:absolute}.bottomnav{padding-top:10px;padding-bottom:10px}#order-confirmation #order-details{padding-left:15px;margin-top:30px}#order-confirmation #registration-form{margin-top:50px}#order-confirmation #order-items{border-right:none}.bestsller .item{padding-bottom:15px;padding-top:15px}#header{background-color:#fff}#header .header-nav{z-index:999}#header .header-nav.fixed{top:0;position:fixed;width:100%}#header .header-top{z-index:999}#header .header-top.fixed{position:fixed;width:100%}.header-logo img{transition:transform .3s ease-in;transform-origin:left}@media(max-width: 767px){.header-logo img{max-width:150px}}.mini-navbar .header-logo img{transform:scale(0.7)}.mini-navbar .header-top{margin-top:0px;transition:transform .3s ease-in}.mini-navbar #logo_row_header{margin-bottom:0}.mini-navbar .nav.megamenu.horizontal>li>a{padding-bottom:10px}.navbar-fixed-top{transition:all .3s ease-in}.navbar-fixed-top.mini-navbar{box-shadow:5px 5px 10px -8px #ccc;transform:translateY(-30px)}.cms-id-23 #main .page-header,.cms-id-23 #cta_row{display:none}.newsletter{width:700px;margin:90px auto 300px;max-width:100%}.newsletter h2{font-size:28px;line-height:39px;font-weight:700;text-align:center}.newsletter h2 span{color:#3e2780}#cart .cart-detailed-actions .btn.btn-outline{background-color:#3e2780;border:none}.cart-grid-body a.label:hover{color:#3e2780}.aeuc_from_label{display:none}.product-prices .current-price span[itemprop=price]{font-size:28px;line-height:18px}.my_salon_container h2{font-size:23px;text-align:left;margin-bottom:15px}#cms #content-wrapper .my_salon_container p{font-size:20px}#cms #content-wrapper .my_salon_container p a:hover{color:#3e2780}.my_salons iframe{width:100%;min-height:370px;box-shadow:0px 0px 20px rgba(204,204,204,.5)}.full_w_walk{margin-top:80px}.full_w_walk h2{font-size:2em;margin-left:-15px;margin-bottom:30px}.full_w_walk .bottom_link{width:100%;display:flex;align-items:center;justify-content:center}.img_salon_container{margin-bottom:15px;text-align:center}.img_salon_container img{max-width:100%}.list article.product-miniature{width:100%}.flex-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.flex-col48{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.box-cover .flex-col48{display:-webkit-box;display:-ms-flexbox;display:flex;justify-items:flex-start;-ms-flex:unset;flex:unset;max-width:unset;width:48%}.box-cover .flex-col48 p span{padding-left:30px;display:block}.flex-row.box-cover .flex-col48.cover-item:last-of-type p span{padding-left:0}.flex-row.box-cover .flex-col48.cover-item:last-of-type{display:block}.box-cover .flex-col48 img{max-width:100%;min-width:140px;height:auto;margin-right:30px}.desc-item{display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px}.desc-item img{width:auto;margin-right:20px}.desc-item p{padding-right:15px;margin:0}.hardness h3{text-align:center}.hardness img{margin:0 auto 15px}.hardness{text-align:center;width:100%}.flex-col100{display:flex;align-items:center;justify-content:flex-start}.flex-col100 img{margin-right:20px}.walk_container iframe{max-width:100%;border:none}#blog-category .panel.panel-default,.latest-blogs .blog-meta>span.icon-calendar,#module-leoblog-blog .social-share,.blog-description h1,#module-leoblog-category .panel.panel-defaul,#module-leoblog-category .blog-item .blog-meta,#module-leoblog-category h3.section-title,#module-leoblog-list .blog-meta{display:none}.blog-description{color:#000}.blog-item .blog-shortinfo{color:#000}#blogpage h1.blog-title{font-size:34px}#blogpage .extra-blogs{margin-top:30px}#blogpage .blog-detail .blog-meta{width:100%;border-bottom:2px solid #f7f7f7;padding-bottom:25px;margin-bottom:15px}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{background-color:#24b28c}#manufacturer #main h1{margin-bottom:30px}html[lang=en] .nav.megamenu.horizontal li.fat_menu:not(.last_element),html[lang=sk] .nav.megamenu.horizontal li.fat_menu:not(.last_element){display:none}#cms #main .page-content li{list-style:initial}#cms #main .page-content ul,#main .page-content ol{padding-left:30px}#cms #main .page-content ul,#main .page-content ul li{list-style:disc !important}#cms #main .page-content ol,#main .page-content ol li{list-style:decimal !important}#main .page-content ol li ul,#main .page-content ol li ul li{list-style:disc !important}#description ul,#description li,#description ol{list-style:inherit}#description ul{padding-left:30px}.products-sort-order .select-list:hover{color:#3e2780}.delivery-options-list .h6{margin-bottom:0}body#checkout section.checkout-step .delivery-option label{margin-bottom:0}body#checkout section.checkout-step .delivery-option{display:flex;align-items:center}#raty_baner{cursor:pointer}#newsletter_container{display:none;width:1200px;max-width:100%;margin:0 auto}.cms-id-23 #newsletter_container{display:block}.cms-id-23 .footer-top{background-color:rgba(0,0,0,0)}.block_newsletter form{margin:0;width:700px;border:none;height:auto;max-width:calc(100% - 30px);padding:0;background:rgba(0,0,0,0)}.newsletter-box .ApHtml h4{color:#fff;font-family:\"Roboto\",sans-serif;font-style:normal;font-weight:700;font-size:28px;line-height:1.1;margin-bottom:10px}.newsletter-box .ApHtml h5{color:#fff;margin-bottom:15px;font-weight:300}.newsletter-box .block_newsletter label a{color:#fff;font-weight:400;font-size:14px}.newsletter_container{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.newsletter_container .input-wrapper input{background:#fff;color:#010101;font-size:14px;line-height:34px;padding:7px 21px;width:100%;height:48px}.newsletter_container .input-wrapper{width:calc(100% - 150px)}.block_newsletter form button{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;line-height:24px;width:150px;background-color:#a340ff !important;color:#fff;right:0;position:relative;letter-spacing:.125em;border-radius:0;text-transform:uppercase;height:48px}.block_newsletter form button span{display:block}.block_newsletter .col-12{width:100%;position:relative;padding:0 15px}.block_newsletter .col-12 input{width:20px;height:20px;float:unset;margin-right:9px;opacity:0;position:relative;z-index:1;cursor:pointer}.block_newsletter .col-12 label{margin:0}.block_newsletter .col-12 a{color:#696868;font-size:13px;line-height:19px}.block_newsletter .col-12 label::before,.block_newsletter .col-12 label::after{position:absolute;content:\"\";left:15px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:0px;background:#fff;border:2px solid #fff}.block_newsletter .col-12 label::after{border:none;opacity:0;width:8px;height:8px;background-color:#a340ff;left:18px;top:10px;border-radius:0;transition:all 250ms ease}.block_newsletter .col-12 input:checked+label::after{opacity:1}.block_newsletter .title_block{display:none !important}.block_newsletter{color:#fff}.block_newsletter a{color:#fff !important;text-decoration:underline;margin:0 3px}.block_newsletter h3{margin-bottom:10px}.block_newsletter h5{margin-bottom:15px;color:#fff;font-weight:300;font-size:.9rem;line-height:1.5}.block_newsletter input{background:#fff;opacity:1 !important}.PM_ASCriterionsGroup.PM_ASCriterionsGroupStock{display:none !important}.pagination .page-list li:nth-child(4) span{width:37px;height:37px;display:flex;align-items:center;justify-content:center}body#checkout section.checkout-step .carrier-delay{display:none}#order-confirmation #order-details ul{padding-left:15px}#order-confirmation #order-details ul li:last-child{display:none}body#checkout .condition-label label a{font-weight:700}#checkout .modal-content ol,#checkout .modal-content ol li{list-style:decimal}#checkout .modal-content ul,#checkout .modal-content ul li{list-style:square}#checkout .modal-content ol,#checkout .modal-content ul{padding-left:30px}#checkout .modal-content ol+p{margin-top:20px}#checkout .modal-content .btn{margin-top:20px}body#checkout .modal-content{background-color:#fff}body#checkout .modal-content p,body#checkout .modal-content a,body#checkout .modal-content li{color:#000}.page-cart #oblicz-rate{display:none}.PM_ASCriterionsGroupPrices_drop .PM_ASLabelLink{text-transform:capitalize}.content_row.content_header_row{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 0 43px}.content_row.content_header_row img{display:block;margin:0 auto 20px}.content_row.content_header_row h1{columns:#2f2e2a;font-weight:700;line-height:28px;font-size:32px;letter-spacing:.1px;margin:0 0 18px}.content_row.content_header_row p{color:#5b5957;font-size:20px;line-height:28px;letter-spacing:.1px;font-weight:400;margin:0}#our_salon_wrapper{position:relative;padding:120px 0 159px}#our_salon_wrapper::before{position:absolute;content:\"\";width:100vw;height:100%;top:0;left:50%;transform:translateX(-50%);background-color:#f7f8fa}.sinlge_row_salon{position:relative;z-index:1;background-color:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:10px;margin-bottom:120px;padding:30px;box-shadow:0px 4px 36px rgba(42,88,102,.25)}.sinlge_row_salon:last-child{margin-bottom:0}.sinlge_row_salon .map_wrapper,.sinlge_row_salon .contett_wrapper{flex:0 0 auto;width:50%}.sinlge_row_salon .map_wrapper{padding-right:15px}.sinlge_row_salon .map_wrapper iframe{width:540px;height:330px;border-radius:10px;max-width:100%}.sinlge_row_salon .contett_wrapper{padding-left:15px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{color:#5b5957;font-size:18px;line-height:24px;margin:0 0 10px;font-weight:400}.sinlge_row_salon .contett_wrapper h3{color:#2f2e2a;font-weight:700;font-size:30px;line-height:24px;margin:0 0 40px}.sinlge_row_salon .contett_wrapper .adres_wrapper{margin-bottom:30px}.sinlge_row_salon .contett_wrapper .adress_row{display:flex;align-items:center;justify-content:flex-start;margin:0 0 19px}.sinlge_row_salon .contett_wrapper .adress_row:last-child{margin-bottom:0}.sinlge_row_salon .contett_wrapper .ico_wparrer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-start;width:40px;padding-right:10px}.sinlge_row_salon .contett_wrapper .ico_wparrer img{display:block;margin:0;flex:0 0 auto}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p{flex:0 0 auto;color:#2f2e2a;margin:0;font-size:16px;font-weight:500;line-height:24px}.sinlge_row_salon .bottom_wrapper{width:100%;display:flex;align-items:flex-end;justify-content:space-between}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p{margin:0 0 4px;font-size:16px;line-height:24px;font-weight:500}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p:last-child{margin-bottom:0}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p.label{color:#b8b3ae;text-align:left;font-weight:400}.sinlge_row_salon .see_salon_button{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#fe6700;font-weight:500;font-size:16px;line-height:28px;letter-spacing:.1px;box-shadow:0px 4px 16px rgba(255,160,49,.25);border:1px solid #fe6700;border-radius:5px;width:226px;height:54px;transition:background-color .4s ease,color .4s ease}.sinlge_row_salon .see_salon_button img{transition:filter .4s ease;filter:brightness(0) invert(1);margin-left:18px}.sinlge_row_salon .see_salon_button:hover img{filter:invert(0) brightness(1)}.sinlge_row_salon .see_salon_button:hover{background-color:#fff;color:#fe6700}.cms-id-10 #main .page-header{display:none}@media(max-width: 1199px){#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{font-size:15px;line-height:20px}.sinlge_row_salon .contett_wrapper h3{font-weight:700;font-size:27px;line-height:20px;margin:0 0 30px}.sinlge_row_salon .contett_wrapper .adress_row{margin:0 0 12px}.sinlge_row_salon .see_salon_button{font-size:14px;width:206px;height:50px}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p{font-size:14px;line-height:21px}.product-description img{max-width:100%;height:auto}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{width:272px}.nav.megamenu.horizontal li{margin-right:13px}.nav.megamenu.horizontal{margin-bottom:10px}.my_box_container p{font-size:11px;line-height:15px}.content.tab_links_container{grid-template-columns:repeat(6, 1fr)}#recomended_container .col-lg-3{width:33.3333%}.latest-blogs .blog-image-container img{width:100%}#cta_row .col-xl-6.left_cta{justify-content:center;padding-right:15px}.footer_social_media_container img{margin-right:14px}.my_footer_row li a{line-height:16px;margin-bottom:13px}.product-detail-name{line-height:25px;margin-bottom:21px}.my_availability_box .single_box p,.my_manufacturer p,#leo_product_reviews_block_extra .rating_label{font-size:13px}.my_availability_box .single_box p strong{display:block}.my_availability_box .single_box{margin-right:45px}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center}#product .my_box_small{flex-wrap:wrap}#product .my_box_container.product_container p{width:100%;text-align:center;margin-top:5px}.phone_single p{font-size:13px;line-height:15px}.PM_ASForm li div{display:flex}.PM_ASForm label{margin-bottom:0;display:initial;text-align:left}.PM_ASBlockOutputVertical a{color:#696868;display:block;width:100%;line-height:15px;margin-bottom:10px}.PM_ASForm label::after{top:0}.PM_ASForm label::before{top:2px}.PM_ASBlockOutputVertical .PM_ASResetSearch{margin-bottom:30px}.thumbnail-container .product-title a{font-size:12px;line-height:15px;margin-bottom:15px;height:60px}#category .button_container a,#module-pm_advancedsearch4-searchresults .button_container a{font-size:10px}.ApColumn .block.day_hit::after{font-size:17px;line-height:14px}.block.day_hit .ajax_block_product{margin-bottom:0}.adres_container p{font-size:10px;line-height:20px}}@media(max-width: 991px){.sinlge_row_salon{flex-direction:column}.sinlge_row_salon .map_wrapper,.sinlge_row_salon .contett_wrapper{width:100%;padding:0}.sinlge_row_salon .map_wrapper iframe{width:100%}.sinlge_row_salon .contett_wrapper{padding-top:30px}.nav.megamenu.horizontal li:last-child{align-items:center;width:100%;display:flex;justify-content:center}.nav.megamenu.horizontal .dropdown-menu-inner li:last-child{justify-content:flex-start}.nav.megamenu.horizontal li.last_element a{margin-bottom:12px;margin-top:12px}.product-variants>.product-variants-item,.product-add-to-cart .product-quantity .qty{justify-content:flex-start}.adres_container p{font-size:12px}.user_info_dr_materac a{margin-left:auto;margin-bottom:5px}.user_container{align-items:flex-start}.col-cart #cart-block{position:relative !important;bottom:unset !important;right:0 !important;margin:0}.nav.megamenu.horizontal{flex-direction:column}.nav.megamenu.horizontal li{margin-right:0;width:100%}.my_box_container{grid-template-columns:repeat(2, 1fr);grid-gap:30px 0}.my_box_container p{font-size:16px;line-height:19px}#findTab .nav-item{width:100%;text-align:center}#findTab{border:1px solid #ccc;margin-bottom:40px;padding-bottom:0;border-radius:5px}#findTab li:first-child,#findTab li:first-child a{border-radius:5px 5px 0 0 !important}#findTab li:last-child,#findTab li:last-child a{border-radius:0px 0px 5px 5px !important}#recomended_container .col-lg-3{width:50%}.thumbnail-container .product-title a{font-size:15px;line-height:20px}.salony_row .title{font-size:15px;padding:20px 15px}#cta_row .col-xl-6:not(.left_cta){display:none}#cta_row .col-xl-6{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#cta_row .col-xl-6.left_cta{padding:30px 15px}.my_footer_row{grid-template-columns:repeat(2, 1fr);grid-gap:30px 0}.bottom_row{margin-top:50px}.bottom_row img{max-width:90%;margin:0 auto}.block-category #category-description p:first-child{font-size:12px;line-height:19px}#category .ApColumn .block.day_hit .ajax_block_product{width:100%;max-width:unset}.pagination{margin-top:40px;margin-bottom:40px}.product-detail>.row>div.col-form_id-form_9367402777406408,.product-detail>.row>div.col-form_id-form_15874367062488778{width:100%;margin-bottom:20px}.product-detail-name{line-height:30px;margin-bottom:16px}#product .my_box_small{flex-wrap:unset}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;-ms-flex:unset;flex:unset;max-width:unset;display:flex;align-items:center;justify-content:flex-start}#product .my_box_container.product_container p{font-size:10px;line-height:12px;text-align:left;margin-left:15px}.my_availability_box .single_box p strong{display:initial}.raty_boxes_container>div img{width:100%}.phone_single p{font-size:14px;line-height:18px}.cart-preview .header span.hidden-sm-down{display:inline-block !important}.flex-col48{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.hardness img{max-width:100%;height:auto}}@media(max-width: 767px){.my_salon_container h2{margin-top:20px}.my_box_container p{font-size:13px;line-height:19px}.my_image_container{margin-right:15px}.content.tab_links_container{grid-template-columns:repeat(4, 1fr)}.left_header{justify-content:center}.user_container{align-items:center;justify-content:center;margin:0}.user_info_dr_materac a{margin:0px 0 0 15px}.col-search{display:none}.owl-theme .owl-controls .owl-pagination{margin:36px 0 0 !important}.my_footer_col.informacje,.my_footer_col.bezpieczne_platnosci{margin-right:30px}.my_footer_col.moje_konto{margin-right:30px}.hidden-md-up.text-xs-right.up{display:none}.products-sort-order .dropdown-menu{margin:7px 0 0 0}.block.day_hit .ajax_block_product{margin-bottom:0;width:100%}.block.day_hit .thumbnail-container{display:flex;align-items:center}.block.day_hit .thumbnail-container h3{max-width:300px;text-align:left}.block.day_hit .thumbnail-container h3 a{text-align:left}.thumbnail-container .product-meta{width:100%;padding:21px}#category .thumbnail-container .product-meta a,#module-pm_advancedsearch4-searchresults .thumbnail-container .product-meta a{font-size:14px;line-height:26px}#search_filter_toggler{display:none}#left-column #PM_ASBlock_1 .card-header{display:block;background-color:#3e2780;color:#fff;margin-bottom:15px;font-size:14px;line-height:15px;font-weight:600}.PM_ASBlockOutput{padding-left:0px}.PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after,.PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after{top:13px;right:10px}.sort_border .col-md-3,.sort_border .col-md-9{width:100% !important}.sort_border .col-sm-4{display:none}.products-sort-order .dropdown-menu{left:-10px}#logo_row_header{flex-wrap:wrap}.col-logo{width:45%;order:0}.col-cart{width:54%;order:1}.col-search{width:100%;order:2;display:block}#leosearchtopbox{width:100%}.header-menu .col-menu{position:absolute !important;top:-37px;right:0}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]{text-align:left;height:50px}#leo_search_block_top .block_content .leoproductsearch-result::after{top:18px}body .header-menu{margin-bottom:0 !important}.newsletter h2{font-size:18px;line-height:28px}}@media(max-width: 650px){.box-cover .flex-col48{width:100%;flex-wrap:wrap}.box-cover .flex-col48 p span{padding-left:0}#description p{width:100%}}@media(max-width: 575px){.bottomnav p:first-child{text-align:left;max-width:150px}.left_header{justify-content:space-between}.my_image_container{margin-right:10px}.my_box_container p{font-size:12px;line-height:17px}.my_footer_row h4{font-size:13px;line-height:15px}.thumbnail-container .product-meta{padding:21px 5px}.my_availability_box .single_box p strong{display:block}#product .my_box_small{flex-wrap:wrap}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center}#product .my_box_container.product_container p{width:100%;text-align:center;margin:5px}.flex-col100{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.flex-col100 img{margin-bottom:15px}.desc-item{flex-wrap:wrap;justify-content:center;text-align:center}.desc-item p{margin-bottom:20px;margin-top:5px}.newsletter h2 br{display:none}.newsletter h2 span{margin-left:5px}.block_newsletter form button span{display:block;font-size:12px}.sinlge_row_salon .bottom_wrapper{width:100%;justify-content:unset;flex-direction:column;align-items:flex-start}.sinlge_row_salon .see_salon_button{margin-top:30px}.sinlge_row_salon{padding:20px 15px;margin-bottom:70px}#main .page-content.page-cms-10{padding:0}.sinlge_row_salon .contett_wrapper h3{text-align:left}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{font-size:12px;line-height:17px}.sinlge_row_salon .contett_wrapper h3{font-size:22px;text-align:left;line-height:16px;margin:0 0 30px}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p{font-size:14px}.sinlge_row_salon .contett_wrapper .adress_row{margin:0 0 8px}}@media(max-width: 480px){.my_box_container.product_container{grid-template-columns:repeat(1, 1fr)}.my_salons{margin:0 -30px}.full_w_walk h2{margin-left:0}#cms #content-wrapper .my_salon_container p{font-size:16px}.full_w_walk .bottom_link img{max-width:100%}.my_salon_container h2{font-size:19px;line-height:1.3}.bottomnav p:first-child{display:none}.left_header p img{margin:0 10px 0px 0}.header-logo{margin-bottom:0px !important}.my_box_container{grid-template-columns:repeat(1, 1fr);grid-gap:20px 0}.my_image_container{min-width:67px}.my_content_container{min-width:150px}.my_box_small{justify-content:center}.content.tab_links_container{grid-template-columns:repeat(3, 1fr)}.thumbnail-container .product-price-and-shipping .price{font-size:15px;line-height:25px}.thumbnail-container .product-price-and-shipping .regular-price{font-size:12px;line-height:25px}.product-flags .product-flag{font-size:11px}#promo .thumbnail-container .product-title a{font-size:14px;line-height:20px}#promo .thumbnail-container .product-price-and-shipping .price{font-size:19px;line-height:25px}#promo .thumbnail-container .product-price-and-shipping .regular-price{font-size:14px;line-height:25px}#promo .thumbnail-container .product-meta{padding-right:15px;padding-left:15px}#promo .button_container a{font-size:14px;height:40px}.footer_seo h3,.my_footer_row h3{font-size:16px;line-height:20px}.footer_seo p{font-size:10px;line-height:15px}.my_footer_row.top_row{display:grid;grid-gap:30px 15px}.single_element{margin-top:25px;margin-bottom:20px;text-align:center}#cta_row p{font-size:26px}#cta_row h3{font-size:28px;line-height:32px}#producent .content.tab_links_container .label_container{display:none}#producent .content.tab_links_container{grid-template-columns:repeat(2, 1fr)}.product-detail-name{line-height:24px;font-size:18px}.my_availability_box{display:grid;grid-template-columns:repeat(3, 1fr)}.my_availability_box .single_box{margin-right:0}#description h2{font-size:17px;line-height:24px}.cart_label{display:none}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{max-width:190px}}@media(max-width: 320px){.block_newsletter .col-12 a{font-size:11px}}.selectize-control{position:relative}.selectize-control::after{content:\"<\";position:absolute;top:6px;right:7px;transform:rotate(-90deg);z-index:10;font-weight:900;font-size:17px;background:#3e2780;height:25px;width:25px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:3px;z-index:0;cursor:pointer}.selectize-control .selectize-input{border:1px solid #d8d8d8 !important;background:rgba(0,0,0,0) !important;cursor:pointer !important}.subpage-ekomi{max-width:1200px;margin:auto;float:none;padding:50px 0}.search-title{margin-bottom:25px;font-weight:600;font-size:18px;color:#1a1a1a;padding-bottom:5px;border-bottom:2px solid #a340ff}#header .header-nav .bottomnav{background-color:#010c4a}@media(max-width: 767px){#header .header-nav .bottomnav{padding-top:0;padding-bottom:0}}.services-row{margin:50px 0}.services-row img{margin-bottom:20px}.services-row p{color:#3e2780;font-size:16px;font-weight:500;text-align:center}#footer{font-family:\"Roboto\",sans-serif;background:#010c4a}#footer .footer_center__wrapper{padding:0 70px}#footer .footer-center{margin-bottom:50px}#footer .footer-center .footer_center__wrapper .ApColumn .title_block{color:#fff !important;font-style:normal !important;font-weight:400 !important;font-size:16px !important;margin-bottom:30px !important;line-height:1.1 !important;width:100% !important;text-align:start !important}#footer .footer-center .footer_center__wrapper .ApColumn ul li a{color:#fff;font-weight:400;font-size:14px;line-height:1.1;padding-top:5px;padding-bottom:5px}#footer .footer-bottom .footer_center__wrapper>.inner{padding:20px 0;border-top:1px solid rgba(255,255,255,.3)}#footer .footer-bottom .footer_center__wrapper .footer-bottom-meta .block_content p{color:#fff;font-style:normal;font-weight:400;font-size:12px;line-height:1.1;text-align:end}.slick-prev:before{display:none}.slick-next:before{display:none}.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item{padding:15px;transition:all 250ms ease-in-out}.owl-theme .owl-controls{margin-top:15px;height:50px}.owl-theme .owl-controls .owl-buttons{top:auto;right:auto;left:50%;transform:translateX(-50%);width:auto;display:flex;gap:20px}.owl-theme .owl-controls .owl-buttons div{height:30px;width:30px;display:flex;justify-content:center;align-items:center;color:#010c4a;font-size:30px;line-height:1;border-radius:50%;background:rgba(0,0,0,0)}.owl-theme .owl-controls .owl-buttons div:before{display:none}.owl-theme .owl-controls .owl-buttons div:hover{background:#a340ff;color:#fff}.owl-theme .owl-controls .owl-buttons div:hover:before{color:#fff !important}.best-products-box{position:relative;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.best-products-box .best-products-text .block_content{margin-bottom:30px;line-height:1.5}.best-products-box .best-products-text h2{font-family:\"Roboto\",sans-serif;color:#010c4a;font-weight:600;font-size:24px;margin-bottom:30px;text-transform:uppercase;line-height:1.5;position:relative}.best-products-box .best-products-text h2:before{top:auto !important;bottom:0 !important;height:2px !important;background:#a340ff !important;width:90% !important;left:0;content:\"\";display:block;position:absolute;max-width:200px}.best-products-box .best-products-text p{font-family:\"Roboto\",sans-serif;color:#010101;font-weight:300;font-size:16px}.best-products-box .best-products-text p:last-child{margin-bottom:0}.best-products-box picture{display:block;position:relative}.best-products-box picture::before{content:\"\";position:absolute;inset:0;background:#ebf1ff;z-index:-1;width:50vw}.ApSlideShow picture{display:block !important}#index #wrapper{padding-top:0}#index #wrapper .ApColumn .block{padding-top:75px}@media(max-width: 767px){#index #wrapper .ApColumn .block{padding-top:25px}}#cookieNotice{background:#010c4a !important;color:#fff;padding:5px;font-size:12px;box-shadow:none !important}#cookieNotice p{font-size:12px !important}@media(max-width: 767px){#cookieNotice p{font-size:10px !important;line-height:1.25}}.latest-blogs .created{margin-bottom:15px !important}.latest-blogs .blog-image-container{border-radius:5px}.latest-blogs .blog-title{text-transform:none !important}.latest-blogs .see_more_blog img{display:none !important}#left-column .block,#right-column .block{box-shadow:none !important;padding:20px !important}body{overflow-x:hidden}body#product #wrapper,body#module-leoblog-blog #wrapper{background:#f8f9fa;padding-top:50px;padding-bottom:50px}body#product #wrapper #blogpage article,body#module-leoblog-blog #wrapper #blogpage article{background:#fff;padding:50px}body#product #wrapper #blogpage .extra-blogs,body#module-leoblog-blog #wrapper #blogpage .extra-blogs{border:1px solid #eee;padding:25px}.leoproductsearch-content{margin-right:10px}#promo-code form{display:flex}#promo-code form input{border-radius:4px 0 0 4px}#promo-code form .btn{margin:0;border-radius:0 4px 4px 0}.cart-line-product-actions .remove-from-cart{background:#010c4a;display:flex !important;height:30px;width:30px;align-items:center;justify-content:center;border-radius:4px}.cart-line-product-actions .remove-from-cart:hover{background:#a340ff}.cart-line-product-actions .remove-from-cart i{color:#fff}.product-description table{width:auto !important}.product-description table tr td{width:11.1111111111%}.product-description table picture img{height:auto !important;max-width:100px !important}.bestsellers_row .ApProductCarousel{padding-top:0 !important}#carousel-3330681750 .row>div{width:33% !important}@media(min-width: 676px){#footer .inner .row.footer-first-for .ApColumn{width:25% !important}}@media(max-width: 675px){#footer .inner .row .ApColumn{width:100% !important;text-align:center}#footer .inner .row .ApColumn h4{text-align:center !important}#footer .inner .row .ApColumn h4.title_block{text-align:center !important}}@media(max-width: 675px){#footer .inner .row .ApColumn:first-child{margin-bottom:25px !important}}@media(max-width: 1199px){#footer .inner .row .ApColumn:last-child{width:100%;padding-top:50px}}@media(max-width: 767px){.cart-preview{position:relative;top:10px}}@media(max-width: 767px){#product #content-wrapper{padding:0 !important}.product-detail>.row>div[class^=col-]{padding:0 !important}.more-info-product{padding:10px}.footer_center__wrapper{padding:10px !important}.block_newsletter form{width:100%;max-width:100%}.block_newsletter{text-align:center}.block_newsletter .col-xs-12{float:none !important}.block_content h4{text-align:center;float:none;font-size:20px !important}.newsletter_container{flex-wrap:wrap}.newsletter_container .input-wrapper{width:100%}.newsletter_container button{width:100% !important}}.page-cms-23 form{margin-top:50px}.page-cms-23 input[name=email]{background:#d8d8d8;color:#696868;opacity:.8;font-size:14px;line-height:34px;padding:7px 21px;width:100%;border-radius:5px;border:0}.page-cms-23 button{background:#a340ff;color:#fff;padding:14px 25px;border:0}footer .block_newsletter{display:none}.widget-stars{display:flex;gap:20px;margin-bottom:25px;color:#000;cursor:pointer}.widget-stars span{font-weight:600}#product .featured-products .products{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));background:#fff}#product .featured-products .products .product-miniature .product-image .functional-buttons{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}#product .featured-products .products .product-miniature .product-image .functional-buttons .button-container{width:100%}#product .featured-products .products .product-miniature .product-meta .product-title a{height:auto}.block-promo .promo-discounts .cart-summary-line .label{color:#010c4a}.block-promo .promo-discounts .cart-summary-line .label .code{color:#f5a76a;cursor:grab;text-decoration:none}.hero-slider{overflow:hidden}#smartsupp-widget-container>div{z-index:9999 !important}.raty_boxes_container img{width:100%;max-width:178px;height:35px}#oblicz-rate a{cursor:pointer}#manufacturer #main #manufacturer-description ul{margin-bottom:25px;list-style-type:square;margin-left:20px}#manufacturer #main #manufacturer-description ul li{list-style-type:square}body #content-wrapper #content #single-city-page .featured-products .products{display:grid;grid-template-columns:repeat(auto-fit, minmax(310px, 1fr))}body #content-wrapper #content #single-city-page .featured-products .products article.product-miniature .functional-buttons{display:none}body #content-wrapper #content #single-city-page .featured-products .products article.product-miniature .leo-list-product-reviews{display:none}body #content-wrapper #content #single-city-page h2{font-size:26px;font-weight:600;margin-bottom:25px}body #content-wrapper #content #single-city-page p{font-size:13px;line-height:24px;font-weight:300}body #main ul#cities-links{margin:0 !important;padding:0 15px !important;list-style:none !important;display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:10px}body #main ul#cities-links li{list-style:none !important;text-align:center;background:#3e2780}body #main ul#cities-links li a{display:block;color:#fff;font-size:14px;line-height:26px;font-weight:600;padding:10px;transition:all .3s ease-in-out}body #main ul#cities-links li a:hover{background:#a340ff}#footer .footer-city-list>ul{display:flex;flex-direction:row;column-gap:50px;row-gap:20px;flex-wrap:wrap}#footer .footer-city-list>ul li a:hover{padding-left:0}@media(max-width: 765px){#category .product_list.grid>.row{display:grid;grid-template-columns:1fr 1fr}}@media(max-width: 320px){#category .product_list.grid>.row{grid-template-columns:1fr}}@media(max-width: 765px){#logo_row_header .ApColumn:nth-child(3){display:flex}}.buy_by_phone{margin-top:10px}#buy-by-phone-popup{position:fixed;inset:0;z-index:999999;opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center;transition:opacity 250ms ease,visibility 250ms ease;overflow:auto}#buy-by-phone-popup.active{opacity:1;visibility:visible}#buy-by-phone-popup::before{content:\"\";position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);backdrop-filter:blur(2px)}#buy-by-phone-popup .buy-by-phone-popup--wrapper{position:relative;width:100%;max-width:700px;padding:30px;background:#fff;border:1px solid #e5e5e5;border-radius:5px;z-index:1}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header{position:relative}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header--close{position:absolute;top:-23px;right:-20px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header--close .close-popup{font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body{display:grid;grid-template-columns:1fr 1fr;max-height:calc(100vh - 130px);overflow-y:auto;padding:10px 10px 10px 0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left{display:flex;align-items:center}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left .popup-img .product-cover{width:100%;max-width:fit-content;margin-left:auto;margin-right:auto}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right{display:flex;justify-content:center;flex-direction:column}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right p{color:#000;font-size:14px;font-weight:600}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group{margin-bottom:5px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control{border-radius:3px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-name::placeholder,#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-phone::placeholder{color:#000}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio{display:flex;flex-direction:row;align-items:center;gap:15px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio .radio-inline{display:flex;align-items:center;gap:5px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio .radio-inline input[type=radio]{width:20px;height:20px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka{display:flex;flex-direction:row;gap:10px;align-items:baseline}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka input#polityka{width:fit-content}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka label{text-align:left;font-size:10px;margin-bottom:0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-cols{display:grid;grid-template-columns:1fr 1fr;column-gap:5px;font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-body-top>p{color:#a340ff}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-body-top>p>a{color:#a340ff;text-decoration:underline}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-input-alert{color:red}@media(max-width: 700px){#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body{grid-template-columns:1fr}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left{display:none}}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert{display:none;position:absolute;inset:0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert.active{display:block}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert::after{content:\"\";position:absolute;inset:-1px;background:rgba(0,0,0,.3);border-radius:5px;backdrop-filter:blur(2px)}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);padding:30px;background:#fff;border:1px solid #e5e5e5;border-radius:5px;z-index:1;width:100%;max-width:300px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper .popup-alert-close{position:absolute;top:5px;right:10px;font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper .popup-alert-data p{margin:10px 0 0 0}.cky-box-bottom-left,.cky-revisit-bottom-left{bottom:70px !important;left:10px !important}#category-description p{color:#000}#cookiesplus-modal .cookiesplus-close-and-save{display:none !important}#box-product-accessories{margin-bottom:20px}#box-product-accessories .buy-protector-btn{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#a340ff !important;border-radius:5px;width:100%;font-size:16px;line-height:24px;font-weight:700;text-transform:initial;min-height:50px;transition:all .3s ease-in}#box-product-accessories .buy-protector-btn:hover{background-color:#010c4a !important}#box-product-accessories .product-accessories-title{margin:10px 0;text-align:center;font-weight:700;font-size:24px;text-transform:uppercase}#box-product-accessories #box-accessories-slider{display:none}#box-product-accessories #box-accessories-slider .slick-track{padding-top:15px;padding-bottom:15px}#box-product-accessories #box-accessories-slider .slick-arrow{width:30px;height:30px;line-height:28px;text-align:center;background:#fff;border:1px solid #eee;transition:all .5s ease;border-radius:15px;color:rgba(0,0,0,0);top:20px;transform:translate(-50%, -50%)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-next{left:calc(50% + 20px)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-next::before{content:\"\"}#box-product-accessories #box-accessories-slider .slick-arrow.slick-prev{left:calc(50% - 20px)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-prev::before{content:\"\"}#box-product-accessories #box-accessories-slider .slick-arrow::before{font-family:\"FontAwesome\";color:#999;font-size:14px;display:block;transition:all .5s ease;position:absolute;width:100%;height:100%;top:0;left:0}#box-product-accessories .ajax_block_product .product-price-and-shipping{display:none !important}#featured-products-box{position:relative}#featured-products-box .featured-products-box-slider{position:initial}@media(max-width: 600px){#featured-products-box .featured-products-box-slider{padding-top:30px;position:relative}}#featured-products-box .featured-products-box-slider .slick-arrow{top:0;transform:none;width:30px;height:30px;line-height:28px;text-align:center;background:#010c4a;border:1px solid #010c4a;transition:all .5s ease;border-radius:15px;color:#fff}#featured-products-box .featured-products-box-slider .slick-arrow.slick-prev{left:auto;right:40px}@media(max-width: 600px){#featured-products-box .featured-products-box-slider .slick-arrow.slick-prev{left:calc(50% - 40px);transform:translateX(-50%)}}#featured-products-box .featured-products-box-slider .slick-arrow.slick-next{right:0}@media(max-width: 600px){#featured-products-box .featured-products-box-slider .slick-arrow.slick-next{right:calc(50% - 40px);transform:translateX(-50%)}}#featured-products-box .featured-products-box-slider .slick-arrow:hover{border-color:#a340ff;background-color:#a340ff}body>div[class^=htmlboxpro]{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;padding-top:10px;padding-bottom:10px;background:#a441fc}body>div[class^=htmlboxpro] *{color:#fff}body>div[class^=htmlboxpro] p{color:#fff;font-size:15px;font-weight:500;text-align:center;margin-bottom:0}body>div[class^=htmlboxpro] p a{color:#fff !important}.tabs-product{display:flex;flex-direction:column}.tabs-product .tabs-nav{display:flex;list-style:none;margin:0;padding:0;border-bottom:1px solid #eee}@media(max-width: 525px){.tabs-product .tabs-nav{display:block}}.tabs-product .tabs-nav li{margin:0;padding:10px 20px;cursor:pointer;border-bottom:none;font-weight:600;font-size:16px}@media(max-width: 768px){.tabs-product .tabs-nav li{font-size:14px}}@media(max-width: 525px){.tabs-product .tabs-nav li{text-align:center;border:1px solid #eee}}.tabs-product .tabs-nav li.active{font-weight:bold;color:#a340ff}.tabs-product .tabs-content{padding:25px 0}.tabs-product .tabs-content>div{display:none}.tabs-product .tabs-content>div.active{display:block}","// out: dr_materac.css, compress: true, sourceMap: true\r\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');\r\n\r\n//* Colors\r\n$cWhite: #fff;\r\n$cCloud: #f7f7f7;\r\n$cBlack: #000;\r\n$cDarkViolet: #010c4a;\r\n$cLavender: #a340ff;\r\n\r\n$cTxtWhite: #fff;\r\n$cTxtLavender: #a340ff;\r\n$cTxtViolet: #3e2780;\r\n$cTxtDarkViolet: #010c4a;\r\n$cTxtBlack: #010101;\r\n\r\n//* Global\r\nbody {\r\n font-family: 'Poppins', sans-serif !important;\r\n}\r\n\r\n.iview-timer {\r\n width: 100% !important;\r\n left: 50% !important;\r\n transform: translateX(-50%);\r\n}\r\n\r\n.left_header {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.left_header p img {\r\n margin: 0 7px 0 24px;\r\n filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%);\r\n}\r\n\r\n.left_header p a {\r\n color: $cTxtWhite;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li {\r\n margin: 0;\r\n\r\n &:first-child {\r\n margin-left: -15px;\r\n }\r\n\r\n >a {\r\n padding: 0;\r\n font-size: 18px;\r\n font-weight: 400;\r\n line-height: 1.5;\r\n text-transform: unset;\r\n padding: 10px 15px;\r\n }\r\n}\r\n\r\n.block-category #category-description p {\r\n color: #696868;\r\n font-weight: 400;\r\n}\r\n\r\n.block-category #category-description p strong {\r\n font-weight: 700;\r\n}\r\n\r\n.leo-megamenu {\r\n padding: 0;\r\n}\r\n\r\n.popup-over a.popup-title {\r\n padding: 0;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-end;\r\n line-height: 20px;\r\n}\r\n\r\n.chevron {\r\n margin-right: 5px;\r\n transition: transform 0.2s ease-in;\r\n}\r\n\r\n.popup-over:hover .chevron {\r\n transform: rotate(180deg);\r\n}\r\n\r\n.popup-over {\r\n float: unset;\r\n margin: 0;\r\n}\r\n\r\n.user_container {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-end;\r\n\r\n #language-selector-label {\r\n .popup-title {\r\n >picture {\r\n img {\r\n filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%);\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.user_info_dr_materac {\r\n display: flex;\r\n flex-wrap: wrap;\r\n\r\n a {\r\n margin-left: 15px;\r\n }\r\n}\r\n\r\n.popup-over .popup-content {\r\n right: -30px;\r\n}\r\n\r\n.bottomnav .inner {\r\n border-bottom: none !important;\r\n}\r\n\r\n.bottomnav .ApHtml {\r\n line-height: unset !important;\r\n height: auto !important;\r\n background: none !important;\r\n}\r\n\r\n.bottomnav {\r\n .ApRow {\r\n .ApColumn {\r\n &:first-child {\r\n width: calc(100% - 300px) !important;\r\n\r\n @media (max-width: 991px) {\r\n text-align: center;\r\n width: 100% !important;\r\n\r\n .left_header {\r\n justify-content: center;\r\n gap: 20px;\r\n }\r\n }\r\n }\r\n\r\n &:last-child {\r\n width: 300px !important;\r\n\r\n @media (max-width: 991px) {\r\n text-align: center;\r\n width: 100% !important;\r\n justify-content: center !important;\r\n padding-top: 0 !important;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.box-slider {\r\n >.ApColumn {\r\n width: 100% !important;\r\n }\r\n}\r\n\r\n.header-top {\r\n padding: 45px 0 35px;\r\n transition: margin 0.3s ease-in;\r\n\r\n @media (max-width: 756px) {\r\n padding: 10px 0;\r\n }\r\n}\r\n\r\n.header-nav {\r\n font-size: 14px;\r\n padding: 10px;\r\n background: #010c4a;\r\n color: #fff;\r\n\r\n a {\r\n color: #fff;\r\n\r\n &.signin {\r\n margin-right: 10px;\r\n }\r\n }\r\n}\r\n\r\n.header-nav.hide-bar {\r\n transform: translateY(-30px);\r\n}\r\n\r\n.header-nav a,\r\n.header-nav {\r\n transition: all 0.3s ease-in;\r\n}\r\n\r\n.header-nav a:hover {\r\n color: $cLavender !important;\r\n}\r\n\r\n.list-cate-wrapper {\r\n display: none;\r\n}\r\n\r\n#leo_search_block_top .block_content {\r\n border: none;\r\n border-bottom: 2px solid $cLavender;\r\n border-radius: 0;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result input[type='text'] {\r\n padding: 0 5px;\r\n text-align: left;\r\n height: 30px;\r\n font-size: 14px;\r\n line-height: 21px;\r\n color: $cTxtBlack;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result input[type='text']::-webkit-input-placeholder {\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 21px;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result input[type='text']:-ms-input-placeholder {\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 21px;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result input[type='text']::placeholder {\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 21px;\r\n}\r\n\r\n#logo_row_header {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n margin-bottom: 25px;\r\n\r\n @media (max-width: 765px) {\r\n margin-bottom: 0;\r\n }\r\n\r\n #cart-block {\r\n color: $cTxtBlack;\r\n font-size: 16px;\r\n cursor: pointer;\r\n }\r\n}\r\n\r\n.header-top .ApColumn .block {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n#leo_search_block_top .block_content {\r\n padding: 0;\r\n}\r\n\r\n#leo_search_block_top .block_content button[type='submit'] {\r\n display: none;\r\n}\r\n\r\n#leosearchtopbox {\r\n width: 100%;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result {\r\n position: relative;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result i {\r\n background-image: url(../img/layout/magnifier.svg);\r\n width: 17px;\r\n height: 17px;\r\n display: block;\r\n cursor: pointer;\r\n background-size: cover;\r\n\r\n &:hover {\r\n background-image: url(../img/layout/magnifier-hover.svg);\r\n }\r\n}\r\n\r\n.cart-preview .header {\r\n margin-top: 0;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n\r\n picture {\r\n background: #a340ff;\r\n display: inline-flex;\r\n width: 30px;\r\n height: 30px;\r\n align-items: center;\r\n justify-content: center;\r\n margin-right: 5px;\r\n border-radius: 50%;\r\n\r\n img {\r\n filter: invert(100%) sepia(100%) saturate(0) hue-rotate(22deg) brightness(106%) contrast(105%);\r\n }\r\n }\r\n}\r\n\r\n.nav.megamenu.horizontal {\r\n list-style: none;\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n margin-bottom: 0px;\r\n}\r\n\r\n.nav.megamenu.horizontal li {\r\n margin-right: 19px;\r\n}\r\n\r\n.nav.megamenu.horizontal li.last_element {\r\n margin-right: 0;\r\n margin-left: auto;\r\n}\r\n\r\n.nav.megamenu.horizontal li.fat_menu a {\r\n font-weight: 700;\r\n}\r\n\r\n@keyframes flashMenu {\r\n 0% {\r\n color: $cTxtBlack;\r\n }\r\n\r\n 50% {\r\n color: #fe6700;\r\n }\r\n\r\n 100% {\r\n color: $cTxtBlack;\r\n }\r\n}\r\n\r\n.nav.megamenu.horizontal li.last_element a {\r\n background-color: #fe6700;\r\n padding-bottom: 0 !important;\r\n padding: 0px 15px 0;\r\n border-radius: 20px;\r\n color: #fff;\r\n font-weight: 500;\r\n transition: background-color 0.3s ease-in;\r\n margin-bottom: 24px;\r\n}\r\n\r\n.nav.megamenu.horizontal li.last_element a:hover {\r\n background-color: #3e2780;\r\n color: #fff !important;\r\n}\r\n\r\n#prices-drop .nav.megamenu.horizontal li.last_element a {\r\n animation: none;\r\n color: #fff !important;\r\n}\r\n\r\n#prices-drop .nav.megamenu.horizontal li.last_element a:active {\r\n animation: none;\r\n color: #fff !important;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li.active>a,\r\n.leo-megamenu .navbar-nav>li:hover>a,\r\n.leo-megamenu .navbar-nav>li:focus>a {\r\n color: $cTxtLavender;\r\n}\r\n\r\n.header-menu {\r\n border: none;\r\n}\r\n\r\n.header-menu:before {\r\n display: none;\r\n}\r\n\r\n.iview-controlNav div.iview-items ul li a.iview-control {\r\n width: 8px;\r\n height: 8px;\r\n background-color: $cTxtBlack;\r\n opacity: 1;\r\n margin: 0 4px;\r\n}\r\n\r\n.iview-controlNav div.iview-items ul li a.iview-control.active,\r\n.iview-controlNav div.iview-items ul li a.iview-control:hover {\r\n transform: scale(1);\r\n background-color: $cTxtLavender;\r\n}\r\n\r\n.ApColumn .block {\r\n margin-bottom: 0;\r\n}\r\n\r\n.my_box_container {\r\n box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.06);\r\n border-radius: 5px;\r\n display: grid;\r\n grid-template-columns: repeat(4, 1fr);\r\n padding: 34px 24px 34px 30px;\r\n margin-bottom: 64px;\r\n}\r\n\r\n.my_box_small {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n}\r\n\r\n.my_image_container {\r\n margin-right: 25px;\r\n}\r\n\r\n.my_content_container {}\r\n\r\n.my_box_container p {\r\n color: $cTxtBlack;\r\n font-weight: 600;\r\n font-size: 16px;\r\n line-height: 19px;\r\n margin: 0;\r\n text-align: left;\r\n}\r\n\r\n.box-slider {\r\n padding-bottom: 0 !important;\r\n margin-bottom: 38px !important;\r\n}\r\n\r\n.leo-cart-dropdown-action a.btn.cart-dropdow-checkout {\r\n background-color: #3e2780;\r\n}\r\n\r\n.content.tab_links_container {\r\n display: grid;\r\n grid-template-columns: repeat(8, 1fr);\r\n text-align: center;\r\n grid-gap: 30px 5px;\r\n}\r\n\r\n.tab_links_container a {\r\n display: block;\r\n}\r\n\r\n.tab_links_container img {\r\n margin-bottom: 11px;\r\n transition: transform 0.2s ease-in;\r\n max-width: 100%;\r\n}\r\n\r\n.tab_links_container p {\r\n font-size: 13px;\r\n line-height: 14px;\r\n color: $cTxtBlack;\r\n font-weight: 400;\r\n transition: color 0.2s ease-in, font-weight 0.2s ease-in;\r\n}\r\n\r\n.tab_links_container a:hover p {\r\n color: #3e2780;\r\n font-weight: 700;\r\n}\r\n\r\n.tab_links_container a:hover img {\r\n transform: scale(0.9);\r\n}\r\n\r\n.ApColumn {\r\n .title_block {\r\n color: $cTxtDarkViolet !important;\r\n font-family: 'Roboto';\r\n font-style: normal;\r\n font-weight: 600 !important;\r\n font-size: 24px !important;\r\n line-height: 1.5 !important;\r\n text-align: center;\r\n padding-left: 0 !important;\r\n padding-bottom: 15px !important;\r\n width: fit-content;\r\n margin-left: auto !important;\r\n margin-right: auto !important;\r\n text-transform: uppercase !important;\r\n\r\n &:before {\r\n top: auto !important;\r\n bottom: 0 !important;\r\n height: 2px !important;\r\n background: $cLavender !important;\r\n width: 90% !important;\r\n left: 5%;\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n }\r\n }\r\n}\r\n\r\n#findTab .nav-item a.nav-link {\r\n color: #696868;\r\n font-size: 15px;\r\n line-height: 52px;\r\n display: block;\r\n padding: 0 35px;\r\n background-color: #f1f1f1;\r\n font-weight: 400;\r\n text-transform: unset;\r\n border-radius: 0;\r\n border: none !important;\r\n transition: background-color 0.3s ease-in;\r\n}\r\n\r\n#findTab .nav-item {\r\n margin: 0;\r\n}\r\n\r\n#findTab .nav-item a.nav-link.active {\r\n background-color: #fff;\r\n font-weight: 700;\r\n color: #000;\r\n border: none;\r\n}\r\n\r\n#findTab .nav-tabs .nav-link:focus,\r\n#findTab .nav-tabs .nav-link:hover {\r\n border: none;\r\n}\r\n\r\n#findTab .nav-tabs .nav-link {\r\n border: none;\r\n}\r\n\r\n#findTab {\r\n padding-bottom: 40px;\r\n}\r\n\r\n.find_for_you {\r\n padding-bottom: 41px;\r\n border-bottom: 1px solid #d8d8d8;\r\n}\r\n\r\n.ApColumn .block.find_for_you {\r\n margin-bottom: 60px;\r\n}\r\n\r\n.tab-pane[aria-labelledby='size-tab'] .img_container {\r\n padding: 0 10px;\r\n}\r\n\r\n.tab-pane[aria-labelledby='producent-tab'] .img_container {\r\n padding: 0 0px;\r\n display: flex;\r\n width: 100%;\r\n align-items: center;\r\n justify-content: center;\r\n margin-bottom: 11px;\r\n min-height: 82px;\r\n}\r\n\r\n.tab-pane[aria-labelledby='producent-tab'] .tab_links_container img {\r\n margin: 0;\r\n}\r\n\r\n.thumbnail-container .product-title a {\r\n display: block;\r\n text-align: center;\r\n color: $cBlack;\r\n font-size: 15px;\r\n line-height: 1.5;\r\n margin-bottom: 25px;\r\n font-weight: 500;\r\n height: 68px;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n display: -webkit-box;\r\n -webkit-line-clamp: 3;\r\n /* number of lines to show */\r\n line-clamp: 3;\r\n -webkit-box-orient: vertical;\r\n}\r\n\r\n.product-flags {\r\n display: flex;\r\n flex-direction: column;\r\n padding: 0;\r\n text-align: center;\r\n top: 21px;\r\n left: 0;\r\n}\r\n\r\n.product-flags .product-flag {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: #fff;\r\n font-size: 13px;\r\n line-height: 25px;\r\n padding: 0 18px;\r\n border-radius: 5px;\r\n}\r\n\r\n.product-flags .product-flag.new {\r\n background-color: #9a40eb;\r\n}\r\n\r\n.product-flags .product-flag.discount {\r\n background-color: #fe6700;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n min-height: 25px;\r\n font-size: 20px;\r\n}\r\n\r\n.box-ptabs .nav-tabs .nav-item a:hover,\r\n.box-cate .widget-category_image a:hover,\r\n.thumbnail-container .product-title a:hover,\r\n.leo-megamenu .navbar-nav>li>a:hover,\r\n.leo-megamenu .navbar-nav>li>a:focus,\r\n.leo-megamenu .navbar-nav>li>a:active {\r\n color: $cTxtLavender !important;\r\n}\r\n\r\n#leo_search_block_top .ac_results {\r\n min-width: 320px;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping .price {\r\n color: $cLavender;\r\n font-size: 16px;\r\n line-height: 1.5px;\r\n font-weight: 600;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping .regular-price {\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-weight: 400;\r\n}\r\n\r\n.thumbnail-container .product-meta {\r\n padding: 0 21px 21px;\r\n}\r\n\r\n.box-product .owl-carousel .owl-item.active:before,\r\n.box-ptabs .owl-carousel .owl-item.active:before,\r\n.box-tdeals .owl-carousel .owl-item.active:before {\r\n display: none !important;\r\n}\r\n\r\n.button_container a {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n width: 100%;\r\n background-color: $cTxtViolet;\r\n border-radius: 5px;\r\n height: 40px;\r\n padding: 0 17px;\r\n font-size: 14px;\r\n line-height: 26px;\r\n font-weight: 600;\r\n margin-top: 12px;\r\n transition: color 0.3s ease-in, background-color 0.3s ease-in;\r\n color: #fff;\r\n}\r\n\r\n.button_container a:hover {\r\n color: #fff;\r\n background-color: $cLavender;\r\n}\r\n\r\n.button_container a img {\r\n transition: filter 0.3s ease-in;\r\n}\r\n\r\n.button_container a:hover img {\r\n filter: brightness(0) invert(1);\r\n}\r\n\r\n.thumbnail-container {\r\n margin-bottom: 0;\r\n}\r\n\r\narticle.product-miniature {\r\n background-color: #fff;\r\n border-radius: 5px;\r\n transition: box-shadow 0.2s ease-in;\r\n\r\n .product-card-widget-stars {\r\n #ekomi-product-widget-identifier {\r\n display: none;\r\n }\r\n\r\n #widget-container {\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n }\r\n }\r\n}\r\n\r\n.list article.product-miniature {\r\n float: left;\r\n}\r\n\r\n.product_list .ajax_block_product {\r\n border: none;\r\n}\r\n\r\n.list .col-xl-4,\r\n.page-prices-drop .grid .col-xl-4 {\r\n margin-bottom: 30px;\r\n}\r\n\r\n.product_list.list .thumbnail-container .product-title a {\r\n text-align: left;\r\n}\r\n\r\n#category .product_list .ajax_block_product {\r\n margin-bottom: 30px;\r\n}\r\n\r\n.product_list {\r\n border: none;\r\n box-shadow: none;\r\n\r\n &.list {\r\n .product-title {\r\n a {\r\n margin-bottom: 0 !important;\r\n }\r\n }\r\n\r\n .product-price-and-shipping {\r\n justify-content: flex-start;\r\n }\r\n\r\n .button_container {\r\n a {\r\n max-width: 175px;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.product_list li {\r\n margin-bottom: 33px;\r\n}\r\n\r\n.light_gray_bg {\r\n position: relative;\r\n padding-top: 94px;\r\n margin-bottom: 0px !important;\r\n z-index: 1;\r\n}\r\n\r\n.light_gray_bg::before {\r\n height: 100%;\r\n width: 100vw;\r\n content: '';\r\n position: absolute;\r\n left: 50%;\r\n top: 0;\r\n transform: translateX(-50%);\r\n background-color: rgba(216, 216, 216, 0.3);\r\n}\r\n\r\n.dark_gray_bg.light_gray_bg::before {\r\n background-color: #eaeaea;\r\n}\r\n\r\n.owl-theme .owl-controls .owl-pagination {\r\n margin: 66px 0 0 !important;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.owl-theme .owl-controls span {\r\n margin: 0 4px !important;\r\n background-color: #babcbc !important;\r\n}\r\n\r\n.owl-theme .owl-controls .owl-page.active span,\r\n.owl-theme .owl-controls.clickable .owl-page:hover span {\r\n background-color: #3e2780 !important;\r\n}\r\n\r\n.ApColumn .block.products_block {\r\n margin-bottom: 58px;\r\n}\r\n\r\n.blog-viewall {\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n margin: 70px 0 88px;\r\n}\r\n\r\n.blog-viewall .btn-primary {\r\n background-color: #3e2780;\r\n border-radius: 5px;\r\n color: #fff;\r\n display: flex;\r\n padding: 16px 32px;\r\n font-weight: 600;\r\n text-transform: unset;\r\n transition: color 0.3s ease-in, background-color 0.3s ease-in;\r\n}\r\n\r\n.blog-viewall .btn-primary:hover {\r\n color: #fff;\r\n background-color: #24b28c;\r\n}\r\n\r\n.blog_carousel .owl-carousel .owl-item {\r\n padding: 0 10px 0 0;\r\n\r\n .blog-container {\r\n min-height: 440px !important;\r\n }\r\n}\r\n\r\n.blog_carousel .block_content {\r\n padding: 0 15px;\r\n}\r\n\r\n.blog_carousel .item {\r\n background-color: #fff;\r\n border-radius: 8px;\r\n overflow: hidden;\r\n}\r\n\r\n.owl-carousel.owl-loading::before,\r\n#back-top a {\r\n background-color: $cLavender !important;\r\n}\r\n\r\n#back-top a:hover {\r\n color: #fff !important;\r\n background-color: $cDarkViolet !important;\r\n}\r\n\r\n.latest-blogs .blog-desc {\r\n max-height: 147px !important;\r\n color: #010101 !important;\r\n font-weight: 400 !important;\r\n margin: 0 0 18px !important;\r\n line-height: 21px !important;\r\n overflow: hidden !important;\r\n}\r\n\r\n.latest-blogs .blog-image-container {\r\n margin: 0 !important;\r\n overflow: hidden;\r\n}\r\n\r\n.latest-blogs {\r\n padding-bottom: 0;\r\n\r\n .blog-image-container {\r\n img {\r\n max-height: 200px;\r\n object-fit: cover;\r\n }\r\n }\r\n\r\n .right-block {\r\n .author {\r\n display: none;\r\n }\r\n\r\n .nbcomment {\r\n display: none;\r\n }\r\n }\r\n}\r\n\r\n.right-block {\r\n padding: 20px;\r\n}\r\n\r\n.latest-blogs .blog-meta>span {\r\n display: inline-block;\r\n vertical-align: top;\r\n margin: 0;\r\n width: 100%;\r\n color: #696868;\r\n font-style: initial;\r\n font-size: 12px;\r\n line-height: 21px;\r\n margin-bottom: 4px;\r\n text-transform: lowercase;\r\n}\r\n\r\n.latest-blogs .blog-title {\r\n font-size: 18px;\r\n text-transform: inherit;\r\n line-height: 24px;\r\n margin: 0 0 4px;\r\n font-weight: 600;\r\n height: 23px;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n font-style: initial;\r\n color: $cTxtBlack;\r\n}\r\n\r\n.see_more_blog img {\r\n margin-left: 12px;\r\n}\r\n\r\n// .bestsellers_row {\r\n// padding-top: 100px;\r\n// padding-bottom: 160px;\r\n// }\r\n\r\n.manufacturers_block img {\r\n opacity: 1 !important;\r\n border-radius: 5px;\r\n}\r\n\r\n.manufacturer-image-container {\r\n text-align: center;\r\n border: 1px solid transparent;\r\n border-radius: 5px;\r\n transition: border-color 0.3s ease-in;\r\n}\r\n\r\n.manufacturer-image-container a {\r\n display: block;\r\n}\r\n\r\n.manufacturer-image-container:hover {\r\n border-color: #3e2780;\r\n}\r\n\r\n.footer_seo {\r\n text-align: justify;\r\n}\r\n\r\n.footer_seo h3,\r\n.my_footer_row h3 {\r\n color: $cTxtBlack;\r\n font-size: 18px;\r\n line-height: 24px;\r\n font-weight: 600;\r\n margin-bottom: 15px;\r\n}\r\n\r\n.footer_seo p {\r\n color: $cTxtBlack;\r\n font-size: 12px;\r\n line-height: 20px;\r\n font-weight: 400;\r\n margin-bottom: 14px;\r\n}\r\n\r\n.my_footer_row {\r\n display: grid;\r\n grid-template-columns: repeat(4, 1fr);\r\n gap: 30px 0;\r\n}\r\n\r\n.my_footer_row.top_row {\r\n display: flex;\r\n justify-content: space-between;\r\n flex-wrap: wrap;\r\n\r\n .my_footer_col {\r\n width: calc(100% / 4);\r\n margin: 0 !important;\r\n\r\n @media (max-width: 767px) {\r\n width: calc(100% / 2);\r\n }\r\n }\r\n}\r\n\r\n.row.footer_inside_row {\r\n margin: 0;\r\n}\r\n\r\n.row.footer_inside_row>div {\r\n padding: 0;\r\n}\r\n\r\n.adres_container p {\r\n color: $cTxtBlack;\r\n font-size: 12px;\r\n line-height: 20px;\r\n margin: 0;\r\n}\r\n\r\n.adres_container p a {\r\n color: $cTxtBlack;\r\n display: block;\r\n}\r\n\r\n.my_footer_row li a {\r\n display: block;\r\n font-size: 13px;\r\n line-height: 20px;\r\n margin-bottom: 8px;\r\n}\r\n\r\n#footer a:hover {\r\n color: $cTxtLavender;\r\n}\r\n\r\n.my_footer_row ul {\r\n margin-bottom: 16px;\r\n}\r\n\r\n.img_footer_container img {\r\n width: auto;\r\n max-width: 100%;\r\n}\r\n\r\n.img_footer_container {\r\n display: grid;\r\n grid-gap: 24px 0;\r\n margin-top: 9px;\r\n}\r\n\r\n.footer {\r\n background: #f5fafe;\r\n}\r\n\r\n.my_footer_content {\r\n display: flex;\r\n flex-wrap: wrap;\r\n flex-direction: column;\r\n}\r\n\r\n.my_footer_row h4 {\r\n font-size: 13px;\r\n line-height: 20px;\r\n font-weight: 600;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.my_footer_col.informacje,\r\n.my_footer_col.bezpieczne_platnosci {\r\n margin-right: 60px;\r\n}\r\n\r\n.my_footer_col.moje_konto {\r\n margin-right: 66px;\r\n}\r\n\r\n.footer_social_media_container {\r\n margin-top: 20px;\r\n}\r\n\r\n.footer_social_media_container img {\r\n margin-right: 24px;\r\n transition: transform 0.2s ease-in;\r\n}\r\n\r\n.footer_social_media_container a:hover img {\r\n transform: scale(0.9);\r\n}\r\n\r\n.my_footer_content>a {\r\n display: block;\r\n margin-bottom: 3px;\r\n line-height: 20px;\r\n}\r\n\r\n.single_element h3 {\r\n margin-bottom: 0;\r\n}\r\n\r\n.single_element {\r\n margin-top: 5px;\r\n margin-bottom: 14px;\r\n}\r\n\r\n.leo-fly-cart-total {\r\n background-color: $cLavender;\r\n}\r\n\r\n.footer-bottom .inner,\r\n.footer-center .inner {\r\n border: none;\r\n}\r\n\r\n.footer-top {\r\n background-color: #3e2780;\r\n padding: 0;\r\n margin: 0;\r\n}\r\n\r\n.footer-top .container {\r\n max-width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n width: 100%;\r\n}\r\n\r\n.footer-top .ApColumn .block {\r\n margin: 0;\r\n}\r\n\r\n#cta_row {\r\n display: flex;\r\n flex-wrap: wrap;\r\n padding: 0;\r\n margin: 0;\r\n\r\n .ApColumn {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: #fff;\r\n }\r\n}\r\n\r\n#cta_row .col-xl-6 {\r\n float: unset;\r\n width: unset;\r\n -ms-flex: 0 0 50%;\r\n flex: 0 0 50%;\r\n max-width: 50%;\r\n display: flex;\r\n align-items: center;\r\n padding: 0;\r\n}\r\n\r\n#cta_row .col-xl-6.left_cta {\r\n justify-content: flex-end;\r\n padding-right: 158px;\r\n}\r\n\r\n#cta_row .content_cta {}\r\n\r\n#cta_row h3 {\r\n color: #ffffff;\r\n font-size: 28px;\r\n line-height: 42px;\r\n margin-bottom: 55px;\r\n text-align: center;\r\n font-weight: 700;\r\n}\r\n\r\n@-webkit-keyframes bounceIn {\r\n\r\n from,\r\n 20%,\r\n 40%,\r\n 60%,\r\n 80%,\r\n to {\r\n -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\r\n animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\r\n }\r\n\r\n 0% {\r\n opacity: 0;\r\n -webkit-transform: scale3d(0.3, 0.3, 0.3);\r\n transform: scale3d(0.3, 0.3, 0.3);\r\n }\r\n\r\n 20% {\r\n -webkit-transform: scale3d(1.1, 1.1, 1.1);\r\n transform: scale3d(1.1, 1.1, 1.1);\r\n }\r\n\r\n 40% {\r\n -webkit-transform: scale3d(0.9, 0.9, 0.9);\r\n transform: scale3d(0.9, 0.9, 0.9);\r\n }\r\n\r\n 60% {\r\n opacity: 1;\r\n -webkit-transform: scale3d(1.03, 1.03, 1.03);\r\n transform: scale3d(1.03, 1.03, 1.03);\r\n }\r\n\r\n 80% {\r\n -webkit-transform: scale3d(0.97, 0.97, 0.97);\r\n transform: scale3d(0.97, 0.97, 0.97);\r\n }\r\n\r\n to {\r\n opacity: 1;\r\n -webkit-transform: scale3d(1, 1, 1);\r\n transform: scale3d(1, 1, 1);\r\n }\r\n}\r\n\r\n@keyframes bounceIn {\r\n\r\n from,\r\n 20%,\r\n 40%,\r\n 60%,\r\n 80%,\r\n to {\r\n -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\r\n animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\r\n }\r\n\r\n 0% {\r\n opacity: 0;\r\n -webkit-transform: scale3d(0.3, 0.3, 0.3);\r\n transform: scale3d(0.3, 0.3, 0.3);\r\n }\r\n\r\n 20% {\r\n -webkit-transform: scale3d(1.1, 1.1, 1.1);\r\n transform: scale3d(1.1, 1.1, 1.1);\r\n }\r\n\r\n 40% {\r\n -webkit-transform: scale3d(0.9, 0.9, 0.9);\r\n transform: scale3d(0.9, 0.9, 0.9);\r\n }\r\n\r\n 60% {\r\n opacity: 1;\r\n -webkit-transform: scale3d(1.03, 1.03, 1.03);\r\n transform: scale3d(1.03, 1.03, 1.03);\r\n }\r\n\r\n 80% {\r\n -webkit-transform: scale3d(0.97, 0.97, 0.97);\r\n transform: scale3d(0.97, 0.97, 0.97);\r\n }\r\n\r\n to {\r\n opacity: 1;\r\n -webkit-transform: scale3d(1, 1, 1);\r\n transform: scale3d(1, 1, 1);\r\n }\r\n}\r\n\r\n#cta_row p {\r\n color: #000;\r\n font-size: 31px;\r\n line-height: 34px;\r\n text-align: center;\r\n background-color: #fff;\r\n border-radius: 5px;\r\n padding: 16px;\r\n font-weight: 700;\r\n margin-bottom: 0;\r\n -webkit-animation-duration: 2s;\r\n animation-duration: 2s;\r\n -webkit-animation-name: bounceIn;\r\n animation-name: bounceIn;\r\n animation-iteration-count: infinite;\r\n}\r\n\r\n#cta_row p a,\r\n#cta_row p a:hover {\r\n color: #000;\r\n}\r\n\r\n#cta_row .links_cta {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#cta_row .links_cta a {}\r\n\r\n#cta_row .links_cta p {\r\n animation: none;\r\n color: #fff;\r\n background-color: transparent;\r\n padding: 0;\r\n margin: 0;\r\n font-size: 14px;\r\n line-height: 14px;\r\n margin: 0 40px 0 0;\r\n font-weight: 500;\r\n}\r\n\r\n#cta_row .footer_social_media_container {\r\n margin: 0;\r\n}\r\n\r\n.links_cta {\r\n margin-top: 72px;\r\n}\r\n\r\n#cta_row .footer_social_media_container img {\r\n width: 44px;\r\n}\r\n\r\n.footer-center .inner {\r\n padding-top: 75px;\r\n}\r\n\r\n.footer-bottom,\r\n.footer-bottom .inner {\r\n padding: 0;\r\n}\r\n\r\n.footer-bottom .ApColumn .block {\r\n margin-bottom: 0;\r\n}\r\n\r\n.bottom_row {\r\n display: flex;\r\n align-items: center;\r\n flex-wrap: wrap;\r\n justify-content: center;\r\n margin-top: 100px;\r\n}\r\n\r\n.bottom_row p {\r\n margin: 17px 0 27px;\r\n color: $cTxtBlack;\r\n font-size: 13px;\r\n line-height: 18px;\r\n width: 100%;\r\n text-align: center;\r\n}\r\n\r\n.salony_row {\r\n padding-bottom: 34px;\r\n}\r\n\r\n.salony_row .title {\r\n background-color: #fff;\r\n text-align: center;\r\n width: 100%;\r\n font-size: 18px;\r\n font-weight: 600;\r\n padding: 20px 110px;\r\n color: #696868;\r\n transition: color 0.2s ease-in, background-color 0.2s ease-in;\r\n}\r\n\r\n.salony_row a:hover .title {\r\n color: #fff;\r\n background-color: #3e2780;\r\n}\r\n\r\n.salony_row .item {\r\n border-radius: 5px;\r\n overflow: hidden;\r\n}\r\n\r\n#main .page-footer {\r\n display: none;\r\n}\r\n\r\n.manufacturers_block {\r\n padding-top: 104px;\r\n margin-bottom: 70px !important;\r\n}\r\n\r\n//* Breadcrumbs\r\n#wrapper .breadcrumb {\r\n margin-bottom: 0;\r\n padding-bottom: 24px;\r\n border-bottom: 2px solid #f6f6f6;\r\n margin-bottom: 33px;\r\n}\r\n\r\n#product #wrapper .breadcrumb {\r\n margin-bottom: 18px;\r\n}\r\n\r\n#wrapper .breadcrumb li::after {\r\n margin: 0 10px 0 5px;\r\n}\r\n\r\n#wrapper .breadcrumb li a {\r\n color: #696868;\r\n font-size: 11px;\r\n line-height: 23px;\r\n text-transform: lowercase;\r\n}\r\n\r\n#wrapper .breadcrumb li:last-child a {\r\n color: $cTxtLavender;\r\n text-decoration: none;\r\n}\r\n\r\n//* End breadcrumbs\r\n\r\n.block-category #category-description {\r\n margin-top: 0;\r\n}\r\n\r\n.block-category #category-description p:first-child {\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 22px;\r\n margin-bottom: 24px;\r\n}\r\n\r\n.products-selection {\r\n padding-top: 0;\r\n padding-bottom: 0;\r\n margin-bottom: 24px;\r\n border-bottom: none;\r\n}\r\n\r\n#js-product-list-top .row {\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n\r\n#js-product-list-top .total-products {\r\n order: 2;\r\n display: flex;\r\n justify-content: flex-end;\r\n}\r\n\r\n#js-product-list-top .total-products p {\r\n display: none;\r\n}\r\n\r\n.products-selection .display>div a {\r\n height: 33px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.products-selection .display>div a[title='Grid'] {\r\n width: 36px;\r\n}\r\n\r\n.products-selection .display>div a[title='List'] {\r\n width: 43px;\r\n}\r\n\r\n.products-selection .display>div {\r\n margin-right: 13px;\r\n}\r\n\r\n.products-selection .display>div#list {\r\n margin-right: 0;\r\n}\r\n\r\n.products-selection .display>div a img {\r\n transition: filter 0.2s ease-in;\r\n}\r\n\r\n.products-selection .display>div a:hover img {\r\n filter: grayscale(1);\r\n}\r\n\r\n.sort_border {\r\n margin-left: 15px;\r\n padding: 7px 16px;\r\n border: 1px solid #d8d8d8;\r\n border-radius: 4px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n transition: background-color 0.2s ease-in;\r\n}\r\n\r\n.products-selection .sort-by {\r\n padding-left: 0;\r\n padding-right: 0;\r\n color: #3e2780;\r\n font-weight: 600;\r\n font-size: 13px;\r\n line-height: 39px;\r\n display: block;\r\n margin: 0 5px 0 0;\r\n}\r\n\r\n.sort_border .col-md-3,\r\n.sort_border .col-md-9 {\r\n float: unset !important;\r\n width: auto !important;\r\n padding: 0;\r\n}\r\n\r\n.products-selection button.select-title {\r\n padding: 0;\r\n color: $cTxtBlack;\r\n font-size: 13px;\r\n line-height: 36px;\r\n border: none;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n margin: 0 0 0 3px;\r\n}\r\n\r\n.chevron_sort_container {\r\n display: flex;\r\n position: relative;\r\n background-color: #3e2780;\r\n align-items: center;\r\n justify-content: center;\r\n border-radius: 4px;\r\n width: 32px;\r\n height: 32px;\r\n margin-left: 46px;\r\n transition: transform 0.3s ease-in;\r\n}\r\n\r\n.chevron_sort_container img {\r\n filter: brightness(0) invert(1);\r\n transform: rotate(90deg) translateX(2px);\r\n transition: transform 0.1s ease-in;\r\n}\r\n\r\nbutton[aria-expanded='true'] .chevron_sort_container {\r\n transform: rotate(180deg);\r\n}\r\n\r\nbutton[aria-expanded='true'] .chevron_sort_container img {\r\n transform: rotate(90deg) translateX(0);\r\n}\r\n\r\n.products-sort-order .dropdown-menu {\r\n left: 0;\r\n width: calc(100% - 20px);\r\n border: 1px solid #d8d8d8;\r\n border-radius: 0 0 4px 4px;\r\n font-size: 12px;\r\n padding: 0;\r\n margin: 9px 0 0 0;\r\n border-top: none;\r\n}\r\n\r\n.products-sort-order .select-list:hover {\r\n background-color: #fff;\r\n}\r\n\r\n.products-selection .display {\r\n float: unset;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#category .products-selection {\r\n margin-bottom: 62px;\r\n}\r\n\r\n.pagination {\r\n background-color: unset;\r\n border-radius: 0;\r\n padding: 0;\r\n margin-top: 50px;\r\n margin-bottom: 50px;\r\n}\r\n\r\n.pagination .page-list {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n padding: 0;\r\n width: auto;\r\n float: left;\r\n}\r\n\r\n.pagination .page-list li {\r\n padding: 0;\r\n width: 37px;\r\n height: 37px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n font-size: 14px;\r\n line-height: 24px;\r\n color: #696868;\r\n border-radius: 4px;\r\n}\r\n\r\n.pagination .page-list li:last-child a {\r\n border-right: none;\r\n}\r\n\r\n.pagination .page-list li:last-child a span {\r\n display: none;\r\n\r\n &.spacer {\r\n display: block;\r\n }\r\n}\r\n\r\n#category-description {\r\n padding: 50px;\r\n line-height: 1.5;\r\n\r\n h2 {\r\n font-size: 1.25rem;\r\n }\r\n}\r\n\r\n.pagination a {\r\n color: #696868;\r\n display: flex;\r\n width: 100%;\r\n height: 100%;\r\n align-items: center;\r\n justify-content: center;\r\n transition: background-color 0.3s ease-in, color 0.3s ease-in;\r\n border-radius: 4px;\r\n margin-right: 1px;\r\n}\r\n\r\n.pagination a:hover,\r\n.pagination .current a {\r\n background-color: #3e2780;\r\n color: #fff !important;\r\n}\r\n\r\n.pagination .page-list a.next img {\r\n transform: translateX(1px);\r\n}\r\n\r\n.pagination .page-list a.previous img {\r\n transform: rotate(-180deg) translate(1px, -1px);\r\n}\r\n\r\n.pagination .page-list a.next:hover img,\r\n.pagination .page-list a.previous:hover img {\r\n filter: brightness(0) invert(1);\r\n}\r\n\r\n#left-column .card-header {\r\n display: none;\r\n}\r\n\r\n#left-column .card {\r\n border: none;\r\n}\r\n\r\n#left-column .card-block {\r\n padding: 0;\r\n}\r\n\r\n.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink,\r\n.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover,\r\n.PM_ASearchTitle,\r\n.PM_ASBlockOutputHorizontal a,\r\n.PM_ASBlockOutputVertical a {\r\n font-weight: 500;\r\n}\r\n\r\n.PM_ASForm li {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n position: relative;\r\n}\r\n\r\n.PM_ASForm label {\r\n margin-bottom: 0;\r\n}\r\n\r\n.PM_ASForm li div {\r\n width: 100%;\r\n}\r\n\r\n.PM_ASCriterionCheckbox {\r\n width: 14px;\r\n height: 14px;\r\n position: relative;\r\n z-index: 5;\r\n margin-right: 13px;\r\n opacity: 0;\r\n}\r\n\r\n.PM_ASForm label::after {\r\n width: 14px;\r\n height: 14px;\r\n left: 0;\r\n top: 5px;\r\n content: '';\r\n position: absolute;\r\n border: 1px solid #bcbcbc;\r\n}\r\n\r\n.PM_ASForm label::before {\r\n width: 10px;\r\n height: 10px;\r\n left: 2px;\r\n top: 7px;\r\n content: '';\r\n position: absolute;\r\n background-color: #3e2780;\r\n opacity: 0;\r\n transition: opacity 0.2s ease-in;\r\n}\r\n\r\n.PM_ASForm input:checked+label::before {\r\n opacity: 1;\r\n}\r\n\r\n.PM_ASBlockOutputVertical a {\r\n color: #696868;\r\n display: block;\r\n width: 100%;\r\n line-height: 24px;\r\n}\r\n\r\n.PM_ASBlockOutput {\r\n padding-left: 26px;\r\n}\r\n\r\n.PM_ASBlockOutputVertical .PM_ASSubmitSearch {\r\n background-color: #3e2780;\r\n padding: 7px 31px;\r\n font-weight: 700;\r\n text-transform: initial;\r\n font-size: 14px;\r\n line-height: 21px;\r\n border-radius: 5px;\r\n transition: color 0.2s ease-in, background-color 0.2s ease-in;\r\n}\r\n\r\n.PM_ASBlockOutputVertical .PM_ASSubmitSearch:hover {\r\n color: #3e2780;\r\n background-color: transparent;\r\n}\r\n\r\n.PM_ASForm .text-center {\r\n text-align: left !important;\r\n padding: 0;\r\n}\r\n\r\n.ui-state-default,\r\n.ui-widget-content .ui-state-default,\r\n.ui-widget-header .ui-state-default {\r\n width: 16px;\r\n height: 16px;\r\n border-radius: 50%;\r\n background-color: #3e2780;\r\n background-image: none;\r\n border: none;\r\n transition: transform 0.2s ease-in;\r\n cursor: pointer;\r\n}\r\n\r\n.ui-state-default:hover,\r\n.ui-widget-content .ui-state-default:hover,\r\n.ui-widget-header .ui-state-default:hover {\r\n transform: scale(1.1);\r\n}\r\n\r\n.ui-slider .ui-slider-range {\r\n background: #3e2780;\r\n}\r\n\r\n.PM_ASCritRange {\r\n border-radius: 0;\r\n height: 2px;\r\n border: none;\r\n}\r\n\r\n.ui-slider-horizontal .ui-slider-range {\r\n top: 2px;\r\n}\r\n\r\n.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {\r\n border: none;\r\n}\r\n\r\n.PM_ASBlockOutputVertical .PM_ASResetSearch {\r\n border: 1px solid #d8d8d8;\r\n box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);\r\n border-radius: 4px;\r\n}\r\n\r\n.PM_ASCritRangeValue {\r\n margin-top: 10px;\r\n}\r\n\r\n.ApColumn .block.day_hit {\r\n border-radius: 0 4px 4px;\r\n border: 1px solid #fe6700;\r\n padding: 0;\r\n margin: 76px 0 0 0;\r\n position: relative;\r\n}\r\n\r\n.ApColumn .block.day_hit::after {\r\n position: absolute;\r\n top: 0;\r\n left: -1px;\r\n background-color: #fe6700;\r\n color: #ffffff;\r\n font-size: 24px;\r\n line-height: 21px;\r\n font-weight: 700;\r\n padding: 12px 24px;\r\n border-radius: 8px 8px 0 0;\r\n transform: translateY(-100%);\r\n}\r\n\r\n.ApColumn .block.day_hit::before {\r\n position: absolute;\r\n top: -76px;\r\n width: 100%;\r\n height: 2px;\r\n background-color: #d8d8d8;\r\n content: '';\r\n}\r\n\r\nhtml[lang='pl'] .ApColumn .block.day_hit::after {\r\n content: 'Hit Dnia!';\r\n}\r\n\r\n#category .ApColumn .block.day_hit .ajax_block_product {\r\n margin: 0 !important;\r\n}\r\n\r\n.block.day_hit .product_list .ajax_block_product .product-flags {\r\n display: none;\r\n}\r\n\r\n.block.day_hit .button_container a img {\r\n filter: brightness(0) invert(1);\r\n}\r\n\r\n.footer_seo {\r\n padding-right: 30px;\r\n}\r\n\r\n.zoomContainer,\r\n.product-thumb-images .thumb {\r\n border-radius: 4px;\r\n}\r\n\r\n.product-thumb-images .thumb.selected,\r\n.product-thumb-images .thumb:hover {\r\n border-color: $cLavender;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images {\r\n padding-left: 0;\r\n padding-right: 0;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev {\r\n left: 0;\r\n border-radius: 5px 0 0 5px;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next {\r\n right: 0;\r\n border-radius: 0 5px 5px 0;\r\n}\r\n\r\n#thumb-gallery .slick-arrows .slick-arrow {\r\n height: 100%;\r\n}\r\n\r\n.slick-list:hover+.slick-arrows .slick-next,\r\n.slick-list:hover+.slick-arrows .slick-prev,\r\n.slick-arrows .slick-next.slick-disabled:hover,\r\n.slick-arrows .slick-prev.slick-disabled:hover {\r\n background-color: rgba(52, 214, 173, 0.5);\r\n}\r\n\r\n.slick-arrows .slick-next:hover,\r\n.slick-arrows .slick-prev:hover {\r\n background-color: rgba(52, 214, 173, 1);\r\n}\r\n\r\n.product-add-to-cart {\r\n margin-bottom: 15px;\r\n}\r\n\r\n.product-actions {\r\n margin-bottom: 44px;\r\n}\r\n\r\n.product-detail>.row {\r\n margin: 0;\r\n}\r\n\r\n.product-detail>.row>div[class^='col-'] {\r\n padding-left: 15px;\r\n padding-right: 15px;\r\n}\r\n\r\n.product-detail>.row>div.col-form_id-form_9367402777406408 {\r\n width: calc(50% + 58px);\r\n}\r\n\r\n.product-detail-name {\r\n text-transform: initial;\r\n margin-top: 0;\r\n font-size: 20px;\r\n line-height: 30px;\r\n margin-bottom: 16px;\r\n font-weight: 600;\r\n color: #2e2925;\r\n width: 520px;\r\n max-width: 100%;\r\n}\r\n\r\n.product-detail {\r\n padding-top: 0;\r\n}\r\n\r\n#product .product-actions .add-to-cart {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n text-align: center;\r\n color: #fff;\r\n background-color: $cDarkViolet;\r\n border-radius: 5px;\r\n width: 100%;\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-weight: 700;\r\n text-transform: initial;\r\n\r\n &:hover {\r\n background-color: $cLavender;\r\n }\r\n}\r\n\r\n#product .product-actions .add-to-cart[disabled] {\r\n filter: grayscale(1);\r\n}\r\n\r\n.my_availability_box {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n}\r\n\r\n.my_availability_box .single_box {\r\n margin-right: 16px;\r\n}\r\n\r\n.my_availability_box .single_box.dostepnosc {\r\n display: none;\r\n}\r\n\r\n.my_availability_box {\r\n margin-bottom: 11px;\r\n}\r\n\r\n.my_availability_box .single_box p,\r\n.my_manufacturer p,\r\n#leo_product_reviews_block_extra .rating_label {\r\n font-size: 12px;\r\n margin: 0;\r\n line-height: 18px;\r\n font-weight: 400;\r\n color: $cTxtBlack;\r\n}\r\n\r\n.my_manufacturer {\r\n display: flex;\r\n flex-wrap: wrap;\r\n flex-direction: column;\r\n}\r\n\r\n.my_manufacturer .product-manufacturer {\r\n display: flex;\r\n}\r\n\r\n.my_manufacturer .product-manufacturer .manufacturer-logo {\r\n max-height: 115px;\r\n padding: 0;\r\n border: none;\r\n}\r\n\r\n.my_box_container.product_container {\r\n padding: 0;\r\n box-shadow: none;\r\n margin: 0;\r\n grid-template-columns: repeat(3, 1fr);\r\n}\r\n\r\n#product .my_box_container.product_container {\r\n margin-bottom: 20px;\r\n}\r\n\r\n.my_box_container.product_container p {\r\n font-size: 10px;\r\n line-height: 12px;\r\n}\r\n\r\n.my_box_container.product_container .my_image_container {\r\n margin-right: 9px;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_note:before {\r\n display: none;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_note {\r\n float: unset;\r\n padding: 0;\r\n margin: 0;\r\n}\r\n\r\n#leo_product_reviews_block_extra {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n margin: 0;\r\n}\r\n\r\n#leo_product_reviews_block_extra .rating_label {\r\n margin-right: 10px;\r\n}\r\n\r\n.my_rating_container {\r\n margin-bottom: 11px;\r\n}\r\n\r\n.star_content .star {\r\n width: 15px;\r\n height: 15px;\r\n position: relative;\r\n margin: 0 2px;\r\n}\r\n\r\n.star_content .star:before,\r\ndiv.star.star_on:before,\r\ndiv.star.star_hover:before {\r\n color: #ebebeb;\r\n font-size: 16px;\r\n position: absolute;\r\n left: 50%;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n}\r\n\r\ndiv.star.star_on:before,\r\ndiv.star.star_hover:before {\r\n color: #3e2780;\r\n}\r\n\r\n.product-quantity #quantity_wanted {\r\n width: 100%;\r\n text-align: left;\r\n}\r\n\r\n.product-actions .control-label {\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 18px;\r\n margin: 0 auto;\r\n text-align: left;\r\n font-weight: 400;\r\n text-transform: initial;\r\n width: 100px;\r\n margin-right: 5px;\r\n min-width: unset;\r\n max-width: unset;\r\n margin-left: 0;\r\n}\r\n\r\n.product-variants>.product-variants-item {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n margin: 0 0 8px;\r\n}\r\n\r\n.product-variants>.product-variants-item select {\r\n min-height: 34px;\r\n max-width: 419px;\r\n}\r\n\r\nselect.form-control:not([size]):not([multiple]) {\r\n height: calc(2.5rem - 6px);\r\n}\r\n\r\n.product-detail>.row>div.col-form_id-form_15874367062488778 {\r\n padding-left: 15px;\r\n width: calc(50% - 58px);\r\n}\r\n\r\n.product-add-to-cart .product-quantity .qty {\r\n margin: 0 auto;\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n}\r\n\r\n.product-quantity #quantity_wanted,\r\n.product-variants>.product-variants-item select {\r\n background-color: #f0f0f0;\r\n width: 419px;\r\n height: 34px;\r\n color: #696868;\r\n font-size: 14px;\r\n line-height: 21px;\r\n border: none;\r\n padding-top: 5px 16px;\r\n border-radius: 5px;\r\n cursor: pointer;\r\n outline: none !important;\r\n -moz-appearance: none;\r\n -webkit-appearance: none;\r\n background-image: url(../img/layout/chevron_violet.svg);\r\n background-repeat: no-repeat;\r\n background-position: calc(100% - 16px) center;\r\n background-size: auto;\r\n}\r\n\r\n.product-actions .product-variants {\r\n margin: 0;\r\n}\r\n\r\n#add-to-cart-or-refresh .clearfix::after {\r\n display: none;\r\n}\r\n\r\n.price_container {\r\n display: flex;\r\n align-items: flex-end;\r\n justify-content: flex-start;\r\n margin-top: 47px;\r\n margin-bottom: 18px;\r\n}\r\n\r\n.price_container .product-prices,\r\n.price_container .product-prices .product-price {\r\n margin: 0;\r\n width: 100%;\r\n display: flex;\r\n flex-wrap: wrap;\r\n gap: 20px;\r\n}\r\n\r\n.price_container .current-price {\r\n color: $cTxtBlack;\r\n font-size: 28px;\r\n line-height: 18px;\r\n font-weight: 600;\r\n display: block !important;\r\n margin-right: 20px !important;\r\n\r\n @media (max-width: 767px) {\r\n width: 100%;\r\n }\r\n}\r\n\r\n.price_container .product-discount {\r\n color: #696868;\r\n font-size: 20px;\r\n line-height: 18px;\r\n\r\n @media (max-width: 767px) {\r\n width: 100%;\r\n }\r\n}\r\n\r\n.price_container .product-discount .regular-price {\r\n margin-right: 0;\r\n}\r\n\r\n.phone_single {\r\n display: flex;\r\n justify-content: flex-start;\r\n align-items: center;\r\n}\r\n\r\n.phone_single p {\r\n color: #1a1a1a;\r\n font-size: 14px;\r\n line-height: 18px;\r\n margin-right: 8px;\r\n font-weight: 400;\r\n margin-bottom: 0;\r\n}\r\n\r\n.phone_single p strong {\r\n font-weight: 700;\r\n}\r\n\r\n.phone_single p a {\r\n transition: color 0.2s ease-in;\r\n}\r\n\r\n.raty_boxes_container {\r\n display: flex;\r\n align-items: center;\r\n margin-top: 15px;\r\n gap: 6px;\r\n padding-bottom: 21px;\r\n border-bottom: 1px solid #f6f6f6;\r\n margin-bottom: 16px;\r\n flex-wrap: wrap;\r\n justify-content: center;\r\n\r\n br {\r\n display: none;\r\n }\r\n}\r\n\r\n.raty_boxes_container {\r\n p {\r\n margin-bottom: 0;\r\n }\r\n}\r\n\r\n.raty_boxes_container>div {\r\n border-radius: 4px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n\r\n @media (max-width: 500px) {\r\n width: 100%;\r\n }\r\n\r\n picture {\r\n max-width: 150px;\r\n display: block;\r\n\r\n img {\r\n width: 100%;\r\n max-width: 150px;\r\n }\r\n }\r\n}\r\n\r\n.raty_boxes_container>div.santander {\r\n border: none;\r\n align-items: center;\r\n justify-content: center;\r\n display: flex;\r\n}\r\n\r\n.botton_product_container {\r\n display: flex;\r\n justify-content: center;\r\n gap: 20px;\r\n align-items: center;\r\n\r\n a {\r\n display: block;\r\n background: $cLavender;\r\n padding: 10px;\r\n border-radius: 4px;\r\n\r\n img {\r\n margin-right: 0 !important;\r\n }\r\n }\r\n}\r\n\r\na:focus,\r\na:hover,\r\n.blog-title a:focus,\r\n.blog-title a:hover,\r\n.blog-container a:focus,\r\n.blog-container a:hover {\r\n color: $cTxtLavender;\r\n}\r\n\r\n.more-info-product {\r\n border-radius: 4px;\r\n padding: 35px 50px 50px;\r\n}\r\n\r\n.product_base_info {\r\n background: #fff;\r\n padding: 25px;\r\n border-radius: 4px;\r\n}\r\n\r\n.category-products .products-section-title,\r\n.more-info-product .title-info-product {\r\n position: relative;\r\n color: $cTxtDarkViolet;\r\n font-family: 'Roboto';\r\n font-weight: 600;\r\n font-size: 24px;\r\n line-height: 1.5;\r\n text-align: center;\r\n padding-left: 0;\r\n padding-bottom: 10px;\r\n width: fit-content;\r\n margin-left: auto;\r\n margin-right: auto;\r\n margin-bottom: 30px;\r\n text-transform: uppercase;\r\n\r\n &:before {\r\n content: '';\r\n position: absolute;\r\n top: auto;\r\n bottom: 0;\r\n height: 2px;\r\n background: $cLavender;\r\n width: 90%;\r\n left: 5%;\r\n display: block;\r\n }\r\n}\r\n\r\n.product-features h3 {\r\n display: none;\r\n}\r\n\r\n.product-features {\r\n margin: 0 0 40px;\r\n}\r\n\r\n.product-features {\r\n >dl {\r\n &.data-sheet {\r\n margin-bottom: 0;\r\n }\r\n }\r\n}\r\n\r\n.product-features>dl.data-sheet dd.value,\r\n.product-features>dl.data-sheet dt.name {\r\n padding: 0;\r\n margin: 0;\r\n font-size: 15px;\r\n line-height: 20px;\r\n font-weight: 500;\r\n color: $cTxtBlack;\r\n min-height: 31px;\r\n padding: 8px;\r\n background-color: $cWhite;\r\n text-transform: initial;\r\n display: flex;\r\n align-items: center;\r\n\r\n @media (max-width: 765px) {\r\n font-size: 13px;\r\n }\r\n}\r\n\r\n.product-features>dl.data-sheet dt.name {}\r\n\r\n.product-features>dl.data-sheet dd.value {\r\n color: $cTxtViolet;\r\n}\r\n\r\n// .product-features>dl.data-sheet dd.value,\r\n// .product-features>dl.data-sheet dd.value:nth-of-type(even) {\r\n// background-color: #f5fafe;\r\n// }\r\n\r\n// .product-features>dl.data-sheet dt.name:nth-of-type(even) {\r\n// background-color: #fff;\r\n// }\r\n\r\n#description iframe {\r\n width: 100%;\r\n min-height: 412px;\r\n}\r\n\r\n#description h2 {\r\n color: $cTxtBlack;\r\n font-size: 20px;\r\n line-height: 30px;\r\n margin-bottom: 13px;\r\n font-weight: 400;\r\n}\r\n\r\n#description {\r\n font-size: 13px;\r\n line-height: 18px;\r\n color: #010101;\r\n}\r\n\r\n#description p {\r\n font-size: 13px;\r\n line-height: 18px;\r\n}\r\n\r\n#product_reviews_block_tab .review {\r\n border-bottom: 1px solid #33d5ad;\r\n}\r\n\r\n.product-name a:hover,\r\n.leo-fly-cart-icon-wrapper a:hover,\r\n#checkout-addresses-step a:hover {\r\n color: #3e2780 !important;\r\n}\r\n\r\n.leo-cart-dropdown-action a.btn:hover,\r\n.leo-cart-dropdown-action a.btn:focus,\r\n.leo-cart-dropdown-action a.btn:active:focus,\r\n.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,\r\n.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,\r\n.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:active:focus,\r\n.btn-outline:hover,\r\n.btn-outline:focus,\r\n.btn-outline:active,\r\n.btn-outline.active {\r\n color: #ffffff !important;\r\n background: $cLavender !important;\r\n}\r\n\r\n.leo-cart-dropdown-action a.btn,\r\n.leo-cart-dropdown-action a.btn.cart-dropdow-checkout {\r\n transition: all 0.3s ease-in;\r\n}\r\n\r\n#product .product-actions .add-to-cart {\r\n transition: all 0.3s ease-in;\r\n}\r\n\r\n.btn-outline {\r\n transition: all 0.3s ease-in;\r\n background-color: #ccc;\r\n border-color: #ccc;\r\n border-radius: 5px;\r\n}\r\n\r\n.btn-outline:hover {\r\n color: #fff !important;\r\n background-color: #3e2780;\r\n}\r\n\r\n.custom-radio input[type='radio']:checked+span {\r\n background-color: #3e2780;\r\n}\r\n\r\n.btn-primary {\r\n color: $cTxtWhite;\r\n font-weight: 600;\r\n font-size: 14px;\r\n background-color: $cDarkViolet;\r\n transition: all 0.3s ease-in;\r\n border-radius: 5px;\r\n padding: 10px 40px;\r\n text-transform: inherit;\r\n\r\n &:hover {\r\n background: $cLavender;\r\n }\r\n}\r\n\r\n.form-control {\r\n background-color: #fff;\r\n border: 1px solid #e6e5e5;\r\n border-radius: 5px;\r\n}\r\n\r\n.form-control:focus {\r\n color: $cTxtBlack;\r\n border-color: #3e2780;\r\n}\r\n\r\n#customer-form .form-control-valign label {\r\n margin-right: 15px;\r\n}\r\n\r\n.input-group {\r\n outline: none !important;\r\n}\r\n\r\n.cart-summary-products .btn-outline {\r\n text-transform: uppercase;\r\n}\r\n\r\nbody#checkout [data-action='show-password'],\r\n#authentication [data-action='show-password'] {\r\n background: #ccc;\r\n transition: all 0.3s ease-in;\r\n height: 35px;\r\n}\r\n\r\nbody#checkout [data-action='show-password']:hover,\r\n.btn-primary:active,\r\n.btn-primary.active,\r\n.open>.btn-primary.dropdown-toggle,\r\n.btn-primary:focus,\r\n.btn-primary.focus,\r\n#authentication [data-action='show-password']:hover {\r\n background: #3e2780;\r\n}\r\n\r\n#cta_row {\r\n overflow: hidden;\r\n}\r\n\r\n#checkout .my_box_container.product_container .my_image_container {\r\n -ms-flex: 0 0 100%;\r\n flex: 0 0 100%;\r\n max-width: 100%;\r\n text-align: center;\r\n}\r\n\r\n#checkout .my_box_small {\r\n flex-wrap: wrap;\r\n}\r\n\r\n#checkout .my_content_container {\r\n text-align: center;\r\n display: flex;\r\n width: 100%;\r\n justify-content: center;\r\n padding: 0 10px;\r\n min-height: 36px;\r\n}\r\n\r\n#checkout .my_box_container.product_container p {\r\n text-align: center;\r\n}\r\n\r\nbody#checkout section.checkout-step .address-item.selected {\r\n border-radius: 5px;\r\n border-color: #3e2780;\r\n}\r\n\r\nbody#checkout #order-summary-content .summary-selected-carrier,\r\nbody#checkout #order-summary-content .order-confirmation-table {\r\n border-radius: 5px;\r\n}\r\n\r\n.btn-primary.disabled:hover,\r\n.btn-primary:disabled:hover {\r\n background-color: #a94442;\r\n}\r\n\r\n.summary-selected-carrier .row {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.form-control-valign {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.form-group.row {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.product-actions .control-label {\r\n text-transform: uppercase;\r\n}\r\n\r\n#customer-form .form-control-valign label {\r\n margin-bottom: 0 !important;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#identity .radio-inline .custom-radio,\r\n#authentication .radio-inline .custom-radio {\r\n margin-right: 5px;\r\n}\r\n\r\n.page-my-account #content .links a:hover i {\r\n color: #3e2780;\r\n}\r\n\r\n.category-depth-level-3 #PM_ASCriterionsGroup_1_4 {\r\n display: none;\r\n}\r\n\r\n#configure .img_container {\r\n display: flex;\r\n width: 100%;\r\n align-items: center;\r\n justify-content: center;\r\n min-height: 117px;\r\n}\r\n\r\n.page-prices-drop #js-product-list-header {\r\n text-align: center;\r\n margin: 20px auto 30px;\r\n font-size: 30px;\r\n text-transform: capitalize;\r\n}\r\n\r\n.movies_page .half_w_movies {\r\n margin-top: 30px;\r\n}\r\n\r\n.movies_page iframe {\r\n width: 100%;\r\n}\r\n\r\n.movies_page .half_w_movies iframe {\r\n min-height: 290px;\r\n}\r\n\r\n.movies_page .full_w_movies iframe {\r\n min-height: 470px;\r\n}\r\n\r\n#cms .content-wrapper h2 {}\r\n\r\n#cms #content-wrapper p,\r\n#cms #content-wrapper li {\r\n color: #000;\r\n font-size: 13px;\r\n line-height: 1.3;\r\n margin-bottom: 10px;\r\n font-weight: 400;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu {\r\n min-width: 256px;\r\n padding: 28px;\r\n border-radius: 7px;\r\n box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.25);\r\n top: calc(100% - 5px);\r\n background: #fff;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li {\r\n margin-bottom: 25px;\r\n margin-right: 0 !important;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li a {\r\n padding: 0;\r\n color: $cDarkViolet;\r\n font-size: 16px;\r\n transition: all 0.3s ease-in;\r\n\r\n &:hover {\r\n span {\r\n color: $cLavender !important;\r\n }\r\n }\r\n\r\n span {\r\n color: $cDarkViolet !important;\r\n transition: all 0.3s ease-in;\r\n }\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li a:hover,\r\n.leo-megamenu .dropdown-menu li a:hover .menu-title {\r\n color: $cTxtLavender;\r\n}\r\n\r\n.dropdown-toggle::after {\r\n display: none;\r\n}\r\n\r\n.nav.megamenu.horizontal li:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu::after {\r\n content: '';\r\n position: absolute;\r\n}\r\n\r\n.bottomnav {\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n}\r\n\r\n#order-confirmation #order-details {\r\n padding-left: 15px;\r\n margin-top: 30px;\r\n}\r\n\r\n#order-confirmation #registration-form {\r\n margin-top: 50px;\r\n}\r\n\r\n#order-confirmation #order-items {\r\n border-right: none;\r\n}\r\n\r\n.bestsller .item {\r\n padding-bottom: 15px;\r\n padding-top: 15px;\r\n}\r\n\r\n#header {\r\n // position: sticky;\r\n // top: 0;\r\n background-color: #fff;\r\n // z-index: 999;\r\n\r\n .header-nav {\r\n z-index: 999;\r\n\r\n &.fixed {\r\n top: 0;\r\n position: fixed;\r\n width: 100%;\r\n }\r\n }\r\n\r\n .header-top {\r\n z-index: 999;\r\n\r\n &.fixed {\r\n position: fixed;\r\n width: 100%;\r\n }\r\n }\r\n}\r\n\r\n.header-logo img {\r\n transition: transform 0.3s ease-in;\r\n transform-origin: left;\r\n\r\n @media (max-width: 767px) {\r\n max-width: 150px;\r\n }\r\n}\r\n\r\n.mini-navbar .header-logo img {\r\n transform: scale(0.7);\r\n}\r\n\r\n.mini-navbar .header-top {\r\n margin-top: 0px;\r\n transition: transform 0.3s ease-in;\r\n}\r\n\r\n.mini-navbar #logo_row_header {\r\n margin-bottom: 0;\r\n}\r\n\r\n.mini-navbar .nav.megamenu.horizontal>li>a {\r\n padding-bottom: 10px;\r\n}\r\n\r\n.navbar-fixed-top {\r\n transition: all 0.3s ease-in;\r\n}\r\n\r\n.navbar-fixed-top.mini-navbar {\r\n box-shadow: 5px 5px 10px -8px #ccc;\r\n transform: translateY(-30px);\r\n}\r\n\r\n.cms-id-23 #main .page-header,\r\n.cms-id-23 #cta_row {\r\n display: none;\r\n}\r\n\r\n.newsletter {\r\n width: 700px;\r\n margin: 90px auto 300px;\r\n max-width: 100%;\r\n}\r\n\r\n.newsletter h2 {\r\n font-size: 28px;\r\n line-height: 39px;\r\n font-weight: 700;\r\n text-align: center;\r\n}\r\n\r\n.newsletter h2 span {\r\n color: #3e2780;\r\n}\r\n\r\n#cart .cart-detailed-actions .btn.btn-outline {\r\n background-color: #3e2780;\r\n border: none;\r\n}\r\n\r\n.cart-grid-body a.label:hover {\r\n color: #3e2780;\r\n}\r\n\r\n.aeuc_from_label {\r\n display: none;\r\n}\r\n\r\n.product-prices .current-price span[itemprop='price'] {\r\n font-size: 28px;\r\n line-height: 18px;\r\n}\r\n\r\n.my_salon_container h2 {\r\n font-size: 23px;\r\n text-align: left;\r\n margin-bottom: 15px;\r\n}\r\n\r\n#cms #content-wrapper .my_salon_container p {\r\n font-size: 20px;\r\n}\r\n\r\n#cms #content-wrapper .my_salon_container p a:hover {\r\n color: #3e2780;\r\n}\r\n\r\n.my_salons iframe {\r\n width: 100%;\r\n min-height: 370px;\r\n box-shadow: 0px 0px 20px rgba(204, 204, 204, 0.5);\r\n}\r\n\r\n.full_w_walk {\r\n margin-top: 80px;\r\n}\r\n\r\n.full_w_walk h2 {\r\n font-size: 2em;\r\n margin-left: -15px;\r\n margin-bottom: 30px;\r\n}\r\n\r\n.full_w_walk .bottom_link {\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.img_salon_container {\r\n margin-bottom: 15px;\r\n text-align: center;\r\n}\r\n\r\n.img_salon_container img {\r\n max-width: 100%;\r\n}\r\n\r\n.list article.product-miniature {\r\n width: 100%;\r\n}\r\n\r\n.flex-row {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n flex-wrap: wrap;\r\n}\r\n\r\n.flex-col48 {\r\n -ms-flex: 0 0 50%;\r\n flex: 0 0 50%;\r\n max-width: 50%;\r\n}\r\n\r\n.box-cover .flex-col48 {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n justify-items: flex-start;\r\n -ms-flex: unset;\r\n flex: unset;\r\n max-width: unset;\r\n width: 48%;\r\n}\r\n\r\n.box-cover .flex-col48 p span {\r\n padding-left: 30px;\r\n display: block;\r\n}\r\n\r\n.flex-row.box-cover .flex-col48.cover-item:last-of-type p span {\r\n padding-left: 0;\r\n}\r\n\r\n.flex-row.box-cover .flex-col48.cover-item:last-of-type {\r\n display: block;\r\n}\r\n\r\n.box-cover .flex-col48 img {\r\n max-width: 100%;\r\n min-width: 140px;\r\n height: auto;\r\n margin-right: 30px;\r\n}\r\n\r\n.desc-item {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n margin-bottom: 15px;\r\n}\r\n\r\n.desc-item img {\r\n width: auto;\r\n margin-right: 20px;\r\n}\r\n\r\n.desc-item p {\r\n padding-right: 15px;\r\n margin: 0;\r\n}\r\n\r\n.hardness h3 {\r\n text-align: center;\r\n}\r\n\r\n.hardness img {\r\n margin: 0 auto 15px;\r\n}\r\n\r\n.hardness {\r\n text-align: center;\r\n width: 100%;\r\n}\r\n\r\n.flex-col100 {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n}\r\n\r\n.flex-col100 img {\r\n margin-right: 20px;\r\n}\r\n\r\n.walk_container iframe {\r\n max-width: 100%;\r\n border: none;\r\n}\r\n\r\n#blog-category .panel.panel-default,\r\n.latest-blogs .blog-meta>span.icon-calendar,\r\n#module-leoblog-blog .social-share,\r\n.blog-description h1,\r\n#module-leoblog-category .panel.panel-defaul,\r\n#module-leoblog-category .blog-item .blog-meta,\r\n#module-leoblog-category h3.section-title,\r\n#module-leoblog-list .blog-meta {\r\n display: none;\r\n}\r\n\r\n.blog-description {\r\n color: #000;\r\n}\r\n\r\n.blog-item .blog-shortinfo {\r\n color: #000;\r\n}\r\n\r\n#blogpage h1.blog-title {\r\n font-size: 34px;\r\n}\r\n\r\n#blogpage .extra-blogs {\r\n margin-top: 30px;\r\n}\r\n\r\n#blogpage .blog-detail .blog-meta {\r\n width: 100%;\r\n border-bottom: 2px solid #f7f7f7;\r\n padding-bottom: 25px;\r\n margin-bottom: 15px;\r\n}\r\n\r\n.btn-primary:active:hover,\r\n.btn-primary:active:focus,\r\n.btn-primary:active.focus,\r\n.btn-primary.active:hover,\r\n.btn-primary.active:focus,\r\n.btn-primary.active.focus,\r\n.open>.btn-primary.dropdown-toggle:hover,\r\n.open>.btn-primary.dropdown-toggle:focus,\r\n.open>.btn-primary.dropdown-toggle.focus {\r\n background-color: #24b28c;\r\n}\r\n\r\n#manufacturer #main h1 {\r\n margin-bottom: 30px;\r\n}\r\n\r\nhtml[lang='en'] .nav.megamenu.horizontal li.fat_menu:not(.last_element),\r\nhtml[lang='sk'] .nav.megamenu.horizontal li.fat_menu:not(.last_element) {\r\n display: none;\r\n}\r\n\r\n#cms #main .page-content li {\r\n list-style: initial;\r\n}\r\n\r\n#cms #main .page-content ul,\r\n#main .page-content ol {\r\n padding-left: 30px;\r\n}\r\n\r\n#cms #main .page-content ul,\r\n#main .page-content ul li {\r\n list-style: disc !important;\r\n}\r\n\r\n#cms #main .page-content ol,\r\n#main .page-content ol li {\r\n list-style: decimal !important;\r\n}\r\n\r\n#main .page-content ol li ul,\r\n#main .page-content ol li ul li {\r\n list-style: disc !important;\r\n}\r\n\r\n#description ul,\r\n#description li,\r\n#description ol {\r\n list-style: inherit;\r\n}\r\n\r\n#description ul {\r\n padding-left: 30px;\r\n}\r\n\r\n.products-sort-order .select-list:hover {\r\n color: #3e2780;\r\n}\r\n\r\n.delivery-options-list .h6 {\r\n margin-bottom: 0;\r\n}\r\n\r\nbody#checkout section.checkout-step .delivery-option label {\r\n margin-bottom: 0;\r\n}\r\n\r\nbody#checkout section.checkout-step .delivery-option {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#raty_baner {\r\n cursor: pointer;\r\n}\r\n\r\n#newsletter_container {\r\n display: none;\r\n width: 1200px;\r\n max-width: 100%;\r\n margin: 0 auto;\r\n}\r\n\r\n.cms-id-23 #newsletter_container {\r\n display: block;\r\n}\r\n\r\n.cms-id-23 .footer-top {\r\n background-color: transparent;\r\n}\r\n\r\n.block_newsletter form {\r\n margin: 0;\r\n width: 700px;\r\n border: none;\r\n height: auto;\r\n max-width: calc(100% - 30px);\r\n padding: 0;\r\n background: transparent;\r\n}\r\n\r\n.newsletter-box {\r\n .ApHtml {\r\n h4 {\r\n color: $cTxtWhite;\r\n font-family: 'Roboto', sans-serif;\r\n font-style: normal;\r\n font-weight: 700;\r\n font-size: 28px;\r\n line-height: 1.1;\r\n margin-bottom: 10px;\r\n }\r\n\r\n h5 {\r\n color: $cTxtWhite;\r\n margin-bottom: 15px;\r\n font-weight: 300;\r\n }\r\n }\r\n\r\n .block_newsletter {\r\n label {\r\n a {\r\n color: $cTxtWhite;\r\n font-weight: 400;\r\n font-size: 14px;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.newsletter_container {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n margin-bottom: 20px;\r\n}\r\n\r\n.newsletter_container .input-wrapper input {\r\n background: $cWhite;\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 34px;\r\n padding: 7px 21px;\r\n width: 100%;\r\n height: 48px;\r\n}\r\n\r\n.newsletter_container .input-wrapper {\r\n width: calc(100% - 150px);\r\n}\r\n\r\n.block_newsletter form button {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n font-weight: 700;\r\n font-size: 15px;\r\n line-height: 24px;\r\n width: 150px;\r\n // margin-left: 16px;\r\n background-color: $cLavender !important;\r\n color: #fff;\r\n right: 0;\r\n position: relative;\r\n letter-spacing: 0.125em;\r\n border-radius: 0;\r\n text-transform: uppercase;\r\n height: 48px;\r\n}\r\n\r\n.block_newsletter form button span {\r\n display: block;\r\n}\r\n\r\n.block_newsletter .col-12 {\r\n width: 100%;\r\n position: relative;\r\n padding: 0 15px;\r\n}\r\n\r\n.block_newsletter .col-12 input {\r\n width: 20px;\r\n height: 20px;\r\n float: unset;\r\n margin-right: 9px;\r\n opacity: 0;\r\n position: relative;\r\n z-index: 1;\r\n cursor: pointer;\r\n}\r\n\r\n.block_newsletter .col-12 label {\r\n margin: 0;\r\n}\r\n\r\n.block_newsletter .col-12 a {\r\n color: #696868;\r\n font-size: 13px;\r\n line-height: 19px;\r\n}\r\n\r\n.block_newsletter .col-12 label::before,\r\n.block_newsletter .col-12 label::after {\r\n position: absolute;\r\n content: '';\r\n left: 15px;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n width: 14px;\r\n height: 14px;\r\n border-radius: 0px;\r\n background: $cWhite;\r\n border: 2px solid $cWhite;\r\n}\r\n\r\n.block_newsletter .col-12 label::after {\r\n border: none;\r\n opacity: 0;\r\n width: 8px;\r\n height: 8px;\r\n background-color: $cLavender;\r\n left: 18px;\r\n top: 10px;\r\n border-radius: 0;\r\n transition: all 250ms ease;\r\n}\r\n\r\n.block_newsletter .col-12 input:checked+label::after {\r\n opacity: 1;\r\n}\r\n\r\n.block_newsletter .title_block {\r\n display: none !important;\r\n}\r\n\r\n.block_newsletter {\r\n color: #fff;\r\n\r\n a {\r\n color: #fff !important;\r\n text-decoration: underline;\r\n margin: 0 3px;\r\n }\r\n\r\n h3 {\r\n margin-bottom: 10px;\r\n }\r\n\r\n h5 {\r\n margin-bottom: 15px;\r\n color: #fff;\r\n font-weight: 300;\r\n font-size: 0.9rem;\r\n line-height: 1.5;\r\n }\r\n\r\n input {\r\n background: #fff;\r\n opacity: 1 !important;\r\n }\r\n}\r\n\r\n.PM_ASCriterionsGroup.PM_ASCriterionsGroupStock {\r\n display: none !important;\r\n}\r\n\r\n.pagination .page-list li:nth-child(4) span {\r\n width: 37px;\r\n height: 37px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\nbody#checkout section.checkout-step .carrier-delay {\r\n display: none;\r\n}\r\n\r\n#order-confirmation #order-details ul {\r\n padding-left: 15px;\r\n}\r\n\r\n#order-confirmation #order-details ul li:last-child {\r\n display: none;\r\n}\r\n\r\nbody#checkout .condition-label label a {\r\n font-weight: 700;\r\n}\r\n\r\n#checkout .modal-content ol,\r\n#checkout .modal-content ol li {\r\n list-style: decimal;\r\n}\r\n\r\n#checkout .modal-content ul,\r\n#checkout .modal-content ul li {\r\n list-style: square;\r\n}\r\n\r\n#checkout .modal-content ol,\r\n#checkout .modal-content ul {\r\n padding-left: 30px;\r\n}\r\n\r\n#checkout .modal-content ol+p {\r\n margin-top: 20px;\r\n}\r\n\r\n#checkout .modal-content .btn {\r\n margin-top: 20px;\r\n}\r\n\r\nbody#checkout .modal-content {\r\n background-color: #fff;\r\n}\r\n\r\nbody#checkout .modal-content p,\r\nbody#checkout .modal-content a,\r\nbody#checkout .modal-content li {\r\n color: #000000;\r\n}\r\n\r\n.page-cart #oblicz-rate {\r\n display: none;\r\n}\r\n\r\n.PM_ASCriterionsGroupPrices_drop .PM_ASLabelLink {\r\n text-transform: capitalize;\r\n}\r\n\r\n.content_row.content_header_row {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n text-align: center;\r\n padding: 10px 0 43px;\r\n}\r\n\r\n.content_row.content_header_row img {\r\n display: block;\r\n margin: 0 auto 20px;\r\n}\r\n\r\n.content_row.content_header_row h1 {\r\n columns: #2f2e2a;\r\n font-weight: 700;\r\n line-height: 28px;\r\n font-size: 32px;\r\n letter-spacing: 0.1px;\r\n margin: 0 0 18px;\r\n}\r\n\r\n.content_row.content_header_row p {\r\n color: #5b5957;\r\n font-size: 20px;\r\n line-height: 28px;\r\n letter-spacing: 0.1px;\r\n font-weight: 400;\r\n margin: 0;\r\n}\r\n\r\n#our_salon_wrapper {\r\n position: relative;\r\n padding: 120px 0 159px;\r\n}\r\n\r\n#our_salon_wrapper::before {\r\n position: absolute;\r\n content: '';\r\n width: 100vw;\r\n height: 100%;\r\n top: 0;\r\n left: 50%;\r\n transform: translateX(-50%);\r\n background-color: #f7f8fa;\r\n}\r\n\r\n.sinlge_row_salon {\r\n position: relative;\r\n z-index: 1;\r\n background-color: #fff;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n border-radius: 10px;\r\n margin-bottom: 120px;\r\n padding: 30px;\r\n box-shadow: 0px 4px 36px rgba(42, 88, 102, 0.25);\r\n}\r\n\r\n.sinlge_row_salon:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n.sinlge_row_salon .map_wrapper,\r\n.sinlge_row_salon .contett_wrapper {\r\n flex: 0 0 auto;\r\n width: 50%;\r\n}\r\n\r\n.sinlge_row_salon .map_wrapper {\r\n padding-right: 15px;\r\n}\r\n\r\n.sinlge_row_salon .map_wrapper iframe {\r\n width: 540px;\r\n height: 330px;\r\n border-radius: 10px;\r\n max-width: 100%;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper {\r\n padding-left: 15px;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: flex-start;\r\n justify-content: space-between;\r\n}\r\n\r\n#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable {\r\n color: #5b5957;\r\n font-size: 18px;\r\n line-height: 24px;\r\n margin: 0 0 10px;\r\n font-weight: 400;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper h3 {\r\n color: #2f2e2a;\r\n font-weight: 700;\r\n font-size: 30px;\r\n line-height: 24px;\r\n margin: 0 0 40px;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper .adres_wrapper {\r\n margin-bottom: 30px;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper .adress_row {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n margin: 0 0 19px;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper .adress_row:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper .ico_wparrer {\r\n flex: 0 0 auto;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n width: 40px;\r\n padding-right: 10px;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper .ico_wparrer img {\r\n display: block;\r\n margin: 0;\r\n flex: 0 0 auto;\r\n}\r\n\r\n#cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p {\r\n flex: 0 0 auto;\r\n color: #2f2e2a;\r\n margin: 0;\r\n font-size: 16px;\r\n font-weight: 500;\r\n line-height: 24px;\r\n}\r\n\r\n.sinlge_row_salon .bottom_wrapper {\r\n width: 100%;\r\n display: flex;\r\n align-items: flex-end;\r\n justify-content: space-between;\r\n}\r\n\r\n#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p {\r\n margin: 0 0 4px;\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-weight: 500;\r\n}\r\n\r\n#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p.label {\r\n color: #b8b3ae;\r\n text-align: left;\r\n font-weight: 400;\r\n}\r\n\r\n.sinlge_row_salon .see_salon_button {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: #fff;\r\n background-color: #fe6700;\r\n font-weight: 500;\r\n font-size: 16px;\r\n line-height: 28px;\r\n letter-spacing: 0.1px;\r\n box-shadow: 0px 4px 16px rgba(255, 160, 49, 0.25);\r\n border: 1px solid #fe6700;\r\n border-radius: 5px;\r\n width: 226px;\r\n height: 54px;\r\n transition: background-color 0.4s ease, color 0.4s ease;\r\n}\r\n\r\n.sinlge_row_salon .see_salon_button img {\r\n transition: filter 0.4s ease;\r\n filter: brightness(0) invert(1);\r\n margin-left: 18px;\r\n}\r\n\r\n.sinlge_row_salon .see_salon_button:hover img {\r\n filter: invert(0) brightness(1);\r\n}\r\n\r\n.sinlge_row_salon .see_salon_button:hover {\r\n background-color: #fff;\r\n color: #fe6700;\r\n}\r\n\r\n.cms-id-10 #main .page-header {\r\n display: none;\r\n}\r\n\r\n@media (max-width: 1199px) {\r\n #cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable {\r\n font-size: 15px;\r\n line-height: 20px;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper h3 {\r\n font-weight: 700;\r\n font-size: 27px;\r\n line-height: 20px;\r\n margin: 0 0 30px;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper .adress_row {\r\n margin: 0 0 12px;\r\n }\r\n\r\n .sinlge_row_salon .see_salon_button {\r\n font-size: 14px;\r\n width: 206px;\r\n height: 50px;\r\n }\r\n\r\n #cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p {\r\n font-size: 14px;\r\n line-height: 21px;\r\n }\r\n\r\n .product-description img {\r\n max-width: 100%;\r\n height: auto;\r\n }\r\n\r\n .product-quantity #quantity_wanted,\r\n .product-variants>.product-variants-item select {\r\n width: 272px;\r\n }\r\n\r\n .nav.megamenu.horizontal li {\r\n margin-right: 13px;\r\n }\r\n\r\n .nav.megamenu.horizontal {\r\n margin-bottom: 10px;\r\n }\r\n\r\n .my_box_container p {\r\n font-size: 11px;\r\n line-height: 15px;\r\n }\r\n\r\n .content.tab_links_container {\r\n grid-template-columns: repeat(6, 1fr);\r\n }\r\n\r\n #recomended_container .col-lg-3 {\r\n width: 33.3333%;\r\n }\r\n\r\n .latest-blogs .blog-image-container img {\r\n width: 100%;\r\n }\r\n\r\n #cta_row .col-xl-6.left_cta {\r\n justify-content: center;\r\n padding-right: 15px;\r\n }\r\n\r\n .footer_social_media_container img {\r\n margin-right: 14px;\r\n }\r\n\r\n .my_footer_row li a {\r\n line-height: 16px;\r\n margin-bottom: 13px;\r\n }\r\n\r\n .product-detail-name {\r\n line-height: 25px;\r\n margin-bottom: 21px;\r\n }\r\n\r\n .my_availability_box .single_box p,\r\n .my_manufacturer p,\r\n #leo_product_reviews_block_extra .rating_label {\r\n font-size: 13px;\r\n }\r\n\r\n .my_availability_box .single_box p strong {\r\n display: block;\r\n }\r\n\r\n .my_availability_box .single_box {\r\n margin-right: 45px;\r\n }\r\n\r\n #product .my_box_container.product_container .my_image_container,\r\n #product .my_content_container {\r\n margin-right: 0;\r\n -ms-flex: 0 0 100%;\r\n flex: 0 0 100%;\r\n max-width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n }\r\n\r\n #product .my_box_small {\r\n flex-wrap: wrap;\r\n }\r\n\r\n #product .my_box_container.product_container p {\r\n width: 100%;\r\n text-align: center;\r\n margin-top: 5px;\r\n }\r\n\r\n .phone_single p {\r\n font-size: 13px;\r\n line-height: 15px;\r\n }\r\n\r\n .PM_ASForm li div {\r\n display: flex;\r\n }\r\n\r\n .PM_ASForm label {\r\n margin-bottom: 0;\r\n display: initial;\r\n text-align: left;\r\n }\r\n\r\n .PM_ASBlockOutputVertical a {\r\n color: #696868;\r\n display: block;\r\n width: 100%;\r\n line-height: 15px;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .PM_ASForm label::after {\r\n top: 0;\r\n }\r\n\r\n .PM_ASForm label::before {\r\n top: 2px;\r\n }\r\n\r\n .PM_ASBlockOutputVertical .PM_ASResetSearch {\r\n margin-bottom: 30px;\r\n }\r\n\r\n .thumbnail-container .product-title a {\r\n font-size: 12px;\r\n line-height: 15px;\r\n margin-bottom: 15px;\r\n height: 60px;\r\n }\r\n\r\n #category .button_container a,\r\n #module-pm_advancedsearch4-searchresults .button_container a {\r\n font-size: 10px;\r\n }\r\n\r\n .ApColumn .block.day_hit::after {\r\n font-size: 17px;\r\n line-height: 14px;\r\n }\r\n\r\n .block.day_hit .ajax_block_product {\r\n margin-bottom: 0;\r\n }\r\n\r\n .adres_container p {\r\n font-size: 10px;\r\n line-height: 20px;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .sinlge_row_salon {\r\n flex-direction: column;\r\n }\r\n\r\n .sinlge_row_salon .map_wrapper,\r\n .sinlge_row_salon .contett_wrapper {\r\n width: 100%;\r\n padding: 0;\r\n }\r\n\r\n .sinlge_row_salon .map_wrapper iframe {\r\n width: 100%;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper {\r\n padding-top: 30px;\r\n }\r\n\r\n .nav.megamenu.horizontal li:last-child {\r\n align-items: center;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n }\r\n\r\n .nav.megamenu.horizontal .dropdown-menu-inner li:last-child {\r\n justify-content: flex-start;\r\n }\r\n\r\n .nav.megamenu.horizontal li.last_element a {\r\n margin-bottom: 12px;\r\n margin-top: 12px;\r\n }\r\n\r\n .product-variants>.product-variants-item,\r\n .product-add-to-cart .product-quantity .qty {\r\n justify-content: flex-start;\r\n }\r\n\r\n .adres_container p {\r\n font-size: 12px;\r\n }\r\n\r\n .user_info_dr_materac a {\r\n margin-left: auto;\r\n margin-bottom: 5px;\r\n }\r\n\r\n .user_container {\r\n align-items: flex-start;\r\n }\r\n\r\n .col-cart #cart-block {\r\n position: relative !important;\r\n bottom: unset !important;\r\n right: 0 !important;\r\n margin: 0;\r\n }\r\n\r\n .nav.megamenu.horizontal {\r\n flex-direction: column;\r\n }\r\n\r\n .nav.megamenu.horizontal li {\r\n margin-right: 0;\r\n width: 100%;\r\n }\r\n\r\n .my_box_container {\r\n grid-template-columns: repeat(2, 1fr);\r\n grid-gap: 30px 0;\r\n }\r\n\r\n .my_box_container p {\r\n font-size: 16px;\r\n line-height: 19px;\r\n }\r\n\r\n #findTab .nav-item {\r\n width: 100%;\r\n text-align: center;\r\n }\r\n\r\n #findTab {\r\n border: 1px solid #ccc;\r\n margin-bottom: 40px;\r\n padding-bottom: 0;\r\n border-radius: 5px;\r\n }\r\n\r\n #findTab li:first-child,\r\n #findTab li:first-child a {\r\n border-radius: 5px 5px 0 0 !important;\r\n }\r\n\r\n #findTab li:last-child,\r\n #findTab li:last-child a {\r\n border-radius: 0px 0px 5px 5px !important;\r\n }\r\n\r\n #recomended_container .col-lg-3 {\r\n width: 50%;\r\n }\r\n\r\n .thumbnail-container .product-title a {\r\n font-size: 15px;\r\n line-height: 20px;\r\n }\r\n\r\n .salony_row .title {\r\n font-size: 15px;\r\n padding: 20px 15px;\r\n }\r\n\r\n #cta_row .col-xl-6:not(.left_cta) {\r\n display: none;\r\n }\r\n\r\n #cta_row .col-xl-6 {\r\n -ms-flex: 0 0 100%;\r\n flex: 0 0 100%;\r\n max-width: 100%;\r\n }\r\n\r\n #cta_row .col-xl-6.left_cta {\r\n padding: 30px 15px;\r\n }\r\n\r\n .my_footer_row {\r\n grid-template-columns: repeat(2, 1fr);\r\n grid-gap: 30px 0;\r\n }\r\n\r\n .bottom_row {\r\n margin-top: 50px;\r\n }\r\n\r\n .bottom_row img {\r\n max-width: 90%;\r\n margin: 0 auto;\r\n }\r\n\r\n .block-category #category-description p:first-child {\r\n font-size: 12px;\r\n line-height: 19px;\r\n }\r\n\r\n #category .ApColumn .block.day_hit .ajax_block_product {\r\n width: 100%;\r\n max-width: unset;\r\n }\r\n\r\n .pagination {\r\n margin-top: 40px;\r\n margin-bottom: 40px;\r\n }\r\n\r\n .product-detail>.row>div.col-form_id-form_9367402777406408,\r\n .product-detail>.row>div.col-form_id-form_15874367062488778 {\r\n width: 100%;\r\n margin-bottom: 20px;\r\n }\r\n\r\n .product-detail-name {\r\n line-height: 30px;\r\n margin-bottom: 16px;\r\n }\r\n\r\n #product .my_box_small {\r\n flex-wrap: unset;\r\n }\r\n\r\n #product .my_box_container.product_container .my_image_container,\r\n #product .my_content_container {\r\n margin-right: 0;\r\n -ms-flex: unset;\r\n flex: unset;\r\n max-width: unset;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n }\r\n\r\n #product .my_box_container.product_container p {\r\n font-size: 10px;\r\n line-height: 12px;\r\n text-align: left;\r\n margin-left: 15px;\r\n }\r\n\r\n .my_availability_box .single_box p strong {\r\n display: initial;\r\n }\r\n\r\n .raty_boxes_container>div img {\r\n width: 100%;\r\n }\r\n\r\n .phone_single p {\r\n font-size: 14px;\r\n line-height: 18px;\r\n }\r\n\r\n .cart-preview .header span.hidden-sm-down {\r\n display: inline-block !important;\r\n }\r\n\r\n .flex-col48 {\r\n -ms-flex: 0 0 100%;\r\n flex: 0 0 100%;\r\n max-width: 100%;\r\n }\r\n\r\n .hardness img {\r\n max-width: 100%;\r\n height: auto;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .my_salon_container h2 {\r\n margin-top: 20px;\r\n }\r\n\r\n .my_box_container p {\r\n font-size: 13px;\r\n line-height: 19px;\r\n }\r\n\r\n .my_image_container {\r\n margin-right: 15px;\r\n }\r\n\r\n .content.tab_links_container {\r\n grid-template-columns: repeat(4, 1fr);\r\n }\r\n\r\n .left_header {\r\n justify-content: center;\r\n }\r\n\r\n .user_container {\r\n align-items: center;\r\n justify-content: center;\r\n margin: 0;\r\n }\r\n\r\n .user_info_dr_materac a {\r\n margin: 0px 0 0 15px;\r\n }\r\n\r\n .col-search {\r\n display: none;\r\n }\r\n\r\n .owl-theme .owl-controls .owl-pagination {\r\n margin: 36px 0 0 !important;\r\n }\r\n\r\n .my_footer_col.informacje,\r\n .my_footer_col.bezpieczne_platnosci {\r\n margin-right: 30px;\r\n }\r\n\r\n .my_footer_col.moje_konto {\r\n margin-right: 30px;\r\n }\r\n\r\n .hidden-md-up.text-xs-right.up {\r\n display: none;\r\n }\r\n\r\n .products-sort-order .dropdown-menu {\r\n margin: 7px 0 0 0;\r\n }\r\n\r\n .block.day_hit .ajax_block_product {\r\n margin-bottom: 0;\r\n width: 100%;\r\n }\r\n\r\n .block.day_hit .thumbnail-container {\r\n display: flex;\r\n align-items: center;\r\n }\r\n\r\n .block.day_hit .thumbnail-container h3 {\r\n max-width: 300px;\r\n text-align: left;\r\n }\r\n\r\n .block.day_hit .thumbnail-container h3 a {\r\n text-align: left;\r\n }\r\n\r\n .thumbnail-container .product-meta {\r\n width: 100%;\r\n padding: 21px;\r\n }\r\n\r\n #category .thumbnail-container .product-meta a,\r\n #module-pm_advancedsearch4-searchresults .thumbnail-container .product-meta a {\r\n font-size: 14px;\r\n line-height: 26px;\r\n }\r\n\r\n #search_filter_toggler {\r\n display: none;\r\n }\r\n\r\n #left-column #PM_ASBlock_1 .card-header {\r\n display: block;\r\n background-color: #3e2780;\r\n color: #fff;\r\n margin-bottom: 15px;\r\n font-size: 14px;\r\n line-height: 15px;\r\n font-weight: 600;\r\n }\r\n\r\n .PM_ASBlockOutput {\r\n padding-left: 0px;\r\n }\r\n\r\n .PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after,\r\n .PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after {\r\n top: 13px;\r\n right: 10px;\r\n }\r\n\r\n .sort_border .col-md-3,\r\n .sort_border .col-md-9 {\r\n width: 100% !important;\r\n }\r\n\r\n .sort_border .col-sm-4 {\r\n display: none;\r\n }\r\n\r\n .products-sort-order .dropdown-menu {\r\n left: -10px;\r\n }\r\n\r\n #logo_row_header {\r\n flex-wrap: wrap;\r\n }\r\n\r\n .col-logo {\r\n width: 45%;\r\n order: 0;\r\n }\r\n\r\n .col-cart {\r\n width: 54%;\r\n order: 1;\r\n }\r\n\r\n .col-search {\r\n width: 100%;\r\n order: 2;\r\n display: block;\r\n }\r\n\r\n #leosearchtopbox {\r\n width: 100%;\r\n }\r\n\r\n .header-menu .col-menu {\r\n position: absolute !important;\r\n top: -37px;\r\n right: 0;\r\n }\r\n\r\n #leo_search_block_top .block_content .leoproductsearch-result input[type='text'] {\r\n text-align: left;\r\n height: 50px;\r\n }\r\n\r\n #leo_search_block_top .block_content .leoproductsearch-result::after {\r\n top: 18px;\r\n }\r\n\r\n body .header-menu {\r\n margin-bottom: 0 !important;\r\n }\r\n\r\n .newsletter h2 {\r\n font-size: 18px;\r\n line-height: 28px;\r\n }\r\n}\r\n\r\n@media (max-width: 650px) {\r\n .box-cover .flex-col48 {\r\n width: 100%;\r\n flex-wrap: wrap;\r\n }\r\n\r\n .box-cover .flex-col48 p span {\r\n padding-left: 0;\r\n }\r\n\r\n #description p {\r\n width: 100%;\r\n }\r\n}\r\n\r\n@media (max-width: 575px) {\r\n .bottomnav p:first-child {\r\n text-align: left;\r\n max-width: 150px;\r\n }\r\n\r\n .left_header {\r\n justify-content: space-between;\r\n }\r\n\r\n .my_image_container {\r\n margin-right: 10px;\r\n }\r\n\r\n .my_box_container p {\r\n font-size: 12px;\r\n line-height: 17px;\r\n }\r\n\r\n .my_footer_row h4 {\r\n font-size: 13px;\r\n line-height: 15px;\r\n }\r\n\r\n .thumbnail-container .product-meta {\r\n padding: 21px 5px;\r\n }\r\n\r\n .my_availability_box .single_box p strong {\r\n display: block;\r\n }\r\n\r\n #product .my_box_small {\r\n flex-wrap: wrap;\r\n }\r\n\r\n #product .my_box_container.product_container .my_image_container,\r\n #product .my_content_container {\r\n margin-right: 0;\r\n -ms-flex: 0 0 100%;\r\n flex: 0 0 100%;\r\n max-width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n }\r\n\r\n #product .my_box_container.product_container p {\r\n width: 100%;\r\n text-align: center;\r\n margin: 5px;\r\n }\r\n\r\n .flex-col100 {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n flex-wrap: wrap;\r\n }\r\n\r\n .flex-col100 img {\r\n margin-bottom: 15px;\r\n }\r\n\r\n .desc-item {\r\n flex-wrap: wrap;\r\n justify-content: center;\r\n text-align: center;\r\n }\r\n\r\n .desc-item p {\r\n margin-bottom: 20px;\r\n margin-top: 5px;\r\n }\r\n\r\n .newsletter h2 br {\r\n display: none;\r\n }\r\n\r\n .newsletter h2 span {\r\n margin-left: 5px;\r\n }\r\n\r\n .block_newsletter form button span {\r\n display: block;\r\n font-size: 12px;\r\n }\r\n\r\n .sinlge_row_salon .bottom_wrapper {\r\n width: 100%;\r\n justify-content: unset;\r\n flex-direction: column;\r\n align-items: flex-start;\r\n }\r\n\r\n .sinlge_row_salon .see_salon_button {\r\n margin-top: 30px;\r\n }\r\n\r\n .sinlge_row_salon {\r\n padding: 20px 15px;\r\n margin-bottom: 70px;\r\n }\r\n\r\n #main .page-content.page-cms-10 {\r\n padding: 0;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper h3 {\r\n text-align: left;\r\n }\r\n\r\n #cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable {\r\n font-size: 12px;\r\n line-height: 17px;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper h3 {\r\n font-size: 22px;\r\n text-align: left;\r\n line-height: 16px;\r\n margin: 0 0 30px;\r\n }\r\n\r\n #cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p {\r\n font-size: 14px;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper .adress_row {\r\n margin: 0 0 8px;\r\n }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n .my_box_container.product_container {\r\n grid-template-columns: repeat(1, 1fr);\r\n }\r\n\r\n .my_salons {\r\n margin: 0 -30px;\r\n }\r\n\r\n .full_w_walk h2 {\r\n margin-left: 0;\r\n }\r\n\r\n #cms #content-wrapper .my_salon_container p {\r\n font-size: 16px;\r\n }\r\n\r\n .full_w_walk .bottom_link img {\r\n max-width: 100%;\r\n }\r\n\r\n .my_salon_container h2 {\r\n font-size: 19px;\r\n line-height: 1.3;\r\n }\r\n\r\n .bottomnav p:first-child {\r\n display: none;\r\n }\r\n\r\n .left_header p img {\r\n margin: 0 10px 0px 0;\r\n }\r\n\r\n .header-logo {\r\n margin-bottom: 0px !important;\r\n }\r\n\r\n .my_box_container {\r\n grid-template-columns: repeat(1, 1fr);\r\n grid-gap: 20px 0;\r\n }\r\n\r\n .my_image_container {\r\n min-width: 67px;\r\n }\r\n\r\n .my_content_container {\r\n min-width: 150px;\r\n }\r\n\r\n .my_box_small {\r\n justify-content: center;\r\n }\r\n\r\n .content.tab_links_container {\r\n grid-template-columns: repeat(3, 1fr);\r\n }\r\n\r\n .thumbnail-container .product-price-and-shipping .price {\r\n font-size: 15px;\r\n line-height: 25px;\r\n }\r\n\r\n .thumbnail-container .product-price-and-shipping .regular-price {\r\n font-size: 12px;\r\n line-height: 25px;\r\n }\r\n\r\n .product-flags .product-flag {\r\n font-size: 11px;\r\n }\r\n\r\n #promo .thumbnail-container .product-title a {\r\n font-size: 14px;\r\n line-height: 20px;\r\n }\r\n\r\n #promo .thumbnail-container .product-price-and-shipping .price {\r\n font-size: 19px;\r\n line-height: 25px;\r\n }\r\n\r\n #promo .thumbnail-container .product-price-and-shipping .regular-price {\r\n font-size: 14px;\r\n line-height: 25px;\r\n }\r\n\r\n #promo .thumbnail-container .product-meta {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n\r\n #promo .button_container a {\r\n font-size: 14px;\r\n height: 40px;\r\n }\r\n\r\n .footer_seo h3,\r\n .my_footer_row h3 {\r\n font-size: 16px;\r\n line-height: 20px;\r\n }\r\n\r\n .footer_seo p {\r\n font-size: 10px;\r\n line-height: 15px;\r\n }\r\n\r\n .my_footer_row.top_row {\r\n display: grid;\r\n grid-gap: 30px 15px;\r\n }\r\n\r\n .single_element {\r\n margin-top: 25px;\r\n margin-bottom: 20px;\r\n text-align: center;\r\n }\r\n\r\n #cta_row p {\r\n font-size: 26px;\r\n }\r\n\r\n #cta_row h3 {\r\n font-size: 28px;\r\n line-height: 32px;\r\n }\r\n\r\n #producent .content.tab_links_container .label_container {\r\n display: none;\r\n }\r\n\r\n #producent .content.tab_links_container {\r\n grid-template-columns: repeat(2, 1fr);\r\n }\r\n\r\n .product-detail-name {\r\n line-height: 24px;\r\n font-size: 18px;\r\n }\r\n\r\n .my_availability_box {\r\n display: grid;\r\n grid-template-columns: repeat(3, 1fr);\r\n }\r\n\r\n .my_availability_box .single_box {\r\n margin-right: 0;\r\n }\r\n\r\n #description h2 {\r\n font-size: 17px;\r\n line-height: 24px;\r\n }\r\n\r\n .cart_label {\r\n display: none;\r\n }\r\n\r\n .product-quantity #quantity_wanted,\r\n .product-variants>.product-variants-item select {\r\n max-width: 190px;\r\n }\r\n}\r\n\r\n@media (max-width: 320px) {\r\n .block_newsletter .col-12 a {\r\n font-size: 11px;\r\n }\r\n}\r\n\r\n.selectize-control {\r\n position: relative;\r\n\r\n &::after {\r\n content: '<';\r\n position: absolute;\r\n top: 6px;\r\n right: 7px;\r\n transform: rotate(-90deg);\r\n z-index: 10;\r\n font-weight: 900;\r\n font-size: 17px;\r\n background: #3e2780;\r\n height: 25px;\r\n width: 25px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: #fff;\r\n border-radius: 3px;\r\n z-index: 0;\r\n cursor: pointer;\r\n }\r\n\r\n .selectize-input {\r\n border: 1px solid #d8d8d8 !important;\r\n background: transparent !important;\r\n cursor: pointer !important;\r\n }\r\n}\r\n\r\n.subpage-ekomi {\r\n max-width: 1200px;\r\n margin: auto;\r\n float: none;\r\n padding: 50px 0;\r\n}\r\n\r\n.search-title {\r\n margin-bottom: 25px;\r\n font-weight: 600;\r\n font-size: 18px;\r\n color: #1a1a1a;\r\n padding-bottom: 5px;\r\n border-bottom: 2px solid $cLavender;\r\n}\r\n\r\n//* ~~~~ New styles ~~~~ *//\r\n//* Nav menu\r\n#header {\r\n .header-nav {\r\n .bottomnav {\r\n background-color: $cDarkViolet;\r\n\r\n @media (max-width: 767px) {\r\n padding-top: 0;\r\n padding-bottom: 0;\r\n }\r\n }\r\n }\r\n}\r\n\r\n//* Home slider\r\n.home-slider {\r\n .slide_config {\r\n // min-height: 398px;\r\n }\r\n}\r\n\r\n//* Usługi\r\n.services-row {\r\n margin: 50px 0;\r\n\r\n img {\r\n margin-bottom: 20px;\r\n }\r\n\r\n p {\r\n color: $cTxtViolet;\r\n font-size: 16px;\r\n font-weight: 500;\r\n text-align: center;\r\n }\r\n}\r\n\r\n//* Footer\r\n#footer {\r\n font-family: 'Roboto', sans-serif;\r\n background: $cDarkViolet;\r\n\r\n .footer_center__wrapper {\r\n padding: 0 70px;\r\n }\r\n\r\n .footer-center {\r\n margin-bottom: 50px;\r\n\r\n .footer_center__wrapper {\r\n .ApColumn {\r\n .title_block {\r\n color: $cTxtWhite !important;\r\n font-style: normal !important;\r\n font-weight: 400 !important;\r\n font-size: 16px !important;\r\n margin-bottom: 30px !important;\r\n line-height: 1.1 !important;\r\n width: 100% !important;\r\n text-align: start !important;\r\n }\r\n\r\n ul {\r\n li {\r\n a {\r\n color: $cTxtWhite;\r\n font-weight: 400;\r\n font-size: 14px;\r\n line-height: 1.1;\r\n padding-top: 5px;\r\n padding-bottom: 5px;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n\r\n .footer-bottom {\r\n .footer_center__wrapper {\r\n >.inner {\r\n padding: 20px 0;\r\n border-top: 1px solid rgba($cWhite, 0.3);\r\n }\r\n\r\n .footer-bottom-meta {\r\n .block_content {\r\n p {\r\n color: $cTxtWhite;\r\n font-style: normal;\r\n font-weight: 400;\r\n font-size: 12px;\r\n line-height: 1.1;\r\n text-align: end;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n//* Slick slider\r\n.slick-prev {\r\n &:before {\r\n display: none;\r\n }\r\n}\r\n\r\n.slick-next {\r\n &:before {\r\n display: none;\r\n }\r\n}\r\n\r\n//* Carousel\r\n.owl-theme {\r\n .owl-wrapper-outer {\r\n .owl-wrapper {\r\n .owl-item {\r\n padding: 15px;\r\n transition: all 250ms ease-in-out;\r\n }\r\n }\r\n }\r\n\r\n .owl-controls {\r\n margin-top: 15px;\r\n height: 50px;\r\n\r\n .owl-buttons {\r\n top: auto;\r\n right: auto;\r\n left: 50%;\r\n transform: translateX(-50%);\r\n width: auto;\r\n display: flex;\r\n gap: 20px;\r\n\r\n div {\r\n height: 30px;\r\n width: 30px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n color: $cDarkViolet;\r\n font-size: 30px;\r\n line-height: 1;\r\n border-radius: 50%;\r\n background: transparent;\r\n\r\n &:before {\r\n display: none;\r\n }\r\n\r\n &:hover {\r\n background: $cLavender;\r\n color: #fff;\r\n\r\n &:before {\r\n color: #fff !important;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n//* Najlepsze produkty - box\r\n.best-products-box {\r\n position: relative;\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n flex-wrap: wrap;\r\n\r\n .best-products-text {\r\n .block_content {\r\n margin-bottom: 30px;\r\n line-height: 1.5;\r\n }\r\n\r\n h2 {\r\n font-family: 'Roboto', sans-serif;\r\n color: $cDarkViolet;\r\n font-weight: 600;\r\n font-size: 24px;\r\n margin-bottom: 30px;\r\n text-transform: uppercase;\r\n line-height: 1.5;\r\n position: relative;\r\n\r\n &:before {\r\n top: auto !important;\r\n bottom: 0 !important;\r\n height: 2px !important;\r\n background: #a340ff !important;\r\n width: 90% !important;\r\n left: 0;\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n max-width: 200px;\r\n }\r\n }\r\n\r\n p {\r\n font-family: 'Roboto', sans-serif;\r\n color: $cTxtBlack;\r\n font-weight: 300;\r\n font-size: 16px;\r\n\r\n &:last-child {\r\n margin-bottom: 0;\r\n }\r\n }\r\n }\r\n\r\n picture {\r\n display: block;\r\n position: relative;\r\n\r\n &::before {\r\n content: '';\r\n position: absolute;\r\n inset: 0;\r\n background: #ebf1ff;\r\n z-index: -1;\r\n width: 50vw;\r\n }\r\n }\r\n}\r\n\r\n.ApSlideShow {\r\n picture {\r\n display: block !important;\r\n }\r\n}\r\n\r\n#index {\r\n #wrapper {\r\n padding-top: 0;\r\n\r\n .ApColumn {\r\n .block {\r\n padding-top: 75px;\r\n\r\n @media (max-width: 767px) {\r\n padding-top: 25px;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n#cookieNotice {\r\n background: $cTxtDarkViolet !important;\r\n color: #fff;\r\n padding: 5px;\r\n font-size: 12px;\r\n box-shadow: none !important;\r\n\r\n p {\r\n font-size: 12px !important;\r\n\r\n @media (max-width: 767px) {\r\n font-size: 10px !important;\r\n line-height: 1.25;\r\n }\r\n }\r\n}\r\n\r\n.latest-blogs {\r\n .created {\r\n margin-bottom: 15px !important;\r\n }\r\n\r\n .blog-image-container {\r\n border-radius: 5px;\r\n }\r\n\r\n .blog-title {\r\n text-transform: none !important;\r\n }\r\n\r\n .see_more_blog {\r\n img {\r\n display: none !important;\r\n }\r\n }\r\n}\r\n\r\n#left-column,\r\n#right-column {\r\n .block {\r\n box-shadow: none !important;\r\n padding: 20px !important;\r\n }\r\n}\r\n\r\nbody {\r\n overflow-x: hidden;\r\n\r\n &#product,\r\n &#module-leoblog-blog {\r\n #wrapper {\r\n background: #f8f9fa;\r\n padding-top: 50px;\r\n padding-bottom: 50px;\r\n\r\n #blogpage {\r\n article {\r\n background: #fff;\r\n padding: 50px;\r\n }\r\n\r\n .extra-blogs {\r\n border: 1px solid #eee;\r\n padding: 25px;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.leoproductsearch-content {\r\n margin-right: 10px;\r\n}\r\n\r\n#promo-code {\r\n form {\r\n display: flex;\r\n\r\n input {\r\n border-radius: 4px 0 0 4px;\r\n }\r\n\r\n .btn {\r\n margin: 0;\r\n border-radius: 0 4px 4px 0;\r\n }\r\n }\r\n}\r\n\r\n.cart-line-product-actions {\r\n .remove-from-cart {\r\n background: $cDarkViolet;\r\n display: flex !important;\r\n height: 30px;\r\n width: 30px;\r\n align-items: center;\r\n justify-content: center;\r\n border-radius: 4px;\r\n\r\n &:hover {\r\n background: $cTxtLavender;\r\n }\r\n\r\n i {\r\n color: #fff;\r\n }\r\n }\r\n}\r\n\r\n.product-description {\r\n table {\r\n width: auto !important;\r\n\r\n tr {\r\n td {\r\n width: calc(100% / 9);\r\n }\r\n }\r\n\r\n picture {\r\n img {\r\n height: auto !important;\r\n max-width: 100px !important;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.bestsellers_row {\r\n .ApProductCarousel {\r\n padding-top: 0 !important;\r\n }\r\n}\r\n\r\n#carousel-3330681750 {\r\n .row {\r\n >div {\r\n width: 33% !important;\r\n }\r\n }\r\n}\r\n\r\n#footer {\r\n .inner {\r\n .row {\r\n &.footer-first-for {\r\n .ApColumn {\r\n @media (min-width: 676px) {\r\n width: 25% !important;\r\n }\r\n }\r\n }\r\n\r\n .ApColumn {\r\n @media (max-width: 675px) {\r\n width: 100% !important;\r\n text-align: center;\r\n\r\n h4 {\r\n text-align: center !important;\r\n\r\n &.title_block {\r\n text-align: center !important;\r\n }\r\n }\r\n }\r\n }\r\n\r\n .ApColumn:first-child {\r\n @media (max-width: 675px) {\r\n margin-bottom: 25px !important;\r\n }\r\n }\r\n\r\n .ApColumn:last-child {\r\n @media (max-width: 1199px) {\r\n width: 100%;\r\n padding-top: 50px;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.cart-preview {\r\n @media (max-width: 767px) {\r\n position: relative;\r\n top: 10px;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n #product #content-wrapper {\r\n padding: 0 !important;\r\n }\r\n\r\n .product-detail>.row>div[class^='col-'] {\r\n padding: 0 !important;\r\n }\r\n\r\n .more-info-product {\r\n padding: 10px;\r\n }\r\n\r\n .footer_center__wrapper {\r\n padding: 10px !important;\r\n }\r\n\r\n .block_newsletter form {\r\n width: 100%;\r\n max-width: 100%;\r\n }\r\n\r\n .block_newsletter {\r\n text-align: center;\r\n\r\n .col-xs-12 {\r\n float: none !important;\r\n }\r\n }\r\n\r\n .block_content {\r\n h4 {\r\n text-align: center;\r\n float: none;\r\n font-size: 20px !important;\r\n }\r\n }\r\n\r\n .newsletter_container {\r\n flex-wrap: wrap;\r\n\r\n .input-wrapper {\r\n width: 100%;\r\n }\r\n\r\n button {\r\n width: 100% !important;\r\n }\r\n }\r\n}\r\n\r\n.page-cms-23 {\r\n form {\r\n margin-top: 50px;\r\n }\r\n\r\n input[name='email'] {\r\n background: #d8d8d8;\r\n color: #696868;\r\n opacity: 0.8;\r\n font-size: 14px;\r\n line-height: 34px;\r\n padding: 7px 21px;\r\n width: 100%;\r\n border-radius: 5px;\r\n border: 0;\r\n }\r\n\r\n button {\r\n background: $cLavender;\r\n color: #fff;\r\n padding: 14px 25px;\r\n border: 0;\r\n }\r\n}\r\n\r\nfooter {\r\n .block_newsletter {\r\n display: none;\r\n }\r\n}\r\n\r\n.widget-stars {\r\n display: flex;\r\n gap: 20px;\r\n margin-bottom: 25px;\r\n color: #000;\r\n cursor: pointer;\r\n\r\n span {\r\n font-weight: 600;\r\n }\r\n}\r\n\r\n#product {\r\n .featured-products {\r\n .products {\r\n display: grid;\r\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n background: white;\r\n\r\n .product-miniature {\r\n .product-image {\r\n .functional-buttons {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n flex-wrap: wrap;\r\n\r\n .button-container {\r\n width: 100%;\r\n }\r\n }\r\n }\r\n\r\n .product-meta {\r\n .product-title {\r\n a {\r\n height: auto;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.block-promo {\r\n .promo-discounts {\r\n .cart-summary-line {\r\n .label {\r\n color: #010c4a;\r\n\r\n .code {\r\n color: #f5a76a;\r\n cursor: grab;\r\n text-decoration: none;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.hero-slider {\r\n overflow: hidden;\r\n}\r\n\r\n#smartsupp-widget-container {\r\n >div {\r\n z-index: 9999 !important;\r\n }\r\n}\r\n\r\n.raty_boxes_container {\r\n img {\r\n width: 100%;\r\n max-width: 178px;\r\n height: 35px;\r\n }\r\n}\r\n\r\n#oblicz-rate {\r\n a {\r\n cursor: pointer;\r\n }\r\n}\r\n\r\n#manufacturer {\r\n #main {\r\n #manufacturer-description {\r\n ul {\r\n margin-bottom: 25px;\r\n list-style-type: square;\r\n margin-left: 20px;\r\n\r\n li {\r\n list-style-type: square;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\nbody {\r\n #content-wrapper {\r\n #content {\r\n #single-city-page {\r\n .featured-products {\r\n .products {\r\n display: grid;\r\n grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));\r\n\r\n article.product-miniature {\r\n .functional-buttons {\r\n display: none;\r\n }\r\n\r\n .leo-list-product-reviews {\r\n display: none;\r\n }\r\n }\r\n }\r\n }\r\n\r\n h2 {\r\n font-size: 26px;\r\n font-weight: 600;\r\n margin-bottom: 25px;\r\n }\r\n\r\n p {\r\n font-size: 13px;\r\n line-height: 24px;\r\n font-weight: 300;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\nbody {\r\n #main {\r\n ul#cities-links {\r\n margin: 0 !important;\r\n padding: 0 15px !important;\r\n list-style: none !important;\r\n display: grid;\r\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n gap: 10px;\r\n\r\n li {\r\n list-style: none !important;\r\n text-align: center;\r\n background: #3e2780;\r\n\r\n a {\r\n display: block;\r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 26px;\r\n font-weight: 600;\r\n padding: 10px;\r\n transition: all 0.3s ease-in-out;\r\n\r\n &:hover {\r\n background: #a340ff;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n#footer {\r\n .footer-city-list {\r\n >ul {\r\n display: flex;\r\n flex-direction: row;\r\n column-gap: 50px;\r\n row-gap: 20px;\r\n flex-wrap: wrap;\r\n\r\n li {\r\n a {\r\n &:hover {\r\n padding-left: 0;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n#category {\r\n .product_list.grid {\r\n >.row {\r\n @media (max-width: 765px) {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n }\r\n\r\n @media (max-width: 320px) {\r\n grid-template-columns: 1fr;\r\n }\r\n }\r\n }\r\n}\r\n\r\n#logo_row_header {\r\n .ApColumn:nth-child(3) {\r\n @media (max-width: 765px) {\r\n display: flex;\r\n }\r\n }\r\n}\r\n\r\n.buy_by_phone {\r\n margin-top: 10px;\r\n}\r\n\r\n#buy-by-phone-popup {\r\n position: fixed;\r\n inset: 0;\r\n z-index: 999999;\r\n opacity: 0;\r\n visibility: hidden;\r\n\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n transition: opacity 250ms ease, visibility 250ms ease;\r\n overflow: auto;\r\n\r\n &.active {\r\n opacity: 1;\r\n visibility: visible;\r\n }\r\n\r\n &::before {\r\n content: '';\r\n position: fixed;\r\n width: 100%;\r\n height: 100%;\r\n background: rgba(0, 0, 0, 0.2);\r\n backdrop-filter: blur(2px);\r\n }\r\n\r\n .buy-by-phone-popup--wrapper {\r\n position: relative;\r\n width: 100%;\r\n max-width: 700px;\r\n padding: 30px;\r\n background: #fff;\r\n border: 1px solid #e5e5e5;\r\n border-radius: 5px;\r\n z-index: 1;\r\n\r\n .popup-header {\r\n position: relative;\r\n\r\n &--close {\r\n position: absolute;\r\n top: -23px;\r\n right: -20px;\r\n\r\n .close-popup {\r\n font-size: 16px;\r\n }\r\n }\r\n }\r\n\r\n .popup-body {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n max-height: calc(100vh - 130px);\r\n overflow-y: auto;\r\n padding: 10px 10px 10px 0;\r\n\r\n .popup-body--left {\r\n display: flex;\r\n align-items: center;\r\n\r\n .popup-img {\r\n .product-cover {\r\n width: 100%;\r\n max-width: fit-content;\r\n margin-left: auto;\r\n margin-right: auto;\r\n }\r\n }\r\n }\r\n\r\n .popup-body--right {\r\n display: flex;\r\n justify-content: center;\r\n flex-direction: column;\r\n\r\n p {\r\n color: #000;\r\n font-size: 14px;\r\n font-weight: 600;\r\n }\r\n\r\n .form-group {\r\n margin-bottom: 5px;\r\n\r\n .form-control {\r\n border-radius: 3px;\r\n\r\n &.form-control-name,\r\n &.form-control-phone {\r\n &::placeholder {\r\n color: #000;\r\n }\r\n }\r\n }\r\n\r\n &.form-group-radio {\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n gap: 15px;\r\n\r\n .radio-inline {\r\n display: flex;\r\n align-items: center;\r\n gap: 5px;\r\n\r\n input[type='radio'] {\r\n width: 20px;\r\n height: 20px;\r\n }\r\n }\r\n }\r\n\r\n &.form-group-polityka {\r\n display: flex;\r\n flex-direction: row;\r\n gap: 10px;\r\n align-items: baseline;\r\n\r\n input#polityka {\r\n width: fit-content;\r\n }\r\n\r\n label {\r\n text-align: left;\r\n font-size: 10px;\r\n margin-bottom: 0;\r\n }\r\n }\r\n }\r\n\r\n .form-cols {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n column-gap: 5px;\r\n font-size: 16px;\r\n }\r\n\r\n .popup-body-top {\r\n >p {\r\n color: #a340ff;\r\n\r\n >a {\r\n color: #a340ff;\r\n text-decoration: underline;\r\n }\r\n }\r\n }\r\n\r\n .popup-input-alert {\r\n color: #ff0000;\r\n }\r\n }\r\n\r\n @media (max-width: 700px) {\r\n grid-template-columns: 1fr;\r\n\r\n .popup-body--left {\r\n display: none;\r\n }\r\n }\r\n }\r\n\r\n .popup-alert {\r\n display: none;\r\n position: absolute;\r\n inset: 0;\r\n\r\n &.active {\r\n display: block;\r\n }\r\n\r\n &::after {\r\n content: '';\r\n position: absolute;\r\n inset: -1px;\r\n background: rgba(0, 0, 0, 0.3);\r\n border-radius: 5px;\r\n backdrop-filter: blur(2px);\r\n }\r\n\r\n .popup-alert-wrapper {\r\n position: fixed;\r\n left: 50%;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n padding: 30px;\r\n background: #fff;\r\n border: 1px solid #e5e5e5;\r\n border-radius: 5px;\r\n z-index: 1;\r\n width: 100%;\r\n max-width: 300px;\r\n\r\n .popup-alert-close {\r\n position: absolute;\r\n top: 5px;\r\n right: 10px;\r\n font-size: 16px;\r\n }\r\n\r\n .popup-alert-data {\r\n p {\r\n margin: 10px 0 0 0;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.cky-box-bottom-left,\r\n.cky-revisit-bottom-left {\r\n bottom: 70px !important;\r\n left: 10px !important;\r\n}\r\n\r\n#category-description {\r\n p {\r\n color: #000;\r\n }\r\n}\r\n\r\n#cookiesplus-modal {\r\n .cookiesplus-close-and-save {\r\n display: none !important;\r\n }\r\n}\r\n\r\n//* Single product - accesories module\r\n#box-product-accessories {\r\n margin-bottom: 20px;\r\n\r\n .buy-protector-btn {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n text-align: center;\r\n color: #fff;\r\n background-color: #a340ff !important;\r\n border-radius: 5px;\r\n width: 100%;\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-weight: 700;\r\n text-transform: initial;\r\n min-height: 50px;\r\n transition: all 0.3s ease-in;\r\n\r\n &:hover {\r\n background-color: #010c4a !important;\r\n }\r\n }\r\n\r\n .product-accessories-title {\r\n margin: 10px 0;\r\n text-align: center;\r\n font-weight: 700;\r\n font-size: 24px;\r\n text-transform: uppercase;\r\n }\r\n\r\n #box-accessories-slider {\r\n display: none;\r\n\r\n .slick-track {\r\n padding-top: 15px;\r\n padding-bottom: 15px;\r\n }\r\n\r\n .slick-arrow {\r\n width: 30px;\r\n height: 30px;\r\n line-height: 28px;\r\n text-align: center;\r\n background: #fff;\r\n border: 1px solid #eee;\r\n transition: all 0.5s ease;\r\n border-radius: 15px;\r\n color: transparent;\r\n\r\n top: 20px;\r\n transform: translate(-50%, -50%);\r\n\r\n &.slick-next {\r\n left: calc(50% + 20px);\r\n\r\n &::before {\r\n content: '\\f0da';\r\n }\r\n }\r\n\r\n &.slick-prev {\r\n left: calc(50% - 20px);\r\n\r\n &::before {\r\n content: '\\f0d9';\r\n }\r\n }\r\n\r\n &::before {\r\n font-family: 'FontAwesome';\r\n color: #999;\r\n font-size: 14px;\r\n display: block;\r\n transition: all 0.5s ease;\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n top: 0;\r\n left: 0;\r\n }\r\n }\r\n }\r\n\r\n .ajax_block_product {\r\n .product-price-and-shipping {\r\n display: none !important;\r\n }\r\n }\r\n}\r\n\r\n#featured-products-box {\r\n position: relative;\r\n\r\n .featured-products-box-slider {\r\n position: initial;\r\n\r\n @media (max-width: 600px) {\r\n padding-top: 30px;\r\n position: relative;\r\n }\r\n\r\n .slick-arrow {\r\n top: 0;\r\n transform: none;\r\n\r\n width: 30px;\r\n height: 30px;\r\n line-height: 28px;\r\n text-align: center;\r\n background: #010c4a;\r\n border: 1px solid #010c4a;\r\n transition: all 0.5s ease;\r\n border-radius: 15px;\r\n color: #fff;\r\n\r\n &.slick-prev {\r\n left: auto;\r\n right: 40px;\r\n\r\n @media (max-width: 600px) {\r\n left: calc(50% - 40px);\r\n transform: translateX(-50%);\r\n }\r\n }\r\n\r\n &.slick-next {\r\n right: 0;\r\n\r\n @media (max-width: 600px) {\r\n right: calc(50% - 40px);\r\n transform: translateX(-50%);\r\n }\r\n }\r\n\r\n &:hover {\r\n border-color: #a340ff;\r\n background-color: #a340ff;\r\n }\r\n }\r\n }\r\n}\r\n\r\nbody {\r\n >div[class^=\"htmlboxpro\"] {\r\n margin-left: auto;\r\n margin-right: auto;\r\n padding-left: 15px;\r\n padding-right: 15px;\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n background: #a441fc;\r\n\r\n * {\r\n color: #fff;\r\n }\r\n\r\n p {\r\n color: #fff;\r\n font-size: 15px;\r\n font-weight: 500;\r\n text-align: center;\r\n margin-bottom: 0;\r\n\r\n a {\r\n color: #FFF !important;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.tabs-product {\r\n display: flex;\r\n flex-direction: column;\r\n\r\n .tabs-nav {\r\n display: flex;\r\n list-style: none;\r\n margin: 0;\r\n padding: 0;\r\n border-bottom: 1px solid #eee;\r\n\r\n @media (max-width: 525px) {\r\n display: block;\r\n }\r\n }\r\n\r\n .tabs-nav li {\r\n margin: 0;\r\n padding: 10px 20px;\r\n cursor: pointer;\r\n border-bottom: none;\r\n font-weight: 600;\r\n font-size: 16px;\r\n\r\n @media (max-width: 768px) {\r\n font-size: 14px;\r\n }\r\n\r\n @media (max-width: 525px) {\r\n text-align: center;\r\n border: 1px solid #eee;\r\n }\r\n }\r\n\r\n .tabs-nav li.active {\r\n font-weight: bold;\r\n color: #a340ff;\r\n }\r\n\r\n .tabs-content {\r\n padding: 25px 0;\r\n }\r\n\r\n .tabs-content>div {\r\n display: none;\r\n }\r\n\r\n .tabs-content>div.active {\r\n display: block;\r\n }\r\n}"]} \ No newline at end of file +{"version":3,"sources":["dr_materac.css","dr_materac.scss"],"names":[],"mappings":"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","file":"dr_materac.css","sourcesContent":["@import\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap\";body{font-family:\"Poppins\",sans-serif !important}.iview-timer{width:100% !important;left:50% !important;transform:translateX(-50%)}.left_header{display:flex;align-items:center}.left_header p img{margin:0 7px 0 24px;filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%)}.left_header p a{color:#fff}.leo-megamenu .navbar-nav>li{margin:0}.leo-megamenu .navbar-nav>li:first-child{margin-left:-15px}.leo-megamenu .navbar-nav>li>a{padding:0;font-size:18px;font-weight:400;line-height:1.5;text-transform:unset;padding:10px 15px}.block-category #category-description p{color:#696868;font-weight:400}.block-category #category-description p strong{font-weight:700}.leo-megamenu{padding:0}.popup-over a.popup-title{padding:0;display:flex;align-items:center;justify-content:flex-end;line-height:20px}.chevron{margin-right:5px;transition:transform .2s ease-in}.popup-over:hover .chevron{transform:rotate(180deg)}.popup-over{float:unset;margin:0}.user_container{display:flex;align-items:center;justify-content:flex-end}.user_container #language-selector-label .popup-title>picture img{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%)}.user_info_dr_materac{display:flex;flex-wrap:wrap}.user_info_dr_materac a{margin-left:15px}.popup-over .popup-content{right:-30px}.bottomnav .inner{border-bottom:none !important}.bottomnav .ApHtml{line-height:unset !important;height:auto !important;background:none !important}.bottomnav .ApRow .ApColumn:first-child{width:calc(100% - 300px) !important}@media(max-width: 991px){.bottomnav .ApRow .ApColumn:first-child{text-align:center;width:100% !important}.bottomnav .ApRow .ApColumn:first-child .left_header{justify-content:center;gap:20px}}.bottomnav .ApRow .ApColumn:last-child{width:300px !important}@media(max-width: 991px){.bottomnav .ApRow .ApColumn:last-child{text-align:center;width:100% !important;justify-content:center !important;padding-top:0 !important}}.box-slider>.ApColumn{width:100% !important}.header-top{padding:45px 0 35px;transition:margin .3s ease-in}@media(max-width: 756px){.header-top{padding:10px 0}}.header-nav{font-size:14px;padding:10px;background:#010c4a;color:#fff}.header-nav a{color:#fff}.header-nav a.signin{margin-right:10px}.header-nav.hide-bar{transform:translateY(-30px)}.header-nav a,.header-nav{transition:all .3s ease-in}.header-nav a:hover{color:#a340ff !important}.list-cate-wrapper{display:none}#leo_search_block_top .block_content{border:none;border-bottom:2px solid #a340ff;border-radius:0}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]{padding:0 5px;text-align:left;height:30px;font-size:14px;line-height:21px;color:#010101}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]::-webkit-input-placeholder{color:#010101;font-size:14px;line-height:21px}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]:-ms-input-placeholder{color:#010101;font-size:14px;line-height:21px}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]::placeholder{color:#010101;font-size:14px;line-height:21px}#logo_row_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}@media(max-width: 765px){#logo_row_header{margin-bottom:0}}#logo_row_header #cart-block{color:#010101;font-size:16px;cursor:pointer}.header-top .ApColumn .block{margin:0;padding:0}#leo_search_block_top .block_content{padding:0}#leo_search_block_top .block_content button[type=submit]{display:none}#leosearchtopbox{width:100%}#leo_search_block_top .block_content .leoproductsearch-result{position:relative;display:flex;align-items:center}#leo_search_block_top .block_content .leoproductsearch-result i{background-image:url(../img/layout/magnifier.svg);width:17px;height:17px;display:block;cursor:pointer;background-size:cover}#leo_search_block_top .block_content .leoproductsearch-result i:hover{background-image:url(../img/layout/magnifier-hover.svg)}.cart-preview .header{margin-top:0;display:flex;align-items:center;justify-content:center}.cart-preview .header picture{background:#a340ff;display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;margin-right:5px;border-radius:50%}.cart-preview .header picture img{filter:invert(100%) sepia(100%) saturate(0) hue-rotate(22deg) brightness(106%) contrast(105%)}.nav.megamenu.horizontal{list-style:none;width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:0px}.nav.megamenu.horizontal li{margin-right:19px}.nav.megamenu.horizontal li.last_element{margin-right:0;margin-left:auto}.nav.megamenu.horizontal li.fat_menu a{font-weight:700}@keyframes flashMenu{0%{color:#010101}50%{color:#fe6700}100%{color:#010101}}.nav.megamenu.horizontal li.last_element a{background-color:#fe6700;padding-bottom:0 !important;padding:0px 15px 0;border-radius:20px;color:#fff;font-weight:500;transition:background-color .3s ease-in;margin-bottom:24px}.nav.megamenu.horizontal li.last_element a:hover{background-color:#3e2780;color:#fff !important}#prices-drop .nav.megamenu.horizontal li.last_element a{animation:none;color:#fff !important}#prices-drop .nav.megamenu.horizontal li.last_element a:active{animation:none;color:#fff !important}.leo-megamenu .navbar-nav>li.active>a,.leo-megamenu .navbar-nav>li:hover>a,.leo-megamenu .navbar-nav>li:focus>a{color:#a340ff}.header-menu{border:none}.header-menu:before{display:none}.iview-controlNav div.iview-items ul li a.iview-control{width:8px;height:8px;background-color:#010101;opacity:1;margin:0 4px}.iview-controlNav div.iview-items ul li a.iview-control.active,.iview-controlNav div.iview-items ul li a.iview-control:hover{transform:scale(1);background-color:#a340ff}.ApColumn .block{margin-bottom:0}.my_box_container{box-shadow:0px 12px 17px rgba(0,0,0,.06);border-radius:5px;display:grid;grid-template-columns:repeat(4, 1fr);padding:34px 24px 34px 30px;margin-bottom:64px}.my_box_small{display:flex;align-items:center;justify-content:flex-start}.my_image_container{margin-right:25px}.my_box_container p{color:#010101;font-weight:600;font-size:16px;line-height:19px;margin:0;text-align:left}.box-slider{padding-bottom:0 !important;margin-bottom:38px !important}.leo-cart-dropdown-action a.btn.cart-dropdow-checkout{background-color:#3e2780}.content.tab_links_container{display:grid;grid-template-columns:repeat(8, 1fr);text-align:center;grid-gap:30px 5px}.tab_links_container a{display:block}.tab_links_container img{margin-bottom:11px;transition:transform .2s ease-in;max-width:100%}.tab_links_container p{font-size:13px;line-height:14px;color:#010101;font-weight:400;transition:color .2s ease-in,font-weight .2s ease-in}.tab_links_container a:hover p{color:#3e2780;font-weight:700}.tab_links_container a:hover img{transform:scale(0.9)}.ApColumn .title_block{color:#010c4a !important;font-family:\"Roboto\";font-style:normal;font-weight:600 !important;font-size:24px !important;line-height:1.5 !important;text-align:center;padding-left:0 !important;padding-bottom:15px !important;width:fit-content;margin-left:auto !important;margin-right:auto !important;text-transform:uppercase !important}.ApColumn .title_block:before{top:auto !important;bottom:0 !important;height:2px !important;background:#a340ff !important;width:90% !important;left:5%;content:\"\";display:block;position:absolute}#findTab .nav-item a.nav-link{color:#696868;font-size:15px;line-height:52px;display:block;padding:0 35px;background-color:#f1f1f1;font-weight:400;text-transform:unset;border-radius:0;border:none !important;transition:background-color .3s ease-in}#findTab .nav-item{margin:0}#findTab .nav-item a.nav-link.active{background-color:#fff;font-weight:700;color:#000;border:none}#findTab .nav-tabs .nav-link:focus,#findTab .nav-tabs .nav-link:hover{border:none}#findTab .nav-tabs .nav-link{border:none}#findTab{padding-bottom:40px}.find_for_you{padding-bottom:41px;border-bottom:1px solid #d8d8d8}.ApColumn .block.find_for_you{margin-bottom:60px}.tab-pane[aria-labelledby=size-tab] .img_container{padding:0 10px}.tab-pane[aria-labelledby=producent-tab] .img_container{padding:0 0px;display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:11px;min-height:82px}.tab-pane[aria-labelledby=producent-tab] .tab_links_container img{margin:0}.thumbnail-container .product-title a{display:block;text-align:center;color:#000;font-size:15px;line-height:1.5;margin-bottom:25px;font-weight:500;height:68px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.product-flags{display:flex;flex-direction:column;padding:0;text-align:center;top:21px;left:0}.product-flags .product-flag{display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;line-height:25px;padding:0 18px;border-radius:5px}.product-flags .product-flag.new{background-color:#9a40eb}.product-flags .product-flag.discount{background-color:#fe6700}.thumbnail-container .product-price-and-shipping{display:flex;align-items:center;justify-content:center;min-height:25px;font-size:20px}.box-ptabs .nav-tabs .nav-item a:hover,.box-cate .widget-category_image a:hover,.thumbnail-container .product-title a:hover,.leo-megamenu .navbar-nav>li>a:hover,.leo-megamenu .navbar-nav>li>a:focus,.leo-megamenu .navbar-nav>li>a:active{color:#a340ff !important}#leo_search_block_top .ac_results{min-width:320px}.thumbnail-container .product-price-and-shipping .price{color:#a340ff;font-size:16px;line-height:1.5px;font-weight:600}.thumbnail-container .product-price-and-shipping .regular-price{font-size:16px;line-height:24px;font-weight:400}.thumbnail-container .product-meta{padding:0 21px 21px}.box-product .owl-carousel .owl-item.active:before,.box-ptabs .owl-carousel .owl-item.active:before,.box-tdeals .owl-carousel .owl-item.active:before{display:none !important}.button_container a{display:flex;align-items:center;justify-content:center;width:100%;background-color:#3e2780;border-radius:5px;height:40px;padding:0 17px;font-size:14px;line-height:26px;font-weight:600;margin-top:12px;transition:color .3s ease-in,background-color .3s ease-in;color:#fff}.button_container a:hover{color:#fff;background-color:#a340ff}.button_container a img{transition:filter .3s ease-in}.button_container a:hover img{filter:brightness(0) invert(1)}.thumbnail-container{margin-bottom:0}article.product-miniature{background-color:#fff;border-radius:5px;transition:box-shadow .2s ease-in}article.product-miniature .product-card-widget-stars #ekomi-product-widget-identifier{display:none}article.product-miniature .product-card-widget-stars #widget-container{width:100%;display:flex;align-items:center;justify-content:center}.list article.product-miniature{float:left}.product_list .ajax_block_product{border:none}.list .col-xl-4,.page-prices-drop .grid .col-xl-4{margin-bottom:30px}.product_list.list .thumbnail-container .product-title a{text-align:left}#category .product_list .ajax_block_product{margin-bottom:30px}.product_list{border:none;box-shadow:none}.product_list.list .product-title a{margin-bottom:0 !important}.product_list.list .product-price-and-shipping{justify-content:flex-start}.product_list.list .button_container a{max-width:175px}.product_list li{margin-bottom:33px}.light_gray_bg{position:relative;padding-top:94px;margin-bottom:0px !important;z-index:1}.light_gray_bg::before{height:100%;width:100vw;content:\"\";position:absolute;left:50%;top:0;transform:translateX(-50%);background-color:rgba(216,216,216,.3)}.dark_gray_bg.light_gray_bg::before{background-color:#eaeaea}.owl-theme .owl-controls .owl-pagination{margin:66px 0 0 !important;display:flex;align-items:center;justify-content:center}.owl-theme .owl-controls span{margin:0 4px !important;background-color:#babcbc !important}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#3e2780 !important}.ApColumn .block.products_block{margin-bottom:58px}.blog-viewall{width:100%;display:flex;align-items:center;justify-content:center;margin:70px 0 88px}.blog-viewall .btn-primary{background-color:#3e2780;border-radius:5px;color:#fff;display:flex;padding:16px 32px;font-weight:600;text-transform:unset;transition:color .3s ease-in,background-color .3s ease-in}.blog-viewall .btn-primary:hover{color:#fff;background-color:#24b28c}.blog_carousel .owl-carousel .owl-item{padding:0 10px 0 0}.blog_carousel .owl-carousel .owl-item .blog-container{min-height:440px !important}.blog_carousel .block_content{padding:0 15px}.blog_carousel .item{background-color:#fff;border-radius:8px;overflow:hidden}.owl-carousel.owl-loading::before,#back-top a{background-color:#a340ff !important}#back-top a:hover{color:#fff !important;background-color:#010c4a !important}.latest-blogs .blog-desc{max-height:147px !important;color:#010101 !important;font-weight:400 !important;margin:0 0 18px !important;line-height:21px !important;overflow:hidden !important}.latest-blogs .blog-image-container{margin:0 !important;overflow:hidden}.latest-blogs{padding-bottom:0}.latest-blogs .blog-image-container img{max-height:200px;object-fit:cover}.latest-blogs .right-block .author{display:none}.latest-blogs .right-block .nbcomment{display:none}.right-block{padding:20px}.latest-blogs .blog-meta>span{display:inline-block;vertical-align:top;margin:0;width:100%;color:#696868;font-style:initial;font-size:12px;line-height:21px;margin-bottom:4px;text-transform:lowercase}.latest-blogs .blog-title{font-size:18px;text-transform:inherit;line-height:24px;margin:0 0 4px;font-weight:600;height:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:initial;color:#010101}.see_more_blog img{margin-left:12px}.manufacturers_block img{opacity:1 !important;border-radius:5px}.manufacturer-image-container{text-align:center;border:1px solid rgba(0,0,0,0);border-radius:5px;transition:border-color .3s ease-in}.manufacturer-image-container a{display:block}.manufacturer-image-container:hover{border-color:#3e2780}.footer_seo{text-align:justify}.footer_seo h3,.my_footer_row h3{color:#010101;font-size:18px;line-height:24px;font-weight:600;margin-bottom:15px}.footer_seo p{color:#010101;font-size:12px;line-height:20px;font-weight:400;margin-bottom:14px}.my_footer_row{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px 0}.my_footer_row.top_row{display:flex;justify-content:space-between;flex-wrap:wrap}.my_footer_row.top_row .my_footer_col{width:25%;margin:0 !important}@media(max-width: 767px){.my_footer_row.top_row .my_footer_col{width:50%}}.row.footer_inside_row{margin:0}.row.footer_inside_row>div{padding:0}.adres_container p{color:#010101;font-size:12px;line-height:20px;margin:0}.adres_container p a{color:#010101;display:block}.my_footer_row li a{display:block;font-size:13px;line-height:20px;margin-bottom:8px}#footer a:hover{color:#a340ff}.my_footer_row ul{margin-bottom:16px}.img_footer_container img{width:auto;max-width:100%}.img_footer_container{display:grid;grid-gap:24px 0;margin-top:9px}.footer{background:#f5fafe}.my_footer_content{display:flex;flex-wrap:wrap;flex-direction:column}.my_footer_row h4{font-size:13px;line-height:20px;font-weight:600;margin-bottom:10px}.my_footer_col.informacje,.my_footer_col.bezpieczne_platnosci{margin-right:60px}.my_footer_col.moje_konto{margin-right:66px}.footer_social_media_container{margin-top:20px}.footer_social_media_container img{margin-right:24px;transition:transform .2s ease-in}.footer_social_media_container a:hover img{transform:scale(0.9)}.my_footer_content>a{display:block;margin-bottom:3px;line-height:20px}.single_element h3{margin-bottom:0}.single_element{margin-top:5px;margin-bottom:14px}.leo-fly-cart-total{background-color:#a340ff}.footer-bottom .inner,.footer-center .inner{border:none}.footer-top{background-color:#3e2780;padding:0;margin:0}.footer-top .container{max-width:100%;margin:0;padding:0;width:100%}.footer-top .ApColumn .block{margin:0}#cta_row{display:flex;flex-wrap:wrap;padding:0;margin:0}#cta_row .ApColumn{display:flex;align-items:center;justify-content:center;color:#fff}#cta_row .col-xl-6{float:unset;width:unset;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;display:flex;align-items:center;padding:0}#cta_row .col-xl-6.left_cta{justify-content:flex-end;padding-right:158px}#cta_row h3{color:#fff;font-size:28px;line-height:42px;margin-bottom:55px;text-align:center;font-weight:700}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}#cta_row p{color:#000;font-size:31px;line-height:34px;text-align:center;background-color:#fff;border-radius:5px;padding:16px;font-weight:700;margin-bottom:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:bounceIn;animation-name:bounceIn;animation-iteration-count:infinite}#cta_row p a,#cta_row p a:hover{color:#000}#cta_row .links_cta{display:flex;align-items:center}#cta_row .links_cta p{animation:none;color:#fff;background-color:rgba(0,0,0,0);padding:0;margin:0;font-size:14px;line-height:14px;margin:0 40px 0 0;font-weight:500}#cta_row .footer_social_media_container{margin:0}.links_cta{margin-top:72px}#cta_row .footer_social_media_container img{width:44px}.footer-center .inner{padding-top:75px}.footer-bottom,.footer-bottom .inner{padding:0}.footer-bottom .ApColumn .block{margin-bottom:0}.bottom_row{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;margin-top:100px}.bottom_row p{margin:17px 0 27px;color:#010101;font-size:13px;line-height:18px;width:100%;text-align:center}.salony_row{padding-bottom:34px}.salony_row .title{background-color:#fff;text-align:center;width:100%;font-size:18px;font-weight:600;padding:20px 110px;color:#696868;transition:color .2s ease-in,background-color .2s ease-in}.salony_row a:hover .title{color:#fff;background-color:#3e2780}.salony_row .item{border-radius:5px;overflow:hidden}#main .page-footer{display:none}.manufacturers_block{padding-top:104px;margin-bottom:70px !important}#wrapper .breadcrumb{margin-bottom:0;padding-bottom:24px;border-bottom:2px solid #f6f6f6;margin-bottom:33px}#product #wrapper .breadcrumb{margin-bottom:18px}#wrapper .breadcrumb li::after{margin:0 10px 0 5px}#wrapper .breadcrumb li a{color:#696868;font-size:11px;line-height:23px;text-transform:lowercase}#wrapper .breadcrumb li:last-child a{color:#a340ff;text-decoration:none}.block-category #category-description{margin-top:0}.block-category #category-description p:first-child{color:#010101;font-size:14px;line-height:22px;margin-bottom:24px}.products-selection{padding-top:0;padding-bottom:0;margin-bottom:24px;border-bottom:none}#js-product-list-top .row{display:flex;justify-content:space-between}#js-product-list-top .total-products{order:2;display:flex;justify-content:flex-end}#js-product-list-top .total-products p{display:none}.products-selection .display>div a{height:33px;display:flex;align-items:center;justify-content:center}.products-selection .display>div a[title=Grid]{width:36px}.products-selection .display>div a[title=List]{width:43px}.products-selection .display>div{margin-right:13px}.products-selection .display>div#list{margin-right:0}.products-selection .display>div a img{transition:filter .2s ease-in}.products-selection .display>div a:hover img{filter:grayscale(1)}.sort_border{margin-left:15px;padding:7px 16px;border:1px solid #d8d8d8;border-radius:4px;display:flex;align-items:center;justify-content:flex-start;transition:background-color .2s ease-in}.products-selection .sort-by{padding-left:0;padding-right:0;color:#3e2780;font-weight:600;font-size:13px;line-height:39px;display:block;margin:0 5px 0 0}.sort_border .col-md-3,.sort_border .col-md-9{float:unset !important;width:auto !important;padding:0}.products-selection button.select-title{padding:0;color:#010101;font-size:13px;line-height:36px;border:none;display:flex;align-items:center;justify-content:flex-start;margin:0 0 0 3px}.chevron_sort_container{display:flex;position:relative;background-color:#3e2780;align-items:center;justify-content:center;border-radius:4px;width:32px;height:32px;margin-left:46px;transition:transform .3s ease-in}.chevron_sort_container img{filter:brightness(0) invert(1);transform:rotate(90deg) translateX(2px);transition:transform .1s ease-in}button[aria-expanded=true] .chevron_sort_container{transform:rotate(180deg)}button[aria-expanded=true] .chevron_sort_container img{transform:rotate(90deg) translateX(0)}.products-sort-order .dropdown-menu{left:0;width:calc(100% - 20px);border:1px solid #d8d8d8;border-radius:0 0 4px 4px;font-size:12px;padding:0;margin:9px 0 0 0;border-top:none}.products-sort-order .select-list:hover{background-color:#fff}.products-selection .display{float:unset;display:flex;align-items:center}#category .products-selection{margin-bottom:62px}.pagination{background-color:unset;border-radius:0;padding:0;margin-top:50px;margin-bottom:50px}.pagination .page-list{display:flex;align-items:center;justify-content:flex-start;padding:0;width:auto;float:left}.pagination .page-list li{padding:0;width:37px;height:37px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:24px;color:#696868;border-radius:4px}.pagination .page-list li:last-child a{border-right:none}.pagination .page-list li:last-child a span{display:none}.pagination .page-list li:last-child a span.spacer{display:block}#category-description{padding:50px;line-height:1.5}#category-description h2{font-size:1.25rem}.pagination a{color:#696868;display:flex;width:100%;height:100%;align-items:center;justify-content:center;transition:background-color .3s ease-in,color .3s ease-in;border-radius:4px;margin-right:1px}.pagination a:hover,.pagination .current a{background-color:#3e2780;color:#fff !important}.pagination .page-list a.next img{transform:translateX(1px)}.pagination .page-list a.previous img{transform:rotate(-180deg) translate(1px, -1px)}.pagination .page-list a.next:hover img,.pagination .page-list a.previous:hover img{filter:brightness(0) invert(1)}#left-column .card-header{display:none}#left-column .card{border:none}#left-column .card-block{padding:0}.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink,.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover,.PM_ASearchTitle,.PM_ASBlockOutputHorizontal a,.PM_ASBlockOutputVertical a{font-weight:500}.PM_ASForm li{display:flex;align-items:center;justify-content:flex-start;position:relative}.PM_ASForm label{margin-bottom:0}.PM_ASForm li div{width:100%}.PM_ASCriterionCheckbox{width:14px;height:14px;position:relative;z-index:5;margin-right:13px;opacity:0}.PM_ASForm label::after{width:14px;height:14px;left:0;top:5px;content:\"\";position:absolute;border:1px solid #bcbcbc}.PM_ASForm label::before{width:10px;height:10px;left:2px;top:7px;content:\"\";position:absolute;background-color:#3e2780;opacity:0;transition:opacity .2s ease-in}.PM_ASForm input:checked+label::before{opacity:1}.PM_ASBlockOutputVertical a{color:#696868;display:block;width:100%;line-height:24px}.PM_ASBlockOutput{padding-left:26px}.PM_ASBlockOutputVertical .PM_ASSubmitSearch{background-color:#3e2780;padding:7px 31px;font-weight:700;text-transform:initial;font-size:14px;line-height:21px;border-radius:5px;transition:color .2s ease-in,background-color .2s ease-in}.PM_ASBlockOutputVertical .PM_ASSubmitSearch:hover{color:#3e2780;background-color:rgba(0,0,0,0)}.PM_ASForm .text-center{text-align:left !important;padding:0}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{width:16px;height:16px;border-radius:50%;background-color:#3e2780;background-image:none;border:none;transition:transform .2s ease-in;cursor:pointer}.ui-state-default:hover,.ui-widget-content .ui-state-default:hover,.ui-widget-header .ui-state-default:hover{transform:scale(1.1)}.ui-slider .ui-slider-range{background:#3e2780}.PM_ASCritRange{border-radius:0;height:2px;border:none}.ui-slider-horizontal .ui-slider-range{top:2px}.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle{border:none}.PM_ASBlockOutputVertical .PM_ASResetSearch{border:1px solid #d8d8d8;box-shadow:2px 2px 11px 0 rgba(0,0,0,.1);border-radius:4px}.PM_ASCritRangeValue{margin-top:10px}.ApColumn .block.day_hit{border-radius:0 4px 4px;border:1px solid #fe6700;padding:0;margin:76px 0 0 0;position:relative}.ApColumn .block.day_hit::after{position:absolute;top:0;left:-1px;background-color:#fe6700;color:#fff;font-size:24px;line-height:21px;font-weight:700;padding:12px 24px;border-radius:8px 8px 0 0;transform:translateY(-100%)}.ApColumn .block.day_hit::before{position:absolute;top:-76px;width:100%;height:2px;background-color:#d8d8d8;content:\"\"}html[lang=pl] .ApColumn .block.day_hit::after{content:\"Hit Dnia!\"}#category .ApColumn .block.day_hit .ajax_block_product{margin:0 !important}.block.day_hit .product_list .ajax_block_product .product-flags{display:none}.block.day_hit .button_container a img{filter:brightness(0) invert(1)}.footer_seo{padding-right:30px}.zoomContainer,.product-thumb-images .thumb{border-radius:4px}.product-thumb-images .thumb.selected,.product-thumb-images .thumb:hover{border-color:#a340ff}.product-detail.product-thumbs-bottom .product-thumb-images{padding-left:0;padding-right:0}.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev{left:0;border-radius:5px 0 0 5px}.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next{right:0;border-radius:0 5px 5px 0}#thumb-gallery .slick-arrows .slick-arrow{height:100%}.slick-list:hover+.slick-arrows .slick-next,.slick-list:hover+.slick-arrows .slick-prev,.slick-arrows .slick-next.slick-disabled:hover,.slick-arrows .slick-prev.slick-disabled:hover{background-color:rgba(52,214,173,.5)}.slick-arrows .slick-next:hover,.slick-arrows .slick-prev:hover{background-color:#34d6ad}.product-add-to-cart{margin-bottom:15px}.product-actions{margin-bottom:44px}.product-detail>.row{margin:0}.product-detail>.row>div[class^=col-]{padding-left:15px;padding-right:15px}.product-detail>.row>div.col-form_id-form_9367402777406408{width:calc(50% + 58px)}.product-detail-name{text-transform:initial;margin-top:0;font-size:20px;line-height:30px;margin-bottom:16px;font-weight:600;color:#2e2925;width:520px;max-width:100%}.product-detail{padding-top:0}#product .product-actions .add-to-cart{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#010c4a;border-radius:5px;width:100%;font-size:16px;line-height:24px;font-weight:700;text-transform:initial}#product .product-actions .add-to-cart:hover{background-color:#a340ff}#product .product-actions .add-to-cart[disabled]{filter:grayscale(1)}.my_availability_box{display:flex;align-items:center;justify-content:flex-start}.my_availability_box .single_box{margin-right:16px}.my_availability_box .single_box.dostepnosc{display:none}.my_availability_box{margin-bottom:11px}.my_availability_box .single_box p,.my_manufacturer p,#leo_product_reviews_block_extra .rating_label{font-size:12px;margin:0;line-height:18px;font-weight:400;color:#010101}.my_manufacturer{display:flex;flex-wrap:wrap;flex-direction:column}.my_manufacturer .product-manufacturer{display:flex}.my_manufacturer .product-manufacturer .manufacturer-logo{max-height:115px;padding:0;border:none}.my_box_container.product_container{padding:0;box-shadow:none;margin:0;grid-template-columns:repeat(3, 1fr)}#product .my_box_container.product_container{margin-bottom:20px}.my_box_container.product_container p{font-size:10px;line-height:12px}.my_box_container.product_container .my_image_container{margin-right:9px}#leo_product_reviews_block_extra .reviews_note:before{display:none}#leo_product_reviews_block_extra .reviews_note{float:unset;padding:0;margin:0}#leo_product_reviews_block_extra{display:flex;align-items:center;justify-content:flex-start;margin:0}#leo_product_reviews_block_extra .rating_label{margin-right:10px}.my_rating_container{margin-bottom:11px}.star_content .star{width:15px;height:15px;position:relative;margin:0 2px}.star_content .star:before,div.star.star_on:before,div.star.star_hover:before{color:#ebebeb;font-size:16px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}div.star.star_on:before,div.star.star_hover:before{color:#3e2780}.product-quantity #quantity_wanted{width:100%;text-align:left}.product-actions .control-label{color:#010101;font-size:14px;line-height:18px;margin:0 auto;text-align:left;font-weight:400;text-transform:initial;width:100px;margin-right:5px;min-width:unset;max-width:unset;margin-left:0}.product-variants>.product-variants-item{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px}.product-variants>.product-variants-item select{min-height:34px;max-width:419px}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 6px)}.product-detail>.row>div.col-form_id-form_15874367062488778{padding-left:15px;width:calc(50% - 58px)}.product-add-to-cart .product-quantity .qty{margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{background-color:#f0f0f0;width:419px;height:34px;color:#696868;font-size:14px;line-height:21px;border:none;padding-top:5px 16px;border-radius:5px;cursor:pointer;outline:none !important;-moz-appearance:none;-webkit-appearance:none;background-image:url(../img/layout/chevron_violet.svg);background-repeat:no-repeat;background-position:calc(100% - 16px) center;background-size:auto}.product-actions .product-variants{margin:0}#add-to-cart-or-refresh .clearfix::after{display:none}.price_container{display:flex;align-items:flex-end;justify-content:flex-start;margin-top:47px;margin-bottom:18px}.price_container .product-prices,.price_container .product-prices .product-price{margin:0;width:100%;display:flex;flex-wrap:wrap;gap:20px}.price_container .current-price{color:#010101;font-size:28px;line-height:18px;font-weight:600;display:block !important;margin-right:20px !important}@media(max-width: 767px){.price_container .current-price{width:100%}}.price_container .product-discount{color:#696868;font-size:20px;line-height:18px}@media(max-width: 767px){.price_container .product-discount{width:100%}}.price_container .product-discount .regular-price{margin-right:0}.phone_single{display:flex;justify-content:flex-start;align-items:center}.phone_single p{color:#1a1a1a;font-size:14px;line-height:18px;margin-right:8px;font-weight:400;margin-bottom:0}.phone_single p strong{font-weight:700}.phone_single p a{transition:color .2s ease-in}.raty_boxes_container{display:flex;align-items:center;margin-top:15px;gap:6px;padding-bottom:21px;border-bottom:1px solid #f6f6f6;margin-bottom:16px;flex-wrap:wrap;justify-content:center}.raty_boxes_container br{display:none}.raty_boxes_container p{margin-bottom:0}.raty_boxes_container>div{border-radius:4px;display:flex;align-items:center;justify-content:center}@media(max-width: 500px){.raty_boxes_container>div{width:100%}}.raty_boxes_container>div picture{max-width:150px;display:block}.raty_boxes_container>div picture img{width:100%;max-width:150px}.raty_boxes_container>div.santander{border:none;align-items:center;justify-content:center;display:flex}.botton_product_container{display:flex;justify-content:center;gap:20px;align-items:center}.botton_product_container a{display:block;background:#a340ff;padding:10px;border-radius:4px}.botton_product_container a img{margin-right:0 !important}a:focus,a:hover,.blog-title a:focus,.blog-title a:hover,.blog-container a:focus,.blog-container a:hover{color:#a340ff}.more-info-product{border-radius:4px;padding:35px 50px 50px}.product_base_info{background:#fff;padding:25px;border-radius:4px}.category-products .products-section-title,.more-info-product .title-info-product{position:relative;color:#010c4a;font-family:\"Roboto\";font-weight:600;font-size:24px;line-height:1.5;text-align:center;padding-left:0;padding-bottom:10px;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:30px;text-transform:uppercase}.category-products .products-section-title:before,.more-info-product .title-info-product:before{content:\"\";position:absolute;top:auto;bottom:0;height:2px;background:#a340ff;width:90%;left:5%;display:block}.product-features h3{display:none}.product-features{margin:0 0 40px}.product-features>dl.data-sheet{margin-bottom:0}.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name{padding:0;margin:0;font-size:15px;line-height:20px;font-weight:500;color:#010101;min-height:31px;padding:8px;background-color:#fff;text-transform:initial;display:flex;align-items:center}@media(max-width: 765px){.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name{font-size:13px}}.product-features>dl.data-sheet dd.value{color:#3e2780}#description iframe{width:100%;min-height:412px}#description h2{color:#010101;font-size:20px;line-height:30px;margin-bottom:13px;font-weight:400}#description{font-size:13px;line-height:18px;color:#010101}#description p{font-size:13px;line-height:18px}#product_reviews_block_tab .review{border-bottom:1px solid #33d5ad}.product-name a:hover,.leo-fly-cart-icon-wrapper a:hover,#checkout-addresses-step a:hover{color:#3e2780 !important}.leo-cart-dropdown-action a.btn:hover,.leo-cart-dropdown-action a.btn:focus,.leo-cart-dropdown-action a.btn:active:focus,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:active:focus,.btn-outline:hover,.btn-outline:focus,.btn-outline:active,.btn-outline.active{color:#fff !important;background:#a340ff !important}.leo-cart-dropdown-action a.btn,.leo-cart-dropdown-action a.btn.cart-dropdow-checkout{transition:all .3s ease-in}#product .product-actions .add-to-cart{transition:all .3s ease-in}.btn-outline{transition:all .3s ease-in;background-color:#ccc;border-color:#ccc;border-radius:5px}.btn-outline:hover{color:#fff !important;background-color:#3e2780}.custom-radio input[type=radio]:checked+span{background-color:#3e2780}.btn-primary{color:#fff;font-weight:600;font-size:14px;background-color:#010c4a;transition:all .3s ease-in;border-radius:5px;padding:10px 40px;text-transform:inherit}.btn-primary:hover{background:#a340ff}.form-control{background-color:#fff;border:1px solid #e6e5e5;border-radius:5px}.form-control:focus{color:#010101;border-color:#3e2780}#customer-form .form-control-valign label{margin-right:15px}.input-group{outline:none !important}.cart-summary-products .btn-outline{text-transform:uppercase}body#checkout [data-action=show-password],#authentication [data-action=show-password]{background:#ccc;transition:all .3s ease-in;height:35px}body#checkout [data-action=show-password]:hover,.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle,.btn-primary:focus,.btn-primary.focus,#authentication [data-action=show-password]:hover{background:#3e2780}#cta_row{overflow:hidden}#checkout .my_box_container.product_container .my_image_container{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;text-align:center}#checkout .my_box_small{flex-wrap:wrap}#checkout .my_content_container{text-align:center;display:flex;width:100%;justify-content:center;padding:0 10px;min-height:36px}#checkout .my_box_container.product_container p{text-align:center}body#checkout section.checkout-step .address-item.selected{border-radius:5px;border-color:#3e2780}body#checkout #order-summary-content .summary-selected-carrier,body#checkout #order-summary-content .order-confirmation-table{border-radius:5px}.btn-primary.disabled:hover,.btn-primary:disabled:hover{background-color:#a94442}.summary-selected-carrier .row{display:flex;align-items:center}.form-control-valign{display:flex;align-items:center}.form-group.row{display:flex;align-items:center}.product-actions .control-label{text-transform:uppercase}#customer-form .form-control-valign label{margin-bottom:0 !important;display:flex;align-items:center}#identity .radio-inline .custom-radio,#authentication .radio-inline .custom-radio{margin-right:5px}.page-my-account #content .links a:hover i{color:#3e2780}.category-depth-level-3 #PM_ASCriterionsGroup_1_4{display:none}#configure .img_container{display:flex;width:100%;align-items:center;justify-content:center;min-height:117px}.page-prices-drop #js-product-list-header{text-align:center;margin:20px auto 30px;font-size:30px;text-transform:capitalize}.movies_page .half_w_movies{margin-top:30px}.movies_page iframe{width:100%}.movies_page .half_w_movies iframe{min-height:290px}.movies_page .full_w_movies iframe{min-height:470px}#cms #content-wrapper p,#cms #content-wrapper li{color:#000;font-size:13px;line-height:1.3;margin-bottom:10px;font-weight:400}.leo-megamenu .dropdown-menu{min-width:256px;padding:28px;border-radius:7px;box-shadow:0px 12px 29px rgba(0,0,0,.25);top:calc(100% - 5px);background:#fff}.leo-megamenu .dropdown-menu li{margin-bottom:25px;margin-right:0 !important}.leo-megamenu .dropdown-menu li a{padding:0;color:#010c4a;font-size:16px;transition:all .3s ease-in}.leo-megamenu .dropdown-menu li a:hover span{color:#a340ff !important}.leo-megamenu .dropdown-menu li a span{color:#010c4a !important;transition:all .3s ease-in}.leo-megamenu .dropdown-menu li a:hover,.leo-megamenu .dropdown-menu li a:hover .menu-title{color:#a340ff}.dropdown-toggle::after{display:none}.nav.megamenu.horizontal li:last-child{margin-bottom:0}.leo-megamenu .dropdown-menu::after{content:\"\";position:absolute}.bottomnav{padding-top:10px;padding-bottom:10px}#order-confirmation #order-details{padding-left:15px;margin-top:30px}#order-confirmation #registration-form{margin-top:50px}#order-confirmation #order-items{border-right:none}.bestsller .item{padding-bottom:15px;padding-top:15px}#header{background-color:#fff}#header .header-nav{z-index:999}#header .header-nav.fixed{top:0;position:fixed;width:100%}#header .header-top{z-index:999}#header .header-top.fixed{position:fixed;width:100%}.header-logo img{transition:transform .3s ease-in;transform-origin:left}@media(max-width: 767px){.header-logo img{max-width:150px}}.mini-navbar .header-logo img{transform:scale(0.7)}.mini-navbar .header-top{margin-top:0px;transition:transform .3s ease-in}.mini-navbar #logo_row_header{margin-bottom:0}.mini-navbar .nav.megamenu.horizontal>li>a{padding-bottom:10px}.navbar-fixed-top{transition:all .3s ease-in}.navbar-fixed-top.mini-navbar{box-shadow:5px 5px 10px -8px #ccc;transform:translateY(-30px)}.cms-id-23 #main .page-header,.cms-id-23 #cta_row{display:none}.newsletter{width:700px;margin:90px auto 300px;max-width:100%}.newsletter h2{font-size:28px;line-height:39px;font-weight:700;text-align:center}.newsletter h2 span{color:#3e2780}#cart .cart-detailed-actions .btn.btn-outline{background-color:#3e2780;border:none}.cart-grid-body a.label:hover{color:#3e2780}.aeuc_from_label{display:none}.product-prices .current-price span[itemprop=price]{font-size:28px;line-height:18px}.my_salon_container h2{font-size:23px;text-align:left;margin-bottom:15px}#cms #content-wrapper .my_salon_container p{font-size:20px}#cms #content-wrapper .my_salon_container p a:hover{color:#3e2780}.my_salons iframe{width:100%;min-height:370px;box-shadow:0px 0px 20px rgba(204,204,204,.5)}.full_w_walk{margin-top:80px}.full_w_walk h2{font-size:2em;margin-left:-15px;margin-bottom:30px}.full_w_walk .bottom_link{width:100%;display:flex;align-items:center;justify-content:center}.img_salon_container{margin-bottom:15px;text-align:center}.img_salon_container img{max-width:100%}.list article.product-miniature{width:100%}.flex-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.flex-col48{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.box-cover .flex-col48{display:-webkit-box;display:-ms-flexbox;display:flex;justify-items:flex-start;-ms-flex:unset;flex:unset;max-width:unset;width:48%}.box-cover .flex-col48 p span{padding-left:30px;display:block}.flex-row.box-cover .flex-col48.cover-item:last-of-type p span{padding-left:0}.flex-row.box-cover .flex-col48.cover-item:last-of-type{display:block}.box-cover .flex-col48 img{max-width:100%;min-width:140px;height:auto;margin-right:30px}.desc-item{display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px}.desc-item img{width:auto;margin-right:20px}.desc-item p{padding-right:15px;margin:0}.hardness h3{text-align:center}.hardness img{margin:0 auto 15px}.hardness{text-align:center;width:100%}.flex-col100{display:flex;align-items:center;justify-content:flex-start}.flex-col100 img{margin-right:20px}.walk_container iframe{max-width:100%;border:none}#blog-category .panel.panel-default,.latest-blogs .blog-meta>span.icon-calendar,#module-leoblog-blog .social-share,.blog-description h1,#module-leoblog-category .panel.panel-defaul,#module-leoblog-category .blog-item .blog-meta,#module-leoblog-category h3.section-title,#module-leoblog-list .blog-meta{display:none}.blog-description{color:#000}.blog-item .blog-shortinfo{color:#000}#blogpage h1.blog-title{font-size:34px}#blogpage .extra-blogs{margin-top:30px}#blogpage .blog-detail .blog-meta{width:100%;border-bottom:2px solid #f7f7f7;padding-bottom:25px;margin-bottom:15px}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{background-color:#24b28c}#manufacturer #main h1{margin-bottom:30px}html[lang=en] .nav.megamenu.horizontal li.fat_menu:not(.last_element),html[lang=sk] .nav.megamenu.horizontal li.fat_menu:not(.last_element){display:none}#cms #main .page-content li{list-style:initial}#cms #main .page-content ul,#main .page-content ol{padding-left:30px}#cms #main .page-content ul,#main .page-content ul li{list-style:disc !important}#cms #main .page-content ol,#main .page-content ol li{list-style:decimal !important}#main .page-content ol li ul,#main .page-content ol li ul li{list-style:disc !important}#description ul,#description li,#description ol{list-style:inherit}#description ul{padding-left:30px}.products-sort-order .select-list:hover{color:#3e2780}.delivery-options-list .h6{margin-bottom:0}body#checkout section.checkout-step .delivery-option label{margin-bottom:0}body#checkout section.checkout-step .delivery-option{display:flex;align-items:center}#raty_baner{cursor:pointer}#newsletter_container{display:none;width:1200px;max-width:100%;margin:0 auto}.cms-id-23 #newsletter_container{display:block}.cms-id-23 .footer-top{background-color:rgba(0,0,0,0)}.block_newsletter form{margin:0;width:700px;border:none;height:auto;max-width:calc(100% - 30px);padding:0;background:rgba(0,0,0,0)}.newsletter-box .ApHtml h4{color:#fff;font-family:\"Roboto\",sans-serif;font-style:normal;font-weight:700;font-size:28px;line-height:1.1;margin-bottom:10px}.newsletter-box .ApHtml h5{color:#fff;margin-bottom:15px;font-weight:300}.newsletter-box .block_newsletter label a{color:#fff;font-weight:400;font-size:14px}.newsletter input[type=checkbox]{margin-left:14px !important}.newsletter_container{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.newsletter_container .input-wrapper input{background:#fff;color:#010101;font-size:14px;line-height:34px;padding:7px 21px;width:100%;height:48px}.newsletter_container .input-wrapper{width:calc(100% - 150px)}.block_newsletter form button{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;line-height:24px;width:150px;background-color:#a340ff !important;color:#fff;right:0;position:relative;letter-spacing:.125em;border-radius:0;text-transform:uppercase;height:48px}.block_newsletter form button span{display:block}.block_newsletter .col-12{width:100%;position:relative;padding:0 15px}.block_newsletter .col-12 input{width:20px;height:20px;float:unset;margin-right:9px;opacity:0;position:relative;z-index:1;cursor:pointer}.block_newsletter .col-12 label{margin:0}.block_newsletter .col-12 a{color:#696868;font-size:13px;line-height:19px}.block_newsletter .col-12 label::before,.block_newsletter .col-12 label::after{position:absolute;content:\"\";left:15px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:0px;background:#fff;border:2px solid #fff}.block_newsletter .col-12 label::after{border:none;opacity:0;width:8px;height:8px;background-color:#a340ff;left:18px;top:10px;border-radius:0;transition:all 250ms ease}.block_newsletter .col-12 input:checked+label::after{opacity:1}.block_newsletter .title_block{display:none !important}.block_newsletter{color:#fff}.block_newsletter a{color:#fff !important;text-decoration:underline;margin:0 3px}.block_newsletter h3{margin-bottom:10px}.block_newsletter h5{margin-bottom:15px;color:#fff;font-weight:300;font-size:.9rem;line-height:1.5}.block_newsletter input{background:#fff;opacity:1 !important}.PM_ASCriterionsGroup.PM_ASCriterionsGroupStock{display:none !important}.pagination .page-list li:nth-child(4) span{width:37px;height:37px;display:flex;align-items:center;justify-content:center}body#checkout section.checkout-step .carrier-delay{display:none}#order-confirmation #order-details ul{padding-left:15px}#order-confirmation #order-details ul li:last-child{display:none}body#checkout .condition-label label a{font-weight:700}#checkout .modal-content ol,#checkout .modal-content ol li{list-style:decimal}#checkout .modal-content ul,#checkout .modal-content ul li{list-style:square}#checkout .modal-content ol,#checkout .modal-content ul{padding-left:30px}#checkout .modal-content ol+p{margin-top:20px}#checkout .modal-content .btn{margin-top:20px}body#checkout .modal-content{background-color:#fff}body#checkout .modal-content p,body#checkout .modal-content a,body#checkout .modal-content li{color:#000}.page-cart #oblicz-rate{display:none}.PM_ASCriterionsGroupPrices_drop .PM_ASLabelLink{text-transform:capitalize}.content_row.content_header_row{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 0 43px}.content_row.content_header_row img{display:block;margin:0 auto 20px}.content_row.content_header_row h1{columns:#2f2e2a;font-weight:700;line-height:28px;font-size:32px;letter-spacing:.1px;margin:0 0 18px}.content_row.content_header_row p{color:#5b5957;font-size:20px;line-height:28px;letter-spacing:.1px;font-weight:400;margin:0}#our_salon_wrapper{position:relative;padding:120px 0 159px}#our_salon_wrapper::before{position:absolute;content:\"\";width:100vw;height:100%;top:0;left:50%;transform:translateX(-50%);background-color:#f7f8fa}.sinlge_row_salon{position:relative;z-index:1;background-color:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:10px;margin-bottom:120px;padding:30px;box-shadow:0px 4px 36px rgba(42,88,102,.25)}.sinlge_row_salon:last-child{margin-bottom:0}.sinlge_row_salon .map_wrapper,.sinlge_row_salon .contett_wrapper{flex:0 0 auto;width:50%}.sinlge_row_salon .map_wrapper{padding-right:15px}.sinlge_row_salon .map_wrapper iframe{width:540px;height:330px;border-radius:10px;max-width:100%}.sinlge_row_salon .contett_wrapper{padding-left:15px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{color:#5b5957;font-size:18px;line-height:24px;margin:0 0 10px;font-weight:400}.sinlge_row_salon .contett_wrapper h3{color:#2f2e2a;font-weight:700;font-size:30px;line-height:24px;margin:0 0 40px}.sinlge_row_salon .contett_wrapper .adres_wrapper{margin-bottom:30px}.sinlge_row_salon .contett_wrapper .adress_row{display:flex;align-items:center;justify-content:flex-start;margin:0 0 19px}.sinlge_row_salon .contett_wrapper .adress_row:last-child{margin-bottom:0}.sinlge_row_salon .contett_wrapper .ico_wparrer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-start;width:40px;padding-right:10px}.sinlge_row_salon .contett_wrapper .ico_wparrer img{display:block;margin:0;flex:0 0 auto}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p{flex:0 0 auto;color:#2f2e2a;margin:0;font-size:16px;font-weight:500;line-height:24px}.sinlge_row_salon .bottom_wrapper{width:100%;display:flex;align-items:flex-end;justify-content:space-between}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p{margin:0 0 4px;font-size:16px;line-height:24px;font-weight:500}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p:last-child{margin-bottom:0}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p.label{color:#b8b3ae;text-align:left;font-weight:400}.sinlge_row_salon .see_salon_button{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#fe6700;font-weight:500;font-size:16px;line-height:28px;letter-spacing:.1px;box-shadow:0px 4px 16px rgba(255,160,49,.25);border:1px solid #fe6700;border-radius:5px;width:226px;height:54px;transition:background-color .4s ease,color .4s ease}.sinlge_row_salon .see_salon_button img{transition:filter .4s ease;filter:brightness(0) invert(1);margin-left:18px}.sinlge_row_salon .see_salon_button:hover img{filter:invert(0) brightness(1)}.sinlge_row_salon .see_salon_button:hover{background-color:#fff;color:#fe6700}.cms-id-10 #main .page-header{display:none}@media(max-width: 1199px){#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{font-size:15px;line-height:20px}.sinlge_row_salon .contett_wrapper h3{font-weight:700;font-size:27px;line-height:20px;margin:0 0 30px}.sinlge_row_salon .contett_wrapper .adress_row{margin:0 0 12px}.sinlge_row_salon .see_salon_button{font-size:14px;width:206px;height:50px}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p{font-size:14px;line-height:21px}.product-description img{max-width:100%;height:auto}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{width:272px}.nav.megamenu.horizontal li{margin-right:13px}.nav.megamenu.horizontal{margin-bottom:10px}.my_box_container p{font-size:11px;line-height:15px}.content.tab_links_container{grid-template-columns:repeat(6, 1fr)}#recomended_container .col-lg-3{width:33.3333%}.latest-blogs .blog-image-container img{width:100%}#cta_row .col-xl-6.left_cta{justify-content:center;padding-right:15px}.footer_social_media_container img{margin-right:14px}.my_footer_row li a{line-height:16px;margin-bottom:13px}.product-detail-name{line-height:25px;margin-bottom:21px}.my_availability_box .single_box p,.my_manufacturer p,#leo_product_reviews_block_extra .rating_label{font-size:13px}.my_availability_box .single_box p strong{display:block}.my_availability_box .single_box{margin-right:45px}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center}#product .my_box_small{flex-wrap:wrap}#product .my_box_container.product_container p{width:100%;text-align:center;margin-top:5px}.phone_single p{font-size:13px;line-height:15px}.PM_ASForm li div{display:flex}.PM_ASForm label{margin-bottom:0;display:initial;text-align:left}.PM_ASBlockOutputVertical a{color:#696868;display:block;width:100%;line-height:15px;margin-bottom:10px}.PM_ASForm label::after{top:0}.PM_ASForm label::before{top:2px}.PM_ASBlockOutputVertical .PM_ASResetSearch{margin-bottom:30px}.thumbnail-container .product-title a{font-size:12px;line-height:15px;margin-bottom:15px;height:60px}#category .button_container a,#module-pm_advancedsearch4-searchresults .button_container a{font-size:10px}.ApColumn .block.day_hit::after{font-size:17px;line-height:14px}.block.day_hit .ajax_block_product{margin-bottom:0}.adres_container p{font-size:10px;line-height:20px}}@media(max-width: 991px){.sinlge_row_salon{flex-direction:column}.sinlge_row_salon .map_wrapper,.sinlge_row_salon .contett_wrapper{width:100%;padding:0}.sinlge_row_salon .map_wrapper iframe{width:100%}.sinlge_row_salon .contett_wrapper{padding-top:30px}.nav.megamenu.horizontal li:last-child{align-items:center;width:100%;display:flex;justify-content:center}.nav.megamenu.horizontal .dropdown-menu-inner li:last-child{justify-content:flex-start}.nav.megamenu.horizontal li.last_element a{margin-bottom:12px;margin-top:12px}.product-variants>.product-variants-item,.product-add-to-cart .product-quantity .qty{justify-content:flex-start}.adres_container p{font-size:12px}.user_info_dr_materac a{margin-left:auto;margin-bottom:5px}.user_container{align-items:flex-start}.col-cart #cart-block{position:relative !important;bottom:unset !important;right:0 !important;margin:0}.nav.megamenu.horizontal{flex-direction:column}.nav.megamenu.horizontal li{margin-right:0;width:100%}.my_box_container{grid-template-columns:repeat(2, 1fr);grid-gap:30px 0}.my_box_container p{font-size:16px;line-height:19px}#findTab .nav-item{width:100%;text-align:center}#findTab{border:1px solid #ccc;margin-bottom:40px;padding-bottom:0;border-radius:5px}#findTab li:first-child,#findTab li:first-child a{border-radius:5px 5px 0 0 !important}#findTab li:last-child,#findTab li:last-child a{border-radius:0px 0px 5px 5px !important}#recomended_container .col-lg-3{width:50%}.thumbnail-container .product-title a{font-size:15px;line-height:20px}.salony_row .title{font-size:15px;padding:20px 15px}#cta_row .col-xl-6:not(.left_cta){display:none}#cta_row .col-xl-6{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#cta_row .col-xl-6.left_cta{padding:30px 15px}.my_footer_row{grid-template-columns:repeat(2, 1fr);grid-gap:30px 0}.bottom_row{margin-top:50px}.bottom_row img{max-width:90%;margin:0 auto}.block-category #category-description p:first-child{font-size:12px;line-height:19px}#category .ApColumn .block.day_hit .ajax_block_product{width:100%;max-width:unset}.pagination{margin-top:40px;margin-bottom:40px}.product-detail>.row>div.col-form_id-form_9367402777406408,.product-detail>.row>div.col-form_id-form_15874367062488778{width:100%;margin-bottom:20px}.product-detail-name{line-height:30px;margin-bottom:16px}#product .my_box_small{flex-wrap:unset}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;-ms-flex:unset;flex:unset;max-width:unset;display:flex;align-items:center;justify-content:flex-start}#product .my_box_container.product_container p{font-size:10px;line-height:12px;text-align:left;margin-left:15px}.my_availability_box .single_box p strong{display:initial}.raty_boxes_container>div img{width:100%}.phone_single p{font-size:14px;line-height:18px}.cart-preview .header span.hidden-sm-down{display:inline-block !important}.flex-col48{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.hardness img{max-width:100%;height:auto}}@media(max-width: 767px){.my_salon_container h2{margin-top:20px}.my_box_container p{font-size:13px;line-height:19px}.my_image_container{margin-right:15px}.content.tab_links_container{grid-template-columns:repeat(4, 1fr)}.left_header{justify-content:center}.user_container{align-items:center;justify-content:center;margin:0}.user_info_dr_materac a{margin:0px 0 0 15px}.col-search{display:none}.owl-theme .owl-controls .owl-pagination{margin:36px 0 0 !important}.my_footer_col.informacje,.my_footer_col.bezpieczne_platnosci{margin-right:30px}.my_footer_col.moje_konto{margin-right:30px}.hidden-md-up.text-xs-right.up{display:none}.products-sort-order .dropdown-menu{margin:7px 0 0 0}.block.day_hit .ajax_block_product{margin-bottom:0;width:100%}.block.day_hit .thumbnail-container{display:flex;align-items:center}.block.day_hit .thumbnail-container h3{max-width:300px;text-align:left}.block.day_hit .thumbnail-container h3 a{text-align:left}.thumbnail-container .product-meta{width:100%;padding:21px}#category .thumbnail-container .product-meta a,#module-pm_advancedsearch4-searchresults .thumbnail-container .product-meta a{font-size:14px;line-height:26px}#search_filter_toggler{display:none}#left-column #PM_ASBlock_1 .card-header{display:block;background-color:#3e2780;color:#fff;margin-bottom:15px;font-size:14px;line-height:15px;font-weight:600}.PM_ASBlockOutput{padding-left:0px}.PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after,.PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after{top:13px;right:10px}.sort_border .col-md-3,.sort_border .col-md-9{width:100% !important}.sort_border .col-sm-4{display:none}.products-sort-order .dropdown-menu{left:-10px}#logo_row_header{flex-wrap:wrap}.col-logo{width:45%;order:0}.col-cart{width:54%;order:1}.col-search{width:100%;order:2;display:block}#leosearchtopbox{width:100%}.header-menu .col-menu{position:absolute !important;top:-37px;right:0}#leo_search_block_top .block_content .leoproductsearch-result input[type=text]{text-align:left;height:50px}#leo_search_block_top .block_content .leoproductsearch-result::after{top:18px}body .header-menu{margin-bottom:0 !important}.newsletter h2{font-size:18px;line-height:28px}}@media(max-width: 650px){.box-cover .flex-col48{width:100%;flex-wrap:wrap}.box-cover .flex-col48 p span{padding-left:0}#description p{width:100%}}@media(max-width: 575px){.bottomnav p:first-child{text-align:left;max-width:150px}.left_header{justify-content:space-between}.my_image_container{margin-right:10px}.my_box_container p{font-size:12px;line-height:17px}.my_footer_row h4{font-size:13px;line-height:15px}.thumbnail-container .product-meta{padding:21px 5px}.my_availability_box .single_box p strong{display:block}#product .my_box_small{flex-wrap:wrap}#product .my_box_container.product_container .my_image_container,#product .my_content_container{margin-right:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center}#product .my_box_container.product_container p{width:100%;text-align:center;margin:5px}.flex-col100{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.flex-col100 img{margin-bottom:15px}.desc-item{flex-wrap:wrap;justify-content:center;text-align:center}.desc-item p{margin-bottom:20px;margin-top:5px}.newsletter h2 br{display:none}.newsletter h2 span{margin-left:5px}.block_newsletter form button span{display:block;font-size:12px}.sinlge_row_salon .bottom_wrapper{width:100%;justify-content:unset;flex-direction:column;align-items:flex-start}.sinlge_row_salon .see_salon_button{margin-top:30px}.sinlge_row_salon{padding:20px 15px;margin-bottom:70px}#main .page-content.page-cms-10{padding:0}.sinlge_row_salon .contett_wrapper h3{text-align:left}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable{font-size:12px;line-height:17px}.sinlge_row_salon .contett_wrapper h3{font-size:22px;text-align:left;line-height:16px;margin:0 0 30px}#cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p{font-size:14px}.sinlge_row_salon .contett_wrapper .adress_row{margin:0 0 8px}}@media(max-width: 480px){.my_box_container.product_container{grid-template-columns:repeat(1, 1fr)}.my_salons{margin:0 -30px}.full_w_walk h2{margin-left:0}#cms #content-wrapper .my_salon_container p{font-size:16px}.full_w_walk .bottom_link img{max-width:100%}.my_salon_container h2{font-size:19px;line-height:1.3}.bottomnav p:first-child{display:none}.left_header p img{margin:0 10px 0px 0}.header-logo{margin-bottom:0px !important}.my_box_container{grid-template-columns:repeat(1, 1fr);grid-gap:20px 0}.my_image_container{min-width:67px}.my_content_container{min-width:150px}.my_box_small{justify-content:center}.content.tab_links_container{grid-template-columns:repeat(3, 1fr)}.thumbnail-container .product-price-and-shipping .price{font-size:15px;line-height:25px}.thumbnail-container .product-price-and-shipping .regular-price{font-size:12px;line-height:25px}.product-flags .product-flag{font-size:11px}#promo .thumbnail-container .product-title a{font-size:14px;line-height:20px}#promo .thumbnail-container .product-price-and-shipping .price{font-size:19px;line-height:25px}#promo .thumbnail-container .product-price-and-shipping .regular-price{font-size:14px;line-height:25px}#promo .thumbnail-container .product-meta{padding-right:15px;padding-left:15px}#promo .button_container a{font-size:14px;height:40px}.footer_seo h3,.my_footer_row h3{font-size:16px;line-height:20px}.footer_seo p{font-size:10px;line-height:15px}.my_footer_row.top_row{display:grid;grid-gap:30px 15px}.single_element{margin-top:25px;margin-bottom:20px;text-align:center}#cta_row p{font-size:26px}#cta_row h3{font-size:28px;line-height:32px}#producent .content.tab_links_container .label_container{display:none}#producent .content.tab_links_container{grid-template-columns:repeat(2, 1fr)}.product-detail-name{line-height:24px;font-size:18px}.my_availability_box{display:grid;grid-template-columns:repeat(3, 1fr)}.my_availability_box .single_box{margin-right:0}#description h2{font-size:17px;line-height:24px}.cart_label{display:none}.product-quantity #quantity_wanted,.product-variants>.product-variants-item select{max-width:190px}}@media(max-width: 320px){.block_newsletter .col-12 a{font-size:11px}}.selectize-control{position:relative}.selectize-control::after{content:\"<\";position:absolute;top:6px;right:7px;transform:rotate(-90deg);z-index:10;font-weight:900;font-size:17px;background:#3e2780;height:25px;width:25px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:3px;z-index:0;cursor:pointer}.selectize-control .selectize-input{border:1px solid #d8d8d8 !important;background:rgba(0,0,0,0) !important;cursor:pointer !important}.subpage-ekomi{max-width:1200px;margin:auto;float:none;padding:50px 0}.search-title{margin-bottom:25px;font-weight:600;font-size:18px;color:#1a1a1a;padding-bottom:5px;border-bottom:2px solid #a340ff}#header .header-nav .bottomnav{background-color:#010c4a}@media(max-width: 767px){#header .header-nav .bottomnav{padding-top:0;padding-bottom:0}}.services-row{margin:50px 0}.services-row img{margin-bottom:20px}.services-row p{color:#3e2780;font-size:16px;font-weight:500;text-align:center}#footer{font-family:\"Roboto\",sans-serif;background:#010c4a}#footer .footer_center__wrapper{padding:0 70px}#footer .footer-center{margin-bottom:50px}#footer .footer-center .footer_center__wrapper .ApColumn .title_block{color:#fff !important;font-style:normal !important;font-weight:400 !important;font-size:16px !important;margin-bottom:30px !important;line-height:1.1 !important;width:100% !important;text-align:start !important}#footer .footer-center .footer_center__wrapper .ApColumn ul li a{color:#fff;font-weight:400;font-size:14px;line-height:1.1;padding-top:5px;padding-bottom:5px}#footer .footer-bottom .footer_center__wrapper>.inner{padding:20px 0;border-top:1px solid rgba(255,255,255,.3)}#footer .footer-bottom .footer_center__wrapper .footer-bottom-meta .block_content p{color:#fff;font-style:normal;font-weight:400;font-size:12px;line-height:1.1;text-align:end}.slick-prev:before{display:none}.slick-next:before{display:none}.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item{padding:15px;transition:all 250ms ease-in-out}.owl-theme .owl-controls{margin-top:15px;height:50px}.owl-theme .owl-controls .owl-buttons{top:auto;right:auto;left:50%;transform:translateX(-50%);width:auto;display:flex;gap:20px}.owl-theme .owl-controls .owl-buttons div{height:30px;width:30px;display:flex;justify-content:center;align-items:center;color:#010c4a;font-size:30px;line-height:1;border-radius:50%;background:rgba(0,0,0,0)}.owl-theme .owl-controls .owl-buttons div:before{display:none}.owl-theme .owl-controls .owl-buttons div:hover{background:#a340ff;color:#fff}.owl-theme .owl-controls .owl-buttons div:hover:before{color:#fff !important}.best-products-box{position:relative;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.best-products-box .best-products-text .block_content{margin-bottom:30px;line-height:1.5}.best-products-box .best-products-text h2{font-family:\"Roboto\",sans-serif;color:#010c4a;font-weight:600;font-size:24px;margin-bottom:30px;text-transform:uppercase;line-height:1.5;position:relative}.best-products-box .best-products-text h2:before{top:auto !important;bottom:0 !important;height:2px !important;background:#a340ff !important;width:90% !important;left:0;content:\"\";display:block;position:absolute;max-width:200px}.best-products-box .best-products-text p{font-family:\"Roboto\",sans-serif;color:#010101;font-weight:300;font-size:16px}.best-products-box .best-products-text p:last-child{margin-bottom:0}.best-products-box picture{display:block;position:relative}.best-products-box picture::before{content:\"\";position:absolute;inset:0;background:#ebf1ff;z-index:-1;width:50vw}.ApSlideShow picture{display:block !important}#index #wrapper{padding-top:0}#index #wrapper .ApColumn .block{padding-top:75px}@media(max-width: 767px){#index #wrapper .ApColumn .block{padding-top:25px}}#cookieNotice{background:#010c4a !important;color:#fff;padding:5px;font-size:12px;box-shadow:none !important}#cookieNotice p{font-size:12px !important}@media(max-width: 767px){#cookieNotice p{font-size:10px !important;line-height:1.25}}.latest-blogs .created{margin-bottom:15px !important}.latest-blogs .blog-image-container{border-radius:5px}.latest-blogs .blog-title{text-transform:none !important}.latest-blogs .see_more_blog img{display:none !important}#left-column .block,#right-column .block{box-shadow:none !important;padding:20px !important}body{overflow-x:hidden}body#product #wrapper,body#module-leoblog-blog #wrapper{background:#f8f9fa;padding-top:50px;padding-bottom:50px}body#product #wrapper #blogpage article,body#module-leoblog-blog #wrapper #blogpage article{background:#fff;padding:50px}body#product #wrapper #blogpage .extra-blogs,body#module-leoblog-blog #wrapper #blogpage .extra-blogs{border:1px solid #eee;padding:25px}.leoproductsearch-content{margin-right:10px}#promo-code form{display:flex}#promo-code form input{border-radius:4px 0 0 4px}#promo-code form .btn{margin:0;border-radius:0 4px 4px 0}.cart-line-product-actions .remove-from-cart{background:#010c4a;display:flex !important;height:30px;width:30px;align-items:center;justify-content:center;border-radius:4px}.cart-line-product-actions .remove-from-cart:hover{background:#a340ff}.cart-line-product-actions .remove-from-cart i{color:#fff}.product-description table{width:auto !important}.product-description table tr td{width:11.1111111111%}.product-description table picture img{height:auto !important;max-width:100px !important}.bestsellers_row .ApProductCarousel{padding-top:0 !important}#carousel-3330681750 .row>div{width:33% !important}@media(min-width: 676px){#footer .inner .row.footer-first-for .ApColumn{width:25% !important}}@media(max-width: 675px){#footer .inner .row .ApColumn{width:100% !important;text-align:center}#footer .inner .row .ApColumn h4{text-align:center !important}#footer .inner .row .ApColumn h4.title_block{text-align:center !important}}@media(max-width: 675px){#footer .inner .row .ApColumn:first-child{margin-bottom:25px !important}}@media(max-width: 1199px){#footer .inner .row .ApColumn:last-child{width:100%;padding-top:50px}}@media(max-width: 767px){.cart-preview{position:relative;top:10px}}@media(max-width: 767px){#product #content-wrapper{padding:0 !important}.product-detail>.row>div[class^=col-]{padding:0 !important}.more-info-product{padding:10px}.footer_center__wrapper{padding:10px !important}.block_newsletter form{width:100%;max-width:100%}.block_newsletter{text-align:center}.block_newsletter .col-xs-12{float:none !important}.block_content h4{text-align:center;float:none;font-size:20px !important}.newsletter_container{flex-wrap:wrap}.newsletter_container .input-wrapper{width:100%}.newsletter_container button{width:100% !important}}.page-cms-23 form{margin-top:50px}.page-cms-23 input[name=email]{background:#d8d8d8;color:#696868;opacity:.8;font-size:14px;line-height:34px;padding:7px 21px;width:100%;border-radius:5px;border:0}.page-cms-23 button{background:#a340ff;color:#fff;padding:14px 25px;border:0}footer .block_newsletter{display:none}.widget-stars{display:flex;gap:20px;margin-bottom:25px;color:#000;cursor:pointer}.widget-stars span{font-weight:600}#product .featured-products .products{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));background:#fff}#product .featured-products .products .product-miniature .product-image .functional-buttons{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}#product .featured-products .products .product-miniature .product-image .functional-buttons .button-container{width:100%}#product .featured-products .products .product-miniature .product-meta .product-title a{height:auto}.block-promo .promo-discounts .cart-summary-line .label{color:#010c4a}.block-promo .promo-discounts .cart-summary-line .label .code{color:#f5a76a;cursor:grab;text-decoration:none}.hero-slider{overflow:hidden}#smartsupp-widget-container>div{z-index:9999 !important}.raty_boxes_container img{width:100%;max-width:178px;height:35px}#oblicz-rate a{cursor:pointer}#manufacturer #main #manufacturer-description ul{margin-bottom:25px;list-style-type:square;margin-left:20px}#manufacturer #main #manufacturer-description ul li{list-style-type:square}body #content-wrapper #content #single-city-page .featured-products .products{display:grid;grid-template-columns:repeat(auto-fit, minmax(310px, 1fr))}body #content-wrapper #content #single-city-page .featured-products .products article.product-miniature .functional-buttons{display:none}body #content-wrapper #content #single-city-page .featured-products .products article.product-miniature .leo-list-product-reviews{display:none}body #content-wrapper #content #single-city-page h2{font-size:26px;font-weight:600;margin-bottom:25px}body #content-wrapper #content #single-city-page p{font-size:13px;line-height:24px;font-weight:300}body #main ul#cities-links{margin:0 !important;padding:0 15px !important;list-style:none !important;display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:10px}body #main ul#cities-links li{list-style:none !important;text-align:center;background:#3e2780}body #main ul#cities-links li a{display:block;color:#fff;font-size:14px;line-height:26px;font-weight:600;padding:10px;transition:all .3s ease-in-out}body #main ul#cities-links li a:hover{background:#a340ff}#footer .footer-city-list>ul{display:flex;flex-direction:row;column-gap:50px;row-gap:20px;flex-wrap:wrap}#footer .footer-city-list>ul li a:hover{padding-left:0}@media(max-width: 765px){#category .product_list.grid>.row{display:grid;grid-template-columns:1fr 1fr}}@media(max-width: 320px){#category .product_list.grid>.row{grid-template-columns:1fr}}@media(max-width: 765px){#logo_row_header .ApColumn:nth-child(3){display:flex}}.buy_by_phone{margin-top:10px}#buy-by-phone-popup{position:fixed;inset:0;z-index:999999;opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center;transition:opacity 250ms ease,visibility 250ms ease;overflow:auto}#buy-by-phone-popup.active{opacity:1;visibility:visible}#buy-by-phone-popup::before{content:\"\";position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);backdrop-filter:blur(2px)}#buy-by-phone-popup .buy-by-phone-popup--wrapper{position:relative;width:100%;max-width:700px;padding:30px;background:#fff;border:1px solid #e5e5e5;border-radius:5px;z-index:1}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header{position:relative}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header--close{position:absolute;top:-23px;right:-20px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-header--close .close-popup{font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body{display:grid;grid-template-columns:1fr 1fr;max-height:calc(100vh - 130px);overflow-y:auto;padding:10px 10px 10px 0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left{display:flex;align-items:center}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left .popup-img .product-cover{width:100%;max-width:fit-content;margin-left:auto;margin-right:auto}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right{display:flex;justify-content:center;flex-direction:column}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right p{color:#000;font-size:14px;font-weight:600}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group{margin-bottom:5px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control{border-radius:3px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-name::placeholder,#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group .form-control.form-control-phone::placeholder{color:#000}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio{display:flex;flex-direction:row;align-items:center;gap:15px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio .radio-inline{display:flex;align-items:center;gap:5px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-radio .radio-inline input[type=radio]{width:20px;height:20px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka{display:flex;flex-direction:row;gap:10px;align-items:baseline}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka input#polityka{width:fit-content}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-group.form-group-polityka label{text-align:left;font-size:10px;margin-bottom:0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .form-cols{display:grid;grid-template-columns:1fr 1fr;column-gap:5px;font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-body-top>p{color:#a340ff}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-body-top>p>a{color:#a340ff;text-decoration:underline}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--right .popup-input-alert{color:red}@media(max-width: 700px){#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body{grid-template-columns:1fr}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-body .popup-body--left{display:none}}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert{display:none;position:absolute;inset:0}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert.active{display:block}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert::after{content:\"\";position:absolute;inset:-1px;background:rgba(0,0,0,.3);border-radius:5px;backdrop-filter:blur(2px)}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);padding:30px;background:#fff;border:1px solid #e5e5e5;border-radius:5px;z-index:1;width:100%;max-width:300px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper .popup-alert-close{position:absolute;top:5px;right:10px;font-size:16px}#buy-by-phone-popup .buy-by-phone-popup--wrapper .popup-alert .popup-alert-wrapper .popup-alert-data p{margin:10px 0 0 0}.cky-box-bottom-left,.cky-revisit-bottom-left{bottom:70px !important;left:10px !important}#category-description p{color:#000}#cookiesplus-modal .cookiesplus-close-and-save{display:none !important}#box-product-accessories{margin-bottom:20px}#box-product-accessories .buy-protector-btn{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#a340ff !important;border-radius:5px;width:100%;font-size:16px;line-height:24px;font-weight:700;text-transform:initial;min-height:50px;transition:all .3s ease-in}#box-product-accessories .buy-protector-btn:hover{background-color:#010c4a !important}#box-product-accessories .product-accessories-title{margin:10px 0;text-align:center;font-weight:700;font-size:24px;text-transform:uppercase}#box-product-accessories #box-accessories-slider{display:none}#box-product-accessories #box-accessories-slider .slick-track{padding-top:15px;padding-bottom:15px}#box-product-accessories #box-accessories-slider .slick-arrow{width:30px;height:30px;line-height:28px;text-align:center;background:#fff;border:1px solid #eee;transition:all .5s ease;border-radius:15px;color:rgba(0,0,0,0);top:20px;transform:translate(-50%, -50%)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-next{left:calc(50% + 20px)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-next::before{content:\"\"}#box-product-accessories #box-accessories-slider .slick-arrow.slick-prev{left:calc(50% - 20px)}#box-product-accessories #box-accessories-slider .slick-arrow.slick-prev::before{content:\"\"}#box-product-accessories #box-accessories-slider .slick-arrow::before{font-family:\"FontAwesome\";color:#999;font-size:14px;display:block;transition:all .5s ease;position:absolute;width:100%;height:100%;top:0;left:0}#box-product-accessories .ajax_block_product .product-price-and-shipping{display:none !important}#featured-products-box{position:relative}#featured-products-box .featured-products-box-slider{position:initial}@media(max-width: 600px){#featured-products-box .featured-products-box-slider{padding-top:30px;position:relative}}#featured-products-box .featured-products-box-slider .slick-arrow{top:0;transform:none;width:30px;height:30px;line-height:28px;text-align:center;background:#010c4a;border:1px solid #010c4a;transition:all .5s ease;border-radius:15px;color:#fff}#featured-products-box .featured-products-box-slider .slick-arrow.slick-prev{left:auto;right:40px}@media(max-width: 600px){#featured-products-box .featured-products-box-slider .slick-arrow.slick-prev{left:calc(50% - 40px);transform:translateX(-50%)}}#featured-products-box .featured-products-box-slider .slick-arrow.slick-next{right:0}@media(max-width: 600px){#featured-products-box .featured-products-box-slider .slick-arrow.slick-next{right:calc(50% - 40px);transform:translateX(-50%)}}#featured-products-box .featured-products-box-slider .slick-arrow:hover{border-color:#a340ff;background-color:#a340ff}body>div[class^=htmlboxpro]{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;padding-top:10px;padding-bottom:10px;background:#a441fc}body>div[class^=htmlboxpro] *{color:#fff}body>div[class^=htmlboxpro] p{color:#fff;font-size:15px;font-weight:500;text-align:center;margin-bottom:0}body>div[class^=htmlboxpro] p a{color:#fff !important}.tabs-product{display:flex;flex-direction:column}.tabs-product .tabs-nav{display:flex;list-style:none;margin:0;padding:0;border-bottom:1px solid #eee}@media(max-width: 525px){.tabs-product .tabs-nav{display:block}}.tabs-product .tabs-nav li{margin:0;padding:10px 20px;cursor:pointer;border-bottom:none;font-weight:600;font-size:16px}@media(max-width: 768px){.tabs-product .tabs-nav li{font-size:14px}}@media(max-width: 525px){.tabs-product .tabs-nav li{text-align:center;border:1px solid #eee}}.tabs-product .tabs-nav li.active{font-weight:bold;color:#a340ff}.tabs-product .tabs-content{padding:25px 0}.tabs-product .tabs-content>div{display:none}.tabs-product .tabs-content>div.active{display:block}","// out: dr_materac.css, compress: true, sourceMap: true\r\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');\r\n\r\n//* Colors\r\n$cWhite: #fff;\r\n$cCloud: #f7f7f7;\r\n$cBlack: #000;\r\n$cDarkViolet: #010c4a;\r\n$cLavender: #a340ff;\r\n\r\n$cTxtWhite: #fff;\r\n$cTxtLavender: #a340ff;\r\n$cTxtViolet: #3e2780;\r\n$cTxtDarkViolet: #010c4a;\r\n$cTxtBlack: #010101;\r\n\r\n//* Global\r\nbody {\r\n font-family: 'Poppins', sans-serif !important;\r\n}\r\n\r\n.iview-timer {\r\n width: 100% !important;\r\n left: 50% !important;\r\n transform: translateX(-50%);\r\n}\r\n\r\n.left_header {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.left_header p img {\r\n margin: 0 7px 0 24px;\r\n filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%);\r\n}\r\n\r\n.left_header p a {\r\n color: $cTxtWhite;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li {\r\n margin: 0;\r\n\r\n &:first-child {\r\n margin-left: -15px;\r\n }\r\n\r\n >a {\r\n padding: 0;\r\n font-size: 18px;\r\n font-weight: 400;\r\n line-height: 1.5;\r\n text-transform: unset;\r\n padding: 10px 15px;\r\n }\r\n}\r\n\r\n.block-category #category-description p {\r\n color: #696868;\r\n font-weight: 400;\r\n}\r\n\r\n.block-category #category-description p strong {\r\n font-weight: 700;\r\n}\r\n\r\n.leo-megamenu {\r\n padding: 0;\r\n}\r\n\r\n.popup-over a.popup-title {\r\n padding: 0;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-end;\r\n line-height: 20px;\r\n}\r\n\r\n.chevron {\r\n margin-right: 5px;\r\n transition: transform 0.2s ease-in;\r\n}\r\n\r\n.popup-over:hover .chevron {\r\n transform: rotate(180deg);\r\n}\r\n\r\n.popup-over {\r\n float: unset;\r\n margin: 0;\r\n}\r\n\r\n.user_container {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-end;\r\n\r\n #language-selector-label {\r\n .popup-title {\r\n >picture {\r\n img {\r\n filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(106%) contrast(105%);\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.user_info_dr_materac {\r\n display: flex;\r\n flex-wrap: wrap;\r\n\r\n a {\r\n margin-left: 15px;\r\n }\r\n}\r\n\r\n.popup-over .popup-content {\r\n right: -30px;\r\n}\r\n\r\n.bottomnav .inner {\r\n border-bottom: none !important;\r\n}\r\n\r\n.bottomnav .ApHtml {\r\n line-height: unset !important;\r\n height: auto !important;\r\n background: none !important;\r\n}\r\n\r\n.bottomnav {\r\n .ApRow {\r\n .ApColumn {\r\n &:first-child {\r\n width: calc(100% - 300px) !important;\r\n\r\n @media (max-width: 991px) {\r\n text-align: center;\r\n width: 100% !important;\r\n\r\n .left_header {\r\n justify-content: center;\r\n gap: 20px;\r\n }\r\n }\r\n }\r\n\r\n &:last-child {\r\n width: 300px !important;\r\n\r\n @media (max-width: 991px) {\r\n text-align: center;\r\n width: 100% !important;\r\n justify-content: center !important;\r\n padding-top: 0 !important;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.box-slider {\r\n >.ApColumn {\r\n width: 100% !important;\r\n }\r\n}\r\n\r\n.header-top {\r\n padding: 45px 0 35px;\r\n transition: margin 0.3s ease-in;\r\n\r\n @media (max-width: 756px) {\r\n padding: 10px 0;\r\n }\r\n}\r\n\r\n.header-nav {\r\n font-size: 14px;\r\n padding: 10px;\r\n background: #010c4a;\r\n color: #fff;\r\n\r\n a {\r\n color: #fff;\r\n\r\n &.signin {\r\n margin-right: 10px;\r\n }\r\n }\r\n}\r\n\r\n.header-nav.hide-bar {\r\n transform: translateY(-30px);\r\n}\r\n\r\n.header-nav a,\r\n.header-nav {\r\n transition: all 0.3s ease-in;\r\n}\r\n\r\n.header-nav a:hover {\r\n color: $cLavender !important;\r\n}\r\n\r\n.list-cate-wrapper {\r\n display: none;\r\n}\r\n\r\n#leo_search_block_top .block_content {\r\n border: none;\r\n border-bottom: 2px solid $cLavender;\r\n border-radius: 0;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result input[type='text'] {\r\n padding: 0 5px;\r\n text-align: left;\r\n height: 30px;\r\n font-size: 14px;\r\n line-height: 21px;\r\n color: $cTxtBlack;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result input[type='text']::-webkit-input-placeholder {\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 21px;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result input[type='text']:-ms-input-placeholder {\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 21px;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result input[type='text']::placeholder {\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 21px;\r\n}\r\n\r\n#logo_row_header {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n margin-bottom: 25px;\r\n\r\n @media (max-width: 765px) {\r\n margin-bottom: 0;\r\n }\r\n\r\n #cart-block {\r\n color: $cTxtBlack;\r\n font-size: 16px;\r\n cursor: pointer;\r\n }\r\n}\r\n\r\n.header-top .ApColumn .block {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n#leo_search_block_top .block_content {\r\n padding: 0;\r\n}\r\n\r\n#leo_search_block_top .block_content button[type='submit'] {\r\n display: none;\r\n}\r\n\r\n#leosearchtopbox {\r\n width: 100%;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result {\r\n position: relative;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#leo_search_block_top .block_content .leoproductsearch-result i {\r\n background-image: url(../img/layout/magnifier.svg);\r\n width: 17px;\r\n height: 17px;\r\n display: block;\r\n cursor: pointer;\r\n background-size: cover;\r\n\r\n &:hover {\r\n background-image: url(../img/layout/magnifier-hover.svg);\r\n }\r\n}\r\n\r\n.cart-preview .header {\r\n margin-top: 0;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n\r\n picture {\r\n background: #a340ff;\r\n display: inline-flex;\r\n width: 30px;\r\n height: 30px;\r\n align-items: center;\r\n justify-content: center;\r\n margin-right: 5px;\r\n border-radius: 50%;\r\n\r\n img {\r\n filter: invert(100%) sepia(100%) saturate(0) hue-rotate(22deg) brightness(106%) contrast(105%);\r\n }\r\n }\r\n}\r\n\r\n.nav.megamenu.horizontal {\r\n list-style: none;\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n margin-bottom: 0px;\r\n}\r\n\r\n.nav.megamenu.horizontal li {\r\n margin-right: 19px;\r\n}\r\n\r\n.nav.megamenu.horizontal li.last_element {\r\n margin-right: 0;\r\n margin-left: auto;\r\n}\r\n\r\n.nav.megamenu.horizontal li.fat_menu a {\r\n font-weight: 700;\r\n}\r\n\r\n@keyframes flashMenu {\r\n 0% {\r\n color: $cTxtBlack;\r\n }\r\n\r\n 50% {\r\n color: #fe6700;\r\n }\r\n\r\n 100% {\r\n color: $cTxtBlack;\r\n }\r\n}\r\n\r\n.nav.megamenu.horizontal li.last_element a {\r\n background-color: #fe6700;\r\n padding-bottom: 0 !important;\r\n padding: 0px 15px 0;\r\n border-radius: 20px;\r\n color: #fff;\r\n font-weight: 500;\r\n transition: background-color 0.3s ease-in;\r\n margin-bottom: 24px;\r\n}\r\n\r\n.nav.megamenu.horizontal li.last_element a:hover {\r\n background-color: #3e2780;\r\n color: #fff !important;\r\n}\r\n\r\n#prices-drop .nav.megamenu.horizontal li.last_element a {\r\n animation: none;\r\n color: #fff !important;\r\n}\r\n\r\n#prices-drop .nav.megamenu.horizontal li.last_element a:active {\r\n animation: none;\r\n color: #fff !important;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li.active>a,\r\n.leo-megamenu .navbar-nav>li:hover>a,\r\n.leo-megamenu .navbar-nav>li:focus>a {\r\n color: $cTxtLavender;\r\n}\r\n\r\n.header-menu {\r\n border: none;\r\n}\r\n\r\n.header-menu:before {\r\n display: none;\r\n}\r\n\r\n.iview-controlNav div.iview-items ul li a.iview-control {\r\n width: 8px;\r\n height: 8px;\r\n background-color: $cTxtBlack;\r\n opacity: 1;\r\n margin: 0 4px;\r\n}\r\n\r\n.iview-controlNav div.iview-items ul li a.iview-control.active,\r\n.iview-controlNav div.iview-items ul li a.iview-control:hover {\r\n transform: scale(1);\r\n background-color: $cTxtLavender;\r\n}\r\n\r\n.ApColumn .block {\r\n margin-bottom: 0;\r\n}\r\n\r\n.my_box_container {\r\n box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.06);\r\n border-radius: 5px;\r\n display: grid;\r\n grid-template-columns: repeat(4, 1fr);\r\n padding: 34px 24px 34px 30px;\r\n margin-bottom: 64px;\r\n}\r\n\r\n.my_box_small {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n}\r\n\r\n.my_image_container {\r\n margin-right: 25px;\r\n}\r\n\r\n.my_content_container {}\r\n\r\n.my_box_container p {\r\n color: $cTxtBlack;\r\n font-weight: 600;\r\n font-size: 16px;\r\n line-height: 19px;\r\n margin: 0;\r\n text-align: left;\r\n}\r\n\r\n.box-slider {\r\n padding-bottom: 0 !important;\r\n margin-bottom: 38px !important;\r\n}\r\n\r\n.leo-cart-dropdown-action a.btn.cart-dropdow-checkout {\r\n background-color: #3e2780;\r\n}\r\n\r\n.content.tab_links_container {\r\n display: grid;\r\n grid-template-columns: repeat(8, 1fr);\r\n text-align: center;\r\n grid-gap: 30px 5px;\r\n}\r\n\r\n.tab_links_container a {\r\n display: block;\r\n}\r\n\r\n.tab_links_container img {\r\n margin-bottom: 11px;\r\n transition: transform 0.2s ease-in;\r\n max-width: 100%;\r\n}\r\n\r\n.tab_links_container p {\r\n font-size: 13px;\r\n line-height: 14px;\r\n color: $cTxtBlack;\r\n font-weight: 400;\r\n transition: color 0.2s ease-in, font-weight 0.2s ease-in;\r\n}\r\n\r\n.tab_links_container a:hover p {\r\n color: #3e2780;\r\n font-weight: 700;\r\n}\r\n\r\n.tab_links_container a:hover img {\r\n transform: scale(0.9);\r\n}\r\n\r\n.ApColumn {\r\n .title_block {\r\n color: $cTxtDarkViolet !important;\r\n font-family: 'Roboto';\r\n font-style: normal;\r\n font-weight: 600 !important;\r\n font-size: 24px !important;\r\n line-height: 1.5 !important;\r\n text-align: center;\r\n padding-left: 0 !important;\r\n padding-bottom: 15px !important;\r\n width: fit-content;\r\n margin-left: auto !important;\r\n margin-right: auto !important;\r\n text-transform: uppercase !important;\r\n\r\n &:before {\r\n top: auto !important;\r\n bottom: 0 !important;\r\n height: 2px !important;\r\n background: $cLavender !important;\r\n width: 90% !important;\r\n left: 5%;\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n }\r\n }\r\n}\r\n\r\n#findTab .nav-item a.nav-link {\r\n color: #696868;\r\n font-size: 15px;\r\n line-height: 52px;\r\n display: block;\r\n padding: 0 35px;\r\n background-color: #f1f1f1;\r\n font-weight: 400;\r\n text-transform: unset;\r\n border-radius: 0;\r\n border: none !important;\r\n transition: background-color 0.3s ease-in;\r\n}\r\n\r\n#findTab .nav-item {\r\n margin: 0;\r\n}\r\n\r\n#findTab .nav-item a.nav-link.active {\r\n background-color: #fff;\r\n font-weight: 700;\r\n color: #000;\r\n border: none;\r\n}\r\n\r\n#findTab .nav-tabs .nav-link:focus,\r\n#findTab .nav-tabs .nav-link:hover {\r\n border: none;\r\n}\r\n\r\n#findTab .nav-tabs .nav-link {\r\n border: none;\r\n}\r\n\r\n#findTab {\r\n padding-bottom: 40px;\r\n}\r\n\r\n.find_for_you {\r\n padding-bottom: 41px;\r\n border-bottom: 1px solid #d8d8d8;\r\n}\r\n\r\n.ApColumn .block.find_for_you {\r\n margin-bottom: 60px;\r\n}\r\n\r\n.tab-pane[aria-labelledby='size-tab'] .img_container {\r\n padding: 0 10px;\r\n}\r\n\r\n.tab-pane[aria-labelledby='producent-tab'] .img_container {\r\n padding: 0 0px;\r\n display: flex;\r\n width: 100%;\r\n align-items: center;\r\n justify-content: center;\r\n margin-bottom: 11px;\r\n min-height: 82px;\r\n}\r\n\r\n.tab-pane[aria-labelledby='producent-tab'] .tab_links_container img {\r\n margin: 0;\r\n}\r\n\r\n.thumbnail-container .product-title a {\r\n display: block;\r\n text-align: center;\r\n color: $cBlack;\r\n font-size: 15px;\r\n line-height: 1.5;\r\n margin-bottom: 25px;\r\n font-weight: 500;\r\n height: 68px;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n display: -webkit-box;\r\n -webkit-line-clamp: 3;\r\n /* number of lines to show */\r\n line-clamp: 3;\r\n -webkit-box-orient: vertical;\r\n}\r\n\r\n.product-flags {\r\n display: flex;\r\n flex-direction: column;\r\n padding: 0;\r\n text-align: center;\r\n top: 21px;\r\n left: 0;\r\n}\r\n\r\n.product-flags .product-flag {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: #fff;\r\n font-size: 13px;\r\n line-height: 25px;\r\n padding: 0 18px;\r\n border-radius: 5px;\r\n}\r\n\r\n.product-flags .product-flag.new {\r\n background-color: #9a40eb;\r\n}\r\n\r\n.product-flags .product-flag.discount {\r\n background-color: #fe6700;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n min-height: 25px;\r\n font-size: 20px;\r\n}\r\n\r\n.box-ptabs .nav-tabs .nav-item a:hover,\r\n.box-cate .widget-category_image a:hover,\r\n.thumbnail-container .product-title a:hover,\r\n.leo-megamenu .navbar-nav>li>a:hover,\r\n.leo-megamenu .navbar-nav>li>a:focus,\r\n.leo-megamenu .navbar-nav>li>a:active {\r\n color: $cTxtLavender !important;\r\n}\r\n\r\n#leo_search_block_top .ac_results {\r\n min-width: 320px;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping .price {\r\n color: $cLavender;\r\n font-size: 16px;\r\n line-height: 1.5px;\r\n font-weight: 600;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping .regular-price {\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-weight: 400;\r\n}\r\n\r\n.thumbnail-container .product-meta {\r\n padding: 0 21px 21px;\r\n}\r\n\r\n.box-product .owl-carousel .owl-item.active:before,\r\n.box-ptabs .owl-carousel .owl-item.active:before,\r\n.box-tdeals .owl-carousel .owl-item.active:before {\r\n display: none !important;\r\n}\r\n\r\n.button_container a {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n width: 100%;\r\n background-color: $cTxtViolet;\r\n border-radius: 5px;\r\n height: 40px;\r\n padding: 0 17px;\r\n font-size: 14px;\r\n line-height: 26px;\r\n font-weight: 600;\r\n margin-top: 12px;\r\n transition: color 0.3s ease-in, background-color 0.3s ease-in;\r\n color: #fff;\r\n}\r\n\r\n.button_container a:hover {\r\n color: #fff;\r\n background-color: $cLavender;\r\n}\r\n\r\n.button_container a img {\r\n transition: filter 0.3s ease-in;\r\n}\r\n\r\n.button_container a:hover img {\r\n filter: brightness(0) invert(1);\r\n}\r\n\r\n.thumbnail-container {\r\n margin-bottom: 0;\r\n}\r\n\r\narticle.product-miniature {\r\n background-color: #fff;\r\n border-radius: 5px;\r\n transition: box-shadow 0.2s ease-in;\r\n\r\n .product-card-widget-stars {\r\n #ekomi-product-widget-identifier {\r\n display: none;\r\n }\r\n\r\n #widget-container {\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n }\r\n }\r\n}\r\n\r\n.list article.product-miniature {\r\n float: left;\r\n}\r\n\r\n.product_list .ajax_block_product {\r\n border: none;\r\n}\r\n\r\n.list .col-xl-4,\r\n.page-prices-drop .grid .col-xl-4 {\r\n margin-bottom: 30px;\r\n}\r\n\r\n.product_list.list .thumbnail-container .product-title a {\r\n text-align: left;\r\n}\r\n\r\n#category .product_list .ajax_block_product {\r\n margin-bottom: 30px;\r\n}\r\n\r\n.product_list {\r\n border: none;\r\n box-shadow: none;\r\n\r\n &.list {\r\n .product-title {\r\n a {\r\n margin-bottom: 0 !important;\r\n }\r\n }\r\n\r\n .product-price-and-shipping {\r\n justify-content: flex-start;\r\n }\r\n\r\n .button_container {\r\n a {\r\n max-width: 175px;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.product_list li {\r\n margin-bottom: 33px;\r\n}\r\n\r\n.light_gray_bg {\r\n position: relative;\r\n padding-top: 94px;\r\n margin-bottom: 0px !important;\r\n z-index: 1;\r\n}\r\n\r\n.light_gray_bg::before {\r\n height: 100%;\r\n width: 100vw;\r\n content: '';\r\n position: absolute;\r\n left: 50%;\r\n top: 0;\r\n transform: translateX(-50%);\r\n background-color: rgba(216, 216, 216, 0.3);\r\n}\r\n\r\n.dark_gray_bg.light_gray_bg::before {\r\n background-color: #eaeaea;\r\n}\r\n\r\n.owl-theme .owl-controls .owl-pagination {\r\n margin: 66px 0 0 !important;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.owl-theme .owl-controls span {\r\n margin: 0 4px !important;\r\n background-color: #babcbc !important;\r\n}\r\n\r\n.owl-theme .owl-controls .owl-page.active span,\r\n.owl-theme .owl-controls.clickable .owl-page:hover span {\r\n background-color: #3e2780 !important;\r\n}\r\n\r\n.ApColumn .block.products_block {\r\n margin-bottom: 58px;\r\n}\r\n\r\n.blog-viewall {\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n margin: 70px 0 88px;\r\n}\r\n\r\n.blog-viewall .btn-primary {\r\n background-color: #3e2780;\r\n border-radius: 5px;\r\n color: #fff;\r\n display: flex;\r\n padding: 16px 32px;\r\n font-weight: 600;\r\n text-transform: unset;\r\n transition: color 0.3s ease-in, background-color 0.3s ease-in;\r\n}\r\n\r\n.blog-viewall .btn-primary:hover {\r\n color: #fff;\r\n background-color: #24b28c;\r\n}\r\n\r\n.blog_carousel .owl-carousel .owl-item {\r\n padding: 0 10px 0 0;\r\n\r\n .blog-container {\r\n min-height: 440px !important;\r\n }\r\n}\r\n\r\n.blog_carousel .block_content {\r\n padding: 0 15px;\r\n}\r\n\r\n.blog_carousel .item {\r\n background-color: #fff;\r\n border-radius: 8px;\r\n overflow: hidden;\r\n}\r\n\r\n.owl-carousel.owl-loading::before,\r\n#back-top a {\r\n background-color: $cLavender !important;\r\n}\r\n\r\n#back-top a:hover {\r\n color: #fff !important;\r\n background-color: $cDarkViolet !important;\r\n}\r\n\r\n.latest-blogs .blog-desc {\r\n max-height: 147px !important;\r\n color: #010101 !important;\r\n font-weight: 400 !important;\r\n margin: 0 0 18px !important;\r\n line-height: 21px !important;\r\n overflow: hidden !important;\r\n}\r\n\r\n.latest-blogs .blog-image-container {\r\n margin: 0 !important;\r\n overflow: hidden;\r\n}\r\n\r\n.latest-blogs {\r\n padding-bottom: 0;\r\n\r\n .blog-image-container {\r\n img {\r\n max-height: 200px;\r\n object-fit: cover;\r\n }\r\n }\r\n\r\n .right-block {\r\n .author {\r\n display: none;\r\n }\r\n\r\n .nbcomment {\r\n display: none;\r\n }\r\n }\r\n}\r\n\r\n.right-block {\r\n padding: 20px;\r\n}\r\n\r\n.latest-blogs .blog-meta>span {\r\n display: inline-block;\r\n vertical-align: top;\r\n margin: 0;\r\n width: 100%;\r\n color: #696868;\r\n font-style: initial;\r\n font-size: 12px;\r\n line-height: 21px;\r\n margin-bottom: 4px;\r\n text-transform: lowercase;\r\n}\r\n\r\n.latest-blogs .blog-title {\r\n font-size: 18px;\r\n text-transform: inherit;\r\n line-height: 24px;\r\n margin: 0 0 4px;\r\n font-weight: 600;\r\n height: 23px;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n font-style: initial;\r\n color: $cTxtBlack;\r\n}\r\n\r\n.see_more_blog img {\r\n margin-left: 12px;\r\n}\r\n\r\n// .bestsellers_row {\r\n// padding-top: 100px;\r\n// padding-bottom: 160px;\r\n// }\r\n\r\n.manufacturers_block img {\r\n opacity: 1 !important;\r\n border-radius: 5px;\r\n}\r\n\r\n.manufacturer-image-container {\r\n text-align: center;\r\n border: 1px solid transparent;\r\n border-radius: 5px;\r\n transition: border-color 0.3s ease-in;\r\n}\r\n\r\n.manufacturer-image-container a {\r\n display: block;\r\n}\r\n\r\n.manufacturer-image-container:hover {\r\n border-color: #3e2780;\r\n}\r\n\r\n.footer_seo {\r\n text-align: justify;\r\n}\r\n\r\n.footer_seo h3,\r\n.my_footer_row h3 {\r\n color: $cTxtBlack;\r\n font-size: 18px;\r\n line-height: 24px;\r\n font-weight: 600;\r\n margin-bottom: 15px;\r\n}\r\n\r\n.footer_seo p {\r\n color: $cTxtBlack;\r\n font-size: 12px;\r\n line-height: 20px;\r\n font-weight: 400;\r\n margin-bottom: 14px;\r\n}\r\n\r\n.my_footer_row {\r\n display: grid;\r\n grid-template-columns: repeat(4, 1fr);\r\n gap: 30px 0;\r\n}\r\n\r\n.my_footer_row.top_row {\r\n display: flex;\r\n justify-content: space-between;\r\n flex-wrap: wrap;\r\n\r\n .my_footer_col {\r\n width: calc(100% / 4);\r\n margin: 0 !important;\r\n\r\n @media (max-width: 767px) {\r\n width: calc(100% / 2);\r\n }\r\n }\r\n}\r\n\r\n.row.footer_inside_row {\r\n margin: 0;\r\n}\r\n\r\n.row.footer_inside_row>div {\r\n padding: 0;\r\n}\r\n\r\n.adres_container p {\r\n color: $cTxtBlack;\r\n font-size: 12px;\r\n line-height: 20px;\r\n margin: 0;\r\n}\r\n\r\n.adres_container p a {\r\n color: $cTxtBlack;\r\n display: block;\r\n}\r\n\r\n.my_footer_row li a {\r\n display: block;\r\n font-size: 13px;\r\n line-height: 20px;\r\n margin-bottom: 8px;\r\n}\r\n\r\n#footer a:hover {\r\n color: $cTxtLavender;\r\n}\r\n\r\n.my_footer_row ul {\r\n margin-bottom: 16px;\r\n}\r\n\r\n.img_footer_container img {\r\n width: auto;\r\n max-width: 100%;\r\n}\r\n\r\n.img_footer_container {\r\n display: grid;\r\n grid-gap: 24px 0;\r\n margin-top: 9px;\r\n}\r\n\r\n.footer {\r\n background: #f5fafe;\r\n}\r\n\r\n.my_footer_content {\r\n display: flex;\r\n flex-wrap: wrap;\r\n flex-direction: column;\r\n}\r\n\r\n.my_footer_row h4 {\r\n font-size: 13px;\r\n line-height: 20px;\r\n font-weight: 600;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.my_footer_col.informacje,\r\n.my_footer_col.bezpieczne_platnosci {\r\n margin-right: 60px;\r\n}\r\n\r\n.my_footer_col.moje_konto {\r\n margin-right: 66px;\r\n}\r\n\r\n.footer_social_media_container {\r\n margin-top: 20px;\r\n}\r\n\r\n.footer_social_media_container img {\r\n margin-right: 24px;\r\n transition: transform 0.2s ease-in;\r\n}\r\n\r\n.footer_social_media_container a:hover img {\r\n transform: scale(0.9);\r\n}\r\n\r\n.my_footer_content>a {\r\n display: block;\r\n margin-bottom: 3px;\r\n line-height: 20px;\r\n}\r\n\r\n.single_element h3 {\r\n margin-bottom: 0;\r\n}\r\n\r\n.single_element {\r\n margin-top: 5px;\r\n margin-bottom: 14px;\r\n}\r\n\r\n.leo-fly-cart-total {\r\n background-color: $cLavender;\r\n}\r\n\r\n.footer-bottom .inner,\r\n.footer-center .inner {\r\n border: none;\r\n}\r\n\r\n.footer-top {\r\n background-color: #3e2780;\r\n padding: 0;\r\n margin: 0;\r\n}\r\n\r\n.footer-top .container {\r\n max-width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n width: 100%;\r\n}\r\n\r\n.footer-top .ApColumn .block {\r\n margin: 0;\r\n}\r\n\r\n#cta_row {\r\n display: flex;\r\n flex-wrap: wrap;\r\n padding: 0;\r\n margin: 0;\r\n\r\n .ApColumn {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: #fff;\r\n }\r\n}\r\n\r\n#cta_row .col-xl-6 {\r\n float: unset;\r\n width: unset;\r\n -ms-flex: 0 0 50%;\r\n flex: 0 0 50%;\r\n max-width: 50%;\r\n display: flex;\r\n align-items: center;\r\n padding: 0;\r\n}\r\n\r\n#cta_row .col-xl-6.left_cta {\r\n justify-content: flex-end;\r\n padding-right: 158px;\r\n}\r\n\r\n#cta_row .content_cta {}\r\n\r\n#cta_row h3 {\r\n color: #ffffff;\r\n font-size: 28px;\r\n line-height: 42px;\r\n margin-bottom: 55px;\r\n text-align: center;\r\n font-weight: 700;\r\n}\r\n\r\n@-webkit-keyframes bounceIn {\r\n\r\n from,\r\n 20%,\r\n 40%,\r\n 60%,\r\n 80%,\r\n to {\r\n -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\r\n animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\r\n }\r\n\r\n 0% {\r\n opacity: 0;\r\n -webkit-transform: scale3d(0.3, 0.3, 0.3);\r\n transform: scale3d(0.3, 0.3, 0.3);\r\n }\r\n\r\n 20% {\r\n -webkit-transform: scale3d(1.1, 1.1, 1.1);\r\n transform: scale3d(1.1, 1.1, 1.1);\r\n }\r\n\r\n 40% {\r\n -webkit-transform: scale3d(0.9, 0.9, 0.9);\r\n transform: scale3d(0.9, 0.9, 0.9);\r\n }\r\n\r\n 60% {\r\n opacity: 1;\r\n -webkit-transform: scale3d(1.03, 1.03, 1.03);\r\n transform: scale3d(1.03, 1.03, 1.03);\r\n }\r\n\r\n 80% {\r\n -webkit-transform: scale3d(0.97, 0.97, 0.97);\r\n transform: scale3d(0.97, 0.97, 0.97);\r\n }\r\n\r\n to {\r\n opacity: 1;\r\n -webkit-transform: scale3d(1, 1, 1);\r\n transform: scale3d(1, 1, 1);\r\n }\r\n}\r\n\r\n@keyframes bounceIn {\r\n\r\n from,\r\n 20%,\r\n 40%,\r\n 60%,\r\n 80%,\r\n to {\r\n -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\r\n animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\r\n }\r\n\r\n 0% {\r\n opacity: 0;\r\n -webkit-transform: scale3d(0.3, 0.3, 0.3);\r\n transform: scale3d(0.3, 0.3, 0.3);\r\n }\r\n\r\n 20% {\r\n -webkit-transform: scale3d(1.1, 1.1, 1.1);\r\n transform: scale3d(1.1, 1.1, 1.1);\r\n }\r\n\r\n 40% {\r\n -webkit-transform: scale3d(0.9, 0.9, 0.9);\r\n transform: scale3d(0.9, 0.9, 0.9);\r\n }\r\n\r\n 60% {\r\n opacity: 1;\r\n -webkit-transform: scale3d(1.03, 1.03, 1.03);\r\n transform: scale3d(1.03, 1.03, 1.03);\r\n }\r\n\r\n 80% {\r\n -webkit-transform: scale3d(0.97, 0.97, 0.97);\r\n transform: scale3d(0.97, 0.97, 0.97);\r\n }\r\n\r\n to {\r\n opacity: 1;\r\n -webkit-transform: scale3d(1, 1, 1);\r\n transform: scale3d(1, 1, 1);\r\n }\r\n}\r\n\r\n#cta_row p {\r\n color: #000;\r\n font-size: 31px;\r\n line-height: 34px;\r\n text-align: center;\r\n background-color: #fff;\r\n border-radius: 5px;\r\n padding: 16px;\r\n font-weight: 700;\r\n margin-bottom: 0;\r\n -webkit-animation-duration: 2s;\r\n animation-duration: 2s;\r\n -webkit-animation-name: bounceIn;\r\n animation-name: bounceIn;\r\n animation-iteration-count: infinite;\r\n}\r\n\r\n#cta_row p a,\r\n#cta_row p a:hover {\r\n color: #000;\r\n}\r\n\r\n#cta_row .links_cta {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#cta_row .links_cta a {}\r\n\r\n#cta_row .links_cta p {\r\n animation: none;\r\n color: #fff;\r\n background-color: transparent;\r\n padding: 0;\r\n margin: 0;\r\n font-size: 14px;\r\n line-height: 14px;\r\n margin: 0 40px 0 0;\r\n font-weight: 500;\r\n}\r\n\r\n#cta_row .footer_social_media_container {\r\n margin: 0;\r\n}\r\n\r\n.links_cta {\r\n margin-top: 72px;\r\n}\r\n\r\n#cta_row .footer_social_media_container img {\r\n width: 44px;\r\n}\r\n\r\n.footer-center .inner {\r\n padding-top: 75px;\r\n}\r\n\r\n.footer-bottom,\r\n.footer-bottom .inner {\r\n padding: 0;\r\n}\r\n\r\n.footer-bottom .ApColumn .block {\r\n margin-bottom: 0;\r\n}\r\n\r\n.bottom_row {\r\n display: flex;\r\n align-items: center;\r\n flex-wrap: wrap;\r\n justify-content: center;\r\n margin-top: 100px;\r\n}\r\n\r\n.bottom_row p {\r\n margin: 17px 0 27px;\r\n color: $cTxtBlack;\r\n font-size: 13px;\r\n line-height: 18px;\r\n width: 100%;\r\n text-align: center;\r\n}\r\n\r\n.salony_row {\r\n padding-bottom: 34px;\r\n}\r\n\r\n.salony_row .title {\r\n background-color: #fff;\r\n text-align: center;\r\n width: 100%;\r\n font-size: 18px;\r\n font-weight: 600;\r\n padding: 20px 110px;\r\n color: #696868;\r\n transition: color 0.2s ease-in, background-color 0.2s ease-in;\r\n}\r\n\r\n.salony_row a:hover .title {\r\n color: #fff;\r\n background-color: #3e2780;\r\n}\r\n\r\n.salony_row .item {\r\n border-radius: 5px;\r\n overflow: hidden;\r\n}\r\n\r\n#main .page-footer {\r\n display: none;\r\n}\r\n\r\n.manufacturers_block {\r\n padding-top: 104px;\r\n margin-bottom: 70px !important;\r\n}\r\n\r\n//* Breadcrumbs\r\n#wrapper .breadcrumb {\r\n margin-bottom: 0;\r\n padding-bottom: 24px;\r\n border-bottom: 2px solid #f6f6f6;\r\n margin-bottom: 33px;\r\n}\r\n\r\n#product #wrapper .breadcrumb {\r\n margin-bottom: 18px;\r\n}\r\n\r\n#wrapper .breadcrumb li::after {\r\n margin: 0 10px 0 5px;\r\n}\r\n\r\n#wrapper .breadcrumb li a {\r\n color: #696868;\r\n font-size: 11px;\r\n line-height: 23px;\r\n text-transform: lowercase;\r\n}\r\n\r\n#wrapper .breadcrumb li:last-child a {\r\n color: $cTxtLavender;\r\n text-decoration: none;\r\n}\r\n\r\n//* End breadcrumbs\r\n\r\n.block-category #category-description {\r\n margin-top: 0;\r\n}\r\n\r\n.block-category #category-description p:first-child {\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 22px;\r\n margin-bottom: 24px;\r\n}\r\n\r\n.products-selection {\r\n padding-top: 0;\r\n padding-bottom: 0;\r\n margin-bottom: 24px;\r\n border-bottom: none;\r\n}\r\n\r\n#js-product-list-top .row {\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n\r\n#js-product-list-top .total-products {\r\n order: 2;\r\n display: flex;\r\n justify-content: flex-end;\r\n}\r\n\r\n#js-product-list-top .total-products p {\r\n display: none;\r\n}\r\n\r\n.products-selection .display>div a {\r\n height: 33px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.products-selection .display>div a[title='Grid'] {\r\n width: 36px;\r\n}\r\n\r\n.products-selection .display>div a[title='List'] {\r\n width: 43px;\r\n}\r\n\r\n.products-selection .display>div {\r\n margin-right: 13px;\r\n}\r\n\r\n.products-selection .display>div#list {\r\n margin-right: 0;\r\n}\r\n\r\n.products-selection .display>div a img {\r\n transition: filter 0.2s ease-in;\r\n}\r\n\r\n.products-selection .display>div a:hover img {\r\n filter: grayscale(1);\r\n}\r\n\r\n.sort_border {\r\n margin-left: 15px;\r\n padding: 7px 16px;\r\n border: 1px solid #d8d8d8;\r\n border-radius: 4px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n transition: background-color 0.2s ease-in;\r\n}\r\n\r\n.products-selection .sort-by {\r\n padding-left: 0;\r\n padding-right: 0;\r\n color: #3e2780;\r\n font-weight: 600;\r\n font-size: 13px;\r\n line-height: 39px;\r\n display: block;\r\n margin: 0 5px 0 0;\r\n}\r\n\r\n.sort_border .col-md-3,\r\n.sort_border .col-md-9 {\r\n float: unset !important;\r\n width: auto !important;\r\n padding: 0;\r\n}\r\n\r\n.products-selection button.select-title {\r\n padding: 0;\r\n color: $cTxtBlack;\r\n font-size: 13px;\r\n line-height: 36px;\r\n border: none;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n margin: 0 0 0 3px;\r\n}\r\n\r\n.chevron_sort_container {\r\n display: flex;\r\n position: relative;\r\n background-color: #3e2780;\r\n align-items: center;\r\n justify-content: center;\r\n border-radius: 4px;\r\n width: 32px;\r\n height: 32px;\r\n margin-left: 46px;\r\n transition: transform 0.3s ease-in;\r\n}\r\n\r\n.chevron_sort_container img {\r\n filter: brightness(0) invert(1);\r\n transform: rotate(90deg) translateX(2px);\r\n transition: transform 0.1s ease-in;\r\n}\r\n\r\nbutton[aria-expanded='true'] .chevron_sort_container {\r\n transform: rotate(180deg);\r\n}\r\n\r\nbutton[aria-expanded='true'] .chevron_sort_container img {\r\n transform: rotate(90deg) translateX(0);\r\n}\r\n\r\n.products-sort-order .dropdown-menu {\r\n left: 0;\r\n width: calc(100% - 20px);\r\n border: 1px solid #d8d8d8;\r\n border-radius: 0 0 4px 4px;\r\n font-size: 12px;\r\n padding: 0;\r\n margin: 9px 0 0 0;\r\n border-top: none;\r\n}\r\n\r\n.products-sort-order .select-list:hover {\r\n background-color: #fff;\r\n}\r\n\r\n.products-selection .display {\r\n float: unset;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#category .products-selection {\r\n margin-bottom: 62px;\r\n}\r\n\r\n.pagination {\r\n background-color: unset;\r\n border-radius: 0;\r\n padding: 0;\r\n margin-top: 50px;\r\n margin-bottom: 50px;\r\n}\r\n\r\n.pagination .page-list {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n padding: 0;\r\n width: auto;\r\n float: left;\r\n}\r\n\r\n.pagination .page-list li {\r\n padding: 0;\r\n width: 37px;\r\n height: 37px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n font-size: 14px;\r\n line-height: 24px;\r\n color: #696868;\r\n border-radius: 4px;\r\n}\r\n\r\n.pagination .page-list li:last-child a {\r\n border-right: none;\r\n}\r\n\r\n.pagination .page-list li:last-child a span {\r\n display: none;\r\n\r\n &.spacer {\r\n display: block;\r\n }\r\n}\r\n\r\n#category-description {\r\n padding: 50px;\r\n line-height: 1.5;\r\n\r\n h2 {\r\n font-size: 1.25rem;\r\n }\r\n}\r\n\r\n.pagination a {\r\n color: #696868;\r\n display: flex;\r\n width: 100%;\r\n height: 100%;\r\n align-items: center;\r\n justify-content: center;\r\n transition: background-color 0.3s ease-in, color 0.3s ease-in;\r\n border-radius: 4px;\r\n margin-right: 1px;\r\n}\r\n\r\n.pagination a:hover,\r\n.pagination .current a {\r\n background-color: #3e2780;\r\n color: #fff !important;\r\n}\r\n\r\n.pagination .page-list a.next img {\r\n transform: translateX(1px);\r\n}\r\n\r\n.pagination .page-list a.previous img {\r\n transform: rotate(-180deg) translate(1px, -1px);\r\n}\r\n\r\n.pagination .page-list a.next:hover img,\r\n.pagination .page-list a.previous:hover img {\r\n filter: brightness(0) invert(1);\r\n}\r\n\r\n#left-column .card-header {\r\n display: none;\r\n}\r\n\r\n#left-column .card {\r\n border: none;\r\n}\r\n\r\n#left-column .card-block {\r\n padding: 0;\r\n}\r\n\r\n.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink,\r\n.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover,\r\n.PM_ASearchTitle,\r\n.PM_ASBlockOutputHorizontal a,\r\n.PM_ASBlockOutputVertical a {\r\n font-weight: 500;\r\n}\r\n\r\n.PM_ASForm li {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n position: relative;\r\n}\r\n\r\n.PM_ASForm label {\r\n margin-bottom: 0;\r\n}\r\n\r\n.PM_ASForm li div {\r\n width: 100%;\r\n}\r\n\r\n.PM_ASCriterionCheckbox {\r\n width: 14px;\r\n height: 14px;\r\n position: relative;\r\n z-index: 5;\r\n margin-right: 13px;\r\n opacity: 0;\r\n}\r\n\r\n.PM_ASForm label::after {\r\n width: 14px;\r\n height: 14px;\r\n left: 0;\r\n top: 5px;\r\n content: '';\r\n position: absolute;\r\n border: 1px solid #bcbcbc;\r\n}\r\n\r\n.PM_ASForm label::before {\r\n width: 10px;\r\n height: 10px;\r\n left: 2px;\r\n top: 7px;\r\n content: '';\r\n position: absolute;\r\n background-color: #3e2780;\r\n opacity: 0;\r\n transition: opacity 0.2s ease-in;\r\n}\r\n\r\n.PM_ASForm input:checked+label::before {\r\n opacity: 1;\r\n}\r\n\r\n.PM_ASBlockOutputVertical a {\r\n color: #696868;\r\n display: block;\r\n width: 100%;\r\n line-height: 24px;\r\n}\r\n\r\n.PM_ASBlockOutput {\r\n padding-left: 26px;\r\n}\r\n\r\n.PM_ASBlockOutputVertical .PM_ASSubmitSearch {\r\n background-color: #3e2780;\r\n padding: 7px 31px;\r\n font-weight: 700;\r\n text-transform: initial;\r\n font-size: 14px;\r\n line-height: 21px;\r\n border-radius: 5px;\r\n transition: color 0.2s ease-in, background-color 0.2s ease-in;\r\n}\r\n\r\n.PM_ASBlockOutputVertical .PM_ASSubmitSearch:hover {\r\n color: #3e2780;\r\n background-color: transparent;\r\n}\r\n\r\n.PM_ASForm .text-center {\r\n text-align: left !important;\r\n padding: 0;\r\n}\r\n\r\n.ui-state-default,\r\n.ui-widget-content .ui-state-default,\r\n.ui-widget-header .ui-state-default {\r\n width: 16px;\r\n height: 16px;\r\n border-radius: 50%;\r\n background-color: #3e2780;\r\n background-image: none;\r\n border: none;\r\n transition: transform 0.2s ease-in;\r\n cursor: pointer;\r\n}\r\n\r\n.ui-state-default:hover,\r\n.ui-widget-content .ui-state-default:hover,\r\n.ui-widget-header .ui-state-default:hover {\r\n transform: scale(1.1);\r\n}\r\n\r\n.ui-slider .ui-slider-range {\r\n background: #3e2780;\r\n}\r\n\r\n.PM_ASCritRange {\r\n border-radius: 0;\r\n height: 2px;\r\n border: none;\r\n}\r\n\r\n.ui-slider-horizontal .ui-slider-range {\r\n top: 2px;\r\n}\r\n\r\n.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {\r\n border: none;\r\n}\r\n\r\n.PM_ASBlockOutputVertical .PM_ASResetSearch {\r\n border: 1px solid #d8d8d8;\r\n box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);\r\n border-radius: 4px;\r\n}\r\n\r\n.PM_ASCritRangeValue {\r\n margin-top: 10px;\r\n}\r\n\r\n.ApColumn .block.day_hit {\r\n border-radius: 0 4px 4px;\r\n border: 1px solid #fe6700;\r\n padding: 0;\r\n margin: 76px 0 0 0;\r\n position: relative;\r\n}\r\n\r\n.ApColumn .block.day_hit::after {\r\n position: absolute;\r\n top: 0;\r\n left: -1px;\r\n background-color: #fe6700;\r\n color: #ffffff;\r\n font-size: 24px;\r\n line-height: 21px;\r\n font-weight: 700;\r\n padding: 12px 24px;\r\n border-radius: 8px 8px 0 0;\r\n transform: translateY(-100%);\r\n}\r\n\r\n.ApColumn .block.day_hit::before {\r\n position: absolute;\r\n top: -76px;\r\n width: 100%;\r\n height: 2px;\r\n background-color: #d8d8d8;\r\n content: '';\r\n}\r\n\r\nhtml[lang='pl'] .ApColumn .block.day_hit::after {\r\n content: 'Hit Dnia!';\r\n}\r\n\r\n#category .ApColumn .block.day_hit .ajax_block_product {\r\n margin: 0 !important;\r\n}\r\n\r\n.block.day_hit .product_list .ajax_block_product .product-flags {\r\n display: none;\r\n}\r\n\r\n.block.day_hit .button_container a img {\r\n filter: brightness(0) invert(1);\r\n}\r\n\r\n.footer_seo {\r\n padding-right: 30px;\r\n}\r\n\r\n.zoomContainer,\r\n.product-thumb-images .thumb {\r\n border-radius: 4px;\r\n}\r\n\r\n.product-thumb-images .thumb.selected,\r\n.product-thumb-images .thumb:hover {\r\n border-color: $cLavender;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images {\r\n padding-left: 0;\r\n padding-right: 0;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev {\r\n left: 0;\r\n border-radius: 5px 0 0 5px;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next {\r\n right: 0;\r\n border-radius: 0 5px 5px 0;\r\n}\r\n\r\n#thumb-gallery .slick-arrows .slick-arrow {\r\n height: 100%;\r\n}\r\n\r\n.slick-list:hover+.slick-arrows .slick-next,\r\n.slick-list:hover+.slick-arrows .slick-prev,\r\n.slick-arrows .slick-next.slick-disabled:hover,\r\n.slick-arrows .slick-prev.slick-disabled:hover {\r\n background-color: rgba(52, 214, 173, 0.5);\r\n}\r\n\r\n.slick-arrows .slick-next:hover,\r\n.slick-arrows .slick-prev:hover {\r\n background-color: rgba(52, 214, 173, 1);\r\n}\r\n\r\n.product-add-to-cart {\r\n margin-bottom: 15px;\r\n}\r\n\r\n.product-actions {\r\n margin-bottom: 44px;\r\n}\r\n\r\n.product-detail>.row {\r\n margin: 0;\r\n}\r\n\r\n.product-detail>.row>div[class^='col-'] {\r\n padding-left: 15px;\r\n padding-right: 15px;\r\n}\r\n\r\n.product-detail>.row>div.col-form_id-form_9367402777406408 {\r\n width: calc(50% + 58px);\r\n}\r\n\r\n.product-detail-name {\r\n text-transform: initial;\r\n margin-top: 0;\r\n font-size: 20px;\r\n line-height: 30px;\r\n margin-bottom: 16px;\r\n font-weight: 600;\r\n color: #2e2925;\r\n width: 520px;\r\n max-width: 100%;\r\n}\r\n\r\n.product-detail {\r\n padding-top: 0;\r\n}\r\n\r\n#product .product-actions .add-to-cart {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n text-align: center;\r\n color: #fff;\r\n background-color: $cDarkViolet;\r\n border-radius: 5px;\r\n width: 100%;\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-weight: 700;\r\n text-transform: initial;\r\n\r\n &:hover {\r\n background-color: $cLavender;\r\n }\r\n}\r\n\r\n#product .product-actions .add-to-cart[disabled] {\r\n filter: grayscale(1);\r\n}\r\n\r\n.my_availability_box {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n}\r\n\r\n.my_availability_box .single_box {\r\n margin-right: 16px;\r\n}\r\n\r\n.my_availability_box .single_box.dostepnosc {\r\n display: none;\r\n}\r\n\r\n.my_availability_box {\r\n margin-bottom: 11px;\r\n}\r\n\r\n.my_availability_box .single_box p,\r\n.my_manufacturer p,\r\n#leo_product_reviews_block_extra .rating_label {\r\n font-size: 12px;\r\n margin: 0;\r\n line-height: 18px;\r\n font-weight: 400;\r\n color: $cTxtBlack;\r\n}\r\n\r\n.my_manufacturer {\r\n display: flex;\r\n flex-wrap: wrap;\r\n flex-direction: column;\r\n}\r\n\r\n.my_manufacturer .product-manufacturer {\r\n display: flex;\r\n}\r\n\r\n.my_manufacturer .product-manufacturer .manufacturer-logo {\r\n max-height: 115px;\r\n padding: 0;\r\n border: none;\r\n}\r\n\r\n.my_box_container.product_container {\r\n padding: 0;\r\n box-shadow: none;\r\n margin: 0;\r\n grid-template-columns: repeat(3, 1fr);\r\n}\r\n\r\n#product .my_box_container.product_container {\r\n margin-bottom: 20px;\r\n}\r\n\r\n.my_box_container.product_container p {\r\n font-size: 10px;\r\n line-height: 12px;\r\n}\r\n\r\n.my_box_container.product_container .my_image_container {\r\n margin-right: 9px;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_note:before {\r\n display: none;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_note {\r\n float: unset;\r\n padding: 0;\r\n margin: 0;\r\n}\r\n\r\n#leo_product_reviews_block_extra {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n margin: 0;\r\n}\r\n\r\n#leo_product_reviews_block_extra .rating_label {\r\n margin-right: 10px;\r\n}\r\n\r\n.my_rating_container {\r\n margin-bottom: 11px;\r\n}\r\n\r\n.star_content .star {\r\n width: 15px;\r\n height: 15px;\r\n position: relative;\r\n margin: 0 2px;\r\n}\r\n\r\n.star_content .star:before,\r\ndiv.star.star_on:before,\r\ndiv.star.star_hover:before {\r\n color: #ebebeb;\r\n font-size: 16px;\r\n position: absolute;\r\n left: 50%;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n}\r\n\r\ndiv.star.star_on:before,\r\ndiv.star.star_hover:before {\r\n color: #3e2780;\r\n}\r\n\r\n.product-quantity #quantity_wanted {\r\n width: 100%;\r\n text-align: left;\r\n}\r\n\r\n.product-actions .control-label {\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 18px;\r\n margin: 0 auto;\r\n text-align: left;\r\n font-weight: 400;\r\n text-transform: initial;\r\n width: 100px;\r\n margin-right: 5px;\r\n min-width: unset;\r\n max-width: unset;\r\n margin-left: 0;\r\n}\r\n\r\n.product-variants>.product-variants-item {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n margin: 0 0 8px;\r\n}\r\n\r\n.product-variants>.product-variants-item select {\r\n min-height: 34px;\r\n max-width: 419px;\r\n}\r\n\r\nselect.form-control:not([size]):not([multiple]) {\r\n height: calc(2.5rem - 6px);\r\n}\r\n\r\n.product-detail>.row>div.col-form_id-form_15874367062488778 {\r\n padding-left: 15px;\r\n width: calc(50% - 58px);\r\n}\r\n\r\n.product-add-to-cart .product-quantity .qty {\r\n margin: 0 auto;\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n}\r\n\r\n.product-quantity #quantity_wanted,\r\n.product-variants>.product-variants-item select {\r\n background-color: #f0f0f0;\r\n width: 419px;\r\n height: 34px;\r\n color: #696868;\r\n font-size: 14px;\r\n line-height: 21px;\r\n border: none;\r\n padding-top: 5px 16px;\r\n border-radius: 5px;\r\n cursor: pointer;\r\n outline: none !important;\r\n -moz-appearance: none;\r\n -webkit-appearance: none;\r\n background-image: url(../img/layout/chevron_violet.svg);\r\n background-repeat: no-repeat;\r\n background-position: calc(100% - 16px) center;\r\n background-size: auto;\r\n}\r\n\r\n.product-actions .product-variants {\r\n margin: 0;\r\n}\r\n\r\n#add-to-cart-or-refresh .clearfix::after {\r\n display: none;\r\n}\r\n\r\n.price_container {\r\n display: flex;\r\n align-items: flex-end;\r\n justify-content: flex-start;\r\n margin-top: 47px;\r\n margin-bottom: 18px;\r\n}\r\n\r\n.price_container .product-prices,\r\n.price_container .product-prices .product-price {\r\n margin: 0;\r\n width: 100%;\r\n display: flex;\r\n flex-wrap: wrap;\r\n gap: 20px;\r\n}\r\n\r\n.price_container .current-price {\r\n color: $cTxtBlack;\r\n font-size: 28px;\r\n line-height: 18px;\r\n font-weight: 600;\r\n display: block !important;\r\n margin-right: 20px !important;\r\n\r\n @media (max-width: 767px) {\r\n width: 100%;\r\n }\r\n}\r\n\r\n.price_container .product-discount {\r\n color: #696868;\r\n font-size: 20px;\r\n line-height: 18px;\r\n\r\n @media (max-width: 767px) {\r\n width: 100%;\r\n }\r\n}\r\n\r\n.price_container .product-discount .regular-price {\r\n margin-right: 0;\r\n}\r\n\r\n.phone_single {\r\n display: flex;\r\n justify-content: flex-start;\r\n align-items: center;\r\n}\r\n\r\n.phone_single p {\r\n color: #1a1a1a;\r\n font-size: 14px;\r\n line-height: 18px;\r\n margin-right: 8px;\r\n font-weight: 400;\r\n margin-bottom: 0;\r\n}\r\n\r\n.phone_single p strong {\r\n font-weight: 700;\r\n}\r\n\r\n.phone_single p a {\r\n transition: color 0.2s ease-in;\r\n}\r\n\r\n.raty_boxes_container {\r\n display: flex;\r\n align-items: center;\r\n margin-top: 15px;\r\n gap: 6px;\r\n padding-bottom: 21px;\r\n border-bottom: 1px solid #f6f6f6;\r\n margin-bottom: 16px;\r\n flex-wrap: wrap;\r\n justify-content: center;\r\n\r\n br {\r\n display: none;\r\n }\r\n}\r\n\r\n.raty_boxes_container {\r\n p {\r\n margin-bottom: 0;\r\n }\r\n}\r\n\r\n.raty_boxes_container>div {\r\n border-radius: 4px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n\r\n @media (max-width: 500px) {\r\n width: 100%;\r\n }\r\n\r\n picture {\r\n max-width: 150px;\r\n display: block;\r\n\r\n img {\r\n width: 100%;\r\n max-width: 150px;\r\n }\r\n }\r\n}\r\n\r\n.raty_boxes_container>div.santander {\r\n border: none;\r\n align-items: center;\r\n justify-content: center;\r\n display: flex;\r\n}\r\n\r\n.botton_product_container {\r\n display: flex;\r\n justify-content: center;\r\n gap: 20px;\r\n align-items: center;\r\n\r\n a {\r\n display: block;\r\n background: $cLavender;\r\n padding: 10px;\r\n border-radius: 4px;\r\n\r\n img {\r\n margin-right: 0 !important;\r\n }\r\n }\r\n}\r\n\r\na:focus,\r\na:hover,\r\n.blog-title a:focus,\r\n.blog-title a:hover,\r\n.blog-container a:focus,\r\n.blog-container a:hover {\r\n color: $cTxtLavender;\r\n}\r\n\r\n.more-info-product {\r\n border-radius: 4px;\r\n padding: 35px 50px 50px;\r\n}\r\n\r\n.product_base_info {\r\n background: #fff;\r\n padding: 25px;\r\n border-radius: 4px;\r\n}\r\n\r\n.category-products .products-section-title,\r\n.more-info-product .title-info-product {\r\n position: relative;\r\n color: $cTxtDarkViolet;\r\n font-family: 'Roboto';\r\n font-weight: 600;\r\n font-size: 24px;\r\n line-height: 1.5;\r\n text-align: center;\r\n padding-left: 0;\r\n padding-bottom: 10px;\r\n width: fit-content;\r\n margin-left: auto;\r\n margin-right: auto;\r\n margin-bottom: 30px;\r\n text-transform: uppercase;\r\n\r\n &:before {\r\n content: '';\r\n position: absolute;\r\n top: auto;\r\n bottom: 0;\r\n height: 2px;\r\n background: $cLavender;\r\n width: 90%;\r\n left: 5%;\r\n display: block;\r\n }\r\n}\r\n\r\n.product-features h3 {\r\n display: none;\r\n}\r\n\r\n.product-features {\r\n margin: 0 0 40px;\r\n}\r\n\r\n.product-features {\r\n >dl {\r\n &.data-sheet {\r\n margin-bottom: 0;\r\n }\r\n }\r\n}\r\n\r\n.product-features>dl.data-sheet dd.value,\r\n.product-features>dl.data-sheet dt.name {\r\n padding: 0;\r\n margin: 0;\r\n font-size: 15px;\r\n line-height: 20px;\r\n font-weight: 500;\r\n color: $cTxtBlack;\r\n min-height: 31px;\r\n padding: 8px;\r\n background-color: $cWhite;\r\n text-transform: initial;\r\n display: flex;\r\n align-items: center;\r\n\r\n @media (max-width: 765px) {\r\n font-size: 13px;\r\n }\r\n}\r\n\r\n.product-features>dl.data-sheet dt.name {}\r\n\r\n.product-features>dl.data-sheet dd.value {\r\n color: $cTxtViolet;\r\n}\r\n\r\n// .product-features>dl.data-sheet dd.value,\r\n// .product-features>dl.data-sheet dd.value:nth-of-type(even) {\r\n// background-color: #f5fafe;\r\n// }\r\n\r\n// .product-features>dl.data-sheet dt.name:nth-of-type(even) {\r\n// background-color: #fff;\r\n// }\r\n\r\n#description iframe {\r\n width: 100%;\r\n min-height: 412px;\r\n}\r\n\r\n#description h2 {\r\n color: $cTxtBlack;\r\n font-size: 20px;\r\n line-height: 30px;\r\n margin-bottom: 13px;\r\n font-weight: 400;\r\n}\r\n\r\n#description {\r\n font-size: 13px;\r\n line-height: 18px;\r\n color: #010101;\r\n}\r\n\r\n#description p {\r\n font-size: 13px;\r\n line-height: 18px;\r\n}\r\n\r\n#product_reviews_block_tab .review {\r\n border-bottom: 1px solid #33d5ad;\r\n}\r\n\r\n.product-name a:hover,\r\n.leo-fly-cart-icon-wrapper a:hover,\r\n#checkout-addresses-step a:hover {\r\n color: #3e2780 !important;\r\n}\r\n\r\n.leo-cart-dropdown-action a.btn:hover,\r\n.leo-cart-dropdown-action a.btn:focus,\r\n.leo-cart-dropdown-action a.btn:active:focus,\r\n.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,\r\n.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,\r\n.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:active:focus,\r\n.btn-outline:hover,\r\n.btn-outline:focus,\r\n.btn-outline:active,\r\n.btn-outline.active {\r\n color: #ffffff !important;\r\n background: $cLavender !important;\r\n}\r\n\r\n.leo-cart-dropdown-action a.btn,\r\n.leo-cart-dropdown-action a.btn.cart-dropdow-checkout {\r\n transition: all 0.3s ease-in;\r\n}\r\n\r\n#product .product-actions .add-to-cart {\r\n transition: all 0.3s ease-in;\r\n}\r\n\r\n.btn-outline {\r\n transition: all 0.3s ease-in;\r\n background-color: #ccc;\r\n border-color: #ccc;\r\n border-radius: 5px;\r\n}\r\n\r\n.btn-outline:hover {\r\n color: #fff !important;\r\n background-color: #3e2780;\r\n}\r\n\r\n.custom-radio input[type='radio']:checked+span {\r\n background-color: #3e2780;\r\n}\r\n\r\n.btn-primary {\r\n color: $cTxtWhite;\r\n font-weight: 600;\r\n font-size: 14px;\r\n background-color: $cDarkViolet;\r\n transition: all 0.3s ease-in;\r\n border-radius: 5px;\r\n padding: 10px 40px;\r\n text-transform: inherit;\r\n\r\n &:hover {\r\n background: $cLavender;\r\n }\r\n}\r\n\r\n.form-control {\r\n background-color: #fff;\r\n border: 1px solid #e6e5e5;\r\n border-radius: 5px;\r\n}\r\n\r\n.form-control:focus {\r\n color: $cTxtBlack;\r\n border-color: #3e2780;\r\n}\r\n\r\n#customer-form .form-control-valign label {\r\n margin-right: 15px;\r\n}\r\n\r\n.input-group {\r\n outline: none !important;\r\n}\r\n\r\n.cart-summary-products .btn-outline {\r\n text-transform: uppercase;\r\n}\r\n\r\nbody#checkout [data-action='show-password'],\r\n#authentication [data-action='show-password'] {\r\n background: #ccc;\r\n transition: all 0.3s ease-in;\r\n height: 35px;\r\n}\r\n\r\nbody#checkout [data-action='show-password']:hover,\r\n.btn-primary:active,\r\n.btn-primary.active,\r\n.open>.btn-primary.dropdown-toggle,\r\n.btn-primary:focus,\r\n.btn-primary.focus,\r\n#authentication [data-action='show-password']:hover {\r\n background: #3e2780;\r\n}\r\n\r\n#cta_row {\r\n overflow: hidden;\r\n}\r\n\r\n#checkout .my_box_container.product_container .my_image_container {\r\n -ms-flex: 0 0 100%;\r\n flex: 0 0 100%;\r\n max-width: 100%;\r\n text-align: center;\r\n}\r\n\r\n#checkout .my_box_small {\r\n flex-wrap: wrap;\r\n}\r\n\r\n#checkout .my_content_container {\r\n text-align: center;\r\n display: flex;\r\n width: 100%;\r\n justify-content: center;\r\n padding: 0 10px;\r\n min-height: 36px;\r\n}\r\n\r\n#checkout .my_box_container.product_container p {\r\n text-align: center;\r\n}\r\n\r\nbody#checkout section.checkout-step .address-item.selected {\r\n border-radius: 5px;\r\n border-color: #3e2780;\r\n}\r\n\r\nbody#checkout #order-summary-content .summary-selected-carrier,\r\nbody#checkout #order-summary-content .order-confirmation-table {\r\n border-radius: 5px;\r\n}\r\n\r\n.btn-primary.disabled:hover,\r\n.btn-primary:disabled:hover {\r\n background-color: #a94442;\r\n}\r\n\r\n.summary-selected-carrier .row {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.form-control-valign {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.form-group.row {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.product-actions .control-label {\r\n text-transform: uppercase;\r\n}\r\n\r\n#customer-form .form-control-valign label {\r\n margin-bottom: 0 !important;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#identity .radio-inline .custom-radio,\r\n#authentication .radio-inline .custom-radio {\r\n margin-right: 5px;\r\n}\r\n\r\n.page-my-account #content .links a:hover i {\r\n color: #3e2780;\r\n}\r\n\r\n.category-depth-level-3 #PM_ASCriterionsGroup_1_4 {\r\n display: none;\r\n}\r\n\r\n#configure .img_container {\r\n display: flex;\r\n width: 100%;\r\n align-items: center;\r\n justify-content: center;\r\n min-height: 117px;\r\n}\r\n\r\n.page-prices-drop #js-product-list-header {\r\n text-align: center;\r\n margin: 20px auto 30px;\r\n font-size: 30px;\r\n text-transform: capitalize;\r\n}\r\n\r\n.movies_page .half_w_movies {\r\n margin-top: 30px;\r\n}\r\n\r\n.movies_page iframe {\r\n width: 100%;\r\n}\r\n\r\n.movies_page .half_w_movies iframe {\r\n min-height: 290px;\r\n}\r\n\r\n.movies_page .full_w_movies iframe {\r\n min-height: 470px;\r\n}\r\n\r\n#cms .content-wrapper h2 {}\r\n\r\n#cms #content-wrapper p,\r\n#cms #content-wrapper li {\r\n color: #000;\r\n font-size: 13px;\r\n line-height: 1.3;\r\n margin-bottom: 10px;\r\n font-weight: 400;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu {\r\n min-width: 256px;\r\n padding: 28px;\r\n border-radius: 7px;\r\n box-shadow: 0px 12px 29px rgba(0, 0, 0, 0.25);\r\n top: calc(100% - 5px);\r\n background: #fff;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li {\r\n margin-bottom: 25px;\r\n margin-right: 0 !important;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li a {\r\n padding: 0;\r\n color: $cDarkViolet;\r\n font-size: 16px;\r\n transition: all 0.3s ease-in;\r\n\r\n &:hover {\r\n span {\r\n color: $cLavender !important;\r\n }\r\n }\r\n\r\n span {\r\n color: $cDarkViolet !important;\r\n transition: all 0.3s ease-in;\r\n }\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li a:hover,\r\n.leo-megamenu .dropdown-menu li a:hover .menu-title {\r\n color: $cTxtLavender;\r\n}\r\n\r\n.dropdown-toggle::after {\r\n display: none;\r\n}\r\n\r\n.nav.megamenu.horizontal li:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu::after {\r\n content: '';\r\n position: absolute;\r\n}\r\n\r\n.bottomnav {\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n}\r\n\r\n#order-confirmation #order-details {\r\n padding-left: 15px;\r\n margin-top: 30px;\r\n}\r\n\r\n#order-confirmation #registration-form {\r\n margin-top: 50px;\r\n}\r\n\r\n#order-confirmation #order-items {\r\n border-right: none;\r\n}\r\n\r\n.bestsller .item {\r\n padding-bottom: 15px;\r\n padding-top: 15px;\r\n}\r\n\r\n#header {\r\n // position: sticky;\r\n // top: 0;\r\n background-color: #fff;\r\n // z-index: 999;\r\n\r\n .header-nav {\r\n z-index: 999;\r\n\r\n &.fixed {\r\n top: 0;\r\n position: fixed;\r\n width: 100%;\r\n }\r\n }\r\n\r\n .header-top {\r\n z-index: 999;\r\n\r\n &.fixed {\r\n position: fixed;\r\n width: 100%;\r\n }\r\n }\r\n}\r\n\r\n.header-logo img {\r\n transition: transform 0.3s ease-in;\r\n transform-origin: left;\r\n\r\n @media (max-width: 767px) {\r\n max-width: 150px;\r\n }\r\n}\r\n\r\n.mini-navbar .header-logo img {\r\n transform: scale(0.7);\r\n}\r\n\r\n.mini-navbar .header-top {\r\n margin-top: 0px;\r\n transition: transform 0.3s ease-in;\r\n}\r\n\r\n.mini-navbar #logo_row_header {\r\n margin-bottom: 0;\r\n}\r\n\r\n.mini-navbar .nav.megamenu.horizontal>li>a {\r\n padding-bottom: 10px;\r\n}\r\n\r\n.navbar-fixed-top {\r\n transition: all 0.3s ease-in;\r\n}\r\n\r\n.navbar-fixed-top.mini-navbar {\r\n box-shadow: 5px 5px 10px -8px #ccc;\r\n transform: translateY(-30px);\r\n}\r\n\r\n.cms-id-23 #main .page-header,\r\n.cms-id-23 #cta_row {\r\n display: none;\r\n}\r\n\r\n.newsletter {\r\n width: 700px;\r\n margin: 90px auto 300px;\r\n max-width: 100%;\r\n}\r\n\r\n.newsletter h2 {\r\n font-size: 28px;\r\n line-height: 39px;\r\n font-weight: 700;\r\n text-align: center;\r\n}\r\n\r\n.newsletter h2 span {\r\n color: #3e2780;\r\n}\r\n\r\n#cart .cart-detailed-actions .btn.btn-outline {\r\n background-color: #3e2780;\r\n border: none;\r\n}\r\n\r\n.cart-grid-body a.label:hover {\r\n color: #3e2780;\r\n}\r\n\r\n.aeuc_from_label {\r\n display: none;\r\n}\r\n\r\n.product-prices .current-price span[itemprop='price'] {\r\n font-size: 28px;\r\n line-height: 18px;\r\n}\r\n\r\n.my_salon_container h2 {\r\n font-size: 23px;\r\n text-align: left;\r\n margin-bottom: 15px;\r\n}\r\n\r\n#cms #content-wrapper .my_salon_container p {\r\n font-size: 20px;\r\n}\r\n\r\n#cms #content-wrapper .my_salon_container p a:hover {\r\n color: #3e2780;\r\n}\r\n\r\n.my_salons iframe {\r\n width: 100%;\r\n min-height: 370px;\r\n box-shadow: 0px 0px 20px rgba(204, 204, 204, 0.5);\r\n}\r\n\r\n.full_w_walk {\r\n margin-top: 80px;\r\n}\r\n\r\n.full_w_walk h2 {\r\n font-size: 2em;\r\n margin-left: -15px;\r\n margin-bottom: 30px;\r\n}\r\n\r\n.full_w_walk .bottom_link {\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.img_salon_container {\r\n margin-bottom: 15px;\r\n text-align: center;\r\n}\r\n\r\n.img_salon_container img {\r\n max-width: 100%;\r\n}\r\n\r\n.list article.product-miniature {\r\n width: 100%;\r\n}\r\n\r\n.flex-row {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n flex-wrap: wrap;\r\n}\r\n\r\n.flex-col48 {\r\n -ms-flex: 0 0 50%;\r\n flex: 0 0 50%;\r\n max-width: 50%;\r\n}\r\n\r\n.box-cover .flex-col48 {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n justify-items: flex-start;\r\n -ms-flex: unset;\r\n flex: unset;\r\n max-width: unset;\r\n width: 48%;\r\n}\r\n\r\n.box-cover .flex-col48 p span {\r\n padding-left: 30px;\r\n display: block;\r\n}\r\n\r\n.flex-row.box-cover .flex-col48.cover-item:last-of-type p span {\r\n padding-left: 0;\r\n}\r\n\r\n.flex-row.box-cover .flex-col48.cover-item:last-of-type {\r\n display: block;\r\n}\r\n\r\n.box-cover .flex-col48 img {\r\n max-width: 100%;\r\n min-width: 140px;\r\n height: auto;\r\n margin-right: 30px;\r\n}\r\n\r\n.desc-item {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n margin-bottom: 15px;\r\n}\r\n\r\n.desc-item img {\r\n width: auto;\r\n margin-right: 20px;\r\n}\r\n\r\n.desc-item p {\r\n padding-right: 15px;\r\n margin: 0;\r\n}\r\n\r\n.hardness h3 {\r\n text-align: center;\r\n}\r\n\r\n.hardness img {\r\n margin: 0 auto 15px;\r\n}\r\n\r\n.hardness {\r\n text-align: center;\r\n width: 100%;\r\n}\r\n\r\n.flex-col100 {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n}\r\n\r\n.flex-col100 img {\r\n margin-right: 20px;\r\n}\r\n\r\n.walk_container iframe {\r\n max-width: 100%;\r\n border: none;\r\n}\r\n\r\n#blog-category .panel.panel-default,\r\n.latest-blogs .blog-meta>span.icon-calendar,\r\n#module-leoblog-blog .social-share,\r\n.blog-description h1,\r\n#module-leoblog-category .panel.panel-defaul,\r\n#module-leoblog-category .blog-item .blog-meta,\r\n#module-leoblog-category h3.section-title,\r\n#module-leoblog-list .blog-meta {\r\n display: none;\r\n}\r\n\r\n.blog-description {\r\n color: #000;\r\n}\r\n\r\n.blog-item .blog-shortinfo {\r\n color: #000;\r\n}\r\n\r\n#blogpage h1.blog-title {\r\n font-size: 34px;\r\n}\r\n\r\n#blogpage .extra-blogs {\r\n margin-top: 30px;\r\n}\r\n\r\n#blogpage .blog-detail .blog-meta {\r\n width: 100%;\r\n border-bottom: 2px solid #f7f7f7;\r\n padding-bottom: 25px;\r\n margin-bottom: 15px;\r\n}\r\n\r\n.btn-primary:active:hover,\r\n.btn-primary:active:focus,\r\n.btn-primary:active.focus,\r\n.btn-primary.active:hover,\r\n.btn-primary.active:focus,\r\n.btn-primary.active.focus,\r\n.open>.btn-primary.dropdown-toggle:hover,\r\n.open>.btn-primary.dropdown-toggle:focus,\r\n.open>.btn-primary.dropdown-toggle.focus {\r\n background-color: #24b28c;\r\n}\r\n\r\n#manufacturer #main h1 {\r\n margin-bottom: 30px;\r\n}\r\n\r\nhtml[lang='en'] .nav.megamenu.horizontal li.fat_menu:not(.last_element),\r\nhtml[lang='sk'] .nav.megamenu.horizontal li.fat_menu:not(.last_element) {\r\n display: none;\r\n}\r\n\r\n#cms #main .page-content li {\r\n list-style: initial;\r\n}\r\n\r\n#cms #main .page-content ul,\r\n#main .page-content ol {\r\n padding-left: 30px;\r\n}\r\n\r\n#cms #main .page-content ul,\r\n#main .page-content ul li {\r\n list-style: disc !important;\r\n}\r\n\r\n#cms #main .page-content ol,\r\n#main .page-content ol li {\r\n list-style: decimal !important;\r\n}\r\n\r\n#main .page-content ol li ul,\r\n#main .page-content ol li ul li {\r\n list-style: disc !important;\r\n}\r\n\r\n#description ul,\r\n#description li,\r\n#description ol {\r\n list-style: inherit;\r\n}\r\n\r\n#description ul {\r\n padding-left: 30px;\r\n}\r\n\r\n.products-sort-order .select-list:hover {\r\n color: #3e2780;\r\n}\r\n\r\n.delivery-options-list .h6 {\r\n margin-bottom: 0;\r\n}\r\n\r\nbody#checkout section.checkout-step .delivery-option label {\r\n margin-bottom: 0;\r\n}\r\n\r\nbody#checkout section.checkout-step .delivery-option {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#raty_baner {\r\n cursor: pointer;\r\n}\r\n\r\n#newsletter_container {\r\n display: none;\r\n width: 1200px;\r\n max-width: 100%;\r\n margin: 0 auto;\r\n}\r\n\r\n.cms-id-23 #newsletter_container {\r\n display: block;\r\n}\r\n\r\n.cms-id-23 .footer-top {\r\n background-color: transparent;\r\n}\r\n\r\n.block_newsletter form {\r\n margin: 0;\r\n width: 700px;\r\n border: none;\r\n height: auto;\r\n max-width: calc(100% - 30px);\r\n padding: 0;\r\n background: transparent;\r\n}\r\n\r\n.newsletter-box {\r\n .ApHtml {\r\n h4 {\r\n color: $cTxtWhite;\r\n font-family: 'Roboto', sans-serif;\r\n font-style: normal;\r\n font-weight: 700;\r\n font-size: 28px;\r\n line-height: 1.1;\r\n margin-bottom: 10px;\r\n }\r\n\r\n h5 {\r\n color: $cTxtWhite;\r\n margin-bottom: 15px;\r\n font-weight: 300;\r\n }\r\n }\r\n\r\n .block_newsletter {\r\n label {\r\n a {\r\n color: $cTxtWhite;\r\n font-weight: 400;\r\n font-size: 14px;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.newsletter {\r\n input[type=\"checkbox\"] {\r\n margin-left: 14px !important;\r\n }\r\n}\r\n\r\n.newsletter_container {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n margin-bottom: 20px;\r\n}\r\n\r\n.newsletter_container .input-wrapper input {\r\n background: $cWhite;\r\n color: $cTxtBlack;\r\n font-size: 14px;\r\n line-height: 34px;\r\n padding: 7px 21px;\r\n width: 100%;\r\n height: 48px;\r\n}\r\n\r\n.newsletter_container .input-wrapper {\r\n width: calc(100% - 150px);\r\n}\r\n\r\n.block_newsletter form button {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n font-weight: 700;\r\n font-size: 15px;\r\n line-height: 24px;\r\n width: 150px;\r\n // margin-left: 16px;\r\n background-color: $cLavender !important;\r\n color: #fff;\r\n right: 0;\r\n position: relative;\r\n letter-spacing: 0.125em;\r\n border-radius: 0;\r\n text-transform: uppercase;\r\n height: 48px;\r\n}\r\n\r\n.block_newsletter form button span {\r\n display: block;\r\n}\r\n\r\n.block_newsletter .col-12 {\r\n width: 100%;\r\n position: relative;\r\n padding: 0 15px;\r\n}\r\n\r\n.block_newsletter .col-12 input {\r\n width: 20px;\r\n height: 20px;\r\n float: unset;\r\n margin-right: 9px;\r\n opacity: 0;\r\n position: relative;\r\n z-index: 1;\r\n cursor: pointer;\r\n}\r\n\r\n.block_newsletter .col-12 label {\r\n margin: 0;\r\n}\r\n\r\n.block_newsletter .col-12 a {\r\n color: #696868;\r\n font-size: 13px;\r\n line-height: 19px;\r\n}\r\n\r\n.block_newsletter .col-12 label::before,\r\n.block_newsletter .col-12 label::after {\r\n position: absolute;\r\n content: '';\r\n left: 15px;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n width: 14px;\r\n height: 14px;\r\n border-radius: 0px;\r\n background: $cWhite;\r\n border: 2px solid $cWhite;\r\n}\r\n\r\n.block_newsletter .col-12 label::after {\r\n border: none;\r\n opacity: 0;\r\n width: 8px;\r\n height: 8px;\r\n background-color: $cLavender;\r\n left: 18px;\r\n top: 10px;\r\n border-radius: 0;\r\n transition: all 250ms ease;\r\n}\r\n\r\n.block_newsletter .col-12 input:checked+label::after {\r\n opacity: 1;\r\n}\r\n\r\n.block_newsletter .title_block {\r\n display: none !important;\r\n}\r\n\r\n.block_newsletter {\r\n color: #fff;\r\n\r\n a {\r\n color: #fff !important;\r\n text-decoration: underline;\r\n margin: 0 3px;\r\n }\r\n\r\n h3 {\r\n margin-bottom: 10px;\r\n }\r\n\r\n h5 {\r\n margin-bottom: 15px;\r\n color: #fff;\r\n font-weight: 300;\r\n font-size: 0.9rem;\r\n line-height: 1.5;\r\n }\r\n\r\n input {\r\n background: #fff;\r\n opacity: 1 !important;\r\n }\r\n}\r\n\r\n.PM_ASCriterionsGroup.PM_ASCriterionsGroupStock {\r\n display: none !important;\r\n}\r\n\r\n.pagination .page-list li:nth-child(4) span {\r\n width: 37px;\r\n height: 37px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\nbody#checkout section.checkout-step .carrier-delay {\r\n display: none;\r\n}\r\n\r\n#order-confirmation #order-details ul {\r\n padding-left: 15px;\r\n}\r\n\r\n#order-confirmation #order-details ul li:last-child {\r\n display: none;\r\n}\r\n\r\nbody#checkout .condition-label label a {\r\n font-weight: 700;\r\n}\r\n\r\n#checkout .modal-content ol,\r\n#checkout .modal-content ol li {\r\n list-style: decimal;\r\n}\r\n\r\n#checkout .modal-content ul,\r\n#checkout .modal-content ul li {\r\n list-style: square;\r\n}\r\n\r\n#checkout .modal-content ol,\r\n#checkout .modal-content ul {\r\n padding-left: 30px;\r\n}\r\n\r\n#checkout .modal-content ol+p {\r\n margin-top: 20px;\r\n}\r\n\r\n#checkout .modal-content .btn {\r\n margin-top: 20px;\r\n}\r\n\r\nbody#checkout .modal-content {\r\n background-color: #fff;\r\n}\r\n\r\nbody#checkout .modal-content p,\r\nbody#checkout .modal-content a,\r\nbody#checkout .modal-content li {\r\n color: #000000;\r\n}\r\n\r\n.page-cart #oblicz-rate {\r\n display: none;\r\n}\r\n\r\n.PM_ASCriterionsGroupPrices_drop .PM_ASLabelLink {\r\n text-transform: capitalize;\r\n}\r\n\r\n.content_row.content_header_row {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n text-align: center;\r\n padding: 10px 0 43px;\r\n}\r\n\r\n.content_row.content_header_row img {\r\n display: block;\r\n margin: 0 auto 20px;\r\n}\r\n\r\n.content_row.content_header_row h1 {\r\n columns: #2f2e2a;\r\n font-weight: 700;\r\n line-height: 28px;\r\n font-size: 32px;\r\n letter-spacing: 0.1px;\r\n margin: 0 0 18px;\r\n}\r\n\r\n.content_row.content_header_row p {\r\n color: #5b5957;\r\n font-size: 20px;\r\n line-height: 28px;\r\n letter-spacing: 0.1px;\r\n font-weight: 400;\r\n margin: 0;\r\n}\r\n\r\n#our_salon_wrapper {\r\n position: relative;\r\n padding: 120px 0 159px;\r\n}\r\n\r\n#our_salon_wrapper::before {\r\n position: absolute;\r\n content: '';\r\n width: 100vw;\r\n height: 100%;\r\n top: 0;\r\n left: 50%;\r\n transform: translateX(-50%);\r\n background-color: #f7f8fa;\r\n}\r\n\r\n.sinlge_row_salon {\r\n position: relative;\r\n z-index: 1;\r\n background-color: #fff;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n border-radius: 10px;\r\n margin-bottom: 120px;\r\n padding: 30px;\r\n box-shadow: 0px 4px 36px rgba(42, 88, 102, 0.25);\r\n}\r\n\r\n.sinlge_row_salon:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n.sinlge_row_salon .map_wrapper,\r\n.sinlge_row_salon .contett_wrapper {\r\n flex: 0 0 auto;\r\n width: 50%;\r\n}\r\n\r\n.sinlge_row_salon .map_wrapper {\r\n padding-right: 15px;\r\n}\r\n\r\n.sinlge_row_salon .map_wrapper iframe {\r\n width: 540px;\r\n height: 330px;\r\n border-radius: 10px;\r\n max-width: 100%;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper {\r\n padding-left: 15px;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: flex-start;\r\n justify-content: space-between;\r\n}\r\n\r\n#cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable {\r\n color: #5b5957;\r\n font-size: 18px;\r\n line-height: 24px;\r\n margin: 0 0 10px;\r\n font-weight: 400;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper h3 {\r\n color: #2f2e2a;\r\n font-weight: 700;\r\n font-size: 30px;\r\n line-height: 24px;\r\n margin: 0 0 40px;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper .adres_wrapper {\r\n margin-bottom: 30px;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper .adress_row {\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n margin: 0 0 19px;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper .adress_row:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper .ico_wparrer {\r\n flex: 0 0 auto;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n width: 40px;\r\n padding-right: 10px;\r\n}\r\n\r\n.sinlge_row_salon .contett_wrapper .ico_wparrer img {\r\n display: block;\r\n margin: 0;\r\n flex: 0 0 auto;\r\n}\r\n\r\n#cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p {\r\n flex: 0 0 auto;\r\n color: #2f2e2a;\r\n margin: 0;\r\n font-size: 16px;\r\n font-weight: 500;\r\n line-height: 24px;\r\n}\r\n\r\n.sinlge_row_salon .bottom_wrapper {\r\n width: 100%;\r\n display: flex;\r\n align-items: flex-end;\r\n justify-content: space-between;\r\n}\r\n\r\n#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p {\r\n margin: 0 0 4px;\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-weight: 500;\r\n}\r\n\r\n#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p.label {\r\n color: #b8b3ae;\r\n text-align: left;\r\n font-weight: 400;\r\n}\r\n\r\n.sinlge_row_salon .see_salon_button {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: #fff;\r\n background-color: #fe6700;\r\n font-weight: 500;\r\n font-size: 16px;\r\n line-height: 28px;\r\n letter-spacing: 0.1px;\r\n box-shadow: 0px 4px 16px rgba(255, 160, 49, 0.25);\r\n border: 1px solid #fe6700;\r\n border-radius: 5px;\r\n width: 226px;\r\n height: 54px;\r\n transition: background-color 0.4s ease, color 0.4s ease;\r\n}\r\n\r\n.sinlge_row_salon .see_salon_button img {\r\n transition: filter 0.4s ease;\r\n filter: brightness(0) invert(1);\r\n margin-left: 18px;\r\n}\r\n\r\n.sinlge_row_salon .see_salon_button:hover img {\r\n filter: invert(0) brightness(1);\r\n}\r\n\r\n.sinlge_row_salon .see_salon_button:hover {\r\n background-color: #fff;\r\n color: #fe6700;\r\n}\r\n\r\n.cms-id-10 #main .page-header {\r\n display: none;\r\n}\r\n\r\n@media (max-width: 1199px) {\r\n #cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable {\r\n font-size: 15px;\r\n line-height: 20px;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper h3 {\r\n font-weight: 700;\r\n font-size: 27px;\r\n line-height: 20px;\r\n margin: 0 0 30px;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper .adress_row {\r\n margin: 0 0 12px;\r\n }\r\n\r\n .sinlge_row_salon .see_salon_button {\r\n font-size: 14px;\r\n width: 206px;\r\n height: 50px;\r\n }\r\n\r\n #cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p {\r\n font-size: 14px;\r\n line-height: 21px;\r\n }\r\n\r\n .product-description img {\r\n max-width: 100%;\r\n height: auto;\r\n }\r\n\r\n .product-quantity #quantity_wanted,\r\n .product-variants>.product-variants-item select {\r\n width: 272px;\r\n }\r\n\r\n .nav.megamenu.horizontal li {\r\n margin-right: 13px;\r\n }\r\n\r\n .nav.megamenu.horizontal {\r\n margin-bottom: 10px;\r\n }\r\n\r\n .my_box_container p {\r\n font-size: 11px;\r\n line-height: 15px;\r\n }\r\n\r\n .content.tab_links_container {\r\n grid-template-columns: repeat(6, 1fr);\r\n }\r\n\r\n #recomended_container .col-lg-3 {\r\n width: 33.3333%;\r\n }\r\n\r\n .latest-blogs .blog-image-container img {\r\n width: 100%;\r\n }\r\n\r\n #cta_row .col-xl-6.left_cta {\r\n justify-content: center;\r\n padding-right: 15px;\r\n }\r\n\r\n .footer_social_media_container img {\r\n margin-right: 14px;\r\n }\r\n\r\n .my_footer_row li a {\r\n line-height: 16px;\r\n margin-bottom: 13px;\r\n }\r\n\r\n .product-detail-name {\r\n line-height: 25px;\r\n margin-bottom: 21px;\r\n }\r\n\r\n .my_availability_box .single_box p,\r\n .my_manufacturer p,\r\n #leo_product_reviews_block_extra .rating_label {\r\n font-size: 13px;\r\n }\r\n\r\n .my_availability_box .single_box p strong {\r\n display: block;\r\n }\r\n\r\n .my_availability_box .single_box {\r\n margin-right: 45px;\r\n }\r\n\r\n #product .my_box_container.product_container .my_image_container,\r\n #product .my_content_container {\r\n margin-right: 0;\r\n -ms-flex: 0 0 100%;\r\n flex: 0 0 100%;\r\n max-width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n }\r\n\r\n #product .my_box_small {\r\n flex-wrap: wrap;\r\n }\r\n\r\n #product .my_box_container.product_container p {\r\n width: 100%;\r\n text-align: center;\r\n margin-top: 5px;\r\n }\r\n\r\n .phone_single p {\r\n font-size: 13px;\r\n line-height: 15px;\r\n }\r\n\r\n .PM_ASForm li div {\r\n display: flex;\r\n }\r\n\r\n .PM_ASForm label {\r\n margin-bottom: 0;\r\n display: initial;\r\n text-align: left;\r\n }\r\n\r\n .PM_ASBlockOutputVertical a {\r\n color: #696868;\r\n display: block;\r\n width: 100%;\r\n line-height: 15px;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .PM_ASForm label::after {\r\n top: 0;\r\n }\r\n\r\n .PM_ASForm label::before {\r\n top: 2px;\r\n }\r\n\r\n .PM_ASBlockOutputVertical .PM_ASResetSearch {\r\n margin-bottom: 30px;\r\n }\r\n\r\n .thumbnail-container .product-title a {\r\n font-size: 12px;\r\n line-height: 15px;\r\n margin-bottom: 15px;\r\n height: 60px;\r\n }\r\n\r\n #category .button_container a,\r\n #module-pm_advancedsearch4-searchresults .button_container a {\r\n font-size: 10px;\r\n }\r\n\r\n .ApColumn .block.day_hit::after {\r\n font-size: 17px;\r\n line-height: 14px;\r\n }\r\n\r\n .block.day_hit .ajax_block_product {\r\n margin-bottom: 0;\r\n }\r\n\r\n .adres_container p {\r\n font-size: 10px;\r\n line-height: 20px;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .sinlge_row_salon {\r\n flex-direction: column;\r\n }\r\n\r\n .sinlge_row_salon .map_wrapper,\r\n .sinlge_row_salon .contett_wrapper {\r\n width: 100%;\r\n padding: 0;\r\n }\r\n\r\n .sinlge_row_salon .map_wrapper iframe {\r\n width: 100%;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper {\r\n padding-top: 30px;\r\n }\r\n\r\n .nav.megamenu.horizontal li:last-child {\r\n align-items: center;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n }\r\n\r\n .nav.megamenu.horizontal .dropdown-menu-inner li:last-child {\r\n justify-content: flex-start;\r\n }\r\n\r\n .nav.megamenu.horizontal li.last_element a {\r\n margin-bottom: 12px;\r\n margin-top: 12px;\r\n }\r\n\r\n .product-variants>.product-variants-item,\r\n .product-add-to-cart .product-quantity .qty {\r\n justify-content: flex-start;\r\n }\r\n\r\n .adres_container p {\r\n font-size: 12px;\r\n }\r\n\r\n .user_info_dr_materac a {\r\n margin-left: auto;\r\n margin-bottom: 5px;\r\n }\r\n\r\n .user_container {\r\n align-items: flex-start;\r\n }\r\n\r\n .col-cart #cart-block {\r\n position: relative !important;\r\n bottom: unset !important;\r\n right: 0 !important;\r\n margin: 0;\r\n }\r\n\r\n .nav.megamenu.horizontal {\r\n flex-direction: column;\r\n }\r\n\r\n .nav.megamenu.horizontal li {\r\n margin-right: 0;\r\n width: 100%;\r\n }\r\n\r\n .my_box_container {\r\n grid-template-columns: repeat(2, 1fr);\r\n grid-gap: 30px 0;\r\n }\r\n\r\n .my_box_container p {\r\n font-size: 16px;\r\n line-height: 19px;\r\n }\r\n\r\n #findTab .nav-item {\r\n width: 100%;\r\n text-align: center;\r\n }\r\n\r\n #findTab {\r\n border: 1px solid #ccc;\r\n margin-bottom: 40px;\r\n padding-bottom: 0;\r\n border-radius: 5px;\r\n }\r\n\r\n #findTab li:first-child,\r\n #findTab li:first-child a {\r\n border-radius: 5px 5px 0 0 !important;\r\n }\r\n\r\n #findTab li:last-child,\r\n #findTab li:last-child a {\r\n border-radius: 0px 0px 5px 5px !important;\r\n }\r\n\r\n #recomended_container .col-lg-3 {\r\n width: 50%;\r\n }\r\n\r\n .thumbnail-container .product-title a {\r\n font-size: 15px;\r\n line-height: 20px;\r\n }\r\n\r\n .salony_row .title {\r\n font-size: 15px;\r\n padding: 20px 15px;\r\n }\r\n\r\n #cta_row .col-xl-6:not(.left_cta) {\r\n display: none;\r\n }\r\n\r\n #cta_row .col-xl-6 {\r\n -ms-flex: 0 0 100%;\r\n flex: 0 0 100%;\r\n max-width: 100%;\r\n }\r\n\r\n #cta_row .col-xl-6.left_cta {\r\n padding: 30px 15px;\r\n }\r\n\r\n .my_footer_row {\r\n grid-template-columns: repeat(2, 1fr);\r\n grid-gap: 30px 0;\r\n }\r\n\r\n .bottom_row {\r\n margin-top: 50px;\r\n }\r\n\r\n .bottom_row img {\r\n max-width: 90%;\r\n margin: 0 auto;\r\n }\r\n\r\n .block-category #category-description p:first-child {\r\n font-size: 12px;\r\n line-height: 19px;\r\n }\r\n\r\n #category .ApColumn .block.day_hit .ajax_block_product {\r\n width: 100%;\r\n max-width: unset;\r\n }\r\n\r\n .pagination {\r\n margin-top: 40px;\r\n margin-bottom: 40px;\r\n }\r\n\r\n .product-detail>.row>div.col-form_id-form_9367402777406408,\r\n .product-detail>.row>div.col-form_id-form_15874367062488778 {\r\n width: 100%;\r\n margin-bottom: 20px;\r\n }\r\n\r\n .product-detail-name {\r\n line-height: 30px;\r\n margin-bottom: 16px;\r\n }\r\n\r\n #product .my_box_small {\r\n flex-wrap: unset;\r\n }\r\n\r\n #product .my_box_container.product_container .my_image_container,\r\n #product .my_content_container {\r\n margin-right: 0;\r\n -ms-flex: unset;\r\n flex: unset;\r\n max-width: unset;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n }\r\n\r\n #product .my_box_container.product_container p {\r\n font-size: 10px;\r\n line-height: 12px;\r\n text-align: left;\r\n margin-left: 15px;\r\n }\r\n\r\n .my_availability_box .single_box p strong {\r\n display: initial;\r\n }\r\n\r\n .raty_boxes_container>div img {\r\n width: 100%;\r\n }\r\n\r\n .phone_single p {\r\n font-size: 14px;\r\n line-height: 18px;\r\n }\r\n\r\n .cart-preview .header span.hidden-sm-down {\r\n display: inline-block !important;\r\n }\r\n\r\n .flex-col48 {\r\n -ms-flex: 0 0 100%;\r\n flex: 0 0 100%;\r\n max-width: 100%;\r\n }\r\n\r\n .hardness img {\r\n max-width: 100%;\r\n height: auto;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .my_salon_container h2 {\r\n margin-top: 20px;\r\n }\r\n\r\n .my_box_container p {\r\n font-size: 13px;\r\n line-height: 19px;\r\n }\r\n\r\n .my_image_container {\r\n margin-right: 15px;\r\n }\r\n\r\n .content.tab_links_container {\r\n grid-template-columns: repeat(4, 1fr);\r\n }\r\n\r\n .left_header {\r\n justify-content: center;\r\n }\r\n\r\n .user_container {\r\n align-items: center;\r\n justify-content: center;\r\n margin: 0;\r\n }\r\n\r\n .user_info_dr_materac a {\r\n margin: 0px 0 0 15px;\r\n }\r\n\r\n .col-search {\r\n display: none;\r\n }\r\n\r\n .owl-theme .owl-controls .owl-pagination {\r\n margin: 36px 0 0 !important;\r\n }\r\n\r\n .my_footer_col.informacje,\r\n .my_footer_col.bezpieczne_platnosci {\r\n margin-right: 30px;\r\n }\r\n\r\n .my_footer_col.moje_konto {\r\n margin-right: 30px;\r\n }\r\n\r\n .hidden-md-up.text-xs-right.up {\r\n display: none;\r\n }\r\n\r\n .products-sort-order .dropdown-menu {\r\n margin: 7px 0 0 0;\r\n }\r\n\r\n .block.day_hit .ajax_block_product {\r\n margin-bottom: 0;\r\n width: 100%;\r\n }\r\n\r\n .block.day_hit .thumbnail-container {\r\n display: flex;\r\n align-items: center;\r\n }\r\n\r\n .block.day_hit .thumbnail-container h3 {\r\n max-width: 300px;\r\n text-align: left;\r\n }\r\n\r\n .block.day_hit .thumbnail-container h3 a {\r\n text-align: left;\r\n }\r\n\r\n .thumbnail-container .product-meta {\r\n width: 100%;\r\n padding: 21px;\r\n }\r\n\r\n #category .thumbnail-container .product-meta a,\r\n #module-pm_advancedsearch4-searchresults .thumbnail-container .product-meta a {\r\n font-size: 14px;\r\n line-height: 26px;\r\n }\r\n\r\n #search_filter_toggler {\r\n display: none;\r\n }\r\n\r\n #left-column #PM_ASBlock_1 .card-header {\r\n display: block;\r\n background-color: #3e2780;\r\n color: #fff;\r\n margin-bottom: 15px;\r\n font-size: 14px;\r\n line-height: 15px;\r\n font-weight: 600;\r\n }\r\n\r\n .PM_ASBlockOutput {\r\n padding-left: 0px;\r\n }\r\n\r\n .PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after,\r\n .PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after {\r\n top: 13px;\r\n right: 10px;\r\n }\r\n\r\n .sort_border .col-md-3,\r\n .sort_border .col-md-9 {\r\n width: 100% !important;\r\n }\r\n\r\n .sort_border .col-sm-4 {\r\n display: none;\r\n }\r\n\r\n .products-sort-order .dropdown-menu {\r\n left: -10px;\r\n }\r\n\r\n #logo_row_header {\r\n flex-wrap: wrap;\r\n }\r\n\r\n .col-logo {\r\n width: 45%;\r\n order: 0;\r\n }\r\n\r\n .col-cart {\r\n width: 54%;\r\n order: 1;\r\n }\r\n\r\n .col-search {\r\n width: 100%;\r\n order: 2;\r\n display: block;\r\n }\r\n\r\n #leosearchtopbox {\r\n width: 100%;\r\n }\r\n\r\n .header-menu .col-menu {\r\n position: absolute !important;\r\n top: -37px;\r\n right: 0;\r\n }\r\n\r\n #leo_search_block_top .block_content .leoproductsearch-result input[type='text'] {\r\n text-align: left;\r\n height: 50px;\r\n }\r\n\r\n #leo_search_block_top .block_content .leoproductsearch-result::after {\r\n top: 18px;\r\n }\r\n\r\n body .header-menu {\r\n margin-bottom: 0 !important;\r\n }\r\n\r\n .newsletter h2 {\r\n font-size: 18px;\r\n line-height: 28px;\r\n }\r\n}\r\n\r\n@media (max-width: 650px) {\r\n .box-cover .flex-col48 {\r\n width: 100%;\r\n flex-wrap: wrap;\r\n }\r\n\r\n .box-cover .flex-col48 p span {\r\n padding-left: 0;\r\n }\r\n\r\n #description p {\r\n width: 100%;\r\n }\r\n}\r\n\r\n@media (max-width: 575px) {\r\n .bottomnav p:first-child {\r\n text-align: left;\r\n max-width: 150px;\r\n }\r\n\r\n .left_header {\r\n justify-content: space-between;\r\n }\r\n\r\n .my_image_container {\r\n margin-right: 10px;\r\n }\r\n\r\n .my_box_container p {\r\n font-size: 12px;\r\n line-height: 17px;\r\n }\r\n\r\n .my_footer_row h4 {\r\n font-size: 13px;\r\n line-height: 15px;\r\n }\r\n\r\n .thumbnail-container .product-meta {\r\n padding: 21px 5px;\r\n }\r\n\r\n .my_availability_box .single_box p strong {\r\n display: block;\r\n }\r\n\r\n #product .my_box_small {\r\n flex-wrap: wrap;\r\n }\r\n\r\n #product .my_box_container.product_container .my_image_container,\r\n #product .my_content_container {\r\n margin-right: 0;\r\n -ms-flex: 0 0 100%;\r\n flex: 0 0 100%;\r\n max-width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n }\r\n\r\n #product .my_box_container.product_container p {\r\n width: 100%;\r\n text-align: center;\r\n margin: 5px;\r\n }\r\n\r\n .flex-col100 {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n flex-wrap: wrap;\r\n }\r\n\r\n .flex-col100 img {\r\n margin-bottom: 15px;\r\n }\r\n\r\n .desc-item {\r\n flex-wrap: wrap;\r\n justify-content: center;\r\n text-align: center;\r\n }\r\n\r\n .desc-item p {\r\n margin-bottom: 20px;\r\n margin-top: 5px;\r\n }\r\n\r\n .newsletter h2 br {\r\n display: none;\r\n }\r\n\r\n .newsletter h2 span {\r\n margin-left: 5px;\r\n }\r\n\r\n .block_newsletter form button span {\r\n display: block;\r\n font-size: 12px;\r\n }\r\n\r\n .sinlge_row_salon .bottom_wrapper {\r\n width: 100%;\r\n justify-content: unset;\r\n flex-direction: column;\r\n align-items: flex-start;\r\n }\r\n\r\n .sinlge_row_salon .see_salon_button {\r\n margin-top: 30px;\r\n }\r\n\r\n .sinlge_row_salon {\r\n padding: 20px 15px;\r\n margin-bottom: 70px;\r\n }\r\n\r\n #main .page-content.page-cms-10 {\r\n padding: 0;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper h3 {\r\n text-align: left;\r\n }\r\n\r\n #cms #content-wrapper .sinlge_row_salon .contett_wrapper .top_lable {\r\n font-size: 12px;\r\n line-height: 17px;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper h3 {\r\n font-size: 22px;\r\n text-align: left;\r\n line-height: 16px;\r\n margin: 0 0 30px;\r\n }\r\n\r\n #cms #content-wrapper .sinlge_row_salon .contett_wrapper .adress_row p {\r\n font-size: 14px;\r\n }\r\n\r\n .sinlge_row_salon .contett_wrapper .adress_row {\r\n margin: 0 0 8px;\r\n }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n .my_box_container.product_container {\r\n grid-template-columns: repeat(1, 1fr);\r\n }\r\n\r\n .my_salons {\r\n margin: 0 -30px;\r\n }\r\n\r\n .full_w_walk h2 {\r\n margin-left: 0;\r\n }\r\n\r\n #cms #content-wrapper .my_salon_container p {\r\n font-size: 16px;\r\n }\r\n\r\n .full_w_walk .bottom_link img {\r\n max-width: 100%;\r\n }\r\n\r\n .my_salon_container h2 {\r\n font-size: 19px;\r\n line-height: 1.3;\r\n }\r\n\r\n .bottomnav p:first-child {\r\n display: none;\r\n }\r\n\r\n .left_header p img {\r\n margin: 0 10px 0px 0;\r\n }\r\n\r\n .header-logo {\r\n margin-bottom: 0px !important;\r\n }\r\n\r\n .my_box_container {\r\n grid-template-columns: repeat(1, 1fr);\r\n grid-gap: 20px 0;\r\n }\r\n\r\n .my_image_container {\r\n min-width: 67px;\r\n }\r\n\r\n .my_content_container {\r\n min-width: 150px;\r\n }\r\n\r\n .my_box_small {\r\n justify-content: center;\r\n }\r\n\r\n .content.tab_links_container {\r\n grid-template-columns: repeat(3, 1fr);\r\n }\r\n\r\n .thumbnail-container .product-price-and-shipping .price {\r\n font-size: 15px;\r\n line-height: 25px;\r\n }\r\n\r\n .thumbnail-container .product-price-and-shipping .regular-price {\r\n font-size: 12px;\r\n line-height: 25px;\r\n }\r\n\r\n .product-flags .product-flag {\r\n font-size: 11px;\r\n }\r\n\r\n #promo .thumbnail-container .product-title a {\r\n font-size: 14px;\r\n line-height: 20px;\r\n }\r\n\r\n #promo .thumbnail-container .product-price-and-shipping .price {\r\n font-size: 19px;\r\n line-height: 25px;\r\n }\r\n\r\n #promo .thumbnail-container .product-price-and-shipping .regular-price {\r\n font-size: 14px;\r\n line-height: 25px;\r\n }\r\n\r\n #promo .thumbnail-container .product-meta {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n\r\n #promo .button_container a {\r\n font-size: 14px;\r\n height: 40px;\r\n }\r\n\r\n .footer_seo h3,\r\n .my_footer_row h3 {\r\n font-size: 16px;\r\n line-height: 20px;\r\n }\r\n\r\n .footer_seo p {\r\n font-size: 10px;\r\n line-height: 15px;\r\n }\r\n\r\n .my_footer_row.top_row {\r\n display: grid;\r\n grid-gap: 30px 15px;\r\n }\r\n\r\n .single_element {\r\n margin-top: 25px;\r\n margin-bottom: 20px;\r\n text-align: center;\r\n }\r\n\r\n #cta_row p {\r\n font-size: 26px;\r\n }\r\n\r\n #cta_row h3 {\r\n font-size: 28px;\r\n line-height: 32px;\r\n }\r\n\r\n #producent .content.tab_links_container .label_container {\r\n display: none;\r\n }\r\n\r\n #producent .content.tab_links_container {\r\n grid-template-columns: repeat(2, 1fr);\r\n }\r\n\r\n .product-detail-name {\r\n line-height: 24px;\r\n font-size: 18px;\r\n }\r\n\r\n .my_availability_box {\r\n display: grid;\r\n grid-template-columns: repeat(3, 1fr);\r\n }\r\n\r\n .my_availability_box .single_box {\r\n margin-right: 0;\r\n }\r\n\r\n #description h2 {\r\n font-size: 17px;\r\n line-height: 24px;\r\n }\r\n\r\n .cart_label {\r\n display: none;\r\n }\r\n\r\n .product-quantity #quantity_wanted,\r\n .product-variants>.product-variants-item select {\r\n max-width: 190px;\r\n }\r\n}\r\n\r\n@media (max-width: 320px) {\r\n .block_newsletter .col-12 a {\r\n font-size: 11px;\r\n }\r\n}\r\n\r\n.selectize-control {\r\n position: relative;\r\n\r\n &::after {\r\n content: '<';\r\n position: absolute;\r\n top: 6px;\r\n right: 7px;\r\n transform: rotate(-90deg);\r\n z-index: 10;\r\n font-weight: 900;\r\n font-size: 17px;\r\n background: #3e2780;\r\n height: 25px;\r\n width: 25px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: #fff;\r\n border-radius: 3px;\r\n z-index: 0;\r\n cursor: pointer;\r\n }\r\n\r\n .selectize-input {\r\n border: 1px solid #d8d8d8 !important;\r\n background: transparent !important;\r\n cursor: pointer !important;\r\n }\r\n}\r\n\r\n.subpage-ekomi {\r\n max-width: 1200px;\r\n margin: auto;\r\n float: none;\r\n padding: 50px 0;\r\n}\r\n\r\n.search-title {\r\n margin-bottom: 25px;\r\n font-weight: 600;\r\n font-size: 18px;\r\n color: #1a1a1a;\r\n padding-bottom: 5px;\r\n border-bottom: 2px solid $cLavender;\r\n}\r\n\r\n//* ~~~~ New styles ~~~~ *//\r\n//* Nav menu\r\n#header {\r\n .header-nav {\r\n .bottomnav {\r\n background-color: $cDarkViolet;\r\n\r\n @media (max-width: 767px) {\r\n padding-top: 0;\r\n padding-bottom: 0;\r\n }\r\n }\r\n }\r\n}\r\n\r\n//* Home slider\r\n.home-slider {\r\n .slide_config {\r\n // min-height: 398px;\r\n }\r\n}\r\n\r\n//* Usługi\r\n.services-row {\r\n margin: 50px 0;\r\n\r\n img {\r\n margin-bottom: 20px;\r\n }\r\n\r\n p {\r\n color: $cTxtViolet;\r\n font-size: 16px;\r\n font-weight: 500;\r\n text-align: center;\r\n }\r\n}\r\n\r\n//* Footer\r\n#footer {\r\n font-family: 'Roboto', sans-serif;\r\n background: $cDarkViolet;\r\n\r\n .footer_center__wrapper {\r\n padding: 0 70px;\r\n }\r\n\r\n .footer-center {\r\n margin-bottom: 50px;\r\n\r\n .footer_center__wrapper {\r\n .ApColumn {\r\n .title_block {\r\n color: $cTxtWhite !important;\r\n font-style: normal !important;\r\n font-weight: 400 !important;\r\n font-size: 16px !important;\r\n margin-bottom: 30px !important;\r\n line-height: 1.1 !important;\r\n width: 100% !important;\r\n text-align: start !important;\r\n }\r\n\r\n ul {\r\n li {\r\n a {\r\n color: $cTxtWhite;\r\n font-weight: 400;\r\n font-size: 14px;\r\n line-height: 1.1;\r\n padding-top: 5px;\r\n padding-bottom: 5px;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n\r\n .footer-bottom {\r\n .footer_center__wrapper {\r\n >.inner {\r\n padding: 20px 0;\r\n border-top: 1px solid rgba($cWhite, 0.3);\r\n }\r\n\r\n .footer-bottom-meta {\r\n .block_content {\r\n p {\r\n color: $cTxtWhite;\r\n font-style: normal;\r\n font-weight: 400;\r\n font-size: 12px;\r\n line-height: 1.1;\r\n text-align: end;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n//* Slick slider\r\n.slick-prev {\r\n &:before {\r\n display: none;\r\n }\r\n}\r\n\r\n.slick-next {\r\n &:before {\r\n display: none;\r\n }\r\n}\r\n\r\n//* Carousel\r\n.owl-theme {\r\n .owl-wrapper-outer {\r\n .owl-wrapper {\r\n .owl-item {\r\n padding: 15px;\r\n transition: all 250ms ease-in-out;\r\n }\r\n }\r\n }\r\n\r\n .owl-controls {\r\n margin-top: 15px;\r\n height: 50px;\r\n\r\n .owl-buttons {\r\n top: auto;\r\n right: auto;\r\n left: 50%;\r\n transform: translateX(-50%);\r\n width: auto;\r\n display: flex;\r\n gap: 20px;\r\n\r\n div {\r\n height: 30px;\r\n width: 30px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n color: $cDarkViolet;\r\n font-size: 30px;\r\n line-height: 1;\r\n border-radius: 50%;\r\n background: transparent;\r\n\r\n &:before {\r\n display: none;\r\n }\r\n\r\n &:hover {\r\n background: $cLavender;\r\n color: #fff;\r\n\r\n &:before {\r\n color: #fff !important;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n//* Najlepsze produkty - box\r\n.best-products-box {\r\n position: relative;\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n flex-wrap: wrap;\r\n\r\n .best-products-text {\r\n .block_content {\r\n margin-bottom: 30px;\r\n line-height: 1.5;\r\n }\r\n\r\n h2 {\r\n font-family: 'Roboto', sans-serif;\r\n color: $cDarkViolet;\r\n font-weight: 600;\r\n font-size: 24px;\r\n margin-bottom: 30px;\r\n text-transform: uppercase;\r\n line-height: 1.5;\r\n position: relative;\r\n\r\n &:before {\r\n top: auto !important;\r\n bottom: 0 !important;\r\n height: 2px !important;\r\n background: #a340ff !important;\r\n width: 90% !important;\r\n left: 0;\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n max-width: 200px;\r\n }\r\n }\r\n\r\n p {\r\n font-family: 'Roboto', sans-serif;\r\n color: $cTxtBlack;\r\n font-weight: 300;\r\n font-size: 16px;\r\n\r\n &:last-child {\r\n margin-bottom: 0;\r\n }\r\n }\r\n }\r\n\r\n picture {\r\n display: block;\r\n position: relative;\r\n\r\n &::before {\r\n content: '';\r\n position: absolute;\r\n inset: 0;\r\n background: #ebf1ff;\r\n z-index: -1;\r\n width: 50vw;\r\n }\r\n }\r\n}\r\n\r\n.ApSlideShow {\r\n picture {\r\n display: block !important;\r\n }\r\n}\r\n\r\n#index {\r\n #wrapper {\r\n padding-top: 0;\r\n\r\n .ApColumn {\r\n .block {\r\n padding-top: 75px;\r\n\r\n @media (max-width: 767px) {\r\n padding-top: 25px;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n#cookieNotice {\r\n background: $cTxtDarkViolet !important;\r\n color: #fff;\r\n padding: 5px;\r\n font-size: 12px;\r\n box-shadow: none !important;\r\n\r\n p {\r\n font-size: 12px !important;\r\n\r\n @media (max-width: 767px) {\r\n font-size: 10px !important;\r\n line-height: 1.25;\r\n }\r\n }\r\n}\r\n\r\n.latest-blogs {\r\n .created {\r\n margin-bottom: 15px !important;\r\n }\r\n\r\n .blog-image-container {\r\n border-radius: 5px;\r\n }\r\n\r\n .blog-title {\r\n text-transform: none !important;\r\n }\r\n\r\n .see_more_blog {\r\n img {\r\n display: none !important;\r\n }\r\n }\r\n}\r\n\r\n#left-column,\r\n#right-column {\r\n .block {\r\n box-shadow: none !important;\r\n padding: 20px !important;\r\n }\r\n}\r\n\r\nbody {\r\n overflow-x: hidden;\r\n\r\n &#product,\r\n &#module-leoblog-blog {\r\n #wrapper {\r\n background: #f8f9fa;\r\n padding-top: 50px;\r\n padding-bottom: 50px;\r\n\r\n #blogpage {\r\n article {\r\n background: #fff;\r\n padding: 50px;\r\n }\r\n\r\n .extra-blogs {\r\n border: 1px solid #eee;\r\n padding: 25px;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.leoproductsearch-content {\r\n margin-right: 10px;\r\n}\r\n\r\n#promo-code {\r\n form {\r\n display: flex;\r\n\r\n input {\r\n border-radius: 4px 0 0 4px;\r\n }\r\n\r\n .btn {\r\n margin: 0;\r\n border-radius: 0 4px 4px 0;\r\n }\r\n }\r\n}\r\n\r\n.cart-line-product-actions {\r\n .remove-from-cart {\r\n background: $cDarkViolet;\r\n display: flex !important;\r\n height: 30px;\r\n width: 30px;\r\n align-items: center;\r\n justify-content: center;\r\n border-radius: 4px;\r\n\r\n &:hover {\r\n background: $cTxtLavender;\r\n }\r\n\r\n i {\r\n color: #fff;\r\n }\r\n }\r\n}\r\n\r\n.product-description {\r\n table {\r\n width: auto !important;\r\n\r\n tr {\r\n td {\r\n width: calc(100% / 9);\r\n }\r\n }\r\n\r\n picture {\r\n img {\r\n height: auto !important;\r\n max-width: 100px !important;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.bestsellers_row {\r\n .ApProductCarousel {\r\n padding-top: 0 !important;\r\n }\r\n}\r\n\r\n#carousel-3330681750 {\r\n .row {\r\n >div {\r\n width: 33% !important;\r\n }\r\n }\r\n}\r\n\r\n#footer {\r\n .inner {\r\n .row {\r\n &.footer-first-for {\r\n .ApColumn {\r\n @media (min-width: 676px) {\r\n width: 25% !important;\r\n }\r\n }\r\n }\r\n\r\n .ApColumn {\r\n @media (max-width: 675px) {\r\n width: 100% !important;\r\n text-align: center;\r\n\r\n h4 {\r\n text-align: center !important;\r\n\r\n &.title_block {\r\n text-align: center !important;\r\n }\r\n }\r\n }\r\n }\r\n\r\n .ApColumn:first-child {\r\n @media (max-width: 675px) {\r\n margin-bottom: 25px !important;\r\n }\r\n }\r\n\r\n .ApColumn:last-child {\r\n @media (max-width: 1199px) {\r\n width: 100%;\r\n padding-top: 50px;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.cart-preview {\r\n @media (max-width: 767px) {\r\n position: relative;\r\n top: 10px;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n #product #content-wrapper {\r\n padding: 0 !important;\r\n }\r\n\r\n .product-detail>.row>div[class^='col-'] {\r\n padding: 0 !important;\r\n }\r\n\r\n .more-info-product {\r\n padding: 10px;\r\n }\r\n\r\n .footer_center__wrapper {\r\n padding: 10px !important;\r\n }\r\n\r\n .block_newsletter form {\r\n width: 100%;\r\n max-width: 100%;\r\n }\r\n\r\n .block_newsletter {\r\n text-align: center;\r\n\r\n .col-xs-12 {\r\n float: none !important;\r\n }\r\n }\r\n\r\n .block_content {\r\n h4 {\r\n text-align: center;\r\n float: none;\r\n font-size: 20px !important;\r\n }\r\n }\r\n\r\n .newsletter_container {\r\n flex-wrap: wrap;\r\n\r\n .input-wrapper {\r\n width: 100%;\r\n }\r\n\r\n button {\r\n width: 100% !important;\r\n }\r\n }\r\n}\r\n\r\n.page-cms-23 {\r\n form {\r\n margin-top: 50px;\r\n }\r\n\r\n input[name='email'] {\r\n background: #d8d8d8;\r\n color: #696868;\r\n opacity: 0.8;\r\n font-size: 14px;\r\n line-height: 34px;\r\n padding: 7px 21px;\r\n width: 100%;\r\n border-radius: 5px;\r\n border: 0;\r\n }\r\n\r\n button {\r\n background: $cLavender;\r\n color: #fff;\r\n padding: 14px 25px;\r\n border: 0;\r\n }\r\n}\r\n\r\nfooter {\r\n .block_newsletter {\r\n display: none;\r\n }\r\n}\r\n\r\n.widget-stars {\r\n display: flex;\r\n gap: 20px;\r\n margin-bottom: 25px;\r\n color: #000;\r\n cursor: pointer;\r\n\r\n span {\r\n font-weight: 600;\r\n }\r\n}\r\n\r\n#product {\r\n .featured-products {\r\n .products {\r\n display: grid;\r\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n background: white;\r\n\r\n .product-miniature {\r\n .product-image {\r\n .functional-buttons {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n flex-wrap: wrap;\r\n\r\n .button-container {\r\n width: 100%;\r\n }\r\n }\r\n }\r\n\r\n .product-meta {\r\n .product-title {\r\n a {\r\n height: auto;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.block-promo {\r\n .promo-discounts {\r\n .cart-summary-line {\r\n .label {\r\n color: #010c4a;\r\n\r\n .code {\r\n color: #f5a76a;\r\n cursor: grab;\r\n text-decoration: none;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.hero-slider {\r\n overflow: hidden;\r\n}\r\n\r\n#smartsupp-widget-container {\r\n >div {\r\n z-index: 9999 !important;\r\n }\r\n}\r\n\r\n.raty_boxes_container {\r\n img {\r\n width: 100%;\r\n max-width: 178px;\r\n height: 35px;\r\n }\r\n}\r\n\r\n#oblicz-rate {\r\n a {\r\n cursor: pointer;\r\n }\r\n}\r\n\r\n#manufacturer {\r\n #main {\r\n #manufacturer-description {\r\n ul {\r\n margin-bottom: 25px;\r\n list-style-type: square;\r\n margin-left: 20px;\r\n\r\n li {\r\n list-style-type: square;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\nbody {\r\n #content-wrapper {\r\n #content {\r\n #single-city-page {\r\n .featured-products {\r\n .products {\r\n display: grid;\r\n grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));\r\n\r\n article.product-miniature {\r\n .functional-buttons {\r\n display: none;\r\n }\r\n\r\n .leo-list-product-reviews {\r\n display: none;\r\n }\r\n }\r\n }\r\n }\r\n\r\n h2 {\r\n font-size: 26px;\r\n font-weight: 600;\r\n margin-bottom: 25px;\r\n }\r\n\r\n p {\r\n font-size: 13px;\r\n line-height: 24px;\r\n font-weight: 300;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\nbody {\r\n #main {\r\n ul#cities-links {\r\n margin: 0 !important;\r\n padding: 0 15px !important;\r\n list-style: none !important;\r\n display: grid;\r\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n gap: 10px;\r\n\r\n li {\r\n list-style: none !important;\r\n text-align: center;\r\n background: #3e2780;\r\n\r\n a {\r\n display: block;\r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 26px;\r\n font-weight: 600;\r\n padding: 10px;\r\n transition: all 0.3s ease-in-out;\r\n\r\n &:hover {\r\n background: #a340ff;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n#footer {\r\n .footer-city-list {\r\n >ul {\r\n display: flex;\r\n flex-direction: row;\r\n column-gap: 50px;\r\n row-gap: 20px;\r\n flex-wrap: wrap;\r\n\r\n li {\r\n a {\r\n &:hover {\r\n padding-left: 0;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n#category {\r\n .product_list.grid {\r\n >.row {\r\n @media (max-width: 765px) {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n }\r\n\r\n @media (max-width: 320px) {\r\n grid-template-columns: 1fr;\r\n }\r\n }\r\n }\r\n}\r\n\r\n#logo_row_header {\r\n .ApColumn:nth-child(3) {\r\n @media (max-width: 765px) {\r\n display: flex;\r\n }\r\n }\r\n}\r\n\r\n.buy_by_phone {\r\n margin-top: 10px;\r\n}\r\n\r\n#buy-by-phone-popup {\r\n position: fixed;\r\n inset: 0;\r\n z-index: 999999;\r\n opacity: 0;\r\n visibility: hidden;\r\n\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n transition: opacity 250ms ease, visibility 250ms ease;\r\n overflow: auto;\r\n\r\n &.active {\r\n opacity: 1;\r\n visibility: visible;\r\n }\r\n\r\n &::before {\r\n content: '';\r\n position: fixed;\r\n width: 100%;\r\n height: 100%;\r\n background: rgba(0, 0, 0, 0.2);\r\n backdrop-filter: blur(2px);\r\n }\r\n\r\n .buy-by-phone-popup--wrapper {\r\n position: relative;\r\n width: 100%;\r\n max-width: 700px;\r\n padding: 30px;\r\n background: #fff;\r\n border: 1px solid #e5e5e5;\r\n border-radius: 5px;\r\n z-index: 1;\r\n\r\n .popup-header {\r\n position: relative;\r\n\r\n &--close {\r\n position: absolute;\r\n top: -23px;\r\n right: -20px;\r\n\r\n .close-popup {\r\n font-size: 16px;\r\n }\r\n }\r\n }\r\n\r\n .popup-body {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n max-height: calc(100vh - 130px);\r\n overflow-y: auto;\r\n padding: 10px 10px 10px 0;\r\n\r\n .popup-body--left {\r\n display: flex;\r\n align-items: center;\r\n\r\n .popup-img {\r\n .product-cover {\r\n width: 100%;\r\n max-width: fit-content;\r\n margin-left: auto;\r\n margin-right: auto;\r\n }\r\n }\r\n }\r\n\r\n .popup-body--right {\r\n display: flex;\r\n justify-content: center;\r\n flex-direction: column;\r\n\r\n p {\r\n color: #000;\r\n font-size: 14px;\r\n font-weight: 600;\r\n }\r\n\r\n .form-group {\r\n margin-bottom: 5px;\r\n\r\n .form-control {\r\n border-radius: 3px;\r\n\r\n &.form-control-name,\r\n &.form-control-phone {\r\n &::placeholder {\r\n color: #000;\r\n }\r\n }\r\n }\r\n\r\n &.form-group-radio {\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n gap: 15px;\r\n\r\n .radio-inline {\r\n display: flex;\r\n align-items: center;\r\n gap: 5px;\r\n\r\n input[type='radio'] {\r\n width: 20px;\r\n height: 20px;\r\n }\r\n }\r\n }\r\n\r\n &.form-group-polityka {\r\n display: flex;\r\n flex-direction: row;\r\n gap: 10px;\r\n align-items: baseline;\r\n\r\n input#polityka {\r\n width: fit-content;\r\n }\r\n\r\n label {\r\n text-align: left;\r\n font-size: 10px;\r\n margin-bottom: 0;\r\n }\r\n }\r\n }\r\n\r\n .form-cols {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n column-gap: 5px;\r\n font-size: 16px;\r\n }\r\n\r\n .popup-body-top {\r\n >p {\r\n color: #a340ff;\r\n\r\n >a {\r\n color: #a340ff;\r\n text-decoration: underline;\r\n }\r\n }\r\n }\r\n\r\n .popup-input-alert {\r\n color: #ff0000;\r\n }\r\n }\r\n\r\n @media (max-width: 700px) {\r\n grid-template-columns: 1fr;\r\n\r\n .popup-body--left {\r\n display: none;\r\n }\r\n }\r\n }\r\n\r\n .popup-alert {\r\n display: none;\r\n position: absolute;\r\n inset: 0;\r\n\r\n &.active {\r\n display: block;\r\n }\r\n\r\n &::after {\r\n content: '';\r\n position: absolute;\r\n inset: -1px;\r\n background: rgba(0, 0, 0, 0.3);\r\n border-radius: 5px;\r\n backdrop-filter: blur(2px);\r\n }\r\n\r\n .popup-alert-wrapper {\r\n position: fixed;\r\n left: 50%;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n padding: 30px;\r\n background: #fff;\r\n border: 1px solid #e5e5e5;\r\n border-radius: 5px;\r\n z-index: 1;\r\n width: 100%;\r\n max-width: 300px;\r\n\r\n .popup-alert-close {\r\n position: absolute;\r\n top: 5px;\r\n right: 10px;\r\n font-size: 16px;\r\n }\r\n\r\n .popup-alert-data {\r\n p {\r\n margin: 10px 0 0 0;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n.cky-box-bottom-left,\r\n.cky-revisit-bottom-left {\r\n bottom: 70px !important;\r\n left: 10px !important;\r\n}\r\n\r\n#category-description {\r\n p {\r\n color: #000;\r\n }\r\n}\r\n\r\n#cookiesplus-modal {\r\n .cookiesplus-close-and-save {\r\n display: none !important;\r\n }\r\n}\r\n\r\n//* Single product - accesories module\r\n#box-product-accessories {\r\n margin-bottom: 20px;\r\n\r\n .buy-protector-btn {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n text-align: center;\r\n color: #fff;\r\n background-color: #a340ff !important;\r\n border-radius: 5px;\r\n width: 100%;\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-weight: 700;\r\n text-transform: initial;\r\n min-height: 50px;\r\n transition: all 0.3s ease-in;\r\n\r\n &:hover {\r\n background-color: #010c4a !important;\r\n }\r\n }\r\n\r\n .product-accessories-title {\r\n margin: 10px 0;\r\n text-align: center;\r\n font-weight: 700;\r\n font-size: 24px;\r\n text-transform: uppercase;\r\n }\r\n\r\n #box-accessories-slider {\r\n display: none;\r\n\r\n .slick-track {\r\n padding-top: 15px;\r\n padding-bottom: 15px;\r\n }\r\n\r\n .slick-arrow {\r\n width: 30px;\r\n height: 30px;\r\n line-height: 28px;\r\n text-align: center;\r\n background: #fff;\r\n border: 1px solid #eee;\r\n transition: all 0.5s ease;\r\n border-radius: 15px;\r\n color: transparent;\r\n\r\n top: 20px;\r\n transform: translate(-50%, -50%);\r\n\r\n &.slick-next {\r\n left: calc(50% + 20px);\r\n\r\n &::before {\r\n content: '\\f0da';\r\n }\r\n }\r\n\r\n &.slick-prev {\r\n left: calc(50% - 20px);\r\n\r\n &::before {\r\n content: '\\f0d9';\r\n }\r\n }\r\n\r\n &::before {\r\n font-family: 'FontAwesome';\r\n color: #999;\r\n font-size: 14px;\r\n display: block;\r\n transition: all 0.5s ease;\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n top: 0;\r\n left: 0;\r\n }\r\n }\r\n }\r\n\r\n .ajax_block_product {\r\n .product-price-and-shipping {\r\n display: none !important;\r\n }\r\n }\r\n}\r\n\r\n#featured-products-box {\r\n position: relative;\r\n\r\n .featured-products-box-slider {\r\n position: initial;\r\n\r\n @media (max-width: 600px) {\r\n padding-top: 30px;\r\n position: relative;\r\n }\r\n\r\n .slick-arrow {\r\n top: 0;\r\n transform: none;\r\n\r\n width: 30px;\r\n height: 30px;\r\n line-height: 28px;\r\n text-align: center;\r\n background: #010c4a;\r\n border: 1px solid #010c4a;\r\n transition: all 0.5s ease;\r\n border-radius: 15px;\r\n color: #fff;\r\n\r\n &.slick-prev {\r\n left: auto;\r\n right: 40px;\r\n\r\n @media (max-width: 600px) {\r\n left: calc(50% - 40px);\r\n transform: translateX(-50%);\r\n }\r\n }\r\n\r\n &.slick-next {\r\n right: 0;\r\n\r\n @media (max-width: 600px) {\r\n right: calc(50% - 40px);\r\n transform: translateX(-50%);\r\n }\r\n }\r\n\r\n &:hover {\r\n border-color: #a340ff;\r\n background-color: #a340ff;\r\n }\r\n }\r\n }\r\n}\r\n\r\nbody {\r\n >div[class^=\"htmlboxpro\"] {\r\n margin-left: auto;\r\n margin-right: auto;\r\n padding-left: 15px;\r\n padding-right: 15px;\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n background: #a441fc;\r\n\r\n * {\r\n color: #fff;\r\n }\r\n\r\n p {\r\n color: #fff;\r\n font-size: 15px;\r\n font-weight: 500;\r\n text-align: center;\r\n margin-bottom: 0;\r\n\r\n a {\r\n color: #FFF !important;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.tabs-product {\r\n display: flex;\r\n flex-direction: column;\r\n\r\n .tabs-nav {\r\n display: flex;\r\n list-style: none;\r\n margin: 0;\r\n padding: 0;\r\n border-bottom: 1px solid #eee;\r\n\r\n @media (max-width: 525px) {\r\n display: block;\r\n }\r\n }\r\n\r\n .tabs-nav li {\r\n margin: 0;\r\n padding: 10px 20px;\r\n cursor: pointer;\r\n border-bottom: none;\r\n font-weight: 600;\r\n font-size: 16px;\r\n\r\n @media (max-width: 768px) {\r\n font-size: 14px;\r\n }\r\n\r\n @media (max-width: 525px) {\r\n text-align: center;\r\n border: 1px solid #eee;\r\n }\r\n }\r\n\r\n .tabs-nav li.active {\r\n font-weight: bold;\r\n color: #a340ff;\r\n }\r\n\r\n .tabs-content {\r\n padding: 25px 0;\r\n }\r\n\r\n .tabs-content>div {\r\n display: none;\r\n }\r\n\r\n .tabs-content>div.active {\r\n display: block;\r\n }\r\n}"]} \ No newline at end of file diff --git a/themes/leo_lulandia/assets/css/dr_materac.scss b/themes/leo_lulandia/assets/css/dr_materac.scss index 56884937..1a838e77 100644 --- a/themes/leo_lulandia/assets/css/dr_materac.scss +++ b/themes/leo_lulandia/assets/css/dr_materac.scss @@ -3102,6 +3102,12 @@ body#checkout section.checkout-step .delivery-option { } } +.newsletter { + input[type="checkbox"] { + margin-left: 14px !important; + } +} + .newsletter_container { display: flex; align-items: center; diff --git a/themes/leo_lulandia/assets/css/theme.css.map b/themes/leo_lulandia/assets/css/theme.css.map index 3b71894c..3cef788d 100644 --- a/themes/leo_lulandia/assets/css/theme.css.map +++ b/themes/leo_lulandia/assets/css/theme.css.map @@ -1 +1 @@ -{"version":3,"sources":["theme.css","theme.scss"],"names":[],"mappings":"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AAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,aACC,kFAAA,CAGD,aACC,kFAAA,CAGD,aACC,kFAAA,CAGD,aACC,kFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,cACC,mFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,eACC,oFAAA,CAGD,gBACC,qFAAA,CAGD,gBACC,qFAAA,CAGD,kBACC,UAAA,CACA,WAAA,CACA,eAAA,CACA,eAAA,CACA,eAAA,CACA,WAAA,CAGD,wBACC,eAAA,CAGD,mBACC,qBAAA,CACA,UAAA,CACA,WAAA,CAGD,mBACC,YAAA,CAGD,qBACC,kFAAA,CAGD,qBACC,kFAAA,CAGD,qBACC,kFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,qBACC,kFAAA,CAGD,qBACC,kFAAA,CAGD,qBACC,kFAAA,CAGD,qBACC,kFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,sBACC,mFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,uBACC,oFAAA,CAGD,wBACC,qFAAA,CAGD,wBACC,qFAAA,CAID,8BACC,YAAA,CACA,sCAAA,CACA,oBAAA,CAGD,kCACC,iBAAA,CAIA,kCACC,cAAA,CAIF,aACC,YAAA,CACA,aAAA,CAEA,gBACC,aAAA,CACA,iBAAA,CACA,gBAAA,CACA,kBAAA,CACA,gBAAA,CACA,eAAA,CAEA,yBARD,gBASE,kBAAA,CAAA,CAIF,sBACC,YAAA,CACA,QAAA,CACA,0DAAA,CACA,eAAA,CAIC,uFACC,gBAAA,CACA,aAAA,CACA,eAAA,CAGD,uFACC,gBAAA,CACA,aAAA,CACA,eAAA,CAMJ,4BACC,gBAAA,CACA,UAAA,CACA,iBAAA,CACA,mCAAA,CAEA,8BACC,qBAAA,CAIF,sBACC,oBAAA,CAEA,4CACC,uBAAA,CAGD,yCACC,uBAAA,CAIF,uBACC,6BAAA,CAEA,uDACC,4BAAA,CACA,aAAA,CAEA,0BAJD,uDAKE,YAAA,CAAA,CAOD,wCACC,wBAAA","file":"theme.css"} \ No newline at end of file +{"version":3,"sources":["theme.css","theme.scss"],"names":[],"mappings":"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AA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,aACE,kFAAA,CAGF,aACE,kFAAA,CAGF,aACE,kFAAA,CAGF,aACE,kFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,cACE,mFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,eACE,oFAAA,CAGF,gBACE,qFAAA,CAGF,gBACE,qFAAA,CAGF,kBACE,UAAA,CACA,WAAA,CACA,eAAA,CACA,eAAA,CACA,eAAA,CACA,WAAA,CAGF,wBACE,eAAA,CAGF,mBACE,qBAAA,CACA,UAAA,CACA,WAAA,CAGF,mBACE,YAAA,CAGF,qBACE,kFAAA,CAGF,qBACE,kFAAA,CAGF,qBACE,kFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,qBACE,kFAAA,CAGF,qBACE,kFAAA,CAGF,qBACE,kFAAA,CAGF,qBACE,kFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,sBACE,mFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,uBACE,oFAAA,CAGF,wBACE,qFAAA,CAGF,wBACE,qFAAA,CAIF,8BACE,YAAA,CACA,sCAAA,CACA,oBAAA,CAGF,kCACE,iBAAA,CAIA,kCACE,cAAA,CAIJ,aACE,YAAA,CACA,aAAA,CAEA,gBACE,aAAA,CACA,iBAAA,CACA,gBAAA,CACA,kBAAA,CACA,gBAAA,CACA,eAAA,CAEA,yBARF,gBASI,kBAAA,CAAA,CAIJ,sBACE,YAAA,CACA,QAAA,CACA,0DAAA,CACA,eAAA,CAIE,uFACE,gBAAA,CACA,aAAA,CACA,eAAA,CAGF,uFACE,gBAAA,CACA,aAAA,CACA,eAAA,CAMR,4BACE,gBAAA,CACA,UAAA,CACA,iBAAA,CACA,mCAAA,CAEA,8BACE,qBAAA,CAIJ,sBACE,oBAAA,CAEA,4CACE,uBAAA,CAGF,yCACE,uBAAA,CAIJ,uBACE,6BAAA,CAEA,uDACE,4BAAA,CACA,aAAA,CAEA,0BAJF,uDAKI,YAAA,CAAA,CAOF,wCACE,wBAAA","file":"theme.css","sourcesContent":["@import\"//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700\";/*!\n * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)\n * Copyright 2011-2016 The Bootstrap Authors\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */@media print{*,*::before,*::after,*::first-letter,p::first-line,div::first-line,blockquote::first-line,li::first-line{text-shadow:none !important;box-shadow:none !important}a,a:visited{text-decoration:underline}abbr[title]::after{content:\" (\" attr(title) \")\"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.tag{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-family:\"Poppins\",sans-serif;font-weight:600;line-height:1.1;color:#000}h1,.h1{font-size:22px}h2,.h2{font-size:20px}h3,.h3{font-size:18px}h4,.h4{font-size:18px}h5,.h5{font-size:16px}h6,.h6{font-size:15px}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300}.display-2{font-size:5.5rem;font-weight:300}.display-3{font-size:4.5rem;font-weight:300}.display-4{font-size:3.5rem;font-weight:300}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:80%;font-weight:normal}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:5px}.initialism{font-size:90%;text-transform:uppercase}.blockquote{padding:.5rem 1rem;margin-bottom:1rem;font-size:1.25rem;border-left:.25rem solid #eceeef}.blockquote-footer{display:block;font-size:80%;color:#818a91}.blockquote-footer::before{content:\"— \"}.blockquote-reverse{padding-right:1rem;padding-left:0;text-align:right;border-right:.25rem solid #eceeef;border-left:0}.blockquote-reverse .blockquote-footer::before{content:\"\"}.blockquote-reverse .blockquote-footer::after{content:\" —\"}dl.row>dd+dt{clear:left}.img-fluid,.carousel-inner>.carousel-item>img,.carousel-inner>.carousel-item>a>img{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;transition:all .2s ease-in-out;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#ebebeb}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace}code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f7f7f9;border-radius:.25rem}kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#333;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:bold}pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#373a3c}pre code{padding:0;font-size:inherit;color:inherit;background-color:rgba(0,0,0,0);border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.table{width:100%;max-width:100%;margin-bottom:1rem}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #eceeef}.table thead th{vertical-align:bottom;border-bottom:2px solid #eceeef}.table tbody+tbody{border-top:2px solid #eceeef}.table .table{background-color:#f8f8f8}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #eceeef}.table-bordered th,.table-bordered td{border:1px solid #eceeef}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table-success,.table-success>th,.table-success>td{background-color:#dff0d8}.table-hover .table-success:hover{background-color:#d0e9c6}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#d0e9c6}.table-info,.table-info>th,.table-info>td{background-color:#d9edf7}.table-hover .table-info:hover{background-color:#c4e3f3}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#c4e3f3}.table-warning,.table-warning>th,.table-warning>td{background-color:#fcf8e3}.table-hover .table-warning:hover{background-color:#faf2cc}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#faf2cc}.table-danger,.table-danger>th,.table-danger>td{background-color:#f2dede}.table-hover .table-danger:hover{background-color:#ebcccc}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebcccc}.thead-inverse th{color:#fff;background-color:#878787}.thead-default th{color:#acaaa6;background-color:#f6f6f6}.table-inverse{color:#f6f6f6;background-color:#878787}.table-inverse th,.table-inverse td,.table-inverse thead th{border-color:#acaaa6}.table-inverse.table-bordered{border:0}.table-responsive{display:block;width:100%;min-height:0%;overflow-x:auto}.table-reflow thead{float:left}.table-reflow tbody{display:block;white-space:nowrap}.table-reflow th,.table-reflow td{border-top:1px solid #eceeef;border-left:1px solid #eceeef}.table-reflow th:last-child,.table-reflow td:last-child{border-right:1px solid #eceeef}.table-reflow thead:last-child tr:last-child th,.table-reflow thead:last-child tr:last-child td,.table-reflow tbody:last-child tr:last-child th,.table-reflow tbody:last-child tr:last-child td,.table-reflow tfoot:last-child tr:last-child th,.table-reflow tfoot:last-child tr:last-child td{border-bottom:1px solid #eceeef}.table-reflow tr{float:left}.table-reflow tr th,.table-reflow tr td{display:block !important;border:1px solid #eceeef}.form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#55595c;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control:focus{color:#55595c;background-color:#fff;border-color:#66afe9;outline:none}.form-control::placeholder{color:#999;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#eceeef;opacity:1}.form-control:disabled{cursor:not-allowed}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 2px)}select.form-control:focus::-ms-value{color:#55595c;background-color:#fff}.form-control-file,.form-control-range{display:block}.col-form-label{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0}.col-form-label-lg{padding-top:.75rem;padding-bottom:.75rem;font-size:14px}.col-form-label-sm{padding-top:.25rem;padding-bottom:.25rem;font-size:13px}.col-form-legend{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;font-size:1rem}.form-control-static{padding-top:.5rem;padding-bottom:.5rem;line-height:1.25;border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-static.form-control-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.form-control-static.form-control-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{padding:.25rem .5rem;font-size:13px;border-radius:.2rem}select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]){height:1.8125rem}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{padding:.75rem 1.5rem;font-size:14px;border-radius:.3rem}select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]){height:3.16667rem}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-check{position:relative;display:block;margin-bottom:.75rem}.form-check+.form-check{margin-top:-0.25rem}.form-check.disabled .form-check-label{color:#acaaa6;cursor:not-allowed}.form-check-label{padding-left:1.25rem;margin-bottom:0;cursor:pointer}.form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.form-check-input:only-child{position:static}.form-check-inline{position:relative;display:inline-block;padding-left:1.25rem;margin-bottom:0;vertical-align:middle;cursor:pointer}.form-check-inline+.form-check-inline{margin-left:.75rem}.form-check-inline.disabled{color:#acaaa6;cursor:not-allowed}.form-control-feedback{margin-top:.25rem}.form-control-success,.form-control-warning,.form-control-danger{padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#a340ff}.has-success .form-control{border-color:#a340ff}.has-success .form-control:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #96d7a9}.has-success .input-group-addon{color:#a340ff;border-color:#a340ff;background-color:#e0f3e5}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#ff9a52}.has-warning .form-control{border-color:#ff9a52}.has-warning .form-control:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffd6b8}.has-warning .input-group-addon{color:#ff9a52;border-color:#ff9a52;background-color:#fff}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#ff4c4c}.has-danger .form-control{border-color:#ff4c4c}.has-danger .form-control:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffb2b2}.has-danger .input-group-addon{color:#ff4c4c;border-color:#ff4c4c;background-color:#fff}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}@media(min-width: 576px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;width:auto;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.form-inline .form-check{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .form-check-label{padding-left:0}.form-inline .form-check-input{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.btn{display:inline-block;font-weight:normal;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid rgba(0,0,0,0);padding:.5rem 1rem;font-size:1rem;border-radius:2px}.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{text-decoration:none}.btn.focus{text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#3387f2;border-color:rgba(0,0,0,0)}.btn-primary:hover{color:#fff;background-color:#0e6ce4;border-color:rgba(0,0,0,0)}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#0e6ce4;border-color:rgba(0,0,0,0)}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#0e6ce4;border-color:rgba(0,0,0,0);background-image:none}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{color:#fff;background-color:#0c5cc2;border-color:rgba(0,0,0,0)}.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary:disabled:focus,.btn-primary:disabled.focus{background-color:#3387f2;border-color:rgba(0,0,0,0)}.btn-primary.disabled:hover,.btn-primary:disabled:hover{background-color:#3387f2;border-color:rgba(0,0,0,0)}.btn-secondary,.btn-tertiary{color:#414141;background-color:#f6f6f6;border-color:rgba(0,0,0,0)}.btn-secondary:hover,.btn-tertiary:hover{color:#414141;background-color:#ddd;border-color:rgba(0,0,0,0)}.btn-secondary:focus,.btn-tertiary:focus,.btn-secondary.focus,.focus.btn-tertiary{color:#414141;background-color:#ddd;border-color:rgba(0,0,0,0)}.btn-secondary:active,.btn-tertiary:active,.btn-secondary.active,.active.btn-tertiary,.open>.btn-secondary.dropdown-toggle,.open>.dropdown-toggle.btn-tertiary{color:#414141;background-color:#ddd;border-color:rgba(0,0,0,0);background-image:none}.btn-secondary:active:hover,.btn-tertiary:active:hover,.btn-secondary:active:focus,.btn-tertiary:active:focus,.btn-secondary:active.focus,.btn-tertiary:active.focus,.btn-secondary.active:hover,.active.btn-tertiary:hover,.btn-secondary.active:focus,.active.btn-tertiary:focus,.btn-secondary.active.focus,.active.focus.btn-tertiary,.open>.btn-secondary.dropdown-toggle:hover,.open>.dropdown-toggle.btn-tertiary:hover,.open>.btn-secondary.dropdown-toggle:focus,.open>.dropdown-toggle.btn-tertiary:focus,.open>.btn-secondary.dropdown-toggle.focus,.open>.dropdown-toggle.focus.btn-tertiary{color:#414141;background-color:#cbcbcb;border-color:rgba(0,0,0,0)}.btn-secondary.disabled:focus,.disabled.btn-tertiary:focus,.btn-secondary.disabled.focus,.disabled.focus.btn-tertiary,.btn-secondary:disabled:focus,.btn-tertiary:disabled:focus,.btn-secondary:disabled.focus,.btn-tertiary:disabled.focus{background-color:#f6f6f6;border-color:rgba(0,0,0,0)}.btn-secondary.disabled:hover,.disabled.btn-tertiary:hover,.btn-secondary:disabled:hover,.btn-tertiary:disabled:hover{background-color:#f6f6f6;border-color:rgba(0,0,0,0)}.btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#2aabd2;background-image:none}.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{color:#fff;background-color:#269abc;border-color:#1f7e9a}.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info:disabled:focus,.btn-info:disabled.focus{background-color:#5bc0de;border-color:#5bc0de}.btn-info.disabled:hover,.btn-info:disabled:hover{background-color:#5bc0de;border-color:#5bc0de}.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#419641}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#419641;background-image:none}.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{color:#fff;background-color:#398439;border-color:#2d672d}.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success:disabled:focus,.btn-success:disabled.focus{background-color:#5cb85c;border-color:#5cb85c}.btn-success.disabled:hover,.btn-success:disabled:hover{background-color:#5cb85c;border-color:#5cb85c}.btn-warning{color:#fff;background-color:#ff9a52;border-color:#f0ad4e}.btn-warning:hover{color:#fff;background-color:#ff7c1f;border-color:#eb9316}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ff7c1f;border-color:#eb9316}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ff7c1f;border-color:#eb9316;background-image:none}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{color:#fff;background-color:#fa6800;border-color:#b06d0f}.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning:disabled:focus,.btn-warning:disabled.focus{background-color:#ff9a52;border-color:#f0ad4e}.btn-warning.disabled:hover,.btn-warning:disabled:hover{background-color:#ff9a52;border-color:#f0ad4e}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#c12e2a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#c12e2a}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#c12e2a;background-image:none}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{color:#fff;background-color:#ac2925;border-color:#8b211e}.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger:disabled:focus,.btn-danger:disabled.focus{background-color:#d9534f;border-color:#d9534f}.btn-danger.disabled:hover,.btn-danger:disabled:hover{background-color:#d9534f;border-color:#d9534f}.btn-outline-primary{color:#3387f2;background-image:none;background-color:rgba(0,0,0,0);border-color:#3387f2}.btn-outline-primary:hover{color:#fff;background-color:#3387f2;border-color:#3387f2}.btn-outline-primary:focus,.btn-outline-primary.focus{color:#fff;background-color:#3387f2;border-color:#3387f2}.btn-outline-primary:active,.btn-outline-primary.active,.open>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#3387f2;border-color:#3387f2}.btn-outline-primary:active:hover,.btn-outline-primary:active:focus,.btn-outline-primary:active.focus,.btn-outline-primary.active:hover,.btn-outline-primary.active:focus,.btn-outline-primary.active.focus,.open>.btn-outline-primary.dropdown-toggle:hover,.open>.btn-outline-primary.dropdown-toggle:focus,.open>.btn-outline-primary.dropdown-toggle.focus{color:#fff;background-color:#0c5cc2;border-color:#0a4a9c}.btn-outline-primary.disabled:focus,.btn-outline-primary.disabled.focus,.btn-outline-primary:disabled:focus,.btn-outline-primary:disabled.focus{border-color:#93bff8}.btn-outline-primary.disabled:hover,.btn-outline-primary:disabled:hover{border-color:#93bff8}.btn-outline-secondary{color:rgba(0,0,0,0);background-image:none;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn-outline-secondary:hover{color:#fff;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn-outline-secondary:focus,.btn-outline-secondary.focus{color:#fff;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn-outline-secondary:active,.btn-outline-secondary.active,.open>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn-outline-secondary:active:hover,.btn-outline-secondary:active:focus,.btn-outline-secondary:active.focus,.btn-outline-secondary.active:hover,.btn-outline-secondary.active:focus,.btn-outline-secondary.active.focus,.open>.btn-outline-secondary.dropdown-toggle:hover,.open>.btn-outline-secondary.dropdown-toggle:focus,.open>.btn-outline-secondary.dropdown-toggle.focus{color:#fff;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn-outline-secondary.disabled:focus,.btn-outline-secondary.disabled.focus,.btn-outline-secondary:disabled:focus,.btn-outline-secondary:disabled.focus{border-color:rgba(51,51,51,0)}.btn-outline-secondary.disabled:hover,.btn-outline-secondary:disabled:hover{border-color:rgba(51,51,51,0)}.btn-outline-info{color:#5bc0de;background-image:none;background-color:rgba(0,0,0,0);border-color:#5bc0de}.btn-outline-info:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info:focus,.btn-outline-info.focus{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info:active,.btn-outline-info.active,.open>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info:active:hover,.btn-outline-info:active:focus,.btn-outline-info:active.focus,.btn-outline-info.active:hover,.btn-outline-info.active:focus,.btn-outline-info.active.focus,.open>.btn-outline-info.dropdown-toggle:hover,.open>.btn-outline-info.dropdown-toggle:focus,.open>.btn-outline-info.dropdown-toggle.focus{color:#fff;background-color:#269abc;border-color:#1f7e9a}.btn-outline-info.disabled:focus,.btn-outline-info.disabled.focus,.btn-outline-info:disabled:focus,.btn-outline-info:disabled.focus{border-color:#b0e1ef}.btn-outline-info.disabled:hover,.btn-outline-info:disabled:hover{border-color:#b0e1ef}.btn-outline-success{color:#5cb85c;background-image:none;background-color:rgba(0,0,0,0);border-color:#5cb85c}.btn-outline-success:hover{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-success:focus,.btn-outline-success.focus{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-success:active,.btn-outline-success.active,.open>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-success:active:hover,.btn-outline-success:active:focus,.btn-outline-success:active.focus,.btn-outline-success.active:hover,.btn-outline-success.active:focus,.btn-outline-success.active.focus,.open>.btn-outline-success.dropdown-toggle:hover,.open>.btn-outline-success.dropdown-toggle:focus,.open>.btn-outline-success.dropdown-toggle.focus{color:#fff;background-color:#398439;border-color:#2d672d}.btn-outline-success.disabled:focus,.btn-outline-success.disabled.focus,.btn-outline-success:disabled:focus,.btn-outline-success:disabled.focus{border-color:#a3d7a3}.btn-outline-success.disabled:hover,.btn-outline-success:disabled:hover{border-color:#a3d7a3}.btn-outline-warning{color:#ff9a52;background-image:none;background-color:rgba(0,0,0,0);border-color:#ff9a52}.btn-outline-warning:hover{color:#fff;background-color:#ff9a52;border-color:#ff9a52}.btn-outline-warning:focus,.btn-outline-warning.focus{color:#fff;background-color:#ff9a52;border-color:#ff9a52}.btn-outline-warning:active,.btn-outline-warning.active,.open>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#ff9a52;border-color:#ff9a52}.btn-outline-warning:active:hover,.btn-outline-warning:active:focus,.btn-outline-warning:active.focus,.btn-outline-warning.active:hover,.btn-outline-warning.active:focus,.btn-outline-warning.active.focus,.open>.btn-outline-warning.dropdown-toggle:hover,.open>.btn-outline-warning.dropdown-toggle:focus,.open>.btn-outline-warning.dropdown-toggle.focus{color:#fff;background-color:#fa6800;border-color:#d25700}.btn-outline-warning.disabled:focus,.btn-outline-warning.disabled.focus,.btn-outline-warning:disabled:focus,.btn-outline-warning:disabled.focus{border-color:#ffd6b8}.btn-outline-warning.disabled:hover,.btn-outline-warning:disabled:hover{border-color:#ffd6b8}.btn-outline-danger{color:#d9534f;background-image:none;background-color:rgba(0,0,0,0);border-color:#d9534f}.btn-outline-danger:hover{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-outline-danger:focus,.btn-outline-danger.focus{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-outline-danger:active,.btn-outline-danger.active,.open>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-outline-danger:active:hover,.btn-outline-danger:active:focus,.btn-outline-danger:active.focus,.btn-outline-danger.active:hover,.btn-outline-danger.active:focus,.btn-outline-danger.active.focus,.open>.btn-outline-danger.dropdown-toggle:hover,.open>.btn-outline-danger.dropdown-toggle:focus,.open>.btn-outline-danger.dropdown-toggle.focus{color:#fff;background-color:#ac2925;border-color:#8b211e}.btn-outline-danger.disabled:focus,.btn-outline-danger.disabled.focus,.btn-outline-danger:disabled:focus,.btn-outline-danger:disabled.focus{border-color:#eba5a3}.btn-outline-danger.disabled:hover,.btn-outline-danger:disabled:hover{border-color:#eba5a3}.btn-link{font-weight:normal;color:#000;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link:disabled{background-color:rgba(0,0,0,0)}.btn-link,.btn-link:focus,.btn-link:active{border-color:rgba(0,0,0,0)}.btn-link:hover{border-color:rgba(0,0,0,0)}.btn-link:focus,.btn-link:hover{color:#a340ff;text-decoration:underline;background-color:rgba(0,0,0,0)}.btn-link:disabled:focus,.btn-link:disabled:hover{color:#818a91;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:.75rem 1.5rem;font-size:14px;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:13px;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.3em;vertical-align:middle;content:\"\";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:focus{outline:0}.dropup .dropdown-toggle::after{border-top:0;border-bottom:.3em solid}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#777;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-divider{height:1px;margin:.5rem 0;overflow:hidden;background-color:#e5e5e5}.dropdown-item{display:block;width:100%;padding:3px 1.5rem;clear:both;font-weight:normal;color:#373a3c;text-align:inherit;white-space:nowrap;background:none;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#2b2d2f;text-decoration:none;background-color:#f5f5f5}.dropdown-item.active,.dropdown-item.active:focus,.dropdown-item.active:hover{color:#fff;text-decoration:none;background-color:#0275d8;outline:0}.dropdown-item.disabled,.dropdown-item.disabled:focus,.dropdown-item.disabled:hover{color:#818a91}.dropdown-item.disabled:focus,.dropdown-item.disabled:hover{text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0);background-image:none;filter:\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:13px;color:#818a91;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:\"\";border-top:0;border-bottom:.3em solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:.125rem}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left;margin-bottom:0}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-0.5rem}.btn-toolbar::after{content:\"\";display:table;clear:both}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:.5rem}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn+.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.btn .caret{margin-left:0}.btn-lg .caret,.btn-group-lg>.btn .caret{border-width:.3em .3em 0;border-bottom-width:0}.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret{border-width:0 .3em .3em}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group::after{content:\"\";display:table;clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;width:100%;display:table;border-collapse:separate}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus,.input-group .form-control:active,.input-group .form-control:hover{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:normal;line-height:1.25;color:#55595c;text-align:center;background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:.25rem .5rem;font-size:13px;border-radius:.2rem}.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:.75rem 1.5rem;font-size:14px;border-radius:.3rem}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:not(:last-child),.input-group-addon:not(:last-child),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:not(:last-child){border-right:0}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.form-control+.input-group-addon:not(:first-child){border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:focus,.input-group-btn>.btn:active,.input-group-btn>.btn:hover{z-index:3}.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group{margin-right:-1px}.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group{z-index:2;margin-left:-1px}.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:hover,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:hover{z-index:3}.custom-control{position:relative;display:inline-block;padding-left:1.5rem;cursor:pointer}.custom-control+.custom-control{margin-left:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#0074d9}.custom-control-input:focus~.custom-control-indicator{box-shadow:0 0 0 .075rem #fff,0 0 0 .2rem #0074d9}.custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#84c6ff}.custom-control-input:disabled~.custom-control-indicator{cursor:not-allowed;background-color:#eee}.custom-control-input:disabled~.custom-control-description{color:#767676;cursor:not-allowed}.custom-control-indicator{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-indicator{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E\")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#0074d9;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E\")}.custom-radio .custom-control-indicator{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E\")}.custom-controls-stacked .custom-control{float:left;clear:left}.custom-controls-stacked .custom-control+.custom-control{margin-left:0}.custom-select{display:inline-block;max-width:100%;height:calc(2.5rem - 2px);padding:.375rem 1.75rem .375rem .75rem;padding-right:.75rem \\9 ;color:#55595c;vertical-align:middle;background:#fff url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-image:none \\9 ;background-size:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;-moz-appearance:none;-webkit-appearance:none}.custom-select:focus{border-color:#51a7e8;outline:none}.custom-select:focus::-ms-value{color:#55595c;background-color:#fff}.custom-select:disabled{color:#818a91;cursor:not-allowed;background-color:#eceeef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;cursor:pointer}.custom-file-input{min-width:14rem;max-width:100%;margin:0;filter:alpha(opacity=0);opacity:0}.custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#555;user-select:none;background-color:#fff;border:1px solid #ddd;border-radius:.25rem}.custom-file-control:lang(en)::after{content:\"Choose file...\"}.custom-file-control::before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#555;background-color:#eee;border:1px solid #ddd;border-radius:0 .25rem .25rem 0}.custom-file-control:lang(en)::before{content:\"Browse\"}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:inline-block}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#818a91}.nav-link.disabled,.nav-link.disabled:focus,.nav-link.disabled:hover{color:#818a91;cursor:not-allowed;background-color:rgba(0,0,0,0)}.nav-inline .nav-item{display:inline-block}.nav-inline .nav-item+.nav-item,.nav-inline .nav-link+.nav-link{margin-left:1rem}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs::after{content:\"\";display:table;clear:both}.nav-tabs .nav-item{float:left;margin-bottom:-1px}.nav-tabs .nav-item+.nav-item{margin-left:.2rem}.nav-tabs .nav-link{display:block;padding:.5em 1em;border:1px solid rgba(0,0,0,0);border-top-right-radius:.25rem;border-top-left-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#eceeef #eceeef #ddd}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link.disabled:focus,.nav-tabs .nav-link.disabled:hover{color:#818a91;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover,.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus,.nav-tabs .nav-item.open .nav-link:hover{color:#55595c;background-color:#fff;border-color:#ddd #ddd rgba(0,0,0,0)}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.nav-pills::after{content:\"\";display:table;clear:both}.nav-pills .nav-item{float:left}.nav-pills .nav-item+.nav-item{margin-left:.2rem}.nav-pills .nav-link{display:block;padding:.5em 1em;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-link.active:hover,.nav-pills .nav-item.open .nav-link,.nav-pills .nav-item.open .nav-link:focus,.nav-pills .nav-item.open .nav-link:hover{color:#fff;cursor:default;background-color:#0275d8}.nav-stacked .nav-item{display:block;float:none}.nav-stacked .nav-item+.nav-item{margin-top:.2rem;margin-left:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar::after{content:\"\";display:table;clear:both}@media(min-width: 576px){.navbar{border-radius:.25rem}}.navbar-full{z-index:1000}@media(min-width: 576px){.navbar-full{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width: 576px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0}.navbar-fixed-bottom{bottom:0}.navbar-sticky-top{position:sticky;top:0;z-index:1030;width:100%}@media(min-width: 576px){.navbar-sticky-top{border-radius:0}}.navbar-brand{float:left;padding-top:.25rem;padding-bottom:.25rem;margin-right:1rem;font-size:14px;line-height:inherit}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-divider{float:left;width:1px;padding-top:.425rem;padding-bottom:.425rem;margin-right:1rem;margin-left:1rem;overflow:hidden}.navbar-divider::before{content:\" \"}.navbar-text{display:inline-block;padding-top:.425rem;padding-bottom:.425rem}.navbar-toggler{width:2.5em;height:2em;padding:.5rem .75rem;font-size:1.25rem;line-height:1;background:rgba(0,0,0,0) no-repeat center center;background-size:24px 24px;border:1px solid rgba(0,0,0,0);border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggleable-xs::after{content:\"\";display:table;clear:both}@media(max-width: 575px){.navbar-toggleable-xs .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-xs .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-xs .navbar-nav .dropdown-menu{position:static;float:none}}@media(min-width: 576px){.navbar-toggleable-xs{display:block}}.navbar-toggleable-sm::after{content:\"\";display:table;clear:both}@media(max-width: 767px){.navbar-toggleable-sm .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-sm .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-sm .navbar-nav .dropdown-menu{position:static;float:none}}@media(min-width: 768px){.navbar-toggleable-sm{display:block}}.navbar-toggleable-md::after{content:\"\";display:table;clear:both}@media(max-width: 991px){.navbar-toggleable-md .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-md .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-md .navbar-nav .dropdown-menu{position:static;float:none}}@media(min-width: 992px){.navbar-toggleable-md{display:block}}.navbar-toggleable-lg::after{content:\"\";display:table;clear:both}@media(max-width: 1199px){.navbar-toggleable-lg .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-lg .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-lg .navbar-nav .dropdown-menu{position:static;float:none}}@media(min-width: 1200px){.navbar-toggleable-lg{display:block}}.navbar-toggleable-xl{display:block}.navbar-toggleable-xl::after{content:\"\";display:table;clear:both}.navbar-toggleable-xl .navbar-brand{display:block;float:none;margin-top:.5rem;margin-right:0}.navbar-toggleable-xl .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-toggleable-xl .navbar-nav .dropdown-menu{position:static;float:none}.navbar-nav .nav-item{float:left}.navbar-nav .nav-link{display:block;padding-top:.425rem;padding-bottom:.425rem}.navbar-nav .nav-link+.nav-link{margin-left:1rem}.navbar-nav .nav-item+.nav-item{margin-left:1rem}.navbar-light .navbar-brand,.navbar-light .navbar-toggler{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover,.navbar-light .navbar-toggler:focus,.navbar-light .navbar-toggler:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .open>.nav-link,.navbar-light .navbar-nav .open>.nav-link:focus,.navbar-light .navbar-nav .open>.nav-link:hover,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .active>.nav-link:focus,.navbar-light .navbar-nav .active>.nav-link:hover,.navbar-light .navbar-nav .nav-link.open,.navbar-light .navbar-nav .nav-link.open:focus,.navbar-light .navbar-nav .nav-link.open:hover,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.active:focus,.navbar-light .navbar-nav .nav-link.active:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1)}.navbar-light .navbar-divider{background-color:rgba(0,0,0,.075)}.navbar-dark .navbar-brand,.navbar-dark .navbar-toggler{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-toggler:focus,.navbar-dark .navbar-toggler:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .open>.nav-link,.navbar-dark .navbar-nav .open>.nav-link:focus,.navbar-dark .navbar-nav .open>.nav-link:hover,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .active>.nav-link:focus,.navbar-dark .navbar-nav .active>.nav-link:hover,.navbar-dark .navbar-nav .nav-link.open,.navbar-dark .navbar-nav .nav-link.open:focus,.navbar-dark .navbar-nav .nav-link.open:hover,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.active:focus,.navbar-dark .navbar-nav .nav-link.active:hover{color:#fff}.navbar-dark .navbar-toggler{border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-divider{background-color:rgba(255,255,255,.075)}.navbar-toggleable-xs::after{content:\"\";display:table;clear:both}@media(max-width: 575px){.navbar-toggleable-xs .navbar-nav .nav-item{float:none;margin-left:0}}@media(min-width: 576px){.navbar-toggleable-xs{display:block !important}}.navbar-toggleable-sm::after{content:\"\";display:table;clear:both}@media(max-width: 767px){.navbar-toggleable-sm .navbar-nav .nav-item{float:none;margin-left:0}}@media(min-width: 768px){.navbar-toggleable-sm{display:block !important}}.navbar-toggleable-md::after{content:\"\";display:table;clear:both}@media(max-width: 991px){.navbar-toggleable-md .navbar-nav .nav-item{float:none;margin-left:0}}@media(min-width: 992px){.navbar-toggleable-md{display:block !important}}.card{position:relative;display:block;margin-bottom:.75rem;background-color:#fff;border-radius:.25rem;border:1px solid rgba(0,0,0,.125)}.card-block{padding:1.25rem}.card-block::after{content:\"\";display:table;clear:both}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#f5f5f5;border-bottom:1px solid rgba(0,0,0,.125)}.card-header::after{content:\"\";display:table;clear:both}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#f5f5f5;border-top:1px solid rgba(0,0,0,.125)}.card-footer::after{content:\"\";display:table;clear:both}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-primary{background-color:#3387f2;border-color:#3387f2}.card-primary .card-header,.card-primary .card-footer{background-color:rgba(0,0,0,0)}.card-success{background-color:#a340ff;border-color:#a340ff}.card-success .card-header,.card-success .card-footer{background-color:rgba(0,0,0,0)}.card-info{background-color:#5bc0de;border-color:#5bc0de}.card-info .card-header,.card-info .card-footer{background-color:rgba(0,0,0,0)}.card-warning{background-color:#ff9a52;border-color:#ff9a52}.card-warning .card-header,.card-warning .card-footer{background-color:rgba(0,0,0,0)}.card-danger{background-color:#ff4c4c;border-color:#ff4c4c}.card-danger .card-header,.card-danger .card-footer{background-color:rgba(0,0,0,0)}.card-outline-primary{background-color:rgba(0,0,0,0);border-color:#3387f2}.card-outline-secondary{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.card-outline-info{background-color:rgba(0,0,0,0);border-color:#5bc0de}.card-outline-success{background-color:rgba(0,0,0,0);border-color:#5cb85c}.card-outline-warning{background-color:rgba(0,0,0,0);border-color:#ff9a52}.card-outline-danger{background-color:rgba(0,0,0,0);border-color:#d9534f}.card-inverse .card-header,.card-inverse .card-footer{border-color:rgba(255,255,255,.2)}.card-inverse .card-header,.card-inverse .card-footer,.card-inverse .card-title,.card-inverse .card-blockquote{color:#fff}.card-inverse .card-link,.card-inverse .card-text,.card-inverse .card-subtitle,.card-inverse .card-blockquote .blockquote-footer{color:rgba(255,255,255,.65)}.card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff}.card-blockquote{padding:0;margin-bottom:0;border-left:0}.card-img{border-radius:calc(.25rem - 1px)}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img-top{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}@media(min-width: 576px){.card-deck{display:table;width:100%;margin-bottom:.75rem;table-layout:fixed;border-spacing:1.25rem 0}.card-deck .card{display:table-cell;margin-bottom:0;vertical-align:top}.card-deck-wrapper{margin-right:-1.25rem;margin-left:-1.25rem}}@media(min-width: 576px){.card-group{display:table;width:100%;table-layout:fixed}.card-group .card{display:table-cell;vertical-align:top}.card-group .card+.card{margin-left:0;border-left:0}.card-group .card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.card-group .card:first-child .card-img-top{border-top-right-radius:0}.card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group .card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.card-group .card:last-child .card-img-top{border-top-left-radius:0}.card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group .card:not(:first-child):not(:last-child){border-radius:0}.card-group .card:not(:first-child):not(:last-child) .card-img-top,.card-group .card:not(:first-child):not(:last-child) .card-img-bottom{border-radius:0}}@media(min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#0c0c0e;border-radius:.25rem}.breadcrumb::after{content:\"\";display:table;clear:both}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#fff;content:\"\"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#fff}.pagination{display:inline-block;padding-left:0;margin-top:1rem;margin-bottom:1rem;border-radius:.25rem}.page-item{display:inline}.page-item:first-child .page-link{margin-left:0;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link,.page-item.active .page-link:focus,.page-item.active .page-link:hover{z-index:2;color:#fff;cursor:default;background-color:#0275d8;border-color:#0275d8}.page-item.disabled .page-link,.page-item.disabled .page-link:focus,.page-item.disabled .page-link:hover{color:#818a91;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.page-link{position:relative;float:left;padding:.5rem .75rem;margin-left:-1px;color:#0275d8;text-decoration:none;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#014c8c;background-color:#eceeef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:14px}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{padding:.275rem .75rem;font-size:13px}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.tag{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.tag:empty{display:none}.btn .tag{position:relative;top:-1px}a.tag:focus,a.tag:hover{color:#fff;text-decoration:none;cursor:pointer}.tag-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.tag-default{background-color:#818a91}.tag-default[href]:focus,.tag-default[href]:hover{background-color:#687077}.tag-primary{background-color:#0275d8}.tag-primary[href]:focus,.tag-primary[href]:hover{background-color:#025aa5}.tag-success{background-color:#5cb85c}.tag-success[href]:focus,.tag-success[href]:hover{background-color:#449d44}.tag-info{background-color:#5bc0de}.tag-info[href]:focus,.tag-info[href]:hover{background-color:#31b0d5}.tag-warning{background-color:#f0ad4e}.tag-warning[href]:focus,.tag-warning[href]:hover{background-color:#ec971f}.tag-danger{background-color:#d9534f}.tag-danger[href]:focus,.tag-danger[href]:hover{background-color:#c9302c}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eceeef;border-radius:.3rem}@media(min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-hr{border-top-color:#d0d5d8}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:bold}.alert-dismissible{padding-right:2.5rem}.alert-dismissible .close{position:relative;top:-0.125rem;right:-1.25rem;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.alert-success hr{border-top-color:#c1e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.alert-info hr{border-top-color:#a6d5ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#a340ff;border:0;color:#fff}.alert-warning .alert-link{color:#fff}.alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.alert-danger hr{border-top-color:#e4b9b9}.alert-danger .alert-link{color:#843534}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:block;width:100%;height:1rem;margin-bottom:1rem}.progress[value]{background-color:#eee;border:0;appearance:none;border-radius:.25rem}.progress[value]::-ms-fill{background-color:#0074d9;border:0}.progress[value]::-moz-progress-bar{background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[value]::-webkit-progress-value{background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[value=\"100\"]::-moz-progress-bar{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.progress[value=\"100\"]::-webkit-progress-value{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.progress[value]::-webkit-progress-bar{background-color:#eee;border-radius:.25rem}base::-moz-progress-bar,.progress[value]{background-color:#eee;border-radius:.25rem}@media screen and (min-width: 0\\0 ){.progress{background-color:#eee;border-radius:.25rem}.progress-bar{display:inline-block;height:1rem;text-indent:-999rem;background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[width=\"100%\"]{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}}.progress-striped[value]::-webkit-progress-value{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-striped[value]::-moz-progress-bar{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-striped[value]::-ms-fill{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}@media screen and (min-width: 0\\0 ){.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}}.progress-animated[value]::-webkit-progress-value{animation:progress-bar-stripes 2s linear infinite}.progress-animated[value]::-moz-progress-bar{animation:progress-bar-stripes 2s linear infinite}@media screen and (min-width: 0\\0 ){.progress-animated .progress-bar-striped{animation:progress-bar-stripes 2s linear infinite}}.progress-success[value]::-webkit-progress-value{background-color:#5cb85c}.progress-success[value]::-moz-progress-bar{background-color:#5cb85c}.progress-success[value]::-ms-fill{background-color:#5cb85c}@media screen and (min-width: 0\\0 ){.progress-success .progress-bar{background-color:#5cb85c}}.progress-info[value]::-webkit-progress-value{background-color:#5bc0de}.progress-info[value]::-moz-progress-bar{background-color:#5bc0de}.progress-info[value]::-ms-fill{background-color:#5bc0de}@media screen and (min-width: 0\\0 ){.progress-info .progress-bar{background-color:#5bc0de}}.progress-warning[value]::-webkit-progress-value{background-color:#f0ad4e}.progress-warning[value]::-moz-progress-bar{background-color:#f0ad4e}.progress-warning[value]::-ms-fill{background-color:#f0ad4e}@media screen and (min-width: 0\\0 ){.progress-warning .progress-bar{background-color:#f0ad4e}}.progress-danger[value]::-webkit-progress-value{background-color:#d9534f}.progress-danger[value]::-moz-progress-bar{background-color:#d9534f}.progress-danger[value]::-ms-fill{background-color:#d9534f}@media screen and (min-width: 0\\0 ){.progress-danger .progress-bar{background-color:#d9534f}}.media,.media-body{overflow:hidden}.media-body{width:10000px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right{padding-left:10px}.media-left{padding-right:10px}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:0}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#818a91;cursor:not-allowed;background-color:#eceeef}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#818a91}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;text-decoration:none;background-color:#0275d8;border-color:#0275d8}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#a8d6fe}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-item-action{width:100%;color:#555;text-align:inherit}.list-group-item-action .list-group-item-heading{color:#333}.list-group-item-action:focus,.list-group-item-action:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9{padding-bottom:42.85714%}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.embed-responsive-1by1{padding-bottom:100%}.close{float:right;font-size:1.5rem;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{padding:0;cursor:pointer;background:rgba(0,0,0,0);border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -25%)}.modal.in .modal-dialog{transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header::after{content:\"\";display:table;clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.5}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer::after{content:\"\";display:table;clear:both}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:600px;margin:30px auto}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg{max-width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:\"Poppins\",sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:13px;word-wrap:break-word;opacity:0}.tooltip.in{opacity:.9}.tooltip.tooltip-top,.tooltip.bs-tether-element-attached-bottom{padding:5px 0;margin-top:-3px}.tooltip.tooltip-top .tooltip-inner::before,.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before{bottom:0;left:50%;margin-left:-5px;content:\"\";border-width:5px 5px 0;border-top-color:#000}.tooltip.tooltip-right,.tooltip.bs-tether-element-attached-left{padding:0 5px;margin-left:3px}.tooltip.tooltip-right .tooltip-inner::before,.tooltip.bs-tether-element-attached-left .tooltip-inner::before{top:50%;left:0;margin-top:-5px;content:\"\";border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.tooltip-bottom,.tooltip.bs-tether-element-attached-top{padding:5px 0;margin-top:3px}.tooltip.tooltip-bottom .tooltip-inner::before,.tooltip.bs-tether-element-attached-top .tooltip-inner::before{top:0;left:50%;margin-left:-5px;content:\"\";border-width:0 5px 5px;border-bottom-color:#000}.tooltip.tooltip-left,.tooltip.bs-tether-element-attached-right{padding:0 5px;margin-left:-3px}.tooltip.tooltip-left .tooltip-inner::before,.tooltip.bs-tether-element-attached-right .tooltip-inner::before{top:50%;right:0;margin-top:-5px;content:\"\";border-width:5px 0 5px 5px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.tooltip-inner::before{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:\"Poppins\",sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:13px;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover.popover-top,.popover.bs-tether-element-attached-bottom{margin-top:-10px}.popover.popover-top::before,.popover.popover-top::after,.popover.bs-tether-element-attached-bottom::before,.popover.bs-tether-element-attached-bottom::after{left:50%;border-bottom-width:0}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-11px;margin-left:-11px;border-top-color:rgba(0,0,0,.25)}.popover.popover-top::after,.popover.bs-tether-element-attached-bottom::after{bottom:-10px;margin-left:-10px;border-top-color:#fff}.popover.popover-right,.popover.bs-tether-element-attached-left{margin-left:10px}.popover.popover-right::before,.popover.popover-right::after,.popover.bs-tether-element-attached-left::before,.popover.bs-tether-element-attached-left::after{top:50%;border-left-width:0}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-11px;margin-top:-11px;border-right-color:rgba(0,0,0,.25)}.popover.popover-right::after,.popover.bs-tether-element-attached-left::after{left:-10px;margin-top:-10px;border-right-color:#fff}.popover.popover-bottom,.popover.bs-tether-element-attached-top{margin-top:10px}.popover.popover-bottom::before,.popover.popover-bottom::after,.popover.bs-tether-element-attached-top::before,.popover.bs-tether-element-attached-top::after{left:50%;border-top-width:0}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-11px;margin-left:-11px;border-bottom-color:rgba(0,0,0,.25)}.popover.popover-bottom::after,.popover.bs-tether-element-attached-top::after{top:-10px;margin-left:-10px;border-bottom-color:#f7f7f7}.popover.popover-bottom .popover-title::before,.popover.bs-tether-element-attached-top .popover-title::before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:\"\";border-bottom:1px solid #f7f7f7}.popover.popover-left,.popover.bs-tether-element-attached-right{margin-left:-10px}.popover.popover-left::before,.popover.popover-left::after,.popover.bs-tether-element-attached-right::before,.popover.bs-tether-element-attached-right::after{top:50%;border-right-width:0}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-11px;margin-top:-11px;border-left-color:rgba(0,0,0,.25)}.popover.popover-left::after,.popover.bs-tether-element-attached-right::after{right:-10px;margin-top:-10px;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:.2375rem .2375rem 0 0}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover::before,.popover::after{position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover::before{content:\"\";border-width:11px}.popover::after{content:\"\";border-width:10px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.carousel-item{position:relative;display:none;transition:.6s ease-in-out left}.carousel-inner>.carousel-item>img,.carousel-inner>.carousel-item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.carousel-item{transition:transform .6s ease-in-out;backface-visibility:hidden;perspective:1000px}.carousel-inner>.carousel-item.next,.carousel-inner>.carousel-item.active.right{left:0;transform:translate3d(100%, 0, 0)}.carousel-inner>.carousel-item.prev,.carousel-inner>.carousel-item.active.left{left:0;transform:translate3d(-100%, 0, 0)}.carousel-inner>.carousel-item.next.left,.carousel-inner>.carousel-item.prev.right,.carousel-inner>.carousel-item.active{left:0;transform:translate3d(0, 0, 0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:25px;font-size:16px;color:#999;text-align:center;text-shadow:none;opacity:1}.carousel-control.left{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#80000000\", endColorstr=\"#00000000\", GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#00000000\", endColorstr=\"#80000000\", GradientType=1)}.carousel-control:focus,.carousel-control:hover{color:#999;text-decoration:none;outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next{position:absolute;top:50%;z-index:5;display:inline-block;width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-prev::before{content:\"‹\"}.carousel-control .icon-next::before{content:\"›\"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:none}.carousel-caption .btn{text-shadow:none}@media(min-width: 576px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .icon-prev{margin-left:-15px}.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-faded{background-color:#f7f7f9}.bg-primary{background-color:#3387f2 !important}a.bg-primary:focus,a.bg-primary:hover{background-color:#0e6ce4 !important}.bg-success{background-color:#a340ff !important}a.bg-success:focus,a.bg-success:hover{background-color:#3a9a56 !important}.bg-info{background-color:#5bc0de !important}a.bg-info:focus,a.bg-info:hover{background-color:#31b0d5 !important}.bg-warning{background-color:#ff9a52 !important}a.bg-warning:focus,a.bg-warning:hover{background-color:#ff7c1f !important}.bg-danger{background-color:#ff4c4c !important}a.bg-danger:focus,a.bg-danger:hover{background-color:#ff1919 !important}.bg-inverse{background-color:#373a3c !important}a.bg-inverse:focus,a.bg-inverse:hover{background-color:#1f2021 !important}.rounded{border-radius:.25rem}.rounded-top{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.rounded-right{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-left{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.rounded-circle{border-radius:50%}.clearfix::after{content:\"\";display:table;clear:both}.d-block{display:block !important}.d-inline-block{display:inline-block !important}.d-inline{display:inline !important}.float-xs-left{float:left !important}.float-xs-right{float:right !important}.float-xs-none{float:none !important}@media(min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.w-100{width:100% !important}.h-100{height:100% !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.m-0{margin:0 0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:1rem 1rem !important}.mt-1{margin-top:1rem !important}.mr-1{margin-right:1rem !important}.mb-1{margin-bottom:1rem !important}.ml-1{margin-left:1rem !important}.mx-1{margin-right:1rem !important;margin-left:1rem !important}.my-1{margin-top:1rem !important;margin-bottom:1rem !important}.m-2{margin:1.5rem 1.5rem !important}.mt-2{margin-top:1.5rem !important}.mr-2{margin-right:1.5rem !important}.mb-2{margin-bottom:1.5rem !important}.ml-2{margin-left:1.5rem !important}.mx-2{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-2{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-3{margin:3rem 3rem !important}.mt-3{margin-top:3rem !important}.mr-3{margin-right:3rem !important}.mb-3{margin-bottom:3rem !important}.ml-3{margin-left:3rem !important}.mx-3{margin-right:3rem !important;margin-left:3rem !important}.my-3{margin-top:3rem !important;margin-bottom:3rem !important}.p-0{padding:0 0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-right:0 !important;padding-left:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:1rem 1rem !important}.pt-1{padding-top:1rem !important}.pr-1{padding-right:1rem !important}.pb-1{padding-bottom:1rem !important}.pl-1{padding-left:1rem !important}.px-1{padding-right:1rem !important;padding-left:1rem !important}.py-1{padding-top:1rem !important;padding-bottom:1rem !important}.p-2{padding:1.5rem 1.5rem !important}.pt-2{padding-top:1.5rem !important}.pr-2{padding-right:1.5rem !important}.pb-2{padding-bottom:1.5rem !important}.pl-2{padding-left:1.5rem !important}.px-2{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-2{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-3{padding:3rem 3rem !important}.pt-3{padding-top:3rem !important}.pr-3{padding-right:3rem !important}.pb-3{padding-bottom:3rem !important}.pl-3{padding-left:3rem !important}.px-3{padding-right:3rem !important;padding-left:3rem !important}.py-3{padding-top:3rem !important;padding-bottom:3rem !important}.pos-f-t{position:fixed;top:0;right:0;left:0;z-index:1030}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-xs-left{text-align:left !important}.text-xs-right{text-align:right !important}.text-xs-center{text-align:center !important}@media(min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-normal{font-weight:normal}.font-weight-bold{font-weight:bold}.font-italic{font-style:italic}.text-white{color:#fff !important}.text-muted{color:#acaaa6 !important}a.text-muted:focus,a.text-muted:hover{color:#93918c !important}.text-primary{color:#3387f2 !important}a.text-primary:focus,a.text-primary:hover{color:#0e6ce4 !important}.text-success{color:#a340ff !important}a.text-success:focus,a.text-success:hover{color:#3a9a56 !important}.text-info{color:#5bc0de !important}a.text-info:focus,a.text-info:hover{color:#31b0d5 !important}.text-warning{color:#ff9a52 !important}a.text-warning:focus,a.text-warning:hover{color:#ff7c1f !important}.text-danger{color:#ff4c4c !important}a.text-danger:focus,a.text-danger:hover{color:#ff1919 !important}.text-gray-dark{color:#878787 !important}a.text-gray-dark:focus,a.text-gray-dark:hover{color:#6e6e6e !important}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.invisible{visibility:hidden !important}.hidden-xs-up{display:none !important}@media(max-width: 575px){.hidden-xs-down{display:none !important}}@media(min-width: 576px){.hidden-sm-up{display:none !important}}@media(max-width: 767px){.hidden-sm-down{display:none !important}}@media(min-width: 768px){.hidden-md-up{display:none !important}}@media(max-width: 991px){.hidden-md-down{display:none !important}}@media(min-width: 992px){.hidden-lg-up{display:none !important}}@media(max-width: 1199px){.hidden-lg-down{display:none !important}}@media(min-width: 1200px){.hidden-xl-up{display:none !important}}.hidden-xl-down{display:none !important}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container::after{content:\"\";display:table;clear:both}@media(min-width: 576px){.container{width:540px;max-width:100%}}@media(min-width: 768px){.container{width:720px;max-width:100%}}@media(min-width: 992px){.container{width:960px;max-width:100%}}@media(min-width: 1280px){.container{width:1280px;max-width:100%}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container-fluid::after{content:\"\";display:table;clear:both}.row{margin-right:-15px;margin-left:-15px}.row::after{content:\"\";display:table;clear:both}@media(min-width: 576px){.row{margin-right:-15px;margin-left:-15px}}@media(min-width: 768px){.row{margin-right:-15px;margin-left:-15px}}@media(min-width: 992px){.row{margin-right:-15px;margin-left:-15px}}@media(min-width: 1200px){.row{margin-right:-15px;margin-left:-15px}}.col-xs,.col-xs-2-4,.col-xs-4-8,.col-xs-7-2,.col-xs-9-6,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm,.col-sm-2-4,.col-sm-4-8,.col-sm-7-2,.col-sm-9-6,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md,.col-md-2-4,.col-md-4-8,.col-md-7-2,.col-md-9-6,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg,.col-lg-2-4,.col-lg-4-8,.col-lg-7-2,.col-lg-9-6,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl,.col-xl-2-4,.col-xl-4-8,.col-xl-7-2,.col-xl-9-6,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media(min-width: 576px){.col-xs,.col-xs-2-4,.col-xs-4-8,.col-xs-7-2,.col-xs-9-6,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm,.col-sm-2-4,.col-sm-4-8,.col-sm-7-2,.col-sm-9-6,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md,.col-md-2-4,.col-md-4-8,.col-md-7-2,.col-md-9-6,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg,.col-lg-2-4,.col-lg-4-8,.col-lg-7-2,.col-lg-9-6,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl,.col-xl-2-4,.col-xl-4-8,.col-xl-7-2,.col-xl-9-6,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{padding-right:15px;padding-left:15px}}@media(min-width: 768px){.col-xs,.col-xs-2-4,.col-xs-4-8,.col-xs-7-2,.col-xs-9-6,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm,.col-sm-2-4,.col-sm-4-8,.col-sm-7-2,.col-sm-9-6,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md,.col-md-2-4,.col-md-4-8,.col-md-7-2,.col-md-9-6,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg,.col-lg-2-4,.col-lg-4-8,.col-lg-7-2,.col-lg-9-6,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl,.col-xl-2-4,.col-xl-4-8,.col-xl-7-2,.col-xl-9-6,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{padding-right:15px;padding-left:15px}}@media(min-width: 992px){.col-xs,.col-xs-2-4,.col-xs-4-8,.col-xs-7-2,.col-xs-9-6,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm,.col-sm-2-4,.col-sm-4-8,.col-sm-7-2,.col-sm-9-6,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md,.col-md-2-4,.col-md-4-8,.col-md-7-2,.col-md-9-6,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg,.col-lg-2-4,.col-lg-4-8,.col-lg-7-2,.col-lg-9-6,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl,.col-xl-2-4,.col-xl-4-8,.col-xl-7-2,.col-xl-9-6,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{padding-right:15px;padding-left:15px}}@media(min-width: 1200px){.col-xs,.col-xs-2-4,.col-xs-4-8,.col-xs-7-2,.col-xs-9-6,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm,.col-sm-2-4,.col-sm-4-8,.col-sm-7-2,.col-sm-9-6,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md,.col-md-2-4,.col-md-4-8,.col-md-7-2,.col-md-9-6,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg,.col-lg-2-4,.col-lg-4-8,.col-lg-7-2,.col-lg-9-6,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl,.col-xl-2-4,.col-xl-4-8,.col-xl-7-2,.col-xl-9-6,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{padding-right:15px;padding-left:15px}}.col-xs-1{float:left;width:8.33333%}.col-xs-2{float:left;width:16.66667%}.col-xs-3{float:left;width:25%}.col-xs-4{float:left;width:33.33333%}.col-xs-5{float:left;width:41.66667%}.col-xs-6{float:left;width:50%}.col-xs-7{float:left;width:58.33333%}.col-xs-8{float:left;width:66.66667%}.col-xs-9{float:left;width:75%}.col-xs-10{float:left;width:83.33333%}.col-xs-11{float:left;width:91.66667%}.col-xs-12{float:left;width:100%}.col-xs-2-4{float:left;width:20%}.col-xs-4-8{float:left;width:40%}.col-xs-7-2{float:left;width:60%}.col-xs-9-6{float:left;width:80%}.pull-xs-0{right:auto}.pull-xs-1{right:8.33333%}.pull-xs-2{right:16.66667%}.pull-xs-3{right:25%}.pull-xs-4{right:33.33333%}.pull-xs-5{right:41.66667%}.pull-xs-6{right:50%}.pull-xs-7{right:58.33333%}.pull-xs-8{right:66.66667%}.pull-xs-9{right:75%}.pull-xs-10{right:83.33333%}.pull-xs-11{right:91.66667%}.pull-xs-12{right:100%}.pull-xs-2-4{right:20%}.pull-xs-4-8{right:40%}.pull-xs-7-2{right:60%}.pull-xs-9-6{right:80%}.push-xs-0{left:auto}.push-xs-1{left:8.33333%}.push-xs-2{left:16.66667%}.push-xs-3{left:25%}.push-xs-4{left:33.33333%}.push-xs-5{left:41.66667%}.push-xs-6{left:50%}.push-xs-7{left:58.33333%}.push-xs-8{left:66.66667%}.push-xs-9{left:75%}.push-xs-10{left:83.33333%}.push-xs-11{left:91.66667%}.push-xs-12{left:100%}.push-xs-2-4{left:20%}.push-xs-4-8{left:40%}.push-xs-7-2{left:60%}.push-xs-9-6{left:80%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-1{margin-left:8.33333%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-2{margin-left:16.66667%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-3{margin-left:25%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-4{margin-left:33.33333%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-5{margin-left:41.66667%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-6{margin-left:50%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-7{margin-left:58.33333%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-8{margin-left:66.66667%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-9{margin-left:75%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-10{margin-left:83.33333%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}.offset-xs-11{margin-left:91.66667%}.offset-xs-2-4{margin-left:20%}.offset-xs-4-8{margin-left:40%}.offset-xs-7-2{margin-left:60%}.offset-xs-9-6{margin-left:80%}@media(min-width: 576px){.col-sm-1{float:left;width:8.33333%}.col-sm-2{float:left;width:16.66667%}.col-sm-3{float:left;width:25%}.col-sm-4{float:left;width:33.33333%}.col-sm-5{float:left;width:41.66667%}.col-sm-6{float:left;width:50%}.col-sm-7{float:left;width:58.33333%}.col-sm-8{float:left;width:66.66667%}.col-sm-9{float:left;width:75%}.col-sm-10{float:left;width:83.33333%}.col-sm-11{float:left;width:91.66667%}.col-sm-12{float:left;width:100%}.col-sm-2-4{float:left;width:20%}.col-sm-4-8{float:left;width:40%}.col-sm-7-2{float:left;width:60%}.col-sm-9-6{float:left;width:80%}.pull-sm-0{right:auto}.pull-sm-1{right:8.33333%}.pull-sm-2{right:16.66667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.33333%}.pull-sm-5{right:41.66667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.33333%}.pull-sm-8{right:66.66667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.33333%}.pull-sm-11{right:91.66667%}.pull-sm-12{right:100%}.pull-sm-2-4{right:20%}.pull-sm-4-8{right:40%}.pull-sm-7-2{right:60%}.pull-sm-9-6{right:80%}.push-sm-0{left:auto}.push-sm-1{left:8.33333%}.push-sm-2{left:16.66667%}.push-sm-3{left:25%}.push-sm-4{left:33.33333%}.push-sm-5{left:41.66667%}.push-sm-6{left:50%}.push-sm-7{left:58.33333%}.push-sm-8{left:66.66667%}.push-sm-9{left:75%}.push-sm-10{left:83.33333%}.push-sm-11{left:91.66667%}.push-sm-12{left:100%}.push-sm-2-4{left:20%}.push-sm-4-8{left:40%}.push-sm-7-2{left:60%}.push-sm-9-6{left:80%}.offset-sm-0{margin-left:0%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-1{margin-left:8.33333%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-2{margin-left:16.66667%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-3{margin-left:25%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-4{margin-left:33.33333%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-5{margin-left:41.66667%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-6{margin-left:50%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-7{margin-left:58.33333%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-8{margin-left:66.66667%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-9{margin-left:75%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-10{margin-left:83.33333%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}.offset-sm-11{margin-left:91.66667%}.offset-sm-2-4{margin-left:20%}.offset-sm-4-8{margin-left:40%}.offset-sm-7-2{margin-left:60%}.offset-sm-9-6{margin-left:80%}}@media(min-width: 768px){.col-md-1{float:left;width:8.33333%}.col-md-2{float:left;width:16.66667%}.col-md-3{float:left;width:25%}.col-md-4{float:left;width:33.33333%}.col-md-5{float:left;width:41.66667%}.col-md-6{float:left;width:50%}.col-md-7{float:left;width:58.33333%}.col-md-8{float:left;width:66.66667%}.col-md-9{float:left;width:75%}.col-md-10{float:left;width:83.33333%}.col-md-11{float:left;width:91.66667%}.col-md-12{float:left;width:100%}.col-md-2-4{float:left;width:20%}.col-md-4-8{float:left;width:40%}.col-md-7-2{float:left;width:60%}.col-md-9-6{float:left;width:80%}.pull-md-0{right:auto}.pull-md-1{right:8.33333%}.pull-md-2{right:16.66667%}.pull-md-3{right:25%}.pull-md-4{right:33.33333%}.pull-md-5{right:41.66667%}.pull-md-6{right:50%}.pull-md-7{right:58.33333%}.pull-md-8{right:66.66667%}.pull-md-9{right:75%}.pull-md-10{right:83.33333%}.pull-md-11{right:91.66667%}.pull-md-12{right:100%}.pull-md-2-4{right:20%}.pull-md-4-8{right:40%}.pull-md-7-2{right:60%}.pull-md-9-6{right:80%}.push-md-0{left:auto}.push-md-1{left:8.33333%}.push-md-2{left:16.66667%}.push-md-3{left:25%}.push-md-4{left:33.33333%}.push-md-5{left:41.66667%}.push-md-6{left:50%}.push-md-7{left:58.33333%}.push-md-8{left:66.66667%}.push-md-9{left:75%}.push-md-10{left:83.33333%}.push-md-11{left:91.66667%}.push-md-12{left:100%}.push-md-2-4{left:20%}.push-md-4-8{left:40%}.push-md-7-2{left:60%}.push-md-9-6{left:80%}.offset-md-0{margin-left:0%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-1{margin-left:8.33333%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-2{margin-left:16.66667%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-3{margin-left:25%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-4{margin-left:33.33333%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-5{margin-left:41.66667%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-6{margin-left:50%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-7{margin-left:58.33333%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-8{margin-left:66.66667%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-9{margin-left:75%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-10{margin-left:83.33333%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}.offset-md-11{margin-left:91.66667%}.offset-md-2-4{margin-left:20%}.offset-md-4-8{margin-left:40%}.offset-md-7-2{margin-left:60%}.offset-md-9-6{margin-left:80%}}@media(min-width: 992px){.col-lg-1{float:left;width:8.33333%}.col-lg-2{float:left;width:16.66667%}.col-lg-3{float:left;width:25%}.col-lg-4{float:left;width:33.33333%}.col-lg-5{float:left;width:41.66667%}.col-lg-6{float:left;width:50%}.col-lg-7{float:left;width:58.33333%}.col-lg-8{float:left;width:66.66667%}.col-lg-9{float:left;width:75%}.col-lg-10{float:left;width:83.33333%}.col-lg-11{float:left;width:91.66667%}.col-lg-12{float:left;width:100%}.col-lg-2-4{float:left;width:20%}.col-lg-4-8{float:left;width:40%}.col-lg-7-2{float:left;width:60%}.col-lg-9-6{float:left;width:80%}.pull-lg-0{right:auto}.pull-lg-1{right:8.33333%}.pull-lg-2{right:16.66667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.33333%}.pull-lg-5{right:41.66667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.33333%}.pull-lg-8{right:66.66667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.33333%}.pull-lg-11{right:91.66667%}.pull-lg-12{right:100%}.pull-lg-2-4{right:20%}.pull-lg-4-8{right:40%}.pull-lg-7-2{right:60%}.pull-lg-9-6{right:80%}.push-lg-0{left:auto}.push-lg-1{left:8.33333%}.push-lg-2{left:16.66667%}.push-lg-3{left:25%}.push-lg-4{left:33.33333%}.push-lg-5{left:41.66667%}.push-lg-6{left:50%}.push-lg-7{left:58.33333%}.push-lg-8{left:66.66667%}.push-lg-9{left:75%}.push-lg-10{left:83.33333%}.push-lg-11{left:91.66667%}.push-lg-12{left:100%}.push-lg-2-4{left:20%}.push-lg-4-8{left:40%}.push-lg-7-2{left:60%}.push-lg-9-6{left:80%}.offset-lg-0{margin-left:0%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-1{margin-left:8.33333%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-2{margin-left:16.66667%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-3{margin-left:25%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-4{margin-left:33.33333%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-5{margin-left:41.66667%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-6{margin-left:50%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-7{margin-left:58.33333%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-8{margin-left:66.66667%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-9{margin-left:75%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-10{margin-left:83.33333%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}.offset-lg-11{margin-left:91.66667%}.offset-lg-2-4{margin-left:20%}.offset-lg-4-8{margin-left:40%}.offset-lg-7-2{margin-left:60%}.offset-lg-9-6{margin-left:80%}}@media(min-width: 1200px){.col-xl-1{float:left;width:8.33333%}.col-xl-2{float:left;width:16.66667%}.col-xl-3{float:left;width:25%}.col-xl-4{float:left;width:33.33333%}.col-xl-5{float:left;width:41.66667%}.col-xl-6{float:left;width:50%}.col-xl-7{float:left;width:58.33333%}.col-xl-8{float:left;width:66.66667%}.col-xl-9{float:left;width:75%}.col-xl-10{float:left;width:83.33333%}.col-xl-11{float:left;width:91.66667%}.col-xl-12{float:left;width:100%}.col-xl-2-4{float:left;width:20%}.col-xl-4-8{float:left;width:40%}.col-xl-7-2{float:left;width:60%}.col-xl-9-6{float:left;width:80%}.pull-xl-0{right:auto}.pull-xl-1{right:8.33333%}.pull-xl-2{right:16.66667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.33333%}.pull-xl-5{right:41.66667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.33333%}.pull-xl-8{right:66.66667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.33333%}.pull-xl-11{right:91.66667%}.pull-xl-12{right:100%}.pull-xl-2-4{right:20%}.pull-xl-4-8{right:40%}.pull-xl-7-2{right:60%}.pull-xl-9-6{right:80%}.push-xl-0{left:auto}.push-xl-1{left:8.33333%}.push-xl-2{left:16.66667%}.push-xl-3{left:25%}.push-xl-4{left:33.33333%}.push-xl-5{left:41.66667%}.push-xl-6{left:50%}.push-xl-7{left:58.33333%}.push-xl-8{left:66.66667%}.push-xl-9{left:75%}.push-xl-10{left:83.33333%}.push-xl-11{left:91.66667%}.push-xl-12{left:100%}.push-xl-2-4{left:20%}.push-xl-4-8{left:40%}.push-xl-7-2{left:60%}.push-xl-9-6{left:80%}.offset-xl-0{margin-left:0%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-1{margin-left:8.33333%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-2{margin-left:16.66667%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-3{margin-left:25%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-4{margin-left:33.33333%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-5{margin-left:41.66667%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-6{margin-left:50%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-7{margin-left:58.33333%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-8{margin-left:66.66667%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-9{margin-left:75%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-10{margin-left:83.33333%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}.offset-xl-11{margin-left:91.66667%}.offset-xl-2-4{margin-left:20%}.offset-xl-4-8{margin-left:40%}.offset-xl-7-2{margin-left:60%}.offset-xl-9-6{margin-left:80%}}/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}@-ms-viewport{width:device-width}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:\"Poppins\",sans-serif;font-size:1rem;line-height:1.5;color:#777;background-color:#f8f8f8}[tabindex=\"-1\"]:focus{outline:none !important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #818a91}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:bold}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#000;text-decoration:none}a:focus,a:hover{color:#a340ff;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:none}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}a,area,button,[role=button],input,label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse;background-color:rgba(0,0,0,0)}caption{padding-top:.75rem;padding-bottom:.75rem;color:#acaaa6;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,textarea{line-height:inherit}input[type=radio]:disabled,input[type=checkbox]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none !important}.bootstrap-touchspin .input-group-btn-vertical{position:relative;white-space:nowrap;width:1%;vertical-align:middle;display:table-cell}.bootstrap-touchspin .input-group-btn-vertical>.btn{display:block;float:none;width:100%;max-width:100%;padding:8px 10px;margin-left:-1px;position:relative}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0;border-top-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{margin-top:-2px;border-radius:0;border-bottom-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical i{position:absolute;top:3px;left:5px;font-size:9px;font-weight:400}@font-face{font-family:\"Material Icons\";font-style:normal;font-weight:400;src:url(../fonts/MaterialIcons-Regular.eot);src:local(\"Material Icons\"),local(\"MaterialIcons-Regular\"),url(../fonts/MaterialIcons-Regular.woff2) format(\"woff2\"),url(../fonts/MaterialIcons-Regular.woff) format(\"woff\"),url(../fonts/MaterialIcons-Regular.ttf) format(\"truetype\")}.material-icons{font-family:\"Material Icons\";font-weight:normal;font-style:normal;font-size:16px;display:inline-block;vertical-align:middle;width:1em;height:1em;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:\"liga\"}/*!\n * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome\n * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\n */@font-face{font-family:\"FontAwesome\";src:url(\"../fonts/fontawesome-webfont.eot?v=4.7.0\");src:url(\"../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0\") format(\"embedded-opentype\"),url(\"../fonts/fontawesome-webfont.woff2?v=4.7.0\") format(\"woff2\"),url(\"../fonts/fontawesome-webfont.woff?v=4.7.0\") format(\"woff\"),url(\"../fonts/fontawesome-webfont.ttf?v=4.7.0\") format(\"truetype\"),url(\"../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular\") format(\"svg\");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:\"\"}.fa-music:before{content:\"\"}.fa-search:before{content:\"\"}.fa-envelope-o:before{content:\"\"}.fa-heart:before{content:\"\"}.fa-star:before{content:\"\"}.fa-star-o:before{content:\"\"}.fa-user:before{content:\"\"}.fa-film:before{content:\"\"}.fa-th-large:before{content:\"\"}.fa-th:before{content:\"\"}.fa-th-list:before{content:\"\"}.fa-check:before{content:\"\"}.fa-remove:before,.fa-close:before,.fa-times:before{content:\"\"}.fa-search-plus:before{content:\"\"}.fa-search-minus:before{content:\"\"}.fa-power-off:before{content:\"\"}.fa-signal:before{content:\"\"}.fa-gear:before,.fa-cog:before{content:\"\"}.fa-trash-o:before{content:\"\"}.fa-home:before{content:\"\"}.fa-file-o:before{content:\"\"}.fa-clock-o:before{content:\"\"}.fa-road:before{content:\"\"}.fa-download:before{content:\"\"}.fa-arrow-circle-o-down:before{content:\"\"}.fa-arrow-circle-o-up:before{content:\"\"}.fa-inbox:before{content:\"\"}.fa-play-circle-o:before{content:\"\"}.fa-rotate-right:before,.fa-repeat:before{content:\"\"}.fa-refresh:before{content:\"\"}.fa-list-alt:before{content:\"\"}.fa-lock:before{content:\"\"}.fa-flag:before{content:\"\"}.fa-headphones:before{content:\"\"}.fa-volume-off:before{content:\"\"}.fa-volume-down:before{content:\"\"}.fa-volume-up:before{content:\"\"}.fa-qrcode:before{content:\"\"}.fa-barcode:before{content:\"\"}.fa-tag:before{content:\"\"}.fa-tags:before{content:\"\"}.fa-book:before{content:\"\"}.fa-bookmark:before{content:\"\"}.fa-print:before{content:\"\"}.fa-camera:before{content:\"\"}.fa-font:before{content:\"\"}.fa-bold:before{content:\"\"}.fa-italic:before{content:\"\"}.fa-text-height:before{content:\"\"}.fa-text-width:before{content:\"\"}.fa-align-left:before{content:\"\"}.fa-align-center:before{content:\"\"}.fa-align-right:before{content:\"\"}.fa-align-justify:before{content:\"\"}.fa-list:before{content:\"\"}.fa-dedent:before,.fa-outdent:before{content:\"\"}.fa-indent:before{content:\"\"}.fa-video-camera:before{content:\"\"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:\"\"}.fa-pencil:before{content:\"\"}.fa-map-marker:before{content:\"\"}.fa-adjust:before{content:\"\"}.fa-tint:before{content:\"\"}.fa-edit:before,.fa-pencil-square-o:before{content:\"\"}.fa-share-square-o:before{content:\"\"}.fa-check-square-o:before{content:\"\"}.fa-arrows:before{content:\"\"}.fa-step-backward:before{content:\"\"}.fa-fast-backward:before{content:\"\"}.fa-backward:before{content:\"\"}.fa-play:before{content:\"\"}.fa-pause:before{content:\"\"}.fa-stop:before{content:\"\"}.fa-forward:before{content:\"\"}.fa-fast-forward:before{content:\"\"}.fa-step-forward:before{content:\"\"}.fa-eject:before{content:\"\"}.fa-chevron-left:before{content:\"\"}.fa-chevron-right:before{content:\"\"}.fa-plus-circle:before{content:\"\"}.fa-minus-circle:before{content:\"\"}.fa-times-circle:before{content:\"\"}.fa-check-circle:before{content:\"\"}.fa-question-circle:before{content:\"\"}.fa-info-circle:before{content:\"\"}.fa-crosshairs:before{content:\"\"}.fa-times-circle-o:before{content:\"\"}.fa-check-circle-o:before{content:\"\"}.fa-ban:before{content:\"\"}.fa-arrow-left:before{content:\"\"}.fa-arrow-right:before{content:\"\"}.fa-arrow-up:before{content:\"\"}.fa-arrow-down:before{content:\"\"}.fa-mail-forward:before,.fa-share:before{content:\"\"}.fa-expand:before{content:\"\"}.fa-compress:before{content:\"\"}.fa-plus:before{content:\"\"}.fa-minus:before{content:\"\"}.fa-asterisk:before{content:\"\"}.fa-exclamation-circle:before{content:\"\"}.fa-gift:before{content:\"\"}.fa-leaf:before{content:\"\"}.fa-fire:before{content:\"\"}.fa-eye:before{content:\"\"}.fa-eye-slash:before{content:\"\"}.fa-warning:before,.fa-exclamation-triangle:before{content:\"\"}.fa-plane:before{content:\"\"}.fa-calendar:before{content:\"\"}.fa-random:before{content:\"\"}.fa-comment:before{content:\"\"}.fa-magnet:before{content:\"\"}.fa-chevron-up:before{content:\"\"}.fa-chevron-down:before{content:\"\"}.fa-retweet:before{content:\"\"}.fa-shopping-cart:before{content:\"\"}.fa-folder:before{content:\"\"}.fa-folder-open:before{content:\"\"}.fa-arrows-v:before{content:\"\"}.fa-arrows-h:before{content:\"\"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:\"\"}.fa-twitter-square:before{content:\"\"}.fa-facebook-square:before{content:\"\"}.fa-camera-retro:before{content:\"\"}.fa-key:before{content:\"\"}.fa-gears:before,.fa-cogs:before{content:\"\"}.fa-comments:before{content:\"\"}.fa-thumbs-o-up:before{content:\"\"}.fa-thumbs-o-down:before{content:\"\"}.fa-star-half:before{content:\"\"}.fa-heart-o:before{content:\"\"}.fa-sign-out:before{content:\"\"}.fa-linkedin-square:before{content:\"\"}.fa-thumb-tack:before{content:\"\"}.fa-external-link:before{content:\"\"}.fa-sign-in:before{content:\"\"}.fa-trophy:before{content:\"\"}.fa-github-square:before{content:\"\"}.fa-upload:before{content:\"\"}.fa-lemon-o:before{content:\"\"}.fa-phone:before{content:\"\"}.fa-square-o:before{content:\"\"}.fa-bookmark-o:before{content:\"\"}.fa-phone-square:before{content:\"\"}.fa-twitter:before{content:\"\"}.fa-facebook-f:before,.fa-facebook:before{content:\"\"}.fa-github:before{content:\"\"}.fa-unlock:before{content:\"\"}.fa-credit-card:before{content:\"\"}.fa-feed:before,.fa-rss:before{content:\"\"}.fa-hdd-o:before{content:\"\"}.fa-bullhorn:before{content:\"\"}.fa-bell:before{content:\"\"}.fa-certificate:before{content:\"\"}.fa-hand-o-right:before{content:\"\"}.fa-hand-o-left:before{content:\"\"}.fa-hand-o-up:before{content:\"\"}.fa-hand-o-down:before{content:\"\"}.fa-arrow-circle-left:before{content:\"\"}.fa-arrow-circle-right:before{content:\"\"}.fa-arrow-circle-up:before{content:\"\"}.fa-arrow-circle-down:before{content:\"\"}.fa-globe:before{content:\"\"}.fa-wrench:before{content:\"\"}.fa-tasks:before{content:\"\"}.fa-filter:before{content:\"\"}.fa-briefcase:before{content:\"\"}.fa-arrows-alt:before{content:\"\"}.fa-group:before,.fa-users:before{content:\"\"}.fa-chain:before,.fa-link:before{content:\"\"}.fa-cloud:before{content:\"\"}.fa-flask:before{content:\"\"}.fa-cut:before,.fa-scissors:before{content:\"\"}.fa-copy:before,.fa-files-o:before{content:\"\"}.fa-paperclip:before{content:\"\"}.fa-save:before,.fa-floppy-o:before{content:\"\"}.fa-square:before{content:\"\"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:\"\"}.fa-list-ul:before{content:\"\"}.fa-list-ol:before{content:\"\"}.fa-strikethrough:before{content:\"\"}.fa-underline:before{content:\"\"}.fa-table:before{content:\"\"}.fa-magic:before{content:\"\"}.fa-truck:before{content:\"\"}.fa-pinterest:before{content:\"\"}.fa-pinterest-square:before{content:\"\"}.fa-google-plus-square:before{content:\"\"}.fa-google-plus:before{content:\"\"}.fa-money:before{content:\"\"}.fa-caret-down:before{content:\"\"}.fa-caret-up:before{content:\"\"}.fa-caret-left:before{content:\"\"}.fa-caret-right:before{content:\"\"}.fa-columns:before{content:\"\"}.fa-unsorted:before,.fa-sort:before{content:\"\"}.fa-sort-down:before,.fa-sort-desc:before{content:\"\"}.fa-sort-up:before,.fa-sort-asc:before{content:\"\"}.fa-envelope:before{content:\"\"}.fa-linkedin:before{content:\"\"}.fa-rotate-left:before,.fa-undo:before{content:\"\"}.fa-legal:before,.fa-gavel:before{content:\"\"}.fa-dashboard:before,.fa-tachometer:before{content:\"\"}.fa-comment-o:before{content:\"\"}.fa-comments-o:before{content:\"\"}.fa-flash:before,.fa-bolt:before{content:\"\"}.fa-sitemap:before{content:\"\"}.fa-umbrella:before{content:\"\"}.fa-paste:before,.fa-clipboard:before{content:\"\"}.fa-lightbulb-o:before{content:\"\"}.fa-exchange:before{content:\"\"}.fa-cloud-download:before{content:\"\"}.fa-cloud-upload:before{content:\"\"}.fa-user-md:before{content:\"\"}.fa-stethoscope:before{content:\"\"}.fa-suitcase:before{content:\"\"}.fa-bell-o:before{content:\"\"}.fa-coffee:before{content:\"\"}.fa-cutlery:before{content:\"\"}.fa-file-text-o:before{content:\"\"}.fa-building-o:before{content:\"\"}.fa-hospital-o:before{content:\"\"}.fa-ambulance:before{content:\"\"}.fa-medkit:before{content:\"\"}.fa-fighter-jet:before{content:\"\"}.fa-beer:before{content:\"\"}.fa-h-square:before{content:\"\"}.fa-plus-square:before{content:\"\"}.fa-angle-double-left:before{content:\"\"}.fa-angle-double-right:before{content:\"\"}.fa-angle-double-up:before{content:\"\"}.fa-angle-double-down:before{content:\"\"}.fa-angle-left:before{content:\"\"}.fa-angle-right:before{content:\"\"}.fa-angle-up:before{content:\"\"}.fa-angle-down:before{content:\"\"}.fa-desktop:before{content:\"\"}.fa-laptop:before{content:\"\"}.fa-tablet:before{content:\"\"}.fa-mobile-phone:before,.fa-mobile:before{content:\"\"}.fa-circle-o:before{content:\"\"}.fa-quote-left:before{content:\"\"}.fa-quote-right:before{content:\"\"}.fa-spinner:before{content:\"\"}.fa-circle:before{content:\"\"}.fa-mail-reply:before,.fa-reply:before{content:\"\"}.fa-github-alt:before{content:\"\"}.fa-folder-o:before{content:\"\"}.fa-folder-open-o:before{content:\"\"}.fa-smile-o:before{content:\"\"}.fa-frown-o:before{content:\"\"}.fa-meh-o:before{content:\"\"}.fa-gamepad:before{content:\"\"}.fa-keyboard-o:before{content:\"\"}.fa-flag-o:before{content:\"\"}.fa-flag-checkered:before{content:\"\"}.fa-terminal:before{content:\"\"}.fa-code:before{content:\"\"}.fa-mail-reply-all:before,.fa-reply-all:before{content:\"\"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:\"\"}.fa-location-arrow:before{content:\"\"}.fa-crop:before{content:\"\"}.fa-code-fork:before{content:\"\"}.fa-unlink:before,.fa-chain-broken:before{content:\"\"}.fa-question:before{content:\"\"}.fa-info:before{content:\"\"}.fa-exclamation:before{content:\"\"}.fa-superscript:before{content:\"\"}.fa-subscript:before{content:\"\"}.fa-eraser:before{content:\"\"}.fa-puzzle-piece:before{content:\"\"}.fa-microphone:before{content:\"\"}.fa-microphone-slash:before{content:\"\"}.fa-shield:before{content:\"\"}.fa-calendar-o:before{content:\"\"}.fa-fire-extinguisher:before{content:\"\"}.fa-rocket:before{content:\"\"}.fa-maxcdn:before{content:\"\"}.fa-chevron-circle-left:before{content:\"\"}.fa-chevron-circle-right:before{content:\"\"}.fa-chevron-circle-up:before{content:\"\"}.fa-chevron-circle-down:before{content:\"\"}.fa-html5:before{content:\"\"}.fa-css3:before{content:\"\"}.fa-anchor:before{content:\"\"}.fa-unlock-alt:before{content:\"\"}.fa-bullseye:before{content:\"\"}.fa-ellipsis-h:before{content:\"\"}.fa-ellipsis-v:before{content:\"\"}.fa-rss-square:before{content:\"\"}.fa-play-circle:before{content:\"\"}.fa-ticket:before{content:\"\"}.fa-minus-square:before{content:\"\"}.fa-minus-square-o:before{content:\"\"}.fa-level-up:before{content:\"\"}.fa-level-down:before{content:\"\"}.fa-check-square:before{content:\"\"}.fa-pencil-square:before{content:\"\"}.fa-external-link-square:before{content:\"\"}.fa-share-square:before{content:\"\"}.fa-compass:before{content:\"\"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:\"\"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:\"\"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:\"\"}.fa-euro:before,.fa-eur:before{content:\"\"}.fa-gbp:before{content:\"\"}.fa-dollar:before,.fa-usd:before{content:\"\"}.fa-rupee:before,.fa-inr:before{content:\"\"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:\"\"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:\"\"}.fa-won:before,.fa-krw:before{content:\"\"}.fa-bitcoin:before,.fa-btc:before{content:\"\"}.fa-file:before{content:\"\"}.fa-file-text:before{content:\"\"}.fa-sort-alpha-asc:before{content:\"\"}.fa-sort-alpha-desc:before{content:\"\"}.fa-sort-amount-asc:before{content:\"\"}.fa-sort-amount-desc:before{content:\"\"}.fa-sort-numeric-asc:before{content:\"\"}.fa-sort-numeric-desc:before{content:\"\"}.fa-thumbs-up:before{content:\"\"}.fa-thumbs-down:before{content:\"\"}.fa-youtube-square:before{content:\"\"}.fa-youtube:before{content:\"\"}.fa-xing:before{content:\"\"}.fa-xing-square:before{content:\"\"}.fa-youtube-play:before{content:\"\"}.fa-dropbox:before{content:\"\"}.fa-stack-overflow:before{content:\"\"}.fa-instagram:before{content:\"\"}.fa-flickr:before{content:\"\"}.fa-adn:before{content:\"\"}.fa-bitbucket:before{content:\"\"}.fa-bitbucket-square:before{content:\"\"}.fa-tumblr:before{content:\"\"}.fa-tumblr-square:before{content:\"\"}.fa-long-arrow-down:before{content:\"\"}.fa-long-arrow-up:before{content:\"\"}.fa-long-arrow-left:before{content:\"\"}.fa-long-arrow-right:before{content:\"\"}.fa-apple:before{content:\"\"}.fa-windows:before{content:\"\"}.fa-android:before{content:\"\"}.fa-linux:before{content:\"\"}.fa-dribbble:before{content:\"\"}.fa-skype:before{content:\"\"}.fa-foursquare:before{content:\"\"}.fa-trello:before{content:\"\"}.fa-female:before{content:\"\"}.fa-male:before{content:\"\"}.fa-gittip:before,.fa-gratipay:before{content:\"\"}.fa-sun-o:before{content:\"\"}.fa-moon-o:before{content:\"\"}.fa-archive:before{content:\"\"}.fa-bug:before{content:\"\"}.fa-vk:before{content:\"\"}.fa-weibo:before{content:\"\"}.fa-renren:before{content:\"\"}.fa-pagelines:before{content:\"\"}.fa-stack-exchange:before{content:\"\"}.fa-arrow-circle-o-right:before{content:\"\"}.fa-arrow-circle-o-left:before{content:\"\"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:\"\"}.fa-dot-circle-o:before{content:\"\"}.fa-wheelchair:before{content:\"\"}.fa-vimeo-square:before{content:\"\"}.fa-turkish-lira:before,.fa-try:before{content:\"\"}.fa-plus-square-o:before{content:\"\"}.fa-space-shuttle:before{content:\"\"}.fa-slack:before{content:\"\"}.fa-envelope-square:before{content:\"\"}.fa-wordpress:before{content:\"\"}.fa-openid:before{content:\"\"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:\"\"}.fa-mortar-board:before,.fa-graduation-cap:before{content:\"\"}.fa-yahoo:before{content:\"\"}.fa-google:before{content:\"\"}.fa-reddit:before{content:\"\"}.fa-reddit-square:before{content:\"\"}.fa-stumbleupon-circle:before{content:\"\"}.fa-stumbleupon:before{content:\"\"}.fa-delicious:before{content:\"\"}.fa-digg:before{content:\"\"}.fa-pied-piper-pp:before{content:\"\"}.fa-pied-piper-alt:before{content:\"\"}.fa-drupal:before{content:\"\"}.fa-joomla:before{content:\"\"}.fa-language:before{content:\"\"}.fa-fax:before{content:\"\"}.fa-building:before{content:\"\"}.fa-child:before{content:\"\"}.fa-paw:before{content:\"\"}.fa-spoon:before{content:\"\"}.fa-cube:before{content:\"\"}.fa-cubes:before{content:\"\"}.fa-behance:before{content:\"\"}.fa-behance-square:before{content:\"\"}.fa-steam:before{content:\"\"}.fa-steam-square:before{content:\"\"}.fa-recycle:before{content:\"\"}.fa-automobile:before,.fa-car:before{content:\"\"}.fa-cab:before,.fa-taxi:before{content:\"\"}.fa-tree:before{content:\"\"}.fa-spotify:before{content:\"\"}.fa-deviantart:before{content:\"\"}.fa-soundcloud:before{content:\"\"}.fa-database:before{content:\"\"}.fa-file-pdf-o:before{content:\"\"}.fa-file-word-o:before{content:\"\"}.fa-file-excel-o:before{content:\"\"}.fa-file-powerpoint-o:before{content:\"\"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:\"\"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:\"\"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:\"\"}.fa-file-movie-o:before,.fa-file-video-o:before{content:\"\"}.fa-file-code-o:before{content:\"\"}.fa-vine:before{content:\"\"}.fa-codepen:before{content:\"\"}.fa-jsfiddle:before{content:\"\"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:\"\"}.fa-circle-o-notch:before{content:\"\"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:\"\"}.fa-ge:before,.fa-empire:before{content:\"\"}.fa-git-square:before{content:\"\"}.fa-git:before{content:\"\"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:\"\"}.fa-tencent-weibo:before{content:\"\"}.fa-qq:before{content:\"\"}.fa-wechat:before,.fa-weixin:before{content:\"\"}.fa-send:before,.fa-paper-plane:before{content:\"\"}.fa-send-o:before,.fa-paper-plane-o:before{content:\"\"}.fa-history:before{content:\"\"}.fa-circle-thin:before{content:\"\"}.fa-header:before{content:\"\"}.fa-paragraph:before{content:\"\"}.fa-sliders:before{content:\"\"}.fa-share-alt:before{content:\"\"}.fa-share-alt-square:before{content:\"\"}.fa-bomb:before{content:\"\"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:\"\"}.fa-tty:before{content:\"\"}.fa-binoculars:before{content:\"\"}.fa-plug:before{content:\"\"}.fa-slideshare:before{content:\"\"}.fa-twitch:before{content:\"\"}.fa-yelp:before{content:\"\"}.fa-newspaper-o:before{content:\"\"}.fa-wifi:before{content:\"\"}.fa-calculator:before{content:\"\"}.fa-paypal:before{content:\"\"}.fa-google-wallet:before{content:\"\"}.fa-cc-visa:before{content:\"\"}.fa-cc-mastercard:before{content:\"\"}.fa-cc-discover:before{content:\"\"}.fa-cc-amex:before{content:\"\"}.fa-cc-paypal:before{content:\"\"}.fa-cc-stripe:before{content:\"\"}.fa-bell-slash:before{content:\"\"}.fa-bell-slash-o:before{content:\"\"}.fa-trash:before{content:\"\"}.fa-copyright:before{content:\"\"}.fa-at:before{content:\"\"}.fa-eyedropper:before{content:\"\"}.fa-paint-brush:before{content:\"\"}.fa-birthday-cake:before{content:\"\"}.fa-area-chart:before{content:\"\"}.fa-pie-chart:before{content:\"\"}.fa-line-chart:before{content:\"\"}.fa-lastfm:before{content:\"\"}.fa-lastfm-square:before{content:\"\"}.fa-toggle-off:before{content:\"\"}.fa-toggle-on:before{content:\"\"}.fa-bicycle:before{content:\"\"}.fa-bus:before{content:\"\"}.fa-ioxhost:before{content:\"\"}.fa-angellist:before{content:\"\"}.fa-cc:before{content:\"\"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:\"\"}.fa-meanpath:before{content:\"\"}.fa-buysellads:before{content:\"\"}.fa-connectdevelop:before{content:\"\"}.fa-dashcube:before{content:\"\"}.fa-forumbee:before{content:\"\"}.fa-leanpub:before{content:\"\"}.fa-sellsy:before{content:\"\"}.fa-shirtsinbulk:before{content:\"\"}.fa-simplybuilt:before{content:\"\"}.fa-skyatlas:before{content:\"\"}.fa-cart-plus:before{content:\"\"}.fa-cart-arrow-down:before{content:\"\"}.fa-diamond:before{content:\"\"}.fa-ship:before{content:\"\"}.fa-user-secret:before{content:\"\"}.fa-motorcycle:before{content:\"\"}.fa-street-view:before{content:\"\"}.fa-heartbeat:before{content:\"\"}.fa-venus:before{content:\"\"}.fa-mars:before{content:\"\"}.fa-mercury:before{content:\"\"}.fa-intersex:before,.fa-transgender:before{content:\"\"}.fa-transgender-alt:before{content:\"\"}.fa-venus-double:before{content:\"\"}.fa-mars-double:before{content:\"\"}.fa-venus-mars:before{content:\"\"}.fa-mars-stroke:before{content:\"\"}.fa-mars-stroke-v:before{content:\"\"}.fa-mars-stroke-h:before{content:\"\"}.fa-neuter:before{content:\"\"}.fa-genderless:before{content:\"\"}.fa-facebook-official:before{content:\"\"}.fa-pinterest-p:before{content:\"\"}.fa-whatsapp:before{content:\"\"}.fa-server:before{content:\"\"}.fa-user-plus:before{content:\"\"}.fa-user-times:before{content:\"\"}.fa-hotel:before,.fa-bed:before{content:\"\"}.fa-viacoin:before{content:\"\"}.fa-train:before{content:\"\"}.fa-subway:before{content:\"\"}.fa-medium:before{content:\"\"}.fa-yc:before,.fa-y-combinator:before{content:\"\"}.fa-optin-monster:before{content:\"\"}.fa-opencart:before{content:\"\"}.fa-expeditedssl:before{content:\"\"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:\"\"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:\"\"}.fa-battery-2:before,.fa-battery-half:before{content:\"\"}.fa-battery-1:before,.fa-battery-quarter:before{content:\"\"}.fa-battery-0:before,.fa-battery-empty:before{content:\"\"}.fa-mouse-pointer:before{content:\"\"}.fa-i-cursor:before{content:\"\"}.fa-object-group:before{content:\"\"}.fa-object-ungroup:before{content:\"\"}.fa-sticky-note:before{content:\"\"}.fa-sticky-note-o:before{content:\"\"}.fa-cc-jcb:before{content:\"\"}.fa-cc-diners-club:before{content:\"\"}.fa-clone:before{content:\"\"}.fa-balance-scale:before{content:\"\"}.fa-hourglass-o:before{content:\"\"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:\"\"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:\"\"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:\"\"}.fa-hourglass:before{content:\"\"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:\"\"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:\"\"}.fa-hand-scissors-o:before{content:\"\"}.fa-hand-lizard-o:before{content:\"\"}.fa-hand-spock-o:before{content:\"\"}.fa-hand-pointer-o:before{content:\"\"}.fa-hand-peace-o:before{content:\"\"}.fa-trademark:before{content:\"\"}.fa-registered:before{content:\"\"}.fa-creative-commons:before{content:\"\"}.fa-gg:before{content:\"\"}.fa-gg-circle:before{content:\"\"}.fa-tripadvisor:before{content:\"\"}.fa-odnoklassniki:before{content:\"\"}.fa-odnoklassniki-square:before{content:\"\"}.fa-get-pocket:before{content:\"\"}.fa-wikipedia-w:before{content:\"\"}.fa-safari:before{content:\"\"}.fa-chrome:before{content:\"\"}.fa-firefox:before{content:\"\"}.fa-opera:before{content:\"\"}.fa-internet-explorer:before{content:\"\"}.fa-tv:before,.fa-television:before{content:\"\"}.fa-contao:before{content:\"\"}.fa-500px:before{content:\"\"}.fa-amazon:before{content:\"\"}.fa-calendar-plus-o:before{content:\"\"}.fa-calendar-minus-o:before{content:\"\"}.fa-calendar-times-o:before{content:\"\"}.fa-calendar-check-o:before{content:\"\"}.fa-industry:before{content:\"\"}.fa-map-pin:before{content:\"\"}.fa-map-signs:before{content:\"\"}.fa-map-o:before{content:\"\"}.fa-map:before{content:\"\"}.fa-commenting:before{content:\"\"}.fa-commenting-o:before{content:\"\"}.fa-houzz:before{content:\"\"}.fa-vimeo:before{content:\"\"}.fa-black-tie:before{content:\"\"}.fa-fonticons:before{content:\"\"}.fa-reddit-alien:before{content:\"\"}.fa-edge:before{content:\"\"}.fa-credit-card-alt:before{content:\"\"}.fa-codiepie:before{content:\"\"}.fa-modx:before{content:\"\"}.fa-fort-awesome:before{content:\"\"}.fa-usb:before{content:\"\"}.fa-product-hunt:before{content:\"\"}.fa-mixcloud:before{content:\"\"}.fa-scribd:before{content:\"\"}.fa-pause-circle:before{content:\"\"}.fa-pause-circle-o:before{content:\"\"}.fa-stop-circle:before{content:\"\"}.fa-stop-circle-o:before{content:\"\"}.fa-shopping-bag:before{content:\"\"}.fa-shopping-basket:before{content:\"\"}.fa-hashtag:before{content:\"\"}.fa-bluetooth:before{content:\"\"}.fa-bluetooth-b:before{content:\"\"}.fa-percent:before{content:\"\"}.fa-gitlab:before{content:\"\"}.fa-wpbeginner:before{content:\"\"}.fa-wpforms:before{content:\"\"}.fa-envira:before{content:\"\"}.fa-universal-access:before{content:\"\"}.fa-wheelchair-alt:before{content:\"\"}.fa-question-circle-o:before{content:\"\"}.fa-blind:before{content:\"\"}.fa-audio-description:before{content:\"\"}.fa-volume-control-phone:before{content:\"\"}.fa-braille:before{content:\"\"}.fa-assistive-listening-systems:before{content:\"\"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:\"\"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:\"\"}.fa-glide:before{content:\"\"}.fa-glide-g:before{content:\"\"}.fa-signing:before,.fa-sign-language:before{content:\"\"}.fa-low-vision:before{content:\"\"}.fa-viadeo:before{content:\"\"}.fa-viadeo-square:before{content:\"\"}.fa-snapchat:before{content:\"\"}.fa-snapchat-ghost:before{content:\"\"}.fa-snapchat-square:before{content:\"\"}.fa-pied-piper:before{content:\"\"}.fa-first-order:before{content:\"\"}.fa-yoast:before{content:\"\"}.fa-themeisle:before{content:\"\"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:\"\"}.fa-fa:before,.fa-font-awesome:before{content:\"\"}.fa-handshake-o:before{content:\"\"}.fa-envelope-open:before{content:\"\"}.fa-envelope-open-o:before{content:\"\"}.fa-linode:before{content:\"\"}.fa-address-book:before{content:\"\"}.fa-address-book-o:before{content:\"\"}.fa-vcard:before,.fa-address-card:before{content:\"\"}.fa-vcard-o:before,.fa-address-card-o:before{content:\"\"}.fa-user-circle:before{content:\"\"}.fa-user-circle-o:before{content:\"\"}.fa-user-o:before{content:\"\"}.fa-id-badge:before{content:\"\"}.fa-drivers-license:before,.fa-id-card:before{content:\"\"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:\"\"}.fa-quora:before{content:\"\"}.fa-free-code-camp:before{content:\"\"}.fa-telegram:before{content:\"\"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:\"\"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:\"\"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:\"\"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:\"\"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:\"\"}.fa-shower:before{content:\"\"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:\"\"}.fa-podcast:before{content:\"\"}.fa-window-maximize:before{content:\"\"}.fa-window-minimize:before{content:\"\"}.fa-window-restore:before{content:\"\"}.fa-times-rectangle:before,.fa-window-close:before{content:\"\"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:\"\"}.fa-bandcamp:before{content:\"\"}.fa-grav:before{content:\"\"}.fa-etsy:before{content:\"\"}.fa-imdb:before{content:\"\"}.fa-ravelry:before{content:\"\"}.fa-eercast:before{content:\"\"}.fa-microchip:before{content:\"\"}.fa-snowflake-o:before{content:\"\"}.fa-superpowers:before{content:\"\"}.fa-wpexplorer:before{content:\"\"}.fa-meetup:before{content:\"\"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.rtl *{direction:rtl !important}.rtl main{text-align:right !important}body,html{height:100%}body{direction:ltr;font-family:\"Poppins\",sans-serif;font-size:13px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#777;line-height:1.35;font-weight:300;background:#fff}ul{list-style:none;padding:0}a:hover{color:#a340ff;text-decoration:none}a:focus{outline:none;text-decoration:none}.dropdown-item:focus,.dropdown-item:hover{background:none}.color,.custom-checkbox input[type=checkbox]+span.color{display:inline-block;margin:2px;border:1px solid rgba(0,0,0,.2);cursor:pointer;background-size:contain;width:20px;height:20px;-moz-box-shadow:0 0 3px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 3px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 3px 0 rgba(0,0,0,.15);box-shadow:0 0 3px 0 rgba(0,0,0,.15)}.color.active,.color:hover,.custom-checkbox input[type=checkbox]+span.color.active,.custom-checkbox input[type=checkbox]+span.color:hover{border:2px solid #414141}.facet-label.active .custom-checkbox span.color,.facet-label:hover .custom-checkbox span.color{border:2px solid #414141}.h1,.h2,.h3{text-transform:uppercase;color:#000}.h4{font-weight:600;color:#000}.btn-primary,.btn-secondary,.btn-tertiary{text-transform:uppercase;font-weight:600;padding:8px 20px;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none}.btn-primary .material-icons,.btn-secondary .material-icons,.btn-tertiary .material-icons{margin-right:10px}.btn-tertiary{text-transform:uppercase;color:#acaaa6;padding:8px;margin:4px 0;font-weight:400;font-size:12px;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none}.btn-tertiary .material-icons{font-size:12px}.btn-tertiary:hover{background-color:#a340ff;border-color:#a340ff;color:#fff}label,.label{color:#414141;text-align:right;font-size:12px}.rtl label,.rtl .label{text-align:left}small.label,small.value{font-size:13px}.form-control-label{padding-top:10px}.form-control{background:#ebebeb;color:#acaaa6;border:none;padding:8px 16px}.form-control:focus{background-color:#fff;outline:1px solid #eaeaea}.input-group.focus{outline:1px solid #a340ff}.input-group .form-control:focus{outline:none}.input-group .input-group-btn>.btn{border:0;color:#fff;font-size:11px;font-weight:normal;padding:12px 16px;text-transform:uppercase;margin-left:0px;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;height:36px}.rtl .input-group .input-group-btn>.btn{margin-right:0px;margin-left:inherit}.form-control-select{height:42px;-moz-appearance:none;-webkit-appearance:none;background:#ebebeb url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=\");background-repeat:no-repeat;background-attachment:scroll;background-position:right center;background-position-x:99%;background-size:20px 20px;padding-right:32px}.rtl .form-control-select{padding-left:32px;padding-right:inherit}.form-control-select::-ms-expand{display:none}.form-control-comment{font-size:12px;padding-top:8px;color:#878787;display:inline-block}.form-control-submit.disabled{background:#5bc0de;color:#fff}.form-group.has-error input,.form-group.has-error select{outline:3px solid #ff4c4c}.form-group.has-error .help-block{color:#ff4c4c}.group-span-filestyle label{margin:0}.group-span-filestyle .btn-default,.group-span-filestyle .bootstrap-touchspin .btn-touchspin,.bootstrap-touchspin .group-span-filestyle .btn-touchspin{background:#a340ff;color:#fff;text-transform:uppercase;font-size:12px;padding:8px 16px;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px}.bootstrap-touchspin input:focus{outline:none}.bootstrap-touchspin input.form-control{border:1px solid rgba(0,0,0,.15)}.bootstrap-touchspin .btn-touchspin{background-color:#fff;border:1px solid rgba(0,0,0,.15);height:21px}.bootstrap-touchspin .btn-touchspin:hover{background-color:#ebebeb}.bootstrap-touchspin .input-group-btn-vertical{color:#414141}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px}.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after{content:\"\"}.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after{content:\"\"}.bootstrap-touchspin .input-group-btn-vertical i{top:1px;left:3px;font-size:15px}.custom-radio{display:inline-block;position:relative;vertical-align:middle;cursor:pointer;border:#acaaa6 2px solid;background:#fff;width:20px;height:20px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;margin-right:20px}.rtl .custom-radio{margin-left:20px;margin-right:inherit}.custom-radio input[type=radio]{cursor:pointer;opacity:0;filter:alpha(opacity=0)}.custom-radio input[type=radio]:checked+span{display:block;background-color:#a340ff;position:absolute;left:2px;top:2px;width:12px;height:12px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.custom-checkbox{position:relative}.custom-checkbox input[type=checkbox],.custom-checkbox input[type=radio]{margin-top:4px;cursor:pointer;position:absolute;left:0;opacity:0;filter:alpha(opacity=0)}.rtl .custom-checkbox input[type=checkbox],.rtl .custom-checkbox input[type=radio]{right:0;left:auto}.custom-checkbox input[type=checkbox]+span,.custom-checkbox input[type=radio]+span{margin-right:3px;display:inline-block;vertical-align:middle;cursor:pointer;border:2px #414141 solid;width:15px;height:15px}.rtl .custom-checkbox input[type=checkbox]+span,.rtl .custom-checkbox input[type=radio]+span{margin-left:3px;margin-right:inherit}.custom-checkbox input[type=checkbox]+span .checkbox-checked,.custom-checkbox input[type=radio]+span .checkbox-checked{display:none;margin:-4px -2px;font-size:1.1rem;color:#414141}.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked,.custom-checkbox input[type=radio]:checked+span .checkbox-checked{display:block}.custom-checkbox input[type=radio]+span{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.custom-checkbox label{text-align:left}.rtl .custom-checkbox label{text-align:right}.custom-checkbox label br{display:none}.text-muted{font-size:12px}.done{color:#a340ff;display:inline-block;padding:0 13px;margin-right:25px}.rtl .done{margin-left:25px;margin-right:inherit}.thumb-mask>.mask{position:relative;overflow:hidden;border:#ebebeb 1px solid;margin:10px 0;width:55px;height:55px}.thumb-mask>.mask img{width:55px;height:55px}.definition-list dl:after{content:\"\";display:block;clear:both}.definition-list dl dt{font-weight:normal}.definition-list dl dd,.definition-list dl dt{width:47%;float:left;background:#ebebeb;padding:10px;margin:2px}.rtl .definition-list dl dd,.rtl .definition-list dl dt{float:right}@media(max-width: 480px){.definition-list dl dd,.definition-list dl dt{width:49%;margin:1px}}.definition-list dl dd:nth-of-type(even),.definition-list dl dt:nth-of-type(even){background:#f6f6f6}.definition-list dl dt{clear:both}.help-block{margin-top:10px}.btn.disabled,.btn.disabled:hover{background:#acaaa6}.alert-warning .material-icons{color:#ff9a52;font-size:32px;margin-right:10px;padding-top:5px}.rtl .alert-warning .material-icons{margin-left:10px;margin-right:inherit}.alert-warning .alert-text{font-size:15px;padding-top:10px}.alert-warning .alert-link{border-width:2px;margin-left:10px;padding:5px 20px;font-weight:600;font-size:13px;color:#6c868e;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}.rtl .alert-warning .alert-link{margin-right:10px;margin-left:inherit}.alert-warning ul li:last-child .alert-link{color:#fff}.alert-warning .warning-buttons{margin-top:5px}.btn-warning{-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.btn-tertiary-outline{color:#6c868e;background-image:none;background-color:rgba(0,0,0,0);border-color:#6c868e;border:.15rem solid #6c868e;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.btn-tertiary-outline:hover{border-color:#bbcdd2;color:#bbcdd2}.nav-item .nav-link,.nav-item .nav-separtor{color:#acaaa6;font-weight:600}.nav-item .nav-link.active,.nav-item .nav-separtor.active{color:#414141}@media(max-width: 480px){.hidden-sp{display:none !important}.col-sp-1{float:left;width:8.33333%}.col-sp-2{float:left;width:16.66667%}.col-sp-3{float:left;width:25%}.col-sp-4{float:left;width:33.33333%}.col-sp-5{float:left;width:41.66667%}.col-sp-6{float:left;width:50%}.col-sp-7{float:left;width:58.33333%}.col-sp-8{float:left;width:66.66667%}.col-sp-9{float:left;width:75%}.col-sp-10{float:left;width:83.33333%}.col-sp-11{float:left;width:91.66667%}.col-sp-12{float:left;width:100%}.col-sp-2-4{float:left;width:20%}.col-sp-4-8{float:left;width:40%}.col-sp-7-2{float:left;width:60%}.col-sp-9-6{float:left;width:80%}}@media(max-width: 991px){.form-control-label,.control-label,label,.label{text-align:left}.rtl .form-control-label,.rtl .control-label,.rtl label,.rtl .label{text-align:right}}.ps-alert-error{margin-bottom:0}.ps-alert-error .item,.ps-alert-success .item{align-items:center;border:2px #ff4c4c solid;display:flex;background-color:#ff4c4c;margin-bottom:1rem}.ps-alert-error .item i,.ps-alert-success .item i{border:15px #ff4c4c solid;display:flex}.ps-alert-error .item i svg,.ps-alert-success .item i svg{background-color:#ff4c4c;width:24px;height:24px}.ps-alert-error .item p,.ps-alert-success .item p{background-color:#f8f8f8;margin:0;padding:18px 20px 18px 20px;width:100%}.ps-alert-success{padding:.25rem .25rem 2.75rem .25rem}.ps-alert-success .item{border-color:#a340ff;background-color:#a340ff}.ps-alert-success .item i{border-color:#a340ff}.ps-alert-success .item i svg{background-color:#a340ff}.no-padding{padding:0 !important}.no-margin{margin:0 !important}.e-scale .popup-content{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.e-scale.popup-over:hover .popup-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.e-translate-left .popup-content{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(-200px, 0px);-ms-transform:translate(-200px, 0px);transform:translate(-200px, 0px);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.e-translate-left.popup-over:hover .popup-content{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.e-translate-right .popup-content{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(200px, 0px);-ms-transform:translate(200px, 0px);transform:translate(200px, 0px);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.e-translate-right.popup-over:hover .popup-content{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.e-translate-top .popup-content{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(0, 200px);-ms-transform:translate(0, 200px);transform:translate(0, 200px);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.e-translate-top.popup-over:hover .popup-content{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.e-translate-down .popup-content{opacity:0;filter:alpha(opacity=0);height:0;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.e-translate-down.popup-over:hover .popup-content{opacity:1;filter:alpha(opacity=100);height:auto;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.effect a{position:relative;display:block;max-width:100%}.effect a:before{position:absolute;content:\"\";top:0;left:0;width:0;height:0;margin:auto;background-color:rgba(255,255,255,.1);-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.effect a:after{content:\"\";position:absolute;right:0;bottom:0;width:0;height:0;background-color:rgba(255,255,255,.1);-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.effect a:hover:before,.effect a:hover:after{width:100%;height:100%}@media(min-width: 991px){.dropdown-menu,.popup-content{animation:animationmenus ease .5s;animation-iteration-count:1;transform-origin:50% 50%;animation-fill-mode:forwards;-webkit-animation:animationmenus ease .5s;-webkit-animation-iteration-count:1;-webkit-transform-origin:50% 50%;-webkit-animation-fill-mode:forwards;-moz-animation:animationmenus ease .5s;-moz-animation-iteration-count:1;-moz-transform-origin:50% 50%;-moz-animation-fill-mode:forwards;-o-animation:animationmenus ease .5s;-o-animation-iteration-count:1;-o-transform-origin:50% 50%;-o-animation-fill-mode:forwards;-ms-animation:animationmenus ease .5s;-ms-animation-iteration-count:1;-ms-transform-origin:50% 50%;-ms-animation-fill-mode:forwards}}@-webkit-keyframes animationmenus{from{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(0px, 10px);-ms-transform:translate(0px, 10px);transform:translate(0px, 10px)}to{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);transform:translate(0px, 0px)}}@-moz-keyframes animationmenus{from{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(0px, 10px);-ms-transform:translate(0px, 10px);transform:translate(0px, 10px)}to{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);transform:translate(0px, 0px)}}@-o-keyframes animationmenus{from{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(0px, 10px);-ms-transform:translate(0px, 10px);transform:translate(0px, 10px)}to{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);transform:translate(0px, 0px)}}@keyframes animationmenus{from{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(0px, 10px);-ms-transform:translate(0px, 10px);transform:translate(0px, 10px)}to{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);transform:translate(0px, 0px)}}.ImageWrapper{display:block;overflow:hidden;position:relative}.WhiteRounded{background-color:#fff;border:medium none;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-moz-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-ms-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-o-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1)}.WhiteRounded>a{color:#222;display:block;font-weight:normal}.RedRounded{background-color:#d8322b;border:medium none;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-moz-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-ms-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-o-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1)}.RedRounded>a{color:#fff;display:block;font-weight:normal}.BlackRounded{background-color:#222;border:medium none;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-moz-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-ms-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-o-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1)}.BlackRounded>a{color:#fff;display:block;font-weight:normal}.WhiteHollowRounded{border:1px solid #fff;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.WhiteHollowRounded>a{color:#fff;display:block;font-weight:normal}.BlackHollowRounded{border:1px solid #222;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.BlackHollowRounded>a{color:#222;display:block;font-weight:normal}.WhiteSquare{background-color:#fff;border:medium none;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;-webkit-border-radius:4px 4px 4px;-moz-border-radius:4px 4px 4px;-ms-border-radius:4px 4px 4px;-o-border-radius:4px 4px 4px;border-radius:4px 4px 4px;-webkit-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-moz-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-ms-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-o-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1)}.WhiteSquare>a{color:#222;display:block;font-weight:normal}.BlackSquare{background-color:#222;border:medium none;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;-webkit-border-radius:4px 4px 4px;-moz-border-radius:4px 4px 4px;-ms-border-radius:4px 4px 4px;-o-border-radius:4px 4px 4px;border-radius:4px 4px 4px;-webkit-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-moz-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-ms-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);-o-box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.1)}.BlackSquare>a{color:#fff;display:block;font-weight:normal}.WhiteHollowSquare{border:1px solid #fff;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;-webkit-border-radius:4px 4px 4px;-moz-border-radius:4px 4px 4px;-ms-border-radius:4px 4px 4px;-o-border-radius:4px 4px 4px;border-radius:4px 4px 4px}.WhiteHollowSquare>a{color:#fff;display:block;font-weight:normal}.BlackHollowSquare{border:1px solid #222;display:inline-block !important;float:none !important;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0 2px;text-align:center;width:40px;-webkit-border-radius:4px 4px 4px;-moz-border-radius:4px 4px 4px;-ms-border-radius:4px 4px 4px;-o-border-radius:4px 4px 4px;border-radius:4px 4px 4px}.BlackHollowSquare>a{color:#222;display:block;font-weight:normal}.VisibleButtons{margin:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px}.VisibleImageOverlay{position:absolute;background:none repeat scroll 0 0 rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;opacity:.6;visibility:visible}.ImageWrapper .ImageOverlayH{background:none repeat scroll 0 0 rgba(0,0,0,.5);bottom:0;display:block;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayH{opacity:1}.ImageWrapper .ImageOverlayHe{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:0;display:block;height:0;left:0;opacity:0;position:absolute;top:50%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayHe{height:100%;top:0;opacity:1}.ImageWrapper .ImageOverlayLi:after{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;content:\"\";display:block;left:0;opacity:0;position:absolute;top:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayLi:after{top:-50%;opacity:1}.ImageWrapper .ImageOverlayLi:before{background:none repeat scroll 0 0 rgba(0,0,0,.5);bottom:-100%;height:100%;content:\"\";display:block;left:0;opacity:0;position:absolute;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayLi:before{bottom:-50%;opacity:1}.ImageWrapper .ImageOverlayBe:after{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;content:\"\";display:block;left:0;opacity:0;position:absolute;top:-100%;-webkit-transition:all .6s ease 0s;-moz-transition:all .6s ease 0s;-ms-transition:all .6s ease 0s;-o-transition:all .6s ease 0s;transition:all .6s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayBe:after{top:50%;opacity:1}.ImageWrapper .ImageOverlayBe:before{background:none repeat scroll 0 0 rgba(0,0,0,.5);bottom:-100%;height:100%;content:\"\";display:block;left:0;opacity:0;position:absolute;-webkit-transition:all .6s ease 0s;-moz-transition:all .6s ease 0s;-ms-transition:all .6s ease 0s;-o-transition:all .6s ease 0s;transition:all .6s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayBe:before{bottom:50%;opacity:1}.ImageWrapper .ImageOverlayB{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;left:50%;opacity:0;position:absolute;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:0}.ImageWrapper:hover .ImageOverlayB{left:0;width:100%;opacity:1}.ImageWrapper .ImageOverlayC:after{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;content:\"\";display:block;right:-100%;opacity:0;position:absolute;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayC:after{right:-50%;opacity:1}.ImageWrapper .ImageOverlayC:before{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;content:\"\";display:block;left:-100%;opacity:0;position:absolute;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayC:before{left:-50%;opacity:1}.ImageWrapper .ImageOverlayN:after{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;content:\"\";display:block;right:-100%;opacity:0;position:absolute;top:0;-webkit-transition:all .6s ease 0s;-moz-transition:all .6s ease 0s;-ms-transition:all .6s ease 0s;-o-transition:all .6s ease 0s;transition:all .6s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayN:after{right:50%;opacity:1}.ImageWrapper .ImageOverlayN:before{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;content:\"\";display:block;left:-100%;opacity:0;position:absolute;top:0;-webkit-transition:all .6s ease 0s;-moz-transition:all .6s ease 0s;-ms-transition:all .6s ease 0s;-o-transition:all .6s ease 0s;transition:all .6s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayN:before{left:50%;opacity:1}.ImageWrapper .ImageOverlayO{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;left:-100%;opacity:0;position:absolute;top:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayO{left:0;top:0;opacity:1}.ImageWrapper .ImageOverlayF{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;right:-100%;opacity:0;position:absolute;top:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayF{right:0;top:0;opacity:1}.ImageWrapper .ImageOverlayNe{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;left:-100%;opacity:0;position:absolute;bottom:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayNe{bottom:0;left:0;opacity:1}.ImageWrapper .ImageOverlayNa{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;right:-100%;opacity:0;position:absolute;bottom:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayNa{bottom:0;right:0;opacity:1}.ImageWrapper .ImageOverlayMg{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;left:0;opacity:0;position:absolute;top:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayMg{top:0;opacity:1}.ImageWrapper .ImageOverlayAl{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;left:0;opacity:0;position:absolute;bottom:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayAl{bottom:0;opacity:1}.ImageWrapper .ImageOverlaySi{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;top:0;opacity:0;position:absolute;right:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlaySi{right:0;opacity:1}.ImageWrapper .ImageOverlayP{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;top:0;opacity:0;position:absolute;left:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.ImageWrapper:hover .ImageOverlayP{left:0;opacity:1}.ImageWrapper .ImageOverlayS{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;top:0;opacity:0;position:absolute;left:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%;-webkit-transform:rotate(180deg) scale(0);-moz-transform:rotate(180deg) scale(0);-ms-transform:rotate(180deg) scale(0);-o-transform:rotate(180deg) scale(0);transform:rotate(180deg) scale(0)}.ImageWrapper:hover .ImageOverlayS{-webkit-transform:rotate(0deg) scale(1);-moz-transform:rotate(0deg) scale(1);-ms-transform:rotate(0deg) scale(1);-o-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);opacity:1}.ImageWrapper .ImageOverlayCl{background:none repeat scroll 0 0 rgba(0,0,0,.5);height:100%;display:block;top:0;opacity:0;position:absolute;left:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%;-webkit-transform:rotate(-180deg) scale(0);-moz-transform:rotate(-180deg) scale(0);-ms-transform:rotate(-180deg) scale(0);-o-transform:rotate(-180deg) scale(0);transform:rotate(-180deg) scale(0)}.ImageWrapper:hover .ImageOverlayCl{-webkit-transform:rotate(0deg) scale(1);-moz-transform:rotate(0deg) scale(1);-ms-transform:rotate(0deg) scale(1);-o-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);opacity:1}.ImageWrapper .ImageOverlayArLeft:before{background:none repeat scroll 0 0 rgba(0,0,0,.5);opacity:0;content:\"\";display:block;position:absolute;top:-50%;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-ms-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;width:100%;height:100%;left:-100%;overflow:hidden}.ImageWrapper .ImageOverlayArLeft:after{background:none repeat scroll 0 0 rgba(0,0,0,.5);opacity:0;content:\"\";display:block;position:absolute;top:50%;-webkit-transition:all .2s ease .2s;-moz-transition:all .2s ease .2s;-ms-transition:all .2s ease .2s;-o-transition:all .2s ease .2s;transition:all .2s ease .2s;width:100%;height:100%;left:-100%;overflow:hidden}.ImageWrapper .ImageOverlayArRight:before{background:none repeat scroll 0 0 rgba(0,0,0,.5);opacity:0;content:\"\";display:block;position:absolute;top:-50%;-webkit-transition:all .2s ease .3s;-moz-transition:all .2s ease .3s;-ms-transition:all .2s ease .3s;-o-transition:all .2s ease .3s;transition:all .2s ease .3s;width:100%;height:100%;right:-100%;overflow:hidden}.ImageWrapper .ImageOverlayArRight:after{background:none repeat scroll 0 0 rgba(0,0,0,.5);opacity:0;content:\"\";display:block;position:absolute;top:50%;-webkit-transition:all .2s ease .5s;-moz-transition:all .2s ease .5s;-ms-transition:all .2s ease .5s;-o-transition:all .2s ease .5s;transition:all .2s ease .5s;width:100%;height:100%;right:-100%;overflow:hidden}.ImageWrapper:hover .ImageOverlayArLeft:before,.ImageWrapper:hover .ImageOverlayArLeft:after{opacity:1;left:50%}.ImageWrapper:hover .ImageOverlayArRight:before,.ImageWrapper:hover .ImageOverlayArRight:after{opacity:1;right:50%}.ImageWrapper .ImageOverlayK{background:none repeat scroll 0 0 rgba(0,0,0,.5);opacity:0;position:absolute;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-transform-style:preserve-3D;-moz-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .ImageOverlayK{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.ImageWrapper .ImageOverlayCa{background:none repeat scroll 0 0 rgba(0,0,0,.5);opacity:0;position:absolute;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right;-webkit-transform-style:preserve-3D;-moz-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .ImageOverlayCa{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.ImageWrapper .ImageOverlaySc{background:none repeat scroll 0 0 rgba(0,0,0,.5);opacity:0;position:absolute;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left;-webkit-transform-style:preserve-3D;-moz-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .ImageOverlaySc{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.ImageWrapper .ImageOverlayTi{background:none repeat scroll 0 0 rgba(0,0,0,.5);opacity:0;position:absolute;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:bottom right;-moz-transform-origin:bottom right;-ms-transform-origin:bottom right;-o-transform-origin:bottom right;transform-origin:bottom right;-webkit-transform-style:preserve-3D;-moz-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .ImageOverlayTi{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.GrayScale{-webkit-filter:url(\"data:image/svg+xml;utf8,#grayscale\");filter:url(\"data:image/svg+xml;utf8,#grayscale\");filter:gray;-webkit-filter:grayscale(100%);-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)\";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:.6;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.GrayScale:hover{-webkit-filter:url(\"data:image/svg+xml;utf8,#grayscale\");filter:url(\"data:image/svg+xml;utf8,#grayscale\");-webkit-filter:grayscale(0%);-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.BackgroundS img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.BackgroundS:hover img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.BackgroundRR img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.BackgroundRR:hover img{-webkit-transform:rotate(-10deg) scale(1.4);-moz-transform:rotate(-10deg) scale(1.4);-ms-transform:rotate(-10deg) scale(1.4);-o-transform:rotate(-10deg) scale(1.4);transform:rotate(-10deg) scale(1.4)}.BackgroundR img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.BackgroundR:hover img{-webkit-transform:rotate(10deg) scale(1.4);-moz-transform:rotate(10deg) scale(1.4);-ms-transform:rotate(10deg) scale(1.4);-o-transform:rotate(10deg) scale(1.4);transform:rotate(10deg) scale(1.4)}.BackgroundRS img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.BackgroundRS:hover img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.BackgroundF img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.BackgroundF:hover img{opacity:0}.BackgroundFS img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.BackgroundFS:hover img{-webkit-transform:scale(10);-moz-transform:scale(10);-ms-transform:scale(10);-o-transform:scale(10);transform:scale(10);opacity:0}.BackgroundFRS img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.BackgroundFRS:hover img{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}.SquareCircle{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.SquareCircle:hover{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.CircleSquare{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.CircleSquare:hover{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ImageWrapper .CStyleH{margin:0;opacity:0;position:absolute;text-align:center;top:0;visibility:hidden;width:100%;-webkit-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-moz-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-ms-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-o-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15)}.ImageWrapper:hover .CStyleH{margin-top:-20px;opacity:1;top:50%;visibility:visible}.ImageWrapper .CStyleHe{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:center;bottom:0;width:100%;-webkit-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-moz-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-ms-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-o-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15)}.ImageWrapper:hover .CStyleHe{margin-bottom:-20px;opacity:1;bottom:50%;visibility:visible}.ImageWrapper .CStyleLi{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:right;right:0;width:100%;top:50%;margin-top:-20px;-webkit-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-moz-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-ms-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-o-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15)}.ImageWrapper:hover .CStyleLi{margin-right:-42px;opacity:1;right:50%;visibility:visible}.ImageWrapper .CStyleBe{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:left;left:0;width:100%;top:50%;margin-top:-20px;-webkit-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-moz-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-ms-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-o-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15)}.ImageWrapper:hover .CStyleBe{margin-left:-42px;opacity:1;left:50%;visibility:visible}.ImageWrapper .CStyleB{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2);-webkit-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-moz-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-ms-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);-o-transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);transition:all 400ms cubic-bezier(1, -0.6, 0.57, -0.15)}.ImageWrapper:hover .CStyleB{opacity:1;visibility:visible;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ImageWrapper .CStyleC span{position:absolute}.ImageWrapper .CStyleC span:nth-of-type(1){bottom:50%;top:50%;left:0;margin:-20px 0 0 -68px;visibility:hidden;opacity:0;-webkit-transition:all 400ms cubic-bezier(1, 0, 0.57, 0) !important;-webkit-transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;-moz-transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;-ms-transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;-o-transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important}.ImageWrapper .CStyleC span:nth-of-type(2){bottom:50%;top:50%;left:50%;right:50%;margin:-20px 0 0 -20px;visibility:hidden;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .CStyleC span:nth-of-type(3){bottom:50%;top:50%;right:0;margin:-20px -68px 0 0;visibility:hidden;opacity:0;-webkit-transition:all 400ms cubic-bezier(1, 0, 0.57, 0) !important;-webkit-transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;-moz-transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;-ms-transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;-o-transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;transition:all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important}.ImageWrapper:hover .CStyleC span:nth-of-type(1){left:50%;visibility:visible;opacity:1}.ImageWrapper:hover .CStyleC span:nth-of-type(2){visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ImageWrapper:hover .CStyleC span:nth-of-type(3){right:50%;visibility:visible;opacity:1}.ImageWrapper .StyleH{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleH{opacity:1;visibility:visible}.ImageWrapper .StyleHe{margin:0;opacity:0;position:absolute;text-align:center;top:0;visibility:hidden;width:100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleHe{margin-top:-20px;opacity:1;top:50%;visibility:visible}.ImageWrapper .StyleLi{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:center;bottom:0;width:100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleLi{margin-bottom:-20px;opacity:1;bottom:50%;visibility:visible}.ImageWrapper .StyleBe{visibility:hidden;opacity:0;position:absolute;text-align:right;right:0;width:100%;top:50%;margin-top:-20px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleBe{margin-right:-42px;opacity:1;right:50%;visibility:visible}.ImageWrapper .StyleB{visibility:hidden;opacity:0;position:absolute;text-align:left;left:0;width:100%;top:50%;margin-top:-20px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleB{margin-left:-42px;opacity:1;left:50%;visibility:visible}.ImageWrapper .StyleC{visibility:hidden;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleC{opacity:1;visibility:visible;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ImageWrapper .StyleN{visibility:hidden;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;visibility:visible;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleN{opacity:1;visibility:visible;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}.ImageWrapper .StyleO span{position:absolute}.ImageWrapper .StyleO span:nth-of-type(1){bottom:50%;top:50%;left:50%;margin:-20px 0 0 -42px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleO span:nth-of-type(2){bottom:50%;top:50%;right:50%;margin:-20px -42px 0 0;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleO span:nth-of-type(1){opacity:1;visibility:visible;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}.ImageWrapper:hover .StyleO span:nth-of-type(2){opacity:1;visibility:visible;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}.ImageWrapper .StyleF{visibility:hidden;-webkit-transform:scale(0.5) rotateX(360deg);-moz-transform:scale(0.5) rotateX(360deg);-ms-transform:scale(0.5) rotateX(360deg);-o-transform:scale(0.5) rotateX(360deg);transform:scale(0.5) rotateX(360deg);margin:0;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleF{opacity:1;-webkit-transform:scale(1) rotateX(0deg);-moz-transform:scale(1) rotateX(0deg);-ms-transform:scale(1) rotateX(0deg);-o-transform:scale(1) rotateX(0deg);transform:scale(1) rotateX(0deg);visibility:visible}.ImageWrapper .StyleNe{visibility:hidden;margin:0;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleNe{opacity:1;-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg);visibility:visible}.ImageWrapper .StyleNa{visibility:hidden;-webkit-transform:scale(0.2) rotateY(360deg);-moz-transform:scale(0.2) rotateY(360deg);-ms-transform:scale(0.2) rotateY(360deg);-o-transform:scale(0.2) rotateY(360deg);transform:scale(0.2) rotateY(360deg);margin:0;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleNa{opacity:1;-webkit-transform:scale(1) rotateY(0deg);-moz-transform:scale(1) rotateY(0deg);-ms-transform:scale(1) rotateY(0deg);-o-transform:scale(1) rotateY(0deg);transform:scale(1) rotateY(0deg);visibility:visible}.ImageWrapper .StyleMg span{position:absolute}.ImageWrapper .StyleMg span:nth-of-type(1){bottom:50%;top:50%;left:50%;margin:-20px 0 0 -82px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleMg span:nth-of-type(2){bottom:50%;top:50%;right:50%;margin:-20px -82px 0 0;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleMg span:nth-of-type(1){margin:-20px 0 0 -42px;visibility:visible;opacity:1}.ImageWrapper:hover .StyleMg span:nth-of-type(2){margin:-20px -42px 0 0;visibility:visible;opacity:1}.ImageWrapper .StyleAl span{position:absolute}.ImageWrapper .StyleAl span:nth-of-type(1){top:0;left:50%;margin:-20px 0 0 -42px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleAl span:nth-of-type(2){bottom:0;right:50%;margin:0 -42px -20px 0;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleAl span:nth-of-type(1){top:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleAl span:nth-of-type(2){bottom:50%;visibility:visible;opacity:1}.ImageWrapper .StyleSi span{position:absolute}.ImageWrapper .StyleSi span:nth-of-type(1){bottom:0;left:50%;margin:0 0 -20px -42px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleSi span:nth-of-type(2){top:0;right:50%;margin:-20px -42px 0 0;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleSi span:nth-of-type(1){bottom:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleSi span:nth-of-type(2){top:50%;visibility:visible;opacity:1}.ImageWrapper .StyleP span{position:absolute}.ImageWrapper .StyleP span:nth-of-type(1){top:0;left:0;margin:-40px 0 0 -40px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleP span:nth-of-type(2){bottom:0;right:0;margin:0 -40px -40px 0;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleP span:nth-of-type(1){top:50%;left:50%;margin:-20px 0 0 -42px;visibility:visible;opacity:1}.ImageWrapper:hover .StyleP span:nth-of-type(2){bottom:50%;right:50%;margin:0 -42px -20px 0;visibility:visible;opacity:1}.ImageWrapper .StyleS span{position:absolute}.ImageWrapper .StyleS span:nth-of-type(1){bottom:0;left:0;margin:-40px 0 0 -40px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleS span:nth-of-type(2){top:0;right:0;margin:0 -40px -40px 0;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleS span:nth-of-type(1){bottom:50%;left:50%;margin:0 0 -20px -42px;visibility:visible;opacity:1}.ImageWrapper:hover .StyleS span:nth-of-type(2){top:50%;right:50%;margin:-20px -42px 0 0;visibility:visible;opacity:1}.ImageWrapper .StyleCl{visibility:hidden;margin:0;opacity:0;position:absolute;text-align:center;width:100%;top:50%;margin-top:-20px;visibility:visible;-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleCl{opacity:1;visibility:visible;-webkit-transform:rotateX(360deg);-moz-transform:rotateX(360deg);-ms-transform:rotateX(360deg);-o-transform:rotateX(360deg);transform:rotateX(360deg)}.ImageWrapper .StyleAr span{position:absolute}.ImageWrapper .StyleAr span:nth-of-type(1){top:50%;bottom:50%;left:50%;margin:-20px 0 0 -42px;visibility:hidden;opacity:0;-webkit-transform:scale(0.2) rotate(0deg);-moz-transform:scale(0.2) rotate(0deg);-ms-transform:scale(0.2) rotate(0deg);-o-transform:scale(0.2) rotate(0deg);transform:scale(0.2) rotate(0deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleAr span:nth-of-type(2){top:50%;bottom:50%;right:50%;margin:-20px -42px 0 0;visibility:hidden;opacity:0;-webkit-transform:scale(0.2) rotate(0deg);-moz-transform:scale(0.2) rotate(0deg);-ms-transform:scale(0.2) rotate(0deg);-o-transform:scale(0.2) rotate(0deg);transform:scale(0.2) rotate(0deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleAr span:nth-of-type(1){visibility:visible;opacity:1;-webkit-transform:scale(1) rotate(360deg);-moz-transform:scale(1) rotate(360deg);-ms-transform:scale(1) rotate(360deg);-o-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}.ImageWrapper:hover .StyleAr span:nth-of-type(2){visibility:visible;opacity:1;-webkit-transform:scale(1) rotate(360deg);-moz-transform:scale(1) rotate(360deg);-ms-transform:scale(1) rotate(360deg);-o-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}.ImageWrapper .StyleK span{position:absolute}.ImageWrapper .StyleK span:nth-of-type(1){top:50%;bottom:50%;left:50%;margin:-20px 0 0 -42px;visibility:hidden;opacity:0;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleK span:nth-of-type(2){top:50%;bottom:50%;right:50%;margin:-20px -42px 0 0;visibility:hidden;opacity:0;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleK span:nth-of-type(1){visibility:visible;opacity:1;-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}.ImageWrapper:hover .StyleK span:nth-of-type(2){visibility:visible;opacity:1;-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}.ImageWrapper .StyleCa span{position:absolute}.ImageWrapper .StyleCa span:nth-of-type(1){top:50%;bottom:50%;left:50%;margin:-20px 0 0 -42px;visibility:hidden;opacity:0;-webkit-transform:scale(0.2) rotateY(0deg);-moz-transform:scale(0.2) rotateY(0deg);-ms-transform:scale(0.2) rotateY(0deg);-o-transform:scale(0.2) rotateY(0deg);transform:scale(0.2) rotateY(0deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleCa span:nth-of-type(2){top:50%;bottom:50%;right:50%;margin:-20px -42px 0 0;visibility:hidden;opacity:0;-webkit-transform:scale(0.2) rotateY(0deg);-moz-transform:scale(0.2) rotateY(0deg);-ms-transform:scale(0.2) rotateY(0deg);-o-transform:scale(0.2) rotateY(0deg);transform:scale(0.2) rotateY(0deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleCa span:nth-of-type(1){visibility:visible;opacity:1;-webkit-transform:scale(1) rotateY(360deg);-moz-transform:scale(1) rotateY(360deg);-ms-transform:scale(1) rotateY(360deg);-o-transform:scale(1) rotateY(360deg);transform:scale(1) rotateY(360deg)}.ImageWrapper:hover .StyleCa span:nth-of-type(2){visibility:visible;opacity:1;-webkit-transform:scale(1) rotateY(360deg);-moz-transform:scale(1) rotateY(360deg);-ms-transform:scale(1) rotateY(360deg);-o-transform:scale(1) rotateY(360deg);transform:scale(1) rotateY(360deg)}.ImageWrapper .StyleSc span{position:absolute}.ImageWrapper .StyleSc span:nth-of-type(1){bottom:50%;top:50%;left:0;margin:-20px 0 0 -68px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleSc span:nth-of-type(2){top:0;right:50%;left:50%;margin:-20px 0 0 -20px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleSc span:nth-of-type(3){bottom:50%;top:50%;right:0;margin:-20px -68px 0 0;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleSc span:nth-of-type(1){left:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleSc span:nth-of-type(2){top:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleSc span:nth-of-type(3){right:50%;visibility:visible;opacity:1}.ImageWrapper .StyleTi span{position:absolute}.ImageWrapper .StyleTi span:nth-of-type(1){bottom:50%;top:50%;left:0;margin:-20px 0 0 -68px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleTi span:nth-of-type(2){bottom:50%;top:50%;left:50%;right:50%;margin:-20px 0 0 -20px;visibility:hidden;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper .StyleTi span:nth-of-type(3){bottom:50%;top:50%;right:0;margin:-20px -68px 0 0;visibility:hidden;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .StyleTi span:nth-of-type(1){left:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleTi span:nth-of-type(2){visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ImageWrapper:hover .StyleTi span:nth-of-type(3){right:50%;visibility:visible;opacity:1}.ImageWrapper .StyleV span{position:absolute}.ImageWrapper .StyleV span:nth-of-type(1){top:0;left:50%;margin:-20px 0 0 -68px;visibility:hidden;opacity:0;-webkit-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .2s;-moz-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .2s;-ms-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .2s;-o-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .2s;transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .2s}.ImageWrapper .StyleV span:nth-of-type(2){top:0;left:50%;margin:-20px 0 0 -20px;visibility:hidden;opacity:0;-webkit-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .3s;-moz-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .3s;-ms-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .3s;-o-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .3s;transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .3s}.ImageWrapper .StyleV span:nth-of-type(3){top:0;right:50%;margin:-20px -68px 0 0;visibility:hidden;opacity:0;-webkit-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .4s;-moz-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .4s;-ms-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .4s;-o-transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .4s;transition:all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) .4s}.ImageWrapper:hover .StyleV span:nth-of-type(1){top:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleV span:nth-of-type(2){top:50%;visibility:visible;opacity:1}.ImageWrapper:hover .StyleV span:nth-of-type(3){top:50%;visibility:visible;opacity:1}.ImageWrapper .PStyleH{background:url(../img/plus.png) no-repeat scroll center center/60px 60px #222;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%;z-index:7}.ImageWrapper:hover .PStyleH{opacity:.6;visibility:visible}.ImageWrapper .PStyleHe{position:absolute;background:url(../img/plus.png) no-repeat scroll center center/100% 100% #222;width:100%;height:100%;z-index:3;-webkit-background-origin:padding-box,padding-box;-moz-background-origin:padding-box,padding-box;-ms-background-origin:padding-box,padding-box;-o-background-origin:padding-box,padding-box;background-origin:padding-box,padding-box;background-position:center center;background-repeat:no-repeat;-webkit-background-size:10px 10px,100% 100%;-moz-background-size:10px 10px,100% 100%;-ms-background-size:10px 10px,100% 100%;-o-background-size:10px 10px,100% 100%;background-size:10px 10px,100% 100%;opacity:0;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .PStyleHe{opacity:.6;-webkit-background-size:60px 60px,100% 100%;-moz-background-size:60px 60px,100% 100%;-ms-background-size:60px 60px,100% 100%;-o-background-size:60px 60px,100% 100%;background-size:60px 60px,100% 100%;visibility:visible}.ImageWrapper .PStyleLi{-webkit-transform:scale(0.5) rotateY(180deg);-moz-transform:scale(0.5) rotateY(180deg);-ms-transform:scale(0.5) rotateY(180deg);-o-transform:scale(0.5) rotateY(180deg);transform:scale(0.5) rotateY(180deg);background:url(../img/plus.png) no-repeat scroll center center/60px 60px #222;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%;z-index:7}.ImageWrapper:hover .PStyleLi{opacity:.6;-webkit-transform:scale(1) rotateY(0deg);-moz-transform:scale(1) rotateY(0deg);-ms-transform:scale(1) rotateY(0deg);-o-transform:scale(1) rotateY(0deg);transform:scale(1) rotateY(0deg);visibility:visible}.ImageWrapper .PStyleBe{-webkit-transform:scale(0.5) rotateX(180deg);-moz-transform:scale(0.5) rotateX(180deg);-ms-transform:scale(0.5) rotateX(180deg);-o-transform:scale(0.5) rotateX(180deg);transform:scale(0.5) rotateX(180deg);background:url(../img/plus.png) no-repeat scroll center center/60px 60px #222;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%;z-index:7}.ImageWrapper:hover .PStyleBe{opacity:.6;-webkit-transform:scale(1) rotateX(0deg);-moz-transform:scale(1) rotateX(0deg);-ms-transform:scale(1) rotateX(0deg);-o-transform:scale(1) rotateX(0deg);transform:scale(1) rotateX(0deg);visibility:visible}.ImageWrapper .PStyleB{position:absolute;background:url(../img/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:3;-webkit-background-origin:padding-box,padding-box;-moz-background-origin:padding-box,padding-box;-ms-background-origin:padding-box,padding-box;-o-background-origin:padding-box,padding-box;background-origin:padding-box,padding-box;background-position:top left;background-repeat:no-repeat;-webkit-background-size:10px 10px,100% 100%;-moz-background-size:10px 10px,100% 100%;-ms-background-size:10px 10px,100% 100%;-o-background-size:10px 10px,100% 100%;background-size:10px 10px,100% 100%;opacity:0;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .PStyleB{opacity:.6;-webkit-background-size:60px 60px,100% 100%;-moz-background-size:60px 60px,100% 100%;-ms-background-size:60px 60px,100% 100%;-o-background-size:60px 60px,100% 100%;background-size:60px 60px,100% 100%;visibility:visible;background-position:center center}.ImageWrapper .PStyleC{position:absolute;background:url(../img/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:3;-webkit-background-origin:padding-box,padding-box;-moz-background-origin:padding-box,padding-box;-ms-background-origin:padding-box,padding-box;-o-background-origin:padding-box,padding-box;background-origin:padding-box,padding-box;background-position:top right;background-repeat:no-repeat;-webkit-background-size:10px 10px,100% 100%;-moz-background-size:10px 10px,100% 100%;-ms-background-size:10px 10px,100% 100%;-o-background-size:10px 10px,100% 100%;background-size:10px 10px,100% 100%;opacity:0;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .PStyleC{opacity:.6;-webkit-background-size:60px 60px,100% 100%;-moz-background-size:60px 60px,100% 100%;-ms-background-size:60px 60px,100% 100%;-o-background-size:60px 60px,100% 100%;background-size:60px 60px,100% 100%;visibility:visible;background-position:center center}.ImageWrapper .PStyleN{position:absolute;background:url(../img/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:3;-webkit-background-origin:padding-box,padding-box;-moz-background-origin:padding-box,padding-box;-ms-background-origin:padding-box,padding-box;-o-background-origin:padding-box,padding-box;background-origin:padding-box,padding-box;background-position:bottom right;background-repeat:no-repeat;-webkit-background-size:10px 10px,100% 100%;-moz-background-size:10px 10px,100% 100%;-ms-background-size:10px 10px,100% 100%;-o-background-size:10px 10px,100% 100%;background-size:10px 10px,100% 100%;opacity:0;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .PStyleN{opacity:.6;-webkit-background-size:60px 60px,100% 100%;-moz-background-size:60px 60px,100% 100%;-ms-background-size:60px 60px,100% 100%;-o-background-size:60px 60px,100% 100%;background-size:60px 60px,100% 100%;visibility:visible;background-position:center center}.ImageWrapper .PStyleO{position:absolute;background:url(../img/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:3;-webkit-background-origin:padding-box,padding-box;-moz-background-origin:padding-box,padding-box;-ms-background-origin:padding-box,padding-box;-o-background-origin:padding-box,padding-box;background-origin:padding-box,padding-box;background-position:bottom left;background-repeat:no-repeat;-webkit-background-size:10px 10px,100% 100%;-moz-background-size:10px 10px,100% 100%;-ms-background-size:10px 10px,100% 100%;-o-background-size:10px 10px,100% 100%;background-size:10px 10px,100% 100%;opacity:0;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .PStyleO{opacity:.6;-webkit-background-size:60px 60px,100% 100%;-moz-background-size:60px 60px,100% 100%;-ms-background-size:60px 60px,100% 100%;-o-background-size:60px 60px,100% 100%;background-size:60px 60px,100% 100%;visibility:visible;background-position:center center}.ImageWrapper .PStyleF{position:absolute;background:url(../img/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:3;-webkit-background-origin:padding-box,padding-box;-moz-background-origin:padding-box,padding-box;-ms-background-origin:padding-box,padding-box;-o-background-origin:padding-box,padding-box;background-origin:padding-box,padding-box;background-position:top center;background-repeat:no-repeat;-webkit-background-size:10px 10px,100% 100%;-moz-background-size:10px 10px,100% 100%;-ms-background-size:10px 10px,100% 100%;-o-background-size:10px 10px,100% 100%;background-size:10px 10px,100% 100%;opacity:0;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .PStyleF{opacity:.6;-webkit-background-size:60px 60px,100% 100%;-moz-background-size:60px 60px,100% 100%;-ms-background-size:60px 60px,100% 100%;-o-background-size:60px 60px,100% 100%;background-size:60px 60px,100% 100%;visibility:visible;background-position:center center}.ImageWrapper .PStyleNe{position:absolute;background:url(../img/plus.png) no-repeat scroll top left/100% 100% #222;width:100%;height:100%;z-index:3;-webkit-background-origin:padding-box,padding-box;-moz-background-origin:padding-box,padding-box;-ms-background-origin:padding-box,padding-box;-o-background-origin:padding-box,padding-box;background-origin:padding-box,padding-box;background-position:bottom center;background-repeat:no-repeat;-webkit-background-size:10px 10px,100% 100%;-moz-background-size:10px 10px,100% 100%;-ms-background-size:10px 10px,100% 100%;-o-background-size:10px 10px,100% 100%;background-size:10px 10px,100% 100%;opacity:0;top:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .PStyleNe{opacity:.6;-webkit-background-size:60px 60px,100% 100%;-moz-background-size:60px 60px,100% 100%;-ms-background-size:60px 60px,100% 100%;-o-background-size:60px 60px,100% 100%;background-size:60px 60px,100% 100%;visibility:visible;background-position:center center}.ContentWrapperH .ContentH{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperH:hover .ContentH{opacity:1;visibility:visible}.ContentWrapperH .ContentH .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperH .ContentH .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperH .ContentH .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperH .ContentH .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperH .ContentH .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperHe .ContentHe{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperHe:hover .ContentHe{opacity:1;visibility:visible;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ContentWrapperHe .ContentHe .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperHe .ContentHe .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperHe .ContentHe .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperHe .ContentHe .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperHe .ContentHe .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperLi img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperLi:hover img{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.ContentWrapperLi .ContentLi{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperLi:hover .ContentLi{opacity:1;visibility:visible;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.ContentWrapperLi .ContentLi .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperLi .ContentLi .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperLi .ContentLi .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperLi .ContentLi .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperLi .ContentLi .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperBe img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;opacity:1}.ContentWrapperBe:hover img{-webkit-transform:scale(10);-moz-transform:scale(10);-ms-transform:scale(10);-o-transform:scale(10);transform:scale(10);opacity:0}.ContentWrapperBe .ContentBe{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperBe:hover .ContentBe{opacity:1;visibility:visible}.ContentWrapperBe .ContentBe .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperBe .ContentBe .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperBe .ContentBe .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperBe .ContentBe .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperBe .ContentBe .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperB img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperB:hover img{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.ContentWrapperB .ContentB{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:-100%;left:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperB:hover .ContentB{opacity:1;visibility:visible;top:0}.ContentWrapperB .ContentB .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperB .ContentB .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperB .ContentB .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperB .ContentB .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperB .ContentB .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperC img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperC:hover img{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.ContentWrapperC .ContentC{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;bottom:-100%;left:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperC:hover .ContentC{opacity:1;visibility:visible;bottom:0}.ContentWrapperC .ContentC .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperC .ContentC .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperC .ContentC .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperC .ContentC .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperC .ContentC .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperN img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperN:hover img{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.ContentWrapperN .ContentN{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;right:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperN:hover .ContentN{opacity:1;visibility:visible;right:0}.ContentWrapperN .ContentN .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperN .ContentN .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperN .ContentN .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperN .ContentN .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperN .ContentN .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperO img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperO:hover img{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.ContentWrapperO .ContentO{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperO:hover .ContentO{opacity:1;visibility:visible;left:0}.ContentWrapperO .ContentO .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperO .ContentO .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperO .ContentO .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperO .ContentO .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperO .ContentO .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperF img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperF:hover img{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);-o-transform:translateX(20%);transform:translateX(20%)}.ContentWrapperF .ContentF{position:absolute;background:#fff;opacity:0;visibility:hidden;width:50%;height:100%;display:block;top:0;left:0;-webkit-transform:perspective(600px) rotateY(90deg);-moz-transform:perspective(600px) rotateY(90deg);-ms-transform:perspective(600px) rotateY(90deg);-o-transform:perspective(600px) rotateY(90deg);transform:perspective(600px) rotateY(90deg);-webkit-transform-origin:left center 0;-moz-transform-origin:left center 0;-ms-transform-origin:left center 0;-o-transform-origin:left center 0;transform-origin:left center 0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperF:hover .ContentF{opacity:1;visibility:visible;-webkit-transform:perspective(600px) rotateY(0deg);-moz-transform:perspective(600px) rotateY(0deg);-ms-transform:perspective(600px) rotateY(0deg);-o-transform:perspective(600px) rotateY(0deg);transform:perspective(600px) rotateY(0deg)}.ContentWrapperF .ContentF .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperF .ContentF .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperF .ContentF .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperNe img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperNe:hover img{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);-o-transform:translateY(20%);transform:translateY(20%)}.ContentWrapperNe .ContentNe{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:50%;display:block;top:0;left:0;-webkit-transform:perspective(600px) rotateX(-90deg);-moz-transform:perspective(600px) rotateX(-90deg);-ms-transform:perspective(600px) rotateX(-90deg);-o-transform:perspective(600px) rotateX(-90deg);transform:perspective(600px) rotateX(-90deg);-webkit-transform-origin:center top 0;-moz-transform-origin:center top 0;-ms-transform-origin:center top 0;-o-transform-origin:center top 0;transform-origin:center top 0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperNe:hover .ContentNe{opacity:1;visibility:visible;-webkit-transform:perspective(600px) rotateX(0deg);-moz-transform:perspective(600px) rotateX(0deg);-ms-transform:perspective(600px) rotateX(0deg);-o-transform:perspective(600px) rotateX(0deg);transform:perspective(600px) rotateX(0deg)}.ContentWrapperNe .ContentNe .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperNe .ContentNe .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperNe .ContentNe .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperNa img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperNa:hover img{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);-o-transform:translateX(-20%);transform:translateX(-20%)}.ContentWrapperNa .ContentNa{position:absolute;background:#fff;opacity:0;visibility:hidden;width:50%;height:100%;display:block;top:0;right:0;-webkit-transform:perspective(600px) rotateY(-90deg);-moz-transform:perspective(600px) rotateY(-90deg);-ms-transform:perspective(600px) rotateY(-90deg);-o-transform:perspective(600px) rotateY(-90deg);transform:perspective(600px) rotateY(-90deg);-webkit-transform-origin:right center 0;-moz-transform-origin:right center 0;-ms-transform-origin:right center 0;-o-transform-origin:right center 0;transform-origin:right center 0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperNa:hover .ContentNa{opacity:1;visibility:visible;-webkit-transform:perspective(600px) rotateY(0deg);-moz-transform:perspective(600px) rotateY(0deg);-ms-transform:perspective(600px) rotateY(0deg);-o-transform:perspective(600px) rotateY(0deg);transform:perspective(600px) rotateY(0deg)}.ContentWrapperNa .ContentNa .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperNa .ContentNa .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperNa .ContentNa .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperMg img{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperMg:hover img{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);-o-transform:translateY(-20%);transform:translateY(-20%)}.ContentWrapperMg .ContentMg{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:50%;display:block;bottom:0;left:0;-webkit-transform:perspective(600px) rotateX(90deg);-moz-transform:perspective(600px) rotateX(90deg);-ms-transform:perspective(600px) rotateX(90deg);-o-transform:perspective(600px) rotateX(90deg);transform:perspective(600px) rotateX(90deg);-webkit-transform-origin:center bottom 0;-moz-transform-origin:center bottom 0;-ms-transform-origin:center bottom 0;-o-transform-origin:center bottom 0;transform-origin:center bottom 0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperMg:hover .ContentMg{opacity:1;visibility:visible;-webkit-transform:perspective(600px) rotateY(0deg);-moz-transform:perspective(600px) rotateY(0deg);-ms-transform:perspective(600px) rotateY(0deg);-o-transform:perspective(600px) rotateY(0deg);transform:perspective(600px) rotateY(0deg)}.ContentWrapperMg .ContentMg .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperMg .ContentMg .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperMg .ContentMg .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperAl .ContentAl{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateY(0deg) scale(0);-moz-transform:rotateY(0deg) scale(0);-ms-transform:rotateY(0deg) scale(0);-o-transform:rotateY(0deg) scale(0);transform:rotateY(0deg) scale(0);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperAl:hover .ContentAl{opacity:1;visibility:visible;-webkit-transform:rotateY(360deg) scale(0.9);-moz-transform:rotateY(360deg) scale(0.9);-ms-transform:rotateY(360deg) scale(0.9);-o-transform:rotateY(360deg) scale(0.9);transform:rotateY(360deg) scale(0.9)}.ContentWrapperAl .ContentAl .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperAl .ContentAl .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperAl .ContentAl .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperAl .ContentAl .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperAl .ContentAl .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperSi .ContentSi{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateX(0deg) scale(0);-moz-transform:rotateX(0deg) scale(0);-ms-transform:rotateX(0deg) scale(0);-o-transform:rotateX(0deg) scale(0);transform:rotateX(0deg) scale(0);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperSi:hover .ContentSi{opacity:1;visibility:visible;-webkit-transform:rotateX(360deg) scale(0.9);-moz-transform:rotateX(360deg) scale(0.9);-ms-transform:rotateX(360deg) scale(0.9);-o-transform:rotateX(360deg) scale(0.9);transform:rotateX(360deg) scale(0.9)}.ContentWrapperSi .ContentSi .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperSi .ContentSi .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperSi .ContentSi .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperSi .ContentSi .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperSi .ContentSi .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperP .ContentP{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateY(0deg) scale(0.9);-moz-transform:rotateY(0deg) scale(0.9);-ms-transform:rotateY(0deg) scale(0.9);-o-transform:rotateY(0deg) scale(0.9);transform:rotateY(0deg) scale(0.9);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperP:hover .ContentP{opacity:1;visibility:visible;-webkit-transform:rotateY(360deg) scale(0.9);-moz-transform:rotateY(360deg) scale(0.9);-ms-transform:rotateY(360deg) scale(0.9);-o-transform:rotateY(360deg) scale(0.9);transform:rotateY(360deg) scale(0.9)}.ContentWrapperP .ContentP .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperP .ContentP .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperP .ContentP .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperP .ContentP .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperP .ContentP .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperS .ContentS{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateX(0deg) scale(0.9);-moz-transform:rotateX(0deg) scale(0.9);-ms-transform:rotateX(0deg) scale(0.9);-o-transform:rotateX(0deg) scale(0.9);transform:rotateX(0deg) scale(0.9);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperS:hover .ContentS{opacity:1;visibility:visible;-webkit-transform:rotateX(360deg) scale(0.9);-moz-transform:rotateX(360deg) scale(0.9);-ms-transform:rotateX(360deg) scale(0.9);-o-transform:rotateX(360deg) scale(0.9);transform:rotateX(360deg) scale(0.9)}.ContentWrapperS .ContentS .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperS .ContentS .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperS .ContentS .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperS .ContentS .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperS .ContentS .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperCl{overflow:visible !important}.ContentWrapperCl img{position:relative;z-index:5;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperCl:hover img{-webkit-transform:translateY(-40%);-moz-transform:translateY(-40%);-ms-transform:translateY(-40%);-o-transform:translateY(-40%);transform:translateY(-40%)}.ContentWrapperCl .ContentCl{position:absolute;background:#fff;opacity:1;visibility:hidden;width:100%;height:100%;display:block;bottom:0;left:0;z-index:4;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperCl:hover .ContentCl{visibility:visible}.ContentWrapperCl .ContentCl .Content{position:absolute;top:65%;display:block;width:100%}.ContentWrapperCl .ContentCl .Content h2{font:bold 16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 2px;text-align:center}.ContentWrapperCl .ContentCl .Content .ReadMore{margin:8px auto;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);display:block;width:80px}.ContentWrapperCl .ContentCl .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperAr{overflow:visible !important}.ContentWrapperAr img{position:relative;z-index:5;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperAr:hover img{-webkit-transform:translateY(40%);-moz-transform:translateY(40%);-ms-transform:translateY(40%);-o-transform:translateY(40%);transform:translateY(40%)}.ContentWrapperAr .ContentAr{position:absolute;background:#fff;opacity:1;visibility:hidden;width:100%;height:100%;display:block;bottom:0;left:0;z-index:4;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperAr:hover .ContentAr{visibility:visible}.ContentWrapperAr .ContentAr .Content{position:absolute;top:5%;display:block;width:100%}.ContentWrapperAr .ContentAr .Content h2{font:bold 16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 2px;text-align:center}.ContentWrapperAr .ContentAr .Content .ReadMore{margin:8px auto;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);display:block;width:80px}.ContentWrapperAr .ContentAr .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperK{overflow:visible !important}.ContentWrapperK img{position:relative;z-index:5;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperK:hover img{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);-o-transform:translateX(-20%);transform:translateX(-20%)}.ContentWrapperK .ContentK{position:absolute;background:#fff;opacity:1;visibility:hidden;width:100%;height:100%;display:block;bottom:0;left:0;z-index:4;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperK:hover .ContentK{visibility:visible}.ContentWrapperK .ContentK .Content{display:block;width:100%;position:relative}.ContentWrapperK .ContentK .Content ul{position:absolute;top:0;right:0}.ContentWrapperK .ContentK .Content ul li{margin:14px 16px}.ContentWrapperK .ContentK .Content ul li a{font-size:21px;color:#a9a9a9}.ContentWrapperCa img{position:relative;z-index:5;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperCa:hover img{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);-o-transform:translateX(20%);transform:translateX(20%)}.ContentWrapperCa .ContentCa{position:absolute;background:#fff;opacity:1;visibility:hidden;width:100%;height:100%;display:block;bottom:0;left:0;z-index:4;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperCa:hover .ContentCa{visibility:visible}.ContentWrapperCa .ContentCa .Content{display:block;width:100%;position:relative}.ContentWrapperCa .ContentCa .Content ul{position:absolute;top:0;left:0}.ContentWrapperCa .ContentCa .Content ul li{margin:5px}.ContentWrapperCa .ContentCa .Content ul li a{padding:6px 9px}.ContentWrapperSc .ContentSc{position:absolute;background:#fff;visibility:hidden;width:100%;height:100%;display:block;top:-100%;left:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperSc:hover .ContentSc{visibility:visible;top:0}.ContentWrapperSc .ContentSc .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperSc .ContentSc .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperSc .ContentSc .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperSc .ContentSc .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperSc .ContentSc .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperTi .ContentTi{position:absolute;background:#fff;visibility:hidden;width:100%;height:100%;display:block;top:0;left:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperTi:hover .ContentTi{visibility:visible;left:0}.ContentWrapperTi .ContentTi .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperTi .ContentTi .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperTi .ContentTi .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperTi .ContentTi .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperTi .ContentTi .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperV .ContentV{position:absolute;background:#fff;visibility:hidden;width:100%;height:100%;display:block;top:0;right:-100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperV:hover .ContentV{visibility:visible;right:0}.ContentWrapperV .ContentV .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperV .ContentV .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperV .ContentV .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperV .ContentV .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperV .ContentV .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperCr .ContentCr{position:absolute;background:#fff;visibility:hidden;width:100%;height:0;display:block;bottom:-100%;left:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperCr:hover .ContentCr{visibility:visible;height:100%;bottom:0}.ContentWrapperCr .ContentCr .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperCr .ContentCr .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperCr .ContentCr .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperCr .ContentCr .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperCr .ContentCr .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperMn .ContentMn{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-transform-style:preserve-3D;-moz-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperMn:hover .ContentMn{opacity:1;visibility:visible;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.ContentWrapperMn .ContentMn .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperMn .ContentMn .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperMn .ContentMn .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperMn .ContentMn .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperMn .ContentMn .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperFe .ContentFe{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;right:0;-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right;-webkit-transform-style:preserve-3D;-moz-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperFe:hover .ContentFe{opacity:1;visibility:visible;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.ContentWrapperFe .ContentFe .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperFe .ContentFe .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperFe .ContentFe .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperFe .ContentFe .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperFe .ContentFe .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperCo .ContentCo{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left;-webkit-transform-style:preserve-3D;-moz-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperCo:hover .ContentCo{opacity:1;visibility:visible;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.ContentWrapperCo .ContentCo .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperCo .ContentCo .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperCo .ContentCo .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperCo .ContentCo .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperCo .ContentCo .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperNi .ContentNi{position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;right:0;-webkit-transform-origin:bottom right;-moz-transform-origin:bottom right;-ms-transform-origin:bottom right;-o-transform-origin:bottom right;transform-origin:bottom right;-webkit-transform-style:preserve-3D;-moz-transform-style:preserve-3D;-ms-transform-style:preserve-3D;-o-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperNi:hover .ContentNi{opacity:1;visibility:visible;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.ContentWrapperNi .ContentNi .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperNi .ContentNi .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperNi .ContentNi .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperNi .ContentNi .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperNi .ContentNi .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperCu img{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperCu:hover img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.ContentWrapperCu .ContentCu{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperCu:hover .ContentCu{opacity:1;visibility:visible;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}.ContentWrapperCu .ContentCu .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperCu .ContentCu .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperCu .ContentCu .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperCu .ContentCu .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperCu .ContentCu .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ContentWrapperZn img{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperZn:hover img{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg)}.ContentWrapperZn .ContentZn{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;position:absolute;background:#fff;opacity:0;visibility:hidden;width:100%;height:100%;display:block;top:0;left:0;-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ContentWrapperZn:hover .ContentZn{opacity:1;visibility:visible;-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg)}.ContentWrapperZn .ContentZn .Content{position:absolute;top:10%;padding:0 10px}.ContentWrapperZn .ContentZn .Content h2{font:16px \"Source Sans Pro\",Arial,sans-serif;color:#8ca757;padding:0 0 6px}.ContentWrapperZn .ContentZn .Content p{font:normal 12px \"Source Sans Pro\";color:#666}.ContentWrapperZn .ContentZn .Content .ReadMore{float:right;margin:16px 0 0;background:#d1cdc3;background:-moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));background:-webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:-ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);background:linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#D1CDC3\", endColorstr=\"#C9C5BA\", GradientType=0);-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-ms-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);-o-box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0);box-shadow:0 -1px 0 rgba(0,0,0,.08) inset,0 1px 1px 0 rgba(0,0,0,.11),0 0 0 rgba(0,0,0,0)}.ContentWrapperZn .ContentZn .Content .ReadMore a{color:#757167;padding:6px 16px;display:block;font:normal 12px \"Source Sans Pro\"}.ImageWrapper .RibbonCTL .Triangle:after{border-right:35px solid rgba(0,0,0,0);border-top:35px solid #fff;content:\" \";display:block;height:0;position:absolute;width:0;top:0;left:0;z-index:2}.ImageWrapper .RibbonCTL .Sign{top:2px;left:2px;position:absolute;z-index:6}.ImageWrapper .RibbonCTL .Sign a{color:#666}.ImageWrapper .RibbonCTL{opacity:0;visibility:hidden;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .RibbonCTL{opacity:1;visibility:visible}.ImageWrapper .RibbonCTR .Triangle:after{border-left:35px solid rgba(0,0,0,0);border-top:35px solid #fff;content:\" \";display:block;height:0;position:absolute;width:0;top:0;right:0;z-index:2}.ImageWrapper .RibbonCTR .Sign{top:2px;right:2px;position:absolute;z-index:6}.ImageWrapper .RibbonCTR .Sign a{color:#666}.ImageWrapper .RibbonCTR{opacity:0;visibility:hidden;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .RibbonCTR{opacity:1;visibility:visible}.ImageWrapper .RibbonCBL .Triangle:after{border-right:35px solid rgba(0,0,0,0);border-bottom:35px solid #fff;content:\" \";display:block;height:0;position:absolute;width:0;bottom:0;left:0;z-index:2}.ImageWrapper .RibbonCBL .Sign{bottom:1px;left:1px;position:absolute;z-index:6}.ImageWrapper .RibbonCBL .Sign a{color:#666}.ImageWrapper .RibbonCBL{opacity:0;visibility:hidden;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .RibbonCBL{opacity:1;visibility:visible}.ImageWrapper .RibbonCBR .Triangle:after{border-left:35px solid rgba(0,0,0,0);border-bottom:35px solid #fff;content:\" \";display:block;height:0;position:absolute;width:0;bottom:0;right:0;z-index:2}.ImageWrapper .RibbonCBR .Sign{bottom:1px;right:1px;position:absolute;z-index:6}.ImageWrapper .RibbonCBR .Sign a{color:#666}.ImageWrapper .RibbonCBR{opacity:0;visibility:hidden;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ImageWrapper:hover .RibbonCBR{opacity:1;visibility:visible}.TBlack{background:none repeat scroll 0 0 rgba(0,0,0,.8) !important}.TWhite{background:none repeat scroll 0 0 rgba(255,255,255,.8) !important}.carousel .direction{position:absolute;top:-95px;right:0}.rtl .carousel .direction{left:0;right:auto}.carousel-control{background:none !important}.carousel-control .icon-prev,.carousel-control .icon-next{background:#f3f3f3;font-size:16px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;width:25px;height:25px}.carousel-control .icon-prev:before,.carousel-control .icon-next:before{font-family:\"FontAwesome\";font-size:16px;color:#999;line-height:25px}.carousel-control .icon-prev:hover,.carousel-control .icon-next:hover{background:#a340ff}.carousel-control .icon-prev:hover:before,.carousel-control .icon-next:hover:before{color:#fff}.carousel-control.left{right:25px;left:auto}.carousel-control .icon-prev:before{content:\"\"}.carousel-control .icon-next:before{content:\"\"}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=file]{height:auto}.btn-inverse{color:#fff;background-color:#a340ff;border-color:#a340ff}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active{color:#fff;background-color:rgba(0,0,0,0);border-color:#eaeaea}.open .btn-inverse.dropdown-toggle{color:#fff;background-color:rgba(0,0,0,0);border-color:#eaeaea}.btn-inverse:active,.btn-inverse.active{background-image:none}.open .btn-inverse.dropdown-toggle{background-image:none}.btn-inverse.disabled,.btn-inverse.disabled:hover,.btn-inverse.disabled:focus,.btn-inverse.disabled:active,.btn-inverse.disabled.active,.btn-inverse[disabled],.btn-inverse[disabled]:hover,.btn-inverse[disabled]:focus,.btn-inverse[disabled]:active,.btn-inverse[disabled].active,fieldset[disabled] .btn-inverse,fieldset[disabled] .btn-inverse:hover,fieldset[disabled] .btn-inverse:focus,fieldset[disabled] .btn-inverse:active,fieldset[disabled] .btn-inverse.active{background-color:#a340ff;border-color:#a340ff}.btn-inverse .badge{color:#a340ff;background-color:#fff}.btn-outline{color:#fff;background-color:#333b48;border-color:#333b48}.btn-outline:hover,.btn-outline:focus,.btn-outline:active,.btn-outline.active{color:#fff;background-color:#a340ff;border-color:#a340ff}.open .btn-outline.dropdown-toggle{color:#fff;background-color:#a340ff;border-color:#a340ff}.btn-outline:active,.btn-outline.active{background-image:none}.open .btn-outline.dropdown-toggle{background-image:none}.btn-outline.disabled,.btn-outline.disabled:hover,.btn-outline.disabled:focus,.btn-outline.disabled:active,.btn-outline.disabled.active,.btn-outline[disabled],.btn-outline[disabled]:hover,.btn-outline[disabled]:focus,.btn-outline[disabled]:active,.btn-outline[disabled].active,fieldset[disabled] .btn-outline,fieldset[disabled] .btn-outline:hover,fieldset[disabled] .btn-outline:focus,fieldset[disabled] .btn-outline:active,fieldset[disabled] .btn-outline.active{background-color:#333b48;border-color:#333b48}.btn-outline .badge{color:#333b48;background-color:#fff}.btn{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}.btn:active,.btn:focus,.btn:visited,.btn.active:focus,.btn:active:focus{outline:none !important;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none}button:focus,button:hover{outline:none}.sidebar .block{margin-bottom:40px;background:#fff;padding:25px}@media(max-width: 1199px){.sidebar .block{padding:15px}}@media(max-width: 991px){.sidebar .block{margin-bottom:15px}}.sidebar .block .title_block{background:none;border:none;color:#000;text-transform:uppercase;font-family:\"Poppins\",sans-serif;font-size:14px;font-weight:700;letter-spacing:0px;padding:0 0 0 10px;position:relative;margin:0 0 20px;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px}.rtl .sidebar .block .title_block{padding:0 10px 0 0}.sidebar .block .title_block:before{position:absolute;content:\"\";font-family:\"FontAwesome\";width:2px;height:12px;background:#a340ff;top:1px;left:0}.rtl .sidebar .block .title_block:before{right:0;left:auto}.sidebar .block .title_block a{color:#000}.sidebar .block .block_content{-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;padding:0px;border:none}.sidebar .block .block_content::after{content:\"\";display:table;clear:both}.sidebar .block .products{padding:0 20px}.sidebar .block .products .ajax_block_product{float:left;width:100%}.sidebar .block .products .thumbnail-container{text-align:left;margin-right:-15px;margin-left:-15px}.rtl .sidebar .block .products .thumbnail-container{text-align:right}.sidebar .block .products .thumbnail-container::after{content:\"\";display:table;clear:both}@media(min-width: 576px){.sidebar .block .products .thumbnail-container{margin-right:-15px;margin-left:-15px}}@media(min-width: 768px){.sidebar .block .products .thumbnail-container{margin-right:-15px;margin-left:-15px}}@media(min-width: 992px){.sidebar .block .products .thumbnail-container{margin-right:-15px;margin-left:-15px}}@media(min-width: 1200px){.sidebar .block .products .thumbnail-container{margin-right:-15px;margin-left:-15px}}.sidebar .block .products .thumbnail-container .product-image{float:left;width:41.66667%;position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media(min-width: 576px){.sidebar .block .products .thumbnail-container .product-image{padding-right:15px;padding-left:15px}}@media(min-width: 768px){.sidebar .block .products .thumbnail-container .product-image{padding-right:15px;padding-left:15px}}@media(min-width: 992px){.sidebar .block .products .thumbnail-container .product-image{padding-right:15px;padding-left:15px}}@media(min-width: 1200px){.sidebar .block .products .thumbnail-container .product-image{padding-right:15px;padding-left:15px}}.sidebar .block .products .thumbnail-container .product-meta{float:left;width:58.33333%;position:relative;min-height:1px;padding-right:15px;padding-left:15px;padding-top:0px}@media(min-width: 576px){.sidebar .block .products .thumbnail-container .product-meta{padding-right:15px;padding-left:15px}}@media(min-width: 768px){.sidebar .block .products .thumbnail-container .product-meta{padding-right:15px;padding-left:15px}}@media(min-width: 992px){.sidebar .block .products .thumbnail-container .product-meta{padding-right:15px;padding-left:15px}}@media(min-width: 1200px){.sidebar .block .products .thumbnail-container .product-meta{padding-right:15px;padding-left:15px}}.sidebar .block .products .thumbnail-container .highlighted-informations,.sidebar .block .products .thumbnail-container .quickview,.sidebar .block .products .thumbnail-container .product-flags{display:none}.sidebar .block .products .thumbnail-container .product-title{margin-top:0px}.sidebar .block a.all-product-link{font-size:12px;margin-right:15px}.rtl .sidebar .block a.all-product-link{margin-left:15px;margin-right:inherit}.sidebar .block .list-group-item{border:none;padding:15px 0}.sidebar .block-highlighted .title_block{color:#000;background-color:none;border-color:#a340ff}.sidebar .block-highlighted .title_block a{color:#000}.sidebar .block-highlighted .title_block+.block-collapse .block_content{border-top-color:#a340ff}.sidebar .block-highlighted>.block-footer+.block-collapse .block-body{border-bottom-color:#a340ff}.leo-megamenu{font-family:\"Poppins\",sans-serif;background:rgba(0,0,0,0);color:#000}.leo-megamenu .leo-colorbox{display:none !important}.leo-megamenu .navbar-nav>li{text-align:left}.rtl .leo-megamenu .navbar-nav>li{text-align:right}.leo-megamenu .navbar-nav>li+.nav-item{margin-left:0px}.rtl .leo-megamenu .navbar-nav>li+.nav-item{margin-right:0px;margin-left:inherit}.leo-megamenu .navbar-nav>li.aligned-fullwidth{position:static}@media(max-width: 991px){.leo-megamenu .navbar-nav>li.aligned-fullwidth{position:relative}}.leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu{width:100% !important}.leo-megamenu .navbar-nav>li.aligned-right .dropdown-menu{right:0;left:auto}.leo-megamenu .navbar-nav>li.aligned-left .dropdown-menu{left:0;right:auto}.leo-megamenu .navbar-nav>li.aligned-center .dropdown-menu{left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.leo-megamenu .navbar-nav>li>a{padding:15px 17px;font-size:14px;text-transform:uppercase;color:#000;background-color:rgba(0,0,0,0);font-weight:bold;-webkit-transition:all 350ms ease-out;-o-transition:all 350ms ease-out;transition:all 350ms ease-out;line-height:20px}@media(max-width: 1199px)and (min-width: 992px){.leo-megamenu .navbar-nav>li>a{font-size:12px;padding-left:12px;padding-right:12px}}.leo-megamenu .navbar-nav>li>a:hover,.leo-megamenu .navbar-nav>li>a:focus,.leo-megamenu .navbar-nav>li>a:active{color:#a340ff;background-color:rgba(0,0,0,0)}.leo-megamenu .navbar-nav>li>a>.menu-title{position:relative}.leo-megamenu .navbar-nav>li.active>a,.leo-megamenu .navbar-nav>li:hover>a,.leo-megamenu .navbar-nav>li:focus>a{background-color:rgba(0,0,0,0)}@media(min-width: 992px){.leo-megamenu .navbar-nav>li.active>a,.leo-megamenu .navbar-nav>li:hover>a,.leo-megamenu .navbar-nav>li:focus>a{color:#a340ff}}.leo-megamenu .navbar-nav>li.active>a>.menu-title:before,.leo-megamenu .navbar-nav>li:hover>a>.menu-title:before,.leo-megamenu .navbar-nav>li:focus>a>.menu-title:before{color:#acacac;text-shadow:8px 0 #acacac,-8px 0 #acacac}.leo-megamenu .navbar-nav>li>.caret{display:none}@media(min-width: 992px){.leo-megamenu .navbar-nav>li:hover>.caret,.leo-megamenu .navbar-nav>li:active>.caret{color:#a340ff}}.leo-megamenu .navbar-nav>li.home a{padding:20px 20px 20px 0}.rtl .leo-megamenu .navbar-nav>li.home a{padding:20px 0 20px 20px}.leo-megamenu .dropdown-menu{top:100%;left:-9999px;height:auto;font-weight:300;color:#000;border:0;min-width:200px;padding:20px;background-color:#fff;font-family:\"Poppins\",sans-serif;margin:0px;text-align:left;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,.24);-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,.24);-o-box-shadow:0px 0px 5px 0px rgba(0,0,0,.24);-ms-box-shadow:0px 0px 5px 0px rgba(0,0,0,.24);box-shadow:0px 0px 5px 0px rgba(0,0,0,.24);-webkit-transition:opacity .3s linear 0s;-o-transition:opacity .3s linear 0s;transition:opacity .3s linear 0s}.rtl .leo-megamenu .dropdown-menu{text-align:right}@media(max-width: 991px){.leo-megamenu .dropdown-menu{padding:15px}}.leo-megamenu .dropdown-menu li{line-height:25px;float:none}.leo-megamenu .dropdown-menu li+.nav-item{margin-left:0px}.rtl .leo-megamenu .dropdown-menu li+.nav-item{margin-right:0px;margin-left:inherit}.leo-megamenu .dropdown-menu li a{color:#777;padding:5px 0;font-weight:300;font-size:13px;line-height:20px}@media(max-width: 991px){.leo-megamenu .dropdown-menu li a{line-height:20px;padding:15px 0}}.leo-megamenu .dropdown-menu li a .menu-title{color:#777;padding:0}.leo-megamenu .dropdown-menu li a:hover{background-color:rgba(0,0,0,0);color:#a340ff}.leo-megamenu .dropdown-menu li a:hover .fa{color:#a340ff}.leo-megamenu .dropdown-menu li a:hover .menu-title{color:#a340ff}.leo-megamenu .dropdown-menu li a.nav-link .menu-title{border:0;font-weight:400;text-transform:none}.leo-megamenu .dropdown-menu .menu-title{margin-bottom:10px;font-family:\"Poppins\",sans-serif;text-transform:uppercase;color:#000;font-weight:500;padding-bottom:10px;border-bottom:1px solid #eee}.leo-megamenu .dropdown-menu .menu-title a{color:#000}.leo-megamenu .dropdown-menu .menu-title a:hover{color:#a340ff}.leo-megamenu .dropdown-menu a>.menu-title{font-weight:300;color:#000;font-family:\"Poppins\",sans-serif}.leo-megamenu .dropdown-menu a>.menu-title:hover{color:#a340ff}@media(min-width: 992px){.leo-megamenu .dropdown:hover>.dropdown-menu{display:block;left:0px}.rtl .leo-megamenu .dropdown:hover>.dropdown-menu{right:0px;left:auto}.leo-megamenu .dropdown:hover>a{color:#a340ff}.leo-megamenu .dropdown:hover>a .fa{color:#a340ff}}.leo-megamenu .dropdown-submenu{position:relative}.leo-megamenu .dropdown-submenu .dropdown-menu{top:0;position:absolute;left:100%}.rtl .leo-megamenu .dropdown-submenu .dropdown-menu{right:100%;left:auto}.leo-megamenu .dropdown-submenu:hover>.dropdown-menu{display:block;top:0}.leo-megamenu .mega-group>.dropdown-toggle{border:0;display:block;letter-spacing:3px;text-transform:uppercase;font-family:\"Poppins\",sans-serif;color:#fff}.leo-megamenu .mega-group>.dropdown-toggle .fa{color:#fff}.leo-megamenu .megamenu .cols1{min-width:200px}.leo-megamenu .megamenu .cols2{min-width:500px}.leo-megamenu .megamenu .cols3{min-width:740px}.leo-megamenu .manu-logo img{border:1px solid #eaeaea;margin-bottom:10px;margin-right:10px}.leo-megamenu .widget-subcategories{margin-bottom:15px}.leo-megamenu .widget-subcategories li a{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;display:block;line-height:20px;position:relative;padding:5px 0}.leo-megamenu .widget-subcategories li a:before{content:\"\";font-family:\"FontAwesome\";font-size:6px;-webkit-transition:scale .4s;-o-transition:scale .4s;transition:scale .4s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;top:4px;left:0}.rtl .leo-megamenu .widget-subcategories li a:before{right:0;left:auto}.leo-megamenu .widget-subcategories li a:hover{padding:5px 0 5px 10px}.rtl .leo-megamenu .widget-subcategories li a:hover{padding:5px 10px 5px 0}.leo-megamenu .widget-subcategories li a:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.leo-widget .product-miniature:last-child .thumbnail-container{border:0}.leo-widget .thumbnail-container{margin:0;text-align:left;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border-bottom:1px solid #eee}.rtl .leo-widget .thumbnail-container{text-align:right}.leo-widget .thumbnail-container .product-image{float:left;margin:0 10px 10px 0}.rtl .leo-widget .thumbnail-container .product-image{float:right}.rtl .leo-widget .thumbnail-container .product-image{margin:0 0 10px 10px}.leo-widget .thumbnail-container .product-meta{overflow:hidden;zoom:1;padding:10px 0px}.leo-widget .thumbnail-container .aeuc_before_label,.leo-widget .thumbnail-container .discount-percentage,.leo-widget .thumbnail-container .aeuc_unit_price_label,.leo-widget .thumbnail-container .discount-percentage{display:none !important}.leo-widget .thumbnail-container .product-title{margin-top:0px;margin-bottom:5px;line-height:20px;text-transform:none}.leo-widget .thumbnail-container .product-title a{font-weight:300;color:#777;font-size:13px}.leo-widget .thumbnail-container .product-title a:hover{color:#a340ff}.leo-widget .thumbnail-container .product-price-and-shipping{color:#777;font-size:13px}.leo-widget .widget-html p{line-height:23px}.leo-widget .widget-video iframe{border-width:0px}@media(max-width: 991px){.leo-widget .widget-video iframe{width:100%}}.leo-widget ul.widget-image{margin-left:0px}.rtl .leo-widget ul.widget-image{margin-right:0px;margin-left:inherit}.leo-widget ul.widget-image li{margin-right:10px}.rtl .leo-widget ul.widget-image li{margin-left:10px;margin-right:inherit}.leo-widget ul.widget-image li:last-child{margin-right:0px}.rtl .leo-widget ul.widget-image li:last-child{margin-left:0px;margin-right:inherit}.ApMegamenu .leo-verticalmenu{background:#fff;position:relative}@media(max-width: 991px){.ApMegamenu .leo-verticalmenu{position:static}}.ApMegamenu .leo-verticalmenu .title_block{margin:0;color:#fff;width:100%;line-height:50px;font-size:16px;padding:0px 20px !important;font-weight:600;text-transform:uppercase;background:#a340ff;border:2px solid #000;height:50px;cursor:pointer}.ApMegamenu .leo-verticalmenu .title_block:before{display:none}@media(max-width: 991px){.ApMegamenu .leo-verticalmenu .title_block:after{content:\"\";cursor:pointer;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999;visibility:hidden;background-color:#000;background-color:rgba(0,0,0,.5);zoom:1;background-color:transparent\\9 ;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}}@media(min-width: 992px){.ApMegamenu .leo-verticalmenu .title_block i{display:none}}.ApMegamenu .leo-verticalmenu>.block_content{background:#fff;position:absolute;z-index:30;height:auto;overflow:visible;width:100%;-webkit-transition:height .4s ease 0s;-o-transition:height .4s ease 0s;transition:height .4s ease 0s;border:1px solid #eee;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;opacity:0;filter:alpha(opacity=0)}@media(max-width: 991px){.ApMegamenu .leo-verticalmenu>.block_content{margin-top:15px;max-height:900px;overflow:auto}}@media(max-width: 991px){.ApMegamenu .leo-verticalmenu.active>.title_block:after{visibility:visible;opacity:1;filter:alpha(opacity=100);transition-delay:.4s}}.ApMegamenu .leo-verticalmenu.active>.block_content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100);z-index:999}@media(min-width: 992px){#index .ApMegamenu .leo-verticalmenu>.block_content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100)}#index.keep-header .ApMegamenu .leo-verticalmenu>.block_content{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0;filter:alpha(opacity=0)}#index.keep-header .ApMegamenu .leo-verticalmenu.active>.block_content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100)}}.leo-megamenu{border-radius:0;padding:0 15px}@media(max-width: 991px){.leo-megamenu{padding:0}}div.verticalmenu{z-index:100}div.verticalmenu .navbar-collapse,div.verticalmenu .navbar-vertical{margin:0;padding:0}div.verticalmenu .navbar-nav{position:static;float:none;width:100%}div.verticalmenu .navbar-nav>li{width:100%;height:auto;position:relative;float:none}div.verticalmenu .navbar-nav>li+.nav-item{margin-left:0px}.rtl div.verticalmenu .navbar-nav>li+.nav-item{margin-right:0px;margin-left:inherit}@media(max-width: 991px){div.verticalmenu .navbar-nav>li{border-bottom:1px solid #ddd}div.verticalmenu .navbar-nav>li:last-child{border:0}}div.verticalmenu .navbar-nav>li>a{display:block;color:#000;font-size:12px;font-family:\"Poppins\",sans-serif;padding:0px 30px;font-weight:400;height:70px;line-height:70px;opacity:.4;filter:alpha(opacity=40);text-transform:uppercase;overflow:hidden}@media(max-width: 1199px){div.verticalmenu .navbar-nav>li>a{line-height:55px;height:55px;vertical-align:top}}@media(max-width: 991px){div.verticalmenu .navbar-nav>li>a{display:inline-block;padding:0 15px}div.verticalmenu .navbar-nav>li>a>span{border:0 !important}}div.verticalmenu .navbar-nav>li>a>span{display:block;border-bottom:1px solid #ddd;height:100%}div.verticalmenu .navbar-nav>li:last-child>a>span{border-bottom:0}div.verticalmenu .navbar-nav>li .caret{display:none}@media(max-width: 991px){div.verticalmenu .navbar-nav>li .caret{display:block;position:absolute;top:0;cursor:pointer;border:none;width:55px;height:55px;line-height:55px;text-align:center;border:none;right:0}.rtl div.verticalmenu .navbar-nav>li .caret{left:0;right:auto}div.verticalmenu .navbar-nav>li .caret:before{content:\"\";font-family:\"FontAwesome\";color:#000;font-size:14px;font-weight:normal}}div.verticalmenu .navbar-nav>li .dropdown-submenu .caret{top:0}@media(max-width: 991px){div.verticalmenu .navbar-nav>li .dropdown-submenu .caret{top:-10px}}div.verticalmenu .navbar-nav>li.last a,div.verticalmenu .navbar-nav>li:last-child a{border:0}div.verticalmenu .navbar-nav>li:hover>a{opacity:1;filter:alpha(opacity=100)}@media(min-width: 992px){div.verticalmenu .navbar-nav>li:hover>a{color:#a340ff}}div.verticalmenu .navbar-nav>li:hover>a:hover,div.verticalmenu .navbar-nav>li:hover>a:focus{color:#a340ff}@media(min-width: 992px){div.verticalmenu .navbar-nav>li:hover>.caret{color:#a340ff}div.verticalmenu .navbar-nav>li:hover>.caret:before{color:#a340ff}}div.verticalmenu .navbar-nav>li.open>a{color:#a340ff;background:#a340ff}div.verticalmenu .navbar-nav>li.open>a:hover,div.verticalmenu .navbar-nav>li.open>a:focus{color:#a340ff;background:#a340ff;border-color:#eaeaea}@media(min-width: 992px){div.verticalmenu .navbar-nav>li.open>.caret{color:#a340ff}}div.verticalmenu .navbar-nav>li.open>.caret:before{color:#a340ff;top:-23px;content:\"\"}div.verticalmenu .navbar-nav>li .parent{position:relative}div.verticalmenu .navbar-nav>li .parent>.dropdown-toggle{text-transform:none;font-weight:normal;color:#777}div.verticalmenu .navbar-nav>li .parent>.dropdown-toggle:hover{color:#a340ff}@media(max-width: 991px){div.verticalmenu .navbar-nav li.open-sub>.caret:before{content:\"\"}}div.verticalmenu .navbar-nav li.parent>a:after{position:absolute;content:\"\";font-family:\"FontAwesome\";color:#999;font-size:14px;font-weight:normal;right:35px;top:0;border:none;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.rtl div.verticalmenu .navbar-nav li.parent>a:after{left:35px;right:auto}@media(max-width: 991px){div.verticalmenu .navbar-nav li.parent>a:after{display:none}}div.verticalmenu .navbar-nav li.parent:hover>a:after{color:#a340ff}div.verticalmenu ul li a .menu-icon{display:block;background-position:left center !important}.rtl div.verticalmenu ul li a .menu-icon{background-position:right center !important}div.verticalmenu ul li a .menu-icon span{display:block;margin-left:45px}.rtl div.verticalmenu ul li a .menu-icon span{margin-right:45px;margin-left:inherit}div.verticalmenu ul li a .menu-icon .menu-desc{display:none}div.verticalmenu ul li a .menu-title{display:block}div.verticalmenu ul li a .sub-title{font-size:12px}div.verticalmenu ul li a:hover,div.verticalmenu ul li a:focus{color:#a340ff;background:#fff}div.verticalmenu ul li a:hover .menu-title,div.verticalmenu ul li a:focus .menu-title{color:#a340ff}@media(max-width: 991px){div.verticalmenu li.open-sub{border-bottom:0}}div.verticalmenu .dropdown-menu{left:-9999px;top:-9999px;right:auto;min-height:100px;min-width:215px;padding:30px;background:#fff;margin:0px;text-align:left;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,.2);-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,.2);-o-box-shadow:0px 0px 15px 0px rgba(0,0,0,.2);-ms-box-shadow:0px 0px 15px 0px rgba(0,0,0,.2);box-shadow:0px 0px 15px 0px rgba(0,0,0,.2)}.rtl div.verticalmenu .dropdown-menu{text-align:right}@media(max-width: 991px){div.verticalmenu .dropdown-menu{position:static;max-width:100%;margin:0 5px;width:auto !important;float:none;clear:both;padding:15px}}div.verticalmenu .dropdown-menu .menu-title{text-transform:capitalize}div.verticalmenu .dropdown-menu .widget-subcategories{margin-bottom:15px}div.verticalmenu .dropdown-menu .widget-subcategories li a{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;display:block;line-height:20px;position:relative;padding:5px 0}div.verticalmenu .dropdown-menu .widget-subcategories li a:before{content:\"\";font-family:\"FontAwesome\";font-size:6px;-webkit-transition:scale .4s;-o-transition:scale .4s;transition:scale .4s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;top:4px;left:0}.rtl div.verticalmenu .dropdown-menu .widget-subcategories li a:before{right:0;left:auto}div.verticalmenu .dropdown-menu .widget-subcategories li a:hover{padding:5px 0 5px 10px}.rtl div.verticalmenu .dropdown-menu .widget-subcategories li a:hover{padding:5px 10px 5px 0}div.verticalmenu .dropdown-menu .widget-subcategories li a:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}div.verticalmenu .dropdown-menu .leo-widget .menu-title{margin-bottom:10px;font-size:14px;text-transform:uppercase;color:#000;font-weight:500;padding-bottom:10px;border-bottom:1px solid #eee}div.verticalmenu .dropdown-menu .leo-widget{margin-bottom:10px}div.verticalmenu .dropdown-menu .widget-raw-html{font-size:12px;line-height:20px}div.verticalmenu .dropdown-menu ul li{padding:4px 0;line-height:normal;list-style:none;display:block;float:none}div.verticalmenu .dropdown-menu ul li+.nav-item{margin-left:0px}.rtl div.verticalmenu .dropdown-menu ul li+.nav-item{margin-right:0px;margin-left:inherit}div.verticalmenu .dropdown-menu ul li a{color:#777;font-size:13px;font-weight:300;padding:0}div.verticalmenu .dropdown-menu ul li a .menu-title{color:#777;text-transform:capitalize;font-size:13px;font-weight:300}div.verticalmenu .dropdown-menu ul li a.nav-link{padding:5px 0}div.verticalmenu .dropdown-menu ul li a.nav-link:after{right:10px;top:10px}.rtl div.verticalmenu .dropdown-menu ul li a.nav-link:after{left:10px;right:auto}div.verticalmenu .dropdown-menu ul li a:hover{color:#a340ff}div.verticalmenu .dropdown-menu ul li a:hover .menu-title{color:#a340ff}div.verticalmenu .dropdown-menu p{line-height:18px;font-size:12px}div.verticalmenu .dropdown-menu .leo-menu-video{width:100%}div.verticalmenu .dropdown-menu .leo-menu-video iframe{margin-bottom:10px}div.verticalmenu .dropdown-menu .dropdown-toggle:hover{color:#000}div.verticalmenu .dropdown-menu .dropdown-toggle{font-weight:bold;text-transform:uppercase;line-height:normal;color:#000;font-family:\"Poppins\",sans-serif;font-size:12px}div.verticalmenu .dropdown-menu .action{display:none}div.verticalmenu .widget-heading{color:#000;text-transform:uppercase;font-weight:600}div.active-hover ul>li:hover>.dropdown-menu{left:100%;top:-1px;opacity:1;filter:alpha(opacity=100);display:block}.rtl div.active-hover ul>li:hover>.dropdown-menu{right:100%;left:auto}@media(min-width: 992px)and (max-width: 1199px){div.active-hover ul>li:hover>.dropdown-menu{max-width:690px}}.rtl div.active-hover ul>li:hover>.dropdown-menu{right:100% !important;left:auto !important}.megamenu-overlay{cursor:pointer;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999;visibility:hidden;background-color:#000;background-color:rgba(0,0,0,.5);zoom:1;background-color:transparent\\9 ;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.off-canvas body{position:relative}@media(min-width: 992px){.off-canvas-active>#page,.off-canvas-active>.off-canvas-nav-megamenu{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);position:relative !important}.off-canvas-button-megamenu{display:none !important}}@media(max-width: 991px){.off-canvas-active .megamenu-overlay{opacity:1;filter:alpha(opacity=100);visibility:visible}}.off-canvas-button-megamenu{color:#000;text-align:right}.rtl .off-canvas-button-megamenu{text-align:left}.off-canvas-button-megamenu:hover{cursor:pointer}.off-canvas-inactive>#page{-webkit-transition:all 400ms ease 0s;-o-transition:all 400ms ease 0s;transition:all 400ms ease 0s}.off-canvas-active{background:#fff}.off-canvas-active>#page{-webkit-transform:translateX(234px);-moz-transform:translateX(234px);-ms-transform:translateX(234px);-o-transform:translateX(234px);transform:translateX(234px);-webkit-transition:all 400ms ease 0s;-o-transition:all 400ms ease 0s;transition:all 400ms ease 0s}.off-canvas-active>.off-canvas-nav-megamenu.active{left:0px;-webkit-transform:translateX(234px);-moz-transform:translateX(234px);-ms-transform:translateX(234px);-o-transform:translateX(234px);transform:translateX(234px);-webkit-transition:all 400ms ease 0s;-o-transition:all 400ms ease 0s;transition:all 400ms ease 0s}.rtl .off-canvas-active>.off-canvas-nav-megamenu.active{right:0px;left:auto}.off-canvas-active #page{position:fixed;margin:0 auto;max-width:100%}.off-canvas-nav-megamenu{position:absolute;top:0px;width:0px;background:#fff;z-index:999;left:0;-webkit-transition:all 400ms ease 0s;-o-transition:all 400ms ease 0s;transition:all 400ms ease 0s}.rtl .off-canvas-nav-megamenu{right:0;left:auto}.off-canvas-nav-megamenu .navbar-nav{margin:0px}.off-canvas-nav-megamenu .navbar-nav>li{float:none;border-bottom:1px solid #eaeaea;float:none}.off-canvas-nav-megamenu .navbar-nav>li+.nav-item{margin-left:0px}.rtl .off-canvas-nav-megamenu .navbar-nav>li+.nav-item{margin-right:0px;margin-left:inherit}.off-canvas-nav-megamenu .navbar-nav>li>a{display:inline-block;color:#000;font-size:15px;font-weight:400;padding:17px 10px}.off-canvas-nav-megamenu .navbar-nav>li>a:hover,.off-canvas-nav-megamenu .navbar-nav>li>a:focus{background:none}.off-canvas-nav-megamenu .nav li.dropdown .caret{cursor:pointer;position:absolute;top:18px;margin:auto 0;right:0;width:30px;height:20px}.rtl .off-canvas-nav-megamenu .nav li.dropdown .caret{left:0;right:auto}.off-canvas-nav-megamenu .nav li.dropdown .caret:before{content:\"\";font-family:\"FontAwesome\";color:#000;font-size:15px;font-weight:normal;display:block;text-align:center}.off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle::after{display:none}.off-canvas-nav-megamenu .nav li.open-sub>.caret:before{content:\"\"}.off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret{top:6px}.off-canvas-nav-megamenu .offcanvas-mainnav{background-color:#fff;position:absolute;top:0;width:234px;overflow:hidden;left:-234px}.rtl .off-canvas-nav-megamenu .offcanvas-mainnav{right:-234px;left:auto}.off-canvas-nav-megamenu .dropdown-menu{font-size:13px;position:relative;left:0;right:0;top:0;float:none;margin:0;width:100% !important;border:0;padding:0px 10px;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;text-align:left}.rtl .off-canvas-nav-megamenu .dropdown-menu{text-align:right}.off-canvas-nav-megamenu .dropdown-menu ul li{line-height:30px;float:none}.off-canvas-nav-megamenu .dropdown-menu ul li+.nav-item{position:relative;margin-left:0px}.rtl .off-canvas-nav-megamenu .dropdown-menu ul li+.nav-item{margin-right:0px;margin-left:inherit}.off-canvas-nav-megamenu .dropdown-menu ul li>a{font-weight:400}.off-canvas-nav-megamenu .dropdown-sub .menu-title{font-weight:500;margin:10px 0;color:#000;text-transform:capitalize}.off-canvas-nav-megamenu ul.nav-links{padding-left:7px}.rtl .off-canvas-nav-megamenu ul.nav-links{padding-right:7px;padding-left:inherit}.off-canvas-nav-megamenu ul.nav-links li{line-height:30px}.off-canvas-nav-megamenu .mega-col{width:100%}.off-canvas-nav-megamenu .leo-widget .widget-subcategories ul{padding:3px 3px 3px 7px}.rtl .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul{padding:3px 7px 3px 3px}@media(max-width: 991px){.leo-megamenu .collapse.in{text-align:left}.rtl .leo-megamenu .collapse.in{text-align:right}.leo-megamenu .collapse.in .navbar-nav{text-align:left;height:auto}.rtl .leo-megamenu .collapse.in .navbar-nav{text-align:right}.leo-megamenu .collapse.in .dropdown>.dropdown-menu{width:100% !important}.leo-megamenu .collapse.in .navbar-nav>li.aligned-fullwidth{position:relative}}@media(max-width: 991px)and (max-width: 991px){.leo-megamenu .collapse.in .navbar-nav>li>.dropdown-menu .mega-col{max-width:100%;flex:0 0 100%}}@media(max-width: 991px){.leo-megamenu .collapse.in .navbar-nav .nav-item.dropdown.open-sub>.caret:before{content:\"\"}.leo-megamenu .collapse.in .navbar-nav .nav-item.dropdown-submenu .caret:before{top:-13px}.leo-megamenu .collapse.in .navbar-nav .nav-item.dropdown-submenu.open-sub>.caret:before{content:\"\"}.leo-megamenu .collapse.in .navbar-nav .dropdown-toggle::after{display:none}.leo-megamenu .collapse.in .dropdown-submenu>.dropdown-menu{width:100%;position:relative;left:0}.rtl .leo-megamenu .collapse.in .dropdown-submenu>.dropdown-menu{right:0;left:auto}}@media(max-width: 991px){.ApMegamenu>.navbar{position:static}.leo-megamenu.disable-canvas .navbar-nav{padding:15px;margin:0}.leo-megamenu.disable-canvas .navbar-nav>li>a{padding:15px 0;display:inline-block;vertical-align:top}.leo-megamenu.disable-canvas .navbar-nav .nav-item .caret{cursor:pointer;position:absolute;top:0;line-height:50px;display:block;width:50px;height:50px;right:0;text-align:center}.rtl .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret{left:0;right:auto}.leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before{content:\"\";font-family:\"FontAwesome\";font-size:14px;font-weight:normal;text-align:center;z-index:1001}.leo-megamenu.disable-canvas .leo-top-menu{background:#fff;position:absolute;top:100%;z-index:99;left:0;right:0;margin-top:15px;-moz-box-shadow:0 0 10px rgba(0,0,0,.2);-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);-o-box-shadow:0 0 10px rgba(0,0,0,.2);-ms-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}.leo-megamenu.disable-canvas .dropdown-toggle::after{display:none}}@media(min-width: 992px){.header-menu{border-bottom:1px solid #eee;position:relative}.header-menu:before{content:\"\";left:0px;right:0px;height:1px;background:#eee;position:absolute;top:0}}.off-canvas-button-megamenu{color:rgba(0,0,0,0);font-size:0px}.off-canvas-button-megamenu .off-canvas-nav{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;font-size:14px;color:#222}.off-canvas-button-megamenu .off-canvas-nav:before{content:\"\";font-family:\"FontAwesome\"}.leo-widget .widget-html p{margin-bottom:0}.leo-widget .widget-html img{width:100%;max-width:100%;height:auto}.popup-over{position:relative;margin:0 0 0 30px;float:right}.rtl .popup-over{margin:0 30px 0 0}.rtl .popup-over{float:left}.popup-over a.popup-title{padding:10px 0;display:inline-block;vertical-align:top;text-transform:uppercase;line-height:24px}.popup-over a.popup-title:hover{color:#a340ff}.popup-over .popup-content{padding:10px;position:absolute;top:100%;background:#fff;border:1px solid #eaeaea;min-width:140px;z-index:9999;display:none;font-size:12px;right:0;left:auto;text-align:left;border-radius:0;-webkit-transition:opacity .3s linear 0s;-o-transition:opacity .3s linear 0s;transition:opacity .3s linear 0s;margin:0px}.rtl .popup-over .popup-content{text-align:right}.popup-over .popup-content a{color:#777;padding:0px}.popup-over .popup-content a:hover{color:#a340ff}.popup-over .popup-content li{display:block;padding:5px 0px}.popup-over .popup-content li.current{color:#a340ff}.popup-over .popup-content li.current a{color:#a340ff}.popup-over:hover{cursor:pointer}@media(min-width: 992px){.popup-over:hover .popup-content{display:block !important}}.popup-over.open .popup-content{display:block !important}@media(max-width: 767px){.popup-over.language-selector-wrapper{margin:0}}.rtl .popup-over .popup-content{left:0;right:auto}#cart-block{position:relative;float:right}.rtl #cart-block{float:left}@media(min-width: 992px){#cart-block{padding-top:2px}}#cart-block .cart-preview.active a{color:#a340ff;display:flex;align-items:center}#cart-block .cart-preview .shopping-cart{vertical-align:middle;color:#fff;text-align:center;font-size:16px;line-height:45px;margin-right:5px;width:45px;height:45px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-color:#15f1f9;background-image:-webkit-linear-gradient(#15f1f9, #3596f1);background-image:linear-gradient(#15f1f9, #3596f1)}.rtl #cart-block .cart-preview .shopping-cart{margin-left:5px;margin-right:inherit}#cart-block .cart-preview .body{display:none}.cart-preview .header{white-space:nowrap;line-height:43px;margin:1px 0 0;font-weight:500}.cart-preview .header span.hidden-sm-down{display:inline-block;vertical-align:top;height:43px;overflow:hidden;text-transform:uppercase;padding:0 0 0 10px;color:#000}.rtl .cart-preview .header span.hidden-sm-down{padding:0 10px 0 0}.cart-preview .cart-products-count{font-size:14px;width:43px;display:inline-block;vertical-align:top;line-height:43px;text-align:center;border:1px solid #a340ff;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-o-border-radius:25px;position:relative;overflow:hidden;color:#000}.cart-preview .cart-products-count span{z-index:1;position:relative}.cart-preview .cart-products-count:before{content:\"\";position:absolute;top:50%;left:0;right:0;bottom:0;background:#a340ff;z-index:1;border-bottom-left-radius:25px;-webkit-border-bottom-left-radius:25px;-moz-border-bottom-left-radius:25px;border-bottom-right-radius:25px;-webkit-border-bottom-right-radius:25px;-moz-border-bottom-right-radius:25px}@media(max-width: 767px){.language-selector-wrapper .popup-content{right:auto;left:0px}.rtl .language-selector-wrapper .popup-content{left:auto;right:0px}}.product_list.list .ajax_block_product{width:100%}.product_list.list .thumbnail-container{text-align:left;padding:15px 0;margin:0}.rtl .product_list.list .thumbnail-container{text-align:right}@media(min-width: 481px){.product_list.list .thumbnail-container .product-image{float:left;float:left;width:33.33333%;text-align:center;margin:0}.rtl .product_list.list .thumbnail-container .product-image{float:right}.product_list.list .thumbnail-container .product-meta{overflow:hidden;float:left;width:66.66667%;text-align:left;padding:10px}.rtl .product_list.list .thumbnail-container .product-meta{text-align:right}.product_list.list .thumbnail-container .product-description-short{display:inline-block}}.product_list.list .leo-wishlist-button-dropdown .leo-list-wishlist{max-height:130px;left:auto;right:100%;bottom:0}.rtl .product_list.list .leo-wishlist-button-dropdown .leo-list-wishlist{left:100%;right:auto}@media(min-width: 768px){.product_list.list .button-container .dropdown-menu{top:0;bottom:auto;right:auto;left:100%}.rtl .product_list.list .button-container .dropdown-menu{right:100%;left:auto}}.thumbnail-container{position:relative;margin-bottom:20px}.thumbnail-container .highlighted-informations{margin:15px 0}.thumbnail-container .product-image{position:relative;text-align:center}.thumbnail-container .product-meta{padding:10px 0}.thumbnail-container .leo-pro-attr-section,.thumbnail-container .leo_cart_quantity{margin:5px 0}.thumbnail-container .leo-pro-attr-section .leo-bt-select-attr{font-size:12px;padding:0 35px 0 10px;height:40px;line-height:40px;border:0;border-radius:0;background:#f5f5f5;font-weight:normal;position:relative}.rtl .thumbnail-container .leo-pro-attr-section .leo-bt-select-attr{padding:0 10px 0 35px}.thumbnail-container .leo-pro-attr-section .leo-bt-select-attr:after{position:absolute;top:17px;right:15px}.rtl .thumbnail-container .leo-pro-attr-section .leo-bt-select-attr:after{left:15px;right:auto}.thumbnail-container .leo-pro-attr-section .dropdown-menu{top:auto;bottom:100%;margin:0;font-size:12px;border-radius:0;border:0;max-height:80px;overflow-y:auto;overflow-x:hidden}.thumbnail-container .leo-pro-attr-section .dropdown-menu .dropdown-item{display:block;padding:12px 10px;white-space:normal}.thumbnail-container .leo-more-cdown{padding:30px 0 5px;line-height:18px;text-align:left}.rtl .thumbnail-container .leo-more-cdown{text-align:right}.thumbnail-container .leo-more-cdown:after{content:\"\";display:block;clear:both}.thumbnail-container .leo-more-cdown li{width:25%;float:left}.rtl .thumbnail-container .leo-more-cdown li{float:right}.thumbnail-container .leo-more-cdown li b{display:block;font-weight:700;color:#000}.thumbnail-container .leo-more-cdown li span{display:block}.thumbnail-container .product-title{text-transform:uppercase;margin-top:10px}.thumbnail-container .product-title a{color:#000;font-size:14px;text-decoration:none;text-transform:capitalize;font-weight:300}.thumbnail-container .product-title a:hover{color:#a340ff}.thumbnail-container .product-price-and-shipping{color:#000;font-family:\"Poppins\",sans-serif;font-size:14px}.thumbnail-container .product-price-and-shipping .aeuc_before_label{color:#999;font-size:11px}.thumbnail-container .product-price-and-shipping .price{font-weight:600;padding:0 2px}.thumbnail-container .product-price-and-shipping .regular-price{color:#999;font-size:13px;text-decoration:line-through;font-weight:400;padding:0 2px}.thumbnail-container .product-price-and-shipping .aeuc_unit_price_label{display:inline-block}.thumbnail-container .discount-percentage{display:inline-block;padding:0 5px;color:#fff;background:#ff708e;font-size:12px;font-weight:400;line-height:20px;border-radius:2px;display:none}.thumbnail-container .product-additional{position:absolute;top:0px;visibility:hidden;left:0px;width:100%;opacity:0;filter:alpha(opacity=0)}.thumbnail-container .comments_note{color:#acaaa6}.thumbnail-container .variant-links{width:100%;padding-top:3px;min-height:40px}.thumbnail-container .product-description-short{display:none;line-height:20px}.thumbnail-container:hover .product-additional{visibility:visible;-webkit-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s;opacity:1;filter:alpha(opacity=100)}.thumbnail-container:hover .leo-more-info{width:90px;opacity:1;filter:alpha(opacity=100);right:-90px}.rtl .thumbnail-container:hover .leo-more-info{left:-90px;right:auto}.product_block.last_item .thumbnail-container .leo-more-info{right:auto;left:0px}.product_block.last_item .thumbnail-container:hover .leo-more-info{right:auto;left:-90px}.product-flags{margin:0px;position:absolute;top:10px;left:10px;text-align:left}.rtl .product-flags{right:10px;left:auto}.rtl .product-flags{text-align:right}.product-flags .product-flag{display:inline-block;vertical-align:top;padding:0 8px;color:#fff;background:#333;text-transform:uppercase;font-size:11px;font-weight:400;line-height:20px;margin:0 5px 5px 0;border-radius:2px}.rtl .product-flags .product-flag{margin:0 0 5px 5px}.product-flags .product-flag.online-only{background:#ff9a52}.product-flags .product-flag.new{background:#15cac3}.product-flags .product-flag.on-sale{background:#5bc0de}.product-flags .product-flag.discount{background:#a51818}.aeuc_unit_price_label{font-size:12px;color:#888}.thumbnail-container .button-container{position:relative}.thumbnail-container .button-container .leo-bt-select-attr,.thumbnail-container .button-container .qty_product{font-size:10px;border-radius:0;height:40px;padding:0 10px;line-height:40px;background:#fff;outline:0;border:1px solid #f1f1f1;bottom:-1px;position:relative;color:#888}.thumbnail-container .button-container .leo-bt-select-attr span,.thumbnail-container .button-container .qty_product span{overflow:hidden;text-overflow:ellipsis;display:block}.thumbnail-container .button-container .leo-bt-select-attr:hover,.thumbnail-container .button-container .qty_product:hover{color:#333}.thumbnail-container .button-container .leo-bt-select-attr{padding:0 30px 0 10px}.rtl .thumbnail-container .button-container .leo-bt-select-attr{padding:0 10px 0 30px}.thumbnail-container .button-container .leo-bt-select-attr:after{position:absolute;top:15px;right:10px}.rtl .thumbnail-container .button-container .leo-bt-select-attr:after{left:10px;right:auto}.thumbnail-container .button-container .leo-pro-attr-section,.thumbnail-container .button-container .qty_product{position:absolute;left:0;visibility:hidden;-webkit-transition:all .4s cubic-bezier(0.44, 0.13, 0.48, 0.87);-o-transition:all .4s cubic-bezier(0.44, 0.13, 0.48, 0.87);transition:all .4s cubic-bezier(0.44, 0.13, 0.48, 0.87);width:100%;min-width:150px;text-align:center;background:#fff;outline:0}.rtl .thumbnail-container .button-container .leo-pro-attr-section,.rtl .thumbnail-container .button-container .qty_product{right:0;left:auto}.thumbnail-container .button-container .leo-pro-attr-section{top:-80px}.thumbnail-container .button-container .qty_product{top:-40px}.thumbnail-container .button-container:hover .leo-pro-attr-section,.thumbnail-container .button-container:hover .qty_product{visibility:visible}.thumbnail-container .leo-wishlist-button-dropdown .leo-list-wishlist{top:auto;bottom:100%;left:auto;right:0}.rtl .thumbnail-container .leo-wishlist-button-dropdown .leo-list-wishlist{left:0;right:auto}.thumbnail-container .nb-revews{display:none}.thumbnail-container .leo-bt-cart{color:#222;background:none !important;padding:0;height:34px;line-height:34px;border:0;font-size:14px}@media(min-width: 481px)and (max-width: 991px){.thumbnail-container .leo-bt-cart{font-size:12px}}.thumbnail-container .leo-bt-cart.disabled{color:#666}.thumbnail-container .leo-bt-cart:hover,.thumbnail-container .leo-bt-cart:active,.thumbnail-container .leo-bt-cart:focus{color:#a340ff}.thumbnail-container .leo-bt-cart i{display:none;font-size:16px}.thumbnail-container .leo-wishlist-button{overflow:hidden}.thumbnail-container .quick-view{font-size:0px}.thumbnail-container .quick-view i{font-size:16px}.thumbnail-container .leo-wishlist-button,.thumbnail-container .quick-view,.thumbnail-container .leo-compare-button{margin:0;padding:0;outline:0;border:0;border-radius:0;display:inline-block;vertical-align:top;width:30px;height:34px;line-height:34px;text-align:center;position:relative;color:#000;background:none !important}.thumbnail-container .leo-wishlist-button i,.thumbnail-container .quick-view i,.thumbnail-container .leo-compare-button i{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;text-align:center;line-height:34px;font-size:16px;width:100%;height:100%}.thumbnail-container .leo-wishlist-button span span,.thumbnail-container .quick-view span span,.thumbnail-container .leo-compare-button span span{display:none}.thumbnail-container .leo-wishlist-button .cssload-speeding-wheel,.thumbnail-container .quick-view .cssload-speeding-wheel,.thumbnail-container .leo-compare-button .cssload-speeding-wheel{position:absolute;background:#fff;top:0;left:0;right:0;bottom:0;margin:auto}.thumbnail-container .leo-wishlist-button:hover,.thumbnail-container .leo-wishlist-button.added,.thumbnail-container .quick-view:hover,.thumbnail-container .quick-view.added,.thumbnail-container .leo-compare-button:hover,.thumbnail-container .leo-compare-button.added{color:#a340ff}@media(min-width: 992px){.thumbnail-container:hover .p-action .p-top{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);opacity:0;filter:alpha(opacity=0);visibility:hidden}.thumbnail-container:hover .p-action .p-bottom{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);opacity:1;filter:alpha(opacity=100);visibility:visible}}.p-action{position:relative;z-index:1}@media(min-width: 992px){.p-action{min-height:34px}}.p-action .p-top{position:relative;padding:0 70px 0 0;min-height:34px;width:100%;-webkit-transition:all .4s cubic-bezier(0.44, 0.13, 0.48, 0.87);-o-transition:all .4s cubic-bezier(0.44, 0.13, 0.48, 0.87);transition:all .4s cubic-bezier(0.44, 0.13, 0.48, 0.87)}.rtl .p-action .p-top{padding:0 0 0 70px}.p-action .p-top .leo-list-product-reviews{position:absolute;top:3px;right:0}.rtl .p-action .p-top .leo-list-product-reviews{left:0;right:auto}@media(min-width: 992px){.p-action .p-bottom{position:absolute;top:100%;left:0;right:0;min-height:34px;-webkit-transition:all .4s cubic-bezier(0.44, 0.13, 0.48, 0.87);-o-transition:all .4s cubic-bezier(0.44, 0.13, 0.48, 0.87);transition:all .4s cubic-bezier(0.44, 0.13, 0.48, 0.87);opacity:0;filter:alpha(opacity=0);visibility:hidden}}.p-action .p-bottom:after{content:\"\";display:block;clear:both}.p-action .p-bottom .button-container{float:left}.rtl .p-action .p-bottom .button-container{float:right}.p-action .p-bottom .leo-wishlist-button,.p-action .p-bottom .quickview,.p-action .p-bottom .leo-compare-button,.p-action .p-bottom .leo-wishlist-button-dropdown{float:right}.rtl .p-action .p-bottom .leo-wishlist-button,.rtl .p-action .p-bottom .quickview,.rtl .p-action .p-bottom .leo-compare-button,.rtl .p-action .p-bottom .leo-wishlist-button-dropdown{float:left}.leo-productscompare-item .thumbnail-container{min-width:250px}.leo-productscompare-item .thumbnail-container,.leo-wishlist-product .thumbnail-container{margin:0;text-align:center}.leo-productscompare-item .thumbnail-container .button-container,.leo-wishlist-product .thumbnail-container .button-container{text-align:center;padding:10px 0}.leo-productscompare-item .thumbnail-container .product_desc,.leo-wishlist-product .thumbnail-container .product_desc{margin-bottom:10px}.leo-productscompare-item .thumbnail-container .product-price-and-shipping .discount-percentage,.leo-wishlist-product .thumbnail-container .product-price-and-shipping .discount-percentage{background:#a340ff;color:#fff;position:static}.leo-productscompare-item .thumbnail-container .product-flags,.leo-wishlist-product .thumbnail-container .product-flags{padding:0}.leo-productscompare-item .thumbnail-container .product-thumbnail img,.leo-wishlist-product .thumbnail-container .product-thumbnail img{max-width:100%}.leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,.leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after{position:absolute;top:15px;right:10px}.rtl .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,.rtl .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after{left:10px;right:auto}.leo-productscompare-item .thumbnail-container .product-title a,.leo-wishlist-product .thumbnail-container .product-title a{font-size:16px}.leo-productscompare-item .thumbnail-container .leo-pro-attr-section,.leo-productscompare-item .thumbnail-container .qty_product,.leo-wishlist-product .thumbnail-container .leo-pro-attr-section,.leo-wishlist-product .thumbnail-container .qty_product{margin:1px 0;text-align:center}.leo-productscompare-item .thumbnail-container .product-flags,.leo-wishlist-product .thumbnail-container .product-flags{position:absolute;top:10px;left:10px;right:10px}.leo-productscompare-item .thumbnail-container .product-flags li,.leo-wishlist-product .thumbnail-container .product-flags li{display:inline-block;vertical-align:top;padding:0 10px;background:#999;color:#fff;height:25px;line-height:25px;margin:2px;font-size:12px;position:static;float:left}.rtl .leo-productscompare-item .thumbnail-container .product-flags li,.rtl .leo-wishlist-product .thumbnail-container .product-flags li{float:right}.leo-productscompare-item .thumbnail-container .product-flags li.new,.leo-wishlist-product .thumbnail-container .product-flags li.new{background:#a340ff}.leo-wishlist-product .thumbnail-container{max-width:100%}.list-wishlist{overflow-x:auto}.list-wishlist .table th{font-family:\"Poppins\",sans-serif}.leo-wishlist-product{display:block !important}.leo-wishlist-product .leo-wishlistproduct-item{padding:0 15px;width:25%;float:left}.rtl .leo-wishlist-product .leo-wishlistproduct-item{float:right}.leo-wishlist-product .leo-wishlistproduct-item .form-group label{text-align:center;display:block;color:#999}.leo-wishlist-product .leo-wishlistproduct-item .product-description{margin-top:10px}.leo-wishlist-product .leo-wishlistproduct-item .form-control{text-align:center;border:1px solid #eee;outline:0}.leo-wishlist-product .leo-wishlistproduct-item .form-control:focus,.leo-wishlist-product .leo-wishlistproduct-item .form-control:hover{border-color:#666}@media(min-width: 992px){.leo-wishlist-product .leo-wishlistproduct-item:nth-child(4n+1){clear:both}}@media(max-width: 991px)and (min-width: 768px){.leo-wishlist-product .leo-wishlistproduct-item{width:33.33%}.leo-wishlist-product .leo-wishlistproduct-item:nth-child(3n+1){clear:both}}@media(max-width: 767px)and (min-width: 481px){.leo-wishlist-product .leo-wishlistproduct-item{width:50%}.leo-wishlist-product .leo-wishlistproduct-item:nth-child(2n+1){clear:both}}@media(max-width: 480px){.leo-wishlist-product .leo-wishlistproduct-item{width:100%}}h5.modal-title{font-weight:400}.dropdown .expand-more{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown .active{max-height:200px;overflow-y:hidden;visibility:visible}.dropdown select{-moz-appearance:none;border:0 none;outline:0 none;color:#414141;background:#fff}.dropdown-item:focus,.dropdown-item:hover{background:none;text-decoration:none;color:#3387f2}.search-widget{width:100%;z-index:1}.search-widget form{position:relative}.search-widget form input[type=text]{border:2px solid #333b48;padding:12px 10px;max-width:570px;width:100%;background:#fff;color:#414141;font-weight:300;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}.search-widget form input[type=text]:focus{outline:3px #3387f2 solid;color:#414141;background:#fff}.search-widget form input[type=text]:focus+button{background:#3387f2}.search-widget form input[type=text]::-webkit-input-placeholder{color:rgba(65,65,65,.5);text-indent:10px}.search-widget form input[type=text]::-moz-placeholder{color:rgba(65,65,65,.5);text-indent:10px}.search-widget form input[type=text]:-moz-placeholder{color:rgba(65,65,65,.5);text-indent:10px}.search-widget form input[type=text]:-ms-input-placeholder{color:rgba(65,65,65,.5);text-indent:10px}.search-widget form button[type=submit]{position:absolute;background:#333b48;border:none;bottom:3px;color:#fff;padding:0px;font-size:19px;width:39px;height:39px;right:3px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}.rtl .search-widget form button[type=submit]{left:3px;right:auto}.search-widget form button[type=submit]:hover{background:#3387f2}.search-widget .popup-content{background:none;border:none;min-width:inherit;padding:0}#checkout #search_widget{display:none}#pagenotfound .page-content #search_widget{width:100%}@media(max-width: 1199px){.search-widget{margin-bottom:20px}}@media(min-width: 576px){.search-widget .popup-content{display:block;position:inherit}}@media(max-width: 575px){.search-widget{float:none;display:inline-block;margin-bottom:0}.search-widget form input[type=text]{min-width:100%}}.top-menu[data-depth=\"1\"]{margin:10px}.top-menu a:not([data-depth=\"0\"]){display:block;padding:10px;color:#acaaa6;font-weight:400}.top-menu a.dropdown-submenu{color:#414141;text-transform:uppercase;font-weight:600}.top-menu a[data-depth=\"0\"]{font-weight:600;padding:3px 10px 6px}#header .top-menu a[data-depth=\"0\"]:hover{color:#3387f2;text-decoration:none}.top-menu a[data-depth=\"1\"],.top-menu a[data-depth=\"2\"]{padding:0 10px 10px 0}.top-menu .collapse{display:inherit}.top-menu .sub-menu{box-shadow:2px 1px 11px 2px rgba(0,0,0,.1);border:none;margin-left:15px;width:calc(100% - 30px);min-width:calc(100% - 30px);z-index:18;display:none}.top-menu .sub-menu.collapse{display:none}.top-menu .sub-menu ul[data-depth=\"1\"]>li{float:left;margin:0 20px}.top-menu .sub-menu a:hover{color:#3387f2}.top-menu .popover{max-width:inherit}.popover.bs-tether-element-attached-top{margin-top:0}#mobile_top_menu_wrapper{margin-top:10px;padding-bottom:10px;background:#fff}#mobile_top_menu_wrapper #top-menu{margin-bottom:10px}#mobile_top_menu_wrapper .top-menu{color:#414141}#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .add{display:none}#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .remove{display:block}#mobile_top_menu_wrapper .top-menu .collapse-icons .remove{display:none}#mobile_top_menu_wrapper .top-menu .navbar-toggler{display:inline-block;padding:0}#mobile_top_menu_wrapper .top-menu a[data-depth=\"0\"]{padding:10px;border-bottom:1px solid #f6f6f6}#mobile_top_menu_wrapper .top-menu .collapse{display:none}#mobile_top_menu_wrapper .top-menu .collapse.in{display:block}#mobile_top_menu_wrapper .top-menu .sub-menu{box-shadow:none;z-index:inherit;display:block;position:static;overflow:hidden;margin-left:0;width:100%;min-width:100%;background:#f6f6f6}#mobile_top_menu_wrapper .top-menu .sub-menu.collapse{display:none}#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in{display:block}#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth=\"0\"]>li{border-bottom:1px solid #acaaa6}#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth=\"1\"]{margin:0}#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth=\"1\"]>li{float:none;margin:0}#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth=\"1\"]>li a{text-transform:none}#mobile_top_menu_wrapper .top-menu .sub-menu ul{padding:0}#mobile_top_menu_wrapper .top-menu .sub-menu li>a{padding:10px;border-bottom:1px solid #fff;font-weight:bold}#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth=\"2\"] li a{padding-left:20px}#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth=\"3\"] li a{padding-left:40px}#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth=\"4\"] li a{padding-left:60px}#mobile_top_menu_wrapper .top-menu .popover{border-radius:0}#mobile_top_menu_wrapper .js-top-menu-bottom a{color:#acaaa6}#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper{padding:10px}#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector{display:inline}#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector{padding:10px}#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link{padding:10px}#mobile_top_menu_wrapper .js-top-menu-bottom .user-info{padding:0 10px}#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a{padding:10px 0;display:block;width:100%}body#checkout [data-action=show-password]{background:#878787}body#checkout .custom-checkbox span{margin-top:0px}body#checkout section#content{margin-bottom:25px}body#checkout .container{min-height:100%}body#checkout section.checkout-step{-moz-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-o-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-ms-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);background-color:#fff;border:1px solid #eaeaea;padding:15px}@media(max-width: 480px){body#checkout section.checkout-step{padding:10px}}body#checkout section.checkout-step .step-title{text-transform:uppercase;cursor:pointer;margin-bottom:0}@media(max-width: 480px){body#checkout section.checkout-step .step-title{font-size:16px}}body#checkout section.checkout-step .content{padding:0 10px}body#checkout section.checkout-step .step-edit{text-transform:lowercase;font-weight:normal}body#checkout section.checkout-step .step-edit .edit{font-size:12px}body#checkout section.checkout-step .not-allowed{cursor:not-allowed;opacity:.5;filter:alpha(opacity=50)}body#checkout section.checkout-step .content,body#checkout section.checkout-step .done,body#checkout section.checkout-step .step-edit{display:none}body#checkout section.checkout-step.-current .content{display:block}body#checkout section.checkout-step.-current.-reachable.-complete .done,body#checkout section.checkout-step.-current.-reachable.-complete .step-edit{display:none}body#checkout section.checkout-step.-current.-reachable.-complete .step-number{display:inline-block}body#checkout section.checkout-step.-current.-reachable.-complete .content{display:block}body#checkout section.checkout-step.-reachable.-complete h1 .done{display:inline-block}body#checkout section.checkout-step.-reachable.-complete h1 .step-number{display:none}body#checkout section.checkout-step.-reachable.-complete h1 .step-edit{cursor:pointer;display:block;float:right;margin-right:2px}.rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit{float:left}.rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit{margin-left:2px;margin-right:inherit}body#checkout section.checkout-step.-reachable.-complete .content{display:none}body#checkout section.checkout-step .default-input{min-width:40%}body#checkout section.checkout-step .default-input[name=address1],body#checkout section.checkout-step .default-input[name=address2]{min-width:60%}body#checkout section.checkout-step .radio-field{margin-top:30px}body#checkout section.checkout-step .radio-field label{display:inline}body#checkout section.checkout-step .checkbox-field div{margin-top:60px}body#checkout section.checkout-step .checkbox-field+.checkbox-field div{margin-top:0}body#checkout section.checkout-step .select-field div{background:#f6f6f6;padding:10px 50px}body#checkout section.checkout-step .form-footer{text-align:center}body#checkout section.checkout-step #conditions-to-approve{padding-top:16px}body#checkout section.checkout-step .payment-options label{display:table-cell;padding-top:3px}body#checkout section.checkout-step .payment-options .custom-radio{margin-right:20px}.rtl body#checkout section.checkout-step .payment-options .custom-radio{margin-left:20px;margin-right:inherit}body#checkout section.checkout-step .payment-options .payment-option{margin-bottom:8px}body#checkout section.checkout-step .step-number{display:inline-block;padding:10px}body#checkout section.checkout-step .address-selector{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}body#checkout section.checkout-step .address-item{background:#f6f6f6;-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 49%;-moz-flex:0 0 49%;-ms-flex:0 0 49%;flex:0 0 49%;margin-bottom:10px}body#checkout section.checkout-step .address-item.selected{background:#fff;border:#3387f2 3px solid}body#checkout section.checkout-step .address-alias{display:inline-block;font-weight:600;margin-bottom:10px}body#checkout section.checkout-step .address{margin-left:25px;font-weight:normal}.rtl body#checkout section.checkout-step .address{margin-right:25px;margin-left:inherit}body#checkout section.checkout-step .radio-block{padding:15px;text-align:left}.rtl body#checkout section.checkout-step .radio-block{text-align:right}body#checkout section.checkout-step .custom-radio{margin-right:5px}.rtl body#checkout section.checkout-step .custom-radio{margin-left:0;margin-right:inherit}body#checkout section.checkout-step .custom-radio input[type=radio]{width:20px;height:20px}body#checkout section.checkout-step .delete-address,body#checkout section.checkout-step .edit-address{display:inline-block;margin:0 5px}body#checkout section.checkout-step .delete-address .delete,body#checkout section.checkout-step .delete-address .edit,body#checkout section.checkout-step .edit-address .delete,body#checkout section.checkout-step .edit-address .edit{font-size:12px}body#checkout section.checkout-step hr{margin:0}body#checkout section.checkout-step .address-footer{text-align:center;padding:10px}body#checkout section.checkout-step #delivery-addresses,body#checkout section.checkout-step #invoice-addresses{margin-top:20px}body#checkout section.checkout-step .add-address{margin-top:20px}body#checkout section.checkout-step .add-address a i{font-size:14px}body#checkout section.checkout-step .delivery-option{background:#f6f6f6;padding:15px 0;margin:0 0 20px}body#checkout section.checkout-step .delivery-option label{text-align:inherit}body#checkout section.checkout-step .carrier-delay,body#checkout section.checkout-step .carrier-name{display:inline-block;word-break:break-word;text-align:left}.rtl body#checkout section.checkout-step .carrier-delay,.rtl body#checkout section.checkout-step .carrier-name{text-align:right}body#checkout section.checkout-step #customer-form,body#checkout section.checkout-step #delivery-address,body#checkout section.checkout-step #invoice-address,body#checkout section.checkout-step #login-form{margin-left:5px;margin-top:25px}body#checkout section.checkout-step #customer-form .form-control-label,body#checkout section.checkout-step #delivery-address .form-control-label,body#checkout section.checkout-step #invoice-address .form-control-label,body#checkout section.checkout-step #login-form .form-control-label{text-align:left}.rtl body#checkout section.checkout-step #customer-form .form-control-label,.rtl body#checkout section.checkout-step #delivery-address .form-control-label,.rtl body#checkout section.checkout-step #invoice-address .form-control-label,.rtl body#checkout section.checkout-step #login-form .form-control-label{text-align:right}body#checkout section.checkout-step #customer-form .radio-inline,body#checkout section.checkout-step #delivery-address .radio-inline,body#checkout section.checkout-step #invoice-address .radio-inline,body#checkout section.checkout-step #login-form .radio-inline{padding:0}body#checkout section.checkout-step .sign-in{font-size:13px}body#checkout .additional-information{font-size:13px;margin-top:20px}@media(max-width: 480px){body#checkout .additional-information{font-size:11px}body#checkout .additional-information dl{display:block}}body#checkout .condition-label{margin-top:10px;padding:0 0 0 30px}.rtl body#checkout .condition-label{padding:0 30px 0 0}body#checkout .condition-label label{text-align:inherit;display:inline}body#checkout .cancel-address{margin:10px;display:block;text-decoration:underline}body#checkout .modal-content{padding:20px;background-color:#ebebeb}body#checkout #cart-summary-product-list{font-size:13px}body#checkout #cart-summary-product-list img{border:#ebebeb 1px solid;width:50px}body#checkout #cart-summary-product-list .media-body{vertical-align:middle}body#checkout #order-summary-content{padding-top:15px}body#checkout #order-summary-content h4.h4{margin-top:10px;margin-bottom:20px}body#checkout #order-summary-content h4.addresshead{margin-top:3px}body#checkout #order-summary-content .noshadow{box-shadow:none}body#checkout #order-summary-content #order-items{border-right:0}.rtl body#checkout #order-summary-content #order-items{border-left:0;border-right:inherit}body#checkout #order-summary-content #order-items h3.h3{margin-top:20px}body#checkout #order-summary-content #order-items table tr:first-child td{border-top:0}body#checkout #order-summary-content .order-confirmation-table{padding:1rem;margin-bottom:2rem;background-color:#fff;border:3px solid #e5e5e5;border-radius:0}body#checkout #order-summary-content .summary-selected-carrier{margin-bottom:.75rem;background-color:#fff;border:1px solid #e5e5e5;border-radius:0;padding:1rem}body#checkout #order-summary-content .step-edit{display:inline}body#checkout #order-summary-content .step-edit:hover{cursor:pointer}body#checkout #gift_message{max-width:100%;border-color:#414141}#order-details{padding-left:30px}#order-details>.card-title{margin-bottom:30px}#order-details ul{margin-bottom:20px}#order-details ul li{margin-bottom:10px}#order-items{border-right:#ebebeb 1px solid}.rtl #order-items{border-left:#ebebeb 1px solid;border-right:inherit}#order-items hr{border-top-color:#eee}#order-items table{width:100%}#order-items table tr{height:30px}#order-items table tr td:last-child{text-align:right}.rtl #order-items table tr td:last-child{text-align:left}#order-items .order-line{margin-top:16px}#order-items .image img{width:100%;border:1px solid gray-lighter;margin-bottom:16px}#order-items .details{margin-bottom:16px}#order-items .details .customizations{margin-top:10px}#order-items .qty{margin-bottom:16px}#order-confirmation #registration-form{width:50%;margin:0 auto 16px}@media(max-width: 991px){.done{margin:0;padding:0}body#checkout section.checkout-step .address-item{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}body#checkout section.checkout-step .delivery-option-2{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}.delivery-option{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin:auto}.delivery-option .custom-radio{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.condition-label label[for=\"conditions_to_approve[terms-and-conditions]\"]{text-align:left}.rtl .condition-label label[for=\"conditions_to_approve[terms-and-conditions]\"]{text-align:right}#order-confirmation #registration-form{width:100%}}@media(max-width: 767px){body#checkout #header .header-nav{max-height:none;padding:0}body#checkout section.checkout-step .content{padding:15px}body#checkout .form-group{margin-bottom:8px}#order-items{border-right:0;margin-bottom:40px}.rtl #order-items{border-left:0;border-right:inherit}#order-items .card-title{border-bottom:1px solid #eaeaea;margin-bottom:16px;padding-bottom:16px}#order-items hr{border-top-color:#ebebeb}.bold{font-weight:bold}#order-details{padding-left:15px}#order-details .card-title{border-bottom:1px solid #eaeaea;margin-bottom:16px;padding-bottom:16px}}@media(max-width: 575px){body#checkout section.checkout-step .content{padding:15px 0}#payment-confirmation button{font-size:14px}#payment-confirmation button.btn{white-space:normal}}.js-payment-binary{display:none}.js-payment-binary .accept-cgv{display:none}.js-payment-binary.disabled{opacity:.6;cursor:not-allowed}.js-payment-binary.disabled::before{content:\"\";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.js-payment-binary.disabled .accept-cgv{display:block}.table-labeled th{vertical-align:middle}.table-labeled td{vertical-align:middle}.table-labeled .label{font-weight:400;border-radius:3px;padding:4px 6px;margin:2px;color:#fff;white-space:nowrap}.page-order .table{margin-bottom:0}.page-order table th{padding:8px}.page-order table td{padding:8px}.page-order table thead th{text-align:center}#authentication .tooltip.tooltip-bottom{padding:0;margin:0}#authentication .custom-checkbox{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}#authentication .custom-checkbox span{flex:0 0 15px}#authentication .custom-checkbox label{padding:0 0 0 10px}.rtl #authentication .custom-checkbox label{padding:0 10px 0 0}#authentication .custom-checkbox label em{display:inline-table;width:300px;max-width:100%}#authentication [data-action=show-password]{background:#878787}#identity .radio-inline,#authentication .radio-inline{padding:0}#identity .radio-inline .custom-radio,#authentication .radio-inline .custom-radio{margin-right:0}.page-customer-account #content{-moz-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-o-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-ms-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);background:#fff;padding:16px;font-size:13px;color:#878787}.page-customer-account #content .order-actions a{padding:0 2px}.page-customer-account #content .forgot-password{text-align:center;font-size:13px;margin-top:16px;padding-bottom:15px}.page-customer-account #content .no-account{text-align:center;font-size:12px}.page-authentication #content{-moz-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-o-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-ms-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);background:#fff;padding:16px;max-width:640px;margin:0 auto}.page-addresses .address{-moz-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-o-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-ms-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);background:#fff;margin-bottom:30px;font-size:13px;color:#414141}.page-addresses .address .address-body{padding:16px}.page-addresses .address .address-body h4{font-size:12px;font-weight:700}.page-addresses .address .address-body address{min-height:144px}.page-addresses .address .address-footer{border-top:1px solid #acaaa6;padding:8px 16px}.page-addresses .address .address-footer a{color:#878787;margin-right:8px}.page-addresses .address .address-footer a:hover{color:#414141}.page-addresses .address .address-footer a i{font-size:12px}.page-addresses .address .address-footer a span{font-size:14px;vertical-align:middle}.page-addresses .addresses-footer{margin:0 15px}.page-addresses .addresses-footer a{color:#414141}.page-addresses .addresses-footer a:hover{color:#414141}.page-addresses .addresses-footer a i{font-size:12px}.page-addresses .addresses-footer a span{font-size:12px;vertical-align:middle;margin-top:10px}.page-order-detail{font-size:14px}.page-order-detail .box{-moz-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-o-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-ms-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);background:#fff;padding:16px;margin-bottom:16px}.page-order-detail h3{font-size:12px;font-weight:700;text-transform:uppercase;color:#414141;margin-bottom:16px}.page-order-detail #order-infos ul{margin:0}.page-order-detail #order-history .history-lines .history-line{padding:8px 0;border-bottom:1px solid #f6f6f6}.page-order-detail #order-history .history-lines .history-line:last-child{border-bottom:0}.page-order-detail #order-history .history-lines .history-line .label{display:inline-block;margin:4px 0;padding:4px 6px;color:#fff;border-radius:3px}.page-order-detail .addresses{margin:0 -15px}.page-order-detail .addresses h4{font-size:12px;font-weight:700}.page-order-detail #order-products.return{margin-bottom:16px}.page-order-detail #order-products.return th.head-checkbox{width:30px}.page-order-detail #order-products.return td{padding:1.375rem .75rem}.page-order-detail #order-products.return td.qty{min-width:125px}.page-order-detail #order-products.return td.qty .current{width:30%;float:left;text-align:right;padding-right:.5rem}.page-order-detail #order-products.return td.qty .select{width:70%;float:left;margin:-0.625rem 0;padding-left:.25rem}.page-order-detail #order-products.return td.qty .select select{text-align:center}.page-order-detail .order-items{padding:0 !important}.page-order-detail .order-items .order-item{padding:16px 16px 0;border-bottom:1px solid #f6f6f6}.page-order-detail .order-items .order-item .checkbox{width:30px;float:left;padding:0 15px}.page-order-detail .order-items .order-item .content{width:calc(100% - 30px);float:left;padding:0 15px}.page-order-detail .order-items .order-item .desc{margin-bottom:16px}.page-order-detail .order-items .order-item .desc .name{font-weight:bold}.page-order-detail .order-items .order-item .qty{margin-bottom:16px}.page-order-detail .order-items .order-item .qty .q{margin-bottom:4px}.page-order-detail .order-items .order-item .qty .s{margin-bottom:4px}.page-order-detail .messages .message{margin-top:8px;border-bottom:1px solid #f6f6f6}.page-order-detail .messages .message:last-child{border-bottom:0}.page-order-detail .messages .message>div{margin-bottom:8px}.page-order-detail .customization{margin-top:12px}#order-return-infos .thead-default th{color:#414141}#order-return-infos .customization{margin-top:12px}.page-my-account #content .links a{text-align:center;display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;color:#878787;padding:0 15px;margin-bottom:30px}.page-my-account #content .links a span.link-item{display:block;height:100%;-moz-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-o-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-ms-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);background:#fff;padding:16px}.page-my-account #content .links a i{display:block;font-size:2.6rem;width:100%;color:#414141;padding-bottom:3.4rem}.page-my-account #content .links a:hover{color:#414141}.page-my-account #content .links a:hover i{color:#3387f2}#history .orders{margin:0 -16px}#history .orders .order{padding:12px 16px;border-bottom:1px solid #f6f6f6}#history .orders .order a h3{color:#878787}#history .orders .order .label{display:inline-block;margin:4px 0;padding:4px 6px;color:#fff;border-radius:3px}#history .orders .order:last-child{border-bottom:0}.page-footer .account-link{margin-right:16px}.page-footer .account-link i{font-size:12px}.page-footer .account-link span{font-size:13px;vertical-align:middle}.forgotten-password{padding:4px}.forgotten-password .form-fields .center-email-fields{display:flex;justify-content:center}.forgotten-password .form-fields .email{padding-left:0;padding-right:0;width:430px}.forgotten-password .form-fields .email input{height:38px}.forgotten-password .form-fields label.required{width:130px}.send-renew-password-link{padding-left:10px;padding-right:10px}.renew-password{margin-left:10px}.renew-password .email{padding-bottom:30px}.renew-password [type=submit]{margin-left:50px}.homeslider .carousel{-moz-box-shadow:1px 1px 7px 0 rgba(0,0,0,.15);-webkit-box-shadow:1px 1px 7px 0 rgba(0,0,0,.15);-o-box-shadow:1px 1px 7px 0 rgba(0,0,0,.15);-ms-box-shadow:1px 1px 7px 0 rgba(0,0,0,.15);box-shadow:1px 1px 7px 0 rgba(0,0,0,.15);margin-bottom:24px}.homeslider .carousel .direction{z-index:auto}.homeslider .carousel .carousel-inner{height:340px}.homeslider .carousel .carousel-item{height:100%}.homeslider .carousel .carousel-item img{width:100%;margin-left:0}.homeslider .carousel .carousel-item .caption{position:absolute;bottom:28px;left:90px;color:#fff;max-width:340px}.homeslider .carousel .carousel-item .caption .caption-description p{color:#fff}.homeslider .carousel .carousel-control{opacity:1}.homeslider .carousel .carousel-control .icon-next::before,.homeslider .carousel .carousel-control .icon-prev::before{content:\"\"}.homeslider .carousel .carousel-control .icon-next i,.homeslider .carousel .carousel-control .icon-prev i{font-size:50px;color:#fff}.homeslider .carousel .carousel-control .icon-next:hover i,.homeslider .carousel .carousel-control .icon-prev:hover i{color:#3387f2}.homeslider .carousel .carousel-control .icon-prev{left:16px}.homeslider .carousel .carousel-control .icon-next{right:32px}.homeslider .carousel .carousel-control.left,.homeslider .carousel .carousel-control.right{background:none}#custom-text{background:#fff;border-radius:2px;margin-bottom:24px;padding:50px 50px;text-align:center}#custom-text h3{text-transform:uppercase;color:#414141;font-size:25px;font-weight:700}#custom-text p{color:#414141;font-weight:400;font-size:1.1em}#custom-text p .dark{color:#acaaa6;font-weight:400}.page-content.page-cms{background:#fff;padding:20px}.page-content.page-cms img{max-width:100%}.page-content.page-cms .cms-box img{max-width:100%}@media(max-width: 991px){#block-cmsinfo{padding:20px 30px}}#products .up .btn-secondary,#products .up .btn-tertiary{color:#acaaa6;text-transform:inherit;margin-bottom:16px;margin-right:10px;font-weight:normal;font-size:14px}.rtl #products .up .btn-secondary,.rtl #products .up .btn-tertiary{margin-left:10px;margin-right:inherit}#products .up .btn-secondary .material-icons,#products .up .btn-tertiary .material-icons{margin-right:0}.rtl #products .up .btn-secondary .material-icons,.rtl #products .up .btn-tertiary .material-icons{margin-left:0;margin-right:inherit}.rtl .block-category>h1{border-left:0;border-right:2px solid #a340ff}.block-category{margin-bottom:25px;border:2px solid #f1f1f1;padding:20px 20px 0px}.block-category:after{content:\"\";display:block;clear:both}.block-category>h1{border-left:2px solid #a340ff;padding:0 0 0 15px}.rtl .block-category>h1{padding:0 15px 0 0}.block-category #category-description{margin:20px 0}.block-category #category-description strong{font-weight:400;color:#444}.block-category #category-description p{margin-bottom:0;line-height:20px}.block-category #category-description p:first-child{margin-bottom:20px}.block-category .category-cover{margin:20px 0}.products-selection .sort-by{white-space:nowrap;word-break:break-word;text-align:right;line-height:35px}.rtl .products-selection .sort-by{text-align:left}.products-selection .total-products{line-height:35px}.products-selection .total-products p{margin:0;white-space:nowrap}@media(max-width: 991px){.products-selection .total-products p{clear:both}}.products-selection .display{float:left}.rtl .products-selection .display{float:right}.products-selection .showing{padding:0}@media(max-width: 991px){.products-selection .showing{display:none}}.products-selection h1{padding-top:10px}.products-selection .products-counter{float:right;margin:0}.rtl .products-selection .products-counter{float:left}.products-selection .display>div{float:left;margin-right:5px}.rtl .products-selection .display>div{float:right}.rtl .products-selection .display>div{margin-left:5px;margin-right:inherit}.products-selection .display>div a{cursor:pointer;text-align:center;line-height:25px;display:inline-block;width:25px;height:25px;color:#999;font-size:14px}.products-selection .display>div a:hover{color:#333}.products-selection .display>div.selected a{color:#333}.products-sort-order .select-title{display:inline-block;width:100%;background:#fff;padding:5px 10px;cursor:pointer;height:35px;line-height:27px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top;border:1px solid #eee;box-shadow:none;outline:0;text-align:left}.rtl .products-sort-order .select-title{text-align:right}.products-sort-order .select-list{display:block;color:#414141;padding:10px 20px}.products-sort-order .select-list:hover{background:#a340ff;color:#fff;text-decoration:none}.products-sort-order .dropdown-menu{left:15px;width:calc(100% - 30px);background:#fff;border:none;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;font-size:12px}.rtl .products-sort-order .dropdown-menu{right:15px;left:auto}#search_filters .facet{padding:15px 0}#search_filters .facet .collapse{display:block}#search_filters .facet li{margin:10px 0;padding:0 25px 0 0;position:relative;line-height:25px}.rtl #search_filters .facet li{padding:0 0 0 25px}#search_filters .facet li .magnitude{position:absolute;top:0;right:0;font-size:10px;color:#a340ff}.rtl #search_filters .facet li .magnitude{left:0;right:auto}#search_filters .facet .facet-title{color:#000;font-size:12px}#search_filters .facet .facet-label{text-align:left}.rtl #search_filters .facet .facet-label{text-align:right}#search_filters .facet .custom-checkbox{float:left;padding:0 5px 0 0}.rtl #search_filters .facet .custom-checkbox{float:right}.rtl #search_filters .facet .custom-checkbox{padding:0 0 0 5px}#search_filters .facet .facet-label,#search_filters .facet .custom-checkbox{margin-bottom:0}#search_filters .facet .facet-label a,#search_filters .facet .custom-checkbox a{color:#000;text-align:left}.rtl #search_filters .facet .facet-label a,.rtl #search_filters .facet .custom-checkbox a{text-align:right}#search_filters .facet.attr-color li{margin:10px 19px 5px 0;display:inline-block;width:22px;height:22px;border-radius:12px;padding:0;vertical-align:top;border:1px solid #eee}.rtl #search_filters .facet.attr-color li{margin:10px 0 5px 19px}#search_filters .facet.attr-color li .facet-label{display:block;width:100%;height:100%}#search_filters .facet.attr-color li .facet-label.active{box-shadow:0 0 0 1px #000;border-radius:15px}#search_filters .facet.attr-color li .facet-label.active:before{content:\"\";font-family:\"FontAwesome\";font-size:10px;color:#fff;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;text-align:center;line-height:19px}#search_filters .facet.attr-color li .custom-checkbox{display:block;width:100%;height:100%;border-radius:12px;overflow:hidden;padding:0}#search_filters .facet.attr-color li .custom-checkbox .color{width:100%;height:100%;border:0;display:block;margin:0 !important;border-radius:12px}#search_filters .facet.attr-color li .custom-checkbox input{width:100%;height:100%;margin:0;left:0;right:0;top:0;bottom:0}#search_filters .facet.attr-color li a{display:inline-block;position:absolute;top:200%;padding:0 10px;left:50%;border-radius:5px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);font-size:10px;line-height:20px;background:#333;color:#fff;white-space:nowrap;display:none}#search_filters .facet.attr-color li a .magnitude{position:static;display:inline-block;color:#fff}#search_filters .facet.attr-color li:hover{border-color:#222}#search_filters .facet.attr-color li:hover a{z-index:1;display:block}#search_filters .facet.attr-color li:hover .facet-label:before{content:\"\";font-family:\"FontAwesome\";font-size:10px;color:#fff;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;text-align:center;line-height:19px}#search_filters .clear-all-wrapper{margin:10px 0}.pagination{width:100%;background:#f1f1f1;min-height:35px;padding:0 10px;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px}.pagination>div:first-child{line-height:35px}.pagination .page-list{padding:10px 0px;margin-bottom:0}.pagination .page-list li{display:inline;padding:0 8px}.pagination .page-list li span{display:none}.pagination a{color:#000;font-weight:400;display:inline-block}.pagination a:hover,.pagination a:focus{color:#a340ff;text-decoration:none}.pagination .disabled{color:#777}.pagination .disabled:hover{color:#777}.pagination .current a{color:#a340ff;text-decoration:none}.active_filters{background:#dededd;padding:10px 30px 0;margin-bottom:20px}.active_filters .active-filter-title{display:inline;font-weight:600;margin-right:10px}.rtl .active_filters .active-filter-title{margin-left:10px;margin-right:inherit}.active_filters ul{display:inline}.active_filters .filter-block{-moz-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-o-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-ms-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);color:#414141;margin-bottom:10px;background:#fff;display:inline-block;font-size:12px;margin-right:10px;position:relative;padding:10px 25px 10px 10px}.rtl .active_filters .filter-block{margin-left:10px;margin-right:inherit}.rtl .active_filters .filter-block{padding:10px 10px 10px 25px}.active_filters .filter-block .close{color:#414141;font-size:14px;opacity:1;filter:alpha(opacity=100);position:absolute;right:5px;top:10px}.rtl .active_filters .filter-block .close{left:5px;right:auto}.block-categories .category-top-menu{margin:0px}.block-categories.block .block_content{padding:0px}.block-categories .category-sub-menu{margin:0px}.block-categories .category-sub-menu .category-sub-link{font-size:13px}.block-categories .category-sub-menu li{position:relative;padding:0}.block-categories .category-sub-menu li[data-depth=\"0\"]{border-bottom:1px solid #eee}.block-categories .category-sub-menu li[data-depth=\"0\"]>a{font-weight:600;padding:15px 30px 15px 15px}.block-categories .category-sub-menu li>a{font-weight:300;width:100%;display:inline-block;margin:0;padding:10px 30px 10px 20px;color:#666;position:relative}.block-categories .category-sub-menu li>a:hover{color:#a340ff}.block-categories .category-sub-menu li[data-depth=\"0\"]{padding:0}.rtl .block-categories .category-sub-menu li[data-depth=\"0\"]>a:before{right:0;left:auto}.block-categories .collapse-icons{position:absolute;top:5px;padding:0;cursor:pointer;font-size:.9375rem;text-align:right;line-height:35px;width:35px;height:35px;right:0px}.rtl .block-categories .collapse-icons{text-align:left}.rtl .block-categories .collapse-icons{left:0px;right:auto}.block-categories .collapse-icons[aria-expanded=true] .add{display:none}.block-categories .collapse-icons[aria-expanded=true] .remove{display:block;height:100%;line-height:inherit}.block-categories .collapse-icons:hover{color:#a340ff}.block-categories .collapse-icons .remove{display:none}.block-categories .arrows{position:absolute;top:12px;padding:0;cursor:pointer;width:10px;height:10px;right:10px}.rtl .block-categories .arrows{left:10px;right:auto}.block-categories .arrows .arrow-right,.block-categories .arrows .arrow-down{cursor:pointer;margin-left:2px}.rtl .block-categories .arrows .arrow-right,.rtl .block-categories .arrows .arrow-down{margin-right:2px;margin-left:inherit}.block-categories .arrows .arrow-right:hover,.block-categories .arrows .arrow-down:hover{color:#a340ff}.block-categories .arrows .arrow-down{display:none}.block-categories .arrows[aria-expanded=true] .arrow-right{display:none}.block-categories .arrows[aria-expanded=true] .arrow-down{display:inline-block}.facets-title{color:#ed4657}.products-selection .filter-button .btn-primary{padding:7px 8px 6px}@media(max-width: 767px){#category .sidebar .block{display:none}#category .sidebar #search_filters_wrapper{margin-left:-10px;margin-right:-10px}#category .sidebar #search_filter_controls{text-align:center;margin-bottom:16px}#category .sidebar #search_filter_controls button{margin:2px}#category .sidebar #search_filters{margin-bottom:0;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;padding:0;border-top:1px solid #eaeaea;display:block}#category .sidebar #search_filters .facet{border-bottom:1px solid #eaeaea}#category .sidebar #search_filters .facet .title{cursor:pointer}#category .sidebar #search_filters .facet .title .collapse-icons .remove{display:none}#category .sidebar #search_filters .facet .title[aria-expanded=true] .collapse-icons .add{display:none}#category .sidebar #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove{display:block}#category .sidebar #search_filters .facet .facet-title{color:#414141;text-transform:uppercase}#category .sidebar #search_filters .facet .h6{margin-bottom:0;padding:10px 0;display:inline-block}#category .sidebar #search_filters .facet .navbar-toggler{display:inline-block;padding:10px 10px 0 0;cursor:pointer}#category .sidebar #search_filters .facet .collapse{display:none}#category .sidebar #search_filters .facet .collapse.in{display:block}#category .sidebar #search_filters .facet .facet-label a{margin-top:0}#category .sidebar #search_filters .facet ul{margin-bottom:0;clear:both;padding:0 10px}#category #search_filter_toggler{width:100%;padding:6px 5px 7px}.products-sort-order .select-title{margin-left:0}.rtl .products-sort-order .select-title{margin-right:0;margin-left:inherit}.products-selection h1{padding-top:0;text-align:center;margin-bottom:16px}.products-selection .showing{padding-top:16px}}@media(max-width: 480px){.products-selection .filter-button{margin-top:10px}#category #left-column #search_filters_wrapper{margin-left:-15px;margin-right:-15px}}.product_list{-moz-box-shadow:0 0 0 1px #f1f1f1 inset;-webkit-box-shadow:0 0 0 1px #f1f1f1 inset;-o-box-shadow:0 0 0 1px #f1f1f1 inset;-ms-box-shadow:0 0 0 1px #f1f1f1 inset;box-shadow:0 0 0 1px #f1f1f1 inset}.product_list>.row{margin:0 !important}.product_list .ajax_block_product{border-right:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1}.rtl .product_list .ajax_block_product{border-left:1px solid #f1f1f1;border-right:inherit}@media(min-width: 992px){.product_list .ajax_block_product.last-in-line{border-right:0}.rtl .product_list .ajax_block_product.last-in-line{border-left:0;border-right:inherit}}@media(min-width: 992px){.product_list .ajax_block_product.first-in-line{clear:both}}@media(min-width: 481px)and (max-width: 991px){.product_list .ajax_block_product.first-item-of-tablet-line{clear:both}}.product_list .ajax_block_product .product-image{border:1px solid rgba(0,0,0,0)}.product_list .ajax_block_product .product-flags{left:0}.rtl .product_list .ajax_block_product .product-flags{right:0;left:auto}@media(max-width: 991px)and (min-width: 481px){.product_list .ajax_block_product:nth-child(2n+1){clear:both}}.product_list.list .product-flags{top:0}#product #content{position:relative;margin-bottom:30px}#product #content .mask{width:554px;max-width:100%;margin:10px auto;height:124px}#product #content .mask img{max-width:100%;width:100px;margin:0 10px 0 0;border:0;transition:all .4s;opacity:.5}.rtl #product #content .mask img{margin:0 0 0 10px}#product #content .mask img:hover,#product #content .mask img.selected{opacity:1}@media(max-width: 1199px){#product #content .mask{width:430px}}@media(max-width: 991px){#product #content .mask{width:320px}}@media(max-width: 767px){#product #content .mask{width:320px}}@media(max-width: 480px){#product #content .mask{width:210px}}#product #content .mask li{display:inline}@media(max-width: 991px){#product #content{max-width:500px;margin:auto}}.product-detail-name{margin:20px 0 15px;font-size:24px;line-height:1.5;font-weight:bold;letter-spacing:0;text-transform:uppercase}.product-price{color:#000;font-family:\"Poppins\"}#product-description-short{font-family:\"Poppins\"}.product-information div[itemprop=description]{line-height:2;text-align:justify;margin:0 0 15px}.product-description{line-height:2}.product-information{margin:30px 0;padding:10px 0 0;border-top:1px solid #efefef}.p-desception{color:#67747c;line-height:30px}.product-manufacturer{margin-bottom:10px}.product-manufacturer .manufacturer-logo{max-height:115px}.input-color{position:absolute;cursor:pointer;height:20px;width:20px;opacity:0;filter:alpha(opacity=0)}.input-container{position:relative}.input-radio{position:absolute;top:0;cursor:pointer;width:100%;height:100%;opacity:0;filter:alpha(opacity=0)}.input-color:checked+span,.input-color:hover+span,.input-radio:checked+span,.input-radio:hover+span{border:2px solid #414141}.radio-label{-moz-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-o-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-ms-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);background:#fff;display:inline-block;padding:5px 14px;font-weight:400;border:2px solid #fff}.product-actions .control-label{display:block;font-size:11px;text-transform:uppercase;font-weight:bold;margin:auto 10px auto 0;min-width:80px}.rtl .product-actions .control-label{margin:auto 0 auto 10px}.product-actions .add-to-cart{height:50px;line-height:50px;padding:0 40px;border-radius:0;font-size:12px;font-family:\"Poppins\"}@media(min-width: 992px){.product-actions .add-to-cart{min-width:245px}}.product-actions .add-to-cart i{font-size:14px;vertical-align:-2px;margin:0 2px 0 0}.rtl .product-actions .add-to-cart i{margin:0 0 0 2px}.product-quantity .add{white-space:nowrap;position:relative}.product-quantity .input-group{padding:0 25px 0 0}.rtl .product-quantity .input-group{padding:0 0 0 25px}.product-quantity #quantity_wanted{color:#ed4657;background-color:#fff;height:50px;padding:5px 15px;width:100%;text-align:center}.product-quantity .input-group-btn-vertical{width:25px;height:50px;position:absolute;top:0;bottom:0;right:0}.rtl .product-quantity .input-group-btn-vertical{left:0;right:auto}.product-quantity .input-group-btn-vertical .btn{padding:8px;width:25px;height:26px;min-width:25px;background:none;color:#888;transform:none}.product-quantity .input-group-btn-vertical .btn:hover{background:#333;color:#fff}.product-quantity .input-group-btn-vertical .btn i{font-size:16px;top:4px;left:4px}.product-quantity .btn-touchspin{height:23px}.product-discounts>.product-discounts-title{font-weight:normal;font-size:13px}.product-discounts>.table-product-discounts thead tr th{width:33%;padding:10px 20px;background:#fff;border:5px #ebebeb solid;text-align:center}.product-discounts>.table-product-discounts tbody tr{background:#f6f6f6}.product-discounts>.table-product-discounts tbody tr:nth-of-type(even){background:#fff}.product-discounts>.table-product-discounts tbody tr td{padding:10px 20px;text-align:center;border:5px #ebebeb solid}.product-prices{margin:10px 0 20px}.product-prices .current-price{font-size:26px;color:#000}.product-prices .current-price span[itemprop=price]{display:inline-block;margin:0 13px 0 0}.rtl .product-prices .current-price span[itemprop=price]{margin:0 0 0 13px}.product-prices .tax-shipping-delivery-label{font-size:13px;color:#878787}.product-prices .product-discount{font-size:18px;margin-bottom:5px}.product-discount{color:#acaaa6}.product-discount .regular-price{text-decoration:line-through;font-weight:normal;margin:0 13px 0 0}.rtl .product-discount .regular-price{margin:0 0 0 13px}.has-discount.product-price,.has-discount p{color:#f39d72;font-size:14px}.has-discount .discount{background:#f39d72;color:#fff;font-weight:500;padding:5px 5px 2px;font-size:10px;margin:0 13px 0 0;text-transform:uppercase;vertical-align:middle;display:none}.rtl .has-discount .discount{margin:0 0 0 13px}.has-discount .unit-price-cart{font-size:12px;color:#999;font-weight:normal}.has-discount .price{font-size:16px;font-weight:bold;color:#a340ff}.has-discount .product-unit-price.sub{color:#999;font-size:12px;font-weight:normal;line-height:20px}.product-unit-price{font-size:12px;margin-bottom:0}.product-tabs.tabs{margin-bottom:20px;background:#fff}.product-tabs.tabs .tab-content{padding:10px 30px}@media(max-width: 767px){.product-tabs.tabs .tab-content{padding:10px}}.product-tabs.tabs .nav-tabs{border:none;border:0;padding:0px;text-align:center;position:relative}.product-tabs.tabs .nav-tabs .nav-link{border:0;text-transform:uppercase;padding:5px 0;font-size:14px;position:relative;margin:0 40px;font-weight:bold;color:#ccc;font-family:\"Poppins\",sans-serif}@media(max-width: 767px){.product-tabs.tabs .nav-tabs .nav-link{font-weight:bold;margin:0 15px}}@media(max-width: 480px){.product-tabs.tabs .nav-tabs .nav-link{font-size:12px;margin:0 10px}}.product-tabs.tabs .nav-tabs .nav-link:before{content:\"\";left:0;height:2px;position:absolute;bottom:-5px;right:0;background:#a340ff;display:none}.product-tabs.tabs .nav-tabs .nav-link.active{border:none;color:#000}.product-tabs.tabs .nav-tabs .nav-link.active:before{display:block}.product-tabs.tabs .nav-tabs .nav-link:hover{border:none;color:#000}.product-tabs.tabs .nav-tabs .nav-item{float:none;display:inline-block;vertical-align:top;margin:auto}.product-cover{margin-bottom:10px;position:relative}.product-cover .layer{width:100%;height:100%;left:0;top:0;position:absolute;text-align:center;cursor:pointer;display:none}.product-cover .layer .zoom-in{font-size:30px;color:#a340ff;position:absolute;bottom:0;right:0;opacity:0;filter:alpha(opacity=0);transform:scale(0);backface-visibility:hidden;transition:all .4s;transition-delay:.2s}.rtl .product-cover .layer .zoom-in{left:0;right:auto}.product-cover .layer:hover .zoom-in{opacity:1;filter:alpha(opacity=100);transform:scale(1)}#product-modal .modal-content{border:none;padding:0}#product-modal .modal-content .modal-body .product-cover-modal{background:#fff;width:100%;max-width:100%}#product-modal .modal-content .modal-body .image-caption{padding:10px 20px}#product-modal .modal-content .modal-body .image-caption p{margin-bottom:0}#product-modal .modal-content .modal-body .thumbnails{position:absolute;top:10px;right:10px}.rtl #product-modal .modal-content .modal-body .thumbnails{left:10px;right:auto}#product-modal .modal-content .modal-body .mask{position:relative;overflow:hidden;height:475px;z-index:1}#product-modal .modal-content .modal-body .mask.nomargin{margin-top:0}#product-modal .modal-content .modal-body .product-images img{width:150px;cursor:pointer;background:#fff;border:2px solid rgba(0,0,0,0)}#product-modal .modal-content .modal-body .product-images img:hover,#product-modal .modal-content .modal-body .product-images img.selected{border:2px solid #e5e5e5}#product-modal .modal-content .modal-body .arrows{width:100%;text-align:center;position:absolute;top:100%;right:0;z-index:0;display:none;opacity:1 !important;cursor:pointer}#product-modal .modal-content .modal-body .arrows.scroll{display:block}#product-modal .modal-content .modal-body .arrows .arrow-up{position:absolute;top:20px;right:55%}#product-modal .modal-content .modal-body .arrows .arrow-down{position:absolute;top:20px;left:55%}#product-modal .modal-content .modal-body .arrows i{font-size:24px;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;color:#999}#product-modal .modal-content .modal-body .arrows i:hover{color:#000}#blockcart-modal{color:#ed4657}#blockcart-modal .modal-header{background:#a340ff;border:0}#blockcart-modal .modal-body{background:#fff;padding:30px}#blockcart-modal .modal-body .divide-right span{display:inline-block;margin-bottom:10px}#blockcart-modal .modal-body .divide-right p{color:#000}#blockcart-modal .cart-content-btn{margin-top:30px;text-align:center}#blockcart-modal .modal-dialog{max-width:900px;width:100%}#blockcart-modal .product-image{width:210px;max-width:100%}#blockcart-modal .modal-title{color:#fff;font-size:18px}#blockcart-modal .modal-title i.material-icons{margin:0 15px 0 0}.rtl #blockcart-modal .modal-title i.material-icons{margin:0 0 0 15px}#blockcart-modal .product-name{color:#a340ff;font-size:18px;margin-bottom:10px}#blockcart-modal .cart-products-count{font-size:18px}#blockcart-modal .cart-content{padding-left:20px}.rtl #blockcart-modal .cart-content{padding-right:20px;padding-left:inherit}#blockcart-modal .cart-content button{margin-right:5px}#blockcart-modal .divide-right{border-right:1px solid #e5e5e5}.rtl #blockcart-modal .divide-right{border-left:1px solid #e5e5e5;border-right:inherit}.product-images>li.thumb-container>.thumb{cursor:pointer;margin:0 0 10px;border:2px solid rgba(0,0,0,0)}.product-images>li.thumb-container>.thumb.selected,.product-images>li.thumb-container>.thumb:hover{border-color:#e5e5e5}#main .images-container .js-qv-mask{white-space:nowrap;overflow:hidden}#main .images-container .js-qv-mask.scroll{width:calc(100% - 60px);margin:0 auto}.scroll-box-arrows{display:none;position:absolute;width:100%;bottom:60px;left:0}.scroll-box-arrows.scroll{display:block}.scroll-box-arrows i{position:absolute;top:-20px;bottom:0;width:40px;text-align:center;height:40px;line-height:40px;cursor:pointer;border:1px solid #e5e5e5;font-size:14px;color:#222;background:#fff;border-radius:20px;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.scroll-box-arrows i:hover{background:#a340ff;border-color:#a340ff;color:#fff}.scroll-box-arrows .right{right:0}.scroll-box-arrows .left{left:0}#product-availability{display:inline-block;font-weight:400;color:#59c379;text-transform:uppercase;font-size:10px;margin:0 0 10px;font-family:\"Poppins\"}#product-availability .material-icons{display:none}#product-availability .product-available{color:#a340ff}#product-availability .product-unavailable{color:#ff9a52}#product-availability .product-last-items{color:#ff9a52}.product-features{margin-top:20px}.product-features>dl.data-sheet{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start}.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 0 40%;-moz-flex:1 0 40%;-ms-flex:1 0 40%;flex:1 0 40%;font-weight:normal;background:#ebebeb;padding:10px;margin-right:10px;min-height:40px;word-break:break-all}.product-features>dl.data-sheet dd.value:nth-of-type(even),.product-features>dl.data-sheet dt.name:nth-of-type(even){background:#f6f6f6}.product-features>dl.data-sheet dt.name{text-transform:capitalize}.product-variants>.product-variants-item{margin:20px 0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.product-variants>.product-variants-item select{min-height:40px}.product-variants>.product-variants-item select:active{color:#000}.product-variants>.product-variants-item ul li{margin:0 10px 0 0}.rtl .product-variants>.product-variants-item ul li{margin:0 0 0 10px}.product-variants>.product-variants-item ul li label{margin:5px 0}.product-variants>.product-variants-item .color,.product-variants>.product-variants-item .input-color{width:28px;height:28px;border-radius:50%;border-width:1px;vertical-align:top}.product-customization{margin:40px 0}.product-customization .product-customization-item{margin:20px 0}.product-customization .product-message{background:#f8f8f8;border:none;width:100%;height:50px;resize:none;padding:10px}.product-customization .product-message::-webkit-input-placeholder{color:#acaaa6}.product-customization .product-message::-moz-placeholder{color:#acaaa6}.product-customization .product-message:-moz-placeholder{color:#acaaa6}.product-customization .product-message:-ms-input-placeholder{color:#acaaa6}.product-customization .file-input{width:100%;left:0;z-index:1;cursor:pointer;height:42px;overflow:hidden;position:absolute;opacity:0;filter:alpha(opacity=0)}.product-customization .custom-file{position:relative;background:#ebebeb;width:100%;height:42px;line-height:42px;text-indent:10px;display:block;color:#acaaa6;margin-top:20px}.product-customization .custom-file button{z-index:0;position:absolute;right:0;top:0}.product-customization small{color:#acaaa6}.product-pack{margin-top:40px}.product-pack .pack-product-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute}.product-pack .pack-product-container .pack-product-name{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 50%;-moz-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;font-size:14px;color:#acaaa6}.product-pack .pack-product-container .pack-product-quantity{border-left:#ebebeb 2px solid;padding-left:10px}.product-pack .pack-product-container .pack-product-name,.product-pack .pack-product-container .pack-product-price,.product-pack .pack-product-container .pack-product-quantity{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.product-refresh{margin-top:20px}.social-sharing{width:100%;margin-bottom:10px}.social-sharing span{display:none}.social-sharing ul{margin-bottom:0}.social-sharing li{cursor:pointer;display:inline-block;margin-right:30px;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;position:relative;color:#888}.rtl .social-sharing li{margin-left:30px;margin-right:inherit}.social-sharing li a{position:absolute;top:0;left:0;display:block;width:100%;height:100%;white-space:nowrap;text-indent:100%;overflow:hidden}.social-sharing li a:hover{color:rgba(0,0,0,0)}.social-sharing li:before{content:\"\";font-family:\"FontAwesome\";font-size:14px;backface-visibility:hidden}.social-sharing li:hover{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);color:#000}.social-sharing li.facebook:before{content:\"\"}.social-sharing li.twitter:before{content:\"\"}.social-sharing li.rss:before{content:\"\"}.social-sharing li.youtube:before{content:\"\"}.social-sharing li.googleplus:before{content:\"\"}.social-sharing li.pinterest:before{content:\"\"}.social-sharing li.vimeo:before{content:\"\"}.social-sharing li.instagram:before{content:\"\"}.products-selection{margin-bottom:30px;padding:18px 0px;border-bottom:1px solid #eee}.products-selection .title{color:#878787}#blockcart-modal .cart-content .btn{margin-top:10px;padding:15px 15px;background:#ccc;color:#fff}#blockcart-modal .cart-content .btn i{vertical-align:-3px}#blockcart-modal .cart-content .btn:hover{background:#333;color:#fff}.category-products,.product-accessories,.viewed-products{background:#fff;padding:30px;clear:both;margin:0 15px}.products-section-title{margin:10px 0 45px;text-align:center;font-weight:bold;font-size:24px;text-transform:uppercase}@media(max-width: 991px){.products-section-title{font-size:18px}}.products-section-title span{font-size:14px;color:#999;font-weight:normal;text-transform:none;display:block;padding:10px 0 0;letter-spacing:0;font-family:\"Poppins\",sans-serif}.more-info-product{margin-top:2rem;background:#fff;padding:20px 0}.more-info-product .title-info-product{color:#000;text-transform:uppercase;padding:.9375rem 0rem;margin-bottom:.9375rem;font-size:1rem;position:relative;margin-right:2.1875rem}.rtl .more-info-product .title-info-product{margin-left:2.1875rem;margin-right:inherit}.more-info-product .title-info-product:before{content:\"\";background:#a340ff;bottom:0px;position:absolute;display:inline-block;width:30px;height:2px}.products-accordion{margin-top:2rem}.products-accordion .card{margin:0px;border:1px solid #eaeaea;border-bottom:none;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px}.products-accordion .card:last-child{border-bottom:1px solid #eaeaea}.products-accordion .card-header{background:none;padding:20px;border-bottom:none;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px}.products-accordion .card-header h5{margin:0px}.products-accordion .card-header a{text-transform:uppercase;position:relative;width:100%;display:inline-block}.products-accordion .card-header a:after{content:\"\";font-size:16px;font-family:\"FontAwesome\";position:absolute;font-weight:normal;top:0px;color:#000;right:10px}.rtl .products-accordion .card-header a:after{left:10px;right:auto}.products-accordion .card-header a.collapsed:after{content:\"\"}.products-accordion .card-header a:hover:after{color:#a340ff}@media(max-width: 991px){.product-cover img{width:100%}#product-modal .modal-content .modal-body{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;margin-left:0}#product-modal .modal-content .modal-body img.product-cover-modal{width:100%}#product-modal .modal-content .modal-body .arrows{display:none}#product-modal .modal-content .modal-body .image-caption{width:100%}#blockcart-modal .modal-dialog{width:calc(100% - 20px)}#blockcart-modal .modal-body{padding:30px}}@media(max-width: 767px){#blockcart-modal .divide-right{border-right:none}.rtl #blockcart-modal .divide-right{border-left:none;border-right:inherit}#blockcart-modal .modal-body{padding:16px}}.scroll-box-arrows i::selection,.arrows i::selection{background:none;color:inherit}#product-modal .modal-dialog{max-width:700px;margin:30px auto}#product-modal .modal-body{padding:10px 170px 10px 10px;background:#fff}.rtl #product-modal .modal-body{padding:10px 10px 10px 170px}.product-infor{clear:both;padding-top:40px}.leo-compare-wishlist-button:after{content:\"\";display:block;clear:both}@media(max-width: 991px){.leo-compare-wishlist-button{margin:0 -5px 20px}}.leo-compare-wishlist-button .wishlist,.leo-compare-wishlist-button .compare{float:left;padding:0 5px;margin:10px 0 0}.rtl .leo-compare-wishlist-button .wishlist,.rtl .leo-compare-wishlist-button .compare{float:right}.leo-compare-wishlist-button .btn-product{border-radius:0;background:#2a363b;border:0;border-bottom:1px solid #eee;font-size:11px;font-weight:normal}.leo-compare-wishlist-button .btn-product.added{background:#000}.leo-compare-wishlist-button .btn-product.added span span:before{content:\"\";font-family:\"FontAwesome\";margin:0 5px 0 0}.rtl .leo-compare-wishlist-button .btn-product.added span span:before{margin:0 0 0 5px}.product-quantity .add .btn:not(.add-to-cart){position:relative;background:none;color:#888;padding:0;margin:0 10px 0 0;font-weight:bold;height:40px;line-height:40px;min-width:110px}.rtl .product-quantity .add .btn:not(.add-to-cart){margin:0 0 0 10px}.product-quantity .add .btn:not(.add-to-cart):hover,.product-quantity .add .btn:not(.add-to-cart):active,.product-quantity .add .btn:not(.add-to-cart):focus{color:#a340ff;border-color:#a340ff}.product-quantity .add .btn:not(.add-to-cart) .cssload-speeding-wheel{border:2px solid #a340ff;border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}.product-quantity .add .btn:not(.add-to-cart).add-to-cart:hover{background:#dc5e56}@media(max-width: 1199px)and (min-width: 992px){.product-quantity .add .btn:not(.add-to-cart):not(.add-to-cart){font-size:9px}}.product-quantity .add .btn:not(.add-to-cart) i{display:none}.product-actions .product-variants{margin:0 0 30px}.product-add-to-cart{margin-bottom:25px}.product-add-to-cart .control-label{margin:18px 10px auto 0;min-width:80px;float:left}.rtl .product-add-to-cart .control-label{margin:18px 0 auto 10px}.rtl .product-add-to-cart .control-label{float:right}.product-add-to-cart .product-quantity{position:relative}.product-add-to-cart .product-quantity .qty{margin-bottom:30px;width:100px;margin:0 0 30px 90px}.rtl .product-add-to-cart .product-quantity .qty{margin:0 90px 30px 0}.product-add-to-cart .product-quantity .add-to-cart{background:#2a363b}.product-add-to-cart .product-quantity .add-to-cart:hover{background:#a340ff}.product-add-to-cart .product-quantity .add-to-cart .material-icons{display:none}.ps-hidden-by-js{display:none}.product-infor #block-reassurance{background-color:#fff;box-shadow:none;border:1px solid #e5e5e5;border-top:2px solid #000;margin:50px 0}@media(min-width: 768px){.product-infor #block-reassurance ul{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.product-infor #block-reassurance ul li{border:0;border-right:1px solid #e5e5e5;width:33.33%}.rtl .product-infor #block-reassurance ul li{border-left:1px solid #e5e5e5;border-right:inherit}.product-infor #block-reassurance ul li .block-reassurance-item{padding:12px 20px}.product-infor #block-reassurance ul li:last-child{border:0}}.quickview h1.h1{text-transform:capitalize;margin:0 0 10px;font-size:26px;line-height:40px;font-weight:normal;font-family:\"Poppins\";letter-spacing:0}#product #content-wrapper{padding-bottom:20px}.product-additional-info .social-sharing{padding:10px 0;margin-bottom:10px}@media(min-width: 1200px){.page-product>.col-md-6:nth-child(1){padding:0 40px 0 15px}.rtl .page-product>.col-md-6:nth-child(1){padding:0 15px 0 40px}.page-product>.col-md-6:nth-child(2){padding:0 15px 0 40px}.rtl .page-product>.col-md-6:nth-child(2){padding:0 40px 0 15px}}#leo_product_reviews_block_extra{line-height:20px;color:#5a5050;margin:0 0 20px}#leo_product_reviews_block_extra a{color:#5a5050}#leo_product_reviews_block_extra a:hover{color:#a340ff}#leo_product_reviews_block_extra:after{content:\"\";display:block;clear:both}#leo_product_reviews_block_extra .reviews_note{float:left;margin:0 15px 0 0;padding:0 15px 0 0;position:relative;height:20px}.rtl #leo_product_reviews_block_extra .reviews_note{float:right}.rtl #leo_product_reviews_block_extra .reviews_note{margin:0 0 0 15px}.rtl #leo_product_reviews_block_extra .reviews_note{padding:0 0 0 15px}#leo_product_reviews_block_extra .reviews_note:before{content:\"\";width:2px;height:12px;background:#5a5050;position:absolute;top:4px;right:0}.rtl #leo_product_reviews_block_extra .reviews_note:before{left:0;right:auto}#leo_product_reviews_block_extra .reviews_note>span{display:none}#leo_product_reviews_block_extra .reviews_advices{float:left;margin:0}.rtl #leo_product_reviews_block_extra .reviews_advices{float:right}#leo_product_reviews_block_extra .reviews_advices li{line-height:20px}#leo_product_reviews_block_extra .reviews_advices li.last{border:0;padding:0}#leo_product_reviews_block_extra .reviews_advices i{display:none}@media(min-width: 768px){.product-tabs.tabs{border:1px solid #efefef;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.product-tabs.tabs .nav-tabs{width:270px;min-width:270px;float:left;text-align:left;border-right:1px solid #efefef}.rtl .product-tabs.tabs .nav-tabs{float:right}.rtl .product-tabs.tabs .nav-tabs{text-align:right}.rtl .product-tabs.tabs .nav-tabs{border-left:1px solid #efefef;border-right:inherit}.product-tabs.tabs .nav-tabs .nav-item{display:block;margin:0 -1px 0 0;border-bottom:1px solid #efefef;overflow:hidden}.rtl .product-tabs.tabs .nav-tabs .nav-item{margin:0 0 0 -1px}.product-tabs.tabs .nav-tabs .nav-item .nav-link{padding:13px 30px;border:0;margin:0;border-radius:0}.product-tabs.tabs .nav-tabs .nav-item .nav-link:before{display:none}.product-tabs.tabs .nav-tabs .nav-item .nav-link:after{content:\"\";position:absolute;top:-1px;bottom:-1px;left:-1px;width:0;transition:all .4s}.rtl .product-tabs.tabs .nav-tabs .nav-item .nav-link:after{right:-1px;left:auto}.product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after{background:#a340ff;width:6px}.product-tabs.tabs .tab-content{padding:50px;width:100%}}.product-thumb-images{display:none}.product-thumb-images .thumb{max-width:100%;cursor:pointer;border:1px solid rgba(0,0,0,0)}.product-thumb-images .thumb.selected,.product-thumb-images .thumb:hover{border:1px solid #414141}.product-detail .arrows-product-fake{display:none}.product-detail .arrows-product-fake .slick-arrow{width:40px;height:40px;line-height:40px;text-align:center;color:#000;z-index:999;overflow:hidden;background:rgba(255,255,255,.8);border-radius:50%}.product-detail .arrows-product-fake .slick-arrow:hover{color:#fff;background:#a340ff}.product-detail .arrows-product-fake .slick-arrow.slick-next{right:-20px}.product-detail .arrows-product-fake .slick-arrow.slick-prev{left:-20px}.product-detail.product-thumbs-bottom .product-thumb-images{padding-left:20px;padding-right:20px}.product-detail.product-thumbs-bottom .product-thumb-images .slick-list{margin-left:-5px;margin-right:-5px}.product-detail.product-thumbs-bottom .product-thumb-images .slick-list .slick-slide{padding-right:5px;padding-left:5px}.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next{right:-5px}.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev{left:-5px}.product-detail.product-thumbs-left .images-container,.product-detail.product-thumbs-right .images-container{position:relative}.product-detail.product-thumbs-left .images-container .product-cover .product-flags,.product-detail.product-thumbs-right .images-container .product-cover .product-flags{left:10px}.rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags,.rtl .product-detail.product-thumbs-right .images-container .product-cover .product-flags{right:10px;left:auto}.product-detail.product-thumbs-left .images-container .product-thumb-images,.product-detail.product-thumbs-right .images-container .product-thumb-images{position:absolute;top:30px;z-index:9;width:80px}.product-detail.product-thumbs-left .product-thumb-images .slick-list,.product-detail.product-thumbs-right .product-thumb-images .slick-list{margin-top:-5px;margin-bottom:-5px;margin-left:0px;margin-right:0px}.product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,.product-detail.product-thumbs-right .product-thumb-images .slick-list .slick-slide{padding-top:5px;padding-bottom:5px;padding-right:0px;padding-left:0px}.product-detail.product-thumbs-left .product-thumb-images .slick-arrow,.product-detail.product-thumbs-right .product-thumb-images .slick-arrow{left:0;right:0;width:100%;margin:auto;color:#fff;background:#000}.product-detail.product-thumbs-left .product-thumb-images .slick-arrow:before,.product-detail.product-thumbs-right .product-thumb-images .slick-arrow:before{opacity:1}.product-detail.product-thumbs-left .product-thumb-images .slick-arrow:hover,.product-detail.product-thumbs-right .product-thumb-images .slick-arrow:hover{color:#fff;background:#000}.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next,.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next{top:-20px;bottom:auto}.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next:before,.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next:before{content:\"\";font-family:\"FontAwesome\"}.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev,.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev{top:auto;bottom:-40px}.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev:before,.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev:before{content:\"\";font-family:\"FontAwesome\"}.product-detail.product-thumbs-left .images-container{position:relative}.product-detail.product-thumbs-left .images-container .product-cover{padding-left:90px}.rtl .product-detail.product-thumbs-left .images-container .product-cover{padding-right:90px;padding-left:inherit}.product-detail.product-thumbs-left .images-container .product-cover .product-flags{right:10px}.rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags{left:10px;right:auto}.product-detail.product-thumbs-left .images-container .product-thumb-images{left:0}.rtl .product-detail.product-thumbs-left .images-container .product-thumb-images{right:0;left:auto}.product-detail.product-thumbs-right .images-container{position:relative}.product-detail.product-thumbs-right .images-container .product-cover{padding-right:90px}.rtl .product-detail.product-thumbs-right .images-container .product-cover{padding-left:90px;padding-right:inherit}.product-detail.product-thumbs-right .images-container .product-cover .layer{left:20px;right:auto}.product-detail.product-thumbs-right .images-container .product-thumb-images{right:0}.rtl .product-detail.product-thumbs-right .images-container .product-thumb-images{left:0;right:auto}.product-detail.no-thumbs .images-container{position:relative}.product-detail.no-thumbs .product-thumb-images .slick-arrows,.product-detail.no-thumbs .product-thumb-images .slick-list{display:none}.product-detail.no-thumbs .arrows-product-fake{display:block}.product-detail.product-image-gallery .product-cover{display:none}.product-detail.product-image-gallery .product-thumb-images{display:block;margin-left:-15px;margin-right:-15px}.product-detail.product-image-gallery .product-thumb-images::after{content:\"\";display:table;clear:both}.product-detail.product-image-gallery .product-thumb-images .thumb-container{display:block;text-align:center;padding-left:15px;padding-right:15px;margin-bottom:30px;float:left}.rtl .product-detail.product-image-gallery .product-thumb-images .thumb-container{float:right}@media(min-width: 576px){.product-detail.product-image-gallery .product-thumb-images .thumb-container{width:50%}}@media(max-width: 575px){.product-detail.product-image-gallery .product-thumb-images .thumb-container{width:100%}}@media(min-width: 576px){.product-detail.product-image-gallery .product-thumb-images .thumb-container:nth-child(2n+1){clear:both}}.zoomContainer{z-index:9}#product #content[data-templateview=right] .product-flags{right:auto;left:25px}.rtl #product #content[data-templateview=right] .product-flags{right:25px;left:auto}.review_details p[itemprop=name]{color:#333}.review_details p[itemprop=name]:first-letter{text-transform:uppercase}.review_details p[itemprop=name] strong{display:block}.review-info .review_author .star_content{margin:5px 0}.review-info .review_author .review_author_infos strong{color:#333;text-transform:capitalize;margin:0 5px 0 0}.rtl .review-info .review_author .review_author_infos strong{margin:0 0 0 5px}@media(min-width: 1200px){.product-detail{padding-top:20px}.product-detail>.row{margin:0 -30px}.product-detail>.row>div[class^=col-]{padding-left:30px;padding-right:30px}.product-detail>.row>.col-md-12{padding-top:20px}}.leo-modal-review input.form-control{height:40px}.leo-modal-review .cssload-speeding-wheel{border:2px solid #fff;border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}.leo-modal-review .form-control{padding:10px}.leo-modal-review sup{color:#e34747}.leo-modal-review .product-info{width:40%}.leo-modal-review .new_review_form_content{width:60%}.product-image-no-thumbs .product-quantity .add{padding:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;position:static;margin:0}.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button>div{margin:0 0 0 10px;padding:0}.rtl .product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button>div{margin:0 10px 0 0}.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product{width:50px;height:50px;line-height:48px;padding:0;margin:0;border:1px solid #2a363b;color:#333;position:relative;min-width:0}.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product .cssload-speeding-wheel{border:2px solid #fff;border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product span i{display:inline-block;margin:0}.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product span span{position:absolute;font-size:10px;font-weight:400;height:20px;line-height:20px;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:10px;background:#2a363b;color:#fff;padding:0 10px;border-radius:2px;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:all .4s;opacity:0;visibility:hidden;pointer-events:none}.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product span span:before{content:\"\";border:5px solid rgba(0,0,0,0);position:absolute;top:100%;left:50%;transform:translateX(-50%);border-top-color:#2a363b}.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:hover,.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:active,.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:focus{background:#2a363b;color:#fff}.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:hover span span,.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:active span span,.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:focus span span{opacity:1;visibility:visible}.product-image-no-thumbs .product-tabs.tabs{border:0;display:block}.product-image-no-thumbs .product-tabs.tabs .tab-content{padding:50px 0}.product-image-no-thumbs .product-tabs.tabs .nav-tabs{width:auto;min-width:0;float:none;text-align:center;border:0;border-bottom:1px solid #333}.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item{display:inline-block;vertical-align:top;margin:0 2px -1px 2px;border:0;overflow:hidden}.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link{border:1px solid #e5e5e5;border-bottom:1px solid #333;color:#ccc;border-radius:0;margin:0}@media(max-width: 767px){.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link{padding:10px;font-size:13px}}@media(max-width: 480px){.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link{padding:10px 5px;font-size:10px}}.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link:after{display:none}.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link:hover{color:#333}.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link.active{border:1px solid #333;border-bottom-color:#fff;color:#333}.product-image-thumbs-left .product-tabs.tabs{border:0;display:block}.product-image-thumbs-left .product-tabs.tabs .nav-tabs{width:100%;text-align:center;min-width:0;border:1px solid #eee;border-width:1px 0}.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item{display:inline-block;margin:0;border:0;overflow:visible;vertical-align:top}.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link{padding:0 30px;height:70px;line-height:70px;border:0;margin:0 0 -1px;border-radius:0;color:#ccc;background:none;position:relative}.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link:after{content:\"\";background:#222;position:absolute;bottom:0px;left:30px;right:30px;height:2px;transition:all .8s;transform:scale(0);top:auto;width:auto}.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link:hover{color:#222;background:none}.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link.active{color:#222;background:none}.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after{transform:scale(1);opacity:1;visibility:visible}.product-image-thumbs-left .product-tabs.tabs .tab-content{clear:both;padding:50px 0}.product-image-no-thumbs-center .leo-compare-wishlist-button{position:static;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.product-image-no-thumbs-center .product-tabs.tabs{display:block;border:0;float:none}.product-image-no-thumbs-center .product-tabs.tabs #product_reviews_block_tab{text-align:left}.rtl .product-image-no-thumbs-center .product-tabs.tabs #product_reviews_block_tab{text-align:right}.product-image-no-thumbs-center .product-tabs.tabs .tab-content{padding:30px 0}.product-image-no-thumbs-center .product-tabs.tabs .nav-tabs{width:100%;border:0;border-bottom:1px solid #000;text-align:center;float:none}.product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item{display:inline-block;margin:0;border:0}.product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item .nav-link:after{width:0px;border:8px solid rgba(0,0,0,0);border-bottom-color:#000;height:0;top:auto;left:50%;margin-left:-8px;background:none;transition:all 1s;-webkit-transform:scale(1, 0);-moz-transform:scale(1, 0);-ms-transform:scale(1, 0);-o-transform:scale(1, 0);transform:scale(1, 0);transform-origin:bottom}.product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after{background:none;width:0px;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}.product-image-no-thumbs-fullwidth .product-add-to-cart .control-label{float:none !important;margin:0 0 10px !important}.product-image-no-thumbs-fullwidth #content .product-flags{left:0 !important;right:0 !important;padding:0 !important;text-align:center}.product-image-no-thumbs-fullwidth .product-cover{text-align:center}.product-image-no-thumbs-fullwidth .offset-lg-2{text-align:center}.product-image-no-thumbs-fullwidth #leo_product_reviews_block_extra{display:flex;justify-content:center}.product-image-no-thumbs-fullwidth .product-variants>.product-variants-item{justify-content:center}.product-image-no-thumbs-fullwidth .product-add-to-cart .product-quantity .qty{margin:0 auto 30px}.product-image-no-thumbs-fullwidth .leo-compare-wishlist-button .wishlist,.product-image-no-thumbs-fullwidth .leo-compare-wishlist-button .compare{display:inline-block;float:none !important;vertical-align:top}.product-image-no-thumbs-fullwidth .product-quantity .add .btn:not(.add-to-cart){margin:0 10px}.product-image-no-thumbs-fullwidth .product-tabs.tabs{display:block;border:0;float:none;margin:30px 0 0}.product-image-no-thumbs-fullwidth .product-tabs.tabs #product_reviews_block_tab{text-align:left}.rtl .product-image-no-thumbs-fullwidth .product-tabs.tabs #product_reviews_block_tab{text-align:right}.product-image-no-thumbs-fullwidth .product-tabs.tabs .tab-content{padding:30px 0}.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs{width:100%;border:0;border-bottom:2px solid #000;text-align:center;float:none}.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item{display:inline-block;margin:0;border:0}.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item .nav-link:after{width:0px;border:8px solid rgba(0,0,0,0);border-bottom-color:#000;height:0;top:auto;left:50%;margin-left:-8px;background:none;transition:all 1s;-webkit-transform:scale(1, 0);-moz-transform:scale(1, 0);-ms-transform:scale(1, 0);-o-transform:scale(1, 0);transform:scale(1, 0);transform-origin:bottom}.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after{background:none;width:0px;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}.cart-grid{margin-bottom:16px}.cart-items{margin-bottom:0}.cart-item{padding:16px 0}.cart-summary-line{margin-bottom:10px;clear:both}.cart-summary-line::after{content:\"\";display:table;clear:both}.cart-summary-line .label{padding-left:0;font-weight:normal;white-space:inherit}.rtl .cart-summary-line .label{padding-right:0;padding-left:inherit}.cart-summary-line .value{color:#414141;float:right}.rtl .cart-summary-line .value{float:left}.cart-summary-line.cart-summary-subtotals .label,.cart-summary-line.cart-summary-subtotals .value{font-weight:normal}.cart-grid-body{margin-bottom:12px}.cart-grid-body a.label:hover{color:#3387f2}.cart-grid-body .card-block{padding:16px}.cart-grid-body .card-block h1{margin-bottom:0}.cart-grid-body hr{margin:0}.cart-grid-body .cart-overview{padding:16px}.cart-grid-right hr{margin:0}.cart-grid-right .promo-discounts{margin-bottom:0}.cart-grid-right .promo-discounts .cart-summary-line .label{color:#878787}.cart-grid-right .promo-discounts .cart-summary-line .label .code{text-decoration:underline;cursor:pointer}.block-promo .promo-code{padding:1.6rem;background:#ebebeb}.block-promo .promo-code .alert-danger{position:relative;margin-top:20px;background:#ff4c4c;color:#fff;display:none}.block-promo .promo-code .alert-danger::after{bottom:100%;left:10%;border:solid rgba(0,0,0,0);content:\" \";height:0;width:0;position:absolute;pointer-events:none;border-bottom-color:#ff4c4c;border-width:10px;margin-left:-10px}.block-promo .promo-input{color:#414141;border:#acaaa6 1px solid;height:40px;text-indent:10px;width:60%}.block-promo .promo-input+button{margin-top:-4px;text-transform:capitalize}.block-promo .cart-summary-line .label,.block-promo .promo-name{color:#ff9a52;font-weight:600}.block-promo .cart-summary-line .label a,.block-promo .promo-name a{font-weight:normal;color:#414141;display:inline-block}.block-promo .promo-code-button{padding-left:20px;margin-bottom:20px;display:inline-block}.block-promo.promo-highlighted{padding:20px;padding-bottom:0;margin-bottom:0}.product-line-grid-left img{max-width:100%}.product-line-grid-body>.product-line-info{margin-bottom:10px}.product-line-grid-body>.product-line-info>.label{padding:0;line-height:inherit;white-space:inherit;font-weight:600;text-align:left}.rtl .product-line-grid-body>.product-line-info>.label{text-align:right}.product-line-grid-body>.product-line-info>a.label{font-size:15px}.product-line-grid-body>.product-line-info>.out-of-stock{color:red}.product-line-grid-body>.product-line-info>.available{color:#a340ff}.product-line-grid-body>.product-line-info>.unit-price-cart{padding-left:.3125rem;font-size:.875rem;color:#878787}.rtl .product-line-grid-body>.product-line-info>.unit-price-cart{padding-right:.3125rem;padding-left:inherit}.product-line-grid-right .bootstrap-touchspin{width:68px;float:left;-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,.15);-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,.15);-o-box-shadow:2px 2px 3px 0px rgba(0,0,0,.15);-ms-box-shadow:2px 2px 3px 0px rgba(0,0,0,.15);box-shadow:2px 2px 3px 0px rgba(0,0,0,.15)}.rtl .product-line-grid-right .bootstrap-touchspin{float:right}.product-line-grid-right .bootstrap-touchspin>.form-control,.product-line-grid-right .bootstrap-touchspin>.input-group{color:#414141;background-color:#fff;height:2.5rem;padding:.175rem .5rem;width:48px}.product-line-grid-right .bootstrap-touchspin>.input-group-btn-vertical{width:auto}.product-line-grid-right .cart-line-product-actions,.product-line-grid-right .product-price{font-size:16px;color:#414141;line-height:36px}.product-line-grid-right .cart-line-product-actions .remove-from-cart,.product-line-grid-right .product-price .remove-from-cart{color:#414141;display:inline-block}@media(max-width: 767px){.product-line-grid-body{margin-bottom:16px}}@media(max-width: 575px){.cart-items{padding:16px 0}.cart-item{border-bottom:1px solid #eaeaea}.cart-item:last-child{border-bottom:0}.cart-grid-body .cart-overview{padding:0}.cart-grid-body .no-items{padding:16px;display:inline-block}.product-line-grid-left{padding-right:0 !important}}@media(max-width: 360px){.product-line-grid-right .qty{width:100%}.product-line-grid-right .price{width:100%}}#block-reassurance{margin-top:16px}#block-reassurance img{margin-right:10px}.rtl #block-reassurance img{margin-left:10px;margin-right:inherit}#block-reassurance li{margin:0 0 10px}#block-reassurance li .block-reassurance-item span{font-weight:300;margin:0px;color:#999;font-size:12px;line-height:25px}.quickview .modal-dialog{width:calc(100% - 30px);max-width:64rem}.quickview .modal-content{min-height:31.25rem}.quickview .modal-header{border:none;padding:10px}.quickview .modal-body{min-height:28.88rem}.quickview .modal-footer{border-top:1px solid rgba(172,170,166,.3)}.quickview .layer{display:none}.quickview .arrows-product-fake{display:none}.quickview .images-container{position:relative;z-index:1;text-align:center}.quickview .images-container .product-cover{margin:0 90px 0 0}.rtl .quickview .images-container .product-cover{margin:0 0 0 90px}.quickview .images-container .product-thumb-images{position:absolute;top:20px;right:0px;width:80px;z-index:9}.quickview .product-thumb-images{position:relative}.quickview .product-thumb-images .slick-list{margin-left:0px;margin-right:0px}.quickview .product-thumb-images .slick-list .slick-slide{padding:5px 0}.quickview .slick-arrows .slick-arrow{width:100%;margin:auto;color:#fff;background:#333}.quickview .slick-arrows .slick-arrow.slick-disabled{opacity:.4}.quickview .slick-arrows .slick-arrow:hover{color:#fff;background:#a340ff;font-family:\"FontAwesome\"}.quickview .slick-arrows .slick-arrow.slick-next{top:-10px;left:0;right:0;bottom:auto}.quickview .slick-arrows .slick-arrow.slick-next:before{content:\"\"}.quickview .slick-arrows .slick-arrow.slick-prev{top:auto;left:0;right:0;bottom:-30px}.quickview .slick-arrows .slick-arrow.slick-prev:before{content:\"\"}.quickview .social-sharing{margin:0}#stores .page-stores{width:85%;margin:0 auto}#stores .page-stores .store-item{padding-left:12px;padding-right:12px}#stores .page-stores .store-picture img{max-width:100%}#stores .page-stores .store-item-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;padding:30px 0}#stores .page-stores .store-item-container ul{margin-bottom:0;font-size:14px}#stores .page-stores .store-item-container .divide-left{border-left:#ebebeb 1px solid}.rtl #stores .page-stores .store-item-container .divide-left{border-right:#ebebeb 1px solid;border-left:inherit}#stores .page-stores .store-item-container .divide-left tr{height:25px}#stores .page-stores .store-item-container .divide-left td{padding-left:6px}#stores .page-stores .store-item-container .divide-left th{text-align:right}#stores .page-stores .store-item-container .store-description{font-size:12px}#stores .page-stores .store-item-footer{margin-top:8px;padding-top:8px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute}#stores .page-stores .store-item-footer.divide-top{border-top:#ebebeb 1px solid}#stores .page-stores .store-item-footer div:first-child{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 65%;-moz-flex:0 0 65%;-ms-flex:0 0 65%;flex:0 0 65%}#stores .page-stores .store-item-footer i.material-icons{margin-right:10px;color:#acaaa6;font-size:12px}#stores .page-stores .store-item-footer li{margin-bottom:10px}@media(max-width: 767px){#stores .page-stores{width:100%}#stores .page-stores .store-item-container{padding:16px 0}}@media(max-width: 575px){#stores .page-stores .store-item-container{display:block}#stores .page-stores .store-item-container .divide-left{border-left:none}.rtl #stores .page-stores .store-item-container .divide-left{border-right:none;border-left:inherit}#stores .page-stores .store-item-container .store-description a{margin-bottom:8px}#stores .page-stores .store-item-container .store-description address{margin-bottom:8px}#stores .page-stores .store-item-footer{display:block}#stores .page-stores .store-item-footer.divide-top{border-top:#ebebeb 1px solid}#stores .page-stores .store-item-footer li{margin-bottom:10px}#stores .page-stores .store-item-footer .card-block{padding:12px 12px 0}}.footer-center .inner{border-top:1px solid #eee;padding-top:50px}@media(max-width: 991px){.footer-center .inner{padding-top:30px}}@media(max-width: 767px){.footer-container .title[aria-expanded=true] .navbar-toggler{padding:0}.footer-container .title[aria-expanded=true] .navbar-toggler .remove{display:inline-block}.footer-container .title[aria-expanded=true] .navbar-toggler .add{display:none}.footer-container .title .navbar-toggler{padding:0}.footer-container .title .navbar-toggler .remove{display:none}}.footer-container .title .float-xs-right{float:right}.rtl .footer-container .title .float-xs-right{float:left}@media(min-width: 768px){.footer-container .title .float-xs-right{display:none}}.footer-container .ApColumn .title_block{margin:0 0 15px;text-transform:uppercase;padding:0 !important;font-size:14px}@media(max-width: 767px){.footer-container .ApColumn .title_block{margin:0;display:inline-block}}.footer-container .ApColumn .title_block:before{display:none}@media(min-width: 768px){.footer-container .ApBlockLink .collapse{display:block}.footer-container .ApBlockLink ul{height:auto !important}}.footer-container .ApBlockLink a{color:#999;display:block;text-transform:capitalize;line-height:20px;padding:12px 0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.footer-container .ApBlockLink a:hover{color:#a340ff;padding-left:10px}.rtl .footer-container .ApBlockLink a:hover{padding-right:10px;padding-left:inherit}@media(min-width: 768px){.footer-container .ApBlockLink .list-group{height:auto !important;display:block !important}}.col-footer-img{margin:0 -15px;overflow:hidden}@media(max-width: 991px){.col-footer-img{margin:0 -7px}}.col-footer-img .ApImage{float:left;padding:0 15px;width:50%}.rtl .col-footer-img .ApImage{float:right}@media(max-width: 991px){.col-footer-img .ApImage{padding:0 7px;width:auto}}.col-footer-img .ApImage a{display:block}.col-footer-img .ApImage img{max-width:100%}.col-footer-img .ApImage .title_block{height:30px;white-space:nowrap;margin-bottom:35px;max-width:200px}@media(max-width: 991px){.col-footer-img .ApImage .title_block{margin-bottom:15px}}.col-footer-img .ApImage:nth-child(2){margin-top:65px}@media(max-width: 991px){.col-footer-img .ApImage:nth-child(2){margin-top:45px}}@media(max-width: 400px){.col-footer-img .ApImage:nth-child(2){margin-top:0;clear:both}}.col-footer-img .ApImage:last-child{clear:both;width:100%}.col-footer-img .ApImage:last-child .title_block{width:auto;height:auto;display:block}.footer-bottom{padding-top:30px}@media(max-width: 991px){.footer-bottom{padding-top:15px}}.footer-bottom .inner{padding-top:30px;border-top:1px solid #eee}.footer-bottom .ApHtml{line-height:20px;color:#999}@media(max-width: 991px){.footer-bottom .ApHtml{text-align:center}}.footer-bottom .ApHtml strong{color:#000;display:block;text-transform:uppercase}.footer-bottom .ApHtml p{margin-bottom:0}.block_newsletter .title_block{display:none}.block_newsletter form{position:relative;border:1px solid #eee;padding:0 50px 0 20px;height:42px;border-radius:21px;background:#fff}.rtl .block_newsletter form{padding:0 20px 0 50px}.block_newsletter form button{width:50px;height:40px;padding:0;border:0;outline:0;background:none;line-height:40px;font-size:14px;color:#666;position:absolute;top:0;right:-30px;text-align:center}.rtl .block_newsletter form button{left:-30px;right:auto}.block_newsletter form button span{display:none}.block_newsletter form button:hover{color:#a340ff;background:none}.block_newsletter form input{width:100%;height:40px;line-height:1;border:0;padding:0;outline:0}.block_newsletter .new-msg p{margin-top:15px}.block-contact ul li{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;line-height:1.625rem}.block-contact .fa{color:#fff;font-size:16px;width:2.5rem;margin-top:4px}.block-social ul{margin-bottom:0px}@media(min-width: 992px){.block-social ul{text-align:right}.rtl .block-social ul{text-align:left}}@media(max-width: 991px){.block-social ul{text-align:center}}.block-social li{display:inline-block;cursor:pointer;margin:2px 0;text-align:center;line-height:35px;border:0;width:35px;height:35px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;position:relative}.block-social li:hover{background-color:#a340ff}.block-social li:hover:before{color:#fff}.block-social li a{color:rgba(0,0,0,0);position:absolute;font-size:0px;top:0;left:0;right:0;bottom:0;z-index:2;display:block}.block-social li a:hover{color:rgba(0,0,0,0)}.block-social li:before{content:\"\";font-family:\"FontAwesome\";font-size:14px;color:#000;border:0}.block-social li.facebook{border-color:#3c5a98}.block-social li.facebook:before{content:\"\"}.block-social li.facebook:hover{background:#3c5a98}.block-social li.facebook:hover:before{color:#fff}.block-social li.twitter{border-color:#55acee}.block-social li.twitter:before{content:\"\"}.block-social li.twitter:hover{background:#55acee}.block-social li.twitter:hover:before{color:#fff}.block-social li.rss{border-color:#f60}.block-social li.rss:before{content:\"\"}.block-social li.rss:hover{background:#f60}.block-social li.rss:hover:before{color:#fff}.block-social li.youtube{border-color:#e84542}.block-social li.youtube:before{content:\"\"}.block-social li.youtube:hover{background:#e84542}.block-social li.youtube:hover:before{color:#fff}.block-social li.googleplus{border-color:#d6492f}.block-social li.googleplus:before{content:\"\"}.block-social li.googleplus:hover{background:#d6492f}.block-social li.googleplus:hover:before{color:#fff}.block-social li.pinterest{border-color:#cb2027}.block-social li.pinterest:before{content:\"\"}.block-social li.pinterest:hover{background:#cb2027}.block-social li.pinterest:hover:before{color:#fff}.block-social li.vimeo{border-color:#1ab7ea}.block-social li.vimeo:before{content:\"\"}.block-social li.vimeo:hover{background:#1ab7ea}.block-social li.vimeo:hover:before{color:#fff}.block-social li.instagram{border-color:#4c61b0}.block-social li.instagram:before{content:\"\"}.block-social li.instagram:hover{background:#4c61b0}.block-social li.instagram:hover:before{color:#fff}@media(max-width: 767px){.footer-container .links .h3{line-height:1.5;font-size:16px;display:inline-block;padding-top:10px}.footer-container .links .title{cursor:pointer}.footer-container .links .title .collapse-icons .remove{display:none}.footer-container .links .title[aria-expanded=true] .collapse-icons .add{display:none}.footer-container .links .title[aria-expanded=true] .collapse-icons .remove{display:block}.footer-container .links .navbar-toggler{display:inline-block;padding:0;width:20px;height:20px}.footer-container .links .collapse{display:none}.footer-container .links .collapse.in{display:block}.footer-container .links ul{margin-bottom:0}}.contact-rich{color:#878787;margin-bottom:32px}.contact-rich h4{text-transform:uppercase;color:#414141;margin-bottom:32px}.contact-rich .block{height:auto;overflow:hidden}.contact-rich .block .icon{float:left;width:56px}.rtl .contact-rich .block .icon{float:right}.contact-rich .block .icon i{font-size:32px}.contact-rich .block .data{color:#414141;font-size:13px;width:auto;overflow:hidden}.contact-rich .block .data.email{padding-top:6px}.contact-form{padding:16px;color:#878787;width:100%}.contact-form h3{text-transform:uppercase;color:#414141}#products #main .page-header,#pagenotfound #main .page-header{margin:32px 0 48px}#products #main .page-content,#pagenotfound #main .page-content{margin-bottom:160px}#products .page-not-found,#pagenotfound .page-not-found{-moz-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-o-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);-ms-box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);box-shadow:2px 2px 11px 0px rgba(0,0,0,.1);background:#fff;padding:16px;font-size:13px;color:#878787;max-width:570px;margin:0 auto}#products .page-not-found h4,#pagenotfound .page-not-found h4{font-size:12px;font-weight:700;margin:8px 0 16px}#products .page-not-found .search-widget,#pagenotfound .page-not-found .search-widget{float:none}#products .page-not-found .search-widget input,#pagenotfound .page-not-found .search-widget input{width:100%}.customization-modal .modal-content{border-radius:0;border:1px solid #f6f6f6}.customization-modal .modal-content .modal-body{padding-top:0}.customization-modal .modal-content .modal-body .product-customization-line{padding-bottom:15px;padding-top:15px;border-bottom:1px solid #f6f6f6}.customization-modal .modal-content .modal-body .product-customization-line .label{font-weight:bold;text-align:right}.customization-modal .modal-content .modal-body .product-customization-line:last-child{padding-bottom:0;border-bottom:0}.sitemap-title{text-transform:capitalize}.sitemap{margin-top:.9375rem}.sitemap h2{color:#414141;text-transform:uppercase;font-size:1.1rem;font-weight:600;border-bottom:1px solid #acaaa6;margin-left:-15px;width:100%;height:35px}.sitemap ul{margin-left:-15px;margin-top:20px}.sitemap ul.nested{margin-left:20px}.sitemap ul li{font-size:.9rem;margin-bottom:1rem}@media(max-width: 575px){.sitemap{margin-top:0}}ul,ol,li{margin:0;padding:0;list-style:none}b,strong{font-weight:700}body.layout-boxed-md{background:#fff}body.layout-boxed-md #page{max-width:960px;-moz-box-shadow:0 0 5px #c1c1c1;-webkit-box-shadow:0 0 5px #c1c1c1;-o-box-shadow:0 0 5px #c1c1c1;-ms-box-shadow:0 0 5px #c1c1c1;box-shadow:0 0 5px #c1c1c1;margin:0 auto;background:#fff}body.layout-boxed-md #page .container{max-width:940px}body.layout-boxed-lg{background:#fff}body.layout-boxed-lg #page{max-width:1220px;-moz-box-shadow:0 0 5px #c1c1c1;-webkit-box-shadow:0 0 5px #c1c1c1;-o-box-shadow:0 0 5px #c1c1c1;-ms-box-shadow:0 0 5px #c1c1c1;box-shadow:0 0 5px #c1c1c1;margin:0 auto;background:#fff}body.layout-boxed-lg #page .container{max-width:1200px}.header-nav{min-height:auto;font-size:12px;background:#fff}.header-nav a{color:#999}.header-nav a:hover{color:#a340ff}.header-top{background:#fff;padding-top:25px}@media(max-width: 991px){.header-top{padding-top:15px}}.header-top .ApColumn .block{margin-bottom:25px}@media(max-width: 991px){.header-top .ApColumn .block{margin-bottom:15px}}.header_logo{padding-top:2.5rem;padding-bottom:2.5rem}.popover{font-family:inherit}#wrapper{padding-top:25px;padding-bottom:15px}@media(max-width: 765px){#wrapper{padding-top:0}}#wrapper .banner{margin-bottom:24px;display:block}#wrapper .banner img{-moz-box-shadow:1px 1px 7px 0 rgba(0,0,0,.15);-webkit-box-shadow:1px 1px 7px 0 rgba(0,0,0,.15);-o-box-shadow:1px 1px 7px 0 rgba(0,0,0,.15);-ms-box-shadow:1px 1px 7px 0 rgba(0,0,0,.15);box-shadow:1px 1px 7px 0 rgba(0,0,0,.15)}#wrapper .breadcrumb{background:rgba(0,0,0,0);padding:0;margin-bottom:30px}#wrapper .breadcrumb[data-depth=\"1\"]{display:none}#wrapper .breadcrumb ol{padding-left:0;margin-bottom:0}#wrapper .breadcrumb li{display:inline}#wrapper .breadcrumb li::after{content:\"\";color:#999;font-family:\"FontAwesome\";margin:0 15px}#wrapper .breadcrumb li:last-child{content:\"/\";color:#999;margin:0}#wrapper .breadcrumb li:last-child a{text-decoration:underline;color:#a340ff}#wrapper .breadcrumb li:last-child::after{content:\"\"}#wrapper .breadcrumb li a{color:#999}#wrapper .breadcrumb li a:hover{color:#a340ff}#main .page-header{margin-bottom:25px}#main .page-content{margin-bottom:25px}#main .page-content h6{margin-bottom:18px}#main .page-content #notifications{margin-left:-15px;margin-right:-15px}#main .page-footer{margin-bottom:25px}#notifications ul{margin-bottom:0}.sitemap ul.tree li{line-height:20px;padding:5px 0}.sitemap ul.tree li a.parent-page{text-transform:uppercase;font-weight:700}.sitemap ul.tree li ul{padding-left:10px}.rtl .sitemap ul.tree li ul{padding-right:10px;padding-left:inherit}.list-brands{margin:20px 0 10px;background:#fff}.brand{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.brand>div{display:inline-flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}#back-top{text-align:center;position:fixed;cursor:pointer;right:185px;bottom:28px;z-index:98}.rtl #back-top{left:50px;right:auto}@media(max-width: 991px){#back-top{right:15px;bottom:5px}.rtl #back-top{left:15px;right:auto}}#back-top a{width:45px;height:45px;background:#a340ff;color:#fff;font-size:20px;line-height:45px}#back-top a:hover{background-color:#ed4657}@media(min-width: 992px){.headertop-flex>[class*=col-]{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.headertop-flex .center-headertop{-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.headertop-flex .right-headertop{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-direction:row-reverse}}@media(max-width: 767px){#checkout-cart-summary{float:none;width:100%;margin-top:1rem}section.checkout-step{width:100%}.default-input{min-width:100%}label{clear:both}.menu,.dropdown-item{padding-left:0}}@media(max-width: 991px){.container{width:100%}.sub-menu{left:0;min-width:100%}#blockcart-modal .product-image{width:100%;display:block;max-width:250px;margin:0 auto 15px}#blockcart-modal .cart-content{padding:0}.rtl #blockcart-modal .cart-content{padding:0}#blockcart-modal .product-name,#product-availability{margin-top:10px}#search_filters .facet .facet-label{text-align:left}.block-category .category-cover{position:relative;text-align:center}.block-category{padding-bottom:0}}#index #wrapper{padding-top:0}@media(max-width: 991px){.col-xs,.col-xs-2-4,.col-xs-4-8,.col-xs-7-2,.col-xs-9-6,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm,.col-sm-2-4,.col-sm-4-8,.col-sm-7-2,.col-sm-9-6,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md,.col-md-2-4,.col-md-4-8,.col-md-7-2,.col-md-9-6,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg,.col-lg-2-4,.col-lg-4-8,.col-lg-7-2,.col-lg-9-6,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl,.col-xl-2-4,.col-xl-4-8,.col-xl-7-2,.col-xl-9-6,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{padding-right:7px;padding-left:7px}.rtl .col-xs,.rtl .col-xs-2-4,.rtl .col-xs-4-8,.rtl .col-xs-7-2,.rtl .col-xs-9-6,.rtl .col-xs-1,.rtl .col-xs-2,.rtl .col-xs-3,.rtl .col-xs-4,.rtl .col-xs-5,.rtl .col-xs-6,.rtl .col-xs-7,.rtl .col-xs-8,.rtl .col-xs-9,.rtl .col-xs-10,.rtl .col-xs-11,.rtl .col-xs-12,.rtl .col-sm,.rtl .col-sm-2-4,.rtl .col-sm-4-8,.rtl .col-sm-7-2,.rtl .col-sm-9-6,.rtl .col-sm-1,.rtl .col-sm-2,.rtl .col-sm-3,.rtl .col-sm-4,.rtl .col-sm-5,.rtl .col-sm-6,.rtl .col-sm-7,.rtl .col-sm-8,.rtl .col-sm-9,.rtl .col-sm-10,.rtl .col-sm-11,.rtl .col-sm-12,.rtl .col-md,.rtl .col-md-2-4,.rtl .col-md-4-8,.rtl .col-md-7-2,.rtl .col-md-9-6,.rtl .col-md-1,.rtl .col-md-2,.rtl .col-md-3,.rtl .col-md-4,.rtl .col-md-5,.rtl .col-md-6,.rtl .col-md-7,.rtl .col-md-8,.rtl .col-md-9,.rtl .col-md-10,.rtl .col-md-11,.rtl .col-md-12,.rtl .col-lg,.rtl .col-lg-2-4,.rtl .col-lg-4-8,.rtl .col-lg-7-2,.rtl .col-lg-9-6,.rtl .col-lg-1,.rtl .col-lg-2,.rtl .col-lg-3,.rtl .col-lg-4,.rtl .col-lg-5,.rtl .col-lg-6,.rtl .col-lg-7,.rtl .col-lg-8,.rtl .col-lg-9,.rtl .col-lg-10,.rtl .col-lg-11,.rtl .col-lg-12,.rtl .col-xl,.rtl .col-xl-2-4,.rtl .col-xl-4-8,.rtl .col-xl-7-2,.rtl .col-xl-9-6,.rtl .col-xl-1,.rtl .col-xl-2,.rtl .col-xl-3,.rtl .col-xl-4,.rtl .col-xl-5,.rtl .col-xl-6,.rtl .col-xl-7,.rtl .col-xl-8,.rtl .col-xl-9,.rtl .col-xl-10,.rtl .col-xl-11,.rtl .col-xl-12{padding-right:7px;padding-left:7px}.row{margin-right:-7px;margin-left:-7px}.rtl .row{margin-right:-7px;margin-left:-7px}}.position-static{position:static}.pull-right{float:right}.rtl .pull-right{float:left}.pull-left{float:left}.rtl .pull-left{float:right}#customer-form .form-control-valign label{display:inline;padding:0 5px 0 0}.rtl #customer-form .form-control-valign label{padding:0 0 0 5px}.star_content .star{width:12px;height:12px;background:none;color:#ccc;text-align:center;font-size:11px;line-height:12px}.star_content .star:before{font-family:\"FontAwesome\";content:\"\"}.star_content .star.star_hover,.star_content .star.star_on{color:#ffc857}body ::-webkit-scrollbar{width:6px}body ::-webkit-scrollbar-thumb{border-radius:5px;background:#666}body ::-webkit-scrollbar-track{border-radius:5px;background:#ddd}body.modal-open{overflow:auto !important}.bank-box{float:left;width:135px;height:71px;margin-left:4px;margin-top:5px;padding:0px 0;text-align:center;border:1px solid #eee;cursor:pointer;cursor:hand;background:#fff}.bank-box:hover{box-shadow:0 0 2px rgba(0,0,0,.27);text-decoration:none !important}.bank-logo{background-position:center center;background-repeat:no-repeat;background-size:auto 35px;width:137px;height:50px;font-size:9px}.bank-name{color:gray;height:30px;font-size:9px}.bank-logo-1{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_1.gif)}.bank-logo-4{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_4.gif)}.bank-logo-7{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_7.gif)}.bank-logo-15{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_15.gif)}.bank-logo-16{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_16.gif)}.bank-logo-19{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_19.gif)}.bank-logo-21{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_21.gif)}.bank-logo-25{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_25.gif)}.bank-logo-27{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_27.gif)}.bank-logo-29{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_29.gif)}.bank-logo-30{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_30.gif)}.bank-logo-32{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_32.gif)}.bank-logo-34{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_34.gif)}.bank-logo-35{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_35.gif)}.bank-logo-36{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_36.gif)}.bank-logo-37{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_37.gif)}.bank-logo-38{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_38.gif)}.bank-logo-39{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_39.gif)}.bank-logo-40{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_40.gif)}.bank-logo-42{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_42.gif)}.bank-logo-44{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_44.gif)}.bank-logo-47{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_47.gif)}.bank-logo-55{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_55.gif)}.bank-logo-56{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_56.gif)}.bank-logo-61{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_61.gif)}.bank-logo-62{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_62.gif)}.bank-logo-63{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_63.gif)}.bank-logo-68{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_68.gif)}.bank-logo-70{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_70.gif)}.bank-logo-71{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_71.gif)}.bank-logo-72{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_72.gif)}.bank-logo-78{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_78.gif)}.bank-logo-79{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_79.gif)}.bank-logo-80{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_80.gif)}.bank-logo-82{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_82.gif)}.bank-logo-83{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_83.gif)}.bank-logo-89{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_89.gif)}.bank-logo-91{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_91.gif)}.bank-logo-93{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_93.gif)}.bank-logo-94{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_94.gif)}.bank-logo-96{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_96.gif)}.bank-logo-97{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_97.gif)}.bank-logo-98{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_98.gif)}.bank-logo-100{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_100.gif)}.bank-logo-101{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_101.gif)}.bank-logo-102{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_102.gif)}.bank-logo-103{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_103.gif)}.bank-logo-104{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_104.gif)}.bank-logo-105{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_105.gif)}.bank-logo-106{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_106.gif)}.bank-logo-108{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_108.gif)}.bank-logo-109{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_109.gif)}.bank-logo-110{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_110.gif)}.bank-logo-111{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_111.gif)}.bank-logo-113{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_113.gif)}.bank-logo-114{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_114.gif)}.bank-logo-115{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_115.gif)}.bank-logo-117{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_117.gif)}.bank-logo-118{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_118.gif)}.bank-logo-120{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_120.gif)}.bank-logo-121{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_121.gif)}.bank-logo-122{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_122.gif)}.bank-logo-123{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_123.gif)}.bank-logo-125{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_125.gif)}.bank-logo-127{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_127.gif)}.bank-logo-130{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_130.gif)}.bank-logo-132{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_132.gif)}.bank-logo-133{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_133.gif)}.bank-logo-134{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_134.gif)}.bank-logo-135{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_135.gif)}.bank-logo-137{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_137.gif)}.bank-logo-138{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_138.gif)}.bank-logo-139{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_139.gif)}.bank-logo-142{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_142.gif)}.bank-logo-145{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_145.gif)}.bank-logo-146{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_146.gif)}.bank-logo-148{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_148.gif)}.bank-logo-149{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_149.gif)}.bank-logo-150{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_150.gif)}.bank-logo-151{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_151.gif)}.bank-logo-155{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_155.gif)}.bank-logo-159{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_159.gif)}.bank-logo-160{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_160.gif)}.bank-logo-162{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_162.gif)}.bank-logo-163{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_163.gif)}.bank-logo-165{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_165.gif)}.bank-logo-166{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_166.gif)}.bank-logo-167{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_167.gif)}.bank-logo-169{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_169.gif)}.bank-logo-170{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_170.gif)}.bank-logo-171{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_171.gif)}.bank-logo-174{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_174.gif)}.bank-logo-175{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_175.gif)}.bank-logo-180{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_180.gif)}.bank-logo-182{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_182.gif)}.bank-logo-183{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_183.gif)}.bank-logo-184{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_184.gif)}.bank-logo-186{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_186.gif)}.bank-logo-187{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_187.gif)}.bank-logo-188{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_188.gif)}.bank-logo-189{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_189.gif)}.bank-logo-190{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_190.gif)}.bank-logo-191{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_191.gif)}.bank-logo-192{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_192.gif)}.bank-logo-193{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_193.gif)}.bank-logo-194{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_194.gif)}.bank-logo-195{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_195.gif)}.bank-logo-196{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_196.gif)}.bank-logo-197{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_197.gif)}.bank-logo-198{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_198.gif)}.bank-logo-199{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_199.gif)}.bank-logo-200{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_200.gif)}.bank-logo-201{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_201.gif)}.bank-logo-202{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_202.gif)}.bank-logo-221{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_221.gif)}.bank-logo-230{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_230.gif)}.bank-logo-231{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_231.gif)}.bank-logo-275{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_275.gif)}.bank-logo-277{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_277.gif)}.bank-logo-279{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_279.gif)}.bank-logo-289{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_289.gif)}.bank-logo-290{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_290.gif)}.bank-logo-291{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_291.gif)}.bank-logo-292{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_292.gif)}.bank-logo-293{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_293.gif)}.bank-logo-2{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_2.gif)}.bank-logo-3{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_3.gif)}.bank-logo-5{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_5.gif)}.bank-logo-6{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_6.gif)}.bank-logo-14{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_14.gif)}.bank-logo-17{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_17.gif)}.bank-logo-18{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_18.gif)}.bank-logo-20{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_20.gif)}.bank-logo-22{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_22.gif)}.bank-logo-26{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_26.gif)}.bank-logo-28{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_28.gif)}.bank-logo-31{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_31.gif)}.bank-logo-33{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_33.gif)}.bank-logo-41{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_41.gif)}.bank-logo-43{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_43.gif)}.bank-logo-45{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_45.gif)}.bank-logo-46{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_46.gif)}.bank-logo-48{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_48.gif)}.bank-logo-49{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_49.gif)}.bank-logo-50{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_50.gif)}.bank-logo-51{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_51.gif)}.bank-logo-52{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_52.gif)}.bank-logo-53{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_53.gif)}.bank-logo-54{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_54.gif)}.bank-logo-58{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_58.gif)}.bank-logo-59{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_59.gif)}.bank-logo-64{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_64.gif)}.bank-logo-65{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_65.gif)}.bank-logo-66{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_66.gif)}.bank-logo-67{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_67.gif)}.bank-logo-69{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_69.gif)}.bank-logo-75{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_75.gif)}.bank-logo-76{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_76.gif)}.bank-logo-81{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_81.gif)}.bank-logo-84{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_84.gif)}.bank-logo-85{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_85.gif)}.bank-logo-87{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_87.gif)}.bank-logo-88{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_88.gif)}.bank-logo-90{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_90.gif)}.bank-logo-92{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_92.gif)}.bank-logo-95{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_95.gif)}.bank-logo-99{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_99.gif)}.bank-logo-107{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_107.gif)}.bank-logo-112{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_112.gif)}.bank-logo-116{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_116.gif)}.bank-logo-119{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_119.gif)}.bank-logo-124{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_124.gif)}.bank-logo-129{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_129.gif)}.bank-logo-131{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_131.gif)}.bank-logo-136{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_136.gif)}.bank-logo-140{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_140.gif)}.bank-logo-141{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_141.gif)}.bank-logo-143{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_143.gif)}.bank-logo-144{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_144.gif)}.bank-logo-147{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_147.gif)}.bank-logo-152{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_152.gif)}.bank-logo-153{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_153.gif)}.bank-logo-154{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_154.gif)}.bank-logo-156{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_156.gif)}.bank-logo-157{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_157.gif)}.bank-logo-158{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_158.gif)}.bank-logo-161{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_161.gif)}.bank-logo-164{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_164.gif)}.bank-logo-172{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_172.gif)}.bank-logo-173{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_173.gif)}.bank-logo-176{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_176.gif)}.bank-logo-177{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_177.gif)}.bank-logo-178{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_178.gif)}.bank-logo-181{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_181.gif)}.bank-logo-185{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_185.gif)}.bank-logo-203{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_203.gif)}.bank-logo-204{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_204.gif)}.bank-logo-205{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_205.gif)}.bank-logo-206{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_206.gif)}.bank-logo-207{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_207.gif)}.bank-logo-208{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_208.gif)}.bank-logo-209{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_209.gif)}.bank-logo-210{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_210.gif)}.bank-logo-211{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_211.gif)}.bank-logo-212{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_212.gif)}.bank-logo-213{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_213.gif)}.bank-logo-214{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_214.gif)}.bank-logo-215{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_215.gif)}.bank-logo-216{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_216.gif)}.bank-logo-217{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_217.gif)}.bank-logo-218{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_218.gif)}.bank-logo-219{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_219.gif)}.bank-logo-220{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_220.gif)}.bank-logo-222{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_222.gif)}.bank-logo-223{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_223.gif)}.bank-logo-224{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_224.gif)}.bank-logo-225{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_225.gif)}.bank-logo-226{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_226.gif)}.bank-logo-227{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_227.gif)}.bank-logo-228{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_228.gif)}.bank-logo-229{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_229.gif)}.bank-logo-232{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_232.gif)}.bank-logo-233{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_233.gif)}.bank-logo-234{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_234.gif)}.bank-logo-235{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_235.gif)}.bank-logo-236{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_236.gif)}.bank-logo-237{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_237.gif)}.bank-logo-238{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_238.gif)}.bank-logo-239{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_239.gif)}.bank-logo-240{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_240.gif)}.bank-logo-241{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_241.gif)}.bank-logo-242{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_242.gif)}.bank-logo-243{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_243.gif)}.bank-logo-244{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_244.gif)}.bank-logo-245{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_245.gif)}.bank-logo-246{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_246.gif)}.bank-logo-247{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_247.gif)}.bank-logo-248{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_248.gif)}.bank-logo-249{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_249.gif)}.bank-logo-250{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_250.gif)}.bank-logo-251{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_251.gif)}.bank-logo-252{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_252.gif)}.bank-logo-253{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_253.gif)}.bank-logo-254{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_254.gif)}.bank-logo-255{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_255.gif)}.bank-logo-256{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_256.gif)}.bank-logo-257{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_257.gif)}.bank-logo-258{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_258.gif)}.bank-logo-259{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_259.gif)}.bank-logo-260{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_260.gif)}.bank-logo-261{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_261.gif)}.bank-logo-262{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_262.gif)}.bank-logo-263{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_263.gif)}.bank-logo-264{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_264.gif)}.bank-logo-265{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_265.gif)}.bank-logo-266{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_266.gif)}.bank-logo-267{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_267.gif)}.bank-logo-268{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_268.gif)}.bank-logo-269{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_269.gif)}.bank-logo-270{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_270.gif)}.bank-logo-271{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_271.gif)}.bank-logo-272{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_272.gif)}.bank-logo-273{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_273.gif)}.bank-logo-274{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_274.gif)}.bank-logo-276{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_276.gif)}.bank-logo-278{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_278.gif)}.bank-logo-280{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_280.gif)}.bank-logo-281{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_281.gif)}.bank-logo-282{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_282.gif)}.bank-logo-283{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_283.gif)}.bank-logo-284{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_284.gif)}.bank-logo-285{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_285.gif)}.bank-logo-286{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_286.gif)}.bank-logo-287{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_287.gif)}.bank-logo-288{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_288.gif)}.bank-logo-1000{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_2000.gif)}.bank-logo-2000{background-image:url(https://secure.przelewy24.pl/template/201312/bank/logo_1000.gif)}.mobile .bank-box{width:66px;height:70px;margin-left:4px;margin-top:12px;background:none;border:none}.mobile .bank-box:hover{box-shadow:none}.mobile .bank-logo{background-size:cover;width:56px;height:60px}.mobile .bank-name{display:none}.mobile .bank-logo-1{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_1.png)}.mobile .bank-logo-4{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_4.png)}.mobile .bank-logo-7{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_7.png)}.mobile .bank-logo-15{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_15.png)}.mobile .bank-logo-16{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_16.png)}.mobile .bank-logo-19{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_19.png)}.mobile .bank-logo-21{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_21.png)}.mobile .bank-logo-25{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_25.png)}.mobile .bank-logo-27{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_27.png)}.mobile .bank-logo-29{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_29.png)}.mobile .bank-logo-30{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_30.png)}.mobile .bank-logo-32{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_32.png)}.mobile .bank-logo-34{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_34.png)}.mobile .bank-logo-35{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_35.png)}.mobile .bank-logo-36{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_36.png)}.mobile .bank-logo-37{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_37.png)}.mobile .bank-logo-38{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_38.png)}.mobile .bank-logo-39{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_39.png)}.mobile .bank-logo-40{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_40.png)}.mobile .bank-logo-42{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_42.png)}.mobile .bank-logo-44{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_44.png)}.mobile .bank-logo-47{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_47.png)}.mobile .bank-logo-55{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_55.png)}.mobile .bank-logo-56{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_56.png)}.mobile .bank-logo-61{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_61.png)}.mobile .bank-logo-62{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_62.png)}.mobile .bank-logo-63{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_63.png)}.mobile .bank-logo-68{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_68.png)}.mobile .bank-logo-70{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_70.png)}.mobile .bank-logo-71{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_71.png)}.mobile .bank-logo-72{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_72.png)}.mobile .bank-logo-78{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_78.png)}.mobile .bank-logo-79{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_79.png)}.mobile .bank-logo-80{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_80.png)}.mobile .bank-logo-82{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_82.png)}.mobile .bank-logo-83{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_83.png)}.mobile .bank-logo-89{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_89.png)}.mobile .bank-logo-91{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_91.png)}.mobile .bank-logo-93{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_93.png)}.mobile .bank-logo-94{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_94.png)}.mobile .bank-logo-96{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_96.png)}.mobile .bank-logo-97{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_97.png)}.mobile .bank-logo-98{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_98.png)}.mobile .bank-logo-100{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_100.png)}.mobile .bank-logo-101{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_101.png)}.mobile .bank-logo-102{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_102.png)}.mobile .bank-logo-103{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_103.png)}.mobile .bank-logo-104{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_104.png)}.mobile .bank-logo-105{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_105.png)}.mobile .bank-logo-106{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_106.png)}.mobile .bank-logo-108{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_108.png)}.mobile .bank-logo-109{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_109.png)}.mobile .bank-logo-110{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_110.png)}.mobile .bank-logo-111{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_111.png)}.mobile .bank-logo-113{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_113.png)}.mobile .bank-logo-114{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_114.png)}.mobile .bank-logo-115{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_115.png)}.mobile .bank-logo-117{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_117.png)}.mobile .bank-logo-118{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_118.png)}.mobile .bank-logo-120{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_120.png)}.mobile .bank-logo-121{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_121.png)}.mobile .bank-logo-122{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_122.png)}.mobile .bank-logo-123{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_123.png)}.mobile .bank-logo-125{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_125.png)}.mobile .bank-logo-127{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_127.png)}.mobile .bank-logo-130{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_130.png)}.mobile .bank-logo-132{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_132.png)}.mobile .bank-logo-133{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_133.png)}.mobile .bank-logo-134{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_134.png)}.mobile .bank-logo-135{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_135.png)}.mobile .bank-logo-137{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_137.png)}.mobile .bank-logo-138{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_138.png)}.mobile .bank-logo-139{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_139.png)}.mobile .bank-logo-142{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_142.png)}.mobile .bank-logo-145{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_145.png)}.mobile .bank-logo-146{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_146.png)}.mobile .bank-logo-148{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_148.png)}.mobile .bank-logo-149{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_149.png)}.mobile .bank-logo-150{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_150.png)}.mobile .bank-logo-151{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_151.png)}.mobile .bank-logo-155{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_155.png)}.mobile .bank-logo-159{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_159.png)}.mobile .bank-logo-160{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_160.png)}.mobile .bank-logo-162{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_162.png)}.mobile .bank-logo-163{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_163.png)}.mobile .bank-logo-165{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_165.png)}.mobile .bank-logo-166{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_166.png)}.mobile .bank-logo-167{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_167.png)}.mobile .bank-logo-169{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_169.png)}.mobile .bank-logo-170{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_170.png)}.mobile .bank-logo-171{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_171.png)}.mobile .bank-logo-174{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_174.png)}.mobile .bank-logo-175{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_175.png)}.mobile .bank-logo-180{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_180.png)}.mobile .bank-logo-182{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_182.png)}.mobile .bank-logo-183{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_183.png)}.mobile .bank-logo-184{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_184.png)}.mobile .bank-logo-186{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_186.png)}.mobile .bank-logo-187{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_187.png)}.mobile .bank-logo-188{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_188.png)}.mobile .bank-logo-189{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_189.png)}.mobile .bank-logo-190{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_190.png)}.mobile .bank-logo-191{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_191.png)}.mobile .bank-logo-192{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_192.png)}.mobile .bank-logo-193{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_193.png)}.mobile .bank-logo-194{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_194.png)}.mobile .bank-logo-195{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_195.png)}.mobile .bank-logo-196{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_196.png)}.mobile .bank-logo-197{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_197.png)}.mobile .bank-logo-198{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_198.png)}.mobile .bank-logo-199{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_199.png)}.mobile .bank-logo-200{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_200.png)}.mobile .bank-logo-201{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_201.png)}.mobile .bank-logo-202{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_202.png)}.mobile .bank-logo-221{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_221.png)}.mobile .bank-logo-230{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_230.png)}.mobile .bank-logo-231{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_231.png)}.mobile .bank-logo-275{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_275.png)}.mobile .bank-logo-277{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_277.png)}.mobile .bank-logo-279{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_279.png)}.mobile .bank-logo-289{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_289.png)}.mobile .bank-logo-290{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_290.png)}.mobile .bank-logo-291{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_291.png)}.mobile .bank-logo-292{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_292.png)}.mobile .bank-logo-293{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_293.png)}.mobile .bank-logo-2{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_2.png)}.mobile .bank-logo-3{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_3.png)}.mobile .bank-logo-5{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_5.png)}.mobile .bank-logo-6{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_6.png)}.mobile .bank-logo-14{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_14.png)}.mobile .bank-logo-17{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_17.png)}.mobile .bank-logo-18{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_18.png)}.mobile .bank-logo-20{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_20.png)}.mobile .bank-logo-22{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_22.png)}.mobile .bank-logo-26{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_26.png)}.mobile .bank-logo-28{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_28.png)}.mobile .bank-logo-31{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_31.png)}.mobile .bank-logo-33{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_33.png)}.mobile .bank-logo-41{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_41.png)}.mobile .bank-logo-43{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_43.png)}.mobile .bank-logo-45{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_45.png)}.mobile .bank-logo-46{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_46.png)}.mobile .bank-logo-48{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_48.png)}.mobile .bank-logo-49{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_49.png)}.mobile .bank-logo-50{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_50.png)}.mobile .bank-logo-51{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_51.png)}.mobile .bank-logo-52{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_52.png)}.mobile .bank-logo-53{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_53.png)}.mobile .bank-logo-54{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_54.png)}.mobile .bank-logo-58{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_58.png)}.mobile .bank-logo-59{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_59.png)}.mobile .bank-logo-64{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_64.png)}.mobile .bank-logo-65{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_65.png)}.mobile .bank-logo-66{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_66.png)}.mobile .bank-logo-67{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_67.png)}.mobile .bank-logo-69{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_69.png)}.mobile .bank-logo-75{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_75.png)}.mobile .bank-logo-76{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_76.png)}.mobile .bank-logo-81{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_81.png)}.mobile .bank-logo-84{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_84.png)}.mobile .bank-logo-85{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_85.png)}.mobile .bank-logo-87{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_87.png)}.mobile .bank-logo-88{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_88.png)}.mobile .bank-logo-90{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_90.png)}.mobile .bank-logo-92{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_92.png)}.mobile .bank-logo-95{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_95.png)}.mobile .bank-logo-99{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_99.png)}.mobile .bank-logo-107{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_107.png)}.mobile .bank-logo-112{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_112.png)}.mobile .bank-logo-116{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_116.png)}.mobile .bank-logo-119{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_119.png)}.mobile .bank-logo-124{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_124.png)}.mobile .bank-logo-129{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_129.png)}.mobile .bank-logo-131{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_131.png)}.mobile .bank-logo-136{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_136.png)}.mobile .bank-logo-140{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_140.png)}.mobile .bank-logo-141{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_141.png)}.mobile .bank-logo-143{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_143.png)}.mobile .bank-logo-144{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_144.png)}.mobile .bank-logo-147{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_147.png)}.mobile .bank-logo-152{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_152.png)}.mobile .bank-logo-153{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_153.png)}.mobile .bank-logo-154{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_154.png)}.mobile .bank-logo-156{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_156.png)}.mobile .bank-logo-157{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_157.png)}.mobile .bank-logo-158{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_158.png)}.mobile .bank-logo-161{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_161.png)}.mobile .bank-logo-164{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_164.png)}.mobile .bank-logo-172{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_172.png)}.mobile .bank-logo-173{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_173.png)}.mobile .bank-logo-176{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_176.png)}.mobile .bank-logo-177{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_177.png)}.mobile .bank-logo-178{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_178.png)}.mobile .bank-logo-181{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_181.png)}.mobile .bank-logo-185{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_185.png)}.mobile .bank-logo-203{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_203.png)}.mobile .bank-logo-204{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_204.png)}.mobile .bank-logo-205{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_205.png)}.mobile .bank-logo-206{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_206.png)}.mobile .bank-logo-207{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_207.png)}.mobile .bank-logo-208{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_208.png)}.mobile .bank-logo-209{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_209.png)}.mobile .bank-logo-210{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_210.png)}.mobile .bank-logo-211{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_211.png)}.mobile .bank-logo-212{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_212.png)}.mobile .bank-logo-213{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_213.png)}.mobile .bank-logo-214{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_214.png)}.mobile .bank-logo-215{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_215.png)}.mobile .bank-logo-216{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_216.png)}.mobile .bank-logo-217{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_217.png)}.mobile .bank-logo-218{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_218.png)}.mobile .bank-logo-219{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_219.png)}.mobile .bank-logo-220{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_220.png)}.mobile .bank-logo-222{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_222.png)}.mobile .bank-logo-223{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_223.png)}.mobile .bank-logo-224{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_224.png)}.mobile .bank-logo-225{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_225.png)}.mobile .bank-logo-226{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_226.png)}.mobile .bank-logo-227{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_227.png)}.mobile .bank-logo-228{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_228.png)}.mobile .bank-logo-229{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_229.png)}.mobile .bank-logo-232{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_232.png)}.mobile .bank-logo-233{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_233.png)}.mobile .bank-logo-234{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_234.png)}.mobile .bank-logo-235{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_235.png)}.mobile .bank-logo-236{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_236.png)}.mobile .bank-logo-237{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_237.png)}.mobile .bank-logo-238{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_238.png)}.mobile .bank-logo-239{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_239.png)}.mobile .bank-logo-240{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_240.png)}.mobile .bank-logo-241{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_241.png)}.mobile .bank-logo-242{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_242.png)}.mobile .bank-logo-243{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_243.png)}.mobile .bank-logo-244{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_244.png)}.mobile .bank-logo-245{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_245.png)}.mobile .bank-logo-246{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_246.png)}.mobile .bank-logo-247{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_247.png)}.mobile .bank-logo-248{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_248.png)}.mobile .bank-logo-249{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_249.png)}.mobile .bank-logo-250{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_250.png)}.mobile .bank-logo-251{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_251.png)}.mobile .bank-logo-252{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_252.png)}.mobile .bank-logo-253{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_253.png)}.mobile .bank-logo-254{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_254.png)}.mobile .bank-logo-255{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_255.png)}.mobile .bank-logo-256{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_256.png)}.mobile .bank-logo-257{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_257.png)}.mobile .bank-logo-258{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_258.png)}.mobile .bank-logo-259{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_259.png)}.mobile .bank-logo-260{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_260.png)}.mobile .bank-logo-261{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_261.png)}.mobile .bank-logo-262{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_262.png)}.mobile .bank-logo-263{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_263.png)}.mobile .bank-logo-264{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_264.png)}.mobile .bank-logo-265{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_265.png)}.mobile .bank-logo-266{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_266.png)}.mobile .bank-logo-267{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_267.png)}.mobile .bank-logo-268{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_268.png)}.mobile .bank-logo-269{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_269.png)}.mobile .bank-logo-270{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_270.png)}.mobile .bank-logo-271{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_271.png)}.mobile .bank-logo-272{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_272.png)}.mobile .bank-logo-273{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_273.png)}.mobile .bank-logo-274{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_274.png)}.mobile .bank-logo-276{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_276.png)}.mobile .bank-logo-278{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_278.png)}.mobile .bank-logo-280{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_280.png)}.mobile .bank-logo-281{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_281.png)}.mobile .bank-logo-282{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_282.png)}.mobile .bank-logo-283{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_283.png)}.mobile .bank-logo-284{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_284.png)}.mobile .bank-logo-285{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_285.png)}.mobile .bank-logo-286{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_286.png)}.mobile .bank-logo-287{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_287.png)}.mobile .bank-logo-288{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_288.png)}.mobile .bank-logo-1000{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_2000.png)}.mobile .bank-logo-2000{background-image:url(https://secure.przelewy24.pl/template/201312/method/pf_1000.png)}.navbar-nav .dropdown-menu ul{display:grid;grid-template-columns:repeat(2, 270px);grid-column-gap:20px}.iview-controlNav div.iview-items{left:0 !important}.bannercontainer .caption-contain{cursor:pointer}#apc_modal_1{padding:25px;display:block}#apc_modal_1 h5{color:#a443ff;text-align:center;font-size:1.1rem;margin-bottom:25px;line-height:1.25;font-weight:300}@media(min-width: 600px){#apc_modal_1 h5{white-space:nowrap}}#apc_modal_1 .content{display:grid;gap:10px;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));font-weight:300}#apc_modal_1 .content .left p:nth-child(2),#apc_modal_1 .content .right p:nth-child(2){font-size:1.5rem;color:#000d4c;font-weight:900}#apc_modal_1 .content .left p:nth-child(3),#apc_modal_1 .content .right p:nth-child(3){font-size:1.5rem;color:#a443ff;font-weight:300}.apc-popup .dont-show-again{padding:5px 10px;margin:1px;border-radius:5px;background-color:#3e2780 !important}.apc-popup .dont-show-again a{color:#fff !important}#product-details.fade{opacity:1 !important}#product-details.fade .product-manufacturer{display:none !important}#product-details.fade .product-reference{display:none !important}.leo-fly-cart-slidebar{max-width:calc(100vw - 393px)}.leo-fly-cart-slidebar .leo-dropdown-list-item-warpper{max-width:calc(100% - 389px);overflow:auto}@media(max-width: 1040px){.leo-fly-cart-slidebar .leo-dropdown-list-item-warpper{display:none}}.payment-options .payment-option.active{border:2px solid #a340ff}","// out: theme.css, compress: true, sourceMap: true\r\n@charset \"UTF-8\";\r\n@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');\r\n\r\n/*!\r\n * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)\r\n * Copyright 2011-2016 The Bootstrap Authors\r\n * Copyright 2011-2016 Twitter, Inc.\r\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\r\n */\r\n/***************************************************\r\n Mixins Themes\r\n/***************************************************/\r\n/* Mixin Normal*/\r\n/* Mixin Clear */\r\n/* Mixin Border */\r\n/*background RGBA\r\n============================================*/\r\n/***************************************************\r\n Mixins RTL Themes\r\n/***************************************************/\r\n/************************************\r\n\tOverride Bootstrap\r\n*************************************/\r\n@media print {\r\n\r\n *,\r\n *::before,\r\n *::after,\r\n *::first-letter,\r\n p::first-line,\r\n div::first-line,\r\n blockquote::first-line,\r\n li::first-line {\r\n text-shadow: none !important;\r\n box-shadow: none !important;\r\n }\r\n\r\n a,\r\n a:visited {\r\n text-decoration: underline;\r\n }\r\n\r\n abbr[title]::after {\r\n content: ' ('attr(title) ')';\r\n }\r\n\r\n pre {\r\n white-space: pre-wrap !important;\r\n }\r\n\r\n pre,\r\n blockquote {\r\n border: 1px solid #999;\r\n page-break-inside: avoid;\r\n }\r\n\r\n thead {\r\n display: table-header-group;\r\n }\r\n\r\n tr,\r\n img {\r\n page-break-inside: avoid;\r\n }\r\n\r\n p,\r\n h2,\r\n h3 {\r\n orphans: 3;\r\n widows: 3;\r\n }\r\n\r\n h2,\r\n h3 {\r\n page-break-after: avoid;\r\n }\r\n\r\n .navbar {\r\n display: none;\r\n }\r\n\r\n .btn>.caret,\r\n .dropup>.btn>.caret {\r\n border-top-color: #000 !important;\r\n }\r\n\r\n .tag {\r\n border: 1px solid #000;\r\n }\r\n\r\n .table {\r\n border-collapse: collapse !important;\r\n }\r\n\r\n .table td,\r\n .table th {\r\n background-color: #fff !important;\r\n }\r\n\r\n .table-bordered th,\r\n .table-bordered td {\r\n border: 1px solid #ddd !important;\r\n }\r\n}\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6,\r\n.h1,\r\n.h2,\r\n.h3,\r\n.h4,\r\n.h5,\r\n.h6 {\r\n margin-bottom: 0.5rem;\r\n font-family: 'Poppins', sans-serif;\r\n font-weight: 600;\r\n line-height: 1.1;\r\n color: black;\r\n}\r\n\r\nh1,\r\n.h1 {\r\n font-size: 22px;\r\n}\r\n\r\nh2,\r\n.h2 {\r\n font-size: 20px;\r\n}\r\n\r\nh3,\r\n.h3 {\r\n font-size: 18px;\r\n}\r\n\r\nh4,\r\n.h4 {\r\n font-size: 18px;\r\n}\r\n\r\nh5,\r\n.h5 {\r\n font-size: 16px;\r\n}\r\n\r\nh6,\r\n.h6 {\r\n font-size: 15px;\r\n}\r\n\r\n.lead {\r\n font-size: 1.25rem;\r\n font-weight: 300;\r\n}\r\n\r\n.display-1 {\r\n font-size: 6rem;\r\n font-weight: 300;\r\n}\r\n\r\n.display-2 {\r\n font-size: 5.5rem;\r\n font-weight: 300;\r\n}\r\n\r\n.display-3 {\r\n font-size: 4.5rem;\r\n font-weight: 300;\r\n}\r\n\r\n.display-4 {\r\n font-size: 3.5rem;\r\n font-weight: 300;\r\n}\r\n\r\nhr {\r\n margin-top: 1rem;\r\n margin-bottom: 1rem;\r\n border: 0;\r\n border-top: 1px solid rgba(0, 0, 0, 0.1);\r\n}\r\n\r\nsmall,\r\n.small {\r\n font-size: 80%;\r\n font-weight: normal;\r\n}\r\n\r\nmark,\r\n.mark {\r\n padding: 0.2em;\r\n background-color: #fcf8e3;\r\n}\r\n\r\n.list-unstyled {\r\n padding-left: 0;\r\n list-style: none;\r\n}\r\n\r\n.list-inline {\r\n padding-left: 0;\r\n list-style: none;\r\n}\r\n\r\n.list-inline-item {\r\n display: inline-block;\r\n}\r\n\r\n.list-inline-item:not(:last-child) {\r\n margin-right: 5px;\r\n}\r\n\r\n.initialism {\r\n font-size: 90%;\r\n text-transform: uppercase;\r\n}\r\n\r\n.blockquote {\r\n padding: 0.5rem 1rem;\r\n margin-bottom: 1rem;\r\n font-size: 1.25rem;\r\n border-left: 0.25rem solid #eceeef;\r\n}\r\n\r\n.blockquote-footer {\r\n display: block;\r\n font-size: 80%;\r\n color: #818a91;\r\n}\r\n\r\n.blockquote-footer::before {\r\n content: '\\2014 \\00A0';\r\n}\r\n\r\n.blockquote-reverse {\r\n padding-right: 1rem;\r\n padding-left: 0;\r\n text-align: right;\r\n border-right: 0.25rem solid #eceeef;\r\n border-left: 0;\r\n}\r\n\r\n.blockquote-reverse .blockquote-footer::before {\r\n content: '';\r\n}\r\n\r\n.blockquote-reverse .blockquote-footer::after {\r\n content: '\\00A0 \\2014';\r\n}\r\n\r\ndl.row>dd+dt {\r\n clear: left;\r\n}\r\n\r\n.img-fluid,\r\n.carousel-inner>.carousel-item>img,\r\n.carousel-inner>.carousel-item>a>img {\r\n max-width: 100%;\r\n height: auto;\r\n}\r\n\r\n.img-thumbnail {\r\n padding: 0.25rem;\r\n background-color: #fff;\r\n border: 1px solid #ddd;\r\n border-radius: 0.25rem;\r\n transition: all 0.2s ease-in-out;\r\n max-width: 100%;\r\n height: auto;\r\n}\r\n\r\n.figure {\r\n display: inline-block;\r\n}\r\n\r\n.figure-img {\r\n margin-bottom: 0.5rem;\r\n line-height: 1;\r\n}\r\n\r\n.figure-caption {\r\n font-size: 90%;\r\n color: #ebebeb;\r\n}\r\n\r\ncode,\r\nkbd,\r\npre,\r\nsamp {\r\n font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',\r\n monospace;\r\n}\r\n\r\ncode {\r\n padding: 0.2rem 0.4rem;\r\n font-size: 90%;\r\n color: #bd4147;\r\n background-color: #f7f7f9;\r\n border-radius: 0.25rem;\r\n}\r\n\r\nkbd {\r\n padding: 0.2rem 0.4rem;\r\n font-size: 90%;\r\n color: #fff;\r\n background-color: #333;\r\n border-radius: 0.2rem;\r\n}\r\n\r\nkbd kbd {\r\n padding: 0;\r\n font-size: 100%;\r\n font-weight: bold;\r\n}\r\n\r\npre {\r\n display: block;\r\n margin-top: 0;\r\n margin-bottom: 1rem;\r\n font-size: 90%;\r\n color: #373a3c;\r\n}\r\n\r\npre code {\r\n padding: 0;\r\n font-size: inherit;\r\n color: inherit;\r\n background-color: transparent;\r\n border-radius: 0;\r\n}\r\n\r\n.pre-scrollable {\r\n max-height: 340px;\r\n overflow-y: scroll;\r\n}\r\n\r\n.table {\r\n width: 100%;\r\n max-width: 100%;\r\n margin-bottom: 1rem;\r\n}\r\n\r\n.table th,\r\n.table td {\r\n padding: 0.75rem;\r\n vertical-align: top;\r\n border-top: 1px solid #eceeef;\r\n}\r\n\r\n.table thead th {\r\n vertical-align: bottom;\r\n border-bottom: 2px solid #eceeef;\r\n}\r\n\r\n.table tbody+tbody {\r\n border-top: 2px solid #eceeef;\r\n}\r\n\r\n.table .table {\r\n background-color: #f8f8f8;\r\n}\r\n\r\n.table-sm th,\r\n.table-sm td {\r\n padding: 0.3rem;\r\n}\r\n\r\n.table-bordered {\r\n border: 1px solid #eceeef;\r\n}\r\n\r\n.table-bordered th,\r\n.table-bordered td {\r\n border: 1px solid #eceeef;\r\n}\r\n\r\n.table-bordered thead th,\r\n.table-bordered thead td {\r\n border-bottom-width: 2px;\r\n}\r\n\r\n.table-striped tbody tr:nth-of-type(odd) {\r\n background-color: rgba(0, 0, 0, 0.05);\r\n}\r\n\r\n.table-hover tbody tr:hover {\r\n background-color: rgba(0, 0, 0, 0.075);\r\n}\r\n\r\n.table-active,\r\n.table-active>th,\r\n.table-active>td {\r\n background-color: rgba(0, 0, 0, 0.075);\r\n}\r\n\r\n.table-hover .table-active:hover {\r\n background-color: rgba(0, 0, 0, 0.075);\r\n}\r\n\r\n.table-hover .table-active:hover>td,\r\n.table-hover .table-active:hover>th {\r\n background-color: rgba(0, 0, 0, 0.075);\r\n}\r\n\r\n.table-success,\r\n.table-success>th,\r\n.table-success>td {\r\n background-color: #dff0d8;\r\n}\r\n\r\n.table-hover .table-success:hover {\r\n background-color: #d0e9c6;\r\n}\r\n\r\n.table-hover .table-success:hover>td,\r\n.table-hover .table-success:hover>th {\r\n background-color: #d0e9c6;\r\n}\r\n\r\n.table-info,\r\n.table-info>th,\r\n.table-info>td {\r\n background-color: #d9edf7;\r\n}\r\n\r\n.table-hover .table-info:hover {\r\n background-color: #c4e3f3;\r\n}\r\n\r\n.table-hover .table-info:hover>td,\r\n.table-hover .table-info:hover>th {\r\n background-color: #c4e3f3;\r\n}\r\n\r\n.table-warning,\r\n.table-warning>th,\r\n.table-warning>td {\r\n background-color: #fcf8e3;\r\n}\r\n\r\n.table-hover .table-warning:hover {\r\n background-color: #faf2cc;\r\n}\r\n\r\n.table-hover .table-warning:hover>td,\r\n.table-hover .table-warning:hover>th {\r\n background-color: #faf2cc;\r\n}\r\n\r\n.table-danger,\r\n.table-danger>th,\r\n.table-danger>td {\r\n background-color: #f2dede;\r\n}\r\n\r\n.table-hover .table-danger:hover {\r\n background-color: #ebcccc;\r\n}\r\n\r\n.table-hover .table-danger:hover>td,\r\n.table-hover .table-danger:hover>th {\r\n background-color: #ebcccc;\r\n}\r\n\r\n.thead-inverse th {\r\n color: #fff;\r\n background-color: #878787;\r\n}\r\n\r\n.thead-default th {\r\n color: #acaaa6;\r\n background-color: #f6f6f6;\r\n}\r\n\r\n.table-inverse {\r\n color: #f6f6f6;\r\n background-color: #878787;\r\n}\r\n\r\n.table-inverse th,\r\n.table-inverse td,\r\n.table-inverse thead th {\r\n border-color: #acaaa6;\r\n}\r\n\r\n.table-inverse.table-bordered {\r\n border: 0;\r\n}\r\n\r\n.table-responsive {\r\n display: block;\r\n width: 100%;\r\n min-height: 0%;\r\n overflow-x: auto;\r\n}\r\n\r\n.table-reflow thead {\r\n float: left;\r\n}\r\n\r\n.table-reflow tbody {\r\n display: block;\r\n white-space: nowrap;\r\n}\r\n\r\n.table-reflow th,\r\n.table-reflow td {\r\n border-top: 1px solid #eceeef;\r\n border-left: 1px solid #eceeef;\r\n}\r\n\r\n.table-reflow th:last-child,\r\n.table-reflow td:last-child {\r\n border-right: 1px solid #eceeef;\r\n}\r\n\r\n.table-reflow thead:last-child tr:last-child th,\r\n.table-reflow thead:last-child tr:last-child td,\r\n.table-reflow tbody:last-child tr:last-child th,\r\n.table-reflow tbody:last-child tr:last-child td,\r\n.table-reflow tfoot:last-child tr:last-child th,\r\n.table-reflow tfoot:last-child tr:last-child td {\r\n border-bottom: 1px solid #eceeef;\r\n}\r\n\r\n.table-reflow tr {\r\n float: left;\r\n}\r\n\r\n.table-reflow tr th,\r\n.table-reflow tr td {\r\n display: block !important;\r\n border: 1px solid #eceeef;\r\n}\r\n\r\n.form-control {\r\n display: block;\r\n width: 100%;\r\n padding: 0.5rem 0.75rem;\r\n font-size: 1rem;\r\n line-height: 1.25;\r\n color: #55595c;\r\n background-color: #fff;\r\n background-image: none;\r\n background-clip: padding-box;\r\n border: 1px solid rgba(0, 0, 0, 0.15);\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.form-control::-ms-expand {\r\n background-color: transparent;\r\n border: 0;\r\n}\r\n\r\n.form-control:focus {\r\n color: #55595c;\r\n background-color: #fff;\r\n border-color: #66afe9;\r\n outline: none;\r\n}\r\n\r\n.form-control::placeholder {\r\n color: #999;\r\n opacity: 1;\r\n}\r\n\r\n.form-control:disabled,\r\n.form-control[readonly] {\r\n background-color: #eceeef;\r\n opacity: 1;\r\n}\r\n\r\n.form-control:disabled {\r\n cursor: not-allowed;\r\n}\r\n\r\nselect.form-control:not([size]):not([multiple]) {\r\n height: calc(2.5rem - 2px);\r\n}\r\n\r\nselect.form-control:focus::-ms-value {\r\n color: #55595c;\r\n background-color: #fff;\r\n}\r\n\r\n.form-control-file,\r\n.form-control-range {\r\n display: block;\r\n}\r\n\r\n.col-form-label {\r\n padding-top: 0.5rem;\r\n padding-bottom: 0.5rem;\r\n margin-bottom: 0;\r\n}\r\n\r\n.col-form-label-lg {\r\n padding-top: 0.75rem;\r\n padding-bottom: 0.75rem;\r\n font-size: 14px;\r\n}\r\n\r\n.col-form-label-sm {\r\n padding-top: 0.25rem;\r\n padding-bottom: 0.25rem;\r\n font-size: 13px;\r\n}\r\n\r\n.col-form-legend {\r\n padding-top: 0.5rem;\r\n padding-bottom: 0.5rem;\r\n margin-bottom: 0;\r\n font-size: 1rem;\r\n}\r\n\r\n.form-control-static {\r\n padding-top: 0.5rem;\r\n padding-bottom: 0.5rem;\r\n line-height: 1.25;\r\n border: solid transparent;\r\n border-width: 1px 0;\r\n}\r\n\r\n.form-control-static.form-control-sm,\r\n.input-group-sm>.form-control-static.form-control,\r\n.input-group-sm>.form-control-static.input-group-addon,\r\n.input-group-sm>.input-group-btn>.form-control-static.btn,\r\n.form-control-static.form-control-lg,\r\n.input-group-lg>.form-control-static.form-control,\r\n.input-group-lg>.form-control-static.input-group-addon,\r\n.input-group-lg>.input-group-btn>.form-control-static.btn {\r\n padding-right: 0;\r\n padding-left: 0;\r\n}\r\n\r\n.form-control-sm,\r\n.input-group-sm>.form-control,\r\n.input-group-sm>.input-group-addon,\r\n.input-group-sm>.input-group-btn>.btn {\r\n padding: 0.25rem 0.5rem;\r\n font-size: 13px;\r\n border-radius: 0.2rem;\r\n}\r\n\r\nselect.form-control-sm:not([size]):not([multiple]),\r\n.input-group-sm>select.form-control:not([size]):not([multiple]),\r\n.input-group-sm>select.input-group-addon:not([size]):not([multiple]),\r\n.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {\r\n height: 1.8125rem;\r\n}\r\n\r\n.form-control-lg,\r\n.input-group-lg>.form-control,\r\n.input-group-lg>.input-group-addon,\r\n.input-group-lg>.input-group-btn>.btn {\r\n padding: 0.75rem 1.5rem;\r\n font-size: 14px;\r\n border-radius: 0.3rem;\r\n}\r\n\r\nselect.form-control-lg:not([size]):not([multiple]),\r\n.input-group-lg>select.form-control:not([size]):not([multiple]),\r\n.input-group-lg>select.input-group-addon:not([size]):not([multiple]),\r\n.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {\r\n height: 3.16667rem;\r\n}\r\n\r\n.form-group {\r\n margin-bottom: 1rem;\r\n}\r\n\r\n.form-text {\r\n display: block;\r\n margin-top: 0.25rem;\r\n}\r\n\r\n.form-check {\r\n position: relative;\r\n display: block;\r\n margin-bottom: 0.75rem;\r\n}\r\n\r\n.form-check+.form-check {\r\n margin-top: -0.25rem;\r\n}\r\n\r\n.form-check.disabled .form-check-label {\r\n color: #acaaa6;\r\n cursor: not-allowed;\r\n}\r\n\r\n.form-check-label {\r\n padding-left: 1.25rem;\r\n margin-bottom: 0;\r\n cursor: pointer;\r\n}\r\n\r\n.form-check-input {\r\n position: absolute;\r\n margin-top: 0.25rem;\r\n margin-left: -1.25rem;\r\n}\r\n\r\n.form-check-input:only-child {\r\n position: static;\r\n}\r\n\r\n.form-check-inline {\r\n position: relative;\r\n display: inline-block;\r\n padding-left: 1.25rem;\r\n margin-bottom: 0;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n}\r\n\r\n.form-check-inline+.form-check-inline {\r\n margin-left: 0.75rem;\r\n}\r\n\r\n.form-check-inline.disabled {\r\n color: #acaaa6;\r\n cursor: not-allowed;\r\n}\r\n\r\n.form-control-feedback {\r\n margin-top: 0.25rem;\r\n}\r\n\r\n.form-control-success,\r\n.form-control-warning,\r\n.form-control-danger {\r\n padding-right: 2.25rem;\r\n background-repeat: no-repeat;\r\n background-position: center right 0.625rem;\r\n background-size: 1.25rem 1.25rem;\r\n}\r\n\r\n.has-success .form-control-feedback,\r\n.has-success .form-control-label,\r\n.has-success .form-check-label,\r\n.has-success .form-check-inline,\r\n.has-success .custom-control {\r\n color: #a340ff;\r\n}\r\n\r\n.has-success .form-control {\r\n border-color: #a340ff;\r\n}\r\n\r\n.has-success .form-control:focus {\r\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;\r\n}\r\n\r\n.has-success .input-group-addon {\r\n color: #a340ff;\r\n border-color: #a340ff;\r\n background-color: #e0f3e5;\r\n}\r\n\r\n.has-success .form-control-success {\r\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");\r\n}\r\n\r\n.has-warning .form-control-feedback,\r\n.has-warning .form-control-label,\r\n.has-warning .form-check-label,\r\n.has-warning .form-check-inline,\r\n.has-warning .custom-control {\r\n color: #ff9a52;\r\n}\r\n\r\n.has-warning .form-control {\r\n border-color: #ff9a52;\r\n}\r\n\r\n.has-warning .form-control:focus {\r\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;\r\n}\r\n\r\n.has-warning .input-group-addon {\r\n color: #ff9a52;\r\n border-color: #ff9a52;\r\n background-color: white;\r\n}\r\n\r\n.has-warning .form-control-warning {\r\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\");\r\n}\r\n\r\n.has-danger .form-control-feedback,\r\n.has-danger .form-control-label,\r\n.has-danger .form-check-label,\r\n.has-danger .form-check-inline,\r\n.has-danger .custom-control {\r\n color: #ff4c4c;\r\n}\r\n\r\n.has-danger .form-control {\r\n border-color: #ff4c4c;\r\n}\r\n\r\n.has-danger .form-control:focus {\r\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;\r\n}\r\n\r\n.has-danger .input-group-addon {\r\n color: #ff4c4c;\r\n border-color: #ff4c4c;\r\n background-color: white;\r\n}\r\n\r\n.has-danger .form-control-danger {\r\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .form-inline .form-group {\r\n display: inline-block;\r\n margin-bottom: 0;\r\n vertical-align: middle;\r\n }\r\n\r\n .form-inline .form-control {\r\n display: inline-block;\r\n width: auto;\r\n vertical-align: middle;\r\n }\r\n\r\n .form-inline .form-control-static {\r\n display: inline-block;\r\n }\r\n\r\n .form-inline .input-group {\r\n display: inline-table;\r\n width: auto;\r\n vertical-align: middle;\r\n }\r\n\r\n .form-inline .input-group .input-group-addon,\r\n .form-inline .input-group .input-group-btn,\r\n .form-inline .input-group .form-control {\r\n width: auto;\r\n }\r\n\r\n .form-inline .input-group>.form-control {\r\n width: 100%;\r\n }\r\n\r\n .form-inline .form-control-label {\r\n margin-bottom: 0;\r\n vertical-align: middle;\r\n }\r\n\r\n .form-inline .form-check {\r\n display: inline-block;\r\n margin-top: 0;\r\n margin-bottom: 0;\r\n vertical-align: middle;\r\n }\r\n\r\n .form-inline .form-check-label {\r\n padding-left: 0;\r\n }\r\n\r\n .form-inline .form-check-input {\r\n position: relative;\r\n margin-left: 0;\r\n }\r\n\r\n .form-inline .has-feedback .form-control-feedback {\r\n top: 0;\r\n }\r\n}\r\n\r\n.btn {\r\n display: inline-block;\r\n font-weight: normal;\r\n line-height: 1.25;\r\n text-align: center;\r\n white-space: nowrap;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n user-select: none;\r\n border: 1px solid transparent;\r\n padding: 0.5rem 1rem;\r\n font-size: 1rem;\r\n border-radius: 2px;\r\n}\r\n\r\n.btn:focus,\r\n.btn.focus,\r\n.btn:active:focus,\r\n.btn:active.focus,\r\n.btn.active:focus,\r\n.btn.active.focus {\r\n outline: 5px auto -webkit-focus-ring-color;\r\n outline-offset: -2px;\r\n}\r\n\r\n.btn:focus,\r\n.btn:hover {\r\n text-decoration: none;\r\n}\r\n\r\n.btn.focus {\r\n text-decoration: none;\r\n}\r\n\r\n.btn:active,\r\n.btn.active {\r\n background-image: none;\r\n outline: 0;\r\n}\r\n\r\n.btn.disabled,\r\n.btn:disabled {\r\n cursor: not-allowed;\r\n opacity: 0.65;\r\n}\r\n\r\na.btn.disabled,\r\nfieldset[disabled] a.btn {\r\n pointer-events: none;\r\n}\r\n\r\n.btn-primary {\r\n color: #fff;\r\n background-color: #3387f2;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-primary:hover {\r\n color: #fff;\r\n background-color: #0e6ce4;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-primary:focus,\r\n.btn-primary.focus {\r\n color: #fff;\r\n background-color: #0e6ce4;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-primary:active,\r\n.btn-primary.active,\r\n.open>.btn-primary.dropdown-toggle {\r\n color: #fff;\r\n background-color: #0e6ce4;\r\n border-color: transparent;\r\n background-image: none;\r\n}\r\n\r\n.btn-primary:active:hover,\r\n.btn-primary:active:focus,\r\n.btn-primary:active.focus,\r\n.btn-primary.active:hover,\r\n.btn-primary.active:focus,\r\n.btn-primary.active.focus,\r\n.open>.btn-primary.dropdown-toggle:hover,\r\n.open>.btn-primary.dropdown-toggle:focus,\r\n.open>.btn-primary.dropdown-toggle.focus {\r\n color: #fff;\r\n background-color: #0c5cc2;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-primary.disabled:focus,\r\n.btn-primary.disabled.focus,\r\n.btn-primary:disabled:focus,\r\n.btn-primary:disabled.focus {\r\n background-color: #3387f2;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-primary.disabled:hover,\r\n.btn-primary:disabled:hover {\r\n background-color: #3387f2;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-secondary,\r\n.btn-tertiary {\r\n color: #414141;\r\n background-color: #f6f6f6;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-secondary:hover,\r\n.btn-tertiary:hover {\r\n color: #414141;\r\n background-color: #dddddd;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-secondary:focus,\r\n.btn-tertiary:focus,\r\n.btn-secondary.focus,\r\n.focus.btn-tertiary {\r\n color: #414141;\r\n background-color: #dddddd;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-secondary:active,\r\n.btn-tertiary:active,\r\n.btn-secondary.active,\r\n.active.btn-tertiary,\r\n.open>.btn-secondary.dropdown-toggle,\r\n.open>.dropdown-toggle.btn-tertiary {\r\n color: #414141;\r\n background-color: #dddddd;\r\n border-color: transparent;\r\n background-image: none;\r\n}\r\n\r\n.btn-secondary:active:hover,\r\n.btn-tertiary:active:hover,\r\n.btn-secondary:active:focus,\r\n.btn-tertiary:active:focus,\r\n.btn-secondary:active.focus,\r\n.btn-tertiary:active.focus,\r\n.btn-secondary.active:hover,\r\n.active.btn-tertiary:hover,\r\n.btn-secondary.active:focus,\r\n.active.btn-tertiary:focus,\r\n.btn-secondary.active.focus,\r\n.active.focus.btn-tertiary,\r\n.open>.btn-secondary.dropdown-toggle:hover,\r\n.open>.dropdown-toggle.btn-tertiary:hover,\r\n.open>.btn-secondary.dropdown-toggle:focus,\r\n.open>.dropdown-toggle.btn-tertiary:focus,\r\n.open>.btn-secondary.dropdown-toggle.focus,\r\n.open>.dropdown-toggle.focus.btn-tertiary {\r\n color: #414141;\r\n background-color: #cbcbcb;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-secondary.disabled:focus,\r\n.disabled.btn-tertiary:focus,\r\n.btn-secondary.disabled.focus,\r\n.disabled.focus.btn-tertiary,\r\n.btn-secondary:disabled:focus,\r\n.btn-tertiary:disabled:focus,\r\n.btn-secondary:disabled.focus,\r\n.btn-tertiary:disabled.focus {\r\n background-color: #f6f6f6;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-secondary.disabled:hover,\r\n.disabled.btn-tertiary:hover,\r\n.btn-secondary:disabled:hover,\r\n.btn-tertiary:disabled:hover {\r\n background-color: #f6f6f6;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-info {\r\n color: #fff;\r\n background-color: #5bc0de;\r\n border-color: #5bc0de;\r\n}\r\n\r\n.btn-info:hover {\r\n color: #fff;\r\n background-color: #31b0d5;\r\n border-color: #2aabd2;\r\n}\r\n\r\n.btn-info:focus,\r\n.btn-info.focus {\r\n color: #fff;\r\n background-color: #31b0d5;\r\n border-color: #2aabd2;\r\n}\r\n\r\n.btn-info:active,\r\n.btn-info.active,\r\n.open>.btn-info.dropdown-toggle {\r\n color: #fff;\r\n background-color: #31b0d5;\r\n border-color: #2aabd2;\r\n background-image: none;\r\n}\r\n\r\n.btn-info:active:hover,\r\n.btn-info:active:focus,\r\n.btn-info:active.focus,\r\n.btn-info.active:hover,\r\n.btn-info.active:focus,\r\n.btn-info.active.focus,\r\n.open>.btn-info.dropdown-toggle:hover,\r\n.open>.btn-info.dropdown-toggle:focus,\r\n.open>.btn-info.dropdown-toggle.focus {\r\n color: #fff;\r\n background-color: #269abc;\r\n border-color: #1f7e9a;\r\n}\r\n\r\n.btn-info.disabled:focus,\r\n.btn-info.disabled.focus,\r\n.btn-info:disabled:focus,\r\n.btn-info:disabled.focus {\r\n background-color: #5bc0de;\r\n border-color: #5bc0de;\r\n}\r\n\r\n.btn-info.disabled:hover,\r\n.btn-info:disabled:hover {\r\n background-color: #5bc0de;\r\n border-color: #5bc0de;\r\n}\r\n\r\n.btn-success {\r\n color: #fff;\r\n background-color: #5cb85c;\r\n border-color: #5cb85c;\r\n}\r\n\r\n.btn-success:hover {\r\n color: #fff;\r\n background-color: #449d44;\r\n border-color: #419641;\r\n}\r\n\r\n.btn-success:focus,\r\n.btn-success.focus {\r\n color: #fff;\r\n background-color: #449d44;\r\n border-color: #419641;\r\n}\r\n\r\n.btn-success:active,\r\n.btn-success.active,\r\n.open>.btn-success.dropdown-toggle {\r\n color: #fff;\r\n background-color: #449d44;\r\n border-color: #419641;\r\n background-image: none;\r\n}\r\n\r\n.btn-success:active:hover,\r\n.btn-success:active:focus,\r\n.btn-success:active.focus,\r\n.btn-success.active:hover,\r\n.btn-success.active:focus,\r\n.btn-success.active.focus,\r\n.open>.btn-success.dropdown-toggle:hover,\r\n.open>.btn-success.dropdown-toggle:focus,\r\n.open>.btn-success.dropdown-toggle.focus {\r\n color: #fff;\r\n background-color: #398439;\r\n border-color: #2d672d;\r\n}\r\n\r\n.btn-success.disabled:focus,\r\n.btn-success.disabled.focus,\r\n.btn-success:disabled:focus,\r\n.btn-success:disabled.focus {\r\n background-color: #5cb85c;\r\n border-color: #5cb85c;\r\n}\r\n\r\n.btn-success.disabled:hover,\r\n.btn-success:disabled:hover {\r\n background-color: #5cb85c;\r\n border-color: #5cb85c;\r\n}\r\n\r\n.btn-warning {\r\n color: white;\r\n background-color: #ff9a52;\r\n border-color: #f0ad4e;\r\n}\r\n\r\n.btn-warning:hover {\r\n color: white;\r\n background-color: #ff7c1f;\r\n border-color: #eb9316;\r\n}\r\n\r\n.btn-warning:focus,\r\n.btn-warning.focus {\r\n color: white;\r\n background-color: #ff7c1f;\r\n border-color: #eb9316;\r\n}\r\n\r\n.btn-warning:active,\r\n.btn-warning.active,\r\n.open>.btn-warning.dropdown-toggle {\r\n color: white;\r\n background-color: #ff7c1f;\r\n border-color: #eb9316;\r\n background-image: none;\r\n}\r\n\r\n.btn-warning:active:hover,\r\n.btn-warning:active:focus,\r\n.btn-warning:active.focus,\r\n.btn-warning.active:hover,\r\n.btn-warning.active:focus,\r\n.btn-warning.active.focus,\r\n.open>.btn-warning.dropdown-toggle:hover,\r\n.open>.btn-warning.dropdown-toggle:focus,\r\n.open>.btn-warning.dropdown-toggle.focus {\r\n color: white;\r\n background-color: #fa6800;\r\n border-color: #b06d0f;\r\n}\r\n\r\n.btn-warning.disabled:focus,\r\n.btn-warning.disabled.focus,\r\n.btn-warning:disabled:focus,\r\n.btn-warning:disabled.focus {\r\n background-color: #ff9a52;\r\n border-color: #f0ad4e;\r\n}\r\n\r\n.btn-warning.disabled:hover,\r\n.btn-warning:disabled:hover {\r\n background-color: #ff9a52;\r\n border-color: #f0ad4e;\r\n}\r\n\r\n.btn-danger {\r\n color: #fff;\r\n background-color: #d9534f;\r\n border-color: #d9534f;\r\n}\r\n\r\n.btn-danger:hover {\r\n color: #fff;\r\n background-color: #c9302c;\r\n border-color: #c12e2a;\r\n}\r\n\r\n.btn-danger:focus,\r\n.btn-danger.focus {\r\n color: #fff;\r\n background-color: #c9302c;\r\n border-color: #c12e2a;\r\n}\r\n\r\n.btn-danger:active,\r\n.btn-danger.active,\r\n.open>.btn-danger.dropdown-toggle {\r\n color: #fff;\r\n background-color: #c9302c;\r\n border-color: #c12e2a;\r\n background-image: none;\r\n}\r\n\r\n.btn-danger:active:hover,\r\n.btn-danger:active:focus,\r\n.btn-danger:active.focus,\r\n.btn-danger.active:hover,\r\n.btn-danger.active:focus,\r\n.btn-danger.active.focus,\r\n.open>.btn-danger.dropdown-toggle:hover,\r\n.open>.btn-danger.dropdown-toggle:focus,\r\n.open>.btn-danger.dropdown-toggle.focus {\r\n color: #fff;\r\n background-color: #ac2925;\r\n border-color: #8b211e;\r\n}\r\n\r\n.btn-danger.disabled:focus,\r\n.btn-danger.disabled.focus,\r\n.btn-danger:disabled:focus,\r\n.btn-danger:disabled.focus {\r\n background-color: #d9534f;\r\n border-color: #d9534f;\r\n}\r\n\r\n.btn-danger.disabled:hover,\r\n.btn-danger:disabled:hover {\r\n background-color: #d9534f;\r\n border-color: #d9534f;\r\n}\r\n\r\n.btn-outline-primary {\r\n color: #3387f2;\r\n background-image: none;\r\n background-color: transparent;\r\n border-color: #3387f2;\r\n}\r\n\r\n.btn-outline-primary:hover {\r\n color: #fff;\r\n background-color: #3387f2;\r\n border-color: #3387f2;\r\n}\r\n\r\n.btn-outline-primary:focus,\r\n.btn-outline-primary.focus {\r\n color: #fff;\r\n background-color: #3387f2;\r\n border-color: #3387f2;\r\n}\r\n\r\n.btn-outline-primary:active,\r\n.btn-outline-primary.active,\r\n.open>.btn-outline-primary.dropdown-toggle {\r\n color: #fff;\r\n background-color: #3387f2;\r\n border-color: #3387f2;\r\n}\r\n\r\n.btn-outline-primary:active:hover,\r\n.btn-outline-primary:active:focus,\r\n.btn-outline-primary:active.focus,\r\n.btn-outline-primary.active:hover,\r\n.btn-outline-primary.active:focus,\r\n.btn-outline-primary.active.focus,\r\n.open>.btn-outline-primary.dropdown-toggle:hover,\r\n.open>.btn-outline-primary.dropdown-toggle:focus,\r\n.open>.btn-outline-primary.dropdown-toggle.focus {\r\n color: #fff;\r\n background-color: #0c5cc2;\r\n border-color: #0a4a9c;\r\n}\r\n\r\n.btn-outline-primary.disabled:focus,\r\n.btn-outline-primary.disabled.focus,\r\n.btn-outline-primary:disabled:focus,\r\n.btn-outline-primary:disabled.focus {\r\n border-color: #93bff8;\r\n}\r\n\r\n.btn-outline-primary.disabled:hover,\r\n.btn-outline-primary:disabled:hover {\r\n border-color: #93bff8;\r\n}\r\n\r\n.btn-outline-secondary {\r\n color: transparent;\r\n background-image: none;\r\n background-color: transparent;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-outline-secondary:hover {\r\n color: #fff;\r\n background-color: transparent;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-outline-secondary:focus,\r\n.btn-outline-secondary.focus {\r\n color: #fff;\r\n background-color: transparent;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-outline-secondary:active,\r\n.btn-outline-secondary.active,\r\n.open>.btn-outline-secondary.dropdown-toggle {\r\n color: #fff;\r\n background-color: transparent;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-outline-secondary:active:hover,\r\n.btn-outline-secondary:active:focus,\r\n.btn-outline-secondary:active.focus,\r\n.btn-outline-secondary.active:hover,\r\n.btn-outline-secondary.active:focus,\r\n.btn-outline-secondary.active.focus,\r\n.open>.btn-outline-secondary.dropdown-toggle:hover,\r\n.open>.btn-outline-secondary.dropdown-toggle:focus,\r\n.open>.btn-outline-secondary.dropdown-toggle.focus {\r\n color: #fff;\r\n background-color: transparent;\r\n border-color: transparent;\r\n}\r\n\r\n.btn-outline-secondary.disabled:focus,\r\n.btn-outline-secondary.disabled.focus,\r\n.btn-outline-secondary:disabled:focus,\r\n.btn-outline-secondary:disabled.focus {\r\n border-color: rgba(51, 51, 51, 0);\r\n}\r\n\r\n.btn-outline-secondary.disabled:hover,\r\n.btn-outline-secondary:disabled:hover {\r\n border-color: rgba(51, 51, 51, 0);\r\n}\r\n\r\n.btn-outline-info {\r\n color: #5bc0de;\r\n background-image: none;\r\n background-color: transparent;\r\n border-color: #5bc0de;\r\n}\r\n\r\n.btn-outline-info:hover {\r\n color: #fff;\r\n background-color: #5bc0de;\r\n border-color: #5bc0de;\r\n}\r\n\r\n.btn-outline-info:focus,\r\n.btn-outline-info.focus {\r\n color: #fff;\r\n background-color: #5bc0de;\r\n border-color: #5bc0de;\r\n}\r\n\r\n.btn-outline-info:active,\r\n.btn-outline-info.active,\r\n.open>.btn-outline-info.dropdown-toggle {\r\n color: #fff;\r\n background-color: #5bc0de;\r\n border-color: #5bc0de;\r\n}\r\n\r\n.btn-outline-info:active:hover,\r\n.btn-outline-info:active:focus,\r\n.btn-outline-info:active.focus,\r\n.btn-outline-info.active:hover,\r\n.btn-outline-info.active:focus,\r\n.btn-outline-info.active.focus,\r\n.open>.btn-outline-info.dropdown-toggle:hover,\r\n.open>.btn-outline-info.dropdown-toggle:focus,\r\n.open>.btn-outline-info.dropdown-toggle.focus {\r\n color: #fff;\r\n background-color: #269abc;\r\n border-color: #1f7e9a;\r\n}\r\n\r\n.btn-outline-info.disabled:focus,\r\n.btn-outline-info.disabled.focus,\r\n.btn-outline-info:disabled:focus,\r\n.btn-outline-info:disabled.focus {\r\n border-color: #b0e1ef;\r\n}\r\n\r\n.btn-outline-info.disabled:hover,\r\n.btn-outline-info:disabled:hover {\r\n border-color: #b0e1ef;\r\n}\r\n\r\n.btn-outline-success {\r\n color: #5cb85c;\r\n background-image: none;\r\n background-color: transparent;\r\n border-color: #5cb85c;\r\n}\r\n\r\n.btn-outline-success:hover {\r\n color: #fff;\r\n background-color: #5cb85c;\r\n border-color: #5cb85c;\r\n}\r\n\r\n.btn-outline-success:focus,\r\n.btn-outline-success.focus {\r\n color: #fff;\r\n background-color: #5cb85c;\r\n border-color: #5cb85c;\r\n}\r\n\r\n.btn-outline-success:active,\r\n.btn-outline-success.active,\r\n.open>.btn-outline-success.dropdown-toggle {\r\n color: #fff;\r\n background-color: #5cb85c;\r\n border-color: #5cb85c;\r\n}\r\n\r\n.btn-outline-success:active:hover,\r\n.btn-outline-success:active:focus,\r\n.btn-outline-success:active.focus,\r\n.btn-outline-success.active:hover,\r\n.btn-outline-success.active:focus,\r\n.btn-outline-success.active.focus,\r\n.open>.btn-outline-success.dropdown-toggle:hover,\r\n.open>.btn-outline-success.dropdown-toggle:focus,\r\n.open>.btn-outline-success.dropdown-toggle.focus {\r\n color: #fff;\r\n background-color: #398439;\r\n border-color: #2d672d;\r\n}\r\n\r\n.btn-outline-success.disabled:focus,\r\n.btn-outline-success.disabled.focus,\r\n.btn-outline-success:disabled:focus,\r\n.btn-outline-success:disabled.focus {\r\n border-color: #a3d7a3;\r\n}\r\n\r\n.btn-outline-success.disabled:hover,\r\n.btn-outline-success:disabled:hover {\r\n border-color: #a3d7a3;\r\n}\r\n\r\n.btn-outline-warning {\r\n color: #ff9a52;\r\n background-image: none;\r\n background-color: transparent;\r\n border-color: #ff9a52;\r\n}\r\n\r\n.btn-outline-warning:hover {\r\n color: #fff;\r\n background-color: #ff9a52;\r\n border-color: #ff9a52;\r\n}\r\n\r\n.btn-outline-warning:focus,\r\n.btn-outline-warning.focus {\r\n color: #fff;\r\n background-color: #ff9a52;\r\n border-color: #ff9a52;\r\n}\r\n\r\n.btn-outline-warning:active,\r\n.btn-outline-warning.active,\r\n.open>.btn-outline-warning.dropdown-toggle {\r\n color: #fff;\r\n background-color: #ff9a52;\r\n border-color: #ff9a52;\r\n}\r\n\r\n.btn-outline-warning:active:hover,\r\n.btn-outline-warning:active:focus,\r\n.btn-outline-warning:active.focus,\r\n.btn-outline-warning.active:hover,\r\n.btn-outline-warning.active:focus,\r\n.btn-outline-warning.active.focus,\r\n.open>.btn-outline-warning.dropdown-toggle:hover,\r\n.open>.btn-outline-warning.dropdown-toggle:focus,\r\n.open>.btn-outline-warning.dropdown-toggle.focus {\r\n color: #fff;\r\n background-color: #fa6800;\r\n border-color: #d25700;\r\n}\r\n\r\n.btn-outline-warning.disabled:focus,\r\n.btn-outline-warning.disabled.focus,\r\n.btn-outline-warning:disabled:focus,\r\n.btn-outline-warning:disabled.focus {\r\n border-color: #ffd6b8;\r\n}\r\n\r\n.btn-outline-warning.disabled:hover,\r\n.btn-outline-warning:disabled:hover {\r\n border-color: #ffd6b8;\r\n}\r\n\r\n.btn-outline-danger {\r\n color: #d9534f;\r\n background-image: none;\r\n background-color: transparent;\r\n border-color: #d9534f;\r\n}\r\n\r\n.btn-outline-danger:hover {\r\n color: #fff;\r\n background-color: #d9534f;\r\n border-color: #d9534f;\r\n}\r\n\r\n.btn-outline-danger:focus,\r\n.btn-outline-danger.focus {\r\n color: #fff;\r\n background-color: #d9534f;\r\n border-color: #d9534f;\r\n}\r\n\r\n.btn-outline-danger:active,\r\n.btn-outline-danger.active,\r\n.open>.btn-outline-danger.dropdown-toggle {\r\n color: #fff;\r\n background-color: #d9534f;\r\n border-color: #d9534f;\r\n}\r\n\r\n.btn-outline-danger:active:hover,\r\n.btn-outline-danger:active:focus,\r\n.btn-outline-danger:active.focus,\r\n.btn-outline-danger.active:hover,\r\n.btn-outline-danger.active:focus,\r\n.btn-outline-danger.active.focus,\r\n.open>.btn-outline-danger.dropdown-toggle:hover,\r\n.open>.btn-outline-danger.dropdown-toggle:focus,\r\n.open>.btn-outline-danger.dropdown-toggle.focus {\r\n color: #fff;\r\n background-color: #ac2925;\r\n border-color: #8b211e;\r\n}\r\n\r\n.btn-outline-danger.disabled:focus,\r\n.btn-outline-danger.disabled.focus,\r\n.btn-outline-danger:disabled:focus,\r\n.btn-outline-danger:disabled.focus {\r\n border-color: #eba5a3;\r\n}\r\n\r\n.btn-outline-danger.disabled:hover,\r\n.btn-outline-danger:disabled:hover {\r\n border-color: #eba5a3;\r\n}\r\n\r\n.btn-link {\r\n font-weight: normal;\r\n color: #000;\r\n border-radius: 0;\r\n}\r\n\r\n.btn-link,\r\n.btn-link:active,\r\n.btn-link.active,\r\n.btn-link:disabled {\r\n background-color: transparent;\r\n}\r\n\r\n.btn-link,\r\n.btn-link:focus,\r\n.btn-link:active {\r\n border-color: transparent;\r\n}\r\n\r\n.btn-link:hover {\r\n border-color: transparent;\r\n}\r\n\r\n.btn-link:focus,\r\n.btn-link:hover {\r\n color: #a340ff;\r\n text-decoration: underline;\r\n background-color: transparent;\r\n}\r\n\r\n.btn-link:disabled:focus,\r\n.btn-link:disabled:hover {\r\n color: #818a91;\r\n text-decoration: none;\r\n}\r\n\r\n.btn-lg,\r\n.btn-group-lg>.btn {\r\n padding: 0.75rem 1.5rem;\r\n font-size: 14px;\r\n border-radius: 0.3rem;\r\n}\r\n\r\n.btn-sm,\r\n.btn-group-sm>.btn {\r\n padding: 0.25rem 0.5rem;\r\n font-size: 13px;\r\n border-radius: 0.2rem;\r\n}\r\n\r\n.btn-block {\r\n display: block;\r\n width: 100%;\r\n}\r\n\r\n.btn-block+.btn-block {\r\n margin-top: 0.5rem;\r\n}\r\n\r\ninput[type='submit'].btn-block,\r\ninput[type='reset'].btn-block,\r\ninput[type='button'].btn-block {\r\n width: 100%;\r\n}\r\n\r\n.fade {\r\n opacity: 0;\r\n transition: opacity 0.15s linear;\r\n}\r\n\r\n.fade.in {\r\n opacity: 1;\r\n}\r\n\r\n.collapse {\r\n display: none;\r\n}\r\n\r\n.collapse.in {\r\n display: block;\r\n}\r\n\r\ntr.collapse.in {\r\n display: table-row;\r\n}\r\n\r\ntbody.collapse.in {\r\n display: table-row-group;\r\n}\r\n\r\n.collapsing {\r\n position: relative;\r\n height: 0;\r\n overflow: hidden;\r\n transition-timing-function: ease;\r\n transition-duration: 0.35s;\r\n transition-property: height;\r\n}\r\n\r\n.dropup,\r\n.dropdown {\r\n position: relative;\r\n}\r\n\r\n.dropdown-toggle::after {\r\n display: inline-block;\r\n width: 0;\r\n height: 0;\r\n margin-left: 0.3em;\r\n vertical-align: middle;\r\n content: '';\r\n border-top: 0.3em solid;\r\n border-right: 0.3em solid transparent;\r\n border-left: 0.3em solid transparent;\r\n}\r\n\r\n.dropdown-toggle:focus {\r\n outline: 0;\r\n}\r\n\r\n.dropup .dropdown-toggle::after {\r\n border-top: 0;\r\n border-bottom: 0.3em solid;\r\n}\r\n\r\n.dropdown-menu {\r\n position: absolute;\r\n top: 100%;\r\n left: 0;\r\n z-index: 1000;\r\n display: none;\r\n float: left;\r\n min-width: 10rem;\r\n padding: 0.5rem 0;\r\n margin: 0.125rem 0 0;\r\n font-size: 1rem;\r\n color: #777;\r\n text-align: left;\r\n list-style: none;\r\n background-color: #fff;\r\n background-clip: padding-box;\r\n border: 1px solid rgba(0, 0, 0, 0.15);\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.dropdown-divider {\r\n height: 1px;\r\n margin: 0.5rem 0;\r\n overflow: hidden;\r\n background-color: #e5e5e5;\r\n}\r\n\r\n.dropdown-item {\r\n display: block;\r\n width: 100%;\r\n padding: 3px 1.5rem;\r\n clear: both;\r\n font-weight: normal;\r\n color: #373a3c;\r\n text-align: inherit;\r\n white-space: nowrap;\r\n background: none;\r\n border: 0;\r\n}\r\n\r\n.dropdown-item:focus,\r\n.dropdown-item:hover {\r\n color: #2b2d2f;\r\n text-decoration: none;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.dropdown-item.active,\r\n.dropdown-item.active:focus,\r\n.dropdown-item.active:hover {\r\n color: #fff;\r\n text-decoration: none;\r\n background-color: #0275d8;\r\n outline: 0;\r\n}\r\n\r\n.dropdown-item.disabled,\r\n.dropdown-item.disabled:focus,\r\n.dropdown-item.disabled:hover {\r\n color: #818a91;\r\n}\r\n\r\n.dropdown-item.disabled:focus,\r\n.dropdown-item.disabled:hover {\r\n text-decoration: none;\r\n cursor: not-allowed;\r\n background-color: transparent;\r\n background-image: none;\r\n filter: 'progid:DXImageTransform.Microsoft.gradient(enabled = false)';\r\n}\r\n\r\n.open>.dropdown-menu {\r\n display: block;\r\n}\r\n\r\n.open>a {\r\n outline: 0;\r\n}\r\n\r\n.dropdown-menu-right {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\n.dropdown-menu-left {\r\n right: auto;\r\n left: 0;\r\n}\r\n\r\n.dropdown-header {\r\n display: block;\r\n padding: 0.5rem 1.5rem;\r\n margin-bottom: 0;\r\n font-size: 13px;\r\n color: #818a91;\r\n white-space: nowrap;\r\n}\r\n\r\n.dropdown-backdrop {\r\n position: fixed;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n left: 0;\r\n z-index: 990;\r\n}\r\n\r\n.dropup .caret,\r\n.navbar-fixed-bottom .dropdown .caret {\r\n content: '';\r\n border-top: 0;\r\n border-bottom: 0.3em solid;\r\n}\r\n\r\n.dropup .dropdown-menu,\r\n.navbar-fixed-bottom .dropdown .dropdown-menu {\r\n top: auto;\r\n bottom: 100%;\r\n margin-bottom: 0.125rem;\r\n}\r\n\r\n.btn-group,\r\n.btn-group-vertical {\r\n position: relative;\r\n display: inline-block;\r\n vertical-align: middle;\r\n}\r\n\r\n.btn-group>.btn,\r\n.btn-group-vertical>.btn {\r\n position: relative;\r\n float: left;\r\n margin-bottom: 0;\r\n}\r\n\r\n.btn-group>.btn:focus,\r\n.btn-group>.btn:active,\r\n.btn-group>.btn.active,\r\n.btn-group-vertical>.btn:focus,\r\n.btn-group-vertical>.btn:active,\r\n.btn-group-vertical>.btn.active {\r\n z-index: 2;\r\n}\r\n\r\n.btn-group>.btn:hover,\r\n.btn-group-vertical>.btn:hover {\r\n z-index: 2;\r\n}\r\n\r\n.btn-group .btn+.btn,\r\n.btn-group .btn+.btn-group,\r\n.btn-group .btn-group+.btn,\r\n.btn-group .btn-group+.btn-group {\r\n margin-left: -1px;\r\n}\r\n\r\n.btn-toolbar {\r\n margin-left: -0.5rem;\r\n}\r\n\r\n.btn-toolbar::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.btn-toolbar .btn-group,\r\n.btn-toolbar .input-group {\r\n float: left;\r\n}\r\n\r\n.btn-toolbar>.btn,\r\n.btn-toolbar>.btn-group,\r\n.btn-toolbar>.input-group {\r\n margin-left: 0.5rem;\r\n}\r\n\r\n.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\r\n border-radius: 0;\r\n}\r\n\r\n.btn-group>.btn:first-child {\r\n margin-left: 0;\r\n}\r\n\r\n.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {\r\n border-bottom-right-radius: 0;\r\n border-top-right-radius: 0;\r\n}\r\n\r\n.btn-group>.btn:last-child:not(:first-child),\r\n.btn-group>.dropdown-toggle:not(:first-child) {\r\n border-bottom-left-radius: 0;\r\n border-top-left-radius: 0;\r\n}\r\n\r\n.btn-group>.btn-group {\r\n float: left;\r\n}\r\n\r\n.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {\r\n border-radius: 0;\r\n}\r\n\r\n.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,\r\n.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {\r\n border-bottom-right-radius: 0;\r\n border-top-right-radius: 0;\r\n}\r\n\r\n.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {\r\n border-bottom-left-radius: 0;\r\n border-top-left-radius: 0;\r\n}\r\n\r\n.btn-group .dropdown-toggle:active,\r\n.btn-group.open .dropdown-toggle {\r\n outline: 0;\r\n}\r\n\r\n.btn+.dropdown-toggle-split {\r\n padding-right: 0.75rem;\r\n padding-left: 0.75rem;\r\n}\r\n\r\n.btn+.dropdown-toggle-split::after {\r\n margin-left: 0;\r\n}\r\n\r\n.btn-sm+.dropdown-toggle-split,\r\n.btn-group-sm>.btn+.dropdown-toggle-split {\r\n padding-right: 0.375rem;\r\n padding-left: 0.375rem;\r\n}\r\n\r\n.btn-lg+.dropdown-toggle-split,\r\n.btn-group-lg>.btn+.dropdown-toggle-split {\r\n padding-right: 1.125rem;\r\n padding-left: 1.125rem;\r\n}\r\n\r\n.btn .caret {\r\n margin-left: 0;\r\n}\r\n\r\n.btn-lg .caret,\r\n.btn-group-lg>.btn .caret {\r\n border-width: 0.3em 0.3em 0;\r\n border-bottom-width: 0;\r\n}\r\n\r\n.dropup .btn-lg .caret,\r\n.dropup .btn-group-lg>.btn .caret {\r\n border-width: 0 0.3em 0.3em;\r\n}\r\n\r\n.btn-group-vertical>.btn,\r\n.btn-group-vertical>.btn-group,\r\n.btn-group-vertical>.btn-group>.btn {\r\n display: block;\r\n float: none;\r\n width: 100%;\r\n max-width: 100%;\r\n}\r\n\r\n.btn-group-vertical>.btn-group::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.btn-group-vertical>.btn-group>.btn {\r\n float: none;\r\n}\r\n\r\n.btn-group-vertical>.btn+.btn,\r\n.btn-group-vertical>.btn+.btn-group,\r\n.btn-group-vertical>.btn-group+.btn,\r\n.btn-group-vertical>.btn-group+.btn-group {\r\n margin-top: -1px;\r\n margin-left: 0;\r\n}\r\n\r\n.btn-group-vertical>.btn:not(:first-child):not(:last-child) {\r\n border-radius: 0;\r\n}\r\n\r\n.btn-group-vertical>.btn:first-child:not(:last-child) {\r\n border-bottom-right-radius: 0;\r\n border-bottom-left-radius: 0;\r\n}\r\n\r\n.btn-group-vertical>.btn:last-child:not(:first-child) {\r\n border-top-right-radius: 0;\r\n border-top-left-radius: 0;\r\n}\r\n\r\n.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {\r\n border-radius: 0;\r\n}\r\n\r\n.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,\r\n.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {\r\n border-bottom-right-radius: 0;\r\n border-bottom-left-radius: 0;\r\n}\r\n\r\n.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {\r\n border-top-right-radius: 0;\r\n border-top-left-radius: 0;\r\n}\r\n\r\n[data-toggle='buttons']>.btn input[type='radio'],\r\n[data-toggle='buttons']>.btn input[type='checkbox'],\r\n[data-toggle='buttons']>.btn-group>.btn input[type='radio'],\r\n[data-toggle='buttons']>.btn-group>.btn input[type='checkbox'] {\r\n position: absolute;\r\n clip: rect(0, 0, 0, 0);\r\n pointer-events: none;\r\n}\r\n\r\n.input-group {\r\n position: relative;\r\n width: 100%;\r\n display: table;\r\n border-collapse: separate;\r\n}\r\n\r\n.input-group .form-control {\r\n position: relative;\r\n z-index: 2;\r\n float: left;\r\n width: 100%;\r\n margin-bottom: 0;\r\n}\r\n\r\n.input-group .form-control:focus,\r\n.input-group .form-control:active,\r\n.input-group .form-control:hover {\r\n z-index: 3;\r\n}\r\n\r\n.input-group-addon,\r\n.input-group-btn,\r\n.input-group .form-control {\r\n display: table-cell;\r\n}\r\n\r\n.input-group-addon:not(:first-child):not(:last-child),\r\n.input-group-btn:not(:first-child):not(:last-child),\r\n.input-group .form-control:not(:first-child):not(:last-child) {\r\n border-radius: 0;\r\n}\r\n\r\n.input-group-addon,\r\n.input-group-btn {\r\n width: 1%;\r\n white-space: nowrap;\r\n vertical-align: middle;\r\n}\r\n\r\n.input-group-addon {\r\n padding: 0.5rem 0.75rem;\r\n margin-bottom: 0;\r\n font-size: 1rem;\r\n font-weight: normal;\r\n line-height: 1.25;\r\n color: #55595c;\r\n text-align: center;\r\n background-color: #eceeef;\r\n border: 1px solid rgba(0, 0, 0, 0.15);\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.input-group-addon.form-control-sm,\r\n.input-group-sm>.input-group-addon,\r\n.input-group-sm>.input-group-btn>.input-group-addon.btn {\r\n padding: 0.25rem 0.5rem;\r\n font-size: 13px;\r\n border-radius: 0.2rem;\r\n}\r\n\r\n.input-group-addon.form-control-lg,\r\n.input-group-lg>.input-group-addon,\r\n.input-group-lg>.input-group-btn>.input-group-addon.btn {\r\n padding: 0.75rem 1.5rem;\r\n font-size: 14px;\r\n border-radius: 0.3rem;\r\n}\r\n\r\n.input-group-addon input[type='radio'],\r\n.input-group-addon input[type='checkbox'] {\r\n margin-top: 0;\r\n}\r\n\r\n.input-group .form-control:not(:last-child),\r\n.input-group-addon:not(:last-child),\r\n.input-group-btn:not(:last-child)>.btn,\r\n.input-group-btn:not(:last-child)>.btn-group>.btn,\r\n.input-group-btn:not(:last-child)>.dropdown-toggle,\r\n.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),\r\n.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {\r\n border-bottom-right-radius: 0;\r\n border-top-right-radius: 0;\r\n}\r\n\r\n.input-group-addon:not(:last-child) {\r\n border-right: 0;\r\n}\r\n\r\n.input-group .form-control:not(:first-child),\r\n.input-group-addon:not(:first-child),\r\n.input-group-btn:not(:first-child)>.btn,\r\n.input-group-btn:not(:first-child)>.btn-group>.btn,\r\n.input-group-btn:not(:first-child)>.dropdown-toggle,\r\n.input-group-btn:not(:last-child)>.btn:not(:first-child),\r\n.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {\r\n border-bottom-left-radius: 0;\r\n border-top-left-radius: 0;\r\n}\r\n\r\n.form-control+.input-group-addon:not(:first-child) {\r\n border-left: 0;\r\n}\r\n\r\n.input-group-btn {\r\n position: relative;\r\n font-size: 0;\r\n white-space: nowrap;\r\n}\r\n\r\n.input-group-btn>.btn {\r\n position: relative;\r\n}\r\n\r\n.input-group-btn>.btn+.btn {\r\n margin-left: -1px;\r\n}\r\n\r\n.input-group-btn>.btn:focus,\r\n.input-group-btn>.btn:active,\r\n.input-group-btn>.btn:hover {\r\n z-index: 3;\r\n}\r\n\r\n.input-group-btn:not(:last-child)>.btn,\r\n.input-group-btn:not(:last-child)>.btn-group {\r\n margin-right: -1px;\r\n}\r\n\r\n.input-group-btn:not(:first-child)>.btn,\r\n.input-group-btn:not(:first-child)>.btn-group {\r\n z-index: 2;\r\n margin-left: -1px;\r\n}\r\n\r\n.input-group-btn:not(:first-child)>.btn:focus,\r\n.input-group-btn:not(:first-child)>.btn:active,\r\n.input-group-btn:not(:first-child)>.btn:hover,\r\n.input-group-btn:not(:first-child)>.btn-group:focus,\r\n.input-group-btn:not(:first-child)>.btn-group:active,\r\n.input-group-btn:not(:first-child)>.btn-group:hover {\r\n z-index: 3;\r\n}\r\n\r\n.custom-control {\r\n position: relative;\r\n display: inline-block;\r\n padding-left: 1.5rem;\r\n cursor: pointer;\r\n}\r\n\r\n.custom-control+.custom-control {\r\n margin-left: 1rem;\r\n}\r\n\r\n.custom-control-input {\r\n position: absolute;\r\n z-index: -1;\r\n opacity: 0;\r\n}\r\n\r\n.custom-control-input:checked~.custom-control-indicator {\r\n color: #fff;\r\n background-color: #0074d9;\r\n}\r\n\r\n.custom-control-input:focus~.custom-control-indicator {\r\n box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;\r\n}\r\n\r\n.custom-control-input:active~.custom-control-indicator {\r\n color: #fff;\r\n background-color: #84c6ff;\r\n}\r\n\r\n.custom-control-input:disabled~.custom-control-indicator {\r\n cursor: not-allowed;\r\n background-color: #eee;\r\n}\r\n\r\n.custom-control-input:disabled~.custom-control-description {\r\n color: #767676;\r\n cursor: not-allowed;\r\n}\r\n\r\n.custom-control-indicator {\r\n position: absolute;\r\n top: 0.25rem;\r\n left: 0;\r\n display: block;\r\n width: 1rem;\r\n height: 1rem;\r\n pointer-events: none;\r\n user-select: none;\r\n background-color: #ddd;\r\n background-repeat: no-repeat;\r\n background-position: center center;\r\n background-size: 50% 50%;\r\n}\r\n\r\n.custom-checkbox .custom-control-indicator {\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.custom-checkbox .custom-control-input:checked~.custom-control-indicator {\r\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E\");\r\n}\r\n\r\n.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {\r\n background-color: #0074d9;\r\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E\");\r\n}\r\n\r\n.custom-radio .custom-control-indicator {\r\n border-radius: 50%;\r\n}\r\n\r\n.custom-radio .custom-control-input:checked~.custom-control-indicator {\r\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E\");\r\n}\r\n\r\n.custom-controls-stacked .custom-control {\r\n float: left;\r\n clear: left;\r\n}\r\n\r\n.custom-controls-stacked .custom-control+.custom-control {\r\n margin-left: 0;\r\n}\r\n\r\n.custom-select {\r\n display: inline-block;\r\n max-width: 100%;\r\n height: calc(2.5rem - 2px);\r\n padding: 0.375rem 1.75rem 0.375rem 0.75rem;\r\n padding-right: 0.75rem \\9;\r\n color: #55595c;\r\n vertical-align: middle;\r\n background: #fff url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right 0.75rem center;\r\n background-image: none \\9;\r\n background-size: 8px 10px;\r\n border: 1px solid rgba(0, 0, 0, 0.15);\r\n border-radius: 0.25rem;\r\n -moz-appearance: none;\r\n -webkit-appearance: none;\r\n}\r\n\r\n.custom-select:focus {\r\n border-color: #51a7e8;\r\n outline: none;\r\n}\r\n\r\n.custom-select:focus::-ms-value {\r\n color: #55595c;\r\n background-color: #fff;\r\n}\r\n\r\n.custom-select:disabled {\r\n color: #818a91;\r\n cursor: not-allowed;\r\n background-color: #eceeef;\r\n}\r\n\r\n.custom-select::-ms-expand {\r\n opacity: 0;\r\n}\r\n\r\n.custom-select-sm {\r\n padding-top: 0.375rem;\r\n padding-bottom: 0.375rem;\r\n font-size: 75%;\r\n}\r\n\r\n.custom-file {\r\n position: relative;\r\n display: inline-block;\r\n max-width: 100%;\r\n height: 2.5rem;\r\n cursor: pointer;\r\n}\r\n\r\n.custom-file-input {\r\n min-width: 14rem;\r\n max-width: 100%;\r\n margin: 0;\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n}\r\n\r\n.custom-file-control {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n left: 0;\r\n z-index: 5;\r\n height: 2.5rem;\r\n padding: 0.5rem 1rem;\r\n line-height: 1.5;\r\n color: #555;\r\n user-select: none;\r\n background-color: #fff;\r\n border: 1px solid #ddd;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.custom-file-control:lang(en)::after {\r\n content: 'Choose file...';\r\n}\r\n\r\n.custom-file-control::before {\r\n position: absolute;\r\n top: -1px;\r\n right: -1px;\r\n bottom: -1px;\r\n z-index: 6;\r\n display: block;\r\n height: 2.5rem;\r\n padding: 0.5rem 1rem;\r\n line-height: 1.5;\r\n color: #555;\r\n background-color: #eee;\r\n border: 1px solid #ddd;\r\n border-radius: 0 0.25rem 0.25rem 0;\r\n}\r\n\r\n.custom-file-control:lang(en)::before {\r\n content: 'Browse';\r\n}\r\n\r\n.nav {\r\n padding-left: 0;\r\n margin-bottom: 0;\r\n list-style: none;\r\n}\r\n\r\n.nav-link {\r\n display: inline-block;\r\n}\r\n\r\n.nav-link:focus,\r\n.nav-link:hover {\r\n text-decoration: none;\r\n}\r\n\r\n.nav-link.disabled {\r\n color: #818a91;\r\n}\r\n\r\n.nav-link.disabled,\r\n.nav-link.disabled:focus,\r\n.nav-link.disabled:hover {\r\n color: #818a91;\r\n cursor: not-allowed;\r\n background-color: transparent;\r\n}\r\n\r\n.nav-inline .nav-item {\r\n display: inline-block;\r\n}\r\n\r\n.nav-inline .nav-item+.nav-item,\r\n.nav-inline .nav-link+.nav-link {\r\n margin-left: 1rem;\r\n}\r\n\r\n.nav-tabs {\r\n border-bottom: 1px solid #ddd;\r\n}\r\n\r\n.nav-tabs::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.nav-tabs .nav-item {\r\n float: left;\r\n margin-bottom: -1px;\r\n}\r\n\r\n.nav-tabs .nav-item+.nav-item {\r\n margin-left: 0.2rem;\r\n}\r\n\r\n.nav-tabs .nav-link {\r\n display: block;\r\n padding: 0.5em 1em;\r\n border: 1px solid transparent;\r\n border-top-right-radius: 0.25rem;\r\n border-top-left-radius: 0.25rem;\r\n}\r\n\r\n.nav-tabs .nav-link:focus,\r\n.nav-tabs .nav-link:hover {\r\n border-color: #eceeef #eceeef #ddd;\r\n}\r\n\r\n.nav-tabs .nav-link.disabled,\r\n.nav-tabs .nav-link.disabled:focus,\r\n.nav-tabs .nav-link.disabled:hover {\r\n color: #818a91;\r\n background-color: transparent;\r\n border-color: transparent;\r\n}\r\n\r\n.nav-tabs .nav-link.active,\r\n.nav-tabs .nav-link.active:focus,\r\n.nav-tabs .nav-link.active:hover,\r\n.nav-tabs .nav-item.open .nav-link,\r\n.nav-tabs .nav-item.open .nav-link:focus,\r\n.nav-tabs .nav-item.open .nav-link:hover {\r\n color: #55595c;\r\n background-color: #fff;\r\n border-color: #ddd #ddd transparent;\r\n}\r\n\r\n.nav-tabs .dropdown-menu {\r\n margin-top: -1px;\r\n border-top-right-radius: 0;\r\n border-top-left-radius: 0;\r\n}\r\n\r\n.nav-pills::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.nav-pills .nav-item {\r\n float: left;\r\n}\r\n\r\n.nav-pills .nav-item+.nav-item {\r\n margin-left: 0.2rem;\r\n}\r\n\r\n.nav-pills .nav-link {\r\n display: block;\r\n padding: 0.5em 1em;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.nav-pills .nav-link.active,\r\n.nav-pills .nav-link.active:focus,\r\n.nav-pills .nav-link.active:hover,\r\n.nav-pills .nav-item.open .nav-link,\r\n.nav-pills .nav-item.open .nav-link:focus,\r\n.nav-pills .nav-item.open .nav-link:hover {\r\n color: #fff;\r\n cursor: default;\r\n background-color: #0275d8;\r\n}\r\n\r\n.nav-stacked .nav-item {\r\n display: block;\r\n float: none;\r\n}\r\n\r\n.nav-stacked .nav-item+.nav-item {\r\n margin-top: 0.2rem;\r\n margin-left: 0;\r\n}\r\n\r\n.tab-content>.tab-pane {\r\n display: none;\r\n}\r\n\r\n.tab-content>.active {\r\n display: block;\r\n}\r\n\r\n.navbar {\r\n position: relative;\r\n padding: 0.5rem 1rem;\r\n}\r\n\r\n.navbar::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .navbar {\r\n border-radius: 0.25rem;\r\n }\r\n}\r\n\r\n.navbar-full {\r\n z-index: 1000;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .navbar-full {\r\n border-radius: 0;\r\n }\r\n}\r\n\r\n.navbar-fixed-top,\r\n.navbar-fixed-bottom {\r\n position: fixed;\r\n right: 0;\r\n left: 0;\r\n z-index: 1030;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n\r\n .navbar-fixed-top,\r\n .navbar-fixed-bottom {\r\n border-radius: 0;\r\n }\r\n}\r\n\r\n.navbar-fixed-top {\r\n top: 0;\r\n}\r\n\r\n.navbar-fixed-bottom {\r\n bottom: 0;\r\n}\r\n\r\n.navbar-sticky-top {\r\n position: sticky;\r\n top: 0;\r\n z-index: 1030;\r\n width: 100%;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .navbar-sticky-top {\r\n border-radius: 0;\r\n }\r\n}\r\n\r\n.navbar-brand {\r\n float: left;\r\n padding-top: 0.25rem;\r\n padding-bottom: 0.25rem;\r\n margin-right: 1rem;\r\n font-size: 14px;\r\n line-height: inherit;\r\n}\r\n\r\n.navbar-brand:focus,\r\n.navbar-brand:hover {\r\n text-decoration: none;\r\n}\r\n\r\n.navbar-divider {\r\n float: left;\r\n width: 1px;\r\n padding-top: 0.425rem;\r\n padding-bottom: 0.425rem;\r\n margin-right: 1rem;\r\n margin-left: 1rem;\r\n overflow: hidden;\r\n}\r\n\r\n.navbar-divider::before {\r\n content: '\\00a0';\r\n}\r\n\r\n.navbar-text {\r\n display: inline-block;\r\n padding-top: 0.425rem;\r\n padding-bottom: 0.425rem;\r\n}\r\n\r\n.navbar-toggler {\r\n width: 2.5em;\r\n height: 2em;\r\n padding: 0.5rem 0.75rem;\r\n font-size: 1.25rem;\r\n line-height: 1;\r\n background: transparent no-repeat center center;\r\n background-size: 24px 24px;\r\n border: 1px solid transparent;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.navbar-toggler:focus,\r\n.navbar-toggler:hover {\r\n text-decoration: none;\r\n}\r\n\r\n.navbar-toggleable-xs::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (max-width: 575px) {\r\n .navbar-toggleable-xs .navbar-brand {\r\n display: block;\r\n float: none;\r\n margin-top: 0.5rem;\r\n margin-right: 0;\r\n }\r\n\r\n .navbar-toggleable-xs .navbar-nav {\r\n margin-top: 0.5rem;\r\n margin-bottom: 0.5rem;\r\n }\r\n\r\n .navbar-toggleable-xs .navbar-nav .dropdown-menu {\r\n position: static;\r\n float: none;\r\n }\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .navbar-toggleable-xs {\r\n display: block;\r\n }\r\n}\r\n\r\n.navbar-toggleable-sm::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .navbar-toggleable-sm .navbar-brand {\r\n display: block;\r\n float: none;\r\n margin-top: 0.5rem;\r\n margin-right: 0;\r\n }\r\n\r\n .navbar-toggleable-sm .navbar-nav {\r\n margin-top: 0.5rem;\r\n margin-bottom: 0.5rem;\r\n }\r\n\r\n .navbar-toggleable-sm .navbar-nav .dropdown-menu {\r\n position: static;\r\n float: none;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .navbar-toggleable-sm {\r\n display: block;\r\n }\r\n}\r\n\r\n.navbar-toggleable-md::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .navbar-toggleable-md .navbar-brand {\r\n display: block;\r\n float: none;\r\n margin-top: 0.5rem;\r\n margin-right: 0;\r\n }\r\n\r\n .navbar-toggleable-md .navbar-nav {\r\n margin-top: 0.5rem;\r\n margin-bottom: 0.5rem;\r\n }\r\n\r\n .navbar-toggleable-md .navbar-nav .dropdown-menu {\r\n position: static;\r\n float: none;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .navbar-toggleable-md {\r\n display: block;\r\n }\r\n}\r\n\r\n.navbar-toggleable-lg::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (max-width: 1199px) {\r\n .navbar-toggleable-lg .navbar-brand {\r\n display: block;\r\n float: none;\r\n margin-top: 0.5rem;\r\n margin-right: 0;\r\n }\r\n\r\n .navbar-toggleable-lg .navbar-nav {\r\n margin-top: 0.5rem;\r\n margin-bottom: 0.5rem;\r\n }\r\n\r\n .navbar-toggleable-lg .navbar-nav .dropdown-menu {\r\n position: static;\r\n float: none;\r\n }\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .navbar-toggleable-lg {\r\n display: block;\r\n }\r\n}\r\n\r\n.navbar-toggleable-xl {\r\n display: block;\r\n}\r\n\r\n.navbar-toggleable-xl::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.navbar-toggleable-xl .navbar-brand {\r\n display: block;\r\n float: none;\r\n margin-top: 0.5rem;\r\n margin-right: 0;\r\n}\r\n\r\n.navbar-toggleable-xl .navbar-nav {\r\n margin-top: 0.5rem;\r\n margin-bottom: 0.5rem;\r\n}\r\n\r\n.navbar-toggleable-xl .navbar-nav .dropdown-menu {\r\n position: static;\r\n float: none;\r\n}\r\n\r\n.navbar-nav .nav-item {\r\n float: left;\r\n}\r\n\r\n.navbar-nav .nav-link {\r\n display: block;\r\n padding-top: 0.425rem;\r\n padding-bottom: 0.425rem;\r\n}\r\n\r\n.navbar-nav .nav-link+.nav-link {\r\n margin-left: 1rem;\r\n}\r\n\r\n.navbar-nav .nav-item+.nav-item {\r\n margin-left: 1rem;\r\n}\r\n\r\n.navbar-light .navbar-brand,\r\n.navbar-light .navbar-toggler {\r\n color: rgba(0, 0, 0, 0.9);\r\n}\r\n\r\n.navbar-light .navbar-brand:focus,\r\n.navbar-light .navbar-brand:hover,\r\n.navbar-light .navbar-toggler:focus,\r\n.navbar-light .navbar-toggler:hover {\r\n color: rgba(0, 0, 0, 0.9);\r\n}\r\n\r\n.navbar-light .navbar-nav .nav-link {\r\n color: rgba(0, 0, 0, 0.5);\r\n}\r\n\r\n.navbar-light .navbar-nav .nav-link:focus,\r\n.navbar-light .navbar-nav .nav-link:hover {\r\n color: rgba(0, 0, 0, 0.7);\r\n}\r\n\r\n.navbar-light .navbar-nav .open>.nav-link,\r\n.navbar-light .navbar-nav .open>.nav-link:focus,\r\n.navbar-light .navbar-nav .open>.nav-link:hover,\r\n.navbar-light .navbar-nav .active>.nav-link,\r\n.navbar-light .navbar-nav .active>.nav-link:focus,\r\n.navbar-light .navbar-nav .active>.nav-link:hover,\r\n.navbar-light .navbar-nav .nav-link.open,\r\n.navbar-light .navbar-nav .nav-link.open:focus,\r\n.navbar-light .navbar-nav .nav-link.open:hover,\r\n.navbar-light .navbar-nav .nav-link.active,\r\n.navbar-light .navbar-nav .nav-link.active:focus,\r\n.navbar-light .navbar-nav .nav-link.active:hover {\r\n color: rgba(0, 0, 0, 0.9);\r\n}\r\n\r\n.navbar-light .navbar-toggler {\r\n border-color: rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.navbar-light .navbar-divider {\r\n background-color: rgba(0, 0, 0, 0.075);\r\n}\r\n\r\n.navbar-dark .navbar-brand,\r\n.navbar-dark .navbar-toggler {\r\n color: white;\r\n}\r\n\r\n.navbar-dark .navbar-brand:focus,\r\n.navbar-dark .navbar-brand:hover,\r\n.navbar-dark .navbar-toggler:focus,\r\n.navbar-dark .navbar-toggler:hover {\r\n color: white;\r\n}\r\n\r\n.navbar-dark .navbar-nav .nav-link {\r\n color: rgba(255, 255, 255, 0.5);\r\n}\r\n\r\n.navbar-dark .navbar-nav .nav-link:focus,\r\n.navbar-dark .navbar-nav .nav-link:hover {\r\n color: rgba(255, 255, 255, 0.75);\r\n}\r\n\r\n.navbar-dark .navbar-nav .open>.nav-link,\r\n.navbar-dark .navbar-nav .open>.nav-link:focus,\r\n.navbar-dark .navbar-nav .open>.nav-link:hover,\r\n.navbar-dark .navbar-nav .active>.nav-link,\r\n.navbar-dark .navbar-nav .active>.nav-link:focus,\r\n.navbar-dark .navbar-nav .active>.nav-link:hover,\r\n.navbar-dark .navbar-nav .nav-link.open,\r\n.navbar-dark .navbar-nav .nav-link.open:focus,\r\n.navbar-dark .navbar-nav .nav-link.open:hover,\r\n.navbar-dark .navbar-nav .nav-link.active,\r\n.navbar-dark .navbar-nav .nav-link.active:focus,\r\n.navbar-dark .navbar-nav .nav-link.active:hover {\r\n color: white;\r\n}\r\n\r\n.navbar-dark .navbar-toggler {\r\n border-color: rgba(255, 255, 255, 0.1);\r\n}\r\n\r\n.navbar-dark .navbar-divider {\r\n background-color: rgba(255, 255, 255, 0.075);\r\n}\r\n\r\n.navbar-toggleable-xs::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (max-width: 575px) {\r\n .navbar-toggleable-xs .navbar-nav .nav-item {\r\n float: none;\r\n margin-left: 0;\r\n }\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .navbar-toggleable-xs {\r\n display: block !important;\r\n }\r\n}\r\n\r\n.navbar-toggleable-sm::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .navbar-toggleable-sm .navbar-nav .nav-item {\r\n float: none;\r\n margin-left: 0;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .navbar-toggleable-sm {\r\n display: block !important;\r\n }\r\n}\r\n\r\n.navbar-toggleable-md::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .navbar-toggleable-md .navbar-nav .nav-item {\r\n float: none;\r\n margin-left: 0;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .navbar-toggleable-md {\r\n display: block !important;\r\n }\r\n}\r\n\r\n.card {\r\n position: relative;\r\n display: block;\r\n margin-bottom: 0.75rem;\r\n background-color: #fff;\r\n border-radius: 0.25rem;\r\n border: 1px solid rgba(0, 0, 0, 0.125);\r\n}\r\n\r\n.card-block {\r\n padding: 1.25rem;\r\n}\r\n\r\n.card-block::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.card-title {\r\n margin-bottom: 0.75rem;\r\n}\r\n\r\n.card-subtitle {\r\n margin-top: -0.375rem;\r\n margin-bottom: 0;\r\n}\r\n\r\n.card-text:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n.card-link:hover {\r\n text-decoration: none;\r\n}\r\n\r\n.card-link+.card-link {\r\n margin-left: 1.25rem;\r\n}\r\n\r\n.card>.list-group:first-child .list-group-item:first-child {\r\n border-top-right-radius: 0.25rem;\r\n border-top-left-radius: 0.25rem;\r\n}\r\n\r\n.card>.list-group:last-child .list-group-item:last-child {\r\n border-bottom-right-radius: 0.25rem;\r\n border-bottom-left-radius: 0.25rem;\r\n}\r\n\r\n.card-header {\r\n padding: 0.75rem 1.25rem;\r\n margin-bottom: 0;\r\n background-color: #f5f5f5;\r\n border-bottom: 1px solid rgba(0, 0, 0, 0.125);\r\n}\r\n\r\n.card-header::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.card-header:first-child {\r\n border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;\r\n}\r\n\r\n.card-footer {\r\n padding: 0.75rem 1.25rem;\r\n background-color: #f5f5f5;\r\n border-top: 1px solid rgba(0, 0, 0, 0.125);\r\n}\r\n\r\n.card-footer::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.card-footer:last-child {\r\n border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);\r\n}\r\n\r\n.card-header-tabs {\r\n margin-right: -0.625rem;\r\n margin-bottom: -0.75rem;\r\n margin-left: -0.625rem;\r\n border-bottom: 0;\r\n}\r\n\r\n.card-header-pills {\r\n margin-right: -0.625rem;\r\n margin-left: -0.625rem;\r\n}\r\n\r\n.card-primary {\r\n background-color: #3387f2;\r\n border-color: #3387f2;\r\n}\r\n\r\n.card-primary .card-header,\r\n.card-primary .card-footer {\r\n background-color: transparent;\r\n}\r\n\r\n.card-success {\r\n background-color: #a340ff;\r\n border-color: #a340ff;\r\n}\r\n\r\n.card-success .card-header,\r\n.card-success .card-footer {\r\n background-color: transparent;\r\n}\r\n\r\n.card-info {\r\n background-color: #5bc0de;\r\n border-color: #5bc0de;\r\n}\r\n\r\n.card-info .card-header,\r\n.card-info .card-footer {\r\n background-color: transparent;\r\n}\r\n\r\n.card-warning {\r\n background-color: #ff9a52;\r\n border-color: #ff9a52;\r\n}\r\n\r\n.card-warning .card-header,\r\n.card-warning .card-footer {\r\n background-color: transparent;\r\n}\r\n\r\n.card-danger {\r\n background-color: #ff4c4c;\r\n border-color: #ff4c4c;\r\n}\r\n\r\n.card-danger .card-header,\r\n.card-danger .card-footer {\r\n background-color: transparent;\r\n}\r\n\r\n.card-outline-primary {\r\n background-color: transparent;\r\n border-color: #3387f2;\r\n}\r\n\r\n.card-outline-secondary {\r\n background-color: transparent;\r\n border-color: transparent;\r\n}\r\n\r\n.card-outline-info {\r\n background-color: transparent;\r\n border-color: #5bc0de;\r\n}\r\n\r\n.card-outline-success {\r\n background-color: transparent;\r\n border-color: #5cb85c;\r\n}\r\n\r\n.card-outline-warning {\r\n background-color: transparent;\r\n border-color: #ff9a52;\r\n}\r\n\r\n.card-outline-danger {\r\n background-color: transparent;\r\n border-color: #d9534f;\r\n}\r\n\r\n.card-inverse .card-header,\r\n.card-inverse .card-footer {\r\n border-color: rgba(255, 255, 255, 0.2);\r\n}\r\n\r\n.card-inverse .card-header,\r\n.card-inverse .card-footer,\r\n.card-inverse .card-title,\r\n.card-inverse .card-blockquote {\r\n color: #fff;\r\n}\r\n\r\n.card-inverse .card-link,\r\n.card-inverse .card-text,\r\n.card-inverse .card-subtitle,\r\n.card-inverse .card-blockquote .blockquote-footer {\r\n color: rgba(255, 255, 255, 0.65);\r\n}\r\n\r\n.card-inverse .card-link:focus,\r\n.card-inverse .card-link:hover {\r\n color: #fff;\r\n}\r\n\r\n.card-blockquote {\r\n padding: 0;\r\n margin-bottom: 0;\r\n border-left: 0;\r\n}\r\n\r\n.card-img {\r\n border-radius: calc(0.25rem - 1px);\r\n}\r\n\r\n.card-img-overlay {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n left: 0;\r\n padding: 1.25rem;\r\n}\r\n\r\n.card-img-top {\r\n border-top-right-radius: calc(0.25rem - 1px);\r\n border-top-left-radius: calc(0.25rem - 1px);\r\n}\r\n\r\n.card-img-bottom {\r\n border-bottom-right-radius: calc(0.25rem - 1px);\r\n border-bottom-left-radius: calc(0.25rem - 1px);\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .card-deck {\r\n display: table;\r\n width: 100%;\r\n margin-bottom: 0.75rem;\r\n table-layout: fixed;\r\n border-spacing: 1.25rem 0;\r\n }\r\n\r\n .card-deck .card {\r\n display: table-cell;\r\n margin-bottom: 0;\r\n vertical-align: top;\r\n }\r\n\r\n .card-deck-wrapper {\r\n margin-right: -1.25rem;\r\n margin-left: -1.25rem;\r\n }\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .card-group {\r\n display: table;\r\n width: 100%;\r\n table-layout: fixed;\r\n }\r\n\r\n .card-group .card {\r\n display: table-cell;\r\n vertical-align: top;\r\n }\r\n\r\n .card-group .card+.card {\r\n margin-left: 0;\r\n border-left: 0;\r\n }\r\n\r\n .card-group .card:first-child {\r\n border-bottom-right-radius: 0;\r\n border-top-right-radius: 0;\r\n }\r\n\r\n .card-group .card:first-child .card-img-top {\r\n border-top-right-radius: 0;\r\n }\r\n\r\n .card-group .card:first-child .card-img-bottom {\r\n border-bottom-right-radius: 0;\r\n }\r\n\r\n .card-group .card:last-child {\r\n border-bottom-left-radius: 0;\r\n border-top-left-radius: 0;\r\n }\r\n\r\n .card-group .card:last-child .card-img-top {\r\n border-top-left-radius: 0;\r\n }\r\n\r\n .card-group .card:last-child .card-img-bottom {\r\n border-bottom-left-radius: 0;\r\n }\r\n\r\n .card-group .card:not(:first-child):not(:last-child) {\r\n border-radius: 0;\r\n }\r\n\r\n .card-group .card:not(:first-child):not(:last-child) .card-img-top,\r\n .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {\r\n border-radius: 0;\r\n }\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .card-columns {\r\n column-count: 3;\r\n column-gap: 1.25rem;\r\n }\r\n\r\n .card-columns .card {\r\n display: inline-block;\r\n width: 100%;\r\n }\r\n}\r\n\r\n.breadcrumb {\r\n padding: 0.75rem 1rem;\r\n margin-bottom: 1rem;\r\n list-style: none;\r\n background-color: #0c0c0e;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.breadcrumb::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.breadcrumb-item {\r\n float: left;\r\n}\r\n\r\n.breadcrumb-item+.breadcrumb-item::before {\r\n display: inline-block;\r\n padding-right: 0.5rem;\r\n padding-left: 0.5rem;\r\n color: #ffffff;\r\n content: '';\r\n}\r\n\r\n.breadcrumb-item+.breadcrumb-item:hover::before {\r\n text-decoration: underline;\r\n}\r\n\r\n.breadcrumb-item+.breadcrumb-item:hover::before {\r\n text-decoration: none;\r\n}\r\n\r\n.breadcrumb-item.active {\r\n color: #ffffff;\r\n}\r\n\r\n.pagination {\r\n display: inline-block;\r\n padding-left: 0;\r\n margin-top: 1rem;\r\n margin-bottom: 1rem;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.page-item {\r\n display: inline;\r\n}\r\n\r\n.page-item:first-child .page-link {\r\n margin-left: 0;\r\n border-bottom-left-radius: 0.25rem;\r\n border-top-left-radius: 0.25rem;\r\n}\r\n\r\n.page-item:last-child .page-link {\r\n border-bottom-right-radius: 0.25rem;\r\n border-top-right-radius: 0.25rem;\r\n}\r\n\r\n.page-item.active .page-link,\r\n.page-item.active .page-link:focus,\r\n.page-item.active .page-link:hover {\r\n z-index: 2;\r\n color: #fff;\r\n cursor: default;\r\n background-color: #0275d8;\r\n border-color: #0275d8;\r\n}\r\n\r\n.page-item.disabled .page-link,\r\n.page-item.disabled .page-link:focus,\r\n.page-item.disabled .page-link:hover {\r\n color: #818a91;\r\n pointer-events: none;\r\n cursor: not-allowed;\r\n background-color: #fff;\r\n border-color: #ddd;\r\n}\r\n\r\n.page-link {\r\n position: relative;\r\n float: left;\r\n padding: 0.5rem 0.75rem;\r\n margin-left: -1px;\r\n color: #0275d8;\r\n text-decoration: none;\r\n background-color: #fff;\r\n border: 1px solid #ddd;\r\n}\r\n\r\n.page-link:focus,\r\n.page-link:hover {\r\n color: #014c8c;\r\n background-color: #eceeef;\r\n border-color: #ddd;\r\n}\r\n\r\n.pagination-lg .page-link {\r\n padding: 0.75rem 1.5rem;\r\n font-size: 14px;\r\n}\r\n\r\n.pagination-lg .page-item:first-child .page-link {\r\n border-bottom-left-radius: 0.3rem;\r\n border-top-left-radius: 0.3rem;\r\n}\r\n\r\n.pagination-lg .page-item:last-child .page-link {\r\n border-bottom-right-radius: 0.3rem;\r\n border-top-right-radius: 0.3rem;\r\n}\r\n\r\n.pagination-sm .page-link {\r\n padding: 0.275rem 0.75rem;\r\n font-size: 13px;\r\n}\r\n\r\n.pagination-sm .page-item:first-child .page-link {\r\n border-bottom-left-radius: 0.2rem;\r\n border-top-left-radius: 0.2rem;\r\n}\r\n\r\n.pagination-sm .page-item:last-child .page-link {\r\n border-bottom-right-radius: 0.2rem;\r\n border-top-right-radius: 0.2rem;\r\n}\r\n\r\n.tag {\r\n display: inline-block;\r\n padding: 0.25em 0.4em;\r\n font-size: 75%;\r\n font-weight: bold;\r\n line-height: 1;\r\n color: #fff;\r\n text-align: center;\r\n white-space: nowrap;\r\n vertical-align: baseline;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.tag:empty {\r\n display: none;\r\n}\r\n\r\n.btn .tag {\r\n position: relative;\r\n top: -1px;\r\n}\r\n\r\na.tag:focus,\r\na.tag:hover {\r\n color: #fff;\r\n text-decoration: none;\r\n cursor: pointer;\r\n}\r\n\r\n.tag-pill {\r\n padding-right: 0.6em;\r\n padding-left: 0.6em;\r\n border-radius: 10rem;\r\n}\r\n\r\n.tag-default {\r\n background-color: #818a91;\r\n}\r\n\r\n.tag-default[href]:focus,\r\n.tag-default[href]:hover {\r\n background-color: #687077;\r\n}\r\n\r\n.tag-primary {\r\n background-color: #0275d8;\r\n}\r\n\r\n.tag-primary[href]:focus,\r\n.tag-primary[href]:hover {\r\n background-color: #025aa5;\r\n}\r\n\r\n.tag-success {\r\n background-color: #5cb85c;\r\n}\r\n\r\n.tag-success[href]:focus,\r\n.tag-success[href]:hover {\r\n background-color: #449d44;\r\n}\r\n\r\n.tag-info {\r\n background-color: #5bc0de;\r\n}\r\n\r\n.tag-info[href]:focus,\r\n.tag-info[href]:hover {\r\n background-color: #31b0d5;\r\n}\r\n\r\n.tag-warning {\r\n background-color: #f0ad4e;\r\n}\r\n\r\n.tag-warning[href]:focus,\r\n.tag-warning[href]:hover {\r\n background-color: #ec971f;\r\n}\r\n\r\n.tag-danger {\r\n background-color: #d9534f;\r\n}\r\n\r\n.tag-danger[href]:focus,\r\n.tag-danger[href]:hover {\r\n background-color: #c9302c;\r\n}\r\n\r\n.jumbotron {\r\n padding: 2rem 1rem;\r\n margin-bottom: 2rem;\r\n background-color: #eceeef;\r\n border-radius: 0.3rem;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .jumbotron {\r\n padding: 4rem 2rem;\r\n }\r\n}\r\n\r\n.jumbotron-hr {\r\n border-top-color: #d0d5d8;\r\n}\r\n\r\n.jumbotron-fluid {\r\n padding-right: 0;\r\n padding-left: 0;\r\n border-radius: 0;\r\n}\r\n\r\n.alert {\r\n padding: 0.75rem 1.25rem;\r\n margin-bottom: 1rem;\r\n border: 1px solid transparent;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.alert-heading {\r\n color: inherit;\r\n}\r\n\r\n.alert-link {\r\n font-weight: bold;\r\n}\r\n\r\n.alert-dismissible {\r\n padding-right: 2.5rem;\r\n}\r\n\r\n.alert-dismissible .close {\r\n position: relative;\r\n top: -0.125rem;\r\n right: -1.25rem;\r\n color: inherit;\r\n}\r\n\r\n.alert-success {\r\n background-color: #dff0d8;\r\n border-color: #d0e9c6;\r\n color: #3c763d;\r\n}\r\n\r\n.alert-success hr {\r\n border-top-color: #c1e2b3;\r\n}\r\n\r\n.alert-success .alert-link {\r\n color: #2b542c;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #bcdff1;\r\n color: #31708f;\r\n}\r\n\r\n.alert-info hr {\r\n border-top-color: #a6d5ec;\r\n}\r\n\r\n.alert-info .alert-link {\r\n color: #245269;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #a340ff;\r\n border: 0;\r\n color: #fff;\r\n}\r\n\r\n.alert-warning .alert-link {\r\n color: #fff;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #ebcccc;\r\n color: #a94442;\r\n}\r\n\r\n.alert-danger hr {\r\n border-top-color: #e4b9b9;\r\n}\r\n\r\n.alert-danger .alert-link {\r\n color: #843534;\r\n}\r\n\r\n@keyframes progress-bar-stripes {\r\n from {\r\n background-position: 1rem 0;\r\n }\r\n\r\n to {\r\n background-position: 0 0;\r\n }\r\n}\r\n\r\n.progress {\r\n display: block;\r\n width: 100%;\r\n height: 1rem;\r\n margin-bottom: 1rem;\r\n}\r\n\r\n.progress[value] {\r\n background-color: #eee;\r\n border: 0;\r\n appearance: none;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.progress[value]::-ms-fill {\r\n background-color: #0074d9;\r\n border: 0;\r\n}\r\n\r\n.progress[value]::-moz-progress-bar {\r\n background-color: #0074d9;\r\n border-bottom-left-radius: 0.25rem;\r\n border-top-left-radius: 0.25rem;\r\n}\r\n\r\n.progress[value]::-webkit-progress-value {\r\n background-color: #0074d9;\r\n border-bottom-left-radius: 0.25rem;\r\n border-top-left-radius: 0.25rem;\r\n}\r\n\r\n.progress[value='100']::-moz-progress-bar {\r\n border-bottom-right-radius: 0.25rem;\r\n border-top-right-radius: 0.25rem;\r\n}\r\n\r\n.progress[value='100']::-webkit-progress-value {\r\n border-bottom-right-radius: 0.25rem;\r\n border-top-right-radius: 0.25rem;\r\n}\r\n\r\n.progress[value]::-webkit-progress-bar {\r\n background-color: #eee;\r\n border-radius: 0.25rem;\r\n}\r\n\r\nbase::-moz-progress-bar,\r\n.progress[value] {\r\n background-color: #eee;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n@media screen and (min-width: 0\\0) {\r\n .progress {\r\n background-color: #eee;\r\n border-radius: 0.25rem;\r\n }\r\n\r\n .progress-bar {\r\n display: inline-block;\r\n height: 1rem;\r\n text-indent: -999rem;\r\n background-color: #0074d9;\r\n border-bottom-left-radius: 0.25rem;\r\n border-top-left-radius: 0.25rem;\r\n }\r\n\r\n .progress[width='100%'] {\r\n border-bottom-right-radius: 0.25rem;\r\n border-top-right-radius: 0.25rem;\r\n }\r\n}\r\n\r\n.progress-striped[value]::-webkit-progress-value {\r\n background-image: linear-gradient(45deg,\r\n rgba(255, 255, 255, 0.15) 25%,\r\n transparent 25%,\r\n transparent 50%,\r\n rgba(255, 255, 255, 0.15) 50%,\r\n rgba(255, 255, 255, 0.15) 75%,\r\n transparent 75%,\r\n transparent);\r\n background-size: 1rem 1rem;\r\n}\r\n\r\n.progress-striped[value]::-moz-progress-bar {\r\n background-image: linear-gradient(45deg,\r\n rgba(255, 255, 255, 0.15) 25%,\r\n transparent 25%,\r\n transparent 50%,\r\n rgba(255, 255, 255, 0.15) 50%,\r\n rgba(255, 255, 255, 0.15) 75%,\r\n transparent 75%,\r\n transparent);\r\n background-size: 1rem 1rem;\r\n}\r\n\r\n.progress-striped[value]::-ms-fill {\r\n background-image: linear-gradient(45deg,\r\n rgba(255, 255, 255, 0.15) 25%,\r\n transparent 25%,\r\n transparent 50%,\r\n rgba(255, 255, 255, 0.15) 50%,\r\n rgba(255, 255, 255, 0.15) 75%,\r\n transparent 75%,\r\n transparent);\r\n background-size: 1rem 1rem;\r\n}\r\n\r\n@media screen and (min-width: 0\\0) {\r\n .progress-bar-striped {\r\n background-image: linear-gradient(45deg,\r\n rgba(255, 255, 255, 0.15) 25%,\r\n transparent 25%,\r\n transparent 50%,\r\n rgba(255, 255, 255, 0.15) 50%,\r\n rgba(255, 255, 255, 0.15) 75%,\r\n transparent 75%,\r\n transparent);\r\n background-size: 1rem 1rem;\r\n }\r\n}\r\n\r\n.progress-animated[value]::-webkit-progress-value {\r\n animation: progress-bar-stripes 2s linear infinite;\r\n}\r\n\r\n.progress-animated[value]::-moz-progress-bar {\r\n animation: progress-bar-stripes 2s linear infinite;\r\n}\r\n\r\n@media screen and (min-width: 0\\0) {\r\n .progress-animated .progress-bar-striped {\r\n animation: progress-bar-stripes 2s linear infinite;\r\n }\r\n}\r\n\r\n.progress-success[value]::-webkit-progress-value {\r\n background-color: #5cb85c;\r\n}\r\n\r\n.progress-success[value]::-moz-progress-bar {\r\n background-color: #5cb85c;\r\n}\r\n\r\n.progress-success[value]::-ms-fill {\r\n background-color: #5cb85c;\r\n}\r\n\r\n@media screen and (min-width: 0\\0) {\r\n .progress-success .progress-bar {\r\n background-color: #5cb85c;\r\n }\r\n}\r\n\r\n.progress-info[value]::-webkit-progress-value {\r\n background-color: #5bc0de;\r\n}\r\n\r\n.progress-info[value]::-moz-progress-bar {\r\n background-color: #5bc0de;\r\n}\r\n\r\n.progress-info[value]::-ms-fill {\r\n background-color: #5bc0de;\r\n}\r\n\r\n@media screen and (min-width: 0\\0) {\r\n .progress-info .progress-bar {\r\n background-color: #5bc0de;\r\n }\r\n}\r\n\r\n.progress-warning[value]::-webkit-progress-value {\r\n background-color: #f0ad4e;\r\n}\r\n\r\n.progress-warning[value]::-moz-progress-bar {\r\n background-color: #f0ad4e;\r\n}\r\n\r\n.progress-warning[value]::-ms-fill {\r\n background-color: #f0ad4e;\r\n}\r\n\r\n@media screen and (min-width: 0\\0) {\r\n .progress-warning .progress-bar {\r\n background-color: #f0ad4e;\r\n }\r\n}\r\n\r\n.progress-danger[value]::-webkit-progress-value {\r\n background-color: #d9534f;\r\n}\r\n\r\n.progress-danger[value]::-moz-progress-bar {\r\n background-color: #d9534f;\r\n}\r\n\r\n.progress-danger[value]::-ms-fill {\r\n background-color: #d9534f;\r\n}\r\n\r\n@media screen and (min-width: 0\\0) {\r\n .progress-danger .progress-bar {\r\n background-color: #d9534f;\r\n }\r\n}\r\n\r\n.media,\r\n.media-body {\r\n overflow: hidden;\r\n}\r\n\r\n.media-body {\r\n width: 10000px;\r\n}\r\n\r\n.media-left,\r\n.media-right,\r\n.media-body {\r\n display: table-cell;\r\n vertical-align: top;\r\n}\r\n\r\n.media-middle {\r\n vertical-align: middle;\r\n}\r\n\r\n.media-bottom {\r\n vertical-align: bottom;\r\n}\r\n\r\n.media-object {\r\n display: block;\r\n}\r\n\r\n.media-object.img-thumbnail {\r\n max-width: none;\r\n}\r\n\r\n.media-right {\r\n padding-left: 10px;\r\n}\r\n\r\n.media-left {\r\n padding-right: 10px;\r\n}\r\n\r\n.media-heading {\r\n margin-top: 0;\r\n margin-bottom: 5px;\r\n}\r\n\r\n.media-list {\r\n padding-left: 0;\r\n list-style: none;\r\n}\r\n\r\n.list-group {\r\n padding-left: 0;\r\n margin-bottom: 0;\r\n}\r\n\r\n.list-group-item {\r\n position: relative;\r\n display: block;\r\n padding: 0.75rem 1.25rem;\r\n margin-bottom: -1px;\r\n background-color: #fff;\r\n border: 1px solid #ddd;\r\n}\r\n\r\n.list-group-item:first-child {\r\n border-top-right-radius: 0.25rem;\r\n border-top-left-radius: 0.25rem;\r\n}\r\n\r\n.list-group-item:last-child {\r\n margin-bottom: 0;\r\n border-bottom-right-radius: 0.25rem;\r\n border-bottom-left-radius: 0.25rem;\r\n}\r\n\r\n.list-group-item.disabled,\r\n.list-group-item.disabled:focus,\r\n.list-group-item.disabled:hover {\r\n color: #818a91;\r\n cursor: not-allowed;\r\n background-color: #eceeef;\r\n}\r\n\r\n.list-group-item.disabled .list-group-item-heading,\r\n.list-group-item.disabled:focus .list-group-item-heading,\r\n.list-group-item.disabled:hover .list-group-item-heading {\r\n color: inherit;\r\n}\r\n\r\n.list-group-item.disabled .list-group-item-text,\r\n.list-group-item.disabled:focus .list-group-item-text,\r\n.list-group-item.disabled:hover .list-group-item-text {\r\n color: #818a91;\r\n}\r\n\r\n.list-group-item.active,\r\n.list-group-item.active:focus,\r\n.list-group-item.active:hover {\r\n z-index: 2;\r\n color: #fff;\r\n text-decoration: none;\r\n background-color: #0275d8;\r\n border-color: #0275d8;\r\n}\r\n\r\n.list-group-item.active .list-group-item-heading,\r\n.list-group-item.active .list-group-item-heading>small,\r\n.list-group-item.active .list-group-item-heading>.small,\r\n.list-group-item.active:focus .list-group-item-heading,\r\n.list-group-item.active:focus .list-group-item-heading>small,\r\n.list-group-item.active:focus .list-group-item-heading>.small,\r\n.list-group-item.active:hover .list-group-item-heading,\r\n.list-group-item.active:hover .list-group-item-heading>small,\r\n.list-group-item.active:hover .list-group-item-heading>.small {\r\n color: inherit;\r\n}\r\n\r\n.list-group-item.active .list-group-item-text,\r\n.list-group-item.active:focus .list-group-item-text,\r\n.list-group-item.active:hover .list-group-item-text {\r\n color: #a8d6fe;\r\n}\r\n\r\n.list-group-flush .list-group-item {\r\n border-right: 0;\r\n border-left: 0;\r\n border-radius: 0;\r\n}\r\n\r\n.list-group-item-action {\r\n width: 100%;\r\n color: #555;\r\n text-align: inherit;\r\n}\r\n\r\n.list-group-item-action .list-group-item-heading {\r\n color: #333;\r\n}\r\n\r\n.list-group-item-action:focus,\r\n.list-group-item-action:hover {\r\n color: #555;\r\n text-decoration: none;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.list-group-item-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n}\r\n\r\na.list-group-item-success,\r\nbutton.list-group-item-success {\r\n color: #3c763d;\r\n}\r\n\r\na.list-group-item-success .list-group-item-heading,\r\nbutton.list-group-item-success .list-group-item-heading {\r\n color: inherit;\r\n}\r\n\r\na.list-group-item-success:focus,\r\na.list-group-item-success:hover,\r\nbutton.list-group-item-success:focus,\r\nbutton.list-group-item-success:hover {\r\n color: #3c763d;\r\n background-color: #d0e9c6;\r\n}\r\n\r\na.list-group-item-success.active,\r\na.list-group-item-success.active:focus,\r\na.list-group-item-success.active:hover,\r\nbutton.list-group-item-success.active,\r\nbutton.list-group-item-success.active:focus,\r\nbutton.list-group-item-success.active:hover {\r\n color: #fff;\r\n background-color: #3c763d;\r\n border-color: #3c763d;\r\n}\r\n\r\n.list-group-item-info {\r\n color: #31708f;\r\n background-color: #d9edf7;\r\n}\r\n\r\na.list-group-item-info,\r\nbutton.list-group-item-info {\r\n color: #31708f;\r\n}\r\n\r\na.list-group-item-info .list-group-item-heading,\r\nbutton.list-group-item-info .list-group-item-heading {\r\n color: inherit;\r\n}\r\n\r\na.list-group-item-info:focus,\r\na.list-group-item-info:hover,\r\nbutton.list-group-item-info:focus,\r\nbutton.list-group-item-info:hover {\r\n color: #31708f;\r\n background-color: #c4e3f3;\r\n}\r\n\r\na.list-group-item-info.active,\r\na.list-group-item-info.active:focus,\r\na.list-group-item-info.active:hover,\r\nbutton.list-group-item-info.active,\r\nbutton.list-group-item-info.active:focus,\r\nbutton.list-group-item-info.active:hover {\r\n color: #fff;\r\n background-color: #31708f;\r\n border-color: #31708f;\r\n}\r\n\r\n.list-group-item-warning {\r\n color: #8a6d3b;\r\n background-color: #fcf8e3;\r\n}\r\n\r\na.list-group-item-warning,\r\nbutton.list-group-item-warning {\r\n color: #8a6d3b;\r\n}\r\n\r\na.list-group-item-warning .list-group-item-heading,\r\nbutton.list-group-item-warning .list-group-item-heading {\r\n color: inherit;\r\n}\r\n\r\na.list-group-item-warning:focus,\r\na.list-group-item-warning:hover,\r\nbutton.list-group-item-warning:focus,\r\nbutton.list-group-item-warning:hover {\r\n color: #8a6d3b;\r\n background-color: #faf2cc;\r\n}\r\n\r\na.list-group-item-warning.active,\r\na.list-group-item-warning.active:focus,\r\na.list-group-item-warning.active:hover,\r\nbutton.list-group-item-warning.active,\r\nbutton.list-group-item-warning.active:focus,\r\nbutton.list-group-item-warning.active:hover {\r\n color: #fff;\r\n background-color: #8a6d3b;\r\n border-color: #8a6d3b;\r\n}\r\n\r\n.list-group-item-danger {\r\n color: #a94442;\r\n background-color: #f2dede;\r\n}\r\n\r\na.list-group-item-danger,\r\nbutton.list-group-item-danger {\r\n color: #a94442;\r\n}\r\n\r\na.list-group-item-danger .list-group-item-heading,\r\nbutton.list-group-item-danger .list-group-item-heading {\r\n color: inherit;\r\n}\r\n\r\na.list-group-item-danger:focus,\r\na.list-group-item-danger:hover,\r\nbutton.list-group-item-danger:focus,\r\nbutton.list-group-item-danger:hover {\r\n color: #a94442;\r\n background-color: #ebcccc;\r\n}\r\n\r\na.list-group-item-danger.active,\r\na.list-group-item-danger.active:focus,\r\na.list-group-item-danger.active:hover,\r\nbutton.list-group-item-danger.active,\r\nbutton.list-group-item-danger.active:focus,\r\nbutton.list-group-item-danger.active:hover {\r\n color: #fff;\r\n background-color: #a94442;\r\n border-color: #a94442;\r\n}\r\n\r\n.list-group-item-heading {\r\n margin-top: 0;\r\n margin-bottom: 5px;\r\n}\r\n\r\n.list-group-item-text {\r\n margin-bottom: 0;\r\n line-height: 1.3;\r\n}\r\n\r\n.embed-responsive {\r\n position: relative;\r\n display: block;\r\n height: 0;\r\n padding: 0;\r\n overflow: hidden;\r\n}\r\n\r\n.embed-responsive .embed-responsive-item,\r\n.embed-responsive iframe,\r\n.embed-responsive embed,\r\n.embed-responsive object,\r\n.embed-responsive video {\r\n position: absolute;\r\n top: 0;\r\n bottom: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n border: 0;\r\n}\r\n\r\n.embed-responsive-21by9 {\r\n padding-bottom: 42.85714%;\r\n}\r\n\r\n.embed-responsive-16by9 {\r\n padding-bottom: 56.25%;\r\n}\r\n\r\n.embed-responsive-4by3 {\r\n padding-bottom: 75%;\r\n}\r\n\r\n.embed-responsive-1by1 {\r\n padding-bottom: 100%;\r\n}\r\n\r\n.close {\r\n float: right;\r\n font-size: 1.5rem;\r\n font-weight: bold;\r\n line-height: 1;\r\n color: #000;\r\n text-shadow: 0 1px 0 #fff;\r\n opacity: 0.2;\r\n}\r\n\r\n.close:focus,\r\n.close:hover {\r\n color: #000;\r\n text-decoration: none;\r\n cursor: pointer;\r\n opacity: 0.5;\r\n}\r\n\r\nbutton.close {\r\n padding: 0;\r\n cursor: pointer;\r\n background: transparent;\r\n border: 0;\r\n -webkit-appearance: none;\r\n}\r\n\r\n.modal-open {\r\n overflow: hidden;\r\n}\r\n\r\n.modal {\r\n position: fixed;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n left: 0;\r\n z-index: 1050;\r\n display: none;\r\n overflow: hidden;\r\n outline: 0;\r\n}\r\n\r\n.modal.fade .modal-dialog {\r\n transition: transform 0.3s ease-out;\r\n transform: translate(0, -25%);\r\n}\r\n\r\n.modal.in .modal-dialog {\r\n transform: translate(0, 0);\r\n}\r\n\r\n.modal-open .modal {\r\n overflow-x: hidden;\r\n overflow-y: auto;\r\n}\r\n\r\n.modal-dialog {\r\n position: relative;\r\n width: auto;\r\n margin: 10px;\r\n}\r\n\r\n.modal-content {\r\n position: relative;\r\n background-color: #fff;\r\n background-clip: padding-box;\r\n border: 1px solid rgba(0, 0, 0, 0.2);\r\n border-radius: 0.3rem;\r\n outline: 0;\r\n}\r\n\r\n.modal-backdrop {\r\n position: fixed;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n left: 0;\r\n z-index: 1040;\r\n background-color: #000;\r\n}\r\n\r\n.modal-backdrop.fade {\r\n opacity: 0;\r\n}\r\n\r\n.modal-backdrop.in {\r\n opacity: 0.5;\r\n}\r\n\r\n.modal-header {\r\n padding: 15px;\r\n border-bottom: 1px solid #e5e5e5;\r\n}\r\n\r\n.modal-header::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.modal-header .close {\r\n margin-top: -2px;\r\n}\r\n\r\n.modal-title {\r\n margin: 0;\r\n line-height: 1.5;\r\n}\r\n\r\n.modal-body {\r\n position: relative;\r\n padding: 15px;\r\n}\r\n\r\n.modal-footer {\r\n padding: 15px;\r\n text-align: right;\r\n border-top: 1px solid #e5e5e5;\r\n}\r\n\r\n.modal-footer::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.modal-scrollbar-measure {\r\n position: absolute;\r\n top: -9999px;\r\n width: 50px;\r\n height: 50px;\r\n overflow: scroll;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .modal-dialog {\r\n max-width: 600px;\r\n margin: 30px auto;\r\n }\r\n\r\n .modal-sm {\r\n max-width: 300px;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .modal-lg {\r\n max-width: 900px;\r\n }\r\n}\r\n\r\n.tooltip {\r\n position: absolute;\r\n z-index: 1070;\r\n display: block;\r\n font-family: 'Poppins', sans-serif;\r\n font-style: normal;\r\n font-weight: normal;\r\n letter-spacing: normal;\r\n line-break: auto;\r\n line-height: 1.5;\r\n text-align: left;\r\n text-align: start;\r\n text-decoration: none;\r\n text-shadow: none;\r\n text-transform: none;\r\n white-space: normal;\r\n word-break: normal;\r\n word-spacing: normal;\r\n font-size: 13px;\r\n word-wrap: break-word;\r\n opacity: 0;\r\n}\r\n\r\n.tooltip.in {\r\n opacity: 0.9;\r\n}\r\n\r\n.tooltip.tooltip-top,\r\n.tooltip.bs-tether-element-attached-bottom {\r\n padding: 5px 0;\r\n margin-top: -3px;\r\n}\r\n\r\n.tooltip.tooltip-top .tooltip-inner::before,\r\n.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {\r\n bottom: 0;\r\n left: 50%;\r\n margin-left: -5px;\r\n content: '';\r\n border-width: 5px 5px 0;\r\n border-top-color: #000;\r\n}\r\n\r\n.tooltip.tooltip-right,\r\n.tooltip.bs-tether-element-attached-left {\r\n padding: 0 5px;\r\n margin-left: 3px;\r\n}\r\n\r\n.tooltip.tooltip-right .tooltip-inner::before,\r\n.tooltip.bs-tether-element-attached-left .tooltip-inner::before {\r\n top: 50%;\r\n left: 0;\r\n margin-top: -5px;\r\n content: '';\r\n border-width: 5px 5px 5px 0;\r\n border-right-color: #000;\r\n}\r\n\r\n.tooltip.tooltip-bottom,\r\n.tooltip.bs-tether-element-attached-top {\r\n padding: 5px 0;\r\n margin-top: 3px;\r\n}\r\n\r\n.tooltip.tooltip-bottom .tooltip-inner::before,\r\n.tooltip.bs-tether-element-attached-top .tooltip-inner::before {\r\n top: 0;\r\n left: 50%;\r\n margin-left: -5px;\r\n content: '';\r\n border-width: 0 5px 5px;\r\n border-bottom-color: #000;\r\n}\r\n\r\n.tooltip.tooltip-left,\r\n.tooltip.bs-tether-element-attached-right {\r\n padding: 0 5px;\r\n margin-left: -3px;\r\n}\r\n\r\n.tooltip.tooltip-left .tooltip-inner::before,\r\n.tooltip.bs-tether-element-attached-right .tooltip-inner::before {\r\n top: 50%;\r\n right: 0;\r\n margin-top: -5px;\r\n content: '';\r\n border-width: 5px 0 5px 5px;\r\n border-left-color: #000;\r\n}\r\n\r\n.tooltip-inner {\r\n max-width: 200px;\r\n padding: 3px 8px;\r\n color: #fff;\r\n text-align: center;\r\n background-color: #000;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.tooltip-inner::before {\r\n position: absolute;\r\n width: 0;\r\n height: 0;\r\n border-color: transparent;\r\n border-style: solid;\r\n}\r\n\r\n.popover {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n z-index: 1060;\r\n display: block;\r\n max-width: 276px;\r\n padding: 1px;\r\n font-family: 'Poppins', sans-serif;\r\n font-style: normal;\r\n font-weight: normal;\r\n letter-spacing: normal;\r\n line-break: auto;\r\n line-height: 1.5;\r\n text-align: left;\r\n text-align: start;\r\n text-decoration: none;\r\n text-shadow: none;\r\n text-transform: none;\r\n white-space: normal;\r\n word-break: normal;\r\n word-spacing: normal;\r\n font-size: 13px;\r\n word-wrap: break-word;\r\n background-color: #fff;\r\n background-clip: padding-box;\r\n border: 1px solid rgba(0, 0, 0, 0.2);\r\n border-radius: 0.3rem;\r\n}\r\n\r\n.popover.popover-top,\r\n.popover.bs-tether-element-attached-bottom {\r\n margin-top: -10px;\r\n}\r\n\r\n.popover.popover-top::before,\r\n.popover.popover-top::after,\r\n.popover.bs-tether-element-attached-bottom::before,\r\n.popover.bs-tether-element-attached-bottom::after {\r\n left: 50%;\r\n border-bottom-width: 0;\r\n}\r\n\r\n.popover.popover-top::before,\r\n.popover.bs-tether-element-attached-bottom::before {\r\n bottom: -11px;\r\n margin-left: -11px;\r\n border-top-color: rgba(0, 0, 0, 0.25);\r\n}\r\n\r\n.popover.popover-top::after,\r\n.popover.bs-tether-element-attached-bottom::after {\r\n bottom: -10px;\r\n margin-left: -10px;\r\n border-top-color: #fff;\r\n}\r\n\r\n.popover.popover-right,\r\n.popover.bs-tether-element-attached-left {\r\n margin-left: 10px;\r\n}\r\n\r\n.popover.popover-right::before,\r\n.popover.popover-right::after,\r\n.popover.bs-tether-element-attached-left::before,\r\n.popover.bs-tether-element-attached-left::after {\r\n top: 50%;\r\n border-left-width: 0;\r\n}\r\n\r\n.popover.popover-right::before,\r\n.popover.bs-tether-element-attached-left::before {\r\n left: -11px;\r\n margin-top: -11px;\r\n border-right-color: rgba(0, 0, 0, 0.25);\r\n}\r\n\r\n.popover.popover-right::after,\r\n.popover.bs-tether-element-attached-left::after {\r\n left: -10px;\r\n margin-top: -10px;\r\n border-right-color: #fff;\r\n}\r\n\r\n.popover.popover-bottom,\r\n.popover.bs-tether-element-attached-top {\r\n margin-top: 10px;\r\n}\r\n\r\n.popover.popover-bottom::before,\r\n.popover.popover-bottom::after,\r\n.popover.bs-tether-element-attached-top::before,\r\n.popover.bs-tether-element-attached-top::after {\r\n left: 50%;\r\n border-top-width: 0;\r\n}\r\n\r\n.popover.popover-bottom::before,\r\n.popover.bs-tether-element-attached-top::before {\r\n top: -11px;\r\n margin-left: -11px;\r\n border-bottom-color: rgba(0, 0, 0, 0.25);\r\n}\r\n\r\n.popover.popover-bottom::after,\r\n.popover.bs-tether-element-attached-top::after {\r\n top: -10px;\r\n margin-left: -10px;\r\n border-bottom-color: #f7f7f7;\r\n}\r\n\r\n.popover.popover-bottom .popover-title::before,\r\n.popover.bs-tether-element-attached-top .popover-title::before {\r\n position: absolute;\r\n top: 0;\r\n left: 50%;\r\n display: block;\r\n width: 20px;\r\n margin-left: -10px;\r\n content: '';\r\n border-bottom: 1px solid #f7f7f7;\r\n}\r\n\r\n.popover.popover-left,\r\n.popover.bs-tether-element-attached-right {\r\n margin-left: -10px;\r\n}\r\n\r\n.popover.popover-left::before,\r\n.popover.popover-left::after,\r\n.popover.bs-tether-element-attached-right::before,\r\n.popover.bs-tether-element-attached-right::after {\r\n top: 50%;\r\n border-right-width: 0;\r\n}\r\n\r\n.popover.popover-left::before,\r\n.popover.bs-tether-element-attached-right::before {\r\n right: -11px;\r\n margin-top: -11px;\r\n border-left-color: rgba(0, 0, 0, 0.25);\r\n}\r\n\r\n.popover.popover-left::after,\r\n.popover.bs-tether-element-attached-right::after {\r\n right: -10px;\r\n margin-top: -10px;\r\n border-left-color: #fff;\r\n}\r\n\r\n.popover-title {\r\n padding: 8px 14px;\r\n margin: 0;\r\n font-size: 1rem;\r\n background-color: #f7f7f7;\r\n border-bottom: 1px solid #ebebeb;\r\n border-radius: 0.2375rem 0.2375rem 0 0;\r\n}\r\n\r\n.popover-title:empty {\r\n display: none;\r\n}\r\n\r\n.popover-content {\r\n padding: 9px 14px;\r\n}\r\n\r\n.popover::before,\r\n.popover::after {\r\n position: absolute;\r\n display: block;\r\n width: 0;\r\n height: 0;\r\n border-color: transparent;\r\n border-style: solid;\r\n}\r\n\r\n.popover::before {\r\n content: '';\r\n border-width: 11px;\r\n}\r\n\r\n.popover::after {\r\n content: '';\r\n border-width: 10px;\r\n}\r\n\r\n.carousel {\r\n position: relative;\r\n}\r\n\r\n.carousel-inner {\r\n position: relative;\r\n width: 100%;\r\n overflow: hidden;\r\n}\r\n\r\n.carousel-inner>.carousel-item {\r\n position: relative;\r\n display: none;\r\n transition: 0.6s ease-in-out left;\r\n}\r\n\r\n.carousel-inner>.carousel-item>img,\r\n.carousel-inner>.carousel-item>a>img {\r\n line-height: 1;\r\n}\r\n\r\n@media all and (transform-3d),\r\n(-webkit-transform-3d) {\r\n .carousel-inner>.carousel-item {\r\n transition: transform 0.6s ease-in-out;\r\n backface-visibility: hidden;\r\n perspective: 1000px;\r\n }\r\n\r\n .carousel-inner>.carousel-item.next,\r\n .carousel-inner>.carousel-item.active.right {\r\n left: 0;\r\n transform: translate3d(100%, 0, 0);\r\n }\r\n\r\n .carousel-inner>.carousel-item.prev,\r\n .carousel-inner>.carousel-item.active.left {\r\n left: 0;\r\n transform: translate3d(-100%, 0, 0);\r\n }\r\n\r\n .carousel-inner>.carousel-item.next.left,\r\n .carousel-inner>.carousel-item.prev.right,\r\n .carousel-inner>.carousel-item.active {\r\n left: 0;\r\n transform: translate3d(0, 0, 0);\r\n }\r\n}\r\n\r\n.carousel-inner>.active,\r\n.carousel-inner>.next,\r\n.carousel-inner>.prev {\r\n display: block;\r\n}\r\n\r\n.carousel-inner>.active {\r\n left: 0;\r\n}\r\n\r\n.carousel-inner>.next,\r\n.carousel-inner>.prev {\r\n position: absolute;\r\n top: 0;\r\n width: 100%;\r\n}\r\n\r\n.carousel-inner>.next {\r\n left: 100%;\r\n}\r\n\r\n.carousel-inner>.prev {\r\n left: -100%;\r\n}\r\n\r\n.carousel-inner>.next.left,\r\n.carousel-inner>.prev.right {\r\n left: 0;\r\n}\r\n\r\n.carousel-inner>.active.left {\r\n left: -100%;\r\n}\r\n\r\n.carousel-inner>.active.right {\r\n left: 100%;\r\n}\r\n\r\n.carousel-control {\r\n position: absolute;\r\n top: 0;\r\n bottom: 0;\r\n left: 0;\r\n width: 25px;\r\n font-size: 16px;\r\n color: #999;\r\n text-align: center;\r\n text-shadow: none;\r\n opacity: 1;\r\n}\r\n\r\n.carousel-control.left {\r\n background-image: linear-gradient(to right,\r\n rgba(0, 0, 0, 0.5) 0%,\r\n rgba(0, 0, 0, 0.0001) 100%);\r\n background-repeat: repeat-x;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);\r\n}\r\n\r\n.carousel-control.right {\r\n right: 0;\r\n left: auto;\r\n background-image: linear-gradient(to right,\r\n rgba(0, 0, 0, 0.0001) 0%,\r\n rgba(0, 0, 0, 0.5) 100%);\r\n background-repeat: repeat-x;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);\r\n}\r\n\r\n.carousel-control:focus,\r\n.carousel-control:hover {\r\n color: #999;\r\n text-decoration: none;\r\n outline: 0;\r\n opacity: 0.9;\r\n}\r\n\r\n.carousel-control .icon-prev,\r\n.carousel-control .icon-next {\r\n position: absolute;\r\n top: 50%;\r\n z-index: 5;\r\n display: inline-block;\r\n width: 20px;\r\n height: 20px;\r\n margin-top: -10px;\r\n font-family: serif;\r\n line-height: 1;\r\n}\r\n\r\n.carousel-control .icon-prev {\r\n left: 50%;\r\n margin-left: -10px;\r\n}\r\n\r\n.carousel-control .icon-next {\r\n right: 50%;\r\n margin-right: -10px;\r\n}\r\n\r\n.carousel-control .icon-prev::before {\r\n content: '\\2039';\r\n}\r\n\r\n.carousel-control .icon-next::before {\r\n content: '\\203a';\r\n}\r\n\r\n.carousel-indicators {\r\n position: absolute;\r\n bottom: 10px;\r\n left: 50%;\r\n z-index: 15;\r\n width: 60%;\r\n padding-left: 0;\r\n margin-left: -30%;\r\n text-align: center;\r\n list-style: none;\r\n}\r\n\r\n.carousel-indicators li {\r\n display: inline-block;\r\n width: 10px;\r\n height: 10px;\r\n margin: 1px;\r\n text-indent: -999px;\r\n cursor: pointer;\r\n background-color: transparent;\r\n border: 1px solid #fff;\r\n border-radius: 10px;\r\n}\r\n\r\n.carousel-indicators .active {\r\n width: 12px;\r\n height: 12px;\r\n margin: 0;\r\n background-color: #fff;\r\n}\r\n\r\n.carousel-caption {\r\n position: absolute;\r\n right: 15%;\r\n bottom: 20px;\r\n left: 15%;\r\n z-index: 10;\r\n padding-top: 20px;\r\n padding-bottom: 20px;\r\n color: #fff;\r\n text-align: center;\r\n text-shadow: none;\r\n}\r\n\r\n.carousel-caption .btn {\r\n text-shadow: none;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n\r\n .carousel-control .icon-prev,\r\n .carousel-control .icon-next {\r\n width: 30px;\r\n height: 30px;\r\n margin-top: -15px;\r\n font-size: 30px;\r\n }\r\n\r\n .carousel-control .icon-prev {\r\n margin-left: -15px;\r\n }\r\n\r\n .carousel-control .icon-next {\r\n margin-right: -15px;\r\n }\r\n\r\n .carousel-caption {\r\n right: 20%;\r\n left: 20%;\r\n padding-bottom: 30px;\r\n }\r\n\r\n .carousel-indicators {\r\n bottom: 20px;\r\n }\r\n}\r\n\r\n.align-baseline {\r\n vertical-align: baseline !important;\r\n}\r\n\r\n.align-top {\r\n vertical-align: top !important;\r\n}\r\n\r\n.align-middle {\r\n vertical-align: middle !important;\r\n}\r\n\r\n.align-bottom {\r\n vertical-align: bottom !important;\r\n}\r\n\r\n.align-text-bottom {\r\n vertical-align: text-bottom !important;\r\n}\r\n\r\n.align-text-top {\r\n vertical-align: text-top !important;\r\n}\r\n\r\n.bg-faded {\r\n background-color: #f7f7f9;\r\n}\r\n\r\n.bg-primary {\r\n background-color: #3387f2 !important;\r\n}\r\n\r\na.bg-primary:focus,\r\na.bg-primary:hover {\r\n background-color: #0e6ce4 !important;\r\n}\r\n\r\n.bg-success {\r\n background-color: #a340ff !important;\r\n}\r\n\r\na.bg-success:focus,\r\na.bg-success:hover {\r\n background-color: #3a9a56 !important;\r\n}\r\n\r\n.bg-info {\r\n background-color: #5bc0de !important;\r\n}\r\n\r\na.bg-info:focus,\r\na.bg-info:hover {\r\n background-color: #31b0d5 !important;\r\n}\r\n\r\n.bg-warning {\r\n background-color: #ff9a52 !important;\r\n}\r\n\r\na.bg-warning:focus,\r\na.bg-warning:hover {\r\n background-color: #ff7c1f !important;\r\n}\r\n\r\n.bg-danger {\r\n background-color: #ff4c4c !important;\r\n}\r\n\r\na.bg-danger:focus,\r\na.bg-danger:hover {\r\n background-color: #ff1919 !important;\r\n}\r\n\r\n.bg-inverse {\r\n background-color: #373a3c !important;\r\n}\r\n\r\na.bg-inverse:focus,\r\na.bg-inverse:hover {\r\n background-color: #1f2021 !important;\r\n}\r\n\r\n.rounded {\r\n border-radius: 0.25rem;\r\n}\r\n\r\n.rounded-top {\r\n border-top-right-radius: 0.25rem;\r\n border-top-left-radius: 0.25rem;\r\n}\r\n\r\n.rounded-right {\r\n border-bottom-right-radius: 0.25rem;\r\n border-top-right-radius: 0.25rem;\r\n}\r\n\r\n.rounded-bottom {\r\n border-bottom-right-radius: 0.25rem;\r\n border-bottom-left-radius: 0.25rem;\r\n}\r\n\r\n.rounded-left {\r\n border-bottom-left-radius: 0.25rem;\r\n border-top-left-radius: 0.25rem;\r\n}\r\n\r\n.rounded-circle {\r\n border-radius: 50%;\r\n}\r\n\r\n.clearfix::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.d-block {\r\n display: block !important;\r\n}\r\n\r\n.d-inline-block {\r\n display: inline-block !important;\r\n}\r\n\r\n.d-inline {\r\n display: inline !important;\r\n}\r\n\r\n.float-xs-left {\r\n float: left !important;\r\n}\r\n\r\n.float-xs-right {\r\n float: right !important;\r\n}\r\n\r\n.float-xs-none {\r\n float: none !important;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .float-sm-left {\r\n float: left !important;\r\n }\r\n\r\n .float-sm-right {\r\n float: right !important;\r\n }\r\n\r\n .float-sm-none {\r\n float: none !important;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .float-md-left {\r\n float: left !important;\r\n }\r\n\r\n .float-md-right {\r\n float: right !important;\r\n }\r\n\r\n .float-md-none {\r\n float: none !important;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .float-lg-left {\r\n float: left !important;\r\n }\r\n\r\n .float-lg-right {\r\n float: right !important;\r\n }\r\n\r\n .float-lg-none {\r\n float: none !important;\r\n }\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .float-xl-left {\r\n float: left !important;\r\n }\r\n\r\n .float-xl-right {\r\n float: right !important;\r\n }\r\n\r\n .float-xl-none {\r\n float: none !important;\r\n }\r\n}\r\n\r\n.sr-only {\r\n position: absolute;\r\n width: 1px;\r\n height: 1px;\r\n padding: 0;\r\n margin: -1px;\r\n overflow: hidden;\r\n clip: rect(0, 0, 0, 0);\r\n border: 0;\r\n}\r\n\r\n.sr-only-focusable:active,\r\n.sr-only-focusable:focus {\r\n position: static;\r\n width: auto;\r\n height: auto;\r\n margin: 0;\r\n overflow: visible;\r\n clip: auto;\r\n}\r\n\r\n.w-100 {\r\n width: 100% !important;\r\n}\r\n\r\n.h-100 {\r\n height: 100% !important;\r\n}\r\n\r\n.mx-auto {\r\n margin-right: auto !important;\r\n margin-left: auto !important;\r\n}\r\n\r\n.m-0 {\r\n margin: 0 0 !important;\r\n}\r\n\r\n.mt-0 {\r\n margin-top: 0 !important;\r\n}\r\n\r\n.mr-0 {\r\n margin-right: 0 !important;\r\n}\r\n\r\n.mb-0 {\r\n margin-bottom: 0 !important;\r\n}\r\n\r\n.ml-0 {\r\n margin-left: 0 !important;\r\n}\r\n\r\n.mx-0 {\r\n margin-right: 0 !important;\r\n margin-left: 0 !important;\r\n}\r\n\r\n.my-0 {\r\n margin-top: 0 !important;\r\n margin-bottom: 0 !important;\r\n}\r\n\r\n.m-1 {\r\n margin: 1rem 1rem !important;\r\n}\r\n\r\n.mt-1 {\r\n margin-top: 1rem !important;\r\n}\r\n\r\n.mr-1 {\r\n margin-right: 1rem !important;\r\n}\r\n\r\n.mb-1 {\r\n margin-bottom: 1rem !important;\r\n}\r\n\r\n.ml-1 {\r\n margin-left: 1rem !important;\r\n}\r\n\r\n.mx-1 {\r\n margin-right: 1rem !important;\r\n margin-left: 1rem !important;\r\n}\r\n\r\n.my-1 {\r\n margin-top: 1rem !important;\r\n margin-bottom: 1rem !important;\r\n}\r\n\r\n.m-2 {\r\n margin: 1.5rem 1.5rem !important;\r\n}\r\n\r\n.mt-2 {\r\n margin-top: 1.5rem !important;\r\n}\r\n\r\n.mr-2 {\r\n margin-right: 1.5rem !important;\r\n}\r\n\r\n.mb-2 {\r\n margin-bottom: 1.5rem !important;\r\n}\r\n\r\n.ml-2 {\r\n margin-left: 1.5rem !important;\r\n}\r\n\r\n.mx-2 {\r\n margin-right: 1.5rem !important;\r\n margin-left: 1.5rem !important;\r\n}\r\n\r\n.my-2 {\r\n margin-top: 1.5rem !important;\r\n margin-bottom: 1.5rem !important;\r\n}\r\n\r\n.m-3 {\r\n margin: 3rem 3rem !important;\r\n}\r\n\r\n.mt-3 {\r\n margin-top: 3rem !important;\r\n}\r\n\r\n.mr-3 {\r\n margin-right: 3rem !important;\r\n}\r\n\r\n.mb-3 {\r\n margin-bottom: 3rem !important;\r\n}\r\n\r\n.ml-3 {\r\n margin-left: 3rem !important;\r\n}\r\n\r\n.mx-3 {\r\n margin-right: 3rem !important;\r\n margin-left: 3rem !important;\r\n}\r\n\r\n.my-3 {\r\n margin-top: 3rem !important;\r\n margin-bottom: 3rem !important;\r\n}\r\n\r\n.p-0 {\r\n padding: 0 0 !important;\r\n}\r\n\r\n.pt-0 {\r\n padding-top: 0 !important;\r\n}\r\n\r\n.pr-0 {\r\n padding-right: 0 !important;\r\n}\r\n\r\n.pb-0 {\r\n padding-bottom: 0 !important;\r\n}\r\n\r\n.pl-0 {\r\n padding-left: 0 !important;\r\n}\r\n\r\n.px-0 {\r\n padding-right: 0 !important;\r\n padding-left: 0 !important;\r\n}\r\n\r\n.py-0 {\r\n padding-top: 0 !important;\r\n padding-bottom: 0 !important;\r\n}\r\n\r\n.p-1 {\r\n padding: 1rem 1rem !important;\r\n}\r\n\r\n.pt-1 {\r\n padding-top: 1rem !important;\r\n}\r\n\r\n.pr-1 {\r\n padding-right: 1rem !important;\r\n}\r\n\r\n.pb-1 {\r\n padding-bottom: 1rem !important;\r\n}\r\n\r\n.pl-1 {\r\n padding-left: 1rem !important;\r\n}\r\n\r\n.px-1 {\r\n padding-right: 1rem !important;\r\n padding-left: 1rem !important;\r\n}\r\n\r\n.py-1 {\r\n padding-top: 1rem !important;\r\n padding-bottom: 1rem !important;\r\n}\r\n\r\n.p-2 {\r\n padding: 1.5rem 1.5rem !important;\r\n}\r\n\r\n.pt-2 {\r\n padding-top: 1.5rem !important;\r\n}\r\n\r\n.pr-2 {\r\n padding-right: 1.5rem !important;\r\n}\r\n\r\n.pb-2 {\r\n padding-bottom: 1.5rem !important;\r\n}\r\n\r\n.pl-2 {\r\n padding-left: 1.5rem !important;\r\n}\r\n\r\n.px-2 {\r\n padding-right: 1.5rem !important;\r\n padding-left: 1.5rem !important;\r\n}\r\n\r\n.py-2 {\r\n padding-top: 1.5rem !important;\r\n padding-bottom: 1.5rem !important;\r\n}\r\n\r\n.p-3 {\r\n padding: 3rem 3rem !important;\r\n}\r\n\r\n.pt-3 {\r\n padding-top: 3rem !important;\r\n}\r\n\r\n.pr-3 {\r\n padding-right: 3rem !important;\r\n}\r\n\r\n.pb-3 {\r\n padding-bottom: 3rem !important;\r\n}\r\n\r\n.pl-3 {\r\n padding-left: 3rem !important;\r\n}\r\n\r\n.px-3 {\r\n padding-right: 3rem !important;\r\n padding-left: 3rem !important;\r\n}\r\n\r\n.py-3 {\r\n padding-top: 3rem !important;\r\n padding-bottom: 3rem !important;\r\n}\r\n\r\n.pos-f-t {\r\n position: fixed;\r\n top: 0;\r\n right: 0;\r\n left: 0;\r\n z-index: 1030;\r\n}\r\n\r\n.text-justify {\r\n text-align: justify !important;\r\n}\r\n\r\n.text-nowrap {\r\n white-space: nowrap !important;\r\n}\r\n\r\n.text-truncate {\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n}\r\n\r\n.text-xs-left {\r\n text-align: left !important;\r\n}\r\n\r\n.text-xs-right {\r\n text-align: right !important;\r\n}\r\n\r\n.text-xs-center {\r\n text-align: center !important;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .text-sm-left {\r\n text-align: left !important;\r\n }\r\n\r\n .text-sm-right {\r\n text-align: right !important;\r\n }\r\n\r\n .text-sm-center {\r\n text-align: center !important;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .text-md-left {\r\n text-align: left !important;\r\n }\r\n\r\n .text-md-right {\r\n text-align: right !important;\r\n }\r\n\r\n .text-md-center {\r\n text-align: center !important;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .text-lg-left {\r\n text-align: left !important;\r\n }\r\n\r\n .text-lg-right {\r\n text-align: right !important;\r\n }\r\n\r\n .text-lg-center {\r\n text-align: center !important;\r\n }\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .text-xl-left {\r\n text-align: left !important;\r\n }\r\n\r\n .text-xl-right {\r\n text-align: right !important;\r\n }\r\n\r\n .text-xl-center {\r\n text-align: center !important;\r\n }\r\n}\r\n\r\n.text-lowercase {\r\n text-transform: lowercase !important;\r\n}\r\n\r\n.text-uppercase {\r\n text-transform: uppercase !important;\r\n}\r\n\r\n.text-capitalize {\r\n text-transform: capitalize !important;\r\n}\r\n\r\n.font-weight-normal {\r\n font-weight: normal;\r\n}\r\n\r\n.font-weight-bold {\r\n font-weight: bold;\r\n}\r\n\r\n.font-italic {\r\n font-style: italic;\r\n}\r\n\r\n.text-white {\r\n color: #fff !important;\r\n}\r\n\r\n.text-muted {\r\n color: #acaaa6 !important;\r\n}\r\n\r\na.text-muted:focus,\r\na.text-muted:hover {\r\n color: #93918c !important;\r\n}\r\n\r\n.text-primary {\r\n color: #3387f2 !important;\r\n}\r\n\r\na.text-primary:focus,\r\na.text-primary:hover {\r\n color: #0e6ce4 !important;\r\n}\r\n\r\n.text-success {\r\n color: #a340ff !important;\r\n}\r\n\r\na.text-success:focus,\r\na.text-success:hover {\r\n color: #3a9a56 !important;\r\n}\r\n\r\n.text-info {\r\n color: #5bc0de !important;\r\n}\r\n\r\na.text-info:focus,\r\na.text-info:hover {\r\n color: #31b0d5 !important;\r\n}\r\n\r\n.text-warning {\r\n color: #ff9a52 !important;\r\n}\r\n\r\na.text-warning:focus,\r\na.text-warning:hover {\r\n color: #ff7c1f !important;\r\n}\r\n\r\n.text-danger {\r\n color: #ff4c4c !important;\r\n}\r\n\r\na.text-danger:focus,\r\na.text-danger:hover {\r\n color: #ff1919 !important;\r\n}\r\n\r\n.text-gray-dark {\r\n color: #878787 !important;\r\n}\r\n\r\na.text-gray-dark:focus,\r\na.text-gray-dark:hover {\r\n color: #6e6e6e !important;\r\n}\r\n\r\n.text-hide {\r\n font: 0/0 a;\r\n color: transparent;\r\n text-shadow: none;\r\n background-color: transparent;\r\n border: 0;\r\n}\r\n\r\n.invisible {\r\n visibility: hidden !important;\r\n}\r\n\r\n.hidden-xs-up {\r\n display: none !important;\r\n}\r\n\r\n@media (max-width: 575px) {\r\n .hidden-xs-down {\r\n display: none !important;\r\n }\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .hidden-sm-up {\r\n display: none !important;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .hidden-sm-down {\r\n display: none !important;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .hidden-md-up {\r\n display: none !important;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .hidden-md-down {\r\n display: none !important;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .hidden-lg-up {\r\n display: none !important;\r\n }\r\n}\r\n\r\n@media (max-width: 1199px) {\r\n .hidden-lg-down {\r\n display: none !important;\r\n }\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .hidden-xl-up {\r\n display: none !important;\r\n }\r\n}\r\n\r\n.hidden-xl-down {\r\n display: none !important;\r\n}\r\n\r\n.visible-print-block {\r\n display: none !important;\r\n}\r\n\r\n@media print {\r\n .visible-print-block {\r\n display: block !important;\r\n }\r\n}\r\n\r\n.visible-print-inline {\r\n display: none !important;\r\n}\r\n\r\n@media print {\r\n .visible-print-inline {\r\n display: inline !important;\r\n }\r\n}\r\n\r\n.visible-print-inline-block {\r\n display: none !important;\r\n}\r\n\r\n@media print {\r\n .visible-print-inline-block {\r\n display: inline-block !important;\r\n }\r\n}\r\n\r\n@media print {\r\n .hidden-print {\r\n display: none !important;\r\n }\r\n}\r\n\r\n/***************************************************\r\n Mixins Themes\r\n/***************************************************/\r\n/* Mixin Normal*/\r\n/* Mixin Clear */\r\n/* Mixin Border */\r\n/*background RGBA\r\n============================================*/\r\n/***************************************************\r\n Mixins RTL Themes\r\n/***************************************************/\r\n/************************************\r\n\tOverride Bootstrap\r\n*************************************/\r\n.container {\r\n margin-left: auto;\r\n margin-right: auto;\r\n padding-left: 15px;\r\n padding-right: 15px;\r\n}\r\n\r\n.container::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .container {\r\n width: 540px;\r\n max-width: 100%;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .container {\r\n width: 720px;\r\n max-width: 100%;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .container {\r\n width: 960px;\r\n max-width: 100%;\r\n }\r\n}\r\n\r\n@media (min-width: 1280px) {\r\n .container {\r\n width: 1280px;\r\n max-width: 100%;\r\n }\r\n}\r\n\r\n.container-fluid {\r\n margin-left: auto;\r\n margin-right: auto;\r\n padding-left: 15px;\r\n padding-right: 15px;\r\n}\r\n\r\n.container-fluid::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.row {\r\n margin-right: -15px;\r\n margin-left: -15px;\r\n}\r\n\r\n.row::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .row {\r\n margin-right: -15px;\r\n margin-left: -15px;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .row {\r\n margin-right: -15px;\r\n margin-left: -15px;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .row {\r\n margin-right: -15px;\r\n margin-left: -15px;\r\n }\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .row {\r\n margin-right: -15px;\r\n margin-left: -15px;\r\n }\r\n}\r\n\r\n.col-xs,\r\n.col-xs-2-4,\r\n.col-xs-4-8,\r\n.col-xs-7-2,\r\n.col-xs-9-6,\r\n.col-xs-1,\r\n.col-xs-2,\r\n.col-xs-3,\r\n.col-xs-4,\r\n.col-xs-5,\r\n.col-xs-6,\r\n.col-xs-7,\r\n.col-xs-8,\r\n.col-xs-9,\r\n.col-xs-10,\r\n.col-xs-11,\r\n.col-xs-12,\r\n.col-sm,\r\n.col-sm-2-4,\r\n.col-sm-4-8,\r\n.col-sm-7-2,\r\n.col-sm-9-6,\r\n.col-sm-1,\r\n.col-sm-2,\r\n.col-sm-3,\r\n.col-sm-4,\r\n.col-sm-5,\r\n.col-sm-6,\r\n.col-sm-7,\r\n.col-sm-8,\r\n.col-sm-9,\r\n.col-sm-10,\r\n.col-sm-11,\r\n.col-sm-12,\r\n.col-md,\r\n.col-md-2-4,\r\n.col-md-4-8,\r\n.col-md-7-2,\r\n.col-md-9-6,\r\n.col-md-1,\r\n.col-md-2,\r\n.col-md-3,\r\n.col-md-4,\r\n.col-md-5,\r\n.col-md-6,\r\n.col-md-7,\r\n.col-md-8,\r\n.col-md-9,\r\n.col-md-10,\r\n.col-md-11,\r\n.col-md-12,\r\n.col-lg,\r\n.col-lg-2-4,\r\n.col-lg-4-8,\r\n.col-lg-7-2,\r\n.col-lg-9-6,\r\n.col-lg-1,\r\n.col-lg-2,\r\n.col-lg-3,\r\n.col-lg-4,\r\n.col-lg-5,\r\n.col-lg-6,\r\n.col-lg-7,\r\n.col-lg-8,\r\n.col-lg-9,\r\n.col-lg-10,\r\n.col-lg-11,\r\n.col-lg-12,\r\n.col-xl,\r\n.col-xl-2-4,\r\n.col-xl-4-8,\r\n.col-xl-7-2,\r\n.col-xl-9-6,\r\n.col-xl-1,\r\n.col-xl-2,\r\n.col-xl-3,\r\n.col-xl-4,\r\n.col-xl-5,\r\n.col-xl-6,\r\n.col-xl-7,\r\n.col-xl-8,\r\n.col-xl-9,\r\n.col-xl-10,\r\n.col-xl-11,\r\n.col-xl-12 {\r\n position: relative;\r\n min-height: 1px;\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n\r\n .col-xs,\r\n .col-xs-2-4,\r\n .col-xs-4-8,\r\n .col-xs-7-2,\r\n .col-xs-9-6,\r\n .col-xs-1,\r\n .col-xs-2,\r\n .col-xs-3,\r\n .col-xs-4,\r\n .col-xs-5,\r\n .col-xs-6,\r\n .col-xs-7,\r\n .col-xs-8,\r\n .col-xs-9,\r\n .col-xs-10,\r\n .col-xs-11,\r\n .col-xs-12,\r\n .col-sm,\r\n .col-sm-2-4,\r\n .col-sm-4-8,\r\n .col-sm-7-2,\r\n .col-sm-9-6,\r\n .col-sm-1,\r\n .col-sm-2,\r\n .col-sm-3,\r\n .col-sm-4,\r\n .col-sm-5,\r\n .col-sm-6,\r\n .col-sm-7,\r\n .col-sm-8,\r\n .col-sm-9,\r\n .col-sm-10,\r\n .col-sm-11,\r\n .col-sm-12,\r\n .col-md,\r\n .col-md-2-4,\r\n .col-md-4-8,\r\n .col-md-7-2,\r\n .col-md-9-6,\r\n .col-md-1,\r\n .col-md-2,\r\n .col-md-3,\r\n .col-md-4,\r\n .col-md-5,\r\n .col-md-6,\r\n .col-md-7,\r\n .col-md-8,\r\n .col-md-9,\r\n .col-md-10,\r\n .col-md-11,\r\n .col-md-12,\r\n .col-lg,\r\n .col-lg-2-4,\r\n .col-lg-4-8,\r\n .col-lg-7-2,\r\n .col-lg-9-6,\r\n .col-lg-1,\r\n .col-lg-2,\r\n .col-lg-3,\r\n .col-lg-4,\r\n .col-lg-5,\r\n .col-lg-6,\r\n .col-lg-7,\r\n .col-lg-8,\r\n .col-lg-9,\r\n .col-lg-10,\r\n .col-lg-11,\r\n .col-lg-12,\r\n .col-xl,\r\n .col-xl-2-4,\r\n .col-xl-4-8,\r\n .col-xl-7-2,\r\n .col-xl-9-6,\r\n .col-xl-1,\r\n .col-xl-2,\r\n .col-xl-3,\r\n .col-xl-4,\r\n .col-xl-5,\r\n .col-xl-6,\r\n .col-xl-7,\r\n .col-xl-8,\r\n .col-xl-9,\r\n .col-xl-10,\r\n .col-xl-11,\r\n .col-xl-12 {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n\r\n .col-xs,\r\n .col-xs-2-4,\r\n .col-xs-4-8,\r\n .col-xs-7-2,\r\n .col-xs-9-6,\r\n .col-xs-1,\r\n .col-xs-2,\r\n .col-xs-3,\r\n .col-xs-4,\r\n .col-xs-5,\r\n .col-xs-6,\r\n .col-xs-7,\r\n .col-xs-8,\r\n .col-xs-9,\r\n .col-xs-10,\r\n .col-xs-11,\r\n .col-xs-12,\r\n .col-sm,\r\n .col-sm-2-4,\r\n .col-sm-4-8,\r\n .col-sm-7-2,\r\n .col-sm-9-6,\r\n .col-sm-1,\r\n .col-sm-2,\r\n .col-sm-3,\r\n .col-sm-4,\r\n .col-sm-5,\r\n .col-sm-6,\r\n .col-sm-7,\r\n .col-sm-8,\r\n .col-sm-9,\r\n .col-sm-10,\r\n .col-sm-11,\r\n .col-sm-12,\r\n .col-md,\r\n .col-md-2-4,\r\n .col-md-4-8,\r\n .col-md-7-2,\r\n .col-md-9-6,\r\n .col-md-1,\r\n .col-md-2,\r\n .col-md-3,\r\n .col-md-4,\r\n .col-md-5,\r\n .col-md-6,\r\n .col-md-7,\r\n .col-md-8,\r\n .col-md-9,\r\n .col-md-10,\r\n .col-md-11,\r\n .col-md-12,\r\n .col-lg,\r\n .col-lg-2-4,\r\n .col-lg-4-8,\r\n .col-lg-7-2,\r\n .col-lg-9-6,\r\n .col-lg-1,\r\n .col-lg-2,\r\n .col-lg-3,\r\n .col-lg-4,\r\n .col-lg-5,\r\n .col-lg-6,\r\n .col-lg-7,\r\n .col-lg-8,\r\n .col-lg-9,\r\n .col-lg-10,\r\n .col-lg-11,\r\n .col-lg-12,\r\n .col-xl,\r\n .col-xl-2-4,\r\n .col-xl-4-8,\r\n .col-xl-7-2,\r\n .col-xl-9-6,\r\n .col-xl-1,\r\n .col-xl-2,\r\n .col-xl-3,\r\n .col-xl-4,\r\n .col-xl-5,\r\n .col-xl-6,\r\n .col-xl-7,\r\n .col-xl-8,\r\n .col-xl-9,\r\n .col-xl-10,\r\n .col-xl-11,\r\n .col-xl-12 {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n\r\n .col-xs,\r\n .col-xs-2-4,\r\n .col-xs-4-8,\r\n .col-xs-7-2,\r\n .col-xs-9-6,\r\n .col-xs-1,\r\n .col-xs-2,\r\n .col-xs-3,\r\n .col-xs-4,\r\n .col-xs-5,\r\n .col-xs-6,\r\n .col-xs-7,\r\n .col-xs-8,\r\n .col-xs-9,\r\n .col-xs-10,\r\n .col-xs-11,\r\n .col-xs-12,\r\n .col-sm,\r\n .col-sm-2-4,\r\n .col-sm-4-8,\r\n .col-sm-7-2,\r\n .col-sm-9-6,\r\n .col-sm-1,\r\n .col-sm-2,\r\n .col-sm-3,\r\n .col-sm-4,\r\n .col-sm-5,\r\n .col-sm-6,\r\n .col-sm-7,\r\n .col-sm-8,\r\n .col-sm-9,\r\n .col-sm-10,\r\n .col-sm-11,\r\n .col-sm-12,\r\n .col-md,\r\n .col-md-2-4,\r\n .col-md-4-8,\r\n .col-md-7-2,\r\n .col-md-9-6,\r\n .col-md-1,\r\n .col-md-2,\r\n .col-md-3,\r\n .col-md-4,\r\n .col-md-5,\r\n .col-md-6,\r\n .col-md-7,\r\n .col-md-8,\r\n .col-md-9,\r\n .col-md-10,\r\n .col-md-11,\r\n .col-md-12,\r\n .col-lg,\r\n .col-lg-2-4,\r\n .col-lg-4-8,\r\n .col-lg-7-2,\r\n .col-lg-9-6,\r\n .col-lg-1,\r\n .col-lg-2,\r\n .col-lg-3,\r\n .col-lg-4,\r\n .col-lg-5,\r\n .col-lg-6,\r\n .col-lg-7,\r\n .col-lg-8,\r\n .col-lg-9,\r\n .col-lg-10,\r\n .col-lg-11,\r\n .col-lg-12,\r\n .col-xl,\r\n .col-xl-2-4,\r\n .col-xl-4-8,\r\n .col-xl-7-2,\r\n .col-xl-9-6,\r\n .col-xl-1,\r\n .col-xl-2,\r\n .col-xl-3,\r\n .col-xl-4,\r\n .col-xl-5,\r\n .col-xl-6,\r\n .col-xl-7,\r\n .col-xl-8,\r\n .col-xl-9,\r\n .col-xl-10,\r\n .col-xl-11,\r\n .col-xl-12 {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n\r\n .col-xs,\r\n .col-xs-2-4,\r\n .col-xs-4-8,\r\n .col-xs-7-2,\r\n .col-xs-9-6,\r\n .col-xs-1,\r\n .col-xs-2,\r\n .col-xs-3,\r\n .col-xs-4,\r\n .col-xs-5,\r\n .col-xs-6,\r\n .col-xs-7,\r\n .col-xs-8,\r\n .col-xs-9,\r\n .col-xs-10,\r\n .col-xs-11,\r\n .col-xs-12,\r\n .col-sm,\r\n .col-sm-2-4,\r\n .col-sm-4-8,\r\n .col-sm-7-2,\r\n .col-sm-9-6,\r\n .col-sm-1,\r\n .col-sm-2,\r\n .col-sm-3,\r\n .col-sm-4,\r\n .col-sm-5,\r\n .col-sm-6,\r\n .col-sm-7,\r\n .col-sm-8,\r\n .col-sm-9,\r\n .col-sm-10,\r\n .col-sm-11,\r\n .col-sm-12,\r\n .col-md,\r\n .col-md-2-4,\r\n .col-md-4-8,\r\n .col-md-7-2,\r\n .col-md-9-6,\r\n .col-md-1,\r\n .col-md-2,\r\n .col-md-3,\r\n .col-md-4,\r\n .col-md-5,\r\n .col-md-6,\r\n .col-md-7,\r\n .col-md-8,\r\n .col-md-9,\r\n .col-md-10,\r\n .col-md-11,\r\n .col-md-12,\r\n .col-lg,\r\n .col-lg-2-4,\r\n .col-lg-4-8,\r\n .col-lg-7-2,\r\n .col-lg-9-6,\r\n .col-lg-1,\r\n .col-lg-2,\r\n .col-lg-3,\r\n .col-lg-4,\r\n .col-lg-5,\r\n .col-lg-6,\r\n .col-lg-7,\r\n .col-lg-8,\r\n .col-lg-9,\r\n .col-lg-10,\r\n .col-lg-11,\r\n .col-lg-12,\r\n .col-xl,\r\n .col-xl-2-4,\r\n .col-xl-4-8,\r\n .col-xl-7-2,\r\n .col-xl-9-6,\r\n .col-xl-1,\r\n .col-xl-2,\r\n .col-xl-3,\r\n .col-xl-4,\r\n .col-xl-5,\r\n .col-xl-6,\r\n .col-xl-7,\r\n .col-xl-8,\r\n .col-xl-9,\r\n .col-xl-10,\r\n .col-xl-11,\r\n .col-xl-12 {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n.col-xs-1 {\r\n float: left;\r\n width: 8.33333%;\r\n}\r\n\r\n.col-xs-2 {\r\n float: left;\r\n width: 16.66667%;\r\n}\r\n\r\n.col-xs-3 {\r\n float: left;\r\n width: 25%;\r\n}\r\n\r\n.col-xs-4 {\r\n float: left;\r\n width: 33.33333%;\r\n}\r\n\r\n.col-xs-5 {\r\n float: left;\r\n width: 41.66667%;\r\n}\r\n\r\n.col-xs-6 {\r\n float: left;\r\n width: 50%;\r\n}\r\n\r\n.col-xs-7 {\r\n float: left;\r\n width: 58.33333%;\r\n}\r\n\r\n.col-xs-8 {\r\n float: left;\r\n width: 66.66667%;\r\n}\r\n\r\n.col-xs-9 {\r\n float: left;\r\n width: 75%;\r\n}\r\n\r\n.col-xs-10 {\r\n float: left;\r\n width: 83.33333%;\r\n}\r\n\r\n.col-xs-11 {\r\n float: left;\r\n width: 91.66667%;\r\n}\r\n\r\n.col-xs-12 {\r\n float: left;\r\n width: 100%;\r\n}\r\n\r\n.col-xs-2-4 {\r\n float: left;\r\n width: 20%;\r\n}\r\n\r\n.col-xs-4-8 {\r\n float: left;\r\n width: 40%;\r\n}\r\n\r\n.col-xs-7-2 {\r\n float: left;\r\n width: 60%;\r\n}\r\n\r\n.col-xs-9-6 {\r\n float: left;\r\n width: 80%;\r\n}\r\n\r\n.pull-xs-0 {\r\n right: auto;\r\n}\r\n\r\n.pull-xs-1 {\r\n right: 8.33333%;\r\n}\r\n\r\n.pull-xs-2 {\r\n right: 16.66667%;\r\n}\r\n\r\n.pull-xs-3 {\r\n right: 25%;\r\n}\r\n\r\n.pull-xs-4 {\r\n right: 33.33333%;\r\n}\r\n\r\n.pull-xs-5 {\r\n right: 41.66667%;\r\n}\r\n\r\n.pull-xs-6 {\r\n right: 50%;\r\n}\r\n\r\n.pull-xs-7 {\r\n right: 58.33333%;\r\n}\r\n\r\n.pull-xs-8 {\r\n right: 66.66667%;\r\n}\r\n\r\n.pull-xs-9 {\r\n right: 75%;\r\n}\r\n\r\n.pull-xs-10 {\r\n right: 83.33333%;\r\n}\r\n\r\n.pull-xs-11 {\r\n right: 91.66667%;\r\n}\r\n\r\n.pull-xs-12 {\r\n right: 100%;\r\n}\r\n\r\n.pull-xs-2-4 {\r\n right: 20%;\r\n}\r\n\r\n.pull-xs-4-8 {\r\n right: 40%;\r\n}\r\n\r\n.pull-xs-7-2 {\r\n right: 60%;\r\n}\r\n\r\n.pull-xs-9-6 {\r\n right: 80%;\r\n}\r\n\r\n.push-xs-0 {\r\n left: auto;\r\n}\r\n\r\n.push-xs-1 {\r\n left: 8.33333%;\r\n}\r\n\r\n.push-xs-2 {\r\n left: 16.66667%;\r\n}\r\n\r\n.push-xs-3 {\r\n left: 25%;\r\n}\r\n\r\n.push-xs-4 {\r\n left: 33.33333%;\r\n}\r\n\r\n.push-xs-5 {\r\n left: 41.66667%;\r\n}\r\n\r\n.push-xs-6 {\r\n left: 50%;\r\n}\r\n\r\n.push-xs-7 {\r\n left: 58.33333%;\r\n}\r\n\r\n.push-xs-8 {\r\n left: 66.66667%;\r\n}\r\n\r\n.push-xs-9 {\r\n left: 75%;\r\n}\r\n\r\n.push-xs-10 {\r\n left: 83.33333%;\r\n}\r\n\r\n.push-xs-11 {\r\n left: 91.66667%;\r\n}\r\n\r\n.push-xs-12 {\r\n left: 100%;\r\n}\r\n\r\n.push-xs-2-4 {\r\n left: 20%;\r\n}\r\n\r\n.push-xs-4-8 {\r\n left: 40%;\r\n}\r\n\r\n.push-xs-7-2 {\r\n left: 60%;\r\n}\r\n\r\n.push-xs-9-6 {\r\n left: 80%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-1 {\r\n margin-left: 8.33333%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-2 {\r\n margin-left: 16.66667%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-3 {\r\n margin-left: 25%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-4 {\r\n margin-left: 33.33333%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-5 {\r\n margin-left: 41.66667%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-6 {\r\n margin-left: 50%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-7 {\r\n margin-left: 58.33333%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-8 {\r\n margin-left: 66.66667%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-9 {\r\n margin-left: 75%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-10 {\r\n margin-left: 83.33333%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n.offset-xs-11 {\r\n margin-left: 91.66667%;\r\n}\r\n\r\n.offset-xs-2-4 {\r\n margin-left: 20%;\r\n}\r\n\r\n.offset-xs-4-8 {\r\n margin-left: 40%;\r\n}\r\n\r\n.offset-xs-7-2 {\r\n margin-left: 60%;\r\n}\r\n\r\n.offset-xs-9-6 {\r\n margin-left: 80%;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .col-sm-1 {\r\n float: left;\r\n width: 8.33333%;\r\n }\r\n\r\n .col-sm-2 {\r\n float: left;\r\n width: 16.66667%;\r\n }\r\n\r\n .col-sm-3 {\r\n float: left;\r\n width: 25%;\r\n }\r\n\r\n .col-sm-4 {\r\n float: left;\r\n width: 33.33333%;\r\n }\r\n\r\n .col-sm-5 {\r\n float: left;\r\n width: 41.66667%;\r\n }\r\n\r\n .col-sm-6 {\r\n float: left;\r\n width: 50%;\r\n }\r\n\r\n .col-sm-7 {\r\n float: left;\r\n width: 58.33333%;\r\n }\r\n\r\n .col-sm-8 {\r\n float: left;\r\n width: 66.66667%;\r\n }\r\n\r\n .col-sm-9 {\r\n float: left;\r\n width: 75%;\r\n }\r\n\r\n .col-sm-10 {\r\n float: left;\r\n width: 83.33333%;\r\n }\r\n\r\n .col-sm-11 {\r\n float: left;\r\n width: 91.66667%;\r\n }\r\n\r\n .col-sm-12 {\r\n float: left;\r\n width: 100%;\r\n }\r\n\r\n .col-sm-2-4 {\r\n float: left;\r\n width: 20%;\r\n }\r\n\r\n .col-sm-4-8 {\r\n float: left;\r\n width: 40%;\r\n }\r\n\r\n .col-sm-7-2 {\r\n float: left;\r\n width: 60%;\r\n }\r\n\r\n .col-sm-9-6 {\r\n float: left;\r\n width: 80%;\r\n }\r\n\r\n .pull-sm-0 {\r\n right: auto;\r\n }\r\n\r\n .pull-sm-1 {\r\n right: 8.33333%;\r\n }\r\n\r\n .pull-sm-2 {\r\n right: 16.66667%;\r\n }\r\n\r\n .pull-sm-3 {\r\n right: 25%;\r\n }\r\n\r\n .pull-sm-4 {\r\n right: 33.33333%;\r\n }\r\n\r\n .pull-sm-5 {\r\n right: 41.66667%;\r\n }\r\n\r\n .pull-sm-6 {\r\n right: 50%;\r\n }\r\n\r\n .pull-sm-7 {\r\n right: 58.33333%;\r\n }\r\n\r\n .pull-sm-8 {\r\n right: 66.66667%;\r\n }\r\n\r\n .pull-sm-9 {\r\n right: 75%;\r\n }\r\n\r\n .pull-sm-10 {\r\n right: 83.33333%;\r\n }\r\n\r\n .pull-sm-11 {\r\n right: 91.66667%;\r\n }\r\n\r\n .pull-sm-12 {\r\n right: 100%;\r\n }\r\n\r\n .pull-sm-2-4 {\r\n right: 20%;\r\n }\r\n\r\n .pull-sm-4-8 {\r\n right: 40%;\r\n }\r\n\r\n .pull-sm-7-2 {\r\n right: 60%;\r\n }\r\n\r\n .pull-sm-9-6 {\r\n right: 80%;\r\n }\r\n\r\n .push-sm-0 {\r\n left: auto;\r\n }\r\n\r\n .push-sm-1 {\r\n left: 8.33333%;\r\n }\r\n\r\n .push-sm-2 {\r\n left: 16.66667%;\r\n }\r\n\r\n .push-sm-3 {\r\n left: 25%;\r\n }\r\n\r\n .push-sm-4 {\r\n left: 33.33333%;\r\n }\r\n\r\n .push-sm-5 {\r\n left: 41.66667%;\r\n }\r\n\r\n .push-sm-6 {\r\n left: 50%;\r\n }\r\n\r\n .push-sm-7 {\r\n left: 58.33333%;\r\n }\r\n\r\n .push-sm-8 {\r\n left: 66.66667%;\r\n }\r\n\r\n .push-sm-9 {\r\n left: 75%;\r\n }\r\n\r\n .push-sm-10 {\r\n left: 83.33333%;\r\n }\r\n\r\n .push-sm-11 {\r\n left: 91.66667%;\r\n }\r\n\r\n .push-sm-12 {\r\n left: 100%;\r\n }\r\n\r\n .push-sm-2-4 {\r\n left: 20%;\r\n }\r\n\r\n .push-sm-4-8 {\r\n left: 40%;\r\n }\r\n\r\n .push-sm-7-2 {\r\n left: 60%;\r\n }\r\n\r\n .push-sm-9-6 {\r\n left: 80%;\r\n }\r\n\r\n .offset-sm-0 {\r\n margin-left: 0%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-1 {\r\n margin-left: 8.33333%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-2 {\r\n margin-left: 16.66667%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-3 {\r\n margin-left: 25%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-4 {\r\n margin-left: 33.33333%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-5 {\r\n margin-left: 41.66667%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-6 {\r\n margin-left: 50%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-7 {\r\n margin-left: 58.33333%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-8 {\r\n margin-left: 66.66667%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-9 {\r\n margin-left: 75%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-10 {\r\n margin-left: 83.33333%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-sm-11 {\r\n margin-left: 91.66667%;\r\n }\r\n\r\n .offset-sm-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-sm-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-sm-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-sm-9-6 {\r\n margin-left: 80%;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .col-md-1 {\r\n float: left;\r\n width: 8.33333%;\r\n }\r\n\r\n .col-md-2 {\r\n float: left;\r\n width: 16.66667%;\r\n }\r\n\r\n .col-md-3 {\r\n float: left;\r\n width: 25%;\r\n }\r\n\r\n .col-md-4 {\r\n float: left;\r\n width: 33.33333%;\r\n }\r\n\r\n .col-md-5 {\r\n float: left;\r\n width: 41.66667%;\r\n }\r\n\r\n .col-md-6 {\r\n float: left;\r\n width: 50%;\r\n }\r\n\r\n .col-md-7 {\r\n float: left;\r\n width: 58.33333%;\r\n }\r\n\r\n .col-md-8 {\r\n float: left;\r\n width: 66.66667%;\r\n }\r\n\r\n .col-md-9 {\r\n float: left;\r\n width: 75%;\r\n }\r\n\r\n .col-md-10 {\r\n float: left;\r\n width: 83.33333%;\r\n }\r\n\r\n .col-md-11 {\r\n float: left;\r\n width: 91.66667%;\r\n }\r\n\r\n .col-md-12 {\r\n float: left;\r\n width: 100%;\r\n }\r\n\r\n .col-md-2-4 {\r\n float: left;\r\n width: 20%;\r\n }\r\n\r\n .col-md-4-8 {\r\n float: left;\r\n width: 40%;\r\n }\r\n\r\n .col-md-7-2 {\r\n float: left;\r\n width: 60%;\r\n }\r\n\r\n .col-md-9-6 {\r\n float: left;\r\n width: 80%;\r\n }\r\n\r\n .pull-md-0 {\r\n right: auto;\r\n }\r\n\r\n .pull-md-1 {\r\n right: 8.33333%;\r\n }\r\n\r\n .pull-md-2 {\r\n right: 16.66667%;\r\n }\r\n\r\n .pull-md-3 {\r\n right: 25%;\r\n }\r\n\r\n .pull-md-4 {\r\n right: 33.33333%;\r\n }\r\n\r\n .pull-md-5 {\r\n right: 41.66667%;\r\n }\r\n\r\n .pull-md-6 {\r\n right: 50%;\r\n }\r\n\r\n .pull-md-7 {\r\n right: 58.33333%;\r\n }\r\n\r\n .pull-md-8 {\r\n right: 66.66667%;\r\n }\r\n\r\n .pull-md-9 {\r\n right: 75%;\r\n }\r\n\r\n .pull-md-10 {\r\n right: 83.33333%;\r\n }\r\n\r\n .pull-md-11 {\r\n right: 91.66667%;\r\n }\r\n\r\n .pull-md-12 {\r\n right: 100%;\r\n }\r\n\r\n .pull-md-2-4 {\r\n right: 20%;\r\n }\r\n\r\n .pull-md-4-8 {\r\n right: 40%;\r\n }\r\n\r\n .pull-md-7-2 {\r\n right: 60%;\r\n }\r\n\r\n .pull-md-9-6 {\r\n right: 80%;\r\n }\r\n\r\n .push-md-0 {\r\n left: auto;\r\n }\r\n\r\n .push-md-1 {\r\n left: 8.33333%;\r\n }\r\n\r\n .push-md-2 {\r\n left: 16.66667%;\r\n }\r\n\r\n .push-md-3 {\r\n left: 25%;\r\n }\r\n\r\n .push-md-4 {\r\n left: 33.33333%;\r\n }\r\n\r\n .push-md-5 {\r\n left: 41.66667%;\r\n }\r\n\r\n .push-md-6 {\r\n left: 50%;\r\n }\r\n\r\n .push-md-7 {\r\n left: 58.33333%;\r\n }\r\n\r\n .push-md-8 {\r\n left: 66.66667%;\r\n }\r\n\r\n .push-md-9 {\r\n left: 75%;\r\n }\r\n\r\n .push-md-10 {\r\n left: 83.33333%;\r\n }\r\n\r\n .push-md-11 {\r\n left: 91.66667%;\r\n }\r\n\r\n .push-md-12 {\r\n left: 100%;\r\n }\r\n\r\n .push-md-2-4 {\r\n left: 20%;\r\n }\r\n\r\n .push-md-4-8 {\r\n left: 40%;\r\n }\r\n\r\n .push-md-7-2 {\r\n left: 60%;\r\n }\r\n\r\n .push-md-9-6 {\r\n left: 80%;\r\n }\r\n\r\n .offset-md-0 {\r\n margin-left: 0%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-1 {\r\n margin-left: 8.33333%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-2 {\r\n margin-left: 16.66667%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-3 {\r\n margin-left: 25%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-4 {\r\n margin-left: 33.33333%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-5 {\r\n margin-left: 41.66667%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-6 {\r\n margin-left: 50%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-7 {\r\n margin-left: 58.33333%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-8 {\r\n margin-left: 66.66667%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-9 {\r\n margin-left: 75%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-10 {\r\n margin-left: 83.33333%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-md-11 {\r\n margin-left: 91.66667%;\r\n }\r\n\r\n .offset-md-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-md-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-md-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-md-9-6 {\r\n margin-left: 80%;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .col-lg-1 {\r\n float: left;\r\n width: 8.33333%;\r\n }\r\n\r\n .col-lg-2 {\r\n float: left;\r\n width: 16.66667%;\r\n }\r\n\r\n .col-lg-3 {\r\n float: left;\r\n width: 25%;\r\n }\r\n\r\n .col-lg-4 {\r\n float: left;\r\n width: 33.33333%;\r\n }\r\n\r\n .col-lg-5 {\r\n float: left;\r\n width: 41.66667%;\r\n }\r\n\r\n .col-lg-6 {\r\n float: left;\r\n width: 50%;\r\n }\r\n\r\n .col-lg-7 {\r\n float: left;\r\n width: 58.33333%;\r\n }\r\n\r\n .col-lg-8 {\r\n float: left;\r\n width: 66.66667%;\r\n }\r\n\r\n .col-lg-9 {\r\n float: left;\r\n width: 75%;\r\n }\r\n\r\n .col-lg-10 {\r\n float: left;\r\n width: 83.33333%;\r\n }\r\n\r\n .col-lg-11 {\r\n float: left;\r\n width: 91.66667%;\r\n }\r\n\r\n .col-lg-12 {\r\n float: left;\r\n width: 100%;\r\n }\r\n\r\n .col-lg-2-4 {\r\n float: left;\r\n width: 20%;\r\n }\r\n\r\n .col-lg-4-8 {\r\n float: left;\r\n width: 40%;\r\n }\r\n\r\n .col-lg-7-2 {\r\n float: left;\r\n width: 60%;\r\n }\r\n\r\n .col-lg-9-6 {\r\n float: left;\r\n width: 80%;\r\n }\r\n\r\n .pull-lg-0 {\r\n right: auto;\r\n }\r\n\r\n .pull-lg-1 {\r\n right: 8.33333%;\r\n }\r\n\r\n .pull-lg-2 {\r\n right: 16.66667%;\r\n }\r\n\r\n .pull-lg-3 {\r\n right: 25%;\r\n }\r\n\r\n .pull-lg-4 {\r\n right: 33.33333%;\r\n }\r\n\r\n .pull-lg-5 {\r\n right: 41.66667%;\r\n }\r\n\r\n .pull-lg-6 {\r\n right: 50%;\r\n }\r\n\r\n .pull-lg-7 {\r\n right: 58.33333%;\r\n }\r\n\r\n .pull-lg-8 {\r\n right: 66.66667%;\r\n }\r\n\r\n .pull-lg-9 {\r\n right: 75%;\r\n }\r\n\r\n .pull-lg-10 {\r\n right: 83.33333%;\r\n }\r\n\r\n .pull-lg-11 {\r\n right: 91.66667%;\r\n }\r\n\r\n .pull-lg-12 {\r\n right: 100%;\r\n }\r\n\r\n .pull-lg-2-4 {\r\n right: 20%;\r\n }\r\n\r\n .pull-lg-4-8 {\r\n right: 40%;\r\n }\r\n\r\n .pull-lg-7-2 {\r\n right: 60%;\r\n }\r\n\r\n .pull-lg-9-6 {\r\n right: 80%;\r\n }\r\n\r\n .push-lg-0 {\r\n left: auto;\r\n }\r\n\r\n .push-lg-1 {\r\n left: 8.33333%;\r\n }\r\n\r\n .push-lg-2 {\r\n left: 16.66667%;\r\n }\r\n\r\n .push-lg-3 {\r\n left: 25%;\r\n }\r\n\r\n .push-lg-4 {\r\n left: 33.33333%;\r\n }\r\n\r\n .push-lg-5 {\r\n left: 41.66667%;\r\n }\r\n\r\n .push-lg-6 {\r\n left: 50%;\r\n }\r\n\r\n .push-lg-7 {\r\n left: 58.33333%;\r\n }\r\n\r\n .push-lg-8 {\r\n left: 66.66667%;\r\n }\r\n\r\n .push-lg-9 {\r\n left: 75%;\r\n }\r\n\r\n .push-lg-10 {\r\n left: 83.33333%;\r\n }\r\n\r\n .push-lg-11 {\r\n left: 91.66667%;\r\n }\r\n\r\n .push-lg-12 {\r\n left: 100%;\r\n }\r\n\r\n .push-lg-2-4 {\r\n left: 20%;\r\n }\r\n\r\n .push-lg-4-8 {\r\n left: 40%;\r\n }\r\n\r\n .push-lg-7-2 {\r\n left: 60%;\r\n }\r\n\r\n .push-lg-9-6 {\r\n left: 80%;\r\n }\r\n\r\n .offset-lg-0 {\r\n margin-left: 0%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-1 {\r\n margin-left: 8.33333%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-2 {\r\n margin-left: 16.66667%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-3 {\r\n margin-left: 25%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-4 {\r\n margin-left: 33.33333%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-5 {\r\n margin-left: 41.66667%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-6 {\r\n margin-left: 50%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-7 {\r\n margin-left: 58.33333%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-8 {\r\n margin-left: 66.66667%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-9 {\r\n margin-left: 75%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-10 {\r\n margin-left: 83.33333%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-lg-11 {\r\n margin-left: 91.66667%;\r\n }\r\n\r\n .offset-lg-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-lg-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-lg-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-lg-9-6 {\r\n margin-left: 80%;\r\n }\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .col-xl-1 {\r\n float: left;\r\n width: 8.33333%;\r\n }\r\n\r\n .col-xl-2 {\r\n float: left;\r\n width: 16.66667%;\r\n }\r\n\r\n .col-xl-3 {\r\n float: left;\r\n width: 25%;\r\n }\r\n\r\n .col-xl-4 {\r\n float: left;\r\n width: 33.33333%;\r\n }\r\n\r\n .col-xl-5 {\r\n float: left;\r\n width: 41.66667%;\r\n }\r\n\r\n .col-xl-6 {\r\n float: left;\r\n width: 50%;\r\n }\r\n\r\n .col-xl-7 {\r\n float: left;\r\n width: 58.33333%;\r\n }\r\n\r\n .col-xl-8 {\r\n float: left;\r\n width: 66.66667%;\r\n }\r\n\r\n .col-xl-9 {\r\n float: left;\r\n width: 75%;\r\n }\r\n\r\n .col-xl-10 {\r\n float: left;\r\n width: 83.33333%;\r\n }\r\n\r\n .col-xl-11 {\r\n float: left;\r\n width: 91.66667%;\r\n }\r\n\r\n .col-xl-12 {\r\n float: left;\r\n width: 100%;\r\n }\r\n\r\n .col-xl-2-4 {\r\n float: left;\r\n width: 20%;\r\n }\r\n\r\n .col-xl-4-8 {\r\n float: left;\r\n width: 40%;\r\n }\r\n\r\n .col-xl-7-2 {\r\n float: left;\r\n width: 60%;\r\n }\r\n\r\n .col-xl-9-6 {\r\n float: left;\r\n width: 80%;\r\n }\r\n\r\n .pull-xl-0 {\r\n right: auto;\r\n }\r\n\r\n .pull-xl-1 {\r\n right: 8.33333%;\r\n }\r\n\r\n .pull-xl-2 {\r\n right: 16.66667%;\r\n }\r\n\r\n .pull-xl-3 {\r\n right: 25%;\r\n }\r\n\r\n .pull-xl-4 {\r\n right: 33.33333%;\r\n }\r\n\r\n .pull-xl-5 {\r\n right: 41.66667%;\r\n }\r\n\r\n .pull-xl-6 {\r\n right: 50%;\r\n }\r\n\r\n .pull-xl-7 {\r\n right: 58.33333%;\r\n }\r\n\r\n .pull-xl-8 {\r\n right: 66.66667%;\r\n }\r\n\r\n .pull-xl-9 {\r\n right: 75%;\r\n }\r\n\r\n .pull-xl-10 {\r\n right: 83.33333%;\r\n }\r\n\r\n .pull-xl-11 {\r\n right: 91.66667%;\r\n }\r\n\r\n .pull-xl-12 {\r\n right: 100%;\r\n }\r\n\r\n .pull-xl-2-4 {\r\n right: 20%;\r\n }\r\n\r\n .pull-xl-4-8 {\r\n right: 40%;\r\n }\r\n\r\n .pull-xl-7-2 {\r\n right: 60%;\r\n }\r\n\r\n .pull-xl-9-6 {\r\n right: 80%;\r\n }\r\n\r\n .push-xl-0 {\r\n left: auto;\r\n }\r\n\r\n .push-xl-1 {\r\n left: 8.33333%;\r\n }\r\n\r\n .push-xl-2 {\r\n left: 16.66667%;\r\n }\r\n\r\n .push-xl-3 {\r\n left: 25%;\r\n }\r\n\r\n .push-xl-4 {\r\n left: 33.33333%;\r\n }\r\n\r\n .push-xl-5 {\r\n left: 41.66667%;\r\n }\r\n\r\n .push-xl-6 {\r\n left: 50%;\r\n }\r\n\r\n .push-xl-7 {\r\n left: 58.33333%;\r\n }\r\n\r\n .push-xl-8 {\r\n left: 66.66667%;\r\n }\r\n\r\n .push-xl-9 {\r\n left: 75%;\r\n }\r\n\r\n .push-xl-10 {\r\n left: 83.33333%;\r\n }\r\n\r\n .push-xl-11 {\r\n left: 91.66667%;\r\n }\r\n\r\n .push-xl-12 {\r\n left: 100%;\r\n }\r\n\r\n .push-xl-2-4 {\r\n left: 20%;\r\n }\r\n\r\n .push-xl-4-8 {\r\n left: 40%;\r\n }\r\n\r\n .push-xl-7-2 {\r\n left: 60%;\r\n }\r\n\r\n .push-xl-9-6 {\r\n left: 80%;\r\n }\r\n\r\n .offset-xl-0 {\r\n margin-left: 0%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-1 {\r\n margin-left: 8.33333%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-2 {\r\n margin-left: 16.66667%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-3 {\r\n margin-left: 25%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-4 {\r\n margin-left: 33.33333%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-5 {\r\n margin-left: 41.66667%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-6 {\r\n margin-left: 50%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-7 {\r\n margin-left: 58.33333%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-8 {\r\n margin-left: 66.66667%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-9 {\r\n margin-left: 75%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-10 {\r\n margin-left: 83.33333%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n\r\n .offset-xl-11 {\r\n margin-left: 91.66667%;\r\n }\r\n\r\n .offset-xl-2-4 {\r\n margin-left: 20%;\r\n }\r\n\r\n .offset-xl-4-8 {\r\n margin-left: 40%;\r\n }\r\n\r\n .offset-xl-7-2 {\r\n margin-left: 60%;\r\n }\r\n\r\n .offset-xl-9-6 {\r\n margin-left: 80%;\r\n }\r\n}\r\n\r\n/***************************************************\r\n Mixins Themes\r\n/***************************************************/\r\n/* Mixin Normal*/\r\n/* Mixin Clear */\r\n/* Mixin Border */\r\n/*background RGBA\r\n============================================*/\r\n/***************************************************\r\n Mixins RTL Themes\r\n/***************************************************/\r\n/************************************\r\n\tOverride Bootstrap\r\n*************************************/\r\n/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */\r\nhtml {\r\n font-family: sans-serif;\r\n line-height: 1.15;\r\n -ms-text-size-adjust: 100%;\r\n -webkit-text-size-adjust: 100%;\r\n}\r\n\r\nbody {\r\n margin: 0;\r\n}\r\n\r\narticle,\r\naside,\r\ndetails,\r\nfigcaption,\r\nfigure,\r\nfooter,\r\nheader,\r\nmain,\r\nmenu,\r\nnav,\r\nsection,\r\nsummary {\r\n display: block;\r\n}\r\n\r\naudio,\r\ncanvas,\r\nprogress,\r\nvideo {\r\n display: inline-block;\r\n}\r\n\r\naudio:not([controls]) {\r\n display: none;\r\n height: 0;\r\n}\r\n\r\nprogress {\r\n vertical-align: baseline;\r\n}\r\n\r\ntemplate,\r\n[hidden] {\r\n display: none;\r\n}\r\n\r\na {\r\n background-color: transparent;\r\n -webkit-text-decoration-skip: objects;\r\n}\r\n\r\na:active,\r\na:hover {\r\n outline-width: 0;\r\n}\r\n\r\nabbr[title] {\r\n border-bottom: none;\r\n text-decoration: underline;\r\n text-decoration: underline dotted;\r\n}\r\n\r\nb,\r\nstrong {\r\n font-weight: inherit;\r\n}\r\n\r\nb,\r\nstrong {\r\n font-weight: bolder;\r\n}\r\n\r\ndfn {\r\n font-style: italic;\r\n}\r\n\r\nh1 {\r\n font-size: 2em;\r\n margin: 0.67em 0;\r\n}\r\n\r\nmark {\r\n background-color: #ff0;\r\n color: #000;\r\n}\r\n\r\nsmall {\r\n font-size: 80%;\r\n}\r\n\r\nsub,\r\nsup {\r\n font-size: 75%;\r\n line-height: 0;\r\n position: relative;\r\n vertical-align: baseline;\r\n}\r\n\r\nsub {\r\n bottom: -0.25em;\r\n}\r\n\r\nsup {\r\n top: -0.5em;\r\n}\r\n\r\nimg {\r\n border-style: none;\r\n}\r\n\r\nsvg:not(:root) {\r\n overflow: hidden;\r\n}\r\n\r\ncode,\r\nkbd,\r\npre,\r\nsamp {\r\n font-family: monospace, monospace;\r\n font-size: 1em;\r\n}\r\n\r\nfigure {\r\n margin: 1em 40px;\r\n}\r\n\r\nhr {\r\n box-sizing: content-box;\r\n height: 0;\r\n overflow: visible;\r\n}\r\n\r\nbutton,\r\ninput,\r\noptgroup,\r\nselect,\r\ntextarea {\r\n font: inherit;\r\n margin: 0;\r\n}\r\n\r\noptgroup {\r\n font-weight: bold;\r\n}\r\n\r\nbutton,\r\ninput {\r\n overflow: visible;\r\n}\r\n\r\nbutton,\r\nselect {\r\n text-transform: none;\r\n}\r\n\r\nbutton,\r\nhtml [type='button'],\r\n[type='reset'],\r\n[type='submit'] {\r\n -webkit-appearance: button;\r\n}\r\n\r\nbutton::-moz-focus-inner,\r\n[type='button']::-moz-focus-inner,\r\n[type='reset']::-moz-focus-inner,\r\n[type='submit']::-moz-focus-inner {\r\n border-style: none;\r\n padding: 0;\r\n}\r\n\r\nbutton:-moz-focusring,\r\n[type='button']:-moz-focusring,\r\n[type='reset']:-moz-focusring,\r\n[type='submit']:-moz-focusring {\r\n outline: 1px dotted ButtonText;\r\n}\r\n\r\nfieldset {\r\n border: 1px solid #c0c0c0;\r\n margin: 0 2px;\r\n padding: 0.35em 0.625em 0.75em;\r\n}\r\n\r\nlegend {\r\n box-sizing: border-box;\r\n color: inherit;\r\n display: table;\r\n max-width: 100%;\r\n padding: 0;\r\n white-space: normal;\r\n}\r\n\r\ntextarea {\r\n overflow: auto;\r\n}\r\n\r\n[type='checkbox'],\r\n[type='radio'] {\r\n box-sizing: border-box;\r\n padding: 0;\r\n}\r\n\r\n[type='number']::-webkit-inner-spin-button,\r\n[type='number']::-webkit-outer-spin-button {\r\n height: auto;\r\n}\r\n\r\n[type='search'] {\r\n -webkit-appearance: textfield;\r\n outline-offset: -2px;\r\n}\r\n\r\n[type='search']::-webkit-search-cancel-button,\r\n[type='search']::-webkit-search-decoration {\r\n -webkit-appearance: none;\r\n}\r\n\r\n::-webkit-input-placeholder {\r\n color: inherit;\r\n opacity: 0.54;\r\n}\r\n\r\n::-webkit-file-upload-button {\r\n -webkit-appearance: button;\r\n font: inherit;\r\n}\r\n\r\nhtml {\r\n box-sizing: border-box;\r\n}\r\n\r\n*,\r\n*::before,\r\n*::after {\r\n box-sizing: inherit;\r\n}\r\n\r\n@-ms-viewport {\r\n width: device-width;\r\n}\r\n\r\nhtml {\r\n font-size: 16px;\r\n -ms-overflow-style: scrollbar;\r\n -webkit-tap-highlight-color: transparent;\r\n}\r\n\r\nbody {\r\n font-family: 'Poppins', sans-serif;\r\n font-size: 1rem;\r\n line-height: 1.5;\r\n color: #777;\r\n background-color: #f8f8f8;\r\n}\r\n\r\n[tabindex='-1']:focus {\r\n outline: none !important;\r\n}\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6 {\r\n margin-top: 0;\r\n margin-bottom: 0.5rem;\r\n}\r\n\r\np {\r\n margin-top: 0;\r\n margin-bottom: 1rem;\r\n}\r\n\r\nabbr[title],\r\nabbr[data-original-title] {\r\n cursor: help;\r\n border-bottom: 1px dotted #818a91;\r\n}\r\n\r\naddress {\r\n margin-bottom: 1rem;\r\n font-style: normal;\r\n line-height: inherit;\r\n}\r\n\r\nol,\r\nul,\r\ndl {\r\n margin-top: 0;\r\n margin-bottom: 1rem;\r\n}\r\n\r\nol ol,\r\nul ul,\r\nol ul,\r\nul ol {\r\n margin-bottom: 0;\r\n}\r\n\r\ndt {\r\n font-weight: bold;\r\n}\r\n\r\ndd {\r\n margin-bottom: 0.5rem;\r\n margin-left: 0;\r\n}\r\n\r\nblockquote {\r\n margin: 0 0 1rem;\r\n}\r\n\r\na {\r\n color: #000;\r\n text-decoration: none;\r\n}\r\n\r\na:focus,\r\na:hover {\r\n color: #a340ff;\r\n text-decoration: underline;\r\n}\r\n\r\na:focus {\r\n outline: 5px auto -webkit-focus-ring-color;\r\n outline-offset: -2px;\r\n}\r\n\r\na:not([href]):not([tabindex]) {\r\n color: inherit;\r\n text-decoration: none;\r\n}\r\n\r\na:not([href]):not([tabindex]):focus,\r\na:not([href]):not([tabindex]):hover {\r\n color: inherit;\r\n text-decoration: none;\r\n}\r\n\r\na:not([href]):not([tabindex]):focus {\r\n outline: none;\r\n}\r\n\r\npre {\r\n margin-top: 0;\r\n margin-bottom: 1rem;\r\n overflow: auto;\r\n}\r\n\r\nfigure {\r\n margin: 0 0 1rem;\r\n}\r\n\r\nimg {\r\n vertical-align: middle;\r\n}\r\n\r\n[role='button'] {\r\n cursor: pointer;\r\n}\r\n\r\na,\r\narea,\r\nbutton,\r\n[role='button'],\r\ninput,\r\nlabel,\r\nselect,\r\nsummary,\r\ntextarea {\r\n touch-action: manipulation;\r\n}\r\n\r\ntable {\r\n border-collapse: collapse;\r\n background-color: transparent;\r\n}\r\n\r\ncaption {\r\n padding-top: 0.75rem;\r\n padding-bottom: 0.75rem;\r\n color: #acaaa6;\r\n text-align: left;\r\n caption-side: bottom;\r\n}\r\n\r\nth {\r\n text-align: left;\r\n}\r\n\r\nlabel {\r\n display: inline-block;\r\n margin-bottom: 0.5rem;\r\n}\r\n\r\nbutton:focus {\r\n outline: 1px dotted;\r\n outline: 5px auto -webkit-focus-ring-color;\r\n}\r\n\r\ninput,\r\nbutton,\r\nselect,\r\ntextarea {\r\n line-height: inherit;\r\n}\r\n\r\ninput[type='radio']:disabled,\r\ninput[type='checkbox']:disabled {\r\n cursor: not-allowed;\r\n}\r\n\r\ninput[type='date'],\r\ninput[type='time'],\r\ninput[type='datetime-local'],\r\ninput[type='month'] {\r\n -webkit-appearance: listbox;\r\n}\r\n\r\ntextarea {\r\n resize: vertical;\r\n}\r\n\r\nfieldset {\r\n min-width: 0;\r\n padding: 0;\r\n margin: 0;\r\n border: 0;\r\n}\r\n\r\nlegend {\r\n display: block;\r\n width: 100%;\r\n padding: 0;\r\n margin-bottom: 0.5rem;\r\n font-size: 1.5rem;\r\n line-height: inherit;\r\n}\r\n\r\ninput[type='search'] {\r\n -webkit-appearance: none;\r\n}\r\n\r\noutput {\r\n display: inline-block;\r\n}\r\n\r\n[hidden] {\r\n display: none !important;\r\n}\r\n\r\n/*\r\n * Bootstrap TouchSpin - v3.1.1\r\n * A mobile and touch friendly input spinner component for Bootstrap 3.\r\n * http://www.virtuosoft.eu/code/bootstrap-touchspin/\r\n *\r\n * Made by Istv├ín Ujj-M├⌐sz├íros\r\n * Under Apache License v2.0 License\r\n */\r\n.bootstrap-touchspin .input-group-btn-vertical {\r\n position: relative;\r\n white-space: nowrap;\r\n width: 1%;\r\n vertical-align: middle;\r\n display: table-cell;\r\n}\r\n\r\n.bootstrap-touchspin .input-group-btn-vertical>.btn {\r\n display: block;\r\n float: none;\r\n width: 100%;\r\n max-width: 100%;\r\n padding: 8px 10px;\r\n margin-left: -1px;\r\n position: relative;\r\n}\r\n\r\n.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {\r\n border-radius: 0;\r\n border-top-right-radius: 4px;\r\n}\r\n\r\n.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {\r\n margin-top: -2px;\r\n border-radius: 0;\r\n border-bottom-right-radius: 4px;\r\n}\r\n\r\n.bootstrap-touchspin .input-group-btn-vertical i {\r\n position: absolute;\r\n top: 3px;\r\n left: 5px;\r\n font-size: 9px;\r\n font-weight: 400;\r\n}\r\n\r\n/***************************************************\r\n Mixins Themes\r\n/***************************************************/\r\n/* Mixin Normal*/\r\n/* Mixin Clear */\r\n/* Mixin Border */\r\n/*background RGBA\r\n============================================*/\r\n/***************************************************\r\n Mixins RTL Themes\r\n/***************************************************/\r\n/************************************\r\n\tOverride Bootstrap\r\n*************************************/\r\n/**\r\n * Web Application Prefix Apply For Making Owner Styles\r\n */\r\n/**\r\n * Blocks Layout Selectors\r\n */\r\n/***********************************************************************/\r\n/***************************************************\r\n Mixins Themes\r\n/***************************************************/\r\n/* Mixin Normal*/\r\n/* Mixin Clear */\r\n/* Mixin Border */\r\n/*background RGBA\r\n============================================*/\r\n/***************************************************\r\n Mixins RTL Themes\r\n/***************************************************/\r\n@font-face {\r\n font-family: 'Material Icons';\r\n font-style: normal;\r\n font-weight: 400;\r\n src: url(../fonts/MaterialIcons-Regular.eot);\r\n /* For IE6-8 */\r\n src: local('Material Icons'), local('MaterialIcons-Regular'),\r\n url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),\r\n url(../fonts/MaterialIcons-Regular.woff) format('woff'),\r\n url(../fonts/MaterialIcons-Regular.ttf) format('truetype');\r\n}\r\n\r\n.material-icons {\r\n font-family: 'Material Icons';\r\n font-weight: normal;\r\n font-style: normal;\r\n font-size: 16px;\r\n /* Preferred icon size */\r\n display: inline-block;\r\n vertical-align: middle;\r\n width: 1em;\r\n height: 1em;\r\n line-height: 1;\r\n text-transform: none;\r\n letter-spacing: normal;\r\n word-wrap: normal;\r\n white-space: nowrap;\r\n direction: ltr;\r\n /* Support for all WebKit browsers. */\r\n -webkit-font-smoothing: antialiased;\r\n /* Support for Safari and Chrome. */\r\n text-rendering: optimizeLegibility;\r\n /* Support for Firefox. */\r\n -moz-osx-font-smoothing: grayscale;\r\n /* Support for IE. */\r\n font-feature-settings: 'liga';\r\n}\r\n\r\n/*!\r\n * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome\r\n * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\r\n */\r\n@font-face {\r\n font-family: 'FontAwesome';\r\n src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');\r\n src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),\r\n url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),\r\n url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),\r\n url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),\r\n url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');\r\n font-weight: normal;\r\n font-style: normal;\r\n}\r\n\r\n.fa {\r\n display: inline-block;\r\n font: normal normal normal 14px/1 FontAwesome;\r\n font-size: inherit;\r\n text-rendering: auto;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n}\r\n\r\n.fa-lg {\r\n font-size: 1.33333333em;\r\n line-height: 0.75em;\r\n vertical-align: -15%;\r\n}\r\n\r\n.fa-2x {\r\n font-size: 2em;\r\n}\r\n\r\n.fa-3x {\r\n font-size: 3em;\r\n}\r\n\r\n.fa-4x {\r\n font-size: 4em;\r\n}\r\n\r\n.fa-5x {\r\n font-size: 5em;\r\n}\r\n\r\n.fa-fw {\r\n width: 1.28571429em;\r\n text-align: center;\r\n}\r\n\r\n.fa-ul {\r\n padding-left: 0;\r\n margin-left: 2.14285714em;\r\n list-style-type: none;\r\n}\r\n\r\n.fa-ul>li {\r\n position: relative;\r\n}\r\n\r\n.fa-li {\r\n position: absolute;\r\n left: -2.14285714em;\r\n width: 2.14285714em;\r\n top: 0.14285714em;\r\n text-align: center;\r\n}\r\n\r\n.fa-li.fa-lg {\r\n left: -1.85714286em;\r\n}\r\n\r\n.fa-border {\r\n padding: 0.2em 0.25em 0.15em;\r\n border: solid 0.08em #eee;\r\n border-radius: 0.1em;\r\n}\r\n\r\n.fa-pull-left {\r\n float: left;\r\n}\r\n\r\n.fa-pull-right {\r\n float: right;\r\n}\r\n\r\n.fa.fa-pull-left {\r\n margin-right: 0.3em;\r\n}\r\n\r\n.fa.fa-pull-right {\r\n margin-left: 0.3em;\r\n}\r\n\r\n.pull-right {\r\n float: right;\r\n}\r\n\r\n.pull-left {\r\n float: left;\r\n}\r\n\r\n.fa.pull-left {\r\n margin-right: 0.3em;\r\n}\r\n\r\n.fa.pull-right {\r\n margin-left: 0.3em;\r\n}\r\n\r\n.fa-spin {\r\n -webkit-animation: fa-spin 2s infinite linear;\r\n animation: fa-spin 2s infinite linear;\r\n}\r\n\r\n.fa-pulse {\r\n -webkit-animation: fa-spin 1s infinite steps(8);\r\n animation: fa-spin 1s infinite steps(8);\r\n}\r\n\r\n@-webkit-keyframes fa-spin {\r\n 0% {\r\n -webkit-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n }\r\n\r\n 100% {\r\n -webkit-transform: rotate(359deg);\r\n transform: rotate(359deg);\r\n }\r\n}\r\n\r\n@keyframes fa-spin {\r\n 0% {\r\n -webkit-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n }\r\n\r\n 100% {\r\n -webkit-transform: rotate(359deg);\r\n transform: rotate(359deg);\r\n }\r\n}\r\n\r\n.fa-rotate-90 {\r\n -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';\r\n -webkit-transform: rotate(90deg);\r\n -ms-transform: rotate(90deg);\r\n transform: rotate(90deg);\r\n}\r\n\r\n.fa-rotate-180 {\r\n -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';\r\n -webkit-transform: rotate(180deg);\r\n -ms-transform: rotate(180deg);\r\n transform: rotate(180deg);\r\n}\r\n\r\n.fa-rotate-270 {\r\n -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';\r\n -webkit-transform: rotate(270deg);\r\n -ms-transform: rotate(270deg);\r\n transform: rotate(270deg);\r\n}\r\n\r\n.fa-flip-horizontal {\r\n -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';\r\n -webkit-transform: scale(-1, 1);\r\n -ms-transform: scale(-1, 1);\r\n transform: scale(-1, 1);\r\n}\r\n\r\n.fa-flip-vertical {\r\n -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';\r\n -webkit-transform: scale(1, -1);\r\n -ms-transform: scale(1, -1);\r\n transform: scale(1, -1);\r\n}\r\n\r\n:root .fa-rotate-90,\r\n:root .fa-rotate-180,\r\n:root .fa-rotate-270,\r\n:root .fa-flip-horizontal,\r\n:root .fa-flip-vertical {\r\n filter: none;\r\n}\r\n\r\n.fa-stack {\r\n position: relative;\r\n display: inline-block;\r\n width: 2em;\r\n height: 2em;\r\n line-height: 2em;\r\n vertical-align: middle;\r\n}\r\n\r\n.fa-stack-1x,\r\n.fa-stack-2x {\r\n position: absolute;\r\n left: 0;\r\n width: 100%;\r\n text-align: center;\r\n}\r\n\r\n.fa-stack-1x {\r\n line-height: inherit;\r\n}\r\n\r\n.fa-stack-2x {\r\n font-size: 2em;\r\n}\r\n\r\n.fa-inverse {\r\n color: #fff;\r\n}\r\n\r\n.fa-glass:before {\r\n content: '\\f000';\r\n}\r\n\r\n.fa-music:before {\r\n content: '\\f001';\r\n}\r\n\r\n.fa-search:before {\r\n content: '\\f002';\r\n}\r\n\r\n.fa-envelope-o:before {\r\n content: '\\f003';\r\n}\r\n\r\n.fa-heart:before {\r\n content: '\\f004';\r\n}\r\n\r\n.fa-star:before {\r\n content: '\\f005';\r\n}\r\n\r\n.fa-star-o:before {\r\n content: '\\f006';\r\n}\r\n\r\n.fa-user:before {\r\n content: '\\f007';\r\n}\r\n\r\n.fa-film:before {\r\n content: '\\f008';\r\n}\r\n\r\n.fa-th-large:before {\r\n content: '\\f009';\r\n}\r\n\r\n.fa-th:before {\r\n content: '\\f00a';\r\n}\r\n\r\n.fa-th-list:before {\r\n content: '\\f00b';\r\n}\r\n\r\n.fa-check:before {\r\n content: '\\f00c';\r\n}\r\n\r\n.fa-remove:before,\r\n.fa-close:before,\r\n.fa-times:before {\r\n content: '\\f00d';\r\n}\r\n\r\n.fa-search-plus:before {\r\n content: '\\f00e';\r\n}\r\n\r\n.fa-search-minus:before {\r\n content: '\\f010';\r\n}\r\n\r\n.fa-power-off:before {\r\n content: '\\f011';\r\n}\r\n\r\n.fa-signal:before {\r\n content: '\\f012';\r\n}\r\n\r\n.fa-gear:before,\r\n.fa-cog:before {\r\n content: '\\f013';\r\n}\r\n\r\n.fa-trash-o:before {\r\n content: '\\f014';\r\n}\r\n\r\n.fa-home:before {\r\n content: '\\f015';\r\n}\r\n\r\n.fa-file-o:before {\r\n content: '\\f016';\r\n}\r\n\r\n.fa-clock-o:before {\r\n content: '\\f017';\r\n}\r\n\r\n.fa-road:before {\r\n content: '\\f018';\r\n}\r\n\r\n.fa-download:before {\r\n content: '\\f019';\r\n}\r\n\r\n.fa-arrow-circle-o-down:before {\r\n content: '\\f01a';\r\n}\r\n\r\n.fa-arrow-circle-o-up:before {\r\n content: '\\f01b';\r\n}\r\n\r\n.fa-inbox:before {\r\n content: '\\f01c';\r\n}\r\n\r\n.fa-play-circle-o:before {\r\n content: '\\f01d';\r\n}\r\n\r\n.fa-rotate-right:before,\r\n.fa-repeat:before {\r\n content: '\\f01e';\r\n}\r\n\r\n.fa-refresh:before {\r\n content: '\\f021';\r\n}\r\n\r\n.fa-list-alt:before {\r\n content: '\\f022';\r\n}\r\n\r\n.fa-lock:before {\r\n content: '\\f023';\r\n}\r\n\r\n.fa-flag:before {\r\n content: '\\f024';\r\n}\r\n\r\n.fa-headphones:before {\r\n content: '\\f025';\r\n}\r\n\r\n.fa-volume-off:before {\r\n content: '\\f026';\r\n}\r\n\r\n.fa-volume-down:before {\r\n content: '\\f027';\r\n}\r\n\r\n.fa-volume-up:before {\r\n content: '\\f028';\r\n}\r\n\r\n.fa-qrcode:before {\r\n content: '\\f029';\r\n}\r\n\r\n.fa-barcode:before {\r\n content: '\\f02a';\r\n}\r\n\r\n.fa-tag:before {\r\n content: '\\f02b';\r\n}\r\n\r\n.fa-tags:before {\r\n content: '\\f02c';\r\n}\r\n\r\n.fa-book:before {\r\n content: '\\f02d';\r\n}\r\n\r\n.fa-bookmark:before {\r\n content: '\\f02e';\r\n}\r\n\r\n.fa-print:before {\r\n content: '\\f02f';\r\n}\r\n\r\n.fa-camera:before {\r\n content: '\\f030';\r\n}\r\n\r\n.fa-font:before {\r\n content: '\\f031';\r\n}\r\n\r\n.fa-bold:before {\r\n content: '\\f032';\r\n}\r\n\r\n.fa-italic:before {\r\n content: '\\f033';\r\n}\r\n\r\n.fa-text-height:before {\r\n content: '\\f034';\r\n}\r\n\r\n.fa-text-width:before {\r\n content: '\\f035';\r\n}\r\n\r\n.fa-align-left:before {\r\n content: '\\f036';\r\n}\r\n\r\n.fa-align-center:before {\r\n content: '\\f037';\r\n}\r\n\r\n.fa-align-right:before {\r\n content: '\\f038';\r\n}\r\n\r\n.fa-align-justify:before {\r\n content: '\\f039';\r\n}\r\n\r\n.fa-list:before {\r\n content: '\\f03a';\r\n}\r\n\r\n.fa-dedent:before,\r\n.fa-outdent:before {\r\n content: '\\f03b';\r\n}\r\n\r\n.fa-indent:before {\r\n content: '\\f03c';\r\n}\r\n\r\n.fa-video-camera:before {\r\n content: '\\f03d';\r\n}\r\n\r\n.fa-photo:before,\r\n.fa-image:before,\r\n.fa-picture-o:before {\r\n content: '\\f03e';\r\n}\r\n\r\n.fa-pencil:before {\r\n content: '\\f040';\r\n}\r\n\r\n.fa-map-marker:before {\r\n content: '\\f041';\r\n}\r\n\r\n.fa-adjust:before {\r\n content: '\\f042';\r\n}\r\n\r\n.fa-tint:before {\r\n content: '\\f043';\r\n}\r\n\r\n.fa-edit:before,\r\n.fa-pencil-square-o:before {\r\n content: '\\f044';\r\n}\r\n\r\n.fa-share-square-o:before {\r\n content: '\\f045';\r\n}\r\n\r\n.fa-check-square-o:before {\r\n content: '\\f046';\r\n}\r\n\r\n.fa-arrows:before {\r\n content: '\\f047';\r\n}\r\n\r\n.fa-step-backward:before {\r\n content: '\\f048';\r\n}\r\n\r\n.fa-fast-backward:before {\r\n content: '\\f049';\r\n}\r\n\r\n.fa-backward:before {\r\n content: '\\f04a';\r\n}\r\n\r\n.fa-play:before {\r\n content: '\\f04b';\r\n}\r\n\r\n.fa-pause:before {\r\n content: '\\f04c';\r\n}\r\n\r\n.fa-stop:before {\r\n content: '\\f04d';\r\n}\r\n\r\n.fa-forward:before {\r\n content: '\\f04e';\r\n}\r\n\r\n.fa-fast-forward:before {\r\n content: '\\f050';\r\n}\r\n\r\n.fa-step-forward:before {\r\n content: '\\f051';\r\n}\r\n\r\n.fa-eject:before {\r\n content: '\\f052';\r\n}\r\n\r\n.fa-chevron-left:before {\r\n content: '\\f053';\r\n}\r\n\r\n.fa-chevron-right:before {\r\n content: '\\f054';\r\n}\r\n\r\n.fa-plus-circle:before {\r\n content: '\\f055';\r\n}\r\n\r\n.fa-minus-circle:before {\r\n content: '\\f056';\r\n}\r\n\r\n.fa-times-circle:before {\r\n content: '\\f057';\r\n}\r\n\r\n.fa-check-circle:before {\r\n content: '\\f058';\r\n}\r\n\r\n.fa-question-circle:before {\r\n content: '\\f059';\r\n}\r\n\r\n.fa-info-circle:before {\r\n content: '\\f05a';\r\n}\r\n\r\n.fa-crosshairs:before {\r\n content: '\\f05b';\r\n}\r\n\r\n.fa-times-circle-o:before {\r\n content: '\\f05c';\r\n}\r\n\r\n.fa-check-circle-o:before {\r\n content: '\\f05d';\r\n}\r\n\r\n.fa-ban:before {\r\n content: '\\f05e';\r\n}\r\n\r\n.fa-arrow-left:before {\r\n content: '\\f060';\r\n}\r\n\r\n.fa-arrow-right:before {\r\n content: '\\f061';\r\n}\r\n\r\n.fa-arrow-up:before {\r\n content: '\\f062';\r\n}\r\n\r\n.fa-arrow-down:before {\r\n content: '\\f063';\r\n}\r\n\r\n.fa-mail-forward:before,\r\n.fa-share:before {\r\n content: '\\f064';\r\n}\r\n\r\n.fa-expand:before {\r\n content: '\\f065';\r\n}\r\n\r\n.fa-compress:before {\r\n content: '\\f066';\r\n}\r\n\r\n.fa-plus:before {\r\n content: '\\f067';\r\n}\r\n\r\n.fa-minus:before {\r\n content: '\\f068';\r\n}\r\n\r\n.fa-asterisk:before {\r\n content: '\\f069';\r\n}\r\n\r\n.fa-exclamation-circle:before {\r\n content: '\\f06a';\r\n}\r\n\r\n.fa-gift:before {\r\n content: '\\f06b';\r\n}\r\n\r\n.fa-leaf:before {\r\n content: '\\f06c';\r\n}\r\n\r\n.fa-fire:before {\r\n content: '\\f06d';\r\n}\r\n\r\n.fa-eye:before {\r\n content: '\\f06e';\r\n}\r\n\r\n.fa-eye-slash:before {\r\n content: '\\f070';\r\n}\r\n\r\n.fa-warning:before,\r\n.fa-exclamation-triangle:before {\r\n content: '\\f071';\r\n}\r\n\r\n.fa-plane:before {\r\n content: '\\f072';\r\n}\r\n\r\n.fa-calendar:before {\r\n content: '\\f073';\r\n}\r\n\r\n.fa-random:before {\r\n content: '\\f074';\r\n}\r\n\r\n.fa-comment:before {\r\n content: '\\f075';\r\n}\r\n\r\n.fa-magnet:before {\r\n content: '\\f076';\r\n}\r\n\r\n.fa-chevron-up:before {\r\n content: '\\f077';\r\n}\r\n\r\n.fa-chevron-down:before {\r\n content: '\\f078';\r\n}\r\n\r\n.fa-retweet:before {\r\n content: '\\f079';\r\n}\r\n\r\n.fa-shopping-cart:before {\r\n content: '\\f07a';\r\n}\r\n\r\n.fa-folder:before {\r\n content: '\\f07b';\r\n}\r\n\r\n.fa-folder-open:before {\r\n content: '\\f07c';\r\n}\r\n\r\n.fa-arrows-v:before {\r\n content: '\\f07d';\r\n}\r\n\r\n.fa-arrows-h:before {\r\n content: '\\f07e';\r\n}\r\n\r\n.fa-bar-chart-o:before,\r\n.fa-bar-chart:before {\r\n content: '\\f080';\r\n}\r\n\r\n.fa-twitter-square:before {\r\n content: '\\f081';\r\n}\r\n\r\n.fa-facebook-square:before {\r\n content: '\\f082';\r\n}\r\n\r\n.fa-camera-retro:before {\r\n content: '\\f083';\r\n}\r\n\r\n.fa-key:before {\r\n content: '\\f084';\r\n}\r\n\r\n.fa-gears:before,\r\n.fa-cogs:before {\r\n content: '\\f085';\r\n}\r\n\r\n.fa-comments:before {\r\n content: '\\f086';\r\n}\r\n\r\n.fa-thumbs-o-up:before {\r\n content: '\\f087';\r\n}\r\n\r\n.fa-thumbs-o-down:before {\r\n content: '\\f088';\r\n}\r\n\r\n.fa-star-half:before {\r\n content: '\\f089';\r\n}\r\n\r\n.fa-heart-o:before {\r\n content: '\\f08a';\r\n}\r\n\r\n.fa-sign-out:before {\r\n content: '\\f08b';\r\n}\r\n\r\n.fa-linkedin-square:before {\r\n content: '\\f08c';\r\n}\r\n\r\n.fa-thumb-tack:before {\r\n content: '\\f08d';\r\n}\r\n\r\n.fa-external-link:before {\r\n content: '\\f08e';\r\n}\r\n\r\n.fa-sign-in:before {\r\n content: '\\f090';\r\n}\r\n\r\n.fa-trophy:before {\r\n content: '\\f091';\r\n}\r\n\r\n.fa-github-square:before {\r\n content: '\\f092';\r\n}\r\n\r\n.fa-upload:before {\r\n content: '\\f093';\r\n}\r\n\r\n.fa-lemon-o:before {\r\n content: '\\f094';\r\n}\r\n\r\n.fa-phone:before {\r\n content: '\\f095';\r\n}\r\n\r\n.fa-square-o:before {\r\n content: '\\f096';\r\n}\r\n\r\n.fa-bookmark-o:before {\r\n content: '\\f097';\r\n}\r\n\r\n.fa-phone-square:before {\r\n content: '\\f098';\r\n}\r\n\r\n.fa-twitter:before {\r\n content: '\\f099';\r\n}\r\n\r\n.fa-facebook-f:before,\r\n.fa-facebook:before {\r\n content: '\\f09a';\r\n}\r\n\r\n.fa-github:before {\r\n content: '\\f09b';\r\n}\r\n\r\n.fa-unlock:before {\r\n content: '\\f09c';\r\n}\r\n\r\n.fa-credit-card:before {\r\n content: '\\f09d';\r\n}\r\n\r\n.fa-feed:before,\r\n.fa-rss:before {\r\n content: '\\f09e';\r\n}\r\n\r\n.fa-hdd-o:before {\r\n content: '\\f0a0';\r\n}\r\n\r\n.fa-bullhorn:before {\r\n content: '\\f0a1';\r\n}\r\n\r\n.fa-bell:before {\r\n content: '\\f0f3';\r\n}\r\n\r\n.fa-certificate:before {\r\n content: '\\f0a3';\r\n}\r\n\r\n.fa-hand-o-right:before {\r\n content: '\\f0a4';\r\n}\r\n\r\n.fa-hand-o-left:before {\r\n content: '\\f0a5';\r\n}\r\n\r\n.fa-hand-o-up:before {\r\n content: '\\f0a6';\r\n}\r\n\r\n.fa-hand-o-down:before {\r\n content: '\\f0a7';\r\n}\r\n\r\n.fa-arrow-circle-left:before {\r\n content: '\\f0a8';\r\n}\r\n\r\n.fa-arrow-circle-right:before {\r\n content: '\\f0a9';\r\n}\r\n\r\n.fa-arrow-circle-up:before {\r\n content: '\\f0aa';\r\n}\r\n\r\n.fa-arrow-circle-down:before {\r\n content: '\\f0ab';\r\n}\r\n\r\n.fa-globe:before {\r\n content: '\\f0ac';\r\n}\r\n\r\n.fa-wrench:before {\r\n content: '\\f0ad';\r\n}\r\n\r\n.fa-tasks:before {\r\n content: '\\f0ae';\r\n}\r\n\r\n.fa-filter:before {\r\n content: '\\f0b0';\r\n}\r\n\r\n.fa-briefcase:before {\r\n content: '\\f0b1';\r\n}\r\n\r\n.fa-arrows-alt:before {\r\n content: '\\f0b2';\r\n}\r\n\r\n.fa-group:before,\r\n.fa-users:before {\r\n content: '\\f0c0';\r\n}\r\n\r\n.fa-chain:before,\r\n.fa-link:before {\r\n content: '\\f0c1';\r\n}\r\n\r\n.fa-cloud:before {\r\n content: '\\f0c2';\r\n}\r\n\r\n.fa-flask:before {\r\n content: '\\f0c3';\r\n}\r\n\r\n.fa-cut:before,\r\n.fa-scissors:before {\r\n content: '\\f0c4';\r\n}\r\n\r\n.fa-copy:before,\r\n.fa-files-o:before {\r\n content: '\\f0c5';\r\n}\r\n\r\n.fa-paperclip:before {\r\n content: '\\f0c6';\r\n}\r\n\r\n.fa-save:before,\r\n.fa-floppy-o:before {\r\n content: '\\f0c7';\r\n}\r\n\r\n.fa-square:before {\r\n content: '\\f0c8';\r\n}\r\n\r\n.fa-navicon:before,\r\n.fa-reorder:before,\r\n.fa-bars:before {\r\n content: '\\f0c9';\r\n}\r\n\r\n.fa-list-ul:before {\r\n content: '\\f0ca';\r\n}\r\n\r\n.fa-list-ol:before {\r\n content: '\\f0cb';\r\n}\r\n\r\n.fa-strikethrough:before {\r\n content: '\\f0cc';\r\n}\r\n\r\n.fa-underline:before {\r\n content: '\\f0cd';\r\n}\r\n\r\n.fa-table:before {\r\n content: '\\f0ce';\r\n}\r\n\r\n.fa-magic:before {\r\n content: '\\f0d0';\r\n}\r\n\r\n.fa-truck:before {\r\n content: '\\f0d1';\r\n}\r\n\r\n.fa-pinterest:before {\r\n content: '\\f0d2';\r\n}\r\n\r\n.fa-pinterest-square:before {\r\n content: '\\f0d3';\r\n}\r\n\r\n.fa-google-plus-square:before {\r\n content: '\\f0d4';\r\n}\r\n\r\n.fa-google-plus:before {\r\n content: '\\f0d5';\r\n}\r\n\r\n.fa-money:before {\r\n content: '\\f0d6';\r\n}\r\n\r\n.fa-caret-down:before {\r\n content: '\\f0d7';\r\n}\r\n\r\n.fa-caret-up:before {\r\n content: '\\f0d8';\r\n}\r\n\r\n.fa-caret-left:before {\r\n content: '\\f0d9';\r\n}\r\n\r\n.fa-caret-right:before {\r\n content: '\\f0da';\r\n}\r\n\r\n.fa-columns:before {\r\n content: '\\f0db';\r\n}\r\n\r\n.fa-unsorted:before,\r\n.fa-sort:before {\r\n content: '\\f0dc';\r\n}\r\n\r\n.fa-sort-down:before,\r\n.fa-sort-desc:before {\r\n content: '\\f0dd';\r\n}\r\n\r\n.fa-sort-up:before,\r\n.fa-sort-asc:before {\r\n content: '\\f0de';\r\n}\r\n\r\n.fa-envelope:before {\r\n content: '\\f0e0';\r\n}\r\n\r\n.fa-linkedin:before {\r\n content: '\\f0e1';\r\n}\r\n\r\n.fa-rotate-left:before,\r\n.fa-undo:before {\r\n content: '\\f0e2';\r\n}\r\n\r\n.fa-legal:before,\r\n.fa-gavel:before {\r\n content: '\\f0e3';\r\n}\r\n\r\n.fa-dashboard:before,\r\n.fa-tachometer:before {\r\n content: '\\f0e4';\r\n}\r\n\r\n.fa-comment-o:before {\r\n content: '\\f0e5';\r\n}\r\n\r\n.fa-comments-o:before {\r\n content: '\\f0e6';\r\n}\r\n\r\n.fa-flash:before,\r\n.fa-bolt:before {\r\n content: '\\f0e7';\r\n}\r\n\r\n.fa-sitemap:before {\r\n content: '\\f0e8';\r\n}\r\n\r\n.fa-umbrella:before {\r\n content: '\\f0e9';\r\n}\r\n\r\n.fa-paste:before,\r\n.fa-clipboard:before {\r\n content: '\\f0ea';\r\n}\r\n\r\n.fa-lightbulb-o:before {\r\n content: '\\f0eb';\r\n}\r\n\r\n.fa-exchange:before {\r\n content: '\\f0ec';\r\n}\r\n\r\n.fa-cloud-download:before {\r\n content: '\\f0ed';\r\n}\r\n\r\n.fa-cloud-upload:before {\r\n content: '\\f0ee';\r\n}\r\n\r\n.fa-user-md:before {\r\n content: '\\f0f0';\r\n}\r\n\r\n.fa-stethoscope:before {\r\n content: '\\f0f1';\r\n}\r\n\r\n.fa-suitcase:before {\r\n content: '\\f0f2';\r\n}\r\n\r\n.fa-bell-o:before {\r\n content: '\\f0a2';\r\n}\r\n\r\n.fa-coffee:before {\r\n content: '\\f0f4';\r\n}\r\n\r\n.fa-cutlery:before {\r\n content: '\\f0f5';\r\n}\r\n\r\n.fa-file-text-o:before {\r\n content: '\\f0f6';\r\n}\r\n\r\n.fa-building-o:before {\r\n content: '\\f0f7';\r\n}\r\n\r\n.fa-hospital-o:before {\r\n content: '\\f0f8';\r\n}\r\n\r\n.fa-ambulance:before {\r\n content: '\\f0f9';\r\n}\r\n\r\n.fa-medkit:before {\r\n content: '\\f0fa';\r\n}\r\n\r\n.fa-fighter-jet:before {\r\n content: '\\f0fb';\r\n}\r\n\r\n.fa-beer:before {\r\n content: '\\f0fc';\r\n}\r\n\r\n.fa-h-square:before {\r\n content: '\\f0fd';\r\n}\r\n\r\n.fa-plus-square:before {\r\n content: '\\f0fe';\r\n}\r\n\r\n.fa-angle-double-left:before {\r\n content: '\\f100';\r\n}\r\n\r\n.fa-angle-double-right:before {\r\n content: '\\f101';\r\n}\r\n\r\n.fa-angle-double-up:before {\r\n content: '\\f102';\r\n}\r\n\r\n.fa-angle-double-down:before {\r\n content: '\\f103';\r\n}\r\n\r\n.fa-angle-left:before {\r\n content: '\\f104';\r\n}\r\n\r\n.fa-angle-right:before {\r\n content: '\\f105';\r\n}\r\n\r\n.fa-angle-up:before {\r\n content: '\\f106';\r\n}\r\n\r\n.fa-angle-down:before {\r\n content: '\\f107';\r\n}\r\n\r\n.fa-desktop:before {\r\n content: '\\f108';\r\n}\r\n\r\n.fa-laptop:before {\r\n content: '\\f109';\r\n}\r\n\r\n.fa-tablet:before {\r\n content: '\\f10a';\r\n}\r\n\r\n.fa-mobile-phone:before,\r\n.fa-mobile:before {\r\n content: '\\f10b';\r\n}\r\n\r\n.fa-circle-o:before {\r\n content: '\\f10c';\r\n}\r\n\r\n.fa-quote-left:before {\r\n content: '\\f10d';\r\n}\r\n\r\n.fa-quote-right:before {\r\n content: '\\f10e';\r\n}\r\n\r\n.fa-spinner:before {\r\n content: '\\f110';\r\n}\r\n\r\n.fa-circle:before {\r\n content: '\\f111';\r\n}\r\n\r\n.fa-mail-reply:before,\r\n.fa-reply:before {\r\n content: '\\f112';\r\n}\r\n\r\n.fa-github-alt:before {\r\n content: '\\f113';\r\n}\r\n\r\n.fa-folder-o:before {\r\n content: '\\f114';\r\n}\r\n\r\n.fa-folder-open-o:before {\r\n content: '\\f115';\r\n}\r\n\r\n.fa-smile-o:before {\r\n content: '\\f118';\r\n}\r\n\r\n.fa-frown-o:before {\r\n content: '\\f119';\r\n}\r\n\r\n.fa-meh-o:before {\r\n content: '\\f11a';\r\n}\r\n\r\n.fa-gamepad:before {\r\n content: '\\f11b';\r\n}\r\n\r\n.fa-keyboard-o:before {\r\n content: '\\f11c';\r\n}\r\n\r\n.fa-flag-o:before {\r\n content: '\\f11d';\r\n}\r\n\r\n.fa-flag-checkered:before {\r\n content: '\\f11e';\r\n}\r\n\r\n.fa-terminal:before {\r\n content: '\\f120';\r\n}\r\n\r\n.fa-code:before {\r\n content: '\\f121';\r\n}\r\n\r\n.fa-mail-reply-all:before,\r\n.fa-reply-all:before {\r\n content: '\\f122';\r\n}\r\n\r\n.fa-star-half-empty:before,\r\n.fa-star-half-full:before,\r\n.fa-star-half-o:before {\r\n content: '\\f123';\r\n}\r\n\r\n.fa-location-arrow:before {\r\n content: '\\f124';\r\n}\r\n\r\n.fa-crop:before {\r\n content: '\\f125';\r\n}\r\n\r\n.fa-code-fork:before {\r\n content: '\\f126';\r\n}\r\n\r\n.fa-unlink:before,\r\n.fa-chain-broken:before {\r\n content: '\\f127';\r\n}\r\n\r\n.fa-question:before {\r\n content: '\\f128';\r\n}\r\n\r\n.fa-info:before {\r\n content: '\\f129';\r\n}\r\n\r\n.fa-exclamation:before {\r\n content: '\\f12a';\r\n}\r\n\r\n.fa-superscript:before {\r\n content: '\\f12b';\r\n}\r\n\r\n.fa-subscript:before {\r\n content: '\\f12c';\r\n}\r\n\r\n.fa-eraser:before {\r\n content: '\\f12d';\r\n}\r\n\r\n.fa-puzzle-piece:before {\r\n content: '\\f12e';\r\n}\r\n\r\n.fa-microphone:before {\r\n content: '\\f130';\r\n}\r\n\r\n.fa-microphone-slash:before {\r\n content: '\\f131';\r\n}\r\n\r\n.fa-shield:before {\r\n content: '\\f132';\r\n}\r\n\r\n.fa-calendar-o:before {\r\n content: '\\f133';\r\n}\r\n\r\n.fa-fire-extinguisher:before {\r\n content: '\\f134';\r\n}\r\n\r\n.fa-rocket:before {\r\n content: '\\f135';\r\n}\r\n\r\n.fa-maxcdn:before {\r\n content: '\\f136';\r\n}\r\n\r\n.fa-chevron-circle-left:before {\r\n content: '\\f137';\r\n}\r\n\r\n.fa-chevron-circle-right:before {\r\n content: '\\f138';\r\n}\r\n\r\n.fa-chevron-circle-up:before {\r\n content: '\\f139';\r\n}\r\n\r\n.fa-chevron-circle-down:before {\r\n content: '\\f13a';\r\n}\r\n\r\n.fa-html5:before {\r\n content: '\\f13b';\r\n}\r\n\r\n.fa-css3:before {\r\n content: '\\f13c';\r\n}\r\n\r\n.fa-anchor:before {\r\n content: '\\f13d';\r\n}\r\n\r\n.fa-unlock-alt:before {\r\n content: '\\f13e';\r\n}\r\n\r\n.fa-bullseye:before {\r\n content: '\\f140';\r\n}\r\n\r\n.fa-ellipsis-h:before {\r\n content: '\\f141';\r\n}\r\n\r\n.fa-ellipsis-v:before {\r\n content: '\\f142';\r\n}\r\n\r\n.fa-rss-square:before {\r\n content: '\\f143';\r\n}\r\n\r\n.fa-play-circle:before {\r\n content: '\\f144';\r\n}\r\n\r\n.fa-ticket:before {\r\n content: '\\f145';\r\n}\r\n\r\n.fa-minus-square:before {\r\n content: '\\f146';\r\n}\r\n\r\n.fa-minus-square-o:before {\r\n content: '\\f147';\r\n}\r\n\r\n.fa-level-up:before {\r\n content: '\\f148';\r\n}\r\n\r\n.fa-level-down:before {\r\n content: '\\f149';\r\n}\r\n\r\n.fa-check-square:before {\r\n content: '\\f14a';\r\n}\r\n\r\n.fa-pencil-square:before {\r\n content: '\\f14b';\r\n}\r\n\r\n.fa-external-link-square:before {\r\n content: '\\f14c';\r\n}\r\n\r\n.fa-share-square:before {\r\n content: '\\f14d';\r\n}\r\n\r\n.fa-compass:before {\r\n content: '\\f14e';\r\n}\r\n\r\n.fa-toggle-down:before,\r\n.fa-caret-square-o-down:before {\r\n content: '\\f150';\r\n}\r\n\r\n.fa-toggle-up:before,\r\n.fa-caret-square-o-up:before {\r\n content: '\\f151';\r\n}\r\n\r\n.fa-toggle-right:before,\r\n.fa-caret-square-o-right:before {\r\n content: '\\f152';\r\n}\r\n\r\n.fa-euro:before,\r\n.fa-eur:before {\r\n content: '\\f153';\r\n}\r\n\r\n.fa-gbp:before {\r\n content: '\\f154';\r\n}\r\n\r\n.fa-dollar:before,\r\n.fa-usd:before {\r\n content: '\\f155';\r\n}\r\n\r\n.fa-rupee:before,\r\n.fa-inr:before {\r\n content: '\\f156';\r\n}\r\n\r\n.fa-cny:before,\r\n.fa-rmb:before,\r\n.fa-yen:before,\r\n.fa-jpy:before {\r\n content: '\\f157';\r\n}\r\n\r\n.fa-ruble:before,\r\n.fa-rouble:before,\r\n.fa-rub:before {\r\n content: '\\f158';\r\n}\r\n\r\n.fa-won:before,\r\n.fa-krw:before {\r\n content: '\\f159';\r\n}\r\n\r\n.fa-bitcoin:before,\r\n.fa-btc:before {\r\n content: '\\f15a';\r\n}\r\n\r\n.fa-file:before {\r\n content: '\\f15b';\r\n}\r\n\r\n.fa-file-text:before {\r\n content: '\\f15c';\r\n}\r\n\r\n.fa-sort-alpha-asc:before {\r\n content: '\\f15d';\r\n}\r\n\r\n.fa-sort-alpha-desc:before {\r\n content: '\\f15e';\r\n}\r\n\r\n.fa-sort-amount-asc:before {\r\n content: '\\f160';\r\n}\r\n\r\n.fa-sort-amount-desc:before {\r\n content: '\\f161';\r\n}\r\n\r\n.fa-sort-numeric-asc:before {\r\n content: '\\f162';\r\n}\r\n\r\n.fa-sort-numeric-desc:before {\r\n content: '\\f163';\r\n}\r\n\r\n.fa-thumbs-up:before {\r\n content: '\\f164';\r\n}\r\n\r\n.fa-thumbs-down:before {\r\n content: '\\f165';\r\n}\r\n\r\n.fa-youtube-square:before {\r\n content: '\\f166';\r\n}\r\n\r\n.fa-youtube:before {\r\n content: '\\f167';\r\n}\r\n\r\n.fa-xing:before {\r\n content: '\\f168';\r\n}\r\n\r\n.fa-xing-square:before {\r\n content: '\\f169';\r\n}\r\n\r\n.fa-youtube-play:before {\r\n content: '\\f16a';\r\n}\r\n\r\n.fa-dropbox:before {\r\n content: '\\f16b';\r\n}\r\n\r\n.fa-stack-overflow:before {\r\n content: '\\f16c';\r\n}\r\n\r\n.fa-instagram:before {\r\n content: '\\f16d';\r\n}\r\n\r\n.fa-flickr:before {\r\n content: '\\f16e';\r\n}\r\n\r\n.fa-adn:before {\r\n content: '\\f170';\r\n}\r\n\r\n.fa-bitbucket:before {\r\n content: '\\f171';\r\n}\r\n\r\n.fa-bitbucket-square:before {\r\n content: '\\f172';\r\n}\r\n\r\n.fa-tumblr:before {\r\n content: '\\f173';\r\n}\r\n\r\n.fa-tumblr-square:before {\r\n content: '\\f174';\r\n}\r\n\r\n.fa-long-arrow-down:before {\r\n content: '\\f175';\r\n}\r\n\r\n.fa-long-arrow-up:before {\r\n content: '\\f176';\r\n}\r\n\r\n.fa-long-arrow-left:before {\r\n content: '\\f177';\r\n}\r\n\r\n.fa-long-arrow-right:before {\r\n content: '\\f178';\r\n}\r\n\r\n.fa-apple:before {\r\n content: '\\f179';\r\n}\r\n\r\n.fa-windows:before {\r\n content: '\\f17a';\r\n}\r\n\r\n.fa-android:before {\r\n content: '\\f17b';\r\n}\r\n\r\n.fa-linux:before {\r\n content: '\\f17c';\r\n}\r\n\r\n.fa-dribbble:before {\r\n content: '\\f17d';\r\n}\r\n\r\n.fa-skype:before {\r\n content: '\\f17e';\r\n}\r\n\r\n.fa-foursquare:before {\r\n content: '\\f180';\r\n}\r\n\r\n.fa-trello:before {\r\n content: '\\f181';\r\n}\r\n\r\n.fa-female:before {\r\n content: '\\f182';\r\n}\r\n\r\n.fa-male:before {\r\n content: '\\f183';\r\n}\r\n\r\n.fa-gittip:before,\r\n.fa-gratipay:before {\r\n content: '\\f184';\r\n}\r\n\r\n.fa-sun-o:before {\r\n content: '\\f185';\r\n}\r\n\r\n.fa-moon-o:before {\r\n content: '\\f186';\r\n}\r\n\r\n.fa-archive:before {\r\n content: '\\f187';\r\n}\r\n\r\n.fa-bug:before {\r\n content: '\\f188';\r\n}\r\n\r\n.fa-vk:before {\r\n content: '\\f189';\r\n}\r\n\r\n.fa-weibo:before {\r\n content: '\\f18a';\r\n}\r\n\r\n.fa-renren:before {\r\n content: '\\f18b';\r\n}\r\n\r\n.fa-pagelines:before {\r\n content: '\\f18c';\r\n}\r\n\r\n.fa-stack-exchange:before {\r\n content: '\\f18d';\r\n}\r\n\r\n.fa-arrow-circle-o-right:before {\r\n content: '\\f18e';\r\n}\r\n\r\n.fa-arrow-circle-o-left:before {\r\n content: '\\f190';\r\n}\r\n\r\n.fa-toggle-left:before,\r\n.fa-caret-square-o-left:before {\r\n content: '\\f191';\r\n}\r\n\r\n.fa-dot-circle-o:before {\r\n content: '\\f192';\r\n}\r\n\r\n.fa-wheelchair:before {\r\n content: '\\f193';\r\n}\r\n\r\n.fa-vimeo-square:before {\r\n content: '\\f194';\r\n}\r\n\r\n.fa-turkish-lira:before,\r\n.fa-try:before {\r\n content: '\\f195';\r\n}\r\n\r\n.fa-plus-square-o:before {\r\n content: '\\f196';\r\n}\r\n\r\n.fa-space-shuttle:before {\r\n content: '\\f197';\r\n}\r\n\r\n.fa-slack:before {\r\n content: '\\f198';\r\n}\r\n\r\n.fa-envelope-square:before {\r\n content: '\\f199';\r\n}\r\n\r\n.fa-wordpress:before {\r\n content: '\\f19a';\r\n}\r\n\r\n.fa-openid:before {\r\n content: '\\f19b';\r\n}\r\n\r\n.fa-institution:before,\r\n.fa-bank:before,\r\n.fa-university:before {\r\n content: '\\f19c';\r\n}\r\n\r\n.fa-mortar-board:before,\r\n.fa-graduation-cap:before {\r\n content: '\\f19d';\r\n}\r\n\r\n.fa-yahoo:before {\r\n content: '\\f19e';\r\n}\r\n\r\n.fa-google:before {\r\n content: '\\f1a0';\r\n}\r\n\r\n.fa-reddit:before {\r\n content: '\\f1a1';\r\n}\r\n\r\n.fa-reddit-square:before {\r\n content: '\\f1a2';\r\n}\r\n\r\n.fa-stumbleupon-circle:before {\r\n content: '\\f1a3';\r\n}\r\n\r\n.fa-stumbleupon:before {\r\n content: '\\f1a4';\r\n}\r\n\r\n.fa-delicious:before {\r\n content: '\\f1a5';\r\n}\r\n\r\n.fa-digg:before {\r\n content: '\\f1a6';\r\n}\r\n\r\n.fa-pied-piper-pp:before {\r\n content: '\\f1a7';\r\n}\r\n\r\n.fa-pied-piper-alt:before {\r\n content: '\\f1a8';\r\n}\r\n\r\n.fa-drupal:before {\r\n content: '\\f1a9';\r\n}\r\n\r\n.fa-joomla:before {\r\n content: '\\f1aa';\r\n}\r\n\r\n.fa-language:before {\r\n content: '\\f1ab';\r\n}\r\n\r\n.fa-fax:before {\r\n content: '\\f1ac';\r\n}\r\n\r\n.fa-building:before {\r\n content: '\\f1ad';\r\n}\r\n\r\n.fa-child:before {\r\n content: '\\f1ae';\r\n}\r\n\r\n.fa-paw:before {\r\n content: '\\f1b0';\r\n}\r\n\r\n.fa-spoon:before {\r\n content: '\\f1b1';\r\n}\r\n\r\n.fa-cube:before {\r\n content: '\\f1b2';\r\n}\r\n\r\n.fa-cubes:before {\r\n content: '\\f1b3';\r\n}\r\n\r\n.fa-behance:before {\r\n content: '\\f1b4';\r\n}\r\n\r\n.fa-behance-square:before {\r\n content: '\\f1b5';\r\n}\r\n\r\n.fa-steam:before {\r\n content: '\\f1b6';\r\n}\r\n\r\n.fa-steam-square:before {\r\n content: '\\f1b7';\r\n}\r\n\r\n.fa-recycle:before {\r\n content: '\\f1b8';\r\n}\r\n\r\n.fa-automobile:before,\r\n.fa-car:before {\r\n content: '\\f1b9';\r\n}\r\n\r\n.fa-cab:before,\r\n.fa-taxi:before {\r\n content: '\\f1ba';\r\n}\r\n\r\n.fa-tree:before {\r\n content: '\\f1bb';\r\n}\r\n\r\n.fa-spotify:before {\r\n content: '\\f1bc';\r\n}\r\n\r\n.fa-deviantart:before {\r\n content: '\\f1bd';\r\n}\r\n\r\n.fa-soundcloud:before {\r\n content: '\\f1be';\r\n}\r\n\r\n.fa-database:before {\r\n content: '\\f1c0';\r\n}\r\n\r\n.fa-file-pdf-o:before {\r\n content: '\\f1c1';\r\n}\r\n\r\n.fa-file-word-o:before {\r\n content: '\\f1c2';\r\n}\r\n\r\n.fa-file-excel-o:before {\r\n content: '\\f1c3';\r\n}\r\n\r\n.fa-file-powerpoint-o:before {\r\n content: '\\f1c4';\r\n}\r\n\r\n.fa-file-photo-o:before,\r\n.fa-file-picture-o:before,\r\n.fa-file-image-o:before {\r\n content: '\\f1c5';\r\n}\r\n\r\n.fa-file-zip-o:before,\r\n.fa-file-archive-o:before {\r\n content: '\\f1c6';\r\n}\r\n\r\n.fa-file-sound-o:before,\r\n.fa-file-audio-o:before {\r\n content: '\\f1c7';\r\n}\r\n\r\n.fa-file-movie-o:before,\r\n.fa-file-video-o:before {\r\n content: '\\f1c8';\r\n}\r\n\r\n.fa-file-code-o:before {\r\n content: '\\f1c9';\r\n}\r\n\r\n.fa-vine:before {\r\n content: '\\f1ca';\r\n}\r\n\r\n.fa-codepen:before {\r\n content: '\\f1cb';\r\n}\r\n\r\n.fa-jsfiddle:before {\r\n content: '\\f1cc';\r\n}\r\n\r\n.fa-life-bouy:before,\r\n.fa-life-buoy:before,\r\n.fa-life-saver:before,\r\n.fa-support:before,\r\n.fa-life-ring:before {\r\n content: '\\f1cd';\r\n}\r\n\r\n.fa-circle-o-notch:before {\r\n content: '\\f1ce';\r\n}\r\n\r\n.fa-ra:before,\r\n.fa-resistance:before,\r\n.fa-rebel:before {\r\n content: '\\f1d0';\r\n}\r\n\r\n.fa-ge:before,\r\n.fa-empire:before {\r\n content: '\\f1d1';\r\n}\r\n\r\n.fa-git-square:before {\r\n content: '\\f1d2';\r\n}\r\n\r\n.fa-git:before {\r\n content: '\\f1d3';\r\n}\r\n\r\n.fa-y-combinator-square:before,\r\n.fa-yc-square:before,\r\n.fa-hacker-news:before {\r\n content: '\\f1d4';\r\n}\r\n\r\n.fa-tencent-weibo:before {\r\n content: '\\f1d5';\r\n}\r\n\r\n.fa-qq:before {\r\n content: '\\f1d6';\r\n}\r\n\r\n.fa-wechat:before,\r\n.fa-weixin:before {\r\n content: '\\f1d7';\r\n}\r\n\r\n.fa-send:before,\r\n.fa-paper-plane:before {\r\n content: '\\f1d8';\r\n}\r\n\r\n.fa-send-o:before,\r\n.fa-paper-plane-o:before {\r\n content: '\\f1d9';\r\n}\r\n\r\n.fa-history:before {\r\n content: '\\f1da';\r\n}\r\n\r\n.fa-circle-thin:before {\r\n content: '\\f1db';\r\n}\r\n\r\n.fa-header:before {\r\n content: '\\f1dc';\r\n}\r\n\r\n.fa-paragraph:before {\r\n content: '\\f1dd';\r\n}\r\n\r\n.fa-sliders:before {\r\n content: '\\f1de';\r\n}\r\n\r\n.fa-share-alt:before {\r\n content: '\\f1e0';\r\n}\r\n\r\n.fa-share-alt-square:before {\r\n content: '\\f1e1';\r\n}\r\n\r\n.fa-bomb:before {\r\n content: '\\f1e2';\r\n}\r\n\r\n.fa-soccer-ball-o:before,\r\n.fa-futbol-o:before {\r\n content: '\\f1e3';\r\n}\r\n\r\n.fa-tty:before {\r\n content: '\\f1e4';\r\n}\r\n\r\n.fa-binoculars:before {\r\n content: '\\f1e5';\r\n}\r\n\r\n.fa-plug:before {\r\n content: '\\f1e6';\r\n}\r\n\r\n.fa-slideshare:before {\r\n content: '\\f1e7';\r\n}\r\n\r\n.fa-twitch:before {\r\n content: '\\f1e8';\r\n}\r\n\r\n.fa-yelp:before {\r\n content: '\\f1e9';\r\n}\r\n\r\n.fa-newspaper-o:before {\r\n content: '\\f1ea';\r\n}\r\n\r\n.fa-wifi:before {\r\n content: '\\f1eb';\r\n}\r\n\r\n.fa-calculator:before {\r\n content: '\\f1ec';\r\n}\r\n\r\n.fa-paypal:before {\r\n content: '\\f1ed';\r\n}\r\n\r\n.fa-google-wallet:before {\r\n content: '\\f1ee';\r\n}\r\n\r\n.fa-cc-visa:before {\r\n content: '\\f1f0';\r\n}\r\n\r\n.fa-cc-mastercard:before {\r\n content: '\\f1f1';\r\n}\r\n\r\n.fa-cc-discover:before {\r\n content: '\\f1f2';\r\n}\r\n\r\n.fa-cc-amex:before {\r\n content: '\\f1f3';\r\n}\r\n\r\n.fa-cc-paypal:before {\r\n content: '\\f1f4';\r\n}\r\n\r\n.fa-cc-stripe:before {\r\n content: '\\f1f5';\r\n}\r\n\r\n.fa-bell-slash:before {\r\n content: '\\f1f6';\r\n}\r\n\r\n.fa-bell-slash-o:before {\r\n content: '\\f1f7';\r\n}\r\n\r\n.fa-trash:before {\r\n content: '\\f1f8';\r\n}\r\n\r\n.fa-copyright:before {\r\n content: '\\f1f9';\r\n}\r\n\r\n.fa-at:before {\r\n content: '\\f1fa';\r\n}\r\n\r\n.fa-eyedropper:before {\r\n content: '\\f1fb';\r\n}\r\n\r\n.fa-paint-brush:before {\r\n content: '\\f1fc';\r\n}\r\n\r\n.fa-birthday-cake:before {\r\n content: '\\f1fd';\r\n}\r\n\r\n.fa-area-chart:before {\r\n content: '\\f1fe';\r\n}\r\n\r\n.fa-pie-chart:before {\r\n content: '\\f200';\r\n}\r\n\r\n.fa-line-chart:before {\r\n content: '\\f201';\r\n}\r\n\r\n.fa-lastfm:before {\r\n content: '\\f202';\r\n}\r\n\r\n.fa-lastfm-square:before {\r\n content: '\\f203';\r\n}\r\n\r\n.fa-toggle-off:before {\r\n content: '\\f204';\r\n}\r\n\r\n.fa-toggle-on:before {\r\n content: '\\f205';\r\n}\r\n\r\n.fa-bicycle:before {\r\n content: '\\f206';\r\n}\r\n\r\n.fa-bus:before {\r\n content: '\\f207';\r\n}\r\n\r\n.fa-ioxhost:before {\r\n content: '\\f208';\r\n}\r\n\r\n.fa-angellist:before {\r\n content: '\\f209';\r\n}\r\n\r\n.fa-cc:before {\r\n content: '\\f20a';\r\n}\r\n\r\n.fa-shekel:before,\r\n.fa-sheqel:before,\r\n.fa-ils:before {\r\n content: '\\f20b';\r\n}\r\n\r\n.fa-meanpath:before {\r\n content: '\\f20c';\r\n}\r\n\r\n.fa-buysellads:before {\r\n content: '\\f20d';\r\n}\r\n\r\n.fa-connectdevelop:before {\r\n content: '\\f20e';\r\n}\r\n\r\n.fa-dashcube:before {\r\n content: '\\f210';\r\n}\r\n\r\n.fa-forumbee:before {\r\n content: '\\f211';\r\n}\r\n\r\n.fa-leanpub:before {\r\n content: '\\f212';\r\n}\r\n\r\n.fa-sellsy:before {\r\n content: '\\f213';\r\n}\r\n\r\n.fa-shirtsinbulk:before {\r\n content: '\\f214';\r\n}\r\n\r\n.fa-simplybuilt:before {\r\n content: '\\f215';\r\n}\r\n\r\n.fa-skyatlas:before {\r\n content: '\\f216';\r\n}\r\n\r\n.fa-cart-plus:before {\r\n content: '\\f217';\r\n}\r\n\r\n.fa-cart-arrow-down:before {\r\n content: '\\f218';\r\n}\r\n\r\n.fa-diamond:before {\r\n content: '\\f219';\r\n}\r\n\r\n.fa-ship:before {\r\n content: '\\f21a';\r\n}\r\n\r\n.fa-user-secret:before {\r\n content: '\\f21b';\r\n}\r\n\r\n.fa-motorcycle:before {\r\n content: '\\f21c';\r\n}\r\n\r\n.fa-street-view:before {\r\n content: '\\f21d';\r\n}\r\n\r\n.fa-heartbeat:before {\r\n content: '\\f21e';\r\n}\r\n\r\n.fa-venus:before {\r\n content: '\\f221';\r\n}\r\n\r\n.fa-mars:before {\r\n content: '\\f222';\r\n}\r\n\r\n.fa-mercury:before {\r\n content: '\\f223';\r\n}\r\n\r\n.fa-intersex:before,\r\n.fa-transgender:before {\r\n content: '\\f224';\r\n}\r\n\r\n.fa-transgender-alt:before {\r\n content: '\\f225';\r\n}\r\n\r\n.fa-venus-double:before {\r\n content: '\\f226';\r\n}\r\n\r\n.fa-mars-double:before {\r\n content: '\\f227';\r\n}\r\n\r\n.fa-venus-mars:before {\r\n content: '\\f228';\r\n}\r\n\r\n.fa-mars-stroke:before {\r\n content: '\\f229';\r\n}\r\n\r\n.fa-mars-stroke-v:before {\r\n content: '\\f22a';\r\n}\r\n\r\n.fa-mars-stroke-h:before {\r\n content: '\\f22b';\r\n}\r\n\r\n.fa-neuter:before {\r\n content: '\\f22c';\r\n}\r\n\r\n.fa-genderless:before {\r\n content: '\\f22d';\r\n}\r\n\r\n.fa-facebook-official:before {\r\n content: '\\f230';\r\n}\r\n\r\n.fa-pinterest-p:before {\r\n content: '\\f231';\r\n}\r\n\r\n.fa-whatsapp:before {\r\n content: '\\f232';\r\n}\r\n\r\n.fa-server:before {\r\n content: '\\f233';\r\n}\r\n\r\n.fa-user-plus:before {\r\n content: '\\f234';\r\n}\r\n\r\n.fa-user-times:before {\r\n content: '\\f235';\r\n}\r\n\r\n.fa-hotel:before,\r\n.fa-bed:before {\r\n content: '\\f236';\r\n}\r\n\r\n.fa-viacoin:before {\r\n content: '\\f237';\r\n}\r\n\r\n.fa-train:before {\r\n content: '\\f238';\r\n}\r\n\r\n.fa-subway:before {\r\n content: '\\f239';\r\n}\r\n\r\n.fa-medium:before {\r\n content: '\\f23a';\r\n}\r\n\r\n.fa-yc:before,\r\n.fa-y-combinator:before {\r\n content: '\\f23b';\r\n}\r\n\r\n.fa-optin-monster:before {\r\n content: '\\f23c';\r\n}\r\n\r\n.fa-opencart:before {\r\n content: '\\f23d';\r\n}\r\n\r\n.fa-expeditedssl:before {\r\n content: '\\f23e';\r\n}\r\n\r\n.fa-battery-4:before,\r\n.fa-battery:before,\r\n.fa-battery-full:before {\r\n content: '\\f240';\r\n}\r\n\r\n.fa-battery-3:before,\r\n.fa-battery-three-quarters:before {\r\n content: '\\f241';\r\n}\r\n\r\n.fa-battery-2:before,\r\n.fa-battery-half:before {\r\n content: '\\f242';\r\n}\r\n\r\n.fa-battery-1:before,\r\n.fa-battery-quarter:before {\r\n content: '\\f243';\r\n}\r\n\r\n.fa-battery-0:before,\r\n.fa-battery-empty:before {\r\n content: '\\f244';\r\n}\r\n\r\n.fa-mouse-pointer:before {\r\n content: '\\f245';\r\n}\r\n\r\n.fa-i-cursor:before {\r\n content: '\\f246';\r\n}\r\n\r\n.fa-object-group:before {\r\n content: '\\f247';\r\n}\r\n\r\n.fa-object-ungroup:before {\r\n content: '\\f248';\r\n}\r\n\r\n.fa-sticky-note:before {\r\n content: '\\f249';\r\n}\r\n\r\n.fa-sticky-note-o:before {\r\n content: '\\f24a';\r\n}\r\n\r\n.fa-cc-jcb:before {\r\n content: '\\f24b';\r\n}\r\n\r\n.fa-cc-diners-club:before {\r\n content: '\\f24c';\r\n}\r\n\r\n.fa-clone:before {\r\n content: '\\f24d';\r\n}\r\n\r\n.fa-balance-scale:before {\r\n content: '\\f24e';\r\n}\r\n\r\n.fa-hourglass-o:before {\r\n content: '\\f250';\r\n}\r\n\r\n.fa-hourglass-1:before,\r\n.fa-hourglass-start:before {\r\n content: '\\f251';\r\n}\r\n\r\n.fa-hourglass-2:before,\r\n.fa-hourglass-half:before {\r\n content: '\\f252';\r\n}\r\n\r\n.fa-hourglass-3:before,\r\n.fa-hourglass-end:before {\r\n content: '\\f253';\r\n}\r\n\r\n.fa-hourglass:before {\r\n content: '\\f254';\r\n}\r\n\r\n.fa-hand-grab-o:before,\r\n.fa-hand-rock-o:before {\r\n content: '\\f255';\r\n}\r\n\r\n.fa-hand-stop-o:before,\r\n.fa-hand-paper-o:before {\r\n content: '\\f256';\r\n}\r\n\r\n.fa-hand-scissors-o:before {\r\n content: '\\f257';\r\n}\r\n\r\n.fa-hand-lizard-o:before {\r\n content: '\\f258';\r\n}\r\n\r\n.fa-hand-spock-o:before {\r\n content: '\\f259';\r\n}\r\n\r\n.fa-hand-pointer-o:before {\r\n content: '\\f25a';\r\n}\r\n\r\n.fa-hand-peace-o:before {\r\n content: '\\f25b';\r\n}\r\n\r\n.fa-trademark:before {\r\n content: '\\f25c';\r\n}\r\n\r\n.fa-registered:before {\r\n content: '\\f25d';\r\n}\r\n\r\n.fa-creative-commons:before {\r\n content: '\\f25e';\r\n}\r\n\r\n.fa-gg:before {\r\n content: '\\f260';\r\n}\r\n\r\n.fa-gg-circle:before {\r\n content: '\\f261';\r\n}\r\n\r\n.fa-tripadvisor:before {\r\n content: '\\f262';\r\n}\r\n\r\n.fa-odnoklassniki:before {\r\n content: '\\f263';\r\n}\r\n\r\n.fa-odnoklassniki-square:before {\r\n content: '\\f264';\r\n}\r\n\r\n.fa-get-pocket:before {\r\n content: '\\f265';\r\n}\r\n\r\n.fa-wikipedia-w:before {\r\n content: '\\f266';\r\n}\r\n\r\n.fa-safari:before {\r\n content: '\\f267';\r\n}\r\n\r\n.fa-chrome:before {\r\n content: '\\f268';\r\n}\r\n\r\n.fa-firefox:before {\r\n content: '\\f269';\r\n}\r\n\r\n.fa-opera:before {\r\n content: '\\f26a';\r\n}\r\n\r\n.fa-internet-explorer:before {\r\n content: '\\f26b';\r\n}\r\n\r\n.fa-tv:before,\r\n.fa-television:before {\r\n content: '\\f26c';\r\n}\r\n\r\n.fa-contao:before {\r\n content: '\\f26d';\r\n}\r\n\r\n.fa-500px:before {\r\n content: '\\f26e';\r\n}\r\n\r\n.fa-amazon:before {\r\n content: '\\f270';\r\n}\r\n\r\n.fa-calendar-plus-o:before {\r\n content: '\\f271';\r\n}\r\n\r\n.fa-calendar-minus-o:before {\r\n content: '\\f272';\r\n}\r\n\r\n.fa-calendar-times-o:before {\r\n content: '\\f273';\r\n}\r\n\r\n.fa-calendar-check-o:before {\r\n content: '\\f274';\r\n}\r\n\r\n.fa-industry:before {\r\n content: '\\f275';\r\n}\r\n\r\n.fa-map-pin:before {\r\n content: '\\f276';\r\n}\r\n\r\n.fa-map-signs:before {\r\n content: '\\f277';\r\n}\r\n\r\n.fa-map-o:before {\r\n content: '\\f278';\r\n}\r\n\r\n.fa-map:before {\r\n content: '\\f279';\r\n}\r\n\r\n.fa-commenting:before {\r\n content: '\\f27a';\r\n}\r\n\r\n.fa-commenting-o:before {\r\n content: '\\f27b';\r\n}\r\n\r\n.fa-houzz:before {\r\n content: '\\f27c';\r\n}\r\n\r\n.fa-vimeo:before {\r\n content: '\\f27d';\r\n}\r\n\r\n.fa-black-tie:before {\r\n content: '\\f27e';\r\n}\r\n\r\n.fa-fonticons:before {\r\n content: '\\f280';\r\n}\r\n\r\n.fa-reddit-alien:before {\r\n content: '\\f281';\r\n}\r\n\r\n.fa-edge:before {\r\n content: '\\f282';\r\n}\r\n\r\n.fa-credit-card-alt:before {\r\n content: '\\f283';\r\n}\r\n\r\n.fa-codiepie:before {\r\n content: '\\f284';\r\n}\r\n\r\n.fa-modx:before {\r\n content: '\\f285';\r\n}\r\n\r\n.fa-fort-awesome:before {\r\n content: '\\f286';\r\n}\r\n\r\n.fa-usb:before {\r\n content: '\\f287';\r\n}\r\n\r\n.fa-product-hunt:before {\r\n content: '\\f288';\r\n}\r\n\r\n.fa-mixcloud:before {\r\n content: '\\f289';\r\n}\r\n\r\n.fa-scribd:before {\r\n content: '\\f28a';\r\n}\r\n\r\n.fa-pause-circle:before {\r\n content: '\\f28b';\r\n}\r\n\r\n.fa-pause-circle-o:before {\r\n content: '\\f28c';\r\n}\r\n\r\n.fa-stop-circle:before {\r\n content: '\\f28d';\r\n}\r\n\r\n.fa-stop-circle-o:before {\r\n content: '\\f28e';\r\n}\r\n\r\n.fa-shopping-bag:before {\r\n content: '\\f290';\r\n}\r\n\r\n.fa-shopping-basket:before {\r\n content: '\\f291';\r\n}\r\n\r\n.fa-hashtag:before {\r\n content: '\\f292';\r\n}\r\n\r\n.fa-bluetooth:before {\r\n content: '\\f293';\r\n}\r\n\r\n.fa-bluetooth-b:before {\r\n content: '\\f294';\r\n}\r\n\r\n.fa-percent:before {\r\n content: '\\f295';\r\n}\r\n\r\n.fa-gitlab:before {\r\n content: '\\f296';\r\n}\r\n\r\n.fa-wpbeginner:before {\r\n content: '\\f297';\r\n}\r\n\r\n.fa-wpforms:before {\r\n content: '\\f298';\r\n}\r\n\r\n.fa-envira:before {\r\n content: '\\f299';\r\n}\r\n\r\n.fa-universal-access:before {\r\n content: '\\f29a';\r\n}\r\n\r\n.fa-wheelchair-alt:before {\r\n content: '\\f29b';\r\n}\r\n\r\n.fa-question-circle-o:before {\r\n content: '\\f29c';\r\n}\r\n\r\n.fa-blind:before {\r\n content: '\\f29d';\r\n}\r\n\r\n.fa-audio-description:before {\r\n content: '\\f29e';\r\n}\r\n\r\n.fa-volume-control-phone:before {\r\n content: '\\f2a0';\r\n}\r\n\r\n.fa-braille:before {\r\n content: '\\f2a1';\r\n}\r\n\r\n.fa-assistive-listening-systems:before {\r\n content: '\\f2a2';\r\n}\r\n\r\n.fa-asl-interpreting:before,\r\n.fa-american-sign-language-interpreting:before {\r\n content: '\\f2a3';\r\n}\r\n\r\n.fa-deafness:before,\r\n.fa-hard-of-hearing:before,\r\n.fa-deaf:before {\r\n content: '\\f2a4';\r\n}\r\n\r\n.fa-glide:before {\r\n content: '\\f2a5';\r\n}\r\n\r\n.fa-glide-g:before {\r\n content: '\\f2a6';\r\n}\r\n\r\n.fa-signing:before,\r\n.fa-sign-language:before {\r\n content: '\\f2a7';\r\n}\r\n\r\n.fa-low-vision:before {\r\n content: '\\f2a8';\r\n}\r\n\r\n.fa-viadeo:before {\r\n content: '\\f2a9';\r\n}\r\n\r\n.fa-viadeo-square:before {\r\n content: '\\f2aa';\r\n}\r\n\r\n.fa-snapchat:before {\r\n content: '\\f2ab';\r\n}\r\n\r\n.fa-snapchat-ghost:before {\r\n content: '\\f2ac';\r\n}\r\n\r\n.fa-snapchat-square:before {\r\n content: '\\f2ad';\r\n}\r\n\r\n.fa-pied-piper:before {\r\n content: '\\f2ae';\r\n}\r\n\r\n.fa-first-order:before {\r\n content: '\\f2b0';\r\n}\r\n\r\n.fa-yoast:before {\r\n content: '\\f2b1';\r\n}\r\n\r\n.fa-themeisle:before {\r\n content: '\\f2b2';\r\n}\r\n\r\n.fa-google-plus-circle:before,\r\n.fa-google-plus-official:before {\r\n content: '\\f2b3';\r\n}\r\n\r\n.fa-fa:before,\r\n.fa-font-awesome:before {\r\n content: '\\f2b4';\r\n}\r\n\r\n.fa-handshake-o:before {\r\n content: '\\f2b5';\r\n}\r\n\r\n.fa-envelope-open:before {\r\n content: '\\f2b6';\r\n}\r\n\r\n.fa-envelope-open-o:before {\r\n content: '\\f2b7';\r\n}\r\n\r\n.fa-linode:before {\r\n content: '\\f2b8';\r\n}\r\n\r\n.fa-address-book:before {\r\n content: '\\f2b9';\r\n}\r\n\r\n.fa-address-book-o:before {\r\n content: '\\f2ba';\r\n}\r\n\r\n.fa-vcard:before,\r\n.fa-address-card:before {\r\n content: '\\f2bb';\r\n}\r\n\r\n.fa-vcard-o:before,\r\n.fa-address-card-o:before {\r\n content: '\\f2bc';\r\n}\r\n\r\n.fa-user-circle:before {\r\n content: '\\f2bd';\r\n}\r\n\r\n.fa-user-circle-o:before {\r\n content: '\\f2be';\r\n}\r\n\r\n.fa-user-o:before {\r\n content: '\\f2c0';\r\n}\r\n\r\n.fa-id-badge:before {\r\n content: '\\f2c1';\r\n}\r\n\r\n.fa-drivers-license:before,\r\n.fa-id-card:before {\r\n content: '\\f2c2';\r\n}\r\n\r\n.fa-drivers-license-o:before,\r\n.fa-id-card-o:before {\r\n content: '\\f2c3';\r\n}\r\n\r\n.fa-quora:before {\r\n content: '\\f2c4';\r\n}\r\n\r\n.fa-free-code-camp:before {\r\n content: '\\f2c5';\r\n}\r\n\r\n.fa-telegram:before {\r\n content: '\\f2c6';\r\n}\r\n\r\n.fa-thermometer-4:before,\r\n.fa-thermometer:before,\r\n.fa-thermometer-full:before {\r\n content: '\\f2c7';\r\n}\r\n\r\n.fa-thermometer-3:before,\r\n.fa-thermometer-three-quarters:before {\r\n content: '\\f2c8';\r\n}\r\n\r\n.fa-thermometer-2:before,\r\n.fa-thermometer-half:before {\r\n content: '\\f2c9';\r\n}\r\n\r\n.fa-thermometer-1:before,\r\n.fa-thermometer-quarter:before {\r\n content: '\\f2ca';\r\n}\r\n\r\n.fa-thermometer-0:before,\r\n.fa-thermometer-empty:before {\r\n content: '\\f2cb';\r\n}\r\n\r\n.fa-shower:before {\r\n content: '\\f2cc';\r\n}\r\n\r\n.fa-bathtub:before,\r\n.fa-s15:before,\r\n.fa-bath:before {\r\n content: '\\f2cd';\r\n}\r\n\r\n.fa-podcast:before {\r\n content: '\\f2ce';\r\n}\r\n\r\n.fa-window-maximize:before {\r\n content: '\\f2d0';\r\n}\r\n\r\n.fa-window-minimize:before {\r\n content: '\\f2d1';\r\n}\r\n\r\n.fa-window-restore:before {\r\n content: '\\f2d2';\r\n}\r\n\r\n.fa-times-rectangle:before,\r\n.fa-window-close:before {\r\n content: '\\f2d3';\r\n}\r\n\r\n.fa-times-rectangle-o:before,\r\n.fa-window-close-o:before {\r\n content: '\\f2d4';\r\n}\r\n\r\n.fa-bandcamp:before {\r\n content: '\\f2d5';\r\n}\r\n\r\n.fa-grav:before {\r\n content: '\\f2d6';\r\n}\r\n\r\n.fa-etsy:before {\r\n content: '\\f2d7';\r\n}\r\n\r\n.fa-imdb:before {\r\n content: '\\f2d8';\r\n}\r\n\r\n.fa-ravelry:before {\r\n content: '\\f2d9';\r\n}\r\n\r\n.fa-eercast:before {\r\n content: '\\f2da';\r\n}\r\n\r\n.fa-microchip:before {\r\n content: '\\f2db';\r\n}\r\n\r\n.fa-snowflake-o:before {\r\n content: '\\f2dc';\r\n}\r\n\r\n.fa-superpowers:before {\r\n content: '\\f2dd';\r\n}\r\n\r\n.fa-wpexplorer:before {\r\n content: '\\f2de';\r\n}\r\n\r\n.fa-meetup:before {\r\n content: '\\f2e0';\r\n}\r\n\r\n.sr-only {\r\n position: absolute;\r\n width: 1px;\r\n height: 1px;\r\n padding: 0;\r\n margin: -1px;\r\n overflow: hidden;\r\n clip: rect(0, 0, 0, 0);\r\n border: 0;\r\n}\r\n\r\n.sr-only-focusable:active,\r\n.sr-only-focusable:focus {\r\n position: static;\r\n width: auto;\r\n height: auto;\r\n margin: 0;\r\n overflow: visible;\r\n clip: auto;\r\n}\r\n\r\n.rtl * {\r\n direction: rtl !important;\r\n}\r\n\r\n.rtl main {\r\n text-align: right !important;\r\n}\r\n\r\nbody,\r\nhtml {\r\n height: 100%;\r\n}\r\n\r\nbody {\r\n direction: ltr;\r\n font-family: 'Poppins', sans-serif;\r\n font-size: 13px;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n color: #777;\r\n line-height: 1.35;\r\n font-weight: 300;\r\n background: #fff;\r\n}\r\n\r\nul {\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\na:hover {\r\n color: #a340ff;\r\n text-decoration: none;\r\n}\r\n\r\na:focus {\r\n outline: none;\r\n text-decoration: none;\r\n}\r\n\r\n.dropdown-item:focus,\r\n.dropdown-item:hover {\r\n background: none;\r\n}\r\n\r\n.color,\r\n.custom-checkbox input[type='checkbox']+span.color {\r\n display: inline-block;\r\n margin: 2px;\r\n border: 1px solid rgba(0, 0, 0, 0.2);\r\n cursor: pointer;\r\n background-size: contain;\r\n width: 20px;\r\n height: 20px;\r\n -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);\r\n -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);\r\n -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);\r\n -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);\r\n box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);\r\n}\r\n\r\n.color.active,\r\n.color:hover,\r\n.custom-checkbox input[type='checkbox']+span.color.active,\r\n.custom-checkbox input[type='checkbox']+span.color:hover {\r\n border: 2px solid #414141;\r\n}\r\n\r\n.facet-label.active .custom-checkbox span.color,\r\n.facet-label:hover .custom-checkbox span.color {\r\n border: 2px solid #414141;\r\n}\r\n\r\n.h1,\r\n.h2,\r\n.h3 {\r\n text-transform: uppercase;\r\n color: #000000;\r\n}\r\n\r\n.h4 {\r\n font-weight: 600;\r\n color: #000000;\r\n}\r\n\r\n.btn-primary,\r\n.btn-secondary,\r\n.btn-tertiary {\r\n text-transform: uppercase;\r\n font-weight: 600;\r\n padding: 8px 20px;\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n -o-box-shadow: none;\r\n -ms-box-shadow: none;\r\n box-shadow: none;\r\n}\r\n\r\n.btn-primary .material-icons,\r\n.btn-secondary .material-icons,\r\n.btn-tertiary .material-icons {\r\n margin-right: 10px;\r\n}\r\n\r\n.btn-tertiary {\r\n text-transform: uppercase;\r\n color: #acaaa6;\r\n padding: 8px;\r\n margin: 4px 0;\r\n font-weight: 400;\r\n font-size: 12px;\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n -o-box-shadow: none;\r\n -ms-box-shadow: none;\r\n box-shadow: none;\r\n}\r\n\r\n.btn-tertiary .material-icons {\r\n font-size: 12px;\r\n}\r\n\r\n.btn-tertiary:hover {\r\n background-color: #a340ff;\r\n border-color: #a340ff;\r\n color: #ffffff;\r\n}\r\n\r\nlabel,\r\n.label {\r\n color: #414141;\r\n text-align: right;\r\n font-size: 12px;\r\n}\r\n\r\n.rtl label,\r\n.rtl .label {\r\n text-align: left;\r\n}\r\n\r\nsmall.label,\r\nsmall.value {\r\n font-size: 13px;\r\n}\r\n\r\n.form-control-label {\r\n padding-top: 10px;\r\n}\r\n\r\n.form-control {\r\n background: #ebebeb;\r\n color: #acaaa6;\r\n border: none;\r\n padding: 8px 16px;\r\n}\r\n\r\n.form-control:focus {\r\n background-color: white;\r\n outline: 1px solid #eaeaea;\r\n}\r\n\r\n.input-group.focus {\r\n outline: 1px solid #a340ff;\r\n}\r\n\r\n.input-group .form-control:focus {\r\n outline: none;\r\n}\r\n\r\n.input-group .input-group-btn>.btn {\r\n border: 0;\r\n color: #ffffff;\r\n font-size: 11px;\r\n font-weight: normal;\r\n padding: 12px 16px;\r\n text-transform: uppercase;\r\n margin-left: 0px;\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n -o-box-shadow: none;\r\n -ms-box-shadow: none;\r\n box-shadow: none;\r\n height: 36px;\r\n}\r\n\r\n.rtl .input-group .input-group-btn>.btn {\r\n margin-right: 0px;\r\n margin-left: inherit;\r\n}\r\n\r\n.form-control-select {\r\n height: 42px;\r\n -moz-appearance: none;\r\n -webkit-appearance: none;\r\n background: #ebebeb url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=');\r\n background-repeat: no-repeat;\r\n background-attachment: scroll;\r\n background-position: right center;\r\n background-position-x: 99%;\r\n background-size: 20px 20px;\r\n padding-right: 32px;\r\n}\r\n\r\n.rtl .form-control-select {\r\n padding-left: 32px;\r\n padding-right: inherit;\r\n}\r\n\r\n.form-control-select::-ms-expand {\r\n display: none;\r\n}\r\n\r\n.form-control-comment {\r\n font-size: 12px;\r\n padding-top: 8px;\r\n color: #878787;\r\n display: inline-block;\r\n}\r\n\r\n.form-control-submit.disabled {\r\n background: #5bc0de;\r\n color: white;\r\n}\r\n\r\n.form-group.has-error input,\r\n.form-group.has-error select {\r\n outline: 3px solid #ff4c4c;\r\n}\r\n\r\n.form-group.has-error .help-block {\r\n color: #ff4c4c;\r\n}\r\n\r\n.group-span-filestyle label {\r\n margin: 0;\r\n}\r\n\r\n.group-span-filestyle .btn-default,\r\n.group-span-filestyle .bootstrap-touchspin .btn-touchspin,\r\n.bootstrap-touchspin .group-span-filestyle .btn-touchspin {\r\n background: #a340ff;\r\n color: white;\r\n text-transform: uppercase;\r\n font-size: 12px;\r\n padding: 8px 16px;\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n -ms-border-radius: 0px;\r\n -o-border-radius: 0px;\r\n border-radius: 0px;\r\n}\r\n\r\n.bootstrap-touchspin input:focus {\r\n outline: none;\r\n}\r\n\r\n.bootstrap-touchspin input.form-control {\r\n border: 1px solid rgba(0, 0, 0, 0.15);\r\n}\r\n\r\n.bootstrap-touchspin .btn-touchspin {\r\n background-color: white;\r\n border: 1px solid rgba(0, 0, 0, 0.15);\r\n height: 21px;\r\n}\r\n\r\n.bootstrap-touchspin .btn-touchspin:hover {\r\n background-color: #ebebeb;\r\n}\r\n\r\n.bootstrap-touchspin .input-group-btn-vertical {\r\n color: #414141;\r\n}\r\n\r\n.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n -ms-border-radius: 0px;\r\n -o-border-radius: 0px;\r\n border-radius: 0px;\r\n}\r\n\r\n.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n -ms-border-radius: 0px;\r\n -o-border-radius: 0px;\r\n border-radius: 0px;\r\n}\r\n\r\n.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {\r\n content: '\\E5CE';\r\n}\r\n\r\n.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {\r\n content: '\\E5CF';\r\n}\r\n\r\n.bootstrap-touchspin .input-group-btn-vertical i {\r\n top: 1px;\r\n left: 3px;\r\n font-size: 15px;\r\n}\r\n\r\n.custom-radio {\r\n display: inline-block;\r\n position: relative;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n border: #acaaa6 2px solid;\r\n background: #ffffff;\r\n width: 20px;\r\n height: 20px;\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n margin-right: 20px;\r\n}\r\n\r\n.rtl .custom-radio {\r\n margin-left: 20px;\r\n margin-right: inherit;\r\n}\r\n\r\n.custom-radio input[type='radio'] {\r\n cursor: pointer;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n}\r\n\r\n.custom-radio input[type='radio']:checked+span {\r\n display: block;\r\n background-color: #a340ff;\r\n position: absolute;\r\n left: 2px;\r\n top: 2px;\r\n width: 12px;\r\n height: 12px;\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n}\r\n\r\n.custom-checkbox {\r\n position: relative;\r\n}\r\n\r\n.custom-checkbox input[type='checkbox'],\r\n.custom-checkbox input[type='radio'] {\r\n margin-top: 4px;\r\n cursor: pointer;\r\n position: absolute;\r\n left: 0;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n}\r\n\r\n.rtl .custom-checkbox input[type='checkbox'],\r\n.rtl .custom-checkbox input[type='radio'] {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\n.custom-checkbox input[type='checkbox']+span,\r\n.custom-checkbox input[type='radio']+span {\r\n margin-right: 3px;\r\n display: inline-block;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n border: 2px #414141 solid;\r\n width: 15px;\r\n height: 15px;\r\n}\r\n\r\n.rtl .custom-checkbox input[type='checkbox']+span,\r\n.rtl .custom-checkbox input[type='radio']+span {\r\n margin-left: 3px;\r\n margin-right: inherit;\r\n}\r\n\r\n.custom-checkbox input[type='checkbox']+span .checkbox-checked,\r\n.custom-checkbox input[type='radio']+span .checkbox-checked {\r\n display: none;\r\n margin: -4px -2px;\r\n font-size: 1.1rem;\r\n color: #414141;\r\n}\r\n\r\n.custom-checkbox input[type='checkbox']:checked+span .checkbox-checked,\r\n.custom-checkbox input[type='radio']:checked+span .checkbox-checked {\r\n display: block;\r\n}\r\n\r\n.custom-checkbox input[type='radio']+span {\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n}\r\n\r\n.custom-checkbox label {\r\n text-align: left;\r\n}\r\n\r\n.rtl .custom-checkbox label {\r\n text-align: right;\r\n}\r\n\r\n.custom-checkbox label br {\r\n display: none;\r\n}\r\n\r\n.text-muted {\r\n font-size: 12px;\r\n}\r\n\r\n.done {\r\n color: #a340ff;\r\n display: inline-block;\r\n padding: 0 13px;\r\n margin-right: 25px;\r\n}\r\n\r\n.rtl .done {\r\n margin-left: 25px;\r\n margin-right: inherit;\r\n}\r\n\r\n.thumb-mask>.mask {\r\n position: relative;\r\n overflow: hidden;\r\n border: #ebebeb 1px solid;\r\n margin: 10px 0;\r\n width: 55px;\r\n height: 55px;\r\n}\r\n\r\n.thumb-mask>.mask img {\r\n width: 55px;\r\n height: 55px;\r\n}\r\n\r\n.definition-list dl:after {\r\n content: '';\r\n display: block;\r\n clear: both;\r\n}\r\n\r\n.definition-list dl dt {\r\n font-weight: normal;\r\n}\r\n\r\n.definition-list dl dd,\r\n.definition-list dl dt {\r\n width: 47%;\r\n float: left;\r\n background: #ebebeb;\r\n padding: 10px;\r\n margin: 2px;\r\n}\r\n\r\n.rtl .definition-list dl dd,\r\n.rtl .definition-list dl dt {\r\n float: right;\r\n}\r\n\r\n@media (max-width: 480px) {\r\n\r\n .definition-list dl dd,\r\n .definition-list dl dt {\r\n width: 49%;\r\n margin: 1px;\r\n }\r\n}\r\n\r\n.definition-list dl dd:nth-of-type(even),\r\n.definition-list dl dt:nth-of-type(even) {\r\n background: #f6f6f6;\r\n}\r\n\r\n.definition-list dl dt {\r\n clear: both;\r\n}\r\n\r\n.help-block {\r\n margin-top: 10px;\r\n}\r\n\r\n.btn.disabled,\r\n.btn.disabled:hover {\r\n background: #acaaa6;\r\n}\r\n\r\n.alert-warning .material-icons {\r\n color: #ff9a52;\r\n font-size: 32px;\r\n margin-right: 10px;\r\n padding-top: 5px;\r\n}\r\n\r\n.rtl .alert-warning .material-icons {\r\n margin-left: 10px;\r\n margin-right: inherit;\r\n}\r\n\r\n.alert-warning .alert-text {\r\n font-size: 15px;\r\n padding-top: 10px;\r\n}\r\n\r\n.alert-warning .alert-link {\r\n border-width: 2px;\r\n margin-left: 10px;\r\n padding: 5px 20px;\r\n font-weight: 600;\r\n font-size: 13px;\r\n color: #6c868e;\r\n -webkit-border-radius: 2px;\r\n -moz-border-radius: 2px;\r\n -ms-border-radius: 2px;\r\n -o-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n\r\n.rtl .alert-warning .alert-link {\r\n margin-right: 10px;\r\n margin-left: inherit;\r\n}\r\n\r\n.alert-warning ul li:last-child .alert-link {\r\n color: white;\r\n}\r\n\r\n.alert-warning .warning-buttons {\r\n margin-top: 5px;\r\n}\r\n\r\n.btn-warning {\r\n -webkit-transition: all 0.4s ease-in-out;\r\n -o-transition: all 0.4s ease-in-out;\r\n transition: all 0.4s ease-in-out;\r\n}\r\n\r\n.btn-tertiary-outline {\r\n color: #6c868e;\r\n background-image: none;\r\n background-color: transparent;\r\n border-color: #6c868e;\r\n border: 0.15rem solid #6c868e;\r\n -webkit-transition: all 0.4s ease-in-out;\r\n -o-transition: all 0.4s ease-in-out;\r\n transition: all 0.4s ease-in-out;\r\n}\r\n\r\n.btn-tertiary-outline:hover {\r\n border-color: #bbcdd2;\r\n color: #bbcdd2;\r\n}\r\n\r\n.nav-item .nav-link,\r\n.nav-item .nav-separtor {\r\n color: #acaaa6;\r\n font-weight: 600;\r\n}\r\n\r\n.nav-item .nav-link.active,\r\n.nav-item .nav-separtor.active {\r\n color: #414141;\r\n}\r\n\r\n/* Add new grid */\r\n@media (max-width: 480px) {\r\n .hidden-sp {\r\n display: none !important;\r\n }\r\n\r\n .col-sp-1 {\r\n float: left;\r\n width: 8.33333%;\r\n }\r\n\r\n .col-sp-2 {\r\n float: left;\r\n width: 16.66667%;\r\n }\r\n\r\n .col-sp-3 {\r\n float: left;\r\n width: 25%;\r\n }\r\n\r\n .col-sp-4 {\r\n float: left;\r\n width: 33.33333%;\r\n }\r\n\r\n .col-sp-5 {\r\n float: left;\r\n width: 41.66667%;\r\n }\r\n\r\n .col-sp-6 {\r\n float: left;\r\n width: 50%;\r\n }\r\n\r\n .col-sp-7 {\r\n float: left;\r\n width: 58.33333%;\r\n }\r\n\r\n .col-sp-8 {\r\n float: left;\r\n width: 66.66667%;\r\n }\r\n\r\n .col-sp-9 {\r\n float: left;\r\n width: 75%;\r\n }\r\n\r\n .col-sp-10 {\r\n float: left;\r\n width: 83.33333%;\r\n }\r\n\r\n .col-sp-11 {\r\n float: left;\r\n width: 91.66667%;\r\n }\r\n\r\n .col-sp-12 {\r\n float: left;\r\n width: 100%;\r\n }\r\n\r\n .col-sp-2-4 {\r\n float: left;\r\n width: 20%;\r\n }\r\n\r\n .col-sp-4-8 {\r\n float: left;\r\n width: 40%;\r\n }\r\n\r\n .col-sp-7-2 {\r\n float: left;\r\n width: 60%;\r\n }\r\n\r\n .col-sp-9-6 {\r\n float: left;\r\n width: 80%;\r\n }\r\n}\r\n\r\n/*** Responsive part ***/\r\n@media (max-width: 991px) {\r\n\r\n .form-control-label,\r\n .control-label,\r\n label,\r\n .label {\r\n text-align: left;\r\n }\r\n\r\n .rtl .form-control-label,\r\n .rtl .control-label,\r\n .rtl label,\r\n .rtl .label {\r\n text-align: right;\r\n }\r\n}\r\n\r\n/***************************************************\r\n Mixins Themes\r\n/***************************************************/\r\n/* Mixin Normal*/\r\n/* Mixin Clear */\r\n/* Mixin Border */\r\n/*background RGBA\r\n============================================*/\r\n/***************************************************\r\n Mixins RTL Themes\r\n/***************************************************/\r\n/************************************\r\n\tOverride Bootstrap\r\n*************************************/\r\n/**\r\n * Web Application Prefix Apply For Making Owner Styles\r\n */\r\n/**\r\n * Blocks Layout Selectors\r\n */\r\n/***********************************************************************/\r\n.ps-alert-error {\r\n margin-bottom: 0;\r\n}\r\n\r\n.ps-alert-error .item,\r\n.ps-alert-success .item {\r\n align-items: center;\r\n border: 2px #ff4c4c solid;\r\n display: flex;\r\n background-color: #ff4c4c;\r\n margin-bottom: 1rem;\r\n}\r\n\r\n.ps-alert-error .item i,\r\n.ps-alert-success .item i {\r\n border: 15px #ff4c4c solid;\r\n display: flex;\r\n}\r\n\r\n.ps-alert-error .item i svg,\r\n.ps-alert-success .item i svg {\r\n background-color: #ff4c4c;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.ps-alert-error .item p,\r\n.ps-alert-success .item p {\r\n background-color: #f8f8f8;\r\n margin: 0;\r\n padding: 18px 20px 18px 20px;\r\n width: 100%;\r\n}\r\n\r\n.ps-alert-success {\r\n padding: 0.25rem 0.25rem 2.75rem 0.25rem;\r\n}\r\n\r\n.ps-alert-success .item {\r\n border-color: #a340ff;\r\n background-color: #a340ff;\r\n}\r\n\r\n.ps-alert-success .item i {\r\n border-color: #a340ff;\r\n}\r\n\r\n.ps-alert-success .item i svg {\r\n background-color: #a340ff;\r\n}\r\n\r\n/**/\r\n.no-padding {\r\n padding: 0 !important;\r\n}\r\n\r\n.no-margin {\r\n margin: 0 !important;\r\n}\r\n\r\n.e-scale .popup-content {\r\n -webkit-transform: scale(0);\r\n -ms-transform: scale(0);\r\n transform: scale(0);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.e-scale.popup-over:hover .popup-content {\r\n -webkit-transform: scale(1);\r\n -ms-transform: scale(1);\r\n transform: scale(1);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.e-translate-left .popup-content {\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -webkit-transform: translate(-200px, 0px);\r\n -ms-transform: translate(-200px, 0px);\r\n transform: translate(-200px, 0px);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.e-translate-left.popup-over:hover .popup-content {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n -webkit-transform: translate(0, 0);\r\n -ms-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.e-translate-right .popup-content {\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -webkit-transform: translate(200px, 0px);\r\n -ms-transform: translate(200px, 0px);\r\n transform: translate(200px, 0px);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.e-translate-right.popup-over:hover .popup-content {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n -webkit-transform: translate(0, 0);\r\n -ms-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.e-translate-top .popup-content {\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -webkit-transform: translate(0, 200px);\r\n -ms-transform: translate(0, 200px);\r\n transform: translate(0, 200px);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.e-translate-top.popup-over:hover .popup-content {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n -webkit-transform: translate(0, 0);\r\n -ms-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.e-translate-down .popup-content {\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n height: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.e-translate-down.popup-over:hover .popup-content {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n height: auto;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.effect a {\r\n position: relative;\r\n display: block;\r\n max-width: 100%;\r\n}\r\n\r\n.effect a:before {\r\n position: absolute;\r\n content: '';\r\n top: 0;\r\n left: 0;\r\n width: 0;\r\n height: 0;\r\n margin: auto;\r\n background-color: rgba(255, 255, 255, 0.1);\r\n -webkit-transition: all 0.3s ease-out 0s;\r\n -o-transition: all 0.3s ease-out 0s;\r\n transition: all 0.3s ease-out 0s;\r\n}\r\n\r\n.effect a:after {\r\n content: '';\r\n position: absolute;\r\n right: 0;\r\n bottom: 0;\r\n width: 0;\r\n height: 0;\r\n background-color: rgba(255, 255, 255, 0.1);\r\n -webkit-transition: all 0.3s ease-out 0s;\r\n -o-transition: all 0.3s ease-out 0s;\r\n transition: all 0.3s ease-out 0s;\r\n}\r\n\r\n.effect a:hover:before,\r\n.effect a:hover:after {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n/* effect *******************/\r\n@media (min-width: 991px) {\r\n\r\n .dropdown-menu,\r\n .popup-content {\r\n animation: animationmenus ease 0.5s;\r\n animation-iteration-count: 1;\r\n transform-origin: 50% 50%;\r\n animation-fill-mode: forwards;\r\n /*when the spec is finished*/\r\n -webkit-animation: animationmenus ease 0.5s;\r\n -webkit-animation-iteration-count: 1;\r\n -webkit-transform-origin: 50% 50%;\r\n -webkit-animation-fill-mode: forwards;\r\n /*Chrome 16+, Safari 4+*/\r\n -moz-animation: animationmenus ease 0.5s;\r\n -moz-animation-iteration-count: 1;\r\n -moz-transform-origin: 50% 50%;\r\n -moz-animation-fill-mode: forwards;\r\n /*FF 5+*/\r\n -o-animation: animationmenus ease 0.5s;\r\n -o-animation-iteration-count: 1;\r\n -o-transform-origin: 50% 50%;\r\n -o-animation-fill-mode: forwards;\r\n /*Not implemented yet*/\r\n -ms-animation: animationmenus ease 0.5s;\r\n -ms-animation-iteration-count: 1;\r\n -ms-transform-origin: 50% 50%;\r\n -ms-animation-fill-mode: forwards;\r\n /*IE 10+*/\r\n }\r\n}\r\n\r\n@-webkit-keyframes animationmenus {\r\n from {\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -webkit-transform: translate(0px, 10px);\r\n -ms-transform: translate(0px, 10px);\r\n transform: translate(0px, 10px);\r\n }\r\n\r\n to {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n -webkit-transform: translate(0px, 0px);\r\n -ms-transform: translate(0px, 0px);\r\n transform: translate(0px, 0px);\r\n }\r\n}\r\n\r\n@-moz-keyframes animationmenus {\r\n from {\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -webkit-transform: translate(0px, 10px);\r\n -ms-transform: translate(0px, 10px);\r\n transform: translate(0px, 10px);\r\n }\r\n\r\n to {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n -webkit-transform: translate(0px, 0px);\r\n -ms-transform: translate(0px, 0px);\r\n transform: translate(0px, 0px);\r\n }\r\n}\r\n\r\n@-o-keyframes animationmenus {\r\n from {\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -webkit-transform: translate(0px, 10px);\r\n -ms-transform: translate(0px, 10px);\r\n transform: translate(0px, 10px);\r\n }\r\n\r\n to {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n -webkit-transform: translate(0px, 0px);\r\n -ms-transform: translate(0px, 0px);\r\n transform: translate(0px, 0px);\r\n }\r\n}\r\n\r\n@keyframes animationmenus {\r\n from {\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -webkit-transform: translate(0px, 10px);\r\n -ms-transform: translate(0px, 10px);\r\n transform: translate(0px, 10px);\r\n }\r\n\r\n to {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n -webkit-transform: translate(0px, 0px);\r\n -ms-transform: translate(0px, 0px);\r\n transform: translate(0px, 0px);\r\n }\r\n}\r\n\r\n.ImageWrapper {\r\n display: block;\r\n overflow: hidden;\r\n position: relative;\r\n}\r\n\r\n/* =============================================\r\nButton Layout and Color Scheme\r\n============================================= */\r\n.WhiteRounded {\r\n background-color: #ffffff;\r\n border: medium none;\r\n display: inline-block !important;\r\n float: none !important;\r\n font-size: 14px;\r\n font-weight: normal;\r\n height: 40px;\r\n line-height: 40px;\r\n margin: 0 2px;\r\n text-align: center;\r\n width: 40px;\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5),\r\n inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.WhiteRounded>a {\r\n color: #222222;\r\n display: block;\r\n font-weight: normal;\r\n}\r\n\r\n.RedRounded {\r\n background-color: #d8322b;\r\n border: medium none;\r\n display: inline-block !important;\r\n float: none !important;\r\n font-size: 14px;\r\n font-weight: normal;\r\n height: 40px;\r\n line-height: 40px;\r\n margin: 0 2px;\r\n text-align: center;\r\n width: 40px;\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5),\r\n inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.RedRounded>a {\r\n color: #ffffff;\r\n display: block;\r\n font-weight: normal;\r\n}\r\n\r\n.BlackRounded {\r\n background-color: #222222;\r\n border: medium none;\r\n display: inline-block !important;\r\n float: none !important;\r\n font-size: 14px;\r\n font-weight: normal;\r\n height: 40px;\r\n line-height: 40px;\r\n margin: 0 2px;\r\n text-align: center;\r\n width: 40px;\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5),\r\n inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.BlackRounded>a {\r\n color: #ffffff;\r\n display: block;\r\n font-weight: normal;\r\n}\r\n\r\n.WhiteHollowRounded {\r\n border: 1px solid #ffffff;\r\n display: inline-block !important;\r\n float: none !important;\r\n font-size: 14px;\r\n font-weight: normal;\r\n height: 40px;\r\n line-height: 40px;\r\n margin: 0 2px;\r\n text-align: center;\r\n width: 40px;\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n}\r\n\r\n.WhiteHollowRounded>a {\r\n color: #ffffff;\r\n display: block;\r\n font-weight: normal;\r\n}\r\n\r\n.BlackHollowRounded {\r\n border: 1px solid #222222;\r\n display: inline-block !important;\r\n float: none !important;\r\n font-size: 14px;\r\n font-weight: normal;\r\n height: 40px;\r\n line-height: 40px;\r\n margin: 0 2px;\r\n text-align: center;\r\n width: 40px;\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n}\r\n\r\n.BlackHollowRounded>a {\r\n color: #222222;\r\n display: block;\r\n font-weight: normal;\r\n}\r\n\r\n.WhiteSquare {\r\n background-color: #ffffff;\r\n border: medium none;\r\n display: inline-block !important;\r\n float: none !important;\r\n font-size: 14px;\r\n font-weight: normal;\r\n height: 40px;\r\n line-height: 40px;\r\n margin: 0 2px;\r\n text-align: center;\r\n width: 40px;\r\n -webkit-border-radius: 4px 4px 4px;\r\n -moz-border-radius: 4px 4px 4px;\r\n -ms-border-radius: 4px 4px 4px;\r\n -o-border-radius: 4px 4px 4px;\r\n border-radius: 4px 4px 4px;\r\n -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5),\r\n inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.WhiteSquare>a {\r\n color: #222222;\r\n display: block;\r\n font-weight: normal;\r\n}\r\n\r\n.BlackSquare {\r\n background-color: #222222;\r\n border: medium none;\r\n display: inline-block !important;\r\n float: none !important;\r\n font-size: 14px;\r\n font-weight: normal;\r\n height: 40px;\r\n line-height: 40px;\r\n margin: 0 2px;\r\n text-align: center;\r\n width: 40px;\r\n -webkit-border-radius: 4px 4px 4px;\r\n -moz-border-radius: 4px 4px 4px;\r\n -ms-border-radius: 4px 4px 4px;\r\n -o-border-radius: 4px 4px 4px;\r\n border-radius: 4px 4px 4px;\r\n -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5),\r\n inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.BlackSquare>a {\r\n color: #ffffff;\r\n display: block;\r\n font-weight: normal;\r\n}\r\n\r\n.WhiteHollowSquare {\r\n border: 1px solid #ffffff;\r\n display: inline-block !important;\r\n float: none !important;\r\n font-size: 14px;\r\n font-weight: normal;\r\n height: 40px;\r\n line-height: 40px;\r\n margin: 0 2px;\r\n text-align: center;\r\n width: 40px;\r\n -webkit-border-radius: 4px 4px 4px;\r\n -moz-border-radius: 4px 4px 4px;\r\n -ms-border-radius: 4px 4px 4px;\r\n -o-border-radius: 4px 4px 4px;\r\n border-radius: 4px 4px 4px;\r\n}\r\n\r\n.WhiteHollowSquare>a {\r\n color: #ffffff;\r\n display: block;\r\n font-weight: normal;\r\n}\r\n\r\n.BlackHollowSquare {\r\n border: 1px solid #222222;\r\n display: inline-block !important;\r\n float: none !important;\r\n font-size: 14px;\r\n font-weight: normal;\r\n height: 40px;\r\n line-height: 40px;\r\n margin: 0 2px;\r\n text-align: center;\r\n width: 40px;\r\n -webkit-border-radius: 4px 4px 4px;\r\n -moz-border-radius: 4px 4px 4px;\r\n -ms-border-radius: 4px 4px 4px;\r\n -o-border-radius: 4px 4px 4px;\r\n border-radius: 4px 4px 4px;\r\n}\r\n\r\n.BlackHollowSquare>a {\r\n color: #222222;\r\n display: block;\r\n font-weight: normal;\r\n}\r\n\r\n.VisibleButtons {\r\n margin: 0;\r\n position: absolute;\r\n text-align: center;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n}\r\n\r\n.VisibleImageOverlay {\r\n position: absolute;\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n width: 100%;\r\n height: 100%;\r\n top: 0;\r\n left: 0;\r\n opacity: 0.6;\r\n visibility: visible;\r\n}\r\n\r\n/* =============================================\r\nOverlay Effects\r\n============================================= */\r\n.ImageWrapper .ImageOverlayH {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n bottom: 0;\r\n display: block;\r\n height: 100%;\r\n left: 0;\r\n opacity: 0;\r\n position: absolute;\r\n right: 0;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayH {\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayHe {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 0;\r\n display: block;\r\n height: 0;\r\n left: 0;\r\n opacity: 0;\r\n position: absolute;\r\n top: 50%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayHe {\r\n height: 100%;\r\n top: 0;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayLi:after {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n content: '';\r\n display: block;\r\n left: 0;\r\n opacity: 0;\r\n position: absolute;\r\n top: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayLi:after {\r\n top: -50%;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayLi:before {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n bottom: -100%;\r\n height: 100%;\r\n content: '';\r\n display: block;\r\n left: 0;\r\n opacity: 0;\r\n position: absolute;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayLi:before {\r\n bottom: -50%;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayBe:after {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n content: '';\r\n display: block;\r\n left: 0;\r\n opacity: 0;\r\n position: absolute;\r\n top: -100%;\r\n -webkit-transition: all 0.6s ease 0s;\r\n -moz-transition: all 0.6s ease 0s;\r\n -ms-transition: all 0.6s ease 0s;\r\n -o-transition: all 0.6s ease 0s;\r\n transition: all 0.6s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayBe:after {\r\n top: 50%;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayBe:before {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n bottom: -100%;\r\n height: 100%;\r\n content: '';\r\n display: block;\r\n left: 0;\r\n opacity: 0;\r\n position: absolute;\r\n -webkit-transition: all 0.6s ease 0s;\r\n -moz-transition: all 0.6s ease 0s;\r\n -ms-transition: all 0.6s ease 0s;\r\n -o-transition: all 0.6s ease 0s;\r\n transition: all 0.6s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayBe:before {\r\n bottom: 50%;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayB {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n left: 50%;\r\n opacity: 0;\r\n position: absolute;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 0;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayB {\r\n left: 0;\r\n width: 100%;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayC:after {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n content: '';\r\n display: block;\r\n right: -100%;\r\n opacity: 0;\r\n position: absolute;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayC:after {\r\n right: -50%;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayC:before {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n content: '';\r\n display: block;\r\n left: -100%;\r\n opacity: 0;\r\n position: absolute;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayC:before {\r\n left: -50%;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayN:after {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n content: '';\r\n display: block;\r\n right: -100%;\r\n opacity: 0;\r\n position: absolute;\r\n top: 0;\r\n -webkit-transition: all 0.6s ease 0s;\r\n -moz-transition: all 0.6s ease 0s;\r\n -ms-transition: all 0.6s ease 0s;\r\n -o-transition: all 0.6s ease 0s;\r\n transition: all 0.6s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayN:after {\r\n right: 50%;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayN:before {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n content: '';\r\n display: block;\r\n left: -100%;\r\n opacity: 0;\r\n position: absolute;\r\n top: 0;\r\n -webkit-transition: all 0.6s ease 0s;\r\n -moz-transition: all 0.6s ease 0s;\r\n -ms-transition: all 0.6s ease 0s;\r\n -o-transition: all 0.6s ease 0s;\r\n transition: all 0.6s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayN:before {\r\n left: 50%;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayO {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n left: -100%;\r\n opacity: 0;\r\n position: absolute;\r\n top: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayO {\r\n left: 0;\r\n top: 0;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayF {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n right: -100%;\r\n opacity: 0;\r\n position: absolute;\r\n top: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayF {\r\n right: 0;\r\n top: 0;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayNe {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n left: -100%;\r\n opacity: 0;\r\n position: absolute;\r\n bottom: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayNe {\r\n bottom: 0;\r\n left: 0;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayNa {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n right: -100%;\r\n opacity: 0;\r\n position: absolute;\r\n bottom: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayNa {\r\n bottom: 0;\r\n right: 0;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayMg {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n left: 0;\r\n opacity: 0;\r\n position: absolute;\r\n top: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayMg {\r\n top: 0;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayAl {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n left: 0;\r\n opacity: 0;\r\n position: absolute;\r\n bottom: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayAl {\r\n bottom: 0;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlaySi {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n opacity: 0;\r\n position: absolute;\r\n right: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlaySi {\r\n right: 0;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayP {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n opacity: 0;\r\n position: absolute;\r\n left: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayP {\r\n left: 0;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayS {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n opacity: 0;\r\n position: absolute;\r\n left: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n -webkit-transform: rotate(180deg) scale(0);\r\n -moz-transform: rotate(180deg) scale(0);\r\n -ms-transform: rotate(180deg) scale(0);\r\n -o-transform: rotate(180deg) scale(0);\r\n transform: rotate(180deg) scale(0);\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayS {\r\n -webkit-transform: rotate(0deg) scale(1);\r\n -moz-transform: rotate(0deg) scale(1);\r\n -ms-transform: rotate(0deg) scale(1);\r\n -o-transform: rotate(0deg) scale(1);\r\n transform: rotate(0deg) scale(1);\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayCl {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n opacity: 0;\r\n position: absolute;\r\n left: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n -webkit-transform: rotate(-180deg) scale(0);\r\n -moz-transform: rotate(-180deg) scale(0);\r\n -ms-transform: rotate(-180deg) scale(0);\r\n -o-transform: rotate(-180deg) scale(0);\r\n transform: rotate(-180deg) scale(0);\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayCl {\r\n -webkit-transform: rotate(0deg) scale(1);\r\n -moz-transform: rotate(0deg) scale(1);\r\n -ms-transform: rotate(0deg) scale(1);\r\n -o-transform: rotate(0deg) scale(1);\r\n transform: rotate(0deg) scale(1);\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayArLeft:before {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n opacity: 0;\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n top: -50%;\r\n -webkit-transition: all 0.2s ease 0s;\r\n -moz-transition: all 0.2s ease 0s;\r\n -ms-transition: all 0.2s ease 0s;\r\n -o-transition: all 0.2s ease 0s;\r\n transition: all 0.2s ease 0s;\r\n width: 100%;\r\n height: 100%;\r\n left: -100%;\r\n overflow: hidden;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayArLeft:after {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n opacity: 0;\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n top: 50%;\r\n -webkit-transition: all 0.2s ease 0.2s;\r\n -moz-transition: all 0.2s ease 0.2s;\r\n -ms-transition: all 0.2s ease 0.2s;\r\n -o-transition: all 0.2s ease 0.2s;\r\n transition: all 0.2s ease 0.2s;\r\n width: 100%;\r\n height: 100%;\r\n left: -100%;\r\n overflow: hidden;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayArRight:before {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n opacity: 0;\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n top: -50%;\r\n -webkit-transition: all 0.2s ease 0.3s;\r\n -moz-transition: all 0.2s ease 0.3s;\r\n -ms-transition: all 0.2s ease 0.3s;\r\n -o-transition: all 0.2s ease 0.3s;\r\n transition: all 0.2s ease 0.3s;\r\n width: 100%;\r\n height: 100%;\r\n right: -100%;\r\n overflow: hidden;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayArRight:after {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n opacity: 0;\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n top: 50%;\r\n -webkit-transition: all 0.2s ease 0.5s;\r\n -moz-transition: all 0.2s ease 0.5s;\r\n -ms-transition: all 0.2s ease 0.5s;\r\n -o-transition: all 0.2s ease 0.5s;\r\n transition: all 0.2s ease 0.5s;\r\n width: 100%;\r\n height: 100%;\r\n right: -100%;\r\n overflow: hidden;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayArLeft:before,\r\n.ImageWrapper:hover .ImageOverlayArLeft:after {\r\n opacity: 1;\r\n left: 50%;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayArRight:before,\r\n.ImageWrapper:hover .ImageOverlayArRight:after {\r\n opacity: 1;\r\n right: 50%;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayK {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n opacity: 0;\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform-origin: top left;\r\n -moz-transform-origin: top left;\r\n -ms-transform-origin: top left;\r\n -o-transform-origin: top left;\r\n transform-origin: top left;\r\n -webkit-transform-style: preserve-3D;\r\n -moz-transform-style: preserve-3D;\r\n -ms-transform-style: preserve-3D;\r\n -o-transform-style: preserve-3D;\r\n transform-style: preserve-3D;\r\n -webkit-transform: rotate(180deg);\r\n -moz-transform: rotate(180deg);\r\n -ms-transform: rotate(180deg);\r\n -o-transform: rotate(180deg);\r\n transform: rotate(180deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayK {\r\n -webkit-transform: rotate(0deg);\r\n -moz-transform: rotate(0deg);\r\n -ms-transform: rotate(0deg);\r\n -o-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayCa {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n opacity: 0;\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform-origin: top right;\r\n -moz-transform-origin: top right;\r\n -ms-transform-origin: top right;\r\n -o-transform-origin: top right;\r\n transform-origin: top right;\r\n -webkit-transform-style: preserve-3D;\r\n -moz-transform-style: preserve-3D;\r\n -ms-transform-style: preserve-3D;\r\n -o-transform-style: preserve-3D;\r\n transform-style: preserve-3D;\r\n -webkit-transform: rotate(180deg);\r\n -moz-transform: rotate(180deg);\r\n -ms-transform: rotate(180deg);\r\n -o-transform: rotate(180deg);\r\n transform: rotate(180deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayCa {\r\n -webkit-transform: rotate(0deg);\r\n -moz-transform: rotate(0deg);\r\n -ms-transform: rotate(0deg);\r\n -o-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlaySc {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n opacity: 0;\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform-origin: bottom left;\r\n -moz-transform-origin: bottom left;\r\n -ms-transform-origin: bottom left;\r\n -o-transform-origin: bottom left;\r\n transform-origin: bottom left;\r\n -webkit-transform-style: preserve-3D;\r\n -moz-transform-style: preserve-3D;\r\n -ms-transform-style: preserve-3D;\r\n -o-transform-style: preserve-3D;\r\n transform-style: preserve-3D;\r\n -webkit-transform: rotate(180deg);\r\n -moz-transform: rotate(180deg);\r\n -ms-transform: rotate(180deg);\r\n -o-transform: rotate(180deg);\r\n transform: rotate(180deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlaySc {\r\n -webkit-transform: rotate(0deg);\r\n -moz-transform: rotate(0deg);\r\n -ms-transform: rotate(0deg);\r\n -o-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .ImageOverlayTi {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);\r\n opacity: 0;\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform-origin: bottom right;\r\n -moz-transform-origin: bottom right;\r\n -ms-transform-origin: bottom right;\r\n -o-transform-origin: bottom right;\r\n transform-origin: bottom right;\r\n -webkit-transform-style: preserve-3D;\r\n -moz-transform-style: preserve-3D;\r\n -ms-transform-style: preserve-3D;\r\n -o-transform-style: preserve-3D;\r\n transform-style: preserve-3D;\r\n -webkit-transform: rotate(180deg);\r\n -moz-transform: rotate(180deg);\r\n -ms-transform: rotate(180deg);\r\n -o-transform: rotate(180deg);\r\n transform: rotate(180deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .ImageOverlayTi {\r\n -webkit-transform: rotate(0deg);\r\n -moz-transform: rotate(0deg);\r\n -ms-transform: rotate(0deg);\r\n -o-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n opacity: 1;\r\n}\r\n\r\n/* =============================================\r\nBackground Transform\r\n============================================= */\r\n.GrayScale {\r\n -webkit-filter: url(\"data:image/svg+xml;utf8,#grayscale\");\r\n filter: url(\"data:image/svg+xml;utf8,#grayscale\");\r\n filter: gray;\r\n -webkit-filter: grayscale(100%);\r\n -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';\r\n filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);\r\n opacity: 0.6;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.GrayScale:hover {\r\n -webkit-filter: url(\"data:image/svg+xml;utf8,#grayscale\");\r\n filter: url(\"data:image/svg+xml;utf8,#grayscale\");\r\n -webkit-filter: grayscale(0%);\r\n -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';\r\n filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\r\n opacity: 1;\r\n}\r\n\r\n.BackgroundS img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.BackgroundS:hover img {\r\n -webkit-transform: scale(1.2);\r\n -moz-transform: scale(1.2);\r\n -ms-transform: scale(1.2);\r\n -o-transform: scale(1.2);\r\n transform: scale(1.2);\r\n}\r\n\r\n.BackgroundRR img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.BackgroundRR:hover img {\r\n -webkit-transform: rotate(-10deg) scale(1.4);\r\n -moz-transform: rotate(-10deg) scale(1.4);\r\n -ms-transform: rotate(-10deg) scale(1.4);\r\n -o-transform: rotate(-10deg) scale(1.4);\r\n transform: rotate(-10deg) scale(1.4);\r\n}\r\n\r\n.BackgroundR img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.BackgroundR:hover img {\r\n -webkit-transform: rotate(10deg) scale(1.4);\r\n -moz-transform: rotate(10deg) scale(1.4);\r\n -ms-transform: rotate(10deg) scale(1.4);\r\n -o-transform: rotate(10deg) scale(1.4);\r\n transform: rotate(10deg) scale(1.4);\r\n}\r\n\r\n.BackgroundRS img {\r\n -webkit-transform: scale(1.2);\r\n -moz-transform: scale(1.2);\r\n -ms-transform: scale(1.2);\r\n -o-transform: scale(1.2);\r\n transform: scale(1.2);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.BackgroundRS:hover img {\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n}\r\n\r\n.BackgroundF img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.BackgroundF:hover img {\r\n opacity: 0;\r\n}\r\n\r\n.BackgroundFS img {\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.BackgroundFS:hover img {\r\n -webkit-transform: scale(10);\r\n -moz-transform: scale(10);\r\n -ms-transform: scale(10);\r\n -o-transform: scale(10);\r\n transform: scale(10);\r\n opacity: 0;\r\n}\r\n\r\n.BackgroundFRS img {\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.BackgroundFRS:hover img {\r\n -webkit-transform: scale(0);\r\n -moz-transform: scale(0);\r\n -ms-transform: scale(0);\r\n -o-transform: scale(0);\r\n transform: scale(0);\r\n opacity: 0;\r\n}\r\n\r\n.SquareCircle {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.SquareCircle:hover {\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n}\r\n\r\n.CircleSquare {\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.CircleSquare:hover {\r\n -webkit-border-radius: 0;\r\n -moz-border-radius: 0;\r\n -ms-border-radius: 0;\r\n -o-border-radius: 0;\r\n border-radius: 0;\r\n}\r\n\r\n/* =============================================\r\nCubic Effects\r\n============================================= */\r\n.ImageWrapper .CStyleH {\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n top: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n}\r\n\r\n.ImageWrapper:hover .CStyleH {\r\n margin-top: -20px;\r\n opacity: 1;\r\n top: 50%;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .CStyleHe {\r\n visibility: hidden;\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n bottom: 0;\r\n width: 100%;\r\n -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n}\r\n\r\n.ImageWrapper:hover .CStyleHe {\r\n margin-bottom: -20px;\r\n opacity: 1;\r\n bottom: 50%;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .CStyleLi {\r\n visibility: hidden;\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: right;\r\n right: 0;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n}\r\n\r\n.ImageWrapper:hover .CStyleLi {\r\n margin-right: -42px;\r\n opacity: 1;\r\n right: 50%;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .CStyleBe {\r\n visibility: hidden;\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: left;\r\n left: 0;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n}\r\n\r\n.ImageWrapper:hover .CStyleBe {\r\n margin-left: -42px;\r\n opacity: 1;\r\n left: 50%;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .CStyleB {\r\n visibility: hidden;\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n -webkit-transform: scale(0.2);\r\n -moz-transform: scale(0.2);\r\n -ms-transform: scale(0.2);\r\n -o-transform: scale(0.2);\r\n transform: scale(0.2);\r\n -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);\r\n}\r\n\r\n.ImageWrapper:hover .CStyleB {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n}\r\n\r\n.ImageWrapper .CStyleC span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .CStyleC span:nth-of-type(1) {\r\n bottom: 50%;\r\n top: 50%;\r\n left: 0;\r\n margin: -20px 0 0 -68px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 400ms cubic-bezier(1, 0, 0.57, 0) !important;\r\n -webkit-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;\r\n -moz-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;\r\n -ms-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;\r\n -o-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;\r\n transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;\r\n}\r\n\r\n.ImageWrapper .CStyleC span:nth-of-type(2) {\r\n bottom: 50%;\r\n top: 50%;\r\n left: 50%;\r\n right: 50%;\r\n margin: -20px 0 0 -20px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transform: scale(0);\r\n -moz-transform: scale(0);\r\n -ms-transform: scale(0);\r\n -o-transform: scale(0);\r\n transform: scale(0);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .CStyleC span:nth-of-type(3) {\r\n bottom: 50%;\r\n top: 50%;\r\n right: 0;\r\n margin: -20px -68px 0 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 400ms cubic-bezier(1, 0, 0.57, 0) !important;\r\n -webkit-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;\r\n -moz-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;\r\n -ms-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;\r\n -o-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;\r\n transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;\r\n}\r\n\r\n.ImageWrapper:hover .CStyleC span:nth-of-type(1) {\r\n left: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .CStyleC span:nth-of-type(2) {\r\n visibility: visible;\r\n opacity: 1;\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n}\r\n\r\n.ImageWrapper:hover .CStyleC span:nth-of-type(3) {\r\n right: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n/* =============================================\r\nButton Effects\r\n============================================= */\r\n.ImageWrapper .StyleH {\r\n visibility: hidden;\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleH {\r\n opacity: 1;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .StyleHe {\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n top: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleHe {\r\n margin-top: -20px;\r\n opacity: 1;\r\n top: 50%;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .StyleLi {\r\n visibility: hidden;\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n bottom: 0;\r\n width: 100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleLi {\r\n margin-bottom: -20px;\r\n opacity: 1;\r\n bottom: 50%;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .StyleBe {\r\n visibility: hidden;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: right;\r\n right: 0;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleBe {\r\n margin-right: -42px;\r\n opacity: 1;\r\n right: 50%;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .StyleB {\r\n visibility: hidden;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: left;\r\n left: 0;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleB {\r\n margin-left: -42px;\r\n opacity: 1;\r\n left: 50%;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .StyleC {\r\n visibility: hidden;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n -webkit-transform: scale(0.2);\r\n -moz-transform: scale(0.2);\r\n -ms-transform: scale(0.2);\r\n -o-transform: scale(0.2);\r\n transform: scale(0.2);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleC {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n}\r\n\r\n.ImageWrapper .StyleN {\r\n visibility: hidden;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n visibility: visible;\r\n -webkit-transform: rotate(0deg);\r\n -moz-transform: rotate(0deg);\r\n -ms-transform: rotate(0deg);\r\n -o-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleN {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotate(360deg);\r\n -moz-transform: rotate(360deg);\r\n -ms-transform: rotate(360deg);\r\n -o-transform: rotate(360deg);\r\n transform: rotate(360deg);\r\n}\r\n\r\n.ImageWrapper .StyleO span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleO span:nth-of-type(1) {\r\n bottom: 50%;\r\n top: 50%;\r\n left: 50%;\r\n margin: -20px 0 0 -42px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleO span:nth-of-type(2) {\r\n bottom: 50%;\r\n top: 50%;\r\n right: 50%;\r\n margin: -20px -42px 0 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleO span:nth-of-type(1) {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotate(360deg);\r\n -moz-transform: rotate(360deg);\r\n -ms-transform: rotate(360deg);\r\n -o-transform: rotate(360deg);\r\n transform: rotate(360deg);\r\n}\r\n\r\n.ImageWrapper:hover .StyleO span:nth-of-type(2) {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotate(360deg);\r\n -moz-transform: rotate(360deg);\r\n -ms-transform: rotate(360deg);\r\n -o-transform: rotate(360deg);\r\n transform: rotate(360deg);\r\n}\r\n\r\n.ImageWrapper .StyleF {\r\n visibility: hidden;\r\n -webkit-transform: scale(0.5) rotateX(360deg);\r\n -moz-transform: scale(0.5) rotateX(360deg);\r\n -ms-transform: scale(0.5) rotateX(360deg);\r\n -o-transform: scale(0.5) rotateX(360deg);\r\n transform: scale(0.5) rotateX(360deg);\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleF {\r\n opacity: 1;\r\n -webkit-transform: scale(1) rotateX(0deg);\r\n -moz-transform: scale(1) rotateX(0deg);\r\n -ms-transform: scale(1) rotateX(0deg);\r\n -o-transform: scale(1) rotateX(0deg);\r\n transform: scale(1) rotateX(0deg);\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .StyleNe {\r\n visibility: hidden;\r\n margin: 0;\r\n -webkit-transform: rotateY(0deg);\r\n -moz-transform: rotateY(0deg);\r\n -ms-transform: rotateY(0deg);\r\n -o-transform: rotateY(0deg);\r\n transform: rotateY(0deg);\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleNe {\r\n opacity: 1;\r\n -webkit-transform: rotateY(360deg);\r\n -moz-transform: rotateY(360deg);\r\n -ms-transform: rotateY(360deg);\r\n -o-transform: rotateY(360deg);\r\n transform: rotateY(360deg);\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .StyleNa {\r\n visibility: hidden;\r\n -webkit-transform: scale(0.2) rotateY(360deg);\r\n -moz-transform: scale(0.2) rotateY(360deg);\r\n -ms-transform: scale(0.2) rotateY(360deg);\r\n -o-transform: scale(0.2) rotateY(360deg);\r\n transform: scale(0.2) rotateY(360deg);\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleNa {\r\n opacity: 1;\r\n -webkit-transform: scale(1) rotateY(0deg);\r\n -moz-transform: scale(1) rotateY(0deg);\r\n -ms-transform: scale(1) rotateY(0deg);\r\n -o-transform: scale(1) rotateY(0deg);\r\n transform: scale(1) rotateY(0deg);\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .StyleMg span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleMg span:nth-of-type(1) {\r\n bottom: 50%;\r\n top: 50%;\r\n left: 50%;\r\n margin: -20px 0 0 -82px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleMg span:nth-of-type(2) {\r\n bottom: 50%;\r\n top: 50%;\r\n right: 50%;\r\n margin: -20px -82px 0 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleMg span:nth-of-type(1) {\r\n margin: -20px 0 0 -42px;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .StyleMg span:nth-of-type(2) {\r\n margin: -20px -42px 0 0;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .StyleAl span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleAl span:nth-of-type(1) {\r\n top: 0;\r\n left: 50%;\r\n margin: -20px 0 0 -42px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleAl span:nth-of-type(2) {\r\n bottom: 0;\r\n right: 50%;\r\n margin: 0 -42px -20px 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleAl span:nth-of-type(1) {\r\n top: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .StyleAl span:nth-of-type(2) {\r\n bottom: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .StyleSi span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleSi span:nth-of-type(1) {\r\n bottom: 0;\r\n left: 50%;\r\n margin: 0 0 -20px -42px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleSi span:nth-of-type(2) {\r\n top: 0;\r\n right: 50%;\r\n margin: -20px -42px 0 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleSi span:nth-of-type(1) {\r\n bottom: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .StyleSi span:nth-of-type(2) {\r\n top: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .StyleP span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleP span:nth-of-type(1) {\r\n top: 0;\r\n left: 0;\r\n margin: -40px 0 0 -40px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleP span:nth-of-type(2) {\r\n bottom: 0;\r\n right: 0;\r\n margin: 0 -40px -40px 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleP span:nth-of-type(1) {\r\n top: 50%;\r\n left: 50%;\r\n margin: -20px 0 0 -42px;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .StyleP span:nth-of-type(2) {\r\n bottom: 50%;\r\n right: 50%;\r\n margin: 0 -42px -20px 0;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .StyleS span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleS span:nth-of-type(1) {\r\n bottom: 0;\r\n left: 0;\r\n margin: -40px 0 0 -40px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleS span:nth-of-type(2) {\r\n top: 0;\r\n right: 0;\r\n margin: 0 -40px -40px 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleS span:nth-of-type(1) {\r\n bottom: 50%;\r\n left: 50%;\r\n margin: 0 0 -20px -42px;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .StyleS span:nth-of-type(2) {\r\n top: 50%;\r\n right: 50%;\r\n margin: -20px -42px 0 0;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .StyleCl {\r\n visibility: hidden;\r\n margin: 0;\r\n opacity: 0;\r\n position: absolute;\r\n text-align: center;\r\n width: 100%;\r\n top: 50%;\r\n margin-top: -20px;\r\n visibility: visible;\r\n -webkit-transform: rotateX(0deg);\r\n -moz-transform: rotateX(0deg);\r\n -ms-transform: rotateX(0deg);\r\n -o-transform: rotateX(0deg);\r\n transform: rotateX(0deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleCl {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotateX(360deg);\r\n -moz-transform: rotateX(360deg);\r\n -ms-transform: rotateX(360deg);\r\n -o-transform: rotateX(360deg);\r\n transform: rotateX(360deg);\r\n}\r\n\r\n.ImageWrapper .StyleAr span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleAr span:nth-of-type(1) {\r\n top: 50%;\r\n bottom: 50%;\r\n left: 50%;\r\n margin: -20px 0 0 -42px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transform: scale(0.2) rotate(0deg);\r\n -moz-transform: scale(0.2) rotate(0deg);\r\n -ms-transform: scale(0.2) rotate(0deg);\r\n -o-transform: scale(0.2) rotate(0deg);\r\n transform: scale(0.2) rotate(0deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleAr span:nth-of-type(2) {\r\n top: 50%;\r\n bottom: 50%;\r\n right: 50%;\r\n margin: -20px -42px -0 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transform: scale(0.2) rotate(0deg);\r\n -moz-transform: scale(0.2) rotate(0deg);\r\n -ms-transform: scale(0.2) rotate(0deg);\r\n -o-transform: scale(0.2) rotate(0deg);\r\n transform: scale(0.2) rotate(0deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleAr span:nth-of-type(1) {\r\n visibility: visible;\r\n opacity: 1;\r\n -webkit-transform: scale(1) rotate(360deg);\r\n -moz-transform: scale(1) rotate(360deg);\r\n -ms-transform: scale(1) rotate(360deg);\r\n -o-transform: scale(1) rotate(360deg);\r\n transform: scale(1) rotate(360deg);\r\n}\r\n\r\n.ImageWrapper:hover .StyleAr span:nth-of-type(2) {\r\n visibility: visible;\r\n opacity: 1;\r\n -webkit-transform: scale(1) rotate(360deg);\r\n -moz-transform: scale(1) rotate(360deg);\r\n -ms-transform: scale(1) rotate(360deg);\r\n -o-transform: scale(1) rotate(360deg);\r\n transform: scale(1) rotate(360deg);\r\n}\r\n\r\n.ImageWrapper .StyleK span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleK span:nth-of-type(1) {\r\n top: 50%;\r\n bottom: 50%;\r\n left: 50%;\r\n margin: -20px 0 0 -42px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transform: rotateY(0deg);\r\n -moz-transform: rotateY(0deg);\r\n -ms-transform: rotateY(0deg);\r\n -o-transform: rotateY(0deg);\r\n transform: rotateY(0deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleK span:nth-of-type(2) {\r\n top: 50%;\r\n bottom: 50%;\r\n right: 50%;\r\n margin: -20px -42px -0 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transform: rotateY(0deg);\r\n -moz-transform: rotateY(0deg);\r\n -ms-transform: rotateY(0deg);\r\n -o-transform: rotateY(0deg);\r\n transform: rotateY(0deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleK span:nth-of-type(1) {\r\n visibility: visible;\r\n opacity: 1;\r\n -webkit-transform: rotateY(360deg);\r\n -moz-transform: rotateY(360deg);\r\n -ms-transform: rotateY(360deg);\r\n -o-transform: rotateY(360deg);\r\n transform: rotateY(360deg);\r\n}\r\n\r\n.ImageWrapper:hover .StyleK span:nth-of-type(2) {\r\n visibility: visible;\r\n opacity: 1;\r\n -webkit-transform: rotateY(360deg);\r\n -moz-transform: rotateY(360deg);\r\n -ms-transform: rotateY(360deg);\r\n -o-transform: rotateY(360deg);\r\n transform: rotateY(360deg);\r\n}\r\n\r\n.ImageWrapper .StyleCa span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleCa span:nth-of-type(1) {\r\n top: 50%;\r\n bottom: 50%;\r\n left: 50%;\r\n margin: -20px 0 0 -42px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transform: scale(0.2) rotateY(0deg);\r\n -moz-transform: scale(0.2) rotateY(0deg);\r\n -ms-transform: scale(0.2) rotateY(0deg);\r\n -o-transform: scale(0.2) rotateY(0deg);\r\n transform: scale(0.2) rotateY(0deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleCa span:nth-of-type(2) {\r\n top: 50%;\r\n bottom: 50%;\r\n right: 50%;\r\n margin: -20px -42px -0 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transform: scale(0.2) rotateY(0deg);\r\n -moz-transform: scale(0.2) rotateY(0deg);\r\n -ms-transform: scale(0.2) rotateY(0deg);\r\n -o-transform: scale(0.2) rotateY(0deg);\r\n transform: scale(0.2) rotateY(0deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleCa span:nth-of-type(1) {\r\n visibility: visible;\r\n opacity: 1;\r\n -webkit-transform: scale(1) rotateY(360deg);\r\n -moz-transform: scale(1) rotateY(360deg);\r\n -ms-transform: scale(1) rotateY(360deg);\r\n -o-transform: scale(1) rotateY(360deg);\r\n transform: scale(1) rotateY(360deg);\r\n}\r\n\r\n.ImageWrapper:hover .StyleCa span:nth-of-type(2) {\r\n visibility: visible;\r\n opacity: 1;\r\n -webkit-transform: scale(1) rotateY(360deg);\r\n -moz-transform: scale(1) rotateY(360deg);\r\n -ms-transform: scale(1) rotateY(360deg);\r\n -o-transform: scale(1) rotateY(360deg);\r\n transform: scale(1) rotateY(360deg);\r\n}\r\n\r\n.ImageWrapper .StyleSc span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleSc span:nth-of-type(1) {\r\n bottom: 50%;\r\n top: 50%;\r\n left: 0;\r\n margin: -20px 0 0 -68px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleSc span:nth-of-type(2) {\r\n top: 0;\r\n right: 50%;\r\n left: 50%;\r\n margin: -20px 0 0 -20px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleSc span:nth-of-type(3) {\r\n bottom: 50%;\r\n top: 50%;\r\n right: 0;\r\n margin: -20px -68px 0 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleSc span:nth-of-type(1) {\r\n left: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .StyleSc span:nth-of-type(2) {\r\n top: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .StyleSc span:nth-of-type(3) {\r\n right: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .StyleTi span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleTi span:nth-of-type(1) {\r\n bottom: 50%;\r\n top: 50%;\r\n left: 0;\r\n margin: -20px 0 0 -68px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleTi span:nth-of-type(2) {\r\n bottom: 50%;\r\n top: 50%;\r\n left: 50%;\r\n right: 50%;\r\n margin: -20px 0 0 -20px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transform: scale(0);\r\n -moz-transform: scale(0);\r\n -ms-transform: scale(0);\r\n -o-transform: scale(0);\r\n transform: scale(0);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper .StyleTi span:nth-of-type(3) {\r\n bottom: 50%;\r\n top: 50%;\r\n right: 0;\r\n margin: -20px -68px 0 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleTi span:nth-of-type(1) {\r\n left: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .StyleTi span:nth-of-type(2) {\r\n visibility: visible;\r\n opacity: 1;\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n}\r\n\r\n.ImageWrapper:hover .StyleTi span:nth-of-type(3) {\r\n right: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper .StyleV span {\r\n position: absolute;\r\n}\r\n\r\n.ImageWrapper .StyleV span:nth-of-type(1) {\r\n top: 0;\r\n left: 50%;\r\n margin: -20px 0 0 -68px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;\r\n -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;\r\n -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;\r\n -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;\r\n transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;\r\n}\r\n\r\n.ImageWrapper .StyleV span:nth-of-type(2) {\r\n top: 0;\r\n left: 50%;\r\n margin: -20px 0 0 -20px;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;\r\n -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;\r\n -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;\r\n -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;\r\n transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;\r\n}\r\n\r\n.ImageWrapper .StyleV span:nth-of-type(3) {\r\n top: 0;\r\n right: 50%;\r\n margin: -20px -68px 0 0;\r\n visibility: hidden;\r\n opacity: 0;\r\n -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;\r\n -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;\r\n -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;\r\n -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;\r\n transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;\r\n}\r\n\r\n.ImageWrapper:hover .StyleV span:nth-of-type(1) {\r\n top: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .StyleV span:nth-of-type(2) {\r\n top: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n.ImageWrapper:hover .StyleV span:nth-of-type(3) {\r\n top: 50%;\r\n visibility: visible;\r\n opacity: 1;\r\n}\r\n\r\n/* =============================================\r\nPlus Button Effects\r\n============================================= */\r\n.ImageWrapper .PStyleH {\r\n background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222;\r\n height: 100%;\r\n left: 0;\r\n opacity: 0;\r\n overflow: hidden;\r\n position: absolute;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n z-index: 7;\r\n}\r\n\r\n.ImageWrapper:hover .PStyleH {\r\n opacity: 0.6;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .PStyleHe {\r\n position: absolute;\r\n background: url(../img/plus.png) no-repeat scroll center center/100% 100% #222222;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 3;\r\n -webkit-background-origin: padding-box, padding-box;\r\n -moz-background-origin: padding-box, padding-box;\r\n -ms-background-origin: padding-box, padding-box;\r\n -o-background-origin: padding-box, padding-box;\r\n background-origin: padding-box, padding-box;\r\n background-position: center center;\r\n background-repeat: no-repeat;\r\n -webkit-background-size: 10px 10px, 100% 100%;\r\n -moz-background-size: 10px 10px, 100% 100%;\r\n -ms-background-size: 10px 10px, 100% 100%;\r\n -o-background-size: 10px 10px, 100% 100%;\r\n background-size: 10px 10px, 100% 100%;\r\n opacity: 0;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .PStyleHe {\r\n opacity: 0.6;\r\n -webkit-background-size: 60px 60px, 100% 100%;\r\n -moz-background-size: 60px 60px, 100% 100%;\r\n -ms-background-size: 60px 60px, 100% 100%;\r\n -o-background-size: 60px 60px, 100% 100%;\r\n background-size: 60px 60px, 100% 100%;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .PStyleLi {\r\n -webkit-transform: scale(0.5) rotateY(180deg);\r\n -moz-transform: scale(0.5) rotateY(180deg);\r\n -ms-transform: scale(0.5) rotateY(180deg);\r\n -o-transform: scale(0.5) rotateY(180deg);\r\n transform: scale(0.5) rotateY(180deg);\r\n background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222;\r\n height: 100%;\r\n left: 0;\r\n opacity: 0;\r\n overflow: hidden;\r\n position: absolute;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n z-index: 7;\r\n}\r\n\r\n.ImageWrapper:hover .PStyleLi {\r\n opacity: 0.6;\r\n -webkit-transform: scale(1) rotateY(0deg);\r\n -moz-transform: scale(1) rotateY(0deg);\r\n -ms-transform: scale(1) rotateY(0deg);\r\n -o-transform: scale(1) rotateY(0deg);\r\n transform: scale(1) rotateY(0deg);\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .PStyleBe {\r\n -webkit-transform: scale(0.5) rotateX(180deg);\r\n -moz-transform: scale(0.5) rotateX(180deg);\r\n -ms-transform: scale(0.5) rotateX(180deg);\r\n -o-transform: scale(0.5) rotateX(180deg);\r\n transform: scale(0.5) rotateX(180deg);\r\n background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222;\r\n height: 100%;\r\n left: 0;\r\n opacity: 0;\r\n overflow: hidden;\r\n position: absolute;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n width: 100%;\r\n z-index: 7;\r\n}\r\n\r\n.ImageWrapper:hover .PStyleBe {\r\n opacity: 0.6;\r\n -webkit-transform: scale(1) rotateX(0deg);\r\n -moz-transform: scale(1) rotateX(0deg);\r\n -ms-transform: scale(1) rotateX(0deg);\r\n -o-transform: scale(1) rotateX(0deg);\r\n transform: scale(1) rotateX(0deg);\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .PStyleB {\r\n position: absolute;\r\n background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 3;\r\n -webkit-background-origin: padding-box, padding-box;\r\n -moz-background-origin: padding-box, padding-box;\r\n -ms-background-origin: padding-box, padding-box;\r\n -o-background-origin: padding-box, padding-box;\r\n background-origin: padding-box, padding-box;\r\n background-position: top left;\r\n background-repeat: no-repeat;\r\n -webkit-background-size: 10px 10px, 100% 100%;\r\n -moz-background-size: 10px 10px, 100% 100%;\r\n -ms-background-size: 10px 10px, 100% 100%;\r\n -o-background-size: 10px 10px, 100% 100%;\r\n background-size: 10px 10px, 100% 100%;\r\n opacity: 0;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .PStyleB {\r\n opacity: 0.6;\r\n -webkit-background-size: 60px 60px, 100% 100%;\r\n -moz-background-size: 60px 60px, 100% 100%;\r\n -ms-background-size: 60px 60px, 100% 100%;\r\n -o-background-size: 60px 60px, 100% 100%;\r\n background-size: 60px 60px, 100% 100%;\r\n visibility: visible;\r\n background-position: center center;\r\n}\r\n\r\n.ImageWrapper .PStyleC {\r\n position: absolute;\r\n background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 3;\r\n -webkit-background-origin: padding-box, padding-box;\r\n -moz-background-origin: padding-box, padding-box;\r\n -ms-background-origin: padding-box, padding-box;\r\n -o-background-origin: padding-box, padding-box;\r\n background-origin: padding-box, padding-box;\r\n background-position: top right;\r\n background-repeat: no-repeat;\r\n -webkit-background-size: 10px 10px, 100% 100%;\r\n -moz-background-size: 10px 10px, 100% 100%;\r\n -ms-background-size: 10px 10px, 100% 100%;\r\n -o-background-size: 10px 10px, 100% 100%;\r\n background-size: 10px 10px, 100% 100%;\r\n opacity: 0;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .PStyleC {\r\n opacity: 0.6;\r\n -webkit-background-size: 60px 60px, 100% 100%;\r\n -moz-background-size: 60px 60px, 100% 100%;\r\n -ms-background-size: 60px 60px, 100% 100%;\r\n -o-background-size: 60px 60px, 100% 100%;\r\n background-size: 60px 60px, 100% 100%;\r\n visibility: visible;\r\n background-position: center center;\r\n}\r\n\r\n.ImageWrapper .PStyleN {\r\n position: absolute;\r\n background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 3;\r\n -webkit-background-origin: padding-box, padding-box;\r\n -moz-background-origin: padding-box, padding-box;\r\n -ms-background-origin: padding-box, padding-box;\r\n -o-background-origin: padding-box, padding-box;\r\n background-origin: padding-box, padding-box;\r\n background-position: bottom right;\r\n background-repeat: no-repeat;\r\n -webkit-background-size: 10px 10px, 100% 100%;\r\n -moz-background-size: 10px 10px, 100% 100%;\r\n -ms-background-size: 10px 10px, 100% 100%;\r\n -o-background-size: 10px 10px, 100% 100%;\r\n background-size: 10px 10px, 100% 100%;\r\n opacity: 0;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .PStyleN {\r\n opacity: 0.6;\r\n -webkit-background-size: 60px 60px, 100% 100%;\r\n -moz-background-size: 60px 60px, 100% 100%;\r\n -ms-background-size: 60px 60px, 100% 100%;\r\n -o-background-size: 60px 60px, 100% 100%;\r\n background-size: 60px 60px, 100% 100%;\r\n visibility: visible;\r\n background-position: center center;\r\n}\r\n\r\n.ImageWrapper .PStyleO {\r\n position: absolute;\r\n background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 3;\r\n -webkit-background-origin: padding-box, padding-box;\r\n -moz-background-origin: padding-box, padding-box;\r\n -ms-background-origin: padding-box, padding-box;\r\n -o-background-origin: padding-box, padding-box;\r\n background-origin: padding-box, padding-box;\r\n background-position: bottom left;\r\n background-repeat: no-repeat;\r\n -webkit-background-size: 10px 10px, 100% 100%;\r\n -moz-background-size: 10px 10px, 100% 100%;\r\n -ms-background-size: 10px 10px, 100% 100%;\r\n -o-background-size: 10px 10px, 100% 100%;\r\n background-size: 10px 10px, 100% 100%;\r\n opacity: 0;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .PStyleO {\r\n opacity: 0.6;\r\n -webkit-background-size: 60px 60px, 100% 100%;\r\n -moz-background-size: 60px 60px, 100% 100%;\r\n -ms-background-size: 60px 60px, 100% 100%;\r\n -o-background-size: 60px 60px, 100% 100%;\r\n background-size: 60px 60px, 100% 100%;\r\n visibility: visible;\r\n background-position: center center;\r\n}\r\n\r\n.ImageWrapper .PStyleF {\r\n position: absolute;\r\n background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 3;\r\n -webkit-background-origin: padding-box, padding-box;\r\n -moz-background-origin: padding-box, padding-box;\r\n -ms-background-origin: padding-box, padding-box;\r\n -o-background-origin: padding-box, padding-box;\r\n background-origin: padding-box, padding-box;\r\n background-position: top center;\r\n background-repeat: no-repeat;\r\n -webkit-background-size: 10px 10px, 100% 100%;\r\n -moz-background-size: 10px 10px, 100% 100%;\r\n -ms-background-size: 10px 10px, 100% 100%;\r\n -o-background-size: 10px 10px, 100% 100%;\r\n background-size: 10px 10px, 100% 100%;\r\n opacity: 0;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .PStyleF {\r\n opacity: 0.6;\r\n -webkit-background-size: 60px 60px, 100% 100%;\r\n -moz-background-size: 60px 60px, 100% 100%;\r\n -ms-background-size: 60px 60px, 100% 100%;\r\n -o-background-size: 60px 60px, 100% 100%;\r\n background-size: 60px 60px, 100% 100%;\r\n visibility: visible;\r\n background-position: center center;\r\n}\r\n\r\n.ImageWrapper .PStyleNe {\r\n position: absolute;\r\n background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 3;\r\n -webkit-background-origin: padding-box, padding-box;\r\n -moz-background-origin: padding-box, padding-box;\r\n -ms-background-origin: padding-box, padding-box;\r\n -o-background-origin: padding-box, padding-box;\r\n background-origin: padding-box, padding-box;\r\n background-position: bottom center;\r\n background-repeat: no-repeat;\r\n -webkit-background-size: 10px 10px, 100% 100%;\r\n -moz-background-size: 10px 10px, 100% 100%;\r\n -ms-background-size: 10px 10px, 100% 100%;\r\n -o-background-size: 10px 10px, 100% 100%;\r\n background-size: 10px 10px, 100% 100%;\r\n opacity: 0;\r\n top: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .PStyleNe {\r\n opacity: 0.6;\r\n -webkit-background-size: 60px 60px, 100% 100%;\r\n -moz-background-size: 60px 60px, 100% 100%;\r\n -ms-background-size: 60px 60px, 100% 100%;\r\n -o-background-size: 60px 60px, 100% 100%;\r\n background-size: 60px 60px, 100% 100%;\r\n visibility: visible;\r\n background-position: center center;\r\n}\r\n\r\n/* =============================================\r\nContent Transform\r\n============================================= */\r\n.ContentWrapperH .ContentH {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperH:hover .ContentH {\r\n opacity: 1;\r\n visibility: visible;\r\n}\r\n\r\n.ContentWrapperH .ContentH .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperH .ContentH .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperH .ContentH .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperH .ContentH .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperH .ContentH .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperHe .ContentHe {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform: scale(0);\r\n -moz-transform: scale(0);\r\n -ms-transform: scale(0);\r\n -o-transform: scale(0);\r\n transform: scale(0);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperHe:hover .ContentHe {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n}\r\n\r\n.ContentWrapperHe .ContentHe .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperHe .ContentHe .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperHe .ContentHe .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperHe .ContentHe .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperHe .ContentHe .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperLi img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperLi:hover img {\r\n -webkit-transform: scale(0);\r\n -moz-transform: scale(0);\r\n -ms-transform: scale(0);\r\n -o-transform: scale(0);\r\n transform: scale(0);\r\n}\r\n\r\n.ContentWrapperLi .ContentLi {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform: scale(0);\r\n -moz-transform: scale(0);\r\n -ms-transform: scale(0);\r\n -o-transform: scale(0);\r\n transform: scale(0);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperLi:hover .ContentLi {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n}\r\n\r\n.ContentWrapperLi .ContentLi .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperLi .ContentLi .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperLi .ContentLi .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperLi .ContentLi .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperLi .ContentLi .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperBe img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n opacity: 1;\r\n}\r\n\r\n.ContentWrapperBe:hover img {\r\n -webkit-transform: scale(10);\r\n -moz-transform: scale(10);\r\n -ms-transform: scale(10);\r\n -o-transform: scale(10);\r\n transform: scale(10);\r\n opacity: 0;\r\n}\r\n\r\n.ContentWrapperBe .ContentBe {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperBe:hover .ContentBe {\r\n opacity: 1;\r\n visibility: visible;\r\n}\r\n\r\n.ContentWrapperBe .ContentBe .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperBe .ContentBe .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperBe .ContentBe .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperBe .ContentBe .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperBe .ContentBe .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperB img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperB:hover img {\r\n -webkit-transform: translateY(100%);\r\n -moz-transform: translateY(100%);\r\n -ms-transform: translateY(100%);\r\n -o-transform: translateY(100%);\r\n transform: translateY(100%);\r\n}\r\n\r\n.ContentWrapperB .ContentB {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: -100%;\r\n left: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperB:hover .ContentB {\r\n opacity: 1;\r\n visibility: visible;\r\n top: 0;\r\n}\r\n\r\n.ContentWrapperB .ContentB .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperB .ContentB .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperB .ContentB .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperB .ContentB .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperB .ContentB .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperC img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperC:hover img {\r\n -webkit-transform: translateY(-100%);\r\n -moz-transform: translateY(-100%);\r\n -ms-transform: translateY(-100%);\r\n -o-transform: translateY(-100%);\r\n transform: translateY(-100%);\r\n}\r\n\r\n.ContentWrapperC .ContentC {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n bottom: -100%;\r\n left: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperC:hover .ContentC {\r\n opacity: 1;\r\n visibility: visible;\r\n bottom: 0;\r\n}\r\n\r\n.ContentWrapperC .ContentC .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperC .ContentC .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperC .ContentC .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperC .ContentC .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperC .ContentC .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperN img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperN:hover img {\r\n -webkit-transform: translateX(-100%);\r\n -moz-transform: translateX(-100%);\r\n -ms-transform: translateX(-100%);\r\n -o-transform: translateX(-100%);\r\n transform: translateX(-100%);\r\n}\r\n\r\n.ContentWrapperN .ContentN {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n right: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperN:hover .ContentN {\r\n opacity: 1;\r\n visibility: visible;\r\n right: 0;\r\n}\r\n\r\n.ContentWrapperN .ContentN .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperN .ContentN .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperN .ContentN .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperN .ContentN .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperN .ContentN .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperO img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperO:hover img {\r\n -webkit-transform: translateX(100%);\r\n -moz-transform: translateX(100%);\r\n -ms-transform: translateX(100%);\r\n -o-transform: translateX(100%);\r\n transform: translateX(100%);\r\n}\r\n\r\n.ContentWrapperO .ContentO {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperO:hover .ContentO {\r\n opacity: 1;\r\n visibility: visible;\r\n left: 0;\r\n}\r\n\r\n.ContentWrapperO .ContentO .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperO .ContentO .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperO .ContentO .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperO .ContentO .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperO .ContentO .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperF img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperF:hover img {\r\n -webkit-transform: translateX(20%);\r\n -moz-transform: translateX(20%);\r\n -ms-transform: translateX(20%);\r\n -o-transform: translateX(20%);\r\n transform: translateX(20%);\r\n}\r\n\r\n.ContentWrapperF .ContentF {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 50%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform: perspective(600px) rotateY(90deg);\r\n -moz-transform: perspective(600px) rotateY(90deg);\r\n -ms-transform: perspective(600px) rotateY(90deg);\r\n -o-transform: perspective(600px) rotateY(90deg);\r\n transform: perspective(600px) rotateY(90deg);\r\n -webkit-transform-origin: left center 0;\r\n -moz-transform-origin: left center 0;\r\n -ms-transform-origin: left center 0;\r\n -o-transform-origin: left center 0;\r\n transform-origin: left center 0;\r\n -webkit-transform-style: preserve-3d;\r\n -moz-transform-style: preserve-3d;\r\n -ms-transform-style: preserve-3d;\r\n -o-transform-style: preserve-3d;\r\n transform-style: preserve-3d;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperF:hover .ContentF {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: perspective(600px) rotateY(0deg);\r\n -moz-transform: perspective(600px) rotateY(0deg);\r\n -ms-transform: perspective(600px) rotateY(0deg);\r\n -o-transform: perspective(600px) rotateY(0deg);\r\n transform: perspective(600px) rotateY(0deg);\r\n}\r\n\r\n.ContentWrapperF .ContentF .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperF .ContentF .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperF .ContentF .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperNe img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperNe:hover img {\r\n -webkit-transform: translateY(20%);\r\n -moz-transform: translateY(20%);\r\n -ms-transform: translateY(20%);\r\n -o-transform: translateY(20%);\r\n transform: translateY(20%);\r\n}\r\n\r\n.ContentWrapperNe .ContentNe {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 50%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform: perspective(600px) rotateX(-90deg);\r\n -moz-transform: perspective(600px) rotateX(-90deg);\r\n -ms-transform: perspective(600px) rotateX(-90deg);\r\n -o-transform: perspective(600px) rotateX(-90deg);\r\n transform: perspective(600px) rotateX(-90deg);\r\n -webkit-transform-origin: center top 0;\r\n -moz-transform-origin: center top 0;\r\n -ms-transform-origin: center top 0;\r\n -o-transform-origin: center top 0;\r\n transform-origin: center top 0;\r\n -webkit-transform-style: preserve-3d;\r\n -moz-transform-style: preserve-3d;\r\n -ms-transform-style: preserve-3d;\r\n -o-transform-style: preserve-3d;\r\n transform-style: preserve-3d;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperNe:hover .ContentNe {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: perspective(600px) rotateX(0deg);\r\n -moz-transform: perspective(600px) rotateX(0deg);\r\n -ms-transform: perspective(600px) rotateX(0deg);\r\n -o-transform: perspective(600px) rotateX(0deg);\r\n transform: perspective(600px) rotateX(0deg);\r\n}\r\n\r\n.ContentWrapperNe .ContentNe .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperNe .ContentNe .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperNe .ContentNe .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperNa img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperNa:hover img {\r\n -webkit-transform: translateX(-20%);\r\n -moz-transform: translateX(-20%);\r\n -ms-transform: translateX(-20%);\r\n -o-transform: translateX(-20%);\r\n transform: translateX(-20%);\r\n}\r\n\r\n.ContentWrapperNa .ContentNa {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 50%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n right: 0;\r\n -webkit-transform: perspective(600px) rotateY(-90deg);\r\n -moz-transform: perspective(600px) rotateY(-90deg);\r\n -ms-transform: perspective(600px) rotateY(-90deg);\r\n -o-transform: perspective(600px) rotateY(-90deg);\r\n transform: perspective(600px) rotateY(-90deg);\r\n -webkit-transform-origin: right center 0;\r\n -moz-transform-origin: right center 0;\r\n -ms-transform-origin: right center 0;\r\n -o-transform-origin: right center 0;\r\n transform-origin: right center 0;\r\n -webkit-transform-style: preserve-3d;\r\n -moz-transform-style: preserve-3d;\r\n -ms-transform-style: preserve-3d;\r\n -o-transform-style: preserve-3d;\r\n transform-style: preserve-3d;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperNa:hover .ContentNa {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: perspective(600px) rotateY(0deg);\r\n -moz-transform: perspective(600px) rotateY(0deg);\r\n -ms-transform: perspective(600px) rotateY(0deg);\r\n -o-transform: perspective(600px) rotateY(0deg);\r\n transform: perspective(600px) rotateY(0deg);\r\n}\r\n\r\n.ContentWrapperNa .ContentNa .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperNa .ContentNa .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperNa .ContentNa .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperMg img {\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperMg:hover img {\r\n -webkit-transform: translateY(-20%);\r\n -moz-transform: translateY(-20%);\r\n -ms-transform: translateY(-20%);\r\n -o-transform: translateY(-20%);\r\n transform: translateY(-20%);\r\n}\r\n\r\n.ContentWrapperMg .ContentMg {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 50%;\r\n display: block;\r\n bottom: 0;\r\n left: 0;\r\n -webkit-transform: perspective(600px) rotateX(90deg);\r\n -moz-transform: perspective(600px) rotateX(90deg);\r\n -ms-transform: perspective(600px) rotateX(90deg);\r\n -o-transform: perspective(600px) rotateX(90deg);\r\n transform: perspective(600px) rotateX(90deg);\r\n -webkit-transform-origin: center bottom 0;\r\n -moz-transform-origin: center bottom 0;\r\n -ms-transform-origin: center bottom 0;\r\n -o-transform-origin: center bottom 0;\r\n transform-origin: center bottom 0;\r\n -webkit-transform-style: preserve-3d;\r\n -moz-transform-style: preserve-3d;\r\n -ms-transform-style: preserve-3d;\r\n -o-transform-style: preserve-3d;\r\n transform-style: preserve-3d;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperMg:hover .ContentMg {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: perspective(600px) rotateY(0deg);\r\n -moz-transform: perspective(600px) rotateY(0deg);\r\n -ms-transform: perspective(600px) rotateY(0deg);\r\n -o-transform: perspective(600px) rotateY(0deg);\r\n transform: perspective(600px) rotateY(0deg);\r\n}\r\n\r\n.ContentWrapperMg .ContentMg .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperMg .ContentMg .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperMg .ContentMg .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperAl .ContentAl {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform: rotateY(0deg) scale(0);\r\n -moz-transform: rotateY(0deg) scale(0);\r\n -ms-transform: rotateY(0deg) scale(0);\r\n -o-transform: rotateY(0deg) scale(0);\r\n transform: rotateY(0deg) scale(0);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperAl:hover .ContentAl {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotateY(360deg) scale(0.9);\r\n -moz-transform: rotateY(360deg) scale(0.9);\r\n -ms-transform: rotateY(360deg) scale(0.9);\r\n -o-transform: rotateY(360deg) scale(0.9);\r\n transform: rotateY(360deg) scale(0.9);\r\n}\r\n\r\n.ContentWrapperAl .ContentAl .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperAl .ContentAl .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperAl .ContentAl .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperAl .ContentAl .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperAl .ContentAl .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperSi .ContentSi {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform: rotateX(0deg) scale(0);\r\n -moz-transform: rotateX(0deg) scale(0);\r\n -ms-transform: rotateX(0deg) scale(0);\r\n -o-transform: rotateX(0deg) scale(0);\r\n transform: rotateX(0deg) scale(0);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperSi:hover .ContentSi {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotateX(360deg) scale(0.9);\r\n -moz-transform: rotateX(360deg) scale(0.9);\r\n -ms-transform: rotateX(360deg) scale(0.9);\r\n -o-transform: rotateX(360deg) scale(0.9);\r\n transform: rotateX(360deg) scale(0.9);\r\n}\r\n\r\n.ContentWrapperSi .ContentSi .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperSi .ContentSi .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperSi .ContentSi .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperSi .ContentSi .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperSi .ContentSi .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperP .ContentP {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform: rotateY(0deg) scale(0.9);\r\n -moz-transform: rotateY(0deg) scale(0.9);\r\n -ms-transform: rotateY(0deg) scale(0.9);\r\n -o-transform: rotateY(0deg) scale(0.9);\r\n transform: rotateY(0deg) scale(0.9);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperP:hover .ContentP {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotateY(360deg) scale(0.9);\r\n -moz-transform: rotateY(360deg) scale(0.9);\r\n -ms-transform: rotateY(360deg) scale(0.9);\r\n -o-transform: rotateY(360deg) scale(0.9);\r\n transform: rotateY(360deg) scale(0.9);\r\n}\r\n\r\n.ContentWrapperP .ContentP .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperP .ContentP .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperP .ContentP .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperP .ContentP .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperP .ContentP .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperS .ContentS {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform: rotateX(0deg) scale(0.9);\r\n -moz-transform: rotateX(0deg) scale(0.9);\r\n -ms-transform: rotateX(0deg) scale(0.9);\r\n -o-transform: rotateX(0deg) scale(0.9);\r\n transform: rotateX(0deg) scale(0.9);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperS:hover .ContentS {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotateX(360deg) scale(0.9);\r\n -moz-transform: rotateX(360deg) scale(0.9);\r\n -ms-transform: rotateX(360deg) scale(0.9);\r\n -o-transform: rotateX(360deg) scale(0.9);\r\n transform: rotateX(360deg) scale(0.9);\r\n}\r\n\r\n.ContentWrapperS .ContentS .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperS .ContentS .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperS .ContentS .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperS .ContentS .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperS .ContentS .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperCl {\r\n overflow: visible !important;\r\n}\r\n\r\n.ContentWrapperCl img {\r\n position: relative;\r\n z-index: 5;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperCl:hover img {\r\n -webkit-transform: translateY(-40%);\r\n -moz-transform: translateY(-40%);\r\n -ms-transform: translateY(-40%);\r\n -o-transform: translateY(-40%);\r\n transform: translateY(-40%);\r\n}\r\n\r\n.ContentWrapperCl .ContentCl {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 1;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n bottom: 0;\r\n left: 0;\r\n z-index: 4;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperCl:hover .ContentCl {\r\n visibility: visible;\r\n}\r\n\r\n.ContentWrapperCl .ContentCl .Content {\r\n position: absolute;\r\n top: 65%;\r\n display: block;\r\n width: 100%;\r\n}\r\n\r\n.ContentWrapperCl .ContentCl .Content h2 {\r\n font: bold 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 2px;\r\n text-align: center;\r\n}\r\n\r\n.ContentWrapperCl .ContentCl .Content .ReadMore {\r\n margin: 8px auto;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n display: block;\r\n width: 80px;\r\n}\r\n\r\n.ContentWrapperCl .ContentCl .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperAr {\r\n overflow: visible !important;\r\n}\r\n\r\n.ContentWrapperAr img {\r\n position: relative;\r\n z-index: 5;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperAr:hover img {\r\n -webkit-transform: translateY(40%);\r\n -moz-transform: translateY(40%);\r\n -ms-transform: translateY(40%);\r\n -o-transform: translateY(40%);\r\n transform: translateY(40%);\r\n}\r\n\r\n.ContentWrapperAr .ContentAr {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 1;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n bottom: 0;\r\n left: 0;\r\n z-index: 4;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperAr:hover .ContentAr {\r\n visibility: visible;\r\n}\r\n\r\n.ContentWrapperAr .ContentAr .Content {\r\n position: absolute;\r\n top: 5%;\r\n display: block;\r\n width: 100%;\r\n}\r\n\r\n.ContentWrapperAr .ContentAr .Content h2 {\r\n font: bold 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 2px;\r\n text-align: center;\r\n}\r\n\r\n.ContentWrapperAr .ContentAr .Content .ReadMore {\r\n margin: 8px auto;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n display: block;\r\n width: 80px;\r\n}\r\n\r\n.ContentWrapperAr .ContentAr .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperK {\r\n overflow: visible !important;\r\n}\r\n\r\n.ContentWrapperK img {\r\n position: relative;\r\n z-index: 5;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperK:hover img {\r\n -webkit-transform: translateX(-20%);\r\n -moz-transform: translateX(-20%);\r\n -ms-transform: translateX(-20%);\r\n -o-transform: translateX(-20%);\r\n transform: translateX(-20%);\r\n}\r\n\r\n.ContentWrapperK .ContentK {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 1;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n bottom: 0;\r\n left: 0;\r\n z-index: 4;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperK:hover .ContentK {\r\n visibility: visible;\r\n}\r\n\r\n.ContentWrapperK .ContentK .Content {\r\n display: block;\r\n width: 100%;\r\n position: relative;\r\n}\r\n\r\n.ContentWrapperK .ContentK .Content ul {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n}\r\n\r\n.ContentWrapperK .ContentK .Content ul li {\r\n margin: 14px 16px;\r\n}\r\n\r\n.ContentWrapperK .ContentK .Content ul li a {\r\n font-size: 21px;\r\n color: #a9a9a9;\r\n}\r\n\r\n.ContentWrapperCa img {\r\n position: relative;\r\n z-index: 5;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperCa:hover img {\r\n -webkit-transform: translateX(20%);\r\n -moz-transform: translateX(20%);\r\n -ms-transform: translateX(20%);\r\n -o-transform: translateX(20%);\r\n transform: translateX(20%);\r\n}\r\n\r\n.ContentWrapperCa .ContentCa {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 1;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n bottom: 0;\r\n left: 0;\r\n z-index: 4;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperCa:hover .ContentCa {\r\n visibility: visible;\r\n}\r\n\r\n.ContentWrapperCa .ContentCa .Content {\r\n display: block;\r\n width: 100%;\r\n position: relative;\r\n}\r\n\r\n.ContentWrapperCa .ContentCa .Content ul {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n}\r\n\r\n.ContentWrapperCa .ContentCa .Content ul li {\r\n margin: 5px;\r\n}\r\n\r\n.ContentWrapperCa .ContentCa .Content ul li a {\r\n padding: 6px 9px;\r\n}\r\n\r\n.ContentWrapperSc .ContentSc {\r\n position: absolute;\r\n background: #ffffff;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: -100%;\r\n left: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperSc:hover .ContentSc {\r\n visibility: visible;\r\n top: 0;\r\n}\r\n\r\n.ContentWrapperSc .ContentSc .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperSc .ContentSc .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperSc .ContentSc .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperSc .ContentSc .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperSc .ContentSc .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperTi .ContentTi {\r\n position: absolute;\r\n background: #ffffff;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperTi:hover .ContentTi {\r\n visibility: visible;\r\n left: 0;\r\n}\r\n\r\n.ContentWrapperTi .ContentTi .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperTi .ContentTi .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperTi .ContentTi .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperTi .ContentTi .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperTi .ContentTi .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperV .ContentV {\r\n position: absolute;\r\n background: #ffffff;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n right: -100%;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperV:hover .ContentV {\r\n visibility: visible;\r\n right: 0;\r\n}\r\n\r\n.ContentWrapperV .ContentV .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperV .ContentV .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperV .ContentV .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperV .ContentV .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperV .ContentV .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperCr .ContentCr {\r\n position: absolute;\r\n background: #ffffff;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 0;\r\n display: block;\r\n bottom: -100%;\r\n left: 0;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperCr:hover .ContentCr {\r\n visibility: visible;\r\n height: 100%;\r\n bottom: 0;\r\n}\r\n\r\n.ContentWrapperCr .ContentCr .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperCr .ContentCr .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperCr .ContentCr .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperCr .ContentCr .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperCr .ContentCr .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperMn .ContentMn {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform-origin: top left;\r\n -moz-transform-origin: top left;\r\n -ms-transform-origin: top left;\r\n -o-transform-origin: top left;\r\n transform-origin: top left;\r\n -webkit-transform-style: preserve-3D;\r\n -moz-transform-style: preserve-3D;\r\n -ms-transform-style: preserve-3D;\r\n -o-transform-style: preserve-3D;\r\n transform-style: preserve-3D;\r\n -webkit-transform: rotate(180deg);\r\n -moz-transform: rotate(180deg);\r\n -ms-transform: rotate(180deg);\r\n -o-transform: rotate(180deg);\r\n transform: rotate(180deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperMn:hover .ContentMn {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotate(0deg);\r\n -moz-transform: rotate(0deg);\r\n -ms-transform: rotate(0deg);\r\n -o-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n}\r\n\r\n.ContentWrapperMn .ContentMn .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperMn .ContentMn .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperMn .ContentMn .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperMn .ContentMn .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperMn .ContentMn .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperFe .ContentFe {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n right: 0;\r\n -webkit-transform-origin: top right;\r\n -moz-transform-origin: top right;\r\n -ms-transform-origin: top right;\r\n -o-transform-origin: top right;\r\n transform-origin: top right;\r\n -webkit-transform-style: preserve-3D;\r\n -moz-transform-style: preserve-3D;\r\n -ms-transform-style: preserve-3D;\r\n -o-transform-style: preserve-3D;\r\n transform-style: preserve-3D;\r\n -webkit-transform: rotate(180deg);\r\n -moz-transform: rotate(180deg);\r\n -ms-transform: rotate(180deg);\r\n -o-transform: rotate(180deg);\r\n transform: rotate(180deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperFe:hover .ContentFe {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotate(0deg);\r\n -moz-transform: rotate(0deg);\r\n -ms-transform: rotate(0deg);\r\n -o-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n}\r\n\r\n.ContentWrapperFe .ContentFe .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperFe .ContentFe .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperFe .ContentFe .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperFe .ContentFe .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperFe .ContentFe .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperCo .ContentCo {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform-origin: bottom left;\r\n -moz-transform-origin: bottom left;\r\n -ms-transform-origin: bottom left;\r\n -o-transform-origin: bottom left;\r\n transform-origin: bottom left;\r\n -webkit-transform-style: preserve-3D;\r\n -moz-transform-style: preserve-3D;\r\n -ms-transform-style: preserve-3D;\r\n -o-transform-style: preserve-3D;\r\n transform-style: preserve-3D;\r\n -webkit-transform: rotate(180deg);\r\n -moz-transform: rotate(180deg);\r\n -ms-transform: rotate(180deg);\r\n -o-transform: rotate(180deg);\r\n transform: rotate(180deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperCo:hover .ContentCo {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotate(0deg);\r\n -moz-transform: rotate(0deg);\r\n -ms-transform: rotate(0deg);\r\n -o-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n}\r\n\r\n.ContentWrapperCo .ContentCo .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperCo .ContentCo .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperCo .ContentCo .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperCo .ContentCo .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperCo .ContentCo .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperNi .ContentNi {\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n right: 0;\r\n -webkit-transform-origin: bottom right;\r\n -moz-transform-origin: bottom right;\r\n -ms-transform-origin: bottom right;\r\n -o-transform-origin: bottom right;\r\n transform-origin: bottom right;\r\n -webkit-transform-style: preserve-3D;\r\n -moz-transform-style: preserve-3D;\r\n -ms-transform-style: preserve-3D;\r\n -o-transform-style: preserve-3D;\r\n transform-style: preserve-3D;\r\n -webkit-transform: rotate(180deg);\r\n -moz-transform: rotate(180deg);\r\n -ms-transform: rotate(180deg);\r\n -o-transform: rotate(180deg);\r\n transform: rotate(180deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperNi:hover .ContentNi {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotate(0deg);\r\n -moz-transform: rotate(0deg);\r\n -ms-transform: rotate(0deg);\r\n -o-transform: rotate(0deg);\r\n transform: rotate(0deg);\r\n}\r\n\r\n.ContentWrapperNi .ContentNi .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperNi .ContentNi .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperNi .ContentNi .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperNi .ContentNi .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperNi .ContentNi .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperCu img {\r\n -webkit-backface-visibility: hidden;\r\n -moz-backface-visibility: hidden;\r\n -ms-backface-visibility: hidden;\r\n -o-backface-visibility: hidden;\r\n backface-visibility: hidden;\r\n -webkit-transform: rotateY(0deg);\r\n -moz-transform: rotateY(0deg);\r\n -ms-transform: rotateY(0deg);\r\n -o-transform: rotateY(0deg);\r\n transform: rotateY(0deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperCu:hover img {\r\n -webkit-transform: rotateY(180deg);\r\n -moz-transform: rotateY(180deg);\r\n -ms-transform: rotateY(180deg);\r\n -o-transform: rotateY(180deg);\r\n transform: rotateY(180deg);\r\n}\r\n\r\n.ContentWrapperCu .ContentCu {\r\n -webkit-backface-visibility: hidden;\r\n -moz-backface-visibility: hidden;\r\n -ms-backface-visibility: hidden;\r\n -o-backface-visibility: hidden;\r\n backface-visibility: hidden;\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform: rotateY(180deg);\r\n -moz-transform: rotateY(180deg);\r\n -ms-transform: rotateY(180deg);\r\n -o-transform: rotateY(180deg);\r\n transform: rotateY(180deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperCu:hover .ContentCu {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotateY(0deg);\r\n -moz-transform: rotateY(0deg);\r\n -ms-transform: rotateY(0deg);\r\n -o-transform: rotateY(0deg);\r\n transform: rotateY(0deg);\r\n}\r\n\r\n.ContentWrapperCu .ContentCu .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperCu .ContentCu .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperCu .ContentCu .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperCu .ContentCu .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperCu .ContentCu .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n.ContentWrapperZn img {\r\n -webkit-backface-visibility: hidden;\r\n -moz-backface-visibility: hidden;\r\n -ms-backface-visibility: hidden;\r\n -o-backface-visibility: hidden;\r\n backface-visibility: hidden;\r\n -webkit-transform: rotateX(0deg);\r\n -moz-transform: rotateX(0deg);\r\n -ms-transform: rotateX(0deg);\r\n -o-transform: rotateX(0deg);\r\n transform: rotateX(0deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperZn:hover img {\r\n -webkit-transform: rotateX(180deg);\r\n -moz-transform: rotateX(180deg);\r\n -ms-transform: rotateX(180deg);\r\n -o-transform: rotateX(180deg);\r\n transform: rotateX(180deg);\r\n}\r\n\r\n.ContentWrapperZn .ContentZn {\r\n -webkit-backface-visibility: hidden;\r\n -moz-backface-visibility: hidden;\r\n -ms-backface-visibility: hidden;\r\n -o-backface-visibility: hidden;\r\n backface-visibility: hidden;\r\n position: absolute;\r\n background: #ffffff;\r\n opacity: 0;\r\n visibility: hidden;\r\n width: 100%;\r\n height: 100%;\r\n display: block;\r\n top: 0;\r\n left: 0;\r\n -webkit-transform: rotateX(180deg);\r\n -moz-transform: rotateX(180deg);\r\n -ms-transform: rotateX(180deg);\r\n -o-transform: rotateX(180deg);\r\n transform: rotateX(180deg);\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ContentWrapperZn:hover .ContentZn {\r\n opacity: 1;\r\n visibility: visible;\r\n -webkit-transform: rotateX(0deg);\r\n -moz-transform: rotateX(0deg);\r\n -ms-transform: rotateX(0deg);\r\n -o-transform: rotateX(0deg);\r\n transform: rotateX(0deg);\r\n}\r\n\r\n.ContentWrapperZn .ContentZn .Content {\r\n position: absolute;\r\n top: 10%;\r\n padding: 0 10px;\r\n}\r\n\r\n.ContentWrapperZn .ContentZn .Content h2 {\r\n font: 16px 'Source Sans Pro', Arial, sans-serif;\r\n color: #8ca757;\r\n padding: 0 0 6px;\r\n}\r\n\r\n.ContentWrapperZn .ContentZn .Content p {\r\n font: normal 12px 'Source Sans Pro';\r\n color: #666666;\r\n}\r\n\r\n.ContentWrapperZn .ContentZn .Content .ReadMore {\r\n float: right;\r\n margin: 16px 0 0;\r\n background: #d1cdc3;\r\n background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -webkit-gradient(linear,\r\n left top,\r\n left bottom,\r\n color-stop(0%, #d1cdc3),\r\n color-stop(100%, #c9c5ba));\r\n background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);\r\n background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);\r\n -webkit-border-radius: 2px 2px 2px 2px;\r\n -moz-border-radius: 2px 2px 2px 2px;\r\n -ms-border-radius: 2px 2px 2px 2px;\r\n -o-border-radius: 2px 2px 2px 2px;\r\n border-radius: 2px 2px 2px 2px;\r\n -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset,\r\n 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent;\r\n}\r\n\r\n.ContentWrapperZn .ContentZn .Content .ReadMore a {\r\n color: #757167;\r\n padding: 6px 16px;\r\n display: block;\r\n font: normal 12px 'Source Sans Pro';\r\n}\r\n\r\n/* =============================================\r\nRibbons\r\n============================================= */\r\n.ImageWrapper .RibbonCTL .Triangle:after {\r\n border-right: 35px solid transparent;\r\n border-top: 35px solid #ffffff;\r\n content: ' ';\r\n display: block;\r\n height: 0;\r\n position: absolute;\r\n width: 0;\r\n top: 0;\r\n left: 0;\r\n z-index: 2;\r\n}\r\n\r\n.ImageWrapper .RibbonCTL .Sign {\r\n top: 2px;\r\n left: 2px;\r\n position: absolute;\r\n z-index: 6;\r\n}\r\n\r\n.ImageWrapper .RibbonCTL .Sign a {\r\n color: #666666;\r\n}\r\n\r\n.ImageWrapper .RibbonCTL {\r\n opacity: 0;\r\n visibility: hidden;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .RibbonCTL {\r\n opacity: 1;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .RibbonCTR .Triangle:after {\r\n border-left: 35px solid transparent;\r\n border-top: 35px solid #ffffff;\r\n content: ' ';\r\n display: block;\r\n height: 0;\r\n position: absolute;\r\n width: 0;\r\n top: 0;\r\n right: 0;\r\n z-index: 2;\r\n}\r\n\r\n.ImageWrapper .RibbonCTR .Sign {\r\n top: 2px;\r\n right: 2px;\r\n position: absolute;\r\n z-index: 6;\r\n}\r\n\r\n.ImageWrapper .RibbonCTR .Sign a {\r\n color: #666666;\r\n}\r\n\r\n.ImageWrapper .RibbonCTR {\r\n opacity: 0;\r\n visibility: hidden;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .RibbonCTR {\r\n opacity: 1;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .RibbonCBL .Triangle:after {\r\n border-right: 35px solid transparent;\r\n border-bottom: 35px solid #ffffff;\r\n content: ' ';\r\n display: block;\r\n height: 0;\r\n position: absolute;\r\n width: 0;\r\n bottom: 0;\r\n left: 0;\r\n z-index: 2;\r\n}\r\n\r\n.ImageWrapper .RibbonCBL .Sign {\r\n bottom: 1px;\r\n left: 1px;\r\n position: absolute;\r\n z-index: 6;\r\n}\r\n\r\n.ImageWrapper .RibbonCBL .Sign a {\r\n color: #666666;\r\n}\r\n\r\n.ImageWrapper .RibbonCBL {\r\n opacity: 0;\r\n visibility: hidden;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .RibbonCBL {\r\n opacity: 1;\r\n visibility: visible;\r\n}\r\n\r\n.ImageWrapper .RibbonCBR .Triangle:after {\r\n border-left: 35px solid transparent;\r\n border-bottom: 35px solid #ffffff;\r\n content: ' ';\r\n display: block;\r\n height: 0;\r\n position: absolute;\r\n width: 0;\r\n bottom: 0;\r\n right: 0;\r\n z-index: 2;\r\n}\r\n\r\n.ImageWrapper .RibbonCBR .Sign {\r\n bottom: 1px;\r\n right: 1px;\r\n position: absolute;\r\n z-index: 6;\r\n}\r\n\r\n.ImageWrapper .RibbonCBR .Sign a {\r\n color: #666666;\r\n}\r\n\r\n.ImageWrapper .RibbonCBR {\r\n opacity: 0;\r\n visibility: hidden;\r\n -webkit-transition: all 0.3s ease 0s;\r\n -moz-transition: all 0.3s ease 0s;\r\n -ms-transition: all 0.3s ease 0s;\r\n -o-transition: all 0.3s ease 0s;\r\n transition: all 0.3s ease 0s;\r\n}\r\n\r\n.ImageWrapper:hover .RibbonCBR {\r\n opacity: 1;\r\n visibility: visible;\r\n}\r\n\r\n/* =============================================\r\nTransparent Background\r\n============================================= */\r\n.TBlack {\r\n background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;\r\n}\r\n\r\n.TWhite {\r\n background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8) !important;\r\n}\r\n\r\n.carousel .direction {\r\n position: absolute;\r\n top: -95px;\r\n right: 0;\r\n}\r\n\r\n.rtl .carousel .direction {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n.carousel-control {\r\n background: none !important;\r\n}\r\n\r\n.carousel-control .icon-prev,\r\n.carousel-control .icon-next {\r\n background: #f3f3f3;\r\n font-size: 16px;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n -ms-border-radius: 3px;\r\n -o-border-radius: 3px;\r\n border-radius: 3px;\r\n width: 25px;\r\n height: 25px;\r\n}\r\n\r\n.carousel-control .icon-prev:before,\r\n.carousel-control .icon-next:before {\r\n font-family: 'FontAwesome';\r\n font-size: 16px;\r\n color: #999999;\r\n line-height: 25px;\r\n}\r\n\r\n.carousel-control .icon-prev:hover,\r\n.carousel-control .icon-next:hover {\r\n background: #a340ff;\r\n}\r\n\r\n.carousel-control .icon-prev:hover:before,\r\n.carousel-control .icon-next:hover:before {\r\n color: #ffffff;\r\n}\r\n\r\n.carousel-control.left {\r\n right: 25px;\r\n left: auto;\r\n}\r\n\r\n.carousel-control .icon-prev:before {\r\n content: '\\f104';\r\n}\r\n\r\n.carousel-control .icon-next:before {\r\n content: '\\f105';\r\n}\r\n\r\ninput[type='number']::-webkit-inner-spin-button,\r\ninput[type='number']::-webkit-outer-spin-button {\r\n -webkit-appearance: none;\r\n -moz-appearance: none;\r\n appearance: none;\r\n margin: 0;\r\n}\r\n\r\ninput[type='number'] {\r\n -moz-appearance: textfield;\r\n}\r\n\r\ninput[type='file'] {\r\n height: auto;\r\n}\r\n\r\n.btn-inverse {\r\n color: #ffffff;\r\n background-color: #a340ff;\r\n border-color: #a340ff;\r\n}\r\n\r\n.btn-inverse:hover,\r\n.btn-inverse:focus,\r\n.btn-inverse:active,\r\n.btn-inverse.active {\r\n color: #ffffff;\r\n background-color: transparent;\r\n border-color: #eaeaea;\r\n}\r\n\r\n.open .btn-inverse.dropdown-toggle {\r\n color: #ffffff;\r\n background-color: transparent;\r\n border-color: #eaeaea;\r\n}\r\n\r\n.btn-inverse:active,\r\n.btn-inverse.active {\r\n background-image: none;\r\n}\r\n\r\n.open .btn-inverse.dropdown-toggle {\r\n background-image: none;\r\n}\r\n\r\n.btn-inverse.disabled,\r\n.btn-inverse.disabled:hover,\r\n.btn-inverse.disabled:focus,\r\n.btn-inverse.disabled:active,\r\n.btn-inverse.disabled.active,\r\n.btn-inverse[disabled],\r\n.btn-inverse[disabled]:hover,\r\n.btn-inverse[disabled]:focus,\r\n.btn-inverse[disabled]:active,\r\n.btn-inverse[disabled].active,\r\nfieldset[disabled] .btn-inverse,\r\nfieldset[disabled] .btn-inverse:hover,\r\nfieldset[disabled] .btn-inverse:focus,\r\nfieldset[disabled] .btn-inverse:active,\r\nfieldset[disabled] .btn-inverse.active {\r\n background-color: #a340ff;\r\n border-color: #a340ff;\r\n}\r\n\r\n.btn-inverse .badge {\r\n color: #a340ff;\r\n background-color: #ffffff;\r\n}\r\n\r\n.btn-outline {\r\n color: #ffffff;\r\n background-color: #333b48;\r\n border-color: #333b48;\r\n}\r\n\r\n.btn-outline:hover,\r\n.btn-outline:focus,\r\n.btn-outline:active,\r\n.btn-outline.active {\r\n color: #ffffff;\r\n background-color: #a340ff;\r\n border-color: #a340ff;\r\n}\r\n\r\n.open .btn-outline.dropdown-toggle {\r\n color: #ffffff;\r\n background-color: #a340ff;\r\n border-color: #a340ff;\r\n}\r\n\r\n.btn-outline:active,\r\n.btn-outline.active {\r\n background-image: none;\r\n}\r\n\r\n.open .btn-outline.dropdown-toggle {\r\n background-image: none;\r\n}\r\n\r\n.btn-outline.disabled,\r\n.btn-outline.disabled:hover,\r\n.btn-outline.disabled:focus,\r\n.btn-outline.disabled:active,\r\n.btn-outline.disabled.active,\r\n.btn-outline[disabled],\r\n.btn-outline[disabled]:hover,\r\n.btn-outline[disabled]:focus,\r\n.btn-outline[disabled]:active,\r\n.btn-outline[disabled].active,\r\nfieldset[disabled] .btn-outline,\r\nfieldset[disabled] .btn-outline:hover,\r\nfieldset[disabled] .btn-outline:focus,\r\nfieldset[disabled] .btn-outline:active,\r\nfieldset[disabled] .btn-outline.active {\r\n background-color: #333b48;\r\n border-color: #333b48;\r\n}\r\n\r\n.btn-outline .badge {\r\n color: #333b48;\r\n background-color: #ffffff;\r\n}\r\n\r\n.btn {\r\n -webkit-border-radius: 2px;\r\n -moz-border-radius: 2px;\r\n -ms-border-radius: 2px;\r\n -o-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n\r\n.btn:active,\r\n.btn:focus,\r\n.btn:visited,\r\n.btn.active:focus,\r\n.btn:active:focus {\r\n outline: none !important;\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n -o-box-shadow: none;\r\n -ms-box-shadow: none;\r\n box-shadow: none;\r\n}\r\n\r\nbutton:focus,\r\nbutton:hover {\r\n outline: none;\r\n}\r\n\r\n.sidebar .block {\r\n margin-bottom: 40px;\r\n background: #ffffff;\r\n padding: 25px;\r\n}\r\n\r\n@media (max-width: 1199px) {\r\n .sidebar .block {\r\n padding: 15px;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .sidebar .block {\r\n margin-bottom: 15px;\r\n }\r\n}\r\n\r\n.sidebar .block .title_block {\r\n background: none;\r\n border: none;\r\n color: #000000;\r\n text-transform: uppercase;\r\n font-family: 'Poppins', sans-serif;\r\n font-size: 14px;\r\n font-weight: 700;\r\n letter-spacing: 0px;\r\n padding: 0 0 0 10px;\r\n position: relative;\r\n margin: 0 0 20px;\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n -ms-border-radius: 0px;\r\n -o-border-radius: 0px;\r\n border-radius: 0px;\r\n}\r\n\r\n.rtl .sidebar .block .title_block {\r\n padding: 0 10px 0 0;\r\n}\r\n\r\n.sidebar .block .title_block:before {\r\n position: absolute;\r\n content: '';\r\n font-family: 'FontAwesome';\r\n width: 2px;\r\n height: 12px;\r\n background: #a340ff;\r\n top: 1px;\r\n left: 0;\r\n}\r\n\r\n.rtl .sidebar .block .title_block:before {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\n.sidebar .block .title_block a {\r\n color: #000000;\r\n}\r\n\r\n.sidebar .block .block_content {\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n -ms-border-radius: 0px;\r\n -o-border-radius: 0px;\r\n border-radius: 0px;\r\n padding: 0px;\r\n border: none;\r\n}\r\n\r\n.sidebar .block .block_content::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.sidebar .block .products {\r\n padding: 0 20px;\r\n}\r\n\r\n.sidebar .block .products .ajax_block_product {\r\n float: left;\r\n width: 100%;\r\n}\r\n\r\n.sidebar .block .products .thumbnail-container {\r\n text-align: left;\r\n margin-right: -15px;\r\n margin-left: -15px;\r\n}\r\n\r\n.rtl .sidebar .block .products .thumbnail-container {\r\n text-align: right;\r\n}\r\n\r\n.sidebar .block .products .thumbnail-container::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .sidebar .block .products .thumbnail-container {\r\n margin-right: -15px;\r\n margin-left: -15px;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .sidebar .block .products .thumbnail-container {\r\n margin-right: -15px;\r\n margin-left: -15px;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .sidebar .block .products .thumbnail-container {\r\n margin-right: -15px;\r\n margin-left: -15px;\r\n }\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .sidebar .block .products .thumbnail-container {\r\n margin-right: -15px;\r\n margin-left: -15px;\r\n }\r\n}\r\n\r\n.sidebar .block .products .thumbnail-container .product-image {\r\n float: left;\r\n width: 41.66667%;\r\n position: relative;\r\n min-height: 1px;\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .sidebar .block .products .thumbnail-container .product-image {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .sidebar .block .products .thumbnail-container .product-image {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .sidebar .block .products .thumbnail-container .product-image {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .sidebar .block .products .thumbnail-container .product-image {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n.sidebar .block .products .thumbnail-container .product-meta {\r\n float: left;\r\n width: 58.33333%;\r\n position: relative;\r\n min-height: 1px;\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n padding-top: 0px;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .sidebar .block .products .thumbnail-container .product-meta {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .sidebar .block .products .thumbnail-container .product-meta {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .sidebar .block .products .thumbnail-container .product-meta {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .sidebar .block .products .thumbnail-container .product-meta {\r\n padding-right: 15px;\r\n padding-left: 15px;\r\n }\r\n}\r\n\r\n.sidebar .block .products .thumbnail-container .highlighted-informations,\r\n.sidebar .block .products .thumbnail-container .quickview,\r\n.sidebar .block .products .thumbnail-container .product-flags {\r\n display: none;\r\n}\r\n\r\n.sidebar .block .products .thumbnail-container .product-title {\r\n margin-top: 0px;\r\n}\r\n\r\n.sidebar .block a.all-product-link {\r\n font-size: 12px;\r\n margin-right: 15px;\r\n}\r\n\r\n.rtl .sidebar .block a.all-product-link {\r\n margin-left: 15px;\r\n margin-right: inherit;\r\n}\r\n\r\n.sidebar .block .list-group-item {\r\n border: none;\r\n padding: 15px 0;\r\n}\r\n\r\n.sidebar .block-highlighted .title_block {\r\n color: #000;\r\n background-color: none;\r\n border-color: #a340ff;\r\n}\r\n\r\n.sidebar .block-highlighted .title_block a {\r\n color: #000;\r\n}\r\n\r\n.sidebar .block-highlighted .title_block+.block-collapse .block_content {\r\n border-top-color: #a340ff;\r\n}\r\n\r\n.sidebar .block-highlighted>.block-footer+.block-collapse .block-body {\r\n border-bottom-color: #a340ff;\r\n}\r\n\r\n/*\r\n* NAVIGATION\r\n*/\r\n.leo-megamenu {\r\n font-family: 'Poppins', sans-serif;\r\n background: transparent;\r\n color: #000000;\r\n /* menu level 1 */\r\n /* level 2 */\r\n /* level > 3 */\r\n}\r\n\r\n.leo-megamenu .leo-colorbox {\r\n display: none !important;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li {\r\n text-align: left;\r\n}\r\n\r\n.rtl .leo-megamenu .navbar-nav>li {\r\n text-align: right;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li+.nav-item {\r\n margin-left: 0px;\r\n}\r\n\r\n.rtl .leo-megamenu .navbar-nav>li+.nav-item {\r\n margin-right: 0px;\r\n margin-left: inherit;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li.aligned-fullwidth {\r\n position: static;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .leo-megamenu .navbar-nav>li.aligned-fullwidth {\r\n position: relative;\r\n }\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {\r\n width: 100% !important;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li.aligned-right .dropdown-menu {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li.aligned-left .dropdown-menu {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li.aligned-center .dropdown-menu {\r\n left: 50%;\r\n -webkit-transform: translate(-50%, 0);\r\n -ms-transform: translate(-50%, 0);\r\n transform: translate(-50%, 0);\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li>a {\r\n padding: 15px 17px;\r\n font-size: 14px;\r\n text-transform: uppercase;\r\n color: #000000;\r\n background-color: transparent;\r\n font-weight: bold;\r\n -webkit-transition: all 350ms ease-out;\r\n -o-transition: all 350ms ease-out;\r\n transition: all 350ms ease-out;\r\n line-height: 20px;\r\n}\r\n\r\n@media (max-width: 1199px) and (min-width: 992px) {\r\n .leo-megamenu .navbar-nav>li>a {\r\n font-size: 12px;\r\n padding-left: 12px;\r\n padding-right: 12px;\r\n }\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li>a:hover,\r\n.leo-megamenu .navbar-nav>li>a:focus,\r\n.leo-megamenu .navbar-nav>li>a:active {\r\n color: #a340ff;\r\n background-color: transparent;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li>a>.menu-title {\r\n position: relative;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li.active>a,\r\n.leo-megamenu .navbar-nav>li:hover>a,\r\n.leo-megamenu .navbar-nav>li:focus>a {\r\n background-color: transparent;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n\r\n .leo-megamenu .navbar-nav>li.active>a,\r\n .leo-megamenu .navbar-nav>li:hover>a,\r\n .leo-megamenu .navbar-nav>li:focus>a {\r\n color: #a340ff;\r\n }\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li.active>a>.menu-title:before,\r\n.leo-megamenu .navbar-nav>li:hover>a>.menu-title:before,\r\n.leo-megamenu .navbar-nav>li:focus>a>.menu-title:before {\r\n color: #acacac;\r\n text-shadow: 8px 0 #acacac, -8px 0 #acacac;\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li>.caret {\r\n display: none;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n\r\n .leo-megamenu .navbar-nav>li:hover>.caret,\r\n .leo-megamenu .navbar-nav>li:active>.caret {\r\n color: #a340ff;\r\n }\r\n}\r\n\r\n.leo-megamenu .navbar-nav>li.home a {\r\n padding: 20px 20px 20px 0;\r\n}\r\n\r\n.rtl .leo-megamenu .navbar-nav>li.home a {\r\n padding: 20px 0 20px 20px;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu {\r\n top: 100%;\r\n left: -9999px;\r\n height: auto;\r\n font-weight: 300;\r\n color: #000000;\r\n border: 0;\r\n min-width: 200px;\r\n padding: 20px;\r\n background-color: #ffffff;\r\n font-family: 'Poppins', sans-serif;\r\n margin: 0px;\r\n text-align: left;\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n -ms-border-radius: 0px;\r\n -o-border-radius: 0px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);\r\n -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);\r\n -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);\r\n -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);\r\n box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);\r\n -webkit-transition: opacity 0.3s linear 0s;\r\n -o-transition: opacity 0.3s linear 0s;\r\n transition: opacity 0.3s linear 0s;\r\n}\r\n\r\n.rtl .leo-megamenu .dropdown-menu {\r\n text-align: right;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .leo-megamenu .dropdown-menu {\r\n padding: 15px;\r\n }\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li {\r\n line-height: 25px;\r\n float: none;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li+.nav-item {\r\n margin-left: 0px;\r\n}\r\n\r\n.rtl .leo-megamenu .dropdown-menu li+.nav-item {\r\n margin-right: 0px;\r\n margin-left: inherit;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li a {\r\n color: #777;\r\n padding: 5px 0;\r\n font-weight: 300;\r\n font-size: 13px;\r\n line-height: 20px;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .leo-megamenu .dropdown-menu li a {\r\n line-height: 20px;\r\n padding: 15px 0;\r\n }\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li a .menu-title {\r\n color: #777;\r\n padding: 0;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li a:hover {\r\n background-color: transparent;\r\n color: #a340ff;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li a:hover .fa {\r\n color: #a340ff;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li a:hover .menu-title {\r\n color: #a340ff;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu li a.nav-link .menu-title {\r\n border: 0;\r\n font-weight: 400;\r\n text-transform: none;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu .menu-title {\r\n margin-bottom: 10px;\r\n font-family: 'Poppins', sans-serif;\r\n text-transform: uppercase;\r\n color: #000000;\r\n font-weight: 500;\r\n padding-bottom: 10px;\r\n border-bottom: 1px solid #eee;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu .menu-title a {\r\n color: #000000;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu .menu-title a:hover {\r\n color: #a340ff;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu a>.menu-title {\r\n font-weight: 300;\r\n color: #000000;\r\n font-family: 'Poppins', sans-serif;\r\n}\r\n\r\n.leo-megamenu .dropdown-menu a>.menu-title:hover {\r\n color: #a340ff;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .leo-megamenu .dropdown:hover>.dropdown-menu {\r\n display: block;\r\n left: 0px;\r\n }\r\n\r\n .rtl .leo-megamenu .dropdown:hover>.dropdown-menu {\r\n right: 0px;\r\n left: auto;\r\n }\r\n\r\n .leo-megamenu .dropdown:hover>a {\r\n color: #a340ff;\r\n }\r\n\r\n .leo-megamenu .dropdown:hover>a .fa {\r\n color: #a340ff;\r\n }\r\n}\r\n\r\n.leo-megamenu .dropdown-submenu {\r\n position: relative;\r\n}\r\n\r\n.leo-megamenu .dropdown-submenu .dropdown-menu {\r\n top: 0;\r\n position: absolute;\r\n left: 100%;\r\n}\r\n\r\n.rtl .leo-megamenu .dropdown-submenu .dropdown-menu {\r\n right: 100%;\r\n left: auto;\r\n}\r\n\r\n.leo-megamenu .dropdown-submenu:hover>.dropdown-menu {\r\n display: block;\r\n top: 0;\r\n}\r\n\r\n.leo-megamenu .mega-group>.dropdown-toggle {\r\n border: 0;\r\n display: block;\r\n letter-spacing: 3px;\r\n text-transform: uppercase;\r\n font-family: 'Poppins', sans-serif;\r\n color: #ffffff;\r\n}\r\n\r\n.leo-megamenu .mega-group>.dropdown-toggle .fa {\r\n color: #ffffff;\r\n}\r\n\r\n.leo-megamenu .megamenu .cols1 {\r\n min-width: 200px;\r\n}\r\n\r\n.leo-megamenu .megamenu .cols2 {\r\n min-width: 500px;\r\n}\r\n\r\n.leo-megamenu .megamenu .cols3 {\r\n min-width: 740px;\r\n}\r\n\r\n.leo-megamenu .manu-logo img {\r\n border: 1px solid #eaeaea;\r\n margin-bottom: 10px;\r\n margin-right: 10px;\r\n}\r\n\r\n.leo-megamenu .widget-subcategories {\r\n margin-bottom: 15px;\r\n}\r\n\r\n.leo-megamenu .widget-subcategories li a {\r\n -webkit-transition: all 0.2s;\r\n -o-transition: all 0.2s;\r\n transition: all 0.2s;\r\n display: block;\r\n line-height: 20px;\r\n position: relative;\r\n padding: 5px 0;\r\n}\r\n\r\n.leo-megamenu .widget-subcategories li a:before {\r\n content: '\\f111';\r\n font-family: 'FontAwesome';\r\n font-size: 6px;\r\n -webkit-transition: scale 0.4s;\r\n -o-transition: scale 0.4s;\r\n transition: scale 0.4s;\r\n -webkit-transform: scale(0);\r\n -ms-transform: scale(0);\r\n transform: scale(0);\r\n position: absolute;\r\n top: 4px;\r\n left: 0;\r\n}\r\n\r\n.rtl .leo-megamenu .widget-subcategories li a:before {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\n.leo-megamenu .widget-subcategories li a:hover {\r\n padding: 5px 0 5px 10px;\r\n}\r\n\r\n.rtl .leo-megamenu .widget-subcategories li a:hover {\r\n padding: 5px 10px 5px 0;\r\n}\r\n\r\n.leo-megamenu .widget-subcategories li a:hover:before {\r\n -webkit-transform: scale(1);\r\n -ms-transform: scale(1);\r\n transform: scale(1);\r\n}\r\n\r\n/* Product for menu */\r\n.leo-widget .product-miniature:last-child .thumbnail-container {\r\n border: 0;\r\n}\r\n\r\n.leo-widget .thumbnail-container {\r\n margin: 0;\r\n text-align: left;\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n -o-box-shadow: none;\r\n -ms-box-shadow: none;\r\n box-shadow: none;\r\n border-bottom: 1px solid #eee;\r\n}\r\n\r\n.rtl .leo-widget .thumbnail-container {\r\n text-align: right;\r\n}\r\n\r\n.leo-widget .thumbnail-container .product-image {\r\n float: left;\r\n margin: 0 10px 10px 0;\r\n}\r\n\r\n.rtl .leo-widget .thumbnail-container .product-image {\r\n float: right;\r\n}\r\n\r\n.rtl .leo-widget .thumbnail-container .product-image {\r\n margin: 0 0 10px 10px;\r\n}\r\n\r\n.leo-widget .thumbnail-container .product-meta {\r\n overflow: hidden;\r\n zoom: 1;\r\n padding: 10px 0px;\r\n}\r\n\r\n.leo-widget .thumbnail-container .aeuc_before_label,\r\n.leo-widget .thumbnail-container .discount-percentage,\r\n.leo-widget .thumbnail-container .aeuc_unit_price_label,\r\n.leo-widget .thumbnail-container .discount-percentage {\r\n display: none !important;\r\n}\r\n\r\n.leo-widget .thumbnail-container .product-title {\r\n margin-top: 0px;\r\n margin-bottom: 5px;\r\n line-height: 20px;\r\n text-transform: none;\r\n}\r\n\r\n.leo-widget .thumbnail-container .product-title a {\r\n font-weight: 300;\r\n color: #777;\r\n font-size: 13px;\r\n}\r\n\r\n.leo-widget .thumbnail-container .product-title a:hover {\r\n color: #a340ff;\r\n}\r\n\r\n.leo-widget .thumbnail-container .product-price-and-shipping {\r\n color: #777;\r\n font-size: 13px;\r\n}\r\n\r\n.leo-widget .widget-html p {\r\n line-height: 23px;\r\n}\r\n\r\n.leo-widget .widget-video iframe {\r\n border-width: 0px;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .leo-widget .widget-video iframe {\r\n width: 100%;\r\n }\r\n}\r\n\r\n.leo-widget ul.widget-image {\r\n margin-left: 0px;\r\n}\r\n\r\n.rtl .leo-widget ul.widget-image {\r\n margin-right: 0px;\r\n margin-left: inherit;\r\n}\r\n\r\n.leo-widget ul.widget-image li {\r\n margin-right: 10px;\r\n}\r\n\r\n.rtl .leo-widget ul.widget-image li {\r\n margin-left: 10px;\r\n margin-right: inherit;\r\n}\r\n\r\n.leo-widget ul.widget-image li:last-child {\r\n margin-right: 0px;\r\n}\r\n\r\n.rtl .leo-widget ul.widget-image li:last-child {\r\n margin-left: 0px;\r\n margin-right: inherit;\r\n}\r\n\r\n/*\r\n *\r\n * Vertical menu\r\n */\r\n.ApMegamenu .leo-verticalmenu {\r\n background: #fff;\r\n position: relative;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .ApMegamenu .leo-verticalmenu {\r\n position: static;\r\n }\r\n}\r\n\r\n.ApMegamenu .leo-verticalmenu .title_block {\r\n margin: 0;\r\n color: #ffffff;\r\n width: 100%;\r\n line-height: 50px;\r\n font-size: 16px;\r\n padding: 0px 20px !important;\r\n font-weight: 600;\r\n text-transform: uppercase;\r\n background: #a340ff;\r\n border: 2px solid #000;\r\n height: 50px;\r\n cursor: pointer;\r\n}\r\n\r\n.ApMegamenu .leo-verticalmenu .title_block:before {\r\n display: none;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .ApMegamenu .leo-verticalmenu .title_block:after {\r\n content: '';\r\n cursor: pointer;\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n bottom: 0;\r\n right: 0;\r\n z-index: 999;\r\n visibility: hidden;\r\n background-color: #000000;\r\n background-color: rgba(0, 0, 0, 0.5);\r\n zoom: 1;\r\n background-color: transparent\\9;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -webkit-transition: all 0.4s ease;\r\n -o-transition: all 0.4s ease;\r\n transition: all 0.4s ease;\r\n }\r\n}\r\n\r\n.ApMegamenu .leo-verticalmenu .title_block i {\r\n /*\r\n \t@include rtl-padding(0,15px,0,0);\r\n \tline-height: 22px; */\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .ApMegamenu .leo-verticalmenu .title_block i {\r\n display: none;\r\n }\r\n}\r\n\r\n.ApMegamenu .leo-verticalmenu>.block_content {\r\n background: #fff;\r\n position: absolute;\r\n z-index: 30;\r\n height: auto;\r\n overflow: visible;\r\n width: 100%;\r\n -webkit-transition: height 0.4s ease 0s;\r\n -o-transition: height 0.4s ease 0s;\r\n transition: height 0.4s ease 0s;\r\n border: 1px solid #eee;\r\n -webkit-transform: scale(0);\r\n -moz-transform: scale(0);\r\n -ms-transform: scale(0);\r\n -o-transform: scale(0);\r\n transform: scale(0);\r\n -webkit-transition: all 0.5s;\r\n -o-transition: all 0.5s;\r\n transition: all 0.5s;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .ApMegamenu .leo-verticalmenu>.block_content {\r\n margin-top: 15px;\r\n max-height: 900px;\r\n overflow: auto;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .ApMegamenu .leo-verticalmenu.active>.title_block:after {\r\n visibility: visible;\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n transition-delay: 0.4s;\r\n }\r\n}\r\n\r\n.ApMegamenu .leo-verticalmenu.active>.block_content {\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n z-index: 999;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n #index .ApMegamenu .leo-verticalmenu>.block_content {\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n }\r\n\r\n #index.keep-header .ApMegamenu .leo-verticalmenu>.block_content {\r\n -webkit-transform: scale(0);\r\n -moz-transform: scale(0);\r\n -ms-transform: scale(0);\r\n -o-transform: scale(0);\r\n transform: scale(0);\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n }\r\n\r\n #index.keep-header .ApMegamenu .leo-verticalmenu.active>.block_content {\r\n -webkit-transform: scale(1);\r\n -moz-transform: scale(1);\r\n -ms-transform: scale(1);\r\n -o-transform: scale(1);\r\n transform: scale(1);\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n }\r\n}\r\n\r\n.leo-megamenu {\r\n border-radius: 0;\r\n padding: 0 15px;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .leo-megamenu {\r\n padding: 0;\r\n }\r\n}\r\n\r\ndiv.verticalmenu {\r\n z-index: 100;\r\n}\r\n\r\ndiv.verticalmenu .navbar-collapse,\r\ndiv.verticalmenu .navbar-vertical {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav {\r\n position: static;\r\n float: none;\r\n width: 100%;\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li {\r\n width: 100%;\r\n height: auto;\r\n position: relative;\r\n float: none;\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li+.nav-item {\r\n margin-left: 0px;\r\n}\r\n\r\n.rtl div.verticalmenu .navbar-nav>li+.nav-item {\r\n margin-right: 0px;\r\n margin-left: inherit;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n div.verticalmenu .navbar-nav>li {\r\n border-bottom: 1px solid #ddd;\r\n }\r\n\r\n div.verticalmenu .navbar-nav>li:last-child {\r\n border: 0;\r\n }\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li>a {\r\n display: block;\r\n color: #000;\r\n font-size: 12px;\r\n font-family: 'Poppins', sans-serif;\r\n padding: 0px 30px;\r\n font-weight: 400;\r\n height: 70px;\r\n line-height: 70px;\r\n opacity: 0.4;\r\n filter: alpha(opacity=40);\r\n text-transform: uppercase;\r\n overflow: hidden;\r\n}\r\n\r\n@media (max-width: 1199px) {\r\n div.verticalmenu .navbar-nav>li>a {\r\n line-height: 55px;\r\n height: 55px;\r\n vertical-align: top;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n div.verticalmenu .navbar-nav>li>a {\r\n display: inline-block;\r\n padding: 0 15px;\r\n }\r\n\r\n div.verticalmenu .navbar-nav>li>a>span {\r\n border: 0 !important;\r\n }\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li>a>span {\r\n display: block;\r\n border-bottom: 1px solid #ddd;\r\n height: 100%;\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li:last-child>a>span {\r\n border-bottom: 0;\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li .caret {\r\n display: none;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n div.verticalmenu .navbar-nav>li .caret {\r\n display: block;\r\n position: absolute;\r\n top: 0;\r\n cursor: pointer;\r\n border: none;\r\n width: 55px;\r\n height: 55px;\r\n line-height: 55px;\r\n text-align: center;\r\n border: none;\r\n right: 0;\r\n }\r\n\r\n .rtl div.verticalmenu .navbar-nav>li .caret {\r\n left: 0;\r\n right: auto;\r\n }\r\n\r\n div.verticalmenu .navbar-nav>li .caret:before {\r\n content: '\\f105';\r\n font-family: 'FontAwesome';\r\n color: #000;\r\n font-size: 14px;\r\n font-weight: normal;\r\n }\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li .dropdown-submenu .caret {\r\n top: 0;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n div.verticalmenu .navbar-nav>li .dropdown-submenu .caret {\r\n top: -10px;\r\n }\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li.last a,\r\ndiv.verticalmenu .navbar-nav>li:last-child a {\r\n border: 0;\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li:hover>a {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n}\r\n\r\n@media (min-width: 992px) {\r\n div.verticalmenu .navbar-nav>li:hover>a {\r\n color: #a340ff;\r\n }\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li:hover>a:hover,\r\ndiv.verticalmenu .navbar-nav>li:hover>a:focus {\r\n color: #a340ff;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n div.verticalmenu .navbar-nav>li:hover>.caret {\r\n color: #a340ff;\r\n }\r\n\r\n div.verticalmenu .navbar-nav>li:hover>.caret:before {\r\n color: #a340ff;\r\n }\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li.open>a {\r\n color: #a340ff;\r\n background: #a340ff;\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li.open>a:hover,\r\ndiv.verticalmenu .navbar-nav>li.open>a:focus {\r\n color: #a340ff;\r\n background: #a340ff;\r\n border-color: #eaeaea;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n div.verticalmenu .navbar-nav>li.open>.caret {\r\n color: #a340ff;\r\n }\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li.open>.caret:before {\r\n color: #a340ff;\r\n top: -23px;\r\n content: '\\f0d7';\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li .parent {\r\n position: relative;\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li .parent>.dropdown-toggle {\r\n text-transform: none;\r\n font-weight: normal;\r\n color: #777;\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav>li .parent>.dropdown-toggle:hover {\r\n color: #a340ff;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n div.verticalmenu .navbar-nav li.open-sub>.caret:before {\r\n content: '\\f107';\r\n }\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav li.parent>a:after {\r\n position: absolute;\r\n content: '\\f105';\r\n font-family: 'FontAwesome';\r\n color: #999;\r\n font-size: 14px;\r\n font-weight: normal;\r\n right: 35px;\r\n top: 0;\r\n border: none;\r\n -webkit-transition: all 0.4s;\r\n -o-transition: all 0.4s;\r\n transition: all 0.4s;\r\n}\r\n\r\n.rtl div.verticalmenu .navbar-nav li.parent>a:after {\r\n left: 35px;\r\n right: auto;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n div.verticalmenu .navbar-nav li.parent>a:after {\r\n display: none;\r\n }\r\n}\r\n\r\ndiv.verticalmenu .navbar-nav li.parent:hover>a:after {\r\n color: #a340ff;\r\n}\r\n\r\ndiv.verticalmenu ul li a .menu-icon {\r\n display: block;\r\n background-position: left center !important;\r\n}\r\n\r\n.rtl div.verticalmenu ul li a .menu-icon {\r\n background-position: right center !important;\r\n}\r\n\r\ndiv.verticalmenu ul li a .menu-icon span {\r\n display: block;\r\n margin-left: 45px;\r\n}\r\n\r\n.rtl div.verticalmenu ul li a .menu-icon span {\r\n margin-right: 45px;\r\n margin-left: inherit;\r\n}\r\n\r\ndiv.verticalmenu ul li a .menu-icon .menu-desc {\r\n display: none;\r\n}\r\n\r\ndiv.verticalmenu ul li a .menu-title {\r\n display: block;\r\n}\r\n\r\ndiv.verticalmenu ul li a .sub-title {\r\n font-size: 12px;\r\n}\r\n\r\ndiv.verticalmenu ul li a:hover,\r\ndiv.verticalmenu ul li a:focus {\r\n color: #a340ff;\r\n background: #ffffff;\r\n}\r\n\r\ndiv.verticalmenu ul li a:hover .menu-title,\r\ndiv.verticalmenu ul li a:focus .menu-title {\r\n color: #a340ff;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n div.verticalmenu li.open-sub {\r\n border-bottom: 0;\r\n }\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu {\r\n left: -9999px;\r\n top: -9999px;\r\n right: auto;\r\n min-height: 100px;\r\n min-width: 215px;\r\n padding: 30px;\r\n background: #ffffff;\r\n margin: 0px;\r\n text-align: left;\r\n -webkit-border-radius: 0;\r\n -moz-border-radius: 0;\r\n -ms-border-radius: 0;\r\n -o-border-radius: 0;\r\n border-radius: 0;\r\n -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);\r\n -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);\r\n -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);\r\n -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);\r\n box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n.rtl div.verticalmenu .dropdown-menu {\r\n text-align: right;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n div.verticalmenu .dropdown-menu {\r\n position: static;\r\n max-width: 100%;\r\n margin: 0 5px;\r\n width: auto !important;\r\n float: none;\r\n clear: both;\r\n padding: 15px;\r\n }\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .menu-title {\r\n text-transform: capitalize;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .widget-subcategories {\r\n margin-bottom: 15px;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .widget-subcategories li a {\r\n -webkit-transition: all 0.2s;\r\n -o-transition: all 0.2s;\r\n transition: all 0.2s;\r\n display: block;\r\n line-height: 20px;\r\n position: relative;\r\n padding: 5px 0;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .widget-subcategories li a:before {\r\n content: '\\f111';\r\n font-family: 'FontAwesome';\r\n font-size: 6px;\r\n -webkit-transition: scale 0.4s;\r\n -o-transition: scale 0.4s;\r\n transition: scale 0.4s;\r\n -webkit-transform: scale(0);\r\n -ms-transform: scale(0);\r\n transform: scale(0);\r\n position: absolute;\r\n top: 4px;\r\n left: 0;\r\n}\r\n\r\n.rtl div.verticalmenu .dropdown-menu .widget-subcategories li a:before {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .widget-subcategories li a:hover {\r\n padding: 5px 0 5px 10px;\r\n}\r\n\r\n.rtl div.verticalmenu .dropdown-menu .widget-subcategories li a:hover {\r\n padding: 5px 10px 5px 0;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .widget-subcategories li a:hover:before {\r\n -webkit-transform: scale(1);\r\n -ms-transform: scale(1);\r\n transform: scale(1);\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .leo-widget .menu-title {\r\n margin-bottom: 10px;\r\n font-size: 14px;\r\n text-transform: uppercase;\r\n color: #000000;\r\n font-weight: 500;\r\n padding-bottom: 10px;\r\n border-bottom: 1px solid #eee;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .leo-widget {\r\n margin-bottom: 10px;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .widget-raw-html {\r\n font-size: 12px;\r\n line-height: 20px;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu ul li {\r\n padding: 4px 0;\r\n line-height: normal;\r\n list-style: none;\r\n display: block;\r\n float: none;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu ul li+.nav-item {\r\n margin-left: 0px;\r\n}\r\n\r\n.rtl div.verticalmenu .dropdown-menu ul li+.nav-item {\r\n margin-right: 0px;\r\n margin-left: inherit;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu ul li a {\r\n color: #777;\r\n font-size: 13px;\r\n font-weight: 300;\r\n padding: 0;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu ul li a .menu-title {\r\n color: #777;\r\n text-transform: capitalize;\r\n font-size: 13px;\r\n font-weight: 300;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu ul li a.nav-link {\r\n padding: 5px 0;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu ul li a.nav-link:after {\r\n right: 10px;\r\n top: 10px;\r\n}\r\n\r\n.rtl div.verticalmenu .dropdown-menu ul li a.nav-link:after {\r\n left: 10px;\r\n right: auto;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu ul li a:hover {\r\n color: #a340ff;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu ul li a:hover .menu-title {\r\n color: #a340ff;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu p {\r\n line-height: 18px;\r\n font-size: 12px;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .leo-menu-video {\r\n width: 100%;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .leo-menu-video iframe {\r\n margin-bottom: 10px;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .dropdown-toggle:hover {\r\n color: #000000;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .dropdown-toggle {\r\n font-weight: bold;\r\n text-transform: uppercase;\r\n line-height: normal;\r\n color: #000000;\r\n font-family: 'Poppins', sans-serif;\r\n font-size: 12px;\r\n}\r\n\r\ndiv.verticalmenu .dropdown-menu .action {\r\n display: none;\r\n}\r\n\r\ndiv.verticalmenu .widget-heading {\r\n color: #000000;\r\n text-transform: uppercase;\r\n font-weight: 600;\r\n}\r\n\r\ndiv.active-hover ul>li:hover>.dropdown-menu {\r\n left: 100%;\r\n top: -1px;\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n display: block;\r\n}\r\n\r\n.rtl div.active-hover ul>li:hover>.dropdown-menu {\r\n right: 100%;\r\n left: auto;\r\n}\r\n\r\n@media (min-width: 992px) and (max-width: 1199px) {\r\n div.active-hover ul>li:hover>.dropdown-menu {\r\n max-width: 690px;\r\n }\r\n}\r\n\r\n.rtl div.active-hover ul>li:hover>.dropdown-menu {\r\n right: 100% !important;\r\n left: auto !important;\r\n}\r\n\r\n/* CANVAS MENU - SHOW CANVAS = YES */\r\n.megamenu-overlay {\r\n cursor: pointer;\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n bottom: 0;\r\n right: 0;\r\n z-index: 999;\r\n visibility: hidden;\r\n background-color: #000000;\r\n background-color: rgba(0, 0, 0, 0.5);\r\n zoom: 1;\r\n background-color: transparent\\9;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n -webkit-transition: all 0.4s ease;\r\n -o-transition: all 0.4s ease;\r\n transition: all 0.4s ease;\r\n}\r\n\r\n.off-canvas body {\r\n position: relative;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n\r\n .off-canvas-active>#page,\r\n .off-canvas-active>.off-canvas-nav-megamenu {\r\n -webkit-transform: translate(0, 0);\r\n -ms-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n position: relative !important;\r\n }\r\n\r\n .off-canvas-button-megamenu {\r\n display: none !important;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .off-canvas-active .megamenu-overlay {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n visibility: visible;\r\n }\r\n}\r\n\r\n.off-canvas-button-megamenu {\r\n color: #000000;\r\n text-align: right;\r\n}\r\n\r\n.rtl .off-canvas-button-megamenu {\r\n text-align: left;\r\n}\r\n\r\n.off-canvas-button-megamenu:hover {\r\n cursor: pointer;\r\n}\r\n\r\n.off-canvas-inactive>#page {\r\n -webkit-transition: all 400ms ease 0s;\r\n -o-transition: all 400ms ease 0s;\r\n transition: all 400ms ease 0s;\r\n}\r\n\r\n.off-canvas-active {\r\n background: #ffffff;\r\n}\r\n\r\n.off-canvas-active>#page {\r\n -webkit-transform: translateX(234px);\r\n -moz-transform: translateX(234px);\r\n -ms-transform: translateX(234px);\r\n -o-transform: translateX(234px);\r\n transform: translateX(234px);\r\n -webkit-transition: all 400ms ease 0s;\r\n -o-transition: all 400ms ease 0s;\r\n transition: all 400ms ease 0s;\r\n}\r\n\r\n.off-canvas-active>.off-canvas-nav-megamenu.active {\r\n left: 0px;\r\n -webkit-transform: translateX(234px);\r\n -moz-transform: translateX(234px);\r\n -ms-transform: translateX(234px);\r\n -o-transform: translateX(234px);\r\n transform: translateX(234px);\r\n -webkit-transition: all 400ms ease 0s;\r\n -o-transition: all 400ms ease 0s;\r\n transition: all 400ms ease 0s;\r\n}\r\n\r\n.rtl .off-canvas-active>.off-canvas-nav-megamenu.active {\r\n right: 0px;\r\n left: auto;\r\n}\r\n\r\n.off-canvas-active #page {\r\n position: fixed;\r\n margin: 0 auto;\r\n max-width: 100%;\r\n}\r\n\r\n.off-canvas-nav-megamenu {\r\n position: absolute;\r\n top: 0px;\r\n width: 0px;\r\n background: #ffffff;\r\n z-index: 999;\r\n left: 0;\r\n -webkit-transition: all 400ms ease 0s;\r\n -o-transition: all 400ms ease 0s;\r\n transition: all 400ms ease 0s;\r\n}\r\n\r\n.rtl .off-canvas-nav-megamenu {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\n.off-canvas-nav-megamenu .navbar-nav {\r\n margin: 0px;\r\n}\r\n\r\n.off-canvas-nav-megamenu .navbar-nav>li {\r\n float: none;\r\n border-bottom: 1px solid #eaeaea;\r\n float: none;\r\n}\r\n\r\n.off-canvas-nav-megamenu .navbar-nav>li+.nav-item {\r\n margin-left: 0px;\r\n}\r\n\r\n.rtl .off-canvas-nav-megamenu .navbar-nav>li+.nav-item {\r\n margin-right: 0px;\r\n margin-left: inherit;\r\n}\r\n\r\n.off-canvas-nav-megamenu .navbar-nav>li>a {\r\n display: inline-block;\r\n color: #000000;\r\n font-size: 15px;\r\n font-weight: 400;\r\n padding: 17px 10px;\r\n}\r\n\r\n.off-canvas-nav-megamenu .navbar-nav>li>a:hover,\r\n.off-canvas-nav-megamenu .navbar-nav>li>a:focus {\r\n background: none;\r\n}\r\n\r\n.off-canvas-nav-megamenu .nav li.dropdown .caret {\r\n cursor: pointer;\r\n position: absolute;\r\n top: 18px;\r\n margin: auto 0;\r\n right: 0;\r\n width: 30px;\r\n height: 20px;\r\n}\r\n\r\n.rtl .off-canvas-nav-megamenu .nav li.dropdown .caret {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n.off-canvas-nav-megamenu .nav li.dropdown .caret:before {\r\n content: '\\f107';\r\n font-family: 'FontAwesome';\r\n color: #000000;\r\n font-size: 15px;\r\n font-weight: normal;\r\n display: block;\r\n text-align: center;\r\n}\r\n\r\n.off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle::after {\r\n display: none;\r\n}\r\n\r\n.off-canvas-nav-megamenu .nav li.open-sub>.caret:before {\r\n content: '\\f106';\r\n}\r\n\r\n.off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret {\r\n top: 6px;\r\n}\r\n\r\n.off-canvas-nav-megamenu .offcanvas-mainnav {\r\n background-color: #ffffff;\r\n position: absolute;\r\n top: 0;\r\n width: 234px;\r\n overflow: hidden;\r\n left: -234px;\r\n}\r\n\r\n.rtl .off-canvas-nav-megamenu .offcanvas-mainnav {\r\n right: -234px;\r\n left: auto;\r\n}\r\n\r\n.off-canvas-nav-megamenu .dropdown-menu {\r\n font-size: 13px;\r\n position: relative;\r\n left: 0;\r\n right: 0;\r\n top: 0;\r\n float: none;\r\n margin: 0;\r\n width: 100% !important;\r\n border: 0;\r\n padding: 0px 10px;\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n -o-box-shadow: none;\r\n -ms-box-shadow: none;\r\n box-shadow: none;\r\n -webkit-border-radius: 0;\r\n -moz-border-radius: 0;\r\n -ms-border-radius: 0;\r\n -o-border-radius: 0;\r\n border-radius: 0;\r\n text-align: left;\r\n}\r\n\r\n.rtl .off-canvas-nav-megamenu .dropdown-menu {\r\n text-align: right;\r\n}\r\n\r\n.off-canvas-nav-megamenu .dropdown-menu ul li {\r\n line-height: 30px;\r\n float: none;\r\n}\r\n\r\n.off-canvas-nav-megamenu .dropdown-menu ul li+.nav-item {\r\n position: relative;\r\n margin-left: 0px;\r\n}\r\n\r\n.rtl .off-canvas-nav-megamenu .dropdown-menu ul li+.nav-item {\r\n margin-right: 0px;\r\n margin-left: inherit;\r\n}\r\n\r\n.off-canvas-nav-megamenu .dropdown-menu ul li>a {\r\n font-weight: 400;\r\n}\r\n\r\n.off-canvas-nav-megamenu .dropdown-sub .menu-title {\r\n font-weight: 500;\r\n margin: 10px 0;\r\n color: #000000;\r\n text-transform: capitalize;\r\n}\r\n\r\n.off-canvas-nav-megamenu ul.nav-links {\r\n padding-left: 7px;\r\n}\r\n\r\n.rtl .off-canvas-nav-megamenu ul.nav-links {\r\n padding-right: 7px;\r\n padding-left: inherit;\r\n}\r\n\r\n.off-canvas-nav-megamenu ul.nav-links li {\r\n line-height: 30px;\r\n}\r\n\r\n.off-canvas-nav-megamenu .mega-col {\r\n width: 100%;\r\n}\r\n\r\n.off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {\r\n padding: 3px 3px 3px 7px;\r\n}\r\n\r\n.rtl .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {\r\n padding: 3px 7px 3px 3px;\r\n}\r\n\r\n/* OFF CANVAS MENU - SHOW CANVAS = NO */\r\n@media (max-width: 991px) {\r\n .leo-megamenu .collapse.in {\r\n text-align: left;\r\n }\r\n\r\n .rtl .leo-megamenu .collapse.in {\r\n text-align: right;\r\n }\r\n\r\n .leo-megamenu .collapse.in .navbar-nav {\r\n text-align: left;\r\n height: auto;\r\n }\r\n\r\n .rtl .leo-megamenu .collapse.in .navbar-nav {\r\n text-align: right;\r\n }\r\n\r\n .leo-megamenu .collapse.in .dropdown>.dropdown-menu {\r\n width: 100% !important;\r\n }\r\n\r\n .leo-megamenu .collapse.in .navbar-nav>li.aligned-fullwidth {\r\n position: relative;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) and (max-width: 991px) {\r\n .leo-megamenu .collapse.in .navbar-nav>li>.dropdown-menu .mega-col {\r\n max-width: 100%;\r\n flex: 0 0 100%;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .leo-megamenu .collapse.in .navbar-nav .nav-item.dropdown.open-sub>.caret:before {\r\n content: '\\f068';\r\n }\r\n\r\n .leo-megamenu .collapse.in .navbar-nav .nav-item.dropdown-submenu .caret:before {\r\n top: -13px;\r\n }\r\n\r\n .leo-megamenu .collapse.in .navbar-nav .nav-item.dropdown-submenu.open-sub>.caret:before {\r\n content: '\\f068';\r\n }\r\n\r\n .leo-megamenu .collapse.in .navbar-nav .dropdown-toggle::after {\r\n display: none;\r\n }\r\n\r\n .leo-megamenu .collapse.in .dropdown-submenu>.dropdown-menu {\r\n width: 100%;\r\n position: relative;\r\n left: 0;\r\n }\r\n\r\n .rtl .leo-megamenu .collapse.in .dropdown-submenu>.dropdown-menu {\r\n right: 0;\r\n left: auto;\r\n }\r\n}\r\n\r\n/*** Responsive part ***/\r\n@media (max-width: 991px) {\r\n .ApMegamenu>.navbar {\r\n position: static;\r\n }\r\n\r\n .leo-megamenu.disable-canvas .navbar-nav {\r\n padding: 15px;\r\n margin: 0;\r\n }\r\n\r\n .leo-megamenu.disable-canvas .navbar-nav>li>a {\r\n padding: 15px 0;\r\n display: inline-block;\r\n vertical-align: top;\r\n }\r\n\r\n .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {\r\n cursor: pointer;\r\n position: absolute;\r\n top: 0;\r\n line-height: 50px;\r\n display: block;\r\n width: 50px;\r\n height: 50px;\r\n right: 0;\r\n text-align: center;\r\n }\r\n\r\n .rtl .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {\r\n left: 0;\r\n right: auto;\r\n }\r\n\r\n .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before {\r\n content: '\\f067';\r\n font-family: 'FontAwesome';\r\n font-size: 14px;\r\n font-weight: normal;\r\n text-align: center;\r\n z-index: 1001;\r\n }\r\n\r\n .leo-megamenu.disable-canvas .leo-top-menu {\r\n background: #fff;\r\n position: absolute;\r\n top: 100%;\r\n z-index: 99;\r\n left: 0;\r\n right: 0;\r\n margin-top: 15px;\r\n -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\r\n -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\r\n -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\r\n -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\r\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\r\n }\r\n\r\n .leo-megamenu.disable-canvas .dropdown-toggle::after {\r\n display: none;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .header-menu {\r\n border-bottom: 1px solid #eee;\r\n position: relative;\r\n }\r\n\r\n .header-menu:before {\r\n content: '';\r\n left: 0px;\r\n right: 0px;\r\n height: 1px;\r\n background: #eee;\r\n position: absolute;\r\n top: 0;\r\n }\r\n}\r\n\r\n.off-canvas-button-megamenu {\r\n color: transparent;\r\n font-size: 0px;\r\n}\r\n\r\n.off-canvas-button-megamenu .off-canvas-nav {\r\n display: inline-block;\r\n width: 30px;\r\n height: 30px;\r\n line-height: 30px;\r\n text-align: center;\r\n font-size: 14px;\r\n color: #222;\r\n}\r\n\r\n.off-canvas-button-megamenu .off-canvas-nav:before {\r\n content: '\\f00d';\r\n font-family: 'FontAwesome';\r\n}\r\n\r\n.leo-widget .widget-html p {\r\n margin-bottom: 0;\r\n}\r\n\r\n.leo-widget .widget-html img {\r\n width: 100%;\r\n max-width: 100%;\r\n height: auto;\r\n}\r\n\r\n.popup-over {\r\n position: relative;\r\n margin: 0 0 0 30px;\r\n float: right;\r\n}\r\n\r\n.rtl .popup-over {\r\n margin: 0 30px 0 0;\r\n}\r\n\r\n.rtl .popup-over {\r\n float: left;\r\n}\r\n\r\n.popup-over a.popup-title {\r\n padding: 10px 0;\r\n display: inline-block;\r\n vertical-align: top;\r\n text-transform: uppercase;\r\n line-height: 24px;\r\n}\r\n\r\n.popup-over a.popup-title:hover {\r\n color: #a340ff;\r\n}\r\n\r\n.popup-over .popup-content {\r\n padding: 10px;\r\n position: absolute;\r\n top: 100%;\r\n background: #ffffff;\r\n border: 1px solid #eaeaea;\r\n min-width: 140px;\r\n z-index: 9999;\r\n display: none;\r\n font-size: 12px;\r\n right: 0;\r\n left: auto;\r\n text-align: left;\r\n border-radius: 0;\r\n -webkit-transition: opacity 0.3s linear 0s;\r\n -o-transition: opacity 0.3s linear 0s;\r\n transition: opacity 0.3s linear 0s;\r\n margin: 0px;\r\n}\r\n\r\n.rtl .popup-over .popup-content {\r\n text-align: right;\r\n}\r\n\r\n.popup-over .popup-content a {\r\n color: #777;\r\n padding: 0px;\r\n}\r\n\r\n.popup-over .popup-content a:hover {\r\n color: #a340ff;\r\n}\r\n\r\n.popup-over .popup-content li {\r\n display: block;\r\n padding: 5px 0px;\r\n}\r\n\r\n.popup-over .popup-content li.current {\r\n color: #a340ff;\r\n}\r\n\r\n.popup-over .popup-content li.current a {\r\n color: #a340ff;\r\n}\r\n\r\n.popup-over:hover {\r\n cursor: pointer;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .popup-over:hover .popup-content {\r\n display: block !important;\r\n }\r\n}\r\n\r\n.popup-over.open .popup-content {\r\n display: block !important;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .popup-over.language-selector-wrapper {\r\n margin: 0;\r\n }\r\n}\r\n\r\n.rtl .popup-over .popup-content {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n/* mini basket */\r\n#cart-block {\r\n position: relative;\r\n float: right;\r\n}\r\n\r\n.rtl #cart-block {\r\n float: left;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n #cart-block {\r\n padding-top: 2px;\r\n }\r\n}\r\n\r\n#cart-block .cart-preview.active a {\r\n color: #a340ff;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n#cart-block .cart-preview .shopping-cart {\r\n vertical-align: middle;\r\n color: #ffffff;\r\n text-align: center;\r\n font-size: 16px;\r\n line-height: 45px;\r\n margin-right: 5px;\r\n width: 45px;\r\n height: 45px;\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n background-color: #15f1f9;\r\n background-image: -webkit-linear-gradient(#15f1f9, #3596f1);\r\n background-image: linear-gradient(#15f1f9, #3596f1);\r\n}\r\n\r\n.rtl #cart-block .cart-preview .shopping-cart {\r\n margin-left: 5px;\r\n margin-right: inherit;\r\n}\r\n\r\n#cart-block .cart-preview .body {\r\n display: none;\r\n}\r\n\r\n.cart-preview .header {\r\n white-space: nowrap;\r\n line-height: 43px;\r\n margin: 1px 0 0;\r\n font-weight: 500;\r\n}\r\n\r\n.cart-preview .header span.hidden-sm-down {\r\n display: inline-block;\r\n vertical-align: top;\r\n height: 43px;\r\n overflow: hidden;\r\n text-transform: uppercase;\r\n padding: 0 0 0 10px;\r\n color: #000;\r\n}\r\n\r\n.rtl .cart-preview .header span.hidden-sm-down {\r\n padding: 0 10px 0 0;\r\n}\r\n\r\n.cart-preview .cart-products-count {\r\n font-size: 14px;\r\n width: 43px;\r\n display: inline-block;\r\n vertical-align: top;\r\n line-height: 43px;\r\n text-align: center;\r\n border: 1px solid #a340ff;\r\n border-radius: 25px;\r\n -webkit-border-radius: 25px;\r\n -moz-border-radius: 25px;\r\n -o-border-radius: 25px;\r\n position: relative;\r\n overflow: hidden;\r\n color: #000;\r\n}\r\n\r\n.cart-preview .cart-products-count span {\r\n z-index: 1;\r\n position: relative;\r\n}\r\n\r\n.cart-preview .cart-products-count:before {\r\n content: '';\r\n position: absolute;\r\n top: 50%;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background: #a340ff;\r\n z-index: 1;\r\n border-bottom-left-radius: 25px;\r\n -webkit-border-bottom-left-radius: 25px;\r\n -moz-border-bottom-left-radius: 25px;\r\n border-bottom-right-radius: 25px;\r\n -webkit-border-bottom-right-radius: 25px;\r\n -moz-border-bottom-right-radius: 25px;\r\n}\r\n\r\n/*** Responsive part ***/\r\n@media (max-width: 767px) {\r\n .language-selector-wrapper .popup-content {\r\n right: auto;\r\n left: 0px;\r\n }\r\n\r\n .rtl .language-selector-wrapper .popup-content {\r\n left: auto;\r\n right: 0px;\r\n }\r\n}\r\n\r\n/* Product List*/\r\n.product_list.list .ajax_block_product {\r\n width: 100%;\r\n}\r\n\r\n.product_list.list .thumbnail-container {\r\n text-align: left;\r\n padding: 15px 0;\r\n margin: 0;\r\n}\r\n\r\n.rtl .product_list.list .thumbnail-container {\r\n text-align: right;\r\n}\r\n\r\n@media (min-width: 481px) {\r\n .product_list.list .thumbnail-container .product-image {\r\n float: left;\r\n float: left;\r\n width: 33.33333%;\r\n text-align: center;\r\n margin: 0;\r\n }\r\n\r\n .rtl .product_list.list .thumbnail-container .product-image {\r\n float: right;\r\n }\r\n\r\n .product_list.list .thumbnail-container .product-meta {\r\n overflow: hidden;\r\n float: left;\r\n width: 66.66667%;\r\n text-align: left;\r\n padding: 10px;\r\n }\r\n\r\n .rtl .product_list.list .thumbnail-container .product-meta {\r\n text-align: right;\r\n }\r\n\r\n .product_list.list .thumbnail-container .product-description-short {\r\n display: inline-block;\r\n }\r\n}\r\n\r\n.product_list.list .leo-wishlist-button-dropdown .leo-list-wishlist {\r\n max-height: 130px;\r\n left: auto;\r\n right: 100%;\r\n bottom: 0;\r\n}\r\n\r\n.rtl .product_list.list .leo-wishlist-button-dropdown .leo-list-wishlist {\r\n left: 100%;\r\n right: auto;\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .product_list.list .button-container .dropdown-menu {\r\n top: 0;\r\n bottom: auto;\r\n right: auto;\r\n left: 100%;\r\n }\r\n\r\n .rtl .product_list.list .button-container .dropdown-menu {\r\n right: 100%;\r\n left: auto;\r\n }\r\n}\r\n\r\n/* Product Grid style */\r\n.thumbnail-container {\r\n position: relative;\r\n margin-bottom: 20px;\r\n}\r\n\r\n.thumbnail-container .highlighted-informations {\r\n margin: 15px 0;\r\n}\r\n\r\n.thumbnail-container .product-image {\r\n position: relative;\r\n text-align: center;\r\n}\r\n\r\n.thumbnail-container .product-meta {\r\n padding: 10px 0;\r\n}\r\n\r\n.thumbnail-container .leo-pro-attr-section,\r\n.thumbnail-container .leo_cart_quantity {\r\n margin: 5px 0;\r\n}\r\n\r\n.thumbnail-container .leo-pro-attr-section .leo-bt-select-attr {\r\n font-size: 12px;\r\n padding: 0 35px 0 10px;\r\n height: 40px;\r\n line-height: 40px;\r\n border: 0;\r\n border-radius: 0;\r\n background: #f5f5f5;\r\n font-weight: normal;\r\n position: relative;\r\n}\r\n\r\n.rtl .thumbnail-container .leo-pro-attr-section .leo-bt-select-attr {\r\n padding: 0 10px 0 35px;\r\n}\r\n\r\n.thumbnail-container .leo-pro-attr-section .leo-bt-select-attr:after {\r\n position: absolute;\r\n top: 17px;\r\n right: 15px;\r\n}\r\n\r\n.rtl .thumbnail-container .leo-pro-attr-section .leo-bt-select-attr:after {\r\n left: 15px;\r\n right: auto;\r\n}\r\n\r\n.thumbnail-container .leo-pro-attr-section .dropdown-menu {\r\n top: auto;\r\n bottom: 100%;\r\n margin: 0;\r\n font-size: 12px;\r\n border-radius: 0;\r\n border: 0;\r\n max-height: 80px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n\r\n.thumbnail-container .leo-pro-attr-section .dropdown-menu .dropdown-item {\r\n display: block;\r\n padding: 12px 10px;\r\n white-space: normal;\r\n}\r\n\r\n.thumbnail-container .leo-more-cdown {\r\n padding: 30px 0 5px;\r\n line-height: 18px;\r\n text-align: left;\r\n}\r\n\r\n.rtl .thumbnail-container .leo-more-cdown {\r\n text-align: right;\r\n}\r\n\r\n.thumbnail-container .leo-more-cdown:after {\r\n content: '';\r\n display: block;\r\n clear: both;\r\n}\r\n\r\n.thumbnail-container .leo-more-cdown li {\r\n width: 25%;\r\n float: left;\r\n}\r\n\r\n.rtl .thumbnail-container .leo-more-cdown li {\r\n float: right;\r\n}\r\n\r\n.thumbnail-container .leo-more-cdown li b {\r\n display: block;\r\n font-weight: 700;\r\n color: #000;\r\n}\r\n\r\n.thumbnail-container .leo-more-cdown li span {\r\n display: block;\r\n}\r\n\r\n.thumbnail-container .product-title {\r\n text-transform: uppercase;\r\n margin-top: 10px;\r\n}\r\n\r\n.thumbnail-container .product-title a {\r\n color: #000;\r\n font-size: 14px;\r\n text-decoration: none;\r\n text-transform: capitalize;\r\n font-weight: 300;\r\n}\r\n\r\n.thumbnail-container .product-title a:hover {\r\n color: #a340ff;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping {\r\n color: #000000;\r\n font-family: 'Poppins', sans-serif;\r\n font-size: 14px;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping .aeuc_before_label {\r\n color: #999;\r\n font-size: 11px;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping .price {\r\n font-weight: 600;\r\n padding: 0 2px;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping .regular-price {\r\n color: #999;\r\n font-size: 13px;\r\n text-decoration: line-through;\r\n font-weight: 400;\r\n padding: 0 2px;\r\n}\r\n\r\n.thumbnail-container .product-price-and-shipping .aeuc_unit_price_label {\r\n display: inline-block;\r\n}\r\n\r\n.thumbnail-container .discount-percentage {\r\n display: inline-block;\r\n padding: 0 5px;\r\n color: #ffffff;\r\n background: #ff708e;\r\n font-size: 12px;\r\n font-weight: 400;\r\n line-height: 20px;\r\n border-radius: 2px;\r\n display: none;\r\n}\r\n\r\n.thumbnail-container .product-additional {\r\n position: absolute;\r\n top: 0px;\r\n visibility: hidden;\r\n left: 0px;\r\n width: 100%;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n}\r\n\r\n.thumbnail-container .comments_note {\r\n color: #acaaa6;\r\n}\r\n\r\n.thumbnail-container .variant-links {\r\n width: 100%;\r\n padding-top: 3px;\r\n min-height: 40px;\r\n}\r\n\r\n.thumbnail-container .product-description-short {\r\n display: none;\r\n line-height: 20px;\r\n}\r\n\r\n.thumbnail-container:hover .product-additional {\r\n visibility: visible;\r\n -webkit-transition: all 0.5s ease 0s;\r\n -o-transition: all 0.5s ease 0s;\r\n transition: all 0.5s ease 0s;\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n}\r\n\r\n.thumbnail-container:hover .leo-more-info {\r\n width: 90px;\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n right: -90px;\r\n}\r\n\r\n.rtl .thumbnail-container:hover .leo-more-info {\r\n left: -90px;\r\n right: auto;\r\n}\r\n\r\n.product_block.last_item .thumbnail-container .leo-more-info {\r\n right: auto;\r\n left: 0px;\r\n}\r\n\r\n.product_block.last_item .thumbnail-container:hover .leo-more-info {\r\n right: auto;\r\n left: -90px;\r\n}\r\n\r\n.product-flags {\r\n margin: 0px;\r\n position: absolute;\r\n top: 10px;\r\n left: 10px;\r\n text-align: left;\r\n}\r\n\r\n.rtl .product-flags {\r\n right: 10px;\r\n left: auto;\r\n}\r\n\r\n.rtl .product-flags {\r\n text-align: right;\r\n}\r\n\r\n.product-flags .product-flag {\r\n display: inline-block;\r\n vertical-align: top;\r\n padding: 0 8px;\r\n color: #fff;\r\n background: #333;\r\n text-transform: uppercase;\r\n font-size: 11px;\r\n font-weight: 400;\r\n line-height: 20px;\r\n margin: 0 5px 5px 0;\r\n border-radius: 2px;\r\n}\r\n\r\n.rtl .product-flags .product-flag {\r\n margin: 0 0 5px 5px;\r\n}\r\n\r\n.product-flags .product-flag.online-only {\r\n background: #ff9a52;\r\n}\r\n\r\n.product-flags .product-flag.new {\r\n background: #15cac3;\r\n}\r\n\r\n.product-flags .product-flag.on-sale {\r\n background: #5bc0de;\r\n}\r\n\r\n.product-flags .product-flag.discount {\r\n background: #a51818;\r\n}\r\n\r\n.aeuc_unit_price_label {\r\n font-size: 12px;\r\n color: #888;\r\n}\r\n\r\n.thumbnail-container .button-container {\r\n position: relative;\r\n}\r\n\r\n.thumbnail-container .button-container .leo-bt-select-attr,\r\n.thumbnail-container .button-container .qty_product {\r\n font-size: 10px;\r\n border-radius: 0;\r\n height: 40px;\r\n padding: 0 10px;\r\n line-height: 40px;\r\n background: #fff;\r\n outline: 0;\r\n border: 1px solid #f1f1f1;\r\n bottom: -1px;\r\n position: relative;\r\n color: #888;\r\n}\r\n\r\n.thumbnail-container .button-container .leo-bt-select-attr span,\r\n.thumbnail-container .button-container .qty_product span {\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n display: block;\r\n}\r\n\r\n.thumbnail-container .button-container .leo-bt-select-attr:hover,\r\n.thumbnail-container .button-container .qty_product:hover {\r\n color: #333;\r\n}\r\n\r\n.thumbnail-container .button-container .leo-bt-select-attr {\r\n padding: 0 30px 0 10px;\r\n}\r\n\r\n.rtl .thumbnail-container .button-container .leo-bt-select-attr {\r\n padding: 0 10px 0 30px;\r\n}\r\n\r\n.thumbnail-container .button-container .leo-bt-select-attr:after {\r\n position: absolute;\r\n top: 15px;\r\n right: 10px;\r\n}\r\n\r\n.rtl .thumbnail-container .button-container .leo-bt-select-attr:after {\r\n left: 10px;\r\n right: auto;\r\n}\r\n\r\n.thumbnail-container .button-container .leo-pro-attr-section,\r\n.thumbnail-container .button-container .qty_product {\r\n position: absolute;\r\n left: 0;\r\n visibility: hidden;\r\n -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);\r\n -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);\r\n transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);\r\n width: 100%;\r\n min-width: 150px;\r\n text-align: center;\r\n background: #fff;\r\n outline: 0;\r\n}\r\n\r\n.rtl .thumbnail-container .button-container .leo-pro-attr-section,\r\n.rtl .thumbnail-container .button-container .qty_product {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\n.thumbnail-container .button-container .leo-pro-attr-section {\r\n top: -80px;\r\n}\r\n\r\n.thumbnail-container .button-container .qty_product {\r\n top: -40px;\r\n}\r\n\r\n.thumbnail-container .button-container:hover .leo-pro-attr-section,\r\n.thumbnail-container .button-container:hover .qty_product {\r\n visibility: visible;\r\n}\r\n\r\n.thumbnail-container .leo-wishlist-button-dropdown .leo-list-wishlist {\r\n top: auto;\r\n bottom: 100%;\r\n left: auto;\r\n right: 0;\r\n}\r\n\r\n.rtl .thumbnail-container .leo-wishlist-button-dropdown .leo-list-wishlist {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n.thumbnail-container .nb-revews {\r\n display: none;\r\n}\r\n\r\n.thumbnail-container .leo-bt-cart {\r\n color: #222;\r\n background: none !important;\r\n padding: 0;\r\n height: 34px;\r\n line-height: 34px;\r\n border: 0;\r\n font-size: 14px;\r\n}\r\n\r\n@media (min-width: 481px) and (max-width: 991px) {\r\n .thumbnail-container .leo-bt-cart {\r\n font-size: 12px;\r\n }\r\n}\r\n\r\n.thumbnail-container .leo-bt-cart.disabled {\r\n color: #666;\r\n}\r\n\r\n.thumbnail-container .leo-bt-cart:hover,\r\n.thumbnail-container .leo-bt-cart:active,\r\n.thumbnail-container .leo-bt-cart:focus {\r\n color: #a340ff;\r\n}\r\n\r\n.thumbnail-container .leo-bt-cart i {\r\n display: none;\r\n font-size: 16px;\r\n}\r\n\r\n.thumbnail-container .leo-wishlist-button {\r\n overflow: hidden;\r\n}\r\n\r\n.thumbnail-container .quick-view {\r\n font-size: 0px;\r\n}\r\n\r\n.thumbnail-container .quick-view i {\r\n font-size: 16px;\r\n}\r\n\r\n.thumbnail-container .leo-wishlist-button,\r\n.thumbnail-container .quick-view,\r\n.thumbnail-container .leo-compare-button {\r\n margin: 0;\r\n padding: 0;\r\n outline: 0;\r\n border: 0;\r\n border-radius: 0;\r\n display: inline-block;\r\n vertical-align: top;\r\n width: 30px;\r\n height: 34px;\r\n line-height: 34px;\r\n text-align: center;\r\n position: relative;\r\n color: #000;\r\n background: none !important;\r\n}\r\n\r\n.thumbnail-container .leo-wishlist-button i,\r\n.thumbnail-container .quick-view i,\r\n.thumbnail-container .leo-compare-button i {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n margin: auto;\r\n text-align: center;\r\n line-height: 34px;\r\n font-size: 16px;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.thumbnail-container .leo-wishlist-button span span,\r\n.thumbnail-container .quick-view span span,\r\n.thumbnail-container .leo-compare-button span span {\r\n display: none;\r\n}\r\n\r\n.thumbnail-container .leo-wishlist-button .cssload-speeding-wheel,\r\n.thumbnail-container .quick-view .cssload-speeding-wheel,\r\n.thumbnail-container .leo-compare-button .cssload-speeding-wheel {\r\n position: absolute;\r\n background: #fff;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n margin: auto;\r\n}\r\n\r\n.thumbnail-container .leo-wishlist-button:hover,\r\n.thumbnail-container .leo-wishlist-button.added,\r\n.thumbnail-container .quick-view:hover,\r\n.thumbnail-container .quick-view.added,\r\n.thumbnail-container .leo-compare-button:hover,\r\n.thumbnail-container .leo-compare-button.added {\r\n color: #a340ff;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .thumbnail-container:hover .p-action .p-top {\r\n -webkit-transform: translateY(-100%);\r\n -moz-transform: translateY(-100%);\r\n -ms-transform: translateY(-100%);\r\n -o-transform: translateY(-100%);\r\n transform: translateY(-100%);\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n visibility: hidden;\r\n }\r\n\r\n .thumbnail-container:hover .p-action .p-bottom {\r\n -webkit-transform: translateY(-100%);\r\n -moz-transform: translateY(-100%);\r\n -ms-transform: translateY(-100%);\r\n -o-transform: translateY(-100%);\r\n transform: translateY(-100%);\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n visibility: visible;\r\n }\r\n}\r\n\r\n.p-action {\r\n position: relative;\r\n z-index: 1;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .p-action {\r\n min-height: 34px;\r\n }\r\n}\r\n\r\n.p-action .p-top {\r\n position: relative;\r\n padding: 0 70px 0 0;\r\n min-height: 34px;\r\n width: 100%;\r\n -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);\r\n -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);\r\n transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);\r\n}\r\n\r\n.rtl .p-action .p-top {\r\n padding: 0 0 0 70px;\r\n}\r\n\r\n.p-action .p-top .leo-list-product-reviews {\r\n position: absolute;\r\n top: 3px;\r\n right: 0;\r\n}\r\n\r\n.rtl .p-action .p-top .leo-list-product-reviews {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .p-action .p-bottom {\r\n position: absolute;\r\n top: 100%;\r\n left: 0;\r\n right: 0;\r\n min-height: 34px;\r\n -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);\r\n -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);\r\n transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n visibility: hidden;\r\n }\r\n}\r\n\r\n.p-action .p-bottom:after {\r\n content: '';\r\n display: block;\r\n clear: both;\r\n}\r\n\r\n.p-action .p-bottom .button-container {\r\n float: left;\r\n}\r\n\r\n.rtl .p-action .p-bottom .button-container {\r\n float: right;\r\n}\r\n\r\n.p-action .p-bottom .leo-wishlist-button,\r\n.p-action .p-bottom .quickview,\r\n.p-action .p-bottom .leo-compare-button,\r\n.p-action .p-bottom .leo-wishlist-button-dropdown {\r\n float: right;\r\n}\r\n\r\n.rtl .p-action .p-bottom .leo-wishlist-button,\r\n.rtl .p-action .p-bottom .quickview,\r\n.rtl .p-action .p-bottom .leo-compare-button,\r\n.rtl .p-action .p-bottom .leo-wishlist-button-dropdown {\r\n float: left;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container {\r\n min-width: 250px;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container,\r\n.leo-wishlist-product .thumbnail-container {\r\n margin: 0;\r\n text-align: center;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .button-container,\r\n.leo-wishlist-product .thumbnail-container .button-container {\r\n text-align: center;\r\n padding: 10px 0;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .product_desc,\r\n.leo-wishlist-product .thumbnail-container .product_desc {\r\n margin-bottom: 10px;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .product-price-and-shipping .discount-percentage,\r\n.leo-wishlist-product .thumbnail-container .product-price-and-shipping .discount-percentage {\r\n background: #a340ff;\r\n color: #fff;\r\n position: static;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .product-flags,\r\n.leo-wishlist-product .thumbnail-container .product-flags {\r\n padding: 0;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .product-thumbnail img,\r\n.leo-wishlist-product .thumbnail-container .product-thumbnail img {\r\n max-width: 100%;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,\r\n.leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {\r\n position: absolute;\r\n top: 15px;\r\n right: 10px;\r\n}\r\n\r\n.rtl .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,\r\n.rtl .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {\r\n left: 10px;\r\n right: auto;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .product-title a,\r\n.leo-wishlist-product .thumbnail-container .product-title a {\r\n font-size: 16px;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .leo-pro-attr-section,\r\n.leo-productscompare-item .thumbnail-container .qty_product,\r\n.leo-wishlist-product .thumbnail-container .leo-pro-attr-section,\r\n.leo-wishlist-product .thumbnail-container .qty_product {\r\n margin: 1px 0;\r\n text-align: center;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .product-flags,\r\n.leo-wishlist-product .thumbnail-container .product-flags {\r\n position: absolute;\r\n top: 10px;\r\n left: 10px;\r\n right: 10px;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .product-flags li,\r\n.leo-wishlist-product .thumbnail-container .product-flags li {\r\n display: inline-block;\r\n vertical-align: top;\r\n padding: 0 10px;\r\n background: #999;\r\n color: #fff;\r\n height: 25px;\r\n line-height: 25px;\r\n margin: 2px;\r\n font-size: 12px;\r\n position: static;\r\n float: left;\r\n}\r\n\r\n.rtl .leo-productscompare-item .thumbnail-container .product-flags li,\r\n.rtl .leo-wishlist-product .thumbnail-container .product-flags li {\r\n float: right;\r\n}\r\n\r\n.leo-productscompare-item .thumbnail-container .product-flags li.new,\r\n.leo-wishlist-product .thumbnail-container .product-flags li.new {\r\n background: #a340ff;\r\n}\r\n\r\n.leo-wishlist-product .thumbnail-container {\r\n max-width: 100%;\r\n}\r\n\r\n.list-wishlist {\r\n overflow-x: auto;\r\n}\r\n\r\n.list-wishlist .table th {\r\n font-family: 'Poppins', sans-serif;\r\n}\r\n\r\n.leo-wishlist-product {\r\n display: block !important;\r\n}\r\n\r\n.leo-wishlist-product .leo-wishlistproduct-item {\r\n padding: 0 15px;\r\n width: 25%;\r\n float: left;\r\n}\r\n\r\n.rtl .leo-wishlist-product .leo-wishlistproduct-item {\r\n float: right;\r\n}\r\n\r\n.leo-wishlist-product .leo-wishlistproduct-item .form-group label {\r\n text-align: center;\r\n display: block;\r\n color: #999;\r\n}\r\n\r\n.leo-wishlist-product .leo-wishlistproduct-item .product-description {\r\n margin-top: 10px;\r\n}\r\n\r\n.leo-wishlist-product .leo-wishlistproduct-item .form-control {\r\n text-align: center;\r\n border: 1px solid #eee;\r\n outline: 0;\r\n}\r\n\r\n.leo-wishlist-product .leo-wishlistproduct-item .form-control:focus,\r\n.leo-wishlist-product .leo-wishlistproduct-item .form-control:hover {\r\n border-color: #666;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .leo-wishlist-product .leo-wishlistproduct-item:nth-child(4n + 1) {\r\n clear: both;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) and (min-width: 768px) {\r\n .leo-wishlist-product .leo-wishlistproduct-item {\r\n width: 33.33%;\r\n }\r\n\r\n .leo-wishlist-product .leo-wishlistproduct-item:nth-child(3n + 1) {\r\n clear: both;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) and (min-width: 481px) {\r\n .leo-wishlist-product .leo-wishlistproduct-item {\r\n width: 50%;\r\n }\r\n\r\n .leo-wishlist-product .leo-wishlistproduct-item:nth-child(2n + 1) {\r\n clear: both;\r\n }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n .leo-wishlist-product .leo-wishlistproduct-item {\r\n width: 100%;\r\n }\r\n}\r\n\r\nh5.modal-title {\r\n font-weight: 400;\r\n}\r\n\r\n.dropdown .expand-more {\r\n cursor: pointer;\r\n -webkit-user-select: none;\r\n -moz-user-select: none;\r\n -ms-user-select: none;\r\n user-select: none;\r\n}\r\n\r\n.dropdown .active {\r\n max-height: 200px;\r\n overflow-y: hidden;\r\n visibility: visible;\r\n}\r\n\r\n.dropdown select {\r\n -moz-appearance: none;\r\n border: 0 none;\r\n outline: 0 none;\r\n color: #414141;\r\n background: white;\r\n}\r\n\r\n.dropdown-item:focus,\r\n.dropdown-item:hover {\r\n background: none;\r\n text-decoration: none;\r\n color: #3387f2;\r\n}\r\n\r\n.search-widget {\r\n width: 100%;\r\n z-index: 1;\r\n}\r\n\r\n.search-widget form {\r\n position: relative;\r\n}\r\n\r\n.search-widget form input[type='text'] {\r\n border: 2px solid #333b48;\r\n padding: 12px 10px;\r\n max-width: 570px;\r\n width: 100%;\r\n background: white;\r\n color: #414141;\r\n font-weight: 300;\r\n -webkit-border-radius: 2px;\r\n -moz-border-radius: 2px;\r\n -ms-border-radius: 2px;\r\n -o-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n\r\n.search-widget form input[type='text']:focus {\r\n outline: 3px #3387f2 solid;\r\n color: #414141;\r\n background: white;\r\n}\r\n\r\n.search-widget form input[type='text']:focus+button {\r\n background: #3387f2;\r\n}\r\n\r\n.search-widget form input[type='text']::-webkit-input-placeholder {\r\n color: rgba(65, 65, 65, 0.5);\r\n text-indent: 10px;\r\n}\r\n\r\n.search-widget form input[type='text']::-moz-placeholder {\r\n color: rgba(65, 65, 65, 0.5);\r\n text-indent: 10px;\r\n}\r\n\r\n.search-widget form input[type='text']:-moz-placeholder {\r\n color: rgba(65, 65, 65, 0.5);\r\n text-indent: 10px;\r\n}\r\n\r\n.search-widget form input[type='text']:-ms-input-placeholder {\r\n color: rgba(65, 65, 65, 0.5);\r\n text-indent: 10px;\r\n}\r\n\r\n.search-widget form button[type='submit'] {\r\n position: absolute;\r\n background: #333b48;\r\n border: none;\r\n bottom: 3px;\r\n color: white;\r\n padding: 0px;\r\n font-size: 19px;\r\n width: 39px;\r\n height: 39px;\r\n right: 3px;\r\n -webkit-border-radius: 2px;\r\n -moz-border-radius: 2px;\r\n -ms-border-radius: 2px;\r\n -o-border-radius: 2px;\r\n border-radius: 2px;\r\n}\r\n\r\n.rtl .search-widget form button[type='submit'] {\r\n left: 3px;\r\n right: auto;\r\n}\r\n\r\n.search-widget form button[type='submit']:hover {\r\n background: #3387f2;\r\n}\r\n\r\n.search-widget .popup-content {\r\n background: none;\r\n border: none;\r\n min-width: inherit;\r\n padding: 0;\r\n}\r\n\r\n#checkout #search_widget {\r\n display: none;\r\n /* Not ideal solution by allows to reuse same hooks/templates */\r\n}\r\n\r\n#pagenotfound .page-content #search_widget {\r\n width: 100%;\r\n}\r\n\r\n/*** Responsive part ***/\r\n@media (max-width: 1199px) {\r\n .search-widget {\r\n margin-bottom: 20px;\r\n }\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .search-widget .popup-content {\r\n display: block;\r\n position: inherit;\r\n }\r\n}\r\n\r\n@media (max-width: 575px) {\r\n .search-widget {\r\n float: none;\r\n display: inline-block;\r\n margin-bottom: 0;\r\n }\r\n\r\n .search-widget form input[type='text'] {\r\n min-width: 100%;\r\n }\r\n}\r\n\r\n.top-menu[data-depth='1'] {\r\n margin: 10px;\r\n}\r\n\r\n.top-menu a:not([data-depth='0']) {\r\n display: block;\r\n padding: 10px;\r\n color: #acaaa6;\r\n font-weight: 400;\r\n}\r\n\r\n.top-menu a.dropdown-submenu {\r\n color: #414141;\r\n text-transform: uppercase;\r\n font-weight: 600;\r\n}\r\n\r\n.top-menu a[data-depth='0'] {\r\n font-weight: 600;\r\n padding: 3px 10px 6px;\r\n}\r\n\r\n#header .top-menu a[data-depth='0']:hover {\r\n color: #3387f2;\r\n text-decoration: none;\r\n}\r\n\r\n.top-menu a[data-depth='1'],\r\n.top-menu a[data-depth='2'] {\r\n padding: 0 10px 10px 0;\r\n}\r\n\r\n.top-menu .collapse {\r\n display: inherit;\r\n}\r\n\r\n.top-menu .sub-menu {\r\n box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);\r\n border: none;\r\n margin-left: 15px;\r\n width: calc(100% - 30px);\r\n min-width: calc(100% - 30px);\r\n z-index: 18;\r\n display: none;\r\n}\r\n\r\n.top-menu .sub-menu.collapse {\r\n display: none;\r\n}\r\n\r\n.top-menu .sub-menu ul[data-depth='1']>li {\r\n float: left;\r\n margin: 0 20px;\r\n}\r\n\r\n.top-menu .sub-menu a:hover {\r\n color: #3387f2;\r\n}\r\n\r\n.top-menu .popover {\r\n max-width: inherit;\r\n}\r\n\r\n.popover.bs-tether-element-attached-top {\r\n margin-top: 0;\r\n}\r\n\r\n#mobile_top_menu_wrapper {\r\n margin-top: 10px;\r\n padding-bottom: 10px;\r\n background: white;\r\n}\r\n\r\n#mobile_top_menu_wrapper #top-menu {\r\n margin-bottom: 10px;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu {\r\n color: #414141;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded='true'] .add {\r\n display: none;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded='true'] .remove {\r\n display: block;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {\r\n display: none;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .navbar-toggler {\r\n display: inline-block;\r\n padding: 0;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu a[data-depth='0'] {\r\n padding: 10px;\r\n border-bottom: 1px solid #f6f6f6;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .collapse {\r\n display: none;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .collapse.in {\r\n display: block;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu {\r\n box-shadow: none;\r\n z-index: inherit;\r\n display: block;\r\n position: static;\r\n overflow: hidden;\r\n margin-left: 0;\r\n width: 100%;\r\n min-width: 100%;\r\n background: #f6f6f6;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {\r\n display: none;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {\r\n display: block;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='0']>li {\r\n border-bottom: 1px solid #acaaa6;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1'] {\r\n margin: 0;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1']>li {\r\n float: none;\r\n margin: 0;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1']>li a {\r\n text-transform: none;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu ul {\r\n padding: 0;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu li>a {\r\n padding: 10px;\r\n border-bottom: 1px solid white;\r\n font-weight: bold;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='2'] li a {\r\n padding-left: 20px;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='3'] li a {\r\n padding-left: 40px;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='4'] li a {\r\n padding-left: 60px;\r\n}\r\n\r\n#mobile_top_menu_wrapper .top-menu .popover {\r\n border-radius: 0;\r\n}\r\n\r\n#mobile_top_menu_wrapper .js-top-menu-bottom a {\r\n color: #acaaa6;\r\n}\r\n\r\n#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {\r\n padding: 10px;\r\n}\r\n\r\n#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {\r\n display: inline;\r\n}\r\n\r\n#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {\r\n padding: 10px;\r\n}\r\n\r\n#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {\r\n padding: 10px;\r\n}\r\n\r\n#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {\r\n padding: 0 10px;\r\n}\r\n\r\n#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {\r\n padding: 10px 0;\r\n display: block;\r\n width: 100%;\r\n}\r\n\r\nbody#checkout [data-action='show-password'] {\r\n background: #878787;\r\n}\r\n\r\nbody#checkout .custom-checkbox span {\r\n margin-top: 0px;\r\n}\r\n\r\nbody#checkout section#content {\r\n margin-bottom: 25px;\r\n}\r\n\r\nbody#checkout .container {\r\n min-height: 100%;\r\n}\r\n\r\nbody#checkout section.checkout-step {\r\n -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n background-color: white;\r\n border: 1px solid #eaeaea;\r\n padding: 15px;\r\n}\r\n\r\n@media (max-width: 480px) {\r\n body#checkout section.checkout-step {\r\n padding: 10px;\r\n }\r\n}\r\n\r\nbody#checkout section.checkout-step .step-title {\r\n text-transform: uppercase;\r\n cursor: pointer;\r\n margin-bottom: 0;\r\n}\r\n\r\n@media (max-width: 480px) {\r\n body#checkout section.checkout-step .step-title {\r\n font-size: 16px;\r\n }\r\n}\r\n\r\nbody#checkout section.checkout-step .content {\r\n padding: 0 10px;\r\n}\r\n\r\nbody#checkout section.checkout-step .step-edit {\r\n text-transform: lowercase;\r\n font-weight: normal;\r\n}\r\n\r\nbody#checkout section.checkout-step .step-edit .edit {\r\n font-size: 12px;\r\n}\r\n\r\nbody#checkout section.checkout-step .not-allowed {\r\n cursor: not-allowed;\r\n opacity: 0.5;\r\n filter: alpha(opacity=50);\r\n}\r\n\r\nbody#checkout section.checkout-step .content,\r\nbody#checkout section.checkout-step .done,\r\nbody#checkout section.checkout-step .step-edit {\r\n display: none;\r\n}\r\n\r\nbody#checkout section.checkout-step.-current .content {\r\n display: block;\r\n}\r\n\r\nbody#checkout section.checkout-step.-current.-reachable.-complete .done,\r\nbody#checkout section.checkout-step.-current.-reachable.-complete .step-edit {\r\n display: none;\r\n}\r\n\r\nbody#checkout section.checkout-step.-current.-reachable.-complete .step-number {\r\n display: inline-block;\r\n}\r\n\r\nbody#checkout section.checkout-step.-current.-reachable.-complete .content {\r\n display: block;\r\n}\r\n\r\nbody#checkout section.checkout-step.-reachable.-complete h1 .done {\r\n display: inline-block;\r\n}\r\n\r\nbody#checkout section.checkout-step.-reachable.-complete h1 .step-number {\r\n display: none;\r\n}\r\n\r\nbody#checkout section.checkout-step.-reachable.-complete h1 .step-edit {\r\n cursor: pointer;\r\n display: block;\r\n float: right;\r\n margin-right: 2px;\r\n}\r\n\r\n.rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {\r\n float: left;\r\n}\r\n\r\n.rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {\r\n margin-left: 2px;\r\n margin-right: inherit;\r\n}\r\n\r\nbody#checkout section.checkout-step.-reachable.-complete .content {\r\n display: none;\r\n}\r\n\r\nbody#checkout section.checkout-step .default-input {\r\n min-width: 40%;\r\n}\r\n\r\nbody#checkout section.checkout-step .default-input[name='address1'],\r\nbody#checkout section.checkout-step .default-input[name='address2'] {\r\n min-width: 60%;\r\n}\r\n\r\nbody#checkout section.checkout-step .radio-field {\r\n margin-top: 30px;\r\n}\r\n\r\nbody#checkout section.checkout-step .radio-field label {\r\n display: inline;\r\n}\r\n\r\nbody#checkout section.checkout-step .checkbox-field div {\r\n margin-top: 60px;\r\n}\r\n\r\nbody#checkout section.checkout-step .checkbox-field+.checkbox-field div {\r\n margin-top: 0;\r\n}\r\n\r\nbody#checkout section.checkout-step .select-field div {\r\n background: #f6f6f6;\r\n padding: 10px 50px;\r\n}\r\n\r\nbody#checkout section.checkout-step .form-footer {\r\n text-align: center;\r\n}\r\n\r\nbody#checkout section.checkout-step #conditions-to-approve {\r\n padding-top: 16px;\r\n}\r\n\r\nbody#checkout section.checkout-step .payment-options label {\r\n display: table-cell;\r\n padding-top: 3px;\r\n}\r\n\r\nbody#checkout section.checkout-step .payment-options .custom-radio {\r\n margin-right: 20px;\r\n}\r\n\r\n.rtl body#checkout section.checkout-step .payment-options .custom-radio {\r\n margin-left: 20px;\r\n margin-right: inherit;\r\n}\r\n\r\nbody#checkout section.checkout-step .payment-options .payment-option {\r\n margin-bottom: 8px;\r\n}\r\n\r\nbody#checkout section.checkout-step .step-number {\r\n display: inline-block;\r\n padding: 10px;\r\n}\r\n\r\nbody#checkout section.checkout-step .address-selector {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-pack: justify;\r\n -moz-box-pack: justify;\r\n box-pack: justify;\r\n -webkit-justify-content: space-between;\r\n -moz-justify-content: space-between;\r\n -ms-justify-content: space-between;\r\n -o-justify-content: space-between;\r\n justify-content: space-between;\r\n -ms-flex-pack: justify;\r\n -webkit-box-align: start;\r\n -moz-box-align: start;\r\n box-align: start;\r\n -webkit-align-items: flex-start;\r\n -moz-align-items: flex-start;\r\n -ms-align-items: flex-start;\r\n -o-align-items: flex-start;\r\n align-items: flex-start;\r\n -ms-flex-align: start;\r\n -webkit-box-lines: multiple;\r\n -moz-box-lines: multiple;\r\n box-lines: multiple;\r\n -webkit-flex-wrap: wrap;\r\n -moz-flex-wrap: wrap;\r\n -ms-flex-wrap: wrap;\r\n flex-wrap: wrap;\r\n}\r\n\r\nbody#checkout section.checkout-step .address-item {\r\n background: #f6f6f6;\r\n -webkit-box-flex: 0;\r\n -moz-box-flex: 0;\r\n box-flex: 0;\r\n -webkit-flex: 0 0 49%;\r\n -moz-flex: 0 0 49%;\r\n -ms-flex: 0 0 49%;\r\n flex: 0 0 49%;\r\n margin-bottom: 10px;\r\n}\r\n\r\nbody#checkout section.checkout-step .address-item.selected {\r\n background: white;\r\n border: #3387f2 3px solid;\r\n}\r\n\r\nbody#checkout section.checkout-step .address-alias {\r\n display: inline-block;\r\n font-weight: 600;\r\n margin-bottom: 10px;\r\n}\r\n\r\nbody#checkout section.checkout-step .address {\r\n margin-left: 25px;\r\n font-weight: normal;\r\n}\r\n\r\n.rtl body#checkout section.checkout-step .address {\r\n margin-right: 25px;\r\n margin-left: inherit;\r\n}\r\n\r\nbody#checkout section.checkout-step .radio-block {\r\n padding: 15px;\r\n text-align: left;\r\n}\r\n\r\n.rtl body#checkout section.checkout-step .radio-block {\r\n text-align: right;\r\n}\r\n\r\nbody#checkout section.checkout-step .custom-radio {\r\n margin-right: 5px;\r\n}\r\n\r\n.rtl body#checkout section.checkout-step .custom-radio {\r\n margin-left: 0;\r\n margin-right: inherit;\r\n}\r\n\r\nbody#checkout section.checkout-step .custom-radio input[type='radio'] {\r\n width: 20px;\r\n height: 20px;\r\n}\r\n\r\nbody#checkout section.checkout-step .delete-address,\r\nbody#checkout section.checkout-step .edit-address {\r\n display: inline-block;\r\n margin: 0 5px;\r\n}\r\n\r\nbody#checkout section.checkout-step .delete-address .delete,\r\nbody#checkout section.checkout-step .delete-address .edit,\r\nbody#checkout section.checkout-step .edit-address .delete,\r\nbody#checkout section.checkout-step .edit-address .edit {\r\n font-size: 12px;\r\n}\r\n\r\nbody#checkout section.checkout-step hr {\r\n margin: 0;\r\n}\r\n\r\nbody#checkout section.checkout-step .address-footer {\r\n text-align: center;\r\n padding: 10px;\r\n}\r\n\r\nbody#checkout section.checkout-step #delivery-addresses,\r\nbody#checkout section.checkout-step #invoice-addresses {\r\n margin-top: 20px;\r\n}\r\n\r\nbody#checkout section.checkout-step .add-address {\r\n margin-top: 20px;\r\n}\r\n\r\nbody#checkout section.checkout-step .add-address a i {\r\n font-size: 14px;\r\n}\r\n\r\nbody#checkout section.checkout-step .delivery-option {\r\n background: #f6f6f6;\r\n padding: 15px 0;\r\n margin: 0 0 20px;\r\n}\r\n\r\nbody#checkout section.checkout-step .delivery-option label {\r\n text-align: inherit;\r\n}\r\n\r\nbody#checkout section.checkout-step .carrier-delay,\r\nbody#checkout section.checkout-step .carrier-name {\r\n display: inline-block;\r\n word-break: break-word;\r\n text-align: left;\r\n}\r\n\r\n.rtl body#checkout section.checkout-step .carrier-delay,\r\n.rtl body#checkout section.checkout-step .carrier-name {\r\n text-align: right;\r\n}\r\n\r\nbody#checkout section.checkout-step #customer-form,\r\nbody#checkout section.checkout-step #delivery-address,\r\nbody#checkout section.checkout-step #invoice-address,\r\nbody#checkout section.checkout-step #login-form {\r\n margin-left: 5px;\r\n margin-top: 25px;\r\n}\r\n\r\nbody#checkout section.checkout-step #customer-form .form-control-label,\r\nbody#checkout section.checkout-step #delivery-address .form-control-label,\r\nbody#checkout section.checkout-step #invoice-address .form-control-label,\r\nbody#checkout section.checkout-step #login-form .form-control-label {\r\n text-align: left;\r\n}\r\n\r\n.rtl body#checkout section.checkout-step #customer-form .form-control-label,\r\n.rtl body#checkout section.checkout-step #delivery-address .form-control-label,\r\n.rtl body#checkout section.checkout-step #invoice-address .form-control-label,\r\n.rtl body#checkout section.checkout-step #login-form .form-control-label {\r\n text-align: right;\r\n}\r\n\r\nbody#checkout section.checkout-step #customer-form .radio-inline,\r\nbody#checkout section.checkout-step #delivery-address .radio-inline,\r\nbody#checkout section.checkout-step #invoice-address .radio-inline,\r\nbody#checkout section.checkout-step #login-form .radio-inline {\r\n padding: 0;\r\n}\r\n\r\nbody#checkout section.checkout-step .sign-in {\r\n font-size: 13px;\r\n}\r\n\r\nbody#checkout .additional-information {\r\n font-size: 13px;\r\n margin-top: 20px;\r\n}\r\n\r\n@media (max-width: 480px) {\r\n body#checkout .additional-information {\r\n font-size: 11px;\r\n }\r\n\r\n body#checkout .additional-information dl {\r\n display: block;\r\n }\r\n}\r\n\r\nbody#checkout .condition-label {\r\n margin-top: 10px;\r\n padding: 0 0 0 30px;\r\n}\r\n\r\n.rtl body#checkout .condition-label {\r\n padding: 0 30px 0 0;\r\n}\r\n\r\nbody#checkout .condition-label label {\r\n text-align: inherit;\r\n display: inline;\r\n}\r\n\r\nbody#checkout .cancel-address {\r\n margin: 10px;\r\n display: block;\r\n text-decoration: underline;\r\n}\r\n\r\nbody#checkout .modal-content {\r\n padding: 20px;\r\n background-color: #ebebeb;\r\n}\r\n\r\nbody#checkout #cart-summary-product-list {\r\n font-size: 13px;\r\n}\r\n\r\nbody#checkout #cart-summary-product-list img {\r\n border: #ebebeb 1px solid;\r\n width: 50px;\r\n}\r\n\r\nbody#checkout #cart-summary-product-list .media-body {\r\n vertical-align: middle;\r\n}\r\n\r\nbody#checkout #order-summary-content {\r\n padding-top: 15px;\r\n}\r\n\r\nbody#checkout #order-summary-content h4.h4 {\r\n margin-top: 10px;\r\n margin-bottom: 20px;\r\n}\r\n\r\nbody#checkout #order-summary-content h4.addresshead {\r\n margin-top: 3px;\r\n}\r\n\r\nbody#checkout #order-summary-content .noshadow {\r\n box-shadow: none;\r\n}\r\n\r\nbody#checkout #order-summary-content #order-items {\r\n border-right: 0;\r\n}\r\n\r\n.rtl body#checkout #order-summary-content #order-items {\r\n border-left: 0;\r\n border-right: inherit;\r\n}\r\n\r\nbody#checkout #order-summary-content #order-items h3.h3 {\r\n margin-top: 20px;\r\n}\r\n\r\nbody#checkout #order-summary-content #order-items table tr:first-child td {\r\n border-top: 0;\r\n}\r\n\r\nbody#checkout #order-summary-content .order-confirmation-table {\r\n padding: 1rem;\r\n margin-bottom: 2rem;\r\n background-color: #fff;\r\n border: 3px solid #e5e5e5;\r\n border-radius: 0;\r\n}\r\n\r\nbody#checkout #order-summary-content .summary-selected-carrier {\r\n margin-bottom: 0.75rem;\r\n background-color: #fff;\r\n border: 1px solid #e5e5e5;\r\n border-radius: 0;\r\n padding: 1rem;\r\n}\r\n\r\nbody#checkout #order-summary-content .step-edit {\r\n display: inline;\r\n}\r\n\r\nbody#checkout #order-summary-content .step-edit:hover {\r\n cursor: pointer;\r\n}\r\n\r\nbody#checkout #gift_message {\r\n max-width: 100%;\r\n border-color: #414141;\r\n}\r\n\r\n/**** ORDER CONFIRMATION *****/\r\n#order-details {\r\n padding-left: 30px;\r\n}\r\n\r\n#order-details>.card-title {\r\n margin-bottom: 30px;\r\n}\r\n\r\n#order-details ul {\r\n margin-bottom: 20px;\r\n}\r\n\r\n#order-details ul li {\r\n margin-bottom: 10px;\r\n}\r\n\r\n#order-items {\r\n border-right: #ebebeb 1px solid;\r\n}\r\n\r\n.rtl #order-items {\r\n border-left: #ebebeb 1px solid;\r\n border-right: inherit;\r\n}\r\n\r\n#order-items hr {\r\n border-top-color: #eee;\r\n}\r\n\r\n#order-items table {\r\n width: 100%;\r\n}\r\n\r\n#order-items table tr {\r\n height: 30px;\r\n}\r\n\r\n#order-items table tr td:last-child {\r\n text-align: right;\r\n}\r\n\r\n.rtl #order-items table tr td:last-child {\r\n text-align: left;\r\n}\r\n\r\n#order-items .order-line {\r\n margin-top: 16px;\r\n}\r\n\r\n#order-items .image img {\r\n width: 100%;\r\n border: 1px solid gray-lighter;\r\n margin-bottom: 16px;\r\n}\r\n\r\n#order-items .details {\r\n margin-bottom: 16px;\r\n}\r\n\r\n#order-items .details .customizations {\r\n margin-top: 10px;\r\n}\r\n\r\n#order-items .qty {\r\n margin-bottom: 16px;\r\n}\r\n\r\n#order-confirmation #registration-form {\r\n width: 50%;\r\n margin: 0 auto 16px;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .done {\r\n margin: 0;\r\n padding: 0;\r\n }\r\n\r\n body#checkout section.checkout-step .address-item {\r\n -webkit-flex-grow: 1;\r\n -moz-flex-grow: 1;\r\n flex-grow: 1;\r\n -ms-flex-positive: 1;\r\n }\r\n\r\n body#checkout section.checkout-step .delivery-option-2 {\r\n -webkit-box-orient: vertical;\r\n -moz-box-orient: vertical;\r\n box-orient: vertical;\r\n -webkit-box-direction: normal;\r\n -moz-box-direction: normal;\r\n box-direction: normal;\r\n -webkit-flex-direction: column;\r\n -moz-flex-direction: column;\r\n flex-direction: column;\r\n -ms-flex-direction: column;\r\n }\r\n\r\n .delivery-option {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n margin: auto;\r\n }\r\n\r\n .delivery-option .custom-radio {\r\n -webkit-box-flex: 0;\r\n -moz-box-flex: 0;\r\n box-flex: 0;\r\n -webkit-flex: 0 0 auto;\r\n -moz-flex: 0 0 auto;\r\n -ms-flex: 0 0 auto;\r\n flex: 0 0 auto;\r\n }\r\n\r\n .condition-label label[for='conditions_to_approve[terms-and-conditions]'] {\r\n text-align: left;\r\n }\r\n\r\n .rtl .condition-label label[for='conditions_to_approve[terms-and-conditions]'] {\r\n text-align: right;\r\n }\r\n\r\n #order-confirmation #registration-form {\r\n width: 100%;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n body#checkout #header .header-nav {\r\n max-height: none;\r\n padding: 0;\r\n }\r\n\r\n body#checkout section.checkout-step .content {\r\n padding: 15px;\r\n }\r\n\r\n body#checkout .form-group {\r\n margin-bottom: 8px;\r\n }\r\n\r\n #order-items {\r\n border-right: 0;\r\n margin-bottom: 40px;\r\n }\r\n\r\n .rtl #order-items {\r\n border-left: 0;\r\n border-right: inherit;\r\n }\r\n\r\n #order-items .card-title {\r\n border-bottom: 1px solid #eaeaea;\r\n margin-bottom: 16px;\r\n padding-bottom: 16px;\r\n }\r\n\r\n #order-items hr {\r\n border-top-color: #ebebeb;\r\n }\r\n\r\n .bold {\r\n font-weight: bold;\r\n }\r\n\r\n #order-details {\r\n padding-left: 15px;\r\n }\r\n\r\n #order-details .card-title {\r\n border-bottom: 1px solid #eaeaea;\r\n margin-bottom: 16px;\r\n padding-bottom: 16px;\r\n }\r\n}\r\n\r\n@media (max-width: 575px) {\r\n body#checkout section.checkout-step .content {\r\n padding: 15px 0;\r\n }\r\n\r\n #payment-confirmation button {\r\n font-size: 14px;\r\n }\r\n\r\n #payment-confirmation button.btn {\r\n white-space: normal;\r\n }\r\n}\r\n\r\n.js-payment-binary {\r\n display: none;\r\n}\r\n\r\n.js-payment-binary .accept-cgv {\r\n display: none;\r\n}\r\n\r\n.js-payment-binary.disabled {\r\n opacity: 0.6;\r\n cursor: not-allowed;\r\n}\r\n\r\n.js-payment-binary.disabled::before {\r\n content: '';\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n left: 0;\r\n pointer-events: none;\r\n}\r\n\r\n.js-payment-binary.disabled .accept-cgv {\r\n display: block;\r\n}\r\n\r\n/*** SOME GENERIC STYLES ***/\r\n.table-labeled th {\r\n vertical-align: middle;\r\n}\r\n\r\n.table-labeled td {\r\n vertical-align: middle;\r\n}\r\n\r\n.table-labeled .label {\r\n font-weight: 400;\r\n border-radius: 3px;\r\n padding: 4px 6px;\r\n margin: 2px;\r\n color: white;\r\n white-space: nowrap;\r\n}\r\n\r\n.page-order .table {\r\n margin-bottom: 0;\r\n}\r\n\r\n.page-order table th {\r\n padding: 8px;\r\n}\r\n\r\n.page-order table td {\r\n padding: 8px;\r\n}\r\n\r\n.page-order table thead th {\r\n text-align: center;\r\n}\r\n\r\n#authentication .tooltip.tooltip-bottom {\r\n padding: 0;\r\n margin: 0;\r\n}\r\n\r\n#authentication .custom-checkbox {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n}\r\n\r\n#authentication .custom-checkbox span {\r\n flex: 0 0 15px;\r\n}\r\n\r\n#authentication .custom-checkbox label {\r\n padding: 0 0 0 10px;\r\n}\r\n\r\n.rtl #authentication .custom-checkbox label {\r\n padding: 0 10px 0 0;\r\n}\r\n\r\n#authentication .custom-checkbox label em {\r\n display: inline-table;\r\n width: 300px;\r\n max-width: 100%;\r\n}\r\n\r\n#authentication [data-action='show-password'] {\r\n background: #878787;\r\n}\r\n\r\n#identity .radio-inline,\r\n#authentication .radio-inline {\r\n padding: 0;\r\n}\r\n\r\n#identity .radio-inline .custom-radio,\r\n#authentication .radio-inline .custom-radio {\r\n margin-right: 0;\r\n}\r\n\r\n/*** Most of the customer accpunt pages ***/\r\n.page-customer-account #content {\r\n -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n background: white;\r\n padding: 16px;\r\n font-size: 13px;\r\n color: #878787;\r\n}\r\n\r\n.page-customer-account #content .order-actions a {\r\n padding: 0 2px;\r\n}\r\n\r\n.page-customer-account #content .forgot-password {\r\n text-align: center;\r\n font-size: 13px;\r\n margin-top: 16px;\r\n padding-bottom: 15px;\r\n}\r\n\r\n.page-customer-account #content .no-account {\r\n text-align: center;\r\n font-size: 12px;\r\n}\r\n\r\n/*** Login page ***/\r\n.page-authentication #content {\r\n -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n background: white;\r\n padding: 16px;\r\n max-width: 640px;\r\n margin: 0 auto;\r\n}\r\n\r\n/*** Addresses page ***/\r\n.page-addresses .address {\r\n -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n background: white;\r\n margin-bottom: 30px;\r\n font-size: 13px;\r\n color: #414141;\r\n}\r\n\r\n.page-addresses .address .address-body {\r\n padding: 16px;\r\n}\r\n\r\n.page-addresses .address .address-body h4 {\r\n font-size: 12px;\r\n font-weight: 700;\r\n}\r\n\r\n.page-addresses .address .address-body address {\r\n min-height: 144px;\r\n}\r\n\r\n.page-addresses .address .address-footer {\r\n border-top: 1px solid #acaaa6;\r\n padding: 8px 16px;\r\n}\r\n\r\n.page-addresses .address .address-footer a {\r\n color: #878787;\r\n margin-right: 8px;\r\n}\r\n\r\n.page-addresses .address .address-footer a:hover {\r\n color: #414141;\r\n}\r\n\r\n.page-addresses .address .address-footer a i {\r\n font-size: 12px;\r\n}\r\n\r\n.page-addresses .address .address-footer a span {\r\n font-size: 14px;\r\n vertical-align: middle;\r\n}\r\n\r\n.page-addresses .addresses-footer {\r\n margin: 0 15px;\r\n}\r\n\r\n.page-addresses .addresses-footer a {\r\n color: #414141;\r\n}\r\n\r\n.page-addresses .addresses-footer a:hover {\r\n color: #414141;\r\n}\r\n\r\n.page-addresses .addresses-footer a i {\r\n font-size: 12px;\r\n}\r\n\r\n.page-addresses .addresses-footer a span {\r\n font-size: 12px;\r\n vertical-align: middle;\r\n margin-top: 10px;\r\n}\r\n\r\n/*** Order details page ***/\r\n.page-order-detail {\r\n font-size: 14px;\r\n}\r\n\r\n.page-order-detail .box {\r\n -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n background: white;\r\n padding: 16px;\r\n margin-bottom: 16px;\r\n}\r\n\r\n.page-order-detail h3 {\r\n font-size: 12px;\r\n font-weight: 700;\r\n text-transform: uppercase;\r\n color: #414141;\r\n margin-bottom: 16px;\r\n}\r\n\r\n.page-order-detail #order-infos ul {\r\n margin: 0;\r\n}\r\n\r\n.page-order-detail #order-history .history-lines .history-line {\r\n padding: 8px 0;\r\n border-bottom: 1px solid #f6f6f6;\r\n}\r\n\r\n.page-order-detail #order-history .history-lines .history-line:last-child {\r\n border-bottom: 0;\r\n}\r\n\r\n.page-order-detail #order-history .history-lines .history-line .label {\r\n display: inline-block;\r\n margin: 4px 0;\r\n padding: 4px 6px;\r\n color: white;\r\n border-radius: 3px;\r\n}\r\n\r\n.page-order-detail .addresses {\r\n margin: 0 -15px;\r\n}\r\n\r\n.page-order-detail .addresses h4 {\r\n font-size: 12px;\r\n font-weight: 700;\r\n}\r\n\r\n.page-order-detail #order-products.return {\r\n margin-bottom: 16px;\r\n}\r\n\r\n.page-order-detail #order-products.return th.head-checkbox {\r\n width: 30px;\r\n}\r\n\r\n.page-order-detail #order-products.return td {\r\n padding: 1.375rem 0.75rem;\r\n}\r\n\r\n.page-order-detail #order-products.return td.qty {\r\n min-width: 125px;\r\n}\r\n\r\n.page-order-detail #order-products.return td.qty .current {\r\n width: 30%;\r\n float: left;\r\n text-align: right;\r\n padding-right: 0.5rem;\r\n}\r\n\r\n.page-order-detail #order-products.return td.qty .select {\r\n width: 70%;\r\n float: left;\r\n margin: -0.625rem 0;\r\n padding-left: 0.25rem;\r\n}\r\n\r\n.page-order-detail #order-products.return td.qty .select select {\r\n text-align: center;\r\n}\r\n\r\n.page-order-detail .order-items {\r\n padding: 0 !important;\r\n}\r\n\r\n.page-order-detail .order-items .order-item {\r\n padding: 16px 16px 0;\r\n border-bottom: 1px solid #f6f6f6;\r\n}\r\n\r\n.page-order-detail .order-items .order-item .checkbox {\r\n width: 30px;\r\n float: left;\r\n padding: 0 15px;\r\n}\r\n\r\n.page-order-detail .order-items .order-item .content {\r\n width: calc(100% - 30px);\r\n float: left;\r\n padding: 0 15px;\r\n}\r\n\r\n.page-order-detail .order-items .order-item .desc {\r\n margin-bottom: 16px;\r\n}\r\n\r\n.page-order-detail .order-items .order-item .desc .name {\r\n font-weight: bold;\r\n}\r\n\r\n.page-order-detail .order-items .order-item .qty {\r\n margin-bottom: 16px;\r\n}\r\n\r\n.page-order-detail .order-items .order-item .qty .q {\r\n margin-bottom: 4px;\r\n}\r\n\r\n.page-order-detail .order-items .order-item .qty .s {\r\n margin-bottom: 4px;\r\n}\r\n\r\n.page-order-detail .messages .message {\r\n margin-top: 8px;\r\n border-bottom: 1px solid #f6f6f6;\r\n}\r\n\r\n.page-order-detail .messages .message:last-child {\r\n border-bottom: 0;\r\n}\r\n\r\n.page-order-detail .messages .message>div {\r\n margin-bottom: 8px;\r\n}\r\n\r\n.page-order-detail .customization {\r\n margin-top: 12px;\r\n}\r\n\r\n/*** Order return page ***/\r\n#order-return-infos .thead-default th {\r\n color: #414141;\r\n}\r\n\r\n#order-return-infos .customization {\r\n margin-top: 12px;\r\n}\r\n\r\n/*** My account landing page ***/\r\n.page-my-account #content .links a {\r\n text-align: center;\r\n display: inline-block;\r\n font-size: 12px;\r\n font-weight: 700;\r\n text-transform: uppercase;\r\n color: #878787;\r\n padding: 0 15px;\r\n margin-bottom: 30px;\r\n}\r\n\r\n.page-my-account #content .links a span.link-item {\r\n display: block;\r\n height: 100%;\r\n -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n background: white;\r\n padding: 16px;\r\n}\r\n\r\n.page-my-account #content .links a i {\r\n display: block;\r\n font-size: 2.6rem;\r\n width: 100%;\r\n color: #414141;\r\n padding-bottom: 3.4rem;\r\n}\r\n\r\n.page-my-account #content .links a:hover {\r\n color: #414141;\r\n}\r\n\r\n.page-my-account #content .links a:hover i {\r\n color: #3387f2;\r\n}\r\n\r\n/*** History page ***/\r\n#history .orders {\r\n margin: 0 -16px;\r\n}\r\n\r\n#history .orders .order {\r\n padding: 12px 16px;\r\n border-bottom: 1px solid #f6f6f6;\r\n}\r\n\r\n#history .orders .order a h3 {\r\n color: #878787;\r\n}\r\n\r\n#history .orders .order .label {\r\n display: inline-block;\r\n margin: 4px 0;\r\n padding: 4px 6px;\r\n color: white;\r\n border-radius: 3px;\r\n}\r\n\r\n#history .orders .order:last-child {\r\n border-bottom: 0;\r\n}\r\n\r\n/*** FOOTER ***/\r\n.page-footer .account-link {\r\n margin-right: 16px;\r\n}\r\n\r\n.page-footer .account-link i {\r\n font-size: 12px;\r\n}\r\n\r\n.page-footer .account-link span {\r\n font-size: 13px;\r\n vertical-align: middle;\r\n}\r\n\r\n.forgotten-password {\r\n padding: 4px;\r\n}\r\n\r\n.forgotten-password .form-fields .center-email-fields {\r\n display: flex;\r\n justify-content: center;\r\n}\r\n\r\n.forgotten-password .form-fields .email {\r\n padding-left: 0;\r\n padding-right: 0;\r\n width: 430px;\r\n}\r\n\r\n.forgotten-password .form-fields .email input {\r\n height: 38px;\r\n}\r\n\r\n.forgotten-password .form-fields label.required {\r\n width: 130px;\r\n}\r\n\r\n.send-renew-password-link {\r\n padding-left: 10px;\r\n padding-right: 10px;\r\n}\r\n\r\n.renew-password {\r\n margin-left: 10px;\r\n}\r\n\r\n.renew-password .email {\r\n padding-bottom: 30px;\r\n}\r\n\r\n.renew-password [type='submit'] {\r\n margin-left: 50px;\r\n}\r\n\r\n.homeslider .carousel {\r\n -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);\r\n -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);\r\n -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);\r\n -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);\r\n box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);\r\n margin-bottom: 24px;\r\n}\r\n\r\n.homeslider .carousel .direction {\r\n z-index: auto;\r\n}\r\n\r\n.homeslider .carousel .carousel-inner {\r\n height: 340px;\r\n}\r\n\r\n.homeslider .carousel .carousel-item {\r\n height: 100%;\r\n}\r\n\r\n.homeslider .carousel .carousel-item img {\r\n width: 100%;\r\n margin-left: 0;\r\n}\r\n\r\n.homeslider .carousel .carousel-item .caption {\r\n position: absolute;\r\n bottom: 28px;\r\n left: 90px;\r\n color: white;\r\n max-width: 340px;\r\n}\r\n\r\n.homeslider .carousel .carousel-item .caption .caption-description p {\r\n color: white;\r\n}\r\n\r\n.homeslider .carousel .carousel-control {\r\n opacity: 1;\r\n}\r\n\r\n.homeslider .carousel .carousel-control .icon-next::before,\r\n.homeslider .carousel .carousel-control .icon-prev::before {\r\n content: '';\r\n}\r\n\r\n.homeslider .carousel .carousel-control .icon-next i,\r\n.homeslider .carousel .carousel-control .icon-prev i {\r\n font-size: 50px;\r\n color: white;\r\n}\r\n\r\n.homeslider .carousel .carousel-control .icon-next:hover i,\r\n.homeslider .carousel .carousel-control .icon-prev:hover i {\r\n color: #3387f2;\r\n}\r\n\r\n.homeslider .carousel .carousel-control .icon-prev {\r\n left: 16px;\r\n}\r\n\r\n.homeslider .carousel .carousel-control .icon-next {\r\n right: 32px;\r\n}\r\n\r\n.homeslider .carousel .carousel-control.left,\r\n.homeslider .carousel .carousel-control.right {\r\n background: none;\r\n}\r\n\r\n#custom-text {\r\n background: white;\r\n border-radius: 2px;\r\n margin-bottom: 24px;\r\n padding: 50px 50px;\r\n text-align: center;\r\n}\r\n\r\n#custom-text h3 {\r\n text-transform: uppercase;\r\n color: #414141;\r\n font-size: 25px;\r\n font-weight: 700;\r\n}\r\n\r\n#custom-text p {\r\n color: #414141;\r\n font-weight: 400;\r\n font-size: 1.1em;\r\n}\r\n\r\n#custom-text p .dark {\r\n color: #acaaa6;\r\n font-weight: 400;\r\n}\r\n\r\n.page-content.page-cms {\r\n background: white;\r\n padding: 20px;\r\n\r\n img {\r\n max-width: 100%;\r\n }\r\n}\r\n\r\n.page-content.page-cms .cms-box img {\r\n max-width: 100%;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n #block-cmsinfo {\r\n padding: 20px 30px;\r\n }\r\n}\r\n\r\n/***************************************************\r\n Mixins Themes\r\n/***************************************************/\r\n/* Mixin Normal*/\r\n/* Mixin Clear */\r\n/* Mixin Border */\r\n/*background RGBA\r\n============================================*/\r\n/***************************************************\r\n Mixins RTL Themes\r\n/***************************************************/\r\n/************************************\r\n\tOverride Bootstrap\r\n*************************************/\r\n/**\r\n * Web Application Prefix Apply For Making Owner Styles\r\n */\r\n/**\r\n * Blocks Layout Selectors\r\n */\r\n/***********************************************************************/\r\n#products .up .btn-secondary,\r\n#products .up .btn-tertiary {\r\n color: #acaaa6;\r\n text-transform: inherit;\r\n margin-bottom: 16px;\r\n margin-right: 10px;\r\n font-weight: normal;\r\n font-size: 14px;\r\n}\r\n\r\n.rtl #products .up .btn-secondary,\r\n.rtl #products .up .btn-tertiary {\r\n margin-left: 10px;\r\n margin-right: inherit;\r\n}\r\n\r\n#products .up .btn-secondary .material-icons,\r\n#products .up .btn-tertiary .material-icons {\r\n margin-right: 0;\r\n}\r\n\r\n.rtl #products .up .btn-secondary .material-icons,\r\n.rtl #products .up .btn-tertiary .material-icons {\r\n margin-left: 0;\r\n margin-right: inherit;\r\n}\r\n\r\n.rtl .block-category>h1 {\r\n border-left: 0;\r\n border-right: 2px solid #a340ff;\r\n}\r\n\r\n.block-category {\r\n margin-bottom: 25px;\r\n border: 2px solid #f1f1f1;\r\n padding: 20px 20px 0px;\r\n}\r\n\r\n.block-category:after {\r\n content: '';\r\n display: block;\r\n clear: both;\r\n}\r\n\r\n.block-category>h1 {\r\n border-left: 2px solid #a340ff;\r\n padding: 0 0 0 15px;\r\n}\r\n\r\n.rtl .block-category>h1 {\r\n padding: 0 15px 0 0;\r\n}\r\n\r\n.block-category #category-description {\r\n margin: 20px 0;\r\n}\r\n\r\n.block-category #category-description strong {\r\n font-weight: 400;\r\n color: #444;\r\n}\r\n\r\n.block-category #category-description p {\r\n margin-bottom: 0;\r\n line-height: 20px;\r\n}\r\n\r\n.block-category #category-description p:first-child {\r\n margin-bottom: 20px;\r\n}\r\n\r\n.block-category .category-cover {\r\n margin: 20px 0;\r\n}\r\n\r\n.products-selection .sort-by {\r\n white-space: nowrap;\r\n word-break: break-word;\r\n text-align: right;\r\n line-height: 35px;\r\n}\r\n\r\n.rtl .products-selection .sort-by {\r\n text-align: left;\r\n}\r\n\r\n.products-selection .total-products {\r\n line-height: 35px;\r\n}\r\n\r\n.products-selection .total-products p {\r\n margin: 0;\r\n white-space: nowrap;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .products-selection .total-products p {\r\n clear: both;\r\n }\r\n}\r\n\r\n.products-selection .display {\r\n float: left;\r\n}\r\n\r\n.rtl .products-selection .display {\r\n float: right;\r\n}\r\n\r\n.products-selection .showing {\r\n padding: 0;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .products-selection .showing {\r\n display: none;\r\n }\r\n}\r\n\r\n.products-selection h1 {\r\n padding-top: 10px;\r\n}\r\n\r\n.products-selection .products-counter {\r\n float: right;\r\n margin: 0;\r\n}\r\n\r\n.rtl .products-selection .products-counter {\r\n float: left;\r\n}\r\n\r\n.products-selection .display>div {\r\n float: left;\r\n margin-right: 5px;\r\n}\r\n\r\n.rtl .products-selection .display>div {\r\n float: right;\r\n}\r\n\r\n.rtl .products-selection .display>div {\r\n margin-left: 5px;\r\n margin-right: inherit;\r\n}\r\n\r\n.products-selection .display>div a {\r\n cursor: pointer;\r\n text-align: center;\r\n line-height: 25px;\r\n display: inline-block;\r\n width: 25px;\r\n height: 25px;\r\n color: #999;\r\n font-size: 14px;\r\n}\r\n\r\n.products-selection .display>div a:hover {\r\n color: #333;\r\n}\r\n\r\n.products-selection .display>div.selected a {\r\n color: #333;\r\n}\r\n\r\n.products-sort-order .select-title {\r\n display: inline-block;\r\n width: 100%;\r\n background: white;\r\n padding: 5px 10px;\r\n cursor: pointer;\r\n height: 35px;\r\n line-height: 27px;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n vertical-align: top;\r\n border: 1px solid #eee;\r\n box-shadow: none;\r\n outline: 0;\r\n text-align: left;\r\n}\r\n\r\n.rtl .products-sort-order .select-title {\r\n text-align: right;\r\n}\r\n\r\n.products-sort-order .select-list {\r\n display: block;\r\n color: #414141;\r\n padding: 10px 20px;\r\n}\r\n\r\n.products-sort-order .select-list:hover {\r\n background: #a340ff;\r\n color: #ffffff;\r\n text-decoration: none;\r\n}\r\n\r\n.products-sort-order .dropdown-menu {\r\n left: 15px;\r\n width: calc(100% - 30px);\r\n background: #ffffff;\r\n border: none;\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n -ms-border-radius: 0px;\r\n -o-border-radius: 0px;\r\n border-radius: 0px;\r\n font-size: 12px;\r\n}\r\n\r\n.rtl .products-sort-order .dropdown-menu {\r\n right: 15px;\r\n left: auto;\r\n}\r\n\r\n#search_filters .facet {\r\n padding: 15px 0;\r\n}\r\n\r\n#search_filters .facet .collapse {\r\n display: block;\r\n}\r\n\r\n#search_filters .facet li {\r\n margin: 10px 0;\r\n padding: 0 25px 0 0;\r\n position: relative;\r\n line-height: 25px;\r\n}\r\n\r\n.rtl #search_filters .facet li {\r\n padding: 0 0 0 25px;\r\n}\r\n\r\n#search_filters .facet li .magnitude {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n font-size: 10px;\r\n color: #a340ff;\r\n}\r\n\r\n.rtl #search_filters .facet li .magnitude {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n#search_filters .facet .facet-title {\r\n color: #000000;\r\n font-size: 12px;\r\n}\r\n\r\n#search_filters .facet .facet-label {\r\n text-align: left;\r\n}\r\n\r\n.rtl #search_filters .facet .facet-label {\r\n text-align: right;\r\n}\r\n\r\n#search_filters .facet .custom-checkbox {\r\n float: left;\r\n padding: 0 5px 0 0;\r\n}\r\n\r\n.rtl #search_filters .facet .custom-checkbox {\r\n float: right;\r\n}\r\n\r\n.rtl #search_filters .facet .custom-checkbox {\r\n padding: 0 0 0 5px;\r\n}\r\n\r\n#search_filters .facet .facet-label,\r\n#search_filters .facet .custom-checkbox {\r\n margin-bottom: 0;\r\n}\r\n\r\n#search_filters .facet .facet-label a,\r\n#search_filters .facet .custom-checkbox a {\r\n color: #000000;\r\n text-align: left;\r\n}\r\n\r\n.rtl #search_filters .facet .facet-label a,\r\n.rtl #search_filters .facet .custom-checkbox a {\r\n text-align: right;\r\n}\r\n\r\n#search_filters .facet.attr-color li {\r\n margin: 10px 19px 5px 0;\r\n display: inline-block;\r\n width: 22px;\r\n height: 22px;\r\n border-radius: 12px;\r\n padding: 0;\r\n vertical-align: top;\r\n border: 1px solid #eee;\r\n}\r\n\r\n.rtl #search_filters .facet.attr-color li {\r\n margin: 10px 0 5px 19px;\r\n}\r\n\r\n#search_filters .facet.attr-color li .facet-label {\r\n display: block;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n#search_filters .facet.attr-color li .facet-label.active {\r\n box-shadow: 0 0 0 1px #000;\r\n border-radius: 15px;\r\n}\r\n\r\n#search_filters .facet.attr-color li .facet-label.active:before {\r\n content: '\\f111';\r\n font-family: 'FontAwesome';\r\n font-size: 10px;\r\n color: #fff;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n z-index: 1;\r\n text-align: center;\r\n line-height: 19px;\r\n}\r\n\r\n#search_filters .facet.attr-color li .custom-checkbox {\r\n display: block;\r\n width: 100%;\r\n height: 100%;\r\n border-radius: 12px;\r\n overflow: hidden;\r\n padding: 0;\r\n}\r\n\r\n#search_filters .facet.attr-color li .custom-checkbox .color {\r\n width: 100%;\r\n height: 100%;\r\n border: 0;\r\n display: block;\r\n margin: 0 !important;\r\n border-radius: 12px;\r\n}\r\n\r\n#search_filters .facet.attr-color li .custom-checkbox input {\r\n width: 100%;\r\n height: 100%;\r\n margin: 0;\r\n left: 0;\r\n right: 0;\r\n top: 0;\r\n bottom: 0;\r\n}\r\n\r\n#search_filters .facet.attr-color li a {\r\n display: inline-block;\r\n position: absolute;\r\n top: 200%;\r\n padding: 0 10px;\r\n left: 50%;\r\n border-radius: 5px;\r\n -webkit-transform: translateX(-50%);\r\n -moz-transform: translateX(-50%);\r\n -ms-transform: translateX(-50%);\r\n -o-transform: translateX(-50%);\r\n transform: translateX(-50%);\r\n font-size: 10px;\r\n line-height: 20px;\r\n background: #333;\r\n color: #fff;\r\n white-space: nowrap;\r\n display: none;\r\n}\r\n\r\n#search_filters .facet.attr-color li a .magnitude {\r\n position: static;\r\n display: inline-block;\r\n color: #fff;\r\n}\r\n\r\n#search_filters .facet.attr-color li:hover {\r\n border-color: #222;\r\n}\r\n\r\n#search_filters .facet.attr-color li:hover a {\r\n z-index: 1;\r\n display: block;\r\n}\r\n\r\n#search_filters .facet.attr-color li:hover .facet-label:before {\r\n content: '\\f111';\r\n font-family: 'FontAwesome';\r\n font-size: 10px;\r\n color: #fff;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n z-index: 1;\r\n text-align: center;\r\n line-height: 19px;\r\n}\r\n\r\n#search_filters .clear-all-wrapper {\r\n margin: 10px 0;\r\n}\r\n\r\n/* Pagination */\r\n.pagination {\r\n width: 100%;\r\n background: #f1f1f1;\r\n min-height: 35px;\r\n padding: 0 10px;\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n -ms-border-radius: 0px;\r\n -o-border-radius: 0px;\r\n border-radius: 0px;\r\n}\r\n\r\n.pagination>div:first-child {\r\n line-height: 35px;\r\n}\r\n\r\n.pagination .page-list {\r\n padding: 10px 0px;\r\n margin-bottom: 0;\r\n}\r\n\r\n.pagination .page-list li {\r\n display: inline;\r\n padding: 0 8px;\r\n}\r\n\r\n.pagination .page-list li span {\r\n display: none;\r\n}\r\n\r\n.pagination a {\r\n color: #000000;\r\n font-weight: 400;\r\n display: inline-block;\r\n}\r\n\r\n.pagination a:hover,\r\n.pagination a:focus {\r\n color: #a340ff;\r\n text-decoration: none;\r\n}\r\n\r\n.pagination .disabled {\r\n color: #777;\r\n}\r\n\r\n.pagination .disabled:hover {\r\n color: #777;\r\n}\r\n\r\n.pagination .current a {\r\n color: #a340ff;\r\n text-decoration: none;\r\n}\r\n\r\n/* Filter */\r\n.active_filters {\r\n background: #dededd;\r\n padding: 10px 30px 0;\r\n margin-bottom: 20px;\r\n}\r\n\r\n.active_filters .active-filter-title {\r\n display: inline;\r\n font-weight: 600;\r\n margin-right: 10px;\r\n}\r\n\r\n.rtl .active_filters .active-filter-title {\r\n margin-left: 10px;\r\n margin-right: inherit;\r\n}\r\n\r\n.active_filters ul {\r\n display: inline;\r\n}\r\n\r\n.active_filters .filter-block {\r\n -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n color: #414141;\r\n margin-bottom: 10px;\r\n background: white;\r\n display: inline-block;\r\n font-size: 12px;\r\n margin-right: 10px;\r\n position: relative;\r\n padding: 10px 25px 10px 10px;\r\n}\r\n\r\n.rtl .active_filters .filter-block {\r\n margin-left: 10px;\r\n margin-right: inherit;\r\n}\r\n\r\n.rtl .active_filters .filter-block {\r\n padding: 10px 10px 10px 25px;\r\n}\r\n\r\n.active_filters .filter-block .close {\r\n color: #414141;\r\n font-size: 14px;\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n position: absolute;\r\n right: 5px;\r\n top: 10px;\r\n}\r\n\r\n.rtl .active_filters .filter-block .close {\r\n left: 5px;\r\n right: auto;\r\n}\r\n\r\n/* Block Category */\r\n.block-categories .category-top-menu {\r\n margin: 0px;\r\n}\r\n\r\n.block-categories.block .block_content {\r\n padding: 0px;\r\n}\r\n\r\n.block-categories .category-sub-menu {\r\n margin: 0px;\r\n}\r\n\r\n.block-categories .category-sub-menu .category-sub-link {\r\n font-size: 13px;\r\n}\r\n\r\n.block-categories .category-sub-menu li {\r\n position: relative;\r\n padding: 0;\r\n\r\n &[data-depth='0'] {\r\n border-bottom: 1px solid #eee;\r\n\r\n >a {\r\n font-weight: 600;\r\n padding: 15px 30px 15px 15px;\r\n }\r\n }\r\n}\r\n\r\n.block-categories .category-sub-menu li>a {\r\n font-weight: 300;\r\n width: 100%;\r\n display: inline-block;\r\n margin: 0;\r\n padding: 10px 30px 10px 20px;\r\n color: #666;\r\n position: relative;\r\n}\r\n\r\n.block-categories .category-sub-menu li>a:hover {\r\n color: #a340ff;\r\n}\r\n\r\n.block-categories .category-sub-menu li[data-depth='0'] {\r\n padding: 0;\r\n}\r\n\r\n.rtl .block-categories .category-sub-menu li[data-depth='0']>a:before {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\n.block-categories .collapse-icons {\r\n position: absolute;\r\n top: 5px;\r\n padding: 0;\r\n cursor: pointer;\r\n font-size: 0.9375rem;\r\n text-align: right;\r\n line-height: 35px;\r\n width: 35px;\r\n height: 35px;\r\n right: 0px;\r\n}\r\n\r\n.rtl .block-categories .collapse-icons {\r\n text-align: left;\r\n}\r\n\r\n.rtl .block-categories .collapse-icons {\r\n left: 0px;\r\n right: auto;\r\n}\r\n\r\n.block-categories .collapse-icons[aria-expanded='true'] .add {\r\n display: none;\r\n}\r\n\r\n.block-categories .collapse-icons[aria-expanded='true'] .remove {\r\n display: block;\r\n height: 100%;\r\n line-height: inherit;\r\n}\r\n\r\n.block-categories .collapse-icons:hover {\r\n color: #a340ff;\r\n}\r\n\r\n.block-categories .collapse-icons .remove {\r\n display: none;\r\n}\r\n\r\n.block-categories .arrows {\r\n position: absolute;\r\n top: 12px;\r\n padding: 0;\r\n cursor: pointer;\r\n width: 10px;\r\n height: 10px;\r\n right: 10px;\r\n}\r\n\r\n.rtl .block-categories .arrows {\r\n left: 10px;\r\n right: auto;\r\n}\r\n\r\n.block-categories .arrows .arrow-right,\r\n.block-categories .arrows .arrow-down {\r\n cursor: pointer;\r\n margin-left: 2px;\r\n}\r\n\r\n.rtl .block-categories .arrows .arrow-right,\r\n.rtl .block-categories .arrows .arrow-down {\r\n margin-right: 2px;\r\n margin-left: inherit;\r\n}\r\n\r\n.block-categories .arrows .arrow-right:hover,\r\n.block-categories .arrows .arrow-down:hover {\r\n color: #a340ff;\r\n}\r\n\r\n.block-categories .arrows .arrow-down {\r\n display: none;\r\n}\r\n\r\n.block-categories .arrows[aria-expanded='true'] .arrow-right {\r\n display: none;\r\n}\r\n\r\n.block-categories .arrows[aria-expanded='true'] .arrow-down {\r\n display: inline-block;\r\n}\r\n\r\n.facets-title {\r\n color: #ed4657;\r\n}\r\n\r\n.products-selection .filter-button .btn-primary {\r\n padding: 7px 8px 6px;\r\n}\r\n\r\n/*** Responsive part ***/\r\n@media (max-width: 767px) {\r\n #category .sidebar .block {\r\n display: none;\r\n }\r\n\r\n #category .sidebar #search_filters_wrapper {\r\n margin-left: -10px;\r\n margin-right: -10px;\r\n }\r\n\r\n #category .sidebar #search_filter_controls {\r\n text-align: center;\r\n margin-bottom: 16px;\r\n }\r\n\r\n #category .sidebar #search_filter_controls button {\r\n margin: 2px;\r\n }\r\n\r\n #category .sidebar #search_filters {\r\n margin-bottom: 0;\r\n -moz-box-shadow: none;\r\n -webkit-box-shadow: none;\r\n -o-box-shadow: none;\r\n -ms-box-shadow: none;\r\n box-shadow: none;\r\n padding: 0;\r\n border-top: 1px solid #eaeaea;\r\n display: block;\r\n }\r\n\r\n #category .sidebar #search_filters .facet {\r\n border-bottom: 1px solid #eaeaea;\r\n }\r\n\r\n #category .sidebar #search_filters .facet .title {\r\n cursor: pointer;\r\n }\r\n\r\n #category .sidebar #search_filters .facet .title .collapse-icons .remove {\r\n display: none;\r\n }\r\n\r\n #category .sidebar #search_filters .facet .title[aria-expanded='true'] .collapse-icons .add {\r\n display: none;\r\n }\r\n\r\n #category .sidebar #search_filters .facet .title[aria-expanded='true'] .collapse-icons .remove {\r\n display: block;\r\n }\r\n\r\n #category .sidebar #search_filters .facet .facet-title {\r\n color: #414141;\r\n text-transform: uppercase;\r\n }\r\n\r\n #category .sidebar #search_filters .facet .h6 {\r\n margin-bottom: 0;\r\n padding: 10px 0;\r\n display: inline-block;\r\n }\r\n\r\n #category .sidebar #search_filters .facet .navbar-toggler {\r\n display: inline-block;\r\n padding: 10px 10px 0 0;\r\n cursor: pointer;\r\n }\r\n\r\n #category .sidebar #search_filters .facet .collapse {\r\n display: none;\r\n }\r\n\r\n #category .sidebar #search_filters .facet .collapse.in {\r\n display: block;\r\n }\r\n\r\n #category .sidebar #search_filters .facet .facet-label a {\r\n margin-top: 0;\r\n }\r\n\r\n #category .sidebar #search_filters .facet ul {\r\n margin-bottom: 0;\r\n clear: both;\r\n padding: 0 10px;\r\n }\r\n\r\n #category #search_filter_toggler {\r\n width: 100%;\r\n padding: 6px 5px 7px;\r\n }\r\n\r\n .products-sort-order .select-title {\r\n margin-left: 0;\r\n }\r\n\r\n .rtl .products-sort-order .select-title {\r\n margin-right: 0;\r\n margin-left: inherit;\r\n }\r\n\r\n .products-selection h1 {\r\n padding-top: 0;\r\n text-align: center;\r\n margin-bottom: 16px;\r\n }\r\n\r\n .products-selection .showing {\r\n padding-top: 16px;\r\n }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n .products-selection .filter-button {\r\n margin-top: 10px;\r\n }\r\n\r\n #category #left-column #search_filters_wrapper {\r\n margin-left: -15px;\r\n margin-right: -15px;\r\n }\r\n}\r\n\r\n.product_list {\r\n -moz-box-shadow: 0 0 0 1px #f1f1f1 inset;\r\n -webkit-box-shadow: 0 0 0 1px #f1f1f1 inset;\r\n -o-box-shadow: 0 0 0 1px #f1f1f1 inset;\r\n -ms-box-shadow: 0 0 0 1px #f1f1f1 inset;\r\n box-shadow: 0 0 0 1px #f1f1f1 inset;\r\n}\r\n\r\n.product_list>.row {\r\n margin: 0 !important;\r\n}\r\n\r\n.product_list .ajax_block_product {\r\n border-right: 1px solid #f1f1f1;\r\n border-bottom: 1px solid #f1f1f1;\r\n}\r\n\r\n.rtl .product_list .ajax_block_product {\r\n border-left: 1px solid #f1f1f1;\r\n border-right: inherit;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .product_list .ajax_block_product.last-in-line {\r\n border-right: 0;\r\n }\r\n\r\n .rtl .product_list .ajax_block_product.last-in-line {\r\n border-left: 0;\r\n border-right: inherit;\r\n }\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .product_list .ajax_block_product.first-in-line {\r\n clear: both;\r\n }\r\n}\r\n\r\n@media (min-width: 481px) and (max-width: 991px) {\r\n .product_list .ajax_block_product.first-item-of-tablet-line {\r\n clear: both;\r\n }\r\n}\r\n\r\n.product_list .ajax_block_product .product-image {\r\n border: 1px solid transparent;\r\n}\r\n\r\n.product_list .ajax_block_product .product-flags {\r\n left: 0;\r\n}\r\n\r\n.rtl .product_list .ajax_block_product .product-flags {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\n@media (max-width: 991px) and (min-width: 481px) {\r\n .product_list .ajax_block_product:nth-child(2n + 1) {\r\n clear: both;\r\n }\r\n}\r\n\r\n.product_list.list .product-flags {\r\n top: 0;\r\n}\r\n\r\n/***************************************************\r\n Mixins Themes\r\n/***************************************************/\r\n/* Mixin Normal*/\r\n/* Mixin Clear */\r\n/* Mixin Border */\r\n/*background RGBA\r\n============================================*/\r\n/***************************************************\r\n Mixins RTL Themes\r\n/***************************************************/\r\n/************************************\r\n\tOverride Bootstrap\r\n*************************************/\r\n/**\r\n * Web Application Prefix Apply For Making Owner Styles\r\n */\r\n/**\r\n * Blocks Layout Selectors\r\n */\r\n/***********************************************************************/\r\n#product #content {\r\n position: relative;\r\n margin-bottom: 30px;\r\n}\r\n\r\n#product #content .mask {\r\n width: 554px;\r\n max-width: 100%;\r\n margin: 10px auto;\r\n height: 124px;\r\n}\r\n\r\n#product #content .mask img {\r\n max-width: 100%;\r\n width: 100px;\r\n margin: 0 10px 0 0;\r\n border: 0;\r\n transition: all 0.4s;\r\n opacity: 0.5;\r\n}\r\n\r\n.rtl #product #content .mask img {\r\n margin: 0 0 0 10px;\r\n}\r\n\r\n#product #content .mask img:hover,\r\n#product #content .mask img.selected {\r\n opacity: 1;\r\n}\r\n\r\n@media (max-width: 1199px) {\r\n #product #content .mask {\r\n width: 430px;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n #product #content .mask {\r\n width: 320px;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n #product #content .mask {\r\n width: 320px;\r\n }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n #product #content .mask {\r\n width: 210px;\r\n }\r\n}\r\n\r\n#product #content .mask li {\r\n display: inline;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n #product #content {\r\n max-width: 500px;\r\n margin: auto;\r\n }\r\n}\r\n\r\n.product-detail-name {\r\n margin: 20px 0 15px;\r\n font-size: 24px;\r\n line-height: 1.5;\r\n font-weight: bold;\r\n letter-spacing: 0;\r\n text-transform: uppercase;\r\n}\r\n\r\n.product-price {\r\n color: #000;\r\n font-family: 'Poppins';\r\n}\r\n\r\n#product-description-short {\r\n font-family: 'Poppins';\r\n}\r\n\r\n.product-information div[itemprop='description'] {\r\n line-height: 2;\r\n text-align: justify;\r\n margin: 0 0 15px;\r\n}\r\n\r\n.product-description {\r\n line-height: 2;\r\n}\r\n\r\n.product-information {\r\n margin: 30px 0;\r\n padding: 10px 0 0;\r\n border-top: 1px solid #efefef;\r\n}\r\n\r\n.p-desception {\r\n color: #67747c;\r\n line-height: 30px;\r\n}\r\n\r\n.product-manufacturer {\r\n margin-bottom: 10px;\r\n}\r\n\r\n.product-manufacturer .manufacturer-logo {\r\n max-height: 115px;\r\n}\r\n\r\n.input-color {\r\n position: absolute;\r\n cursor: pointer;\r\n height: 20px;\r\n width: 20px;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n}\r\n\r\n.input-container {\r\n position: relative;\r\n}\r\n\r\n.input-radio {\r\n position: absolute;\r\n top: 0;\r\n cursor: pointer;\r\n width: 100%;\r\n height: 100%;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n}\r\n\r\n.input-color:checked+span,\r\n.input-color:hover+span,\r\n.input-radio:checked+span,\r\n.input-radio:hover+span {\r\n border: 2px solid #414141;\r\n}\r\n\r\n.radio-label {\r\n -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n background: white;\r\n display: inline-block;\r\n padding: 5px 14px;\r\n font-weight: 400;\r\n border: 2px solid white;\r\n}\r\n\r\n.product-actions .control-label {\r\n display: block;\r\n font-size: 11px;\r\n text-transform: uppercase;\r\n font-weight: bold;\r\n margin: auto 10px auto 0;\r\n min-width: 80px;\r\n}\r\n\r\n.rtl .product-actions .control-label {\r\n margin: auto 0 auto 10px;\r\n}\r\n\r\n.product-actions .add-to-cart {\r\n height: 50px;\r\n line-height: 50px;\r\n padding: 0 40px;\r\n border-radius: 0;\r\n font-size: 12px;\r\n font-family: 'Poppins';\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .product-actions .add-to-cart {\r\n min-width: 245px;\r\n }\r\n}\r\n\r\n.product-actions .add-to-cart i {\r\n font-size: 14px;\r\n vertical-align: -2px;\r\n margin: 0 2px 0 0;\r\n}\r\n\r\n.rtl .product-actions .add-to-cart i {\r\n margin: 0 0 0 2px;\r\n}\r\n\r\n.product-quantity .add {\r\n white-space: nowrap;\r\n position: relative;\r\n}\r\n\r\n.product-quantity .input-group {\r\n padding: 0 25px 0 0;\r\n}\r\n\r\n.rtl .product-quantity .input-group {\r\n padding: 0 0 0 25px;\r\n}\r\n\r\n.product-quantity #quantity_wanted {\r\n color: #ed4657;\r\n background-color: white;\r\n height: 50px;\r\n padding: 5px 15px;\r\n width: 100%;\r\n text-align: center;\r\n}\r\n\r\n.product-quantity .input-group-btn-vertical {\r\n width: 25px;\r\n height: 50px;\r\n position: absolute;\r\n top: 0;\r\n bottom: 0;\r\n right: 0;\r\n}\r\n\r\n.rtl .product-quantity .input-group-btn-vertical {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n.product-quantity .input-group-btn-vertical .btn {\r\n padding: 8px;\r\n width: 25px;\r\n height: 26px;\r\n min-width: 25px;\r\n background: none;\r\n color: #888;\r\n transform: none;\r\n}\r\n\r\n.product-quantity .input-group-btn-vertical .btn:hover {\r\n background: #333;\r\n color: #fff;\r\n}\r\n\r\n.product-quantity .input-group-btn-vertical .btn i {\r\n font-size: 16px;\r\n top: 4px;\r\n left: 4px;\r\n}\r\n\r\n.product-quantity .btn-touchspin {\r\n height: 23px;\r\n}\r\n\r\n.product-discounts>.product-discounts-title {\r\n font-weight: normal;\r\n font-size: 13px;\r\n}\r\n\r\n.product-discounts>.table-product-discounts thead tr th {\r\n width: 33%;\r\n padding: 10px 20px;\r\n background: white;\r\n border: 5px #ebebeb solid;\r\n text-align: center;\r\n}\r\n\r\n.product-discounts>.table-product-discounts tbody tr {\r\n background: #f6f6f6;\r\n}\r\n\r\n.product-discounts>.table-product-discounts tbody tr:nth-of-type(even) {\r\n background: white;\r\n}\r\n\r\n.product-discounts>.table-product-discounts tbody tr td {\r\n padding: 10px 20px;\r\n text-align: center;\r\n border: 5px #ebebeb solid;\r\n}\r\n\r\n.product-prices {\r\n margin: 10px 0 20px;\r\n}\r\n\r\n.product-prices .current-price {\r\n font-size: 26px;\r\n color: #000;\r\n}\r\n\r\n.product-prices .current-price span[itemprop='price'] {\r\n display: inline-block;\r\n margin: 0 13px 0 0;\r\n}\r\n\r\n.rtl .product-prices .current-price span[itemprop='price'] {\r\n margin: 0 0 0 13px;\r\n}\r\n\r\n.product-prices .tax-shipping-delivery-label {\r\n font-size: 13px;\r\n color: #878787;\r\n}\r\n\r\n.product-prices .product-discount {\r\n font-size: 18px;\r\n margin-bottom: 5px;\r\n}\r\n\r\n.product-discount {\r\n color: #acaaa6;\r\n}\r\n\r\n.product-discount .regular-price {\r\n text-decoration: line-through;\r\n font-weight: normal;\r\n margin: 0 13px 0 0;\r\n}\r\n\r\n.rtl .product-discount .regular-price {\r\n margin: 0 0 0 13px;\r\n}\r\n\r\n.has-discount.product-price,\r\n.has-discount p {\r\n color: #f39d72;\r\n font-size: 14px;\r\n}\r\n\r\n.has-discount .discount {\r\n background: #f39d72;\r\n color: white;\r\n font-weight: 500;\r\n padding: 5px 5px 2px;\r\n font-size: 10px;\r\n margin: 0 13px 0 0;\r\n text-transform: uppercase;\r\n vertical-align: middle;\r\n display: none;\r\n}\r\n\r\n.rtl .has-discount .discount {\r\n margin: 0 0 0 13px;\r\n}\r\n\r\n.has-discount .unit-price-cart {\r\n font-size: 12px;\r\n color: #999;\r\n font-weight: normal;\r\n}\r\n\r\n.has-discount .price {\r\n font-size: 16px;\r\n font-weight: bold;\r\n color: #a340ff;\r\n}\r\n\r\n.has-discount .product-unit-price.sub {\r\n color: #999;\r\n font-size: 12px;\r\n font-weight: normal;\r\n line-height: 20px;\r\n}\r\n\r\n.product-unit-price {\r\n font-size: 12px;\r\n margin-bottom: 0;\r\n}\r\n\r\n.product-tabs.tabs {\r\n margin-bottom: 20px;\r\n background: white;\r\n}\r\n\r\n.product-tabs.tabs .tab-content {\r\n padding: 10px 30px;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .product-tabs.tabs .tab-content {\r\n padding: 10px;\r\n }\r\n}\r\n\r\n.product-tabs.tabs .nav-tabs {\r\n border: none;\r\n border: 0;\r\n padding: 0px;\r\n text-align: center;\r\n position: relative;\r\n}\r\n\r\n.product-tabs.tabs .nav-tabs .nav-link {\r\n border: 0;\r\n text-transform: uppercase;\r\n padding: 5px 0;\r\n font-size: 14px;\r\n position: relative;\r\n margin: 0 40px;\r\n font-weight: bold;\r\n color: #ccc;\r\n font-family: 'Poppins', sans-serif;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .product-tabs.tabs .nav-tabs .nav-link {\r\n font-weight: bold;\r\n margin: 0 15px;\r\n }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n .product-tabs.tabs .nav-tabs .nav-link {\r\n font-size: 12px;\r\n margin: 0 10px;\r\n }\r\n}\r\n\r\n.product-tabs.tabs .nav-tabs .nav-link:before {\r\n content: '';\r\n left: 0;\r\n height: 2px;\r\n position: absolute;\r\n bottom: -5px;\r\n right: 0;\r\n background: #a340ff;\r\n display: none;\r\n}\r\n\r\n.product-tabs.tabs .nav-tabs .nav-link.active {\r\n border: none;\r\n color: #000;\r\n}\r\n\r\n.product-tabs.tabs .nav-tabs .nav-link.active:before {\r\n display: block;\r\n}\r\n\r\n.product-tabs.tabs .nav-tabs .nav-link:hover {\r\n border: none;\r\n color: #000;\r\n}\r\n\r\n.product-tabs.tabs .nav-tabs .nav-item {\r\n float: none;\r\n display: inline-block;\r\n vertical-align: top;\r\n margin: auto;\r\n}\r\n\r\n.product-cover {\r\n margin-bottom: 10px;\r\n position: relative;\r\n}\r\n\r\n.product-cover .layer {\r\n width: 100%;\r\n height: 100%;\r\n left: 0;\r\n top: 0;\r\n position: absolute;\r\n text-align: center;\r\n cursor: pointer;\r\n display: none;\r\n}\r\n\r\n.product-cover .layer .zoom-in {\r\n font-size: 30px;\r\n color: #a340ff;\r\n position: absolute;\r\n bottom: 0;\r\n right: 0;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n transform: scale(0);\r\n backface-visibility: hidden;\r\n transition: all 0.4s;\r\n transition-delay: 0.2s;\r\n}\r\n\r\n.rtl .product-cover .layer .zoom-in {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n.product-cover .layer:hover .zoom-in {\r\n opacity: 1;\r\n filter: alpha(opacity=100);\r\n transform: scale(1);\r\n}\r\n\r\n#product-modal .modal-content {\r\n border: none;\r\n padding: 0;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .product-cover-modal {\r\n background: white;\r\n width: 100%;\r\n max-width: 100%;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .image-caption {\r\n padding: 10px 20px;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .image-caption p {\r\n margin-bottom: 0;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .thumbnails {\r\n position: absolute;\r\n top: 10px;\r\n right: 10px;\r\n}\r\n\r\n.rtl #product-modal .modal-content .modal-body .thumbnails {\r\n left: 10px;\r\n right: auto;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .mask {\r\n position: relative;\r\n overflow: hidden;\r\n height: 475px;\r\n z-index: 1;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .mask.nomargin {\r\n margin-top: 0;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .product-images img {\r\n width: 150px;\r\n cursor: pointer;\r\n background: white;\r\n border: 2px solid transparent;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .product-images img:hover,\r\n#product-modal .modal-content .modal-body .product-images img.selected {\r\n border: 2px solid #e5e5e5;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .arrows {\r\n width: 100%;\r\n text-align: center;\r\n position: absolute;\r\n top: 100%;\r\n right: 0;\r\n z-index: 0;\r\n display: none;\r\n opacity: 1 !important;\r\n cursor: pointer;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .arrows.scroll {\r\n display: block;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .arrows .arrow-up {\r\n position: absolute;\r\n top: 20px;\r\n right: 55%;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .arrows .arrow-down {\r\n position: absolute;\r\n top: 20px;\r\n left: 55%;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .arrows i {\r\n font-size: 24px;\r\n -webkit-transition: all 0.4s;\r\n -o-transition: all 0.4s;\r\n transition: all 0.4s;\r\n color: #999;\r\n}\r\n\r\n#product-modal .modal-content .modal-body .arrows i:hover {\r\n color: #000;\r\n}\r\n\r\n#blockcart-modal {\r\n color: #ed4657;\r\n}\r\n\r\n#blockcart-modal .modal-header {\r\n background: #a340ff;\r\n border: 0;\r\n}\r\n\r\n#blockcart-modal .modal-body {\r\n background: #ffffff;\r\n padding: 30px;\r\n}\r\n\r\n#blockcart-modal .modal-body .divide-right span {\r\n display: inline-block;\r\n margin-bottom: 10px;\r\n}\r\n\r\n#blockcart-modal .modal-body .divide-right p {\r\n color: #000000;\r\n}\r\n\r\n#blockcart-modal .cart-content-btn {\r\n margin-top: 30px;\r\n text-align: center;\r\n}\r\n\r\n#blockcart-modal .modal-dialog {\r\n max-width: 900px;\r\n width: 100%;\r\n}\r\n\r\n#blockcart-modal .product-image {\r\n width: 210px;\r\n max-width: 100%;\r\n}\r\n\r\n#blockcart-modal .modal-title {\r\n color: white;\r\n font-size: 18px;\r\n}\r\n\r\n#blockcart-modal .modal-title i.material-icons {\r\n margin: 0 15px 0 0;\r\n}\r\n\r\n.rtl #blockcart-modal .modal-title i.material-icons {\r\n margin: 0 0 0 15px;\r\n}\r\n\r\n#blockcart-modal .product-name {\r\n color: #a340ff;\r\n font-size: 18px;\r\n margin-bottom: 10px;\r\n}\r\n\r\n#blockcart-modal .cart-products-count {\r\n font-size: 18px;\r\n}\r\n\r\n#blockcart-modal .cart-content {\r\n padding-left: 20px;\r\n}\r\n\r\n.rtl #blockcart-modal .cart-content {\r\n padding-right: 20px;\r\n padding-left: inherit;\r\n}\r\n\r\n#blockcart-modal .cart-content button {\r\n margin-right: 5px;\r\n}\r\n\r\n#blockcart-modal .divide-right {\r\n border-right: 1px solid #e5e5e5;\r\n}\r\n\r\n.rtl #blockcart-modal .divide-right {\r\n border-left: 1px solid #e5e5e5;\r\n border-right: inherit;\r\n}\r\n\r\n.product-images>li.thumb-container>.thumb {\r\n cursor: pointer;\r\n margin: 0 0 10px;\r\n border: 2px solid transparent;\r\n}\r\n\r\n.product-images>li.thumb-container>.thumb.selected,\r\n.product-images>li.thumb-container>.thumb:hover {\r\n border-color: #e5e5e5;\r\n}\r\n\r\n#main .images-container .js-qv-mask {\r\n white-space: nowrap;\r\n overflow: hidden;\r\n}\r\n\r\n#main .images-container .js-qv-mask.scroll {\r\n width: calc(100% - 60px);\r\n margin: 0 auto;\r\n}\r\n\r\n.scroll-box-arrows {\r\n display: none;\r\n position: absolute;\r\n width: 100%;\r\n bottom: 60px;\r\n left: 0;\r\n}\r\n\r\n.scroll-box-arrows.scroll {\r\n display: block;\r\n}\r\n\r\n.scroll-box-arrows i {\r\n position: absolute;\r\n top: -20px;\r\n bottom: 0;\r\n width: 40px;\r\n text-align: center;\r\n height: 40px;\r\n line-height: 40px;\r\n cursor: pointer;\r\n border: 1px solid #e5e5e5;\r\n font-size: 14px;\r\n color: #222;\r\n background: #fff;\r\n border-radius: 20px;\r\n -webkit-transition: all 0.4s;\r\n -o-transition: all 0.4s;\r\n transition: all 0.4s;\r\n}\r\n\r\n.scroll-box-arrows i:hover {\r\n background: #a340ff;\r\n border-color: #a340ff;\r\n color: #fff;\r\n}\r\n\r\n.scroll-box-arrows .right {\r\n right: 0;\r\n}\r\n\r\n.scroll-box-arrows .left {\r\n left: 0;\r\n}\r\n\r\n#product-availability {\r\n display: inline-block;\r\n font-weight: 400;\r\n color: #59c379;\r\n text-transform: uppercase;\r\n font-size: 10px;\r\n margin: 0 0 10px;\r\n font-family: 'Poppins';\r\n}\r\n\r\n#product-availability .material-icons {\r\n display: none;\r\n}\r\n\r\n#product-availability .product-available {\r\n color: #a340ff;\r\n}\r\n\r\n#product-availability .product-unavailable {\r\n color: #ff9a52;\r\n}\r\n\r\n#product-availability .product-last-items {\r\n color: #ff9a52;\r\n}\r\n\r\n.product-features {\r\n margin-top: 20px;\r\n}\r\n\r\n.product-features>dl.data-sheet {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-lines: multiple;\r\n -moz-box-lines: multiple;\r\n box-lines: multiple;\r\n -webkit-flex-wrap: wrap;\r\n -moz-flex-wrap: wrap;\r\n -ms-flex-wrap: wrap;\r\n flex-wrap: wrap;\r\n -webkit-box-align: start;\r\n -moz-box-align: start;\r\n box-align: start;\r\n -webkit-align-items: flex-start;\r\n -moz-align-items: flex-start;\r\n -ms-align-items: flex-start;\r\n -o-align-items: flex-start;\r\n align-items: flex-start;\r\n -ms-flex-align: start;\r\n}\r\n\r\n.product-features>dl.data-sheet dd.value,\r\n.product-features>dl.data-sheet dt.name {\r\n -webkit-box-flex: 1;\r\n -moz-box-flex: 1;\r\n box-flex: 1;\r\n -webkit-flex: 1 0 40%;\r\n -moz-flex: 1 0 40%;\r\n -ms-flex: 1 0 40%;\r\n flex: 1 0 40%;\r\n font-weight: normal;\r\n background: #ebebeb;\r\n padding: 10px;\r\n margin-right: 10px;\r\n min-height: 40px;\r\n word-break: break-all;\r\n}\r\n\r\n.product-features>dl.data-sheet dd.value:nth-of-type(even),\r\n.product-features>dl.data-sheet dt.name:nth-of-type(even) {\r\n background: #f6f6f6;\r\n}\r\n\r\n.product-features>dl.data-sheet dt.name {\r\n text-transform: capitalize;\r\n}\r\n\r\n.product-variants>.product-variants-item {\r\n margin: 20px 0;\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-align: center;\r\n -moz-box-align: center;\r\n box-align: center;\r\n -webkit-align-items: center;\r\n -moz-align-items: center;\r\n -ms-align-items: center;\r\n -o-align-items: center;\r\n align-items: center;\r\n -ms-flex-align: center;\r\n}\r\n\r\n.product-variants>.product-variants-item select {\r\n min-height: 40px;\r\n}\r\n\r\n.product-variants>.product-variants-item select:active {\r\n color: #000;\r\n}\r\n\r\n.product-variants>.product-variants-item ul li {\r\n margin: 0 10px 0 0;\r\n}\r\n\r\n.rtl .product-variants>.product-variants-item ul li {\r\n margin: 0 0 0 10px;\r\n}\r\n\r\n.product-variants>.product-variants-item ul li label {\r\n margin: 5px 0;\r\n}\r\n\r\n.product-variants>.product-variants-item .color,\r\n.product-variants>.product-variants-item .input-color {\r\n width: 28px;\r\n height: 28px;\r\n border-radius: 50%;\r\n border-width: 1px;\r\n vertical-align: top;\r\n}\r\n\r\n.product-customization {\r\n margin: 40px 0;\r\n}\r\n\r\n.product-customization .product-customization-item {\r\n margin: 20px 0;\r\n}\r\n\r\n.product-customization .product-message {\r\n background: #f8f8f8;\r\n border: none;\r\n width: 100%;\r\n height: 50px;\r\n resize: none;\r\n padding: 10px;\r\n}\r\n\r\n.product-customization .product-message::-webkit-input-placeholder {\r\n color: #acaaa6;\r\n}\r\n\r\n.product-customization .product-message::-moz-placeholder {\r\n color: #acaaa6;\r\n}\r\n\r\n.product-customization .product-message:-moz-placeholder {\r\n color: #acaaa6;\r\n}\r\n\r\n.product-customization .product-message:-ms-input-placeholder {\r\n color: #acaaa6;\r\n}\r\n\r\n.product-customization .file-input {\r\n width: 100%;\r\n left: 0;\r\n z-index: 1;\r\n cursor: pointer;\r\n height: 42px;\r\n overflow: hidden;\r\n position: absolute;\r\n opacity: 0;\r\n filter: alpha(opacity=0);\r\n}\r\n\r\n.product-customization .custom-file {\r\n position: relative;\r\n background: #ebebeb;\r\n width: 100%;\r\n height: 42px;\r\n line-height: 42px;\r\n text-indent: 10px;\r\n display: block;\r\n color: #acaaa6;\r\n margin-top: 20px;\r\n}\r\n\r\n.product-customization .custom-file button {\r\n z-index: 0;\r\n position: absolute;\r\n right: 0;\r\n top: 0;\r\n}\r\n\r\n.product-customization small {\r\n color: #acaaa6;\r\n}\r\n\r\n.product-pack {\r\n margin-top: 40px;\r\n}\r\n\r\n.product-pack .pack-product-container {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-pack: distribute;\r\n -moz-box-pack: distribute;\r\n box-pack: distribute;\r\n -webkit-justify-content: space-around;\r\n -moz-justify-content: space-around;\r\n -ms-justify-content: space-around;\r\n -o-justify-content: space-around;\r\n justify-content: space-around;\r\n -ms-flex-pack: distribute;\r\n}\r\n\r\n.product-pack .pack-product-container .pack-product-name {\r\n -webkit-box-flex: 0;\r\n -moz-box-flex: 0;\r\n box-flex: 0;\r\n -webkit-flex: 0 0 50%;\r\n -moz-flex: 0 0 50%;\r\n -ms-flex: 0 0 50%;\r\n flex: 0 0 50%;\r\n font-size: 14px;\r\n color: #acaaa6;\r\n}\r\n\r\n.product-pack .pack-product-container .pack-product-quantity {\r\n border-left: #ebebeb 2px solid;\r\n padding-left: 10px;\r\n}\r\n\r\n.product-pack .pack-product-container .pack-product-name,\r\n.product-pack .pack-product-container .pack-product-price,\r\n.product-pack .pack-product-container .pack-product-quantity {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-align: center;\r\n -moz-box-align: center;\r\n box-align: center;\r\n -webkit-align-items: center;\r\n -moz-align-items: center;\r\n -ms-align-items: center;\r\n -o-align-items: center;\r\n align-items: center;\r\n -ms-flex-align: center;\r\n}\r\n\r\n.product-refresh {\r\n margin-top: 20px;\r\n}\r\n\r\n.social-sharing {\r\n width: 100%;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.social-sharing span {\r\n display: none;\r\n}\r\n\r\n.social-sharing ul {\r\n margin-bottom: 0;\r\n}\r\n\r\n.social-sharing li {\r\n cursor: pointer;\r\n display: inline-block;\r\n margin-right: 30px;\r\n -webkit-transition: all 0.2s ease-in;\r\n -o-transition: all 0.2s ease-in;\r\n transition: all 0.2s ease-in;\r\n position: relative;\r\n color: #888;\r\n}\r\n\r\n.rtl .social-sharing li {\r\n margin-left: 30px;\r\n margin-right: inherit;\r\n}\r\n\r\n.social-sharing li a {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n display: block;\r\n width: 100%;\r\n height: 100%;\r\n white-space: nowrap;\r\n text-indent: 100%;\r\n overflow: hidden;\r\n}\r\n\r\n.social-sharing li a:hover {\r\n color: transparent;\r\n}\r\n\r\n.social-sharing li:before {\r\n content: '';\r\n font-family: 'FontAwesome';\r\n font-size: 14px;\r\n backface-visibility: hidden;\r\n}\r\n\r\n.social-sharing li:hover {\r\n -webkit-transform: scale(1.5);\r\n -moz-transform: scale(1.5);\r\n -ms-transform: scale(1.5);\r\n -o-transform: scale(1.5);\r\n transform: scale(1.5);\r\n color: #000;\r\n}\r\n\r\n.social-sharing li.facebook:before {\r\n content: '\\f09a';\r\n}\r\n\r\n.social-sharing li.twitter:before {\r\n content: '\\f099';\r\n}\r\n\r\n.social-sharing li.rss:before {\r\n content: '\\f09e';\r\n}\r\n\r\n.social-sharing li.youtube:before {\r\n content: '\\f16a';\r\n}\r\n\r\n.social-sharing li.googleplus:before {\r\n content: '\\f0d5';\r\n}\r\n\r\n.social-sharing li.pinterest:before {\r\n content: '\\f0d2';\r\n}\r\n\r\n.social-sharing li.vimeo:before {\r\n content: '\\f27d';\r\n}\r\n\r\n.social-sharing li.instagram:before {\r\n content: '\\f16d';\r\n}\r\n\r\n.products-selection {\r\n margin-bottom: 30px;\r\n padding: 18px 0px;\r\n border-bottom: 1px solid #eee;\r\n}\r\n\r\n.products-selection .title {\r\n color: #878787;\r\n}\r\n\r\n#blockcart-modal .cart-content .btn {\r\n margin-top: 10px;\r\n padding: 15px 15px;\r\n background: #ccc;\r\n color: #fff;\r\n}\r\n\r\n#blockcart-modal .cart-content .btn i {\r\n vertical-align: -3px;\r\n}\r\n\r\n#blockcart-modal .cart-content .btn:hover {\r\n background: #333;\r\n color: #fff;\r\n}\r\n\r\n/* PS Category Product */\r\n.category-products,\r\n.product-accessories,\r\n.viewed-products {\r\n background: #ffffff;\r\n padding: 30px;\r\n clear: both;\r\n margin: 0 15px;\r\n}\r\n\r\n.products-section-title {\r\n margin: 10px 0 45px;\r\n text-align: center;\r\n font-weight: bold;\r\n font-size: 24px;\r\n text-transform: uppercase;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .products-section-title {\r\n font-size: 18px;\r\n }\r\n}\r\n\r\n.products-section-title span {\r\n font-size: 14px;\r\n color: #999;\r\n font-weight: normal;\r\n text-transform: none;\r\n display: block;\r\n padding: 10px 0 0;\r\n letter-spacing: 0;\r\n font-family: 'Poppins', sans-serif;\r\n}\r\n\r\n/* Product Tab */\r\n.more-info-product {\r\n margin-top: 2rem;\r\n background: #ffffff;\r\n padding: 20px 0;\r\n}\r\n\r\n.more-info-product .title-info-product {\r\n color: #000000;\r\n text-transform: uppercase;\r\n padding: 0.9375rem 0rem;\r\n margin-bottom: 0.9375rem;\r\n font-size: 1rem;\r\n position: relative;\r\n margin-right: 2.1875rem;\r\n}\r\n\r\n.rtl .more-info-product .title-info-product {\r\n margin-left: 2.1875rem;\r\n margin-right: inherit;\r\n}\r\n\r\n.more-info-product .title-info-product:before {\r\n content: '';\r\n background: #a340ff;\r\n bottom: 0px;\r\n position: absolute;\r\n display: inline-block;\r\n width: 30px;\r\n height: 2px;\r\n}\r\n\r\n/* Product Accordion */\r\n.products-accordion {\r\n margin-top: 2rem;\r\n}\r\n\r\n.products-accordion .card {\r\n margin: 0px;\r\n border: 1px solid #eaeaea;\r\n border-bottom: none;\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n -ms-border-radius: 0px;\r\n -o-border-radius: 0px;\r\n border-radius: 0px;\r\n}\r\n\r\n.products-accordion .card:last-child {\r\n border-bottom: 1px solid #eaeaea;\r\n}\r\n\r\n.products-accordion .card-header {\r\n background: none;\r\n padding: 20px;\r\n border-bottom: none;\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n -ms-border-radius: 0px;\r\n -o-border-radius: 0px;\r\n border-radius: 0px;\r\n}\r\n\r\n.products-accordion .card-header h5 {\r\n margin: 0px;\r\n}\r\n\r\n.products-accordion .card-header a {\r\n text-transform: uppercase;\r\n position: relative;\r\n width: 100%;\r\n display: inline-block;\r\n}\r\n\r\n.products-accordion .card-header a:after {\r\n content: '\\f068';\r\n font-size: 16px;\r\n font-family: 'FontAwesome';\r\n position: absolute;\r\n font-weight: normal;\r\n top: 0px;\r\n color: #000000;\r\n right: 10px;\r\n}\r\n\r\n.rtl .products-accordion .card-header a:after {\r\n left: 10px;\r\n right: auto;\r\n}\r\n\r\n.products-accordion .card-header a.collapsed:after {\r\n content: '\\f067';\r\n}\r\n\r\n.products-accordion .card-header a:hover:after {\r\n color: #a340ff;\r\n}\r\n\r\n/* Responsive */\r\n@media (max-width: 991px) {\r\n .product-cover img {\r\n width: 100%;\r\n }\r\n\r\n #product-modal .modal-content .modal-body {\r\n -webkit-box-orient: vertical;\r\n -moz-box-orient: vertical;\r\n box-orient: vertical;\r\n -webkit-box-direction: normal;\r\n -moz-box-direction: normal;\r\n box-direction: normal;\r\n -webkit-flex-direction: column;\r\n -moz-flex-direction: column;\r\n flex-direction: column;\r\n -ms-flex-direction: column;\r\n margin-left: 0;\r\n }\r\n\r\n #product-modal .modal-content .modal-body img.product-cover-modal {\r\n width: 100%;\r\n }\r\n\r\n #product-modal .modal-content .modal-body .arrows {\r\n display: none;\r\n }\r\n\r\n #product-modal .modal-content .modal-body .image-caption {\r\n width: 100%;\r\n }\r\n\r\n #blockcart-modal .modal-dialog {\r\n width: calc(100% - 20px);\r\n }\r\n\r\n #blockcart-modal .modal-body {\r\n padding: 30px;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n #blockcart-modal .divide-right {\r\n border-right: none;\r\n }\r\n\r\n .rtl #blockcart-modal .divide-right {\r\n border-left: none;\r\n border-right: inherit;\r\n }\r\n\r\n #blockcart-modal .modal-body {\r\n padding: 16px;\r\n }\r\n}\r\n\r\n.scroll-box-arrows i::selection,\r\n.arrows i::selection {\r\n background: none;\r\n color: inherit;\r\n}\r\n\r\n#product-modal .modal-dialog {\r\n max-width: 700px;\r\n margin: 30px auto;\r\n}\r\n\r\n#product-modal .modal-body {\r\n padding: 10px 170px 10px 10px;\r\n background: #fff;\r\n}\r\n\r\n.rtl #product-modal .modal-body {\r\n padding: 10px 10px 10px 170px;\r\n}\r\n\r\n.product-infor {\r\n clear: both;\r\n padding-top: 40px;\r\n}\r\n\r\n.leo-compare-wishlist-button:after {\r\n content: '';\r\n display: block;\r\n clear: both;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .leo-compare-wishlist-button {\r\n margin: 0 -5px 20px;\r\n }\r\n}\r\n\r\n.leo-compare-wishlist-button .wishlist,\r\n.leo-compare-wishlist-button .compare {\r\n float: left;\r\n padding: 0 5px;\r\n margin: 10px 0 0;\r\n}\r\n\r\n.rtl .leo-compare-wishlist-button .wishlist,\r\n.rtl .leo-compare-wishlist-button .compare {\r\n float: right;\r\n}\r\n\r\n.leo-compare-wishlist-button .btn-product {\r\n border-radius: 0;\r\n background: #2a363b;\r\n border: 0;\r\n border-bottom: 1px solid #eee;\r\n font-size: 11px;\r\n font-weight: normal;\r\n}\r\n\r\n.leo-compare-wishlist-button .btn-product.added {\r\n background: #000;\r\n}\r\n\r\n.leo-compare-wishlist-button .btn-product.added span span:before {\r\n content: '\\f00c';\r\n font-family: 'FontAwesome';\r\n margin: 0 5px 0 0;\r\n}\r\n\r\n.rtl .leo-compare-wishlist-button .btn-product.added span span:before {\r\n margin: 0 0 0 5px;\r\n}\r\n\r\n.product-quantity .add .btn:not(.add-to-cart) {\r\n position: relative;\r\n background: none;\r\n color: #888;\r\n padding: 0;\r\n margin: 0 10px 0 0;\r\n font-weight: bold;\r\n height: 40px;\r\n line-height: 40px;\r\n min-width: 110px;\r\n}\r\n\r\n.rtl .product-quantity .add .btn:not(.add-to-cart) {\r\n margin: 0 0 0 10px;\r\n}\r\n\r\n.product-quantity .add .btn:not(.add-to-cart):hover,\r\n.product-quantity .add .btn:not(.add-to-cart):active,\r\n.product-quantity .add .btn:not(.add-to-cart):focus {\r\n color: #a340ff;\r\n border-color: #a340ff;\r\n}\r\n\r\n.product-quantity .add .btn:not(.add-to-cart) .cssload-speeding-wheel {\r\n border: 2px solid #a340ff;\r\n border-left-color: transparent;\r\n border-right-color: transparent;\r\n}\r\n\r\n.product-quantity .add .btn:not(.add-to-cart).add-to-cart:hover {\r\n background: #dc5e56;\r\n}\r\n\r\n@media (max-width: 1199px) and (min-width: 992px) {\r\n .product-quantity .add .btn:not(.add-to-cart):not(.add-to-cart) {\r\n font-size: 9px;\r\n }\r\n}\r\n\r\n.product-quantity .add .btn:not(.add-to-cart) i {\r\n display: none;\r\n}\r\n\r\n.product-actions .product-variants {\r\n margin: 0 0 30px;\r\n}\r\n\r\n.product-add-to-cart {\r\n margin-bottom: 25px;\r\n}\r\n\r\n.product-add-to-cart .control-label {\r\n margin: 18px 10px auto 0;\r\n min-width: 80px;\r\n float: left;\r\n}\r\n\r\n.rtl .product-add-to-cart .control-label {\r\n margin: 18px 0 auto 10px;\r\n}\r\n\r\n.rtl .product-add-to-cart .control-label {\r\n float: right;\r\n}\r\n\r\n.product-add-to-cart .product-quantity {\r\n position: relative;\r\n}\r\n\r\n.product-add-to-cart .product-quantity .qty {\r\n margin-bottom: 30px;\r\n width: 100px;\r\n margin: 0 0 30px 90px;\r\n}\r\n\r\n.rtl .product-add-to-cart .product-quantity .qty {\r\n margin: 0 90px 30px 0;\r\n}\r\n\r\n.product-add-to-cart .product-quantity .add-to-cart {\r\n background: #2a363b;\r\n}\r\n\r\n.product-add-to-cart .product-quantity .add-to-cart:hover {\r\n background: #a340ff;\r\n}\r\n\r\n.product-add-to-cart .product-quantity .add-to-cart .material-icons {\r\n display: none;\r\n}\r\n\r\n.ps-hidden-by-js {\r\n display: none;\r\n}\r\n\r\n.product-infor #block-reassurance {\r\n background-color: #fff;\r\n box-shadow: none;\r\n border: 1px solid #e5e5e5;\r\n border-top: 2px solid #000;\r\n margin: 50px 0;\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .product-infor #block-reassurance ul {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n }\r\n\r\n .product-infor #block-reassurance ul li {\r\n border: 0;\r\n border-right: 1px solid #e5e5e5;\r\n width: 33.33%;\r\n }\r\n\r\n .rtl .product-infor #block-reassurance ul li {\r\n border-left: 1px solid #e5e5e5;\r\n border-right: inherit;\r\n }\r\n\r\n .product-infor #block-reassurance ul li .block-reassurance-item {\r\n padding: 12px 20px;\r\n }\r\n\r\n .product-infor #block-reassurance ul li:last-child {\r\n border: 0;\r\n }\r\n}\r\n\r\n.quickview h1.h1 {\r\n text-transform: capitalize;\r\n margin: 0 0 10px;\r\n font-size: 26px;\r\n line-height: 40px;\r\n font-weight: normal;\r\n font-family: 'Poppins';\r\n letter-spacing: 0;\r\n}\r\n\r\n#product #content-wrapper {\r\n padding-bottom: 20px;\r\n}\r\n\r\n.product-additional-info .social-sharing {\r\n padding: 10px 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .page-product>.col-md-6:nth-child(1) {\r\n padding: 0 40px 0 15px;\r\n }\r\n\r\n .rtl .page-product>.col-md-6:nth-child(1) {\r\n padding: 0 15px 0 40px;\r\n }\r\n\r\n .page-product>.col-md-6:nth-child(2) {\r\n padding: 0 15px 0 40px;\r\n }\r\n\r\n .rtl .page-product>.col-md-6:nth-child(2) {\r\n padding: 0 40px 0 15px;\r\n }\r\n}\r\n\r\n#leo_product_reviews_block_extra {\r\n line-height: 20px;\r\n color: #5a5050;\r\n margin: 0 0 20px;\r\n}\r\n\r\n#leo_product_reviews_block_extra a {\r\n color: #5a5050;\r\n}\r\n\r\n#leo_product_reviews_block_extra a:hover {\r\n color: #a340ff;\r\n}\r\n\r\n#leo_product_reviews_block_extra:after {\r\n content: '';\r\n display: block;\r\n clear: both;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_note {\r\n float: left;\r\n margin: 0 15px 0 0;\r\n padding: 0 15px 0 0;\r\n position: relative;\r\n height: 20px;\r\n}\r\n\r\n.rtl #leo_product_reviews_block_extra .reviews_note {\r\n float: right;\r\n}\r\n\r\n.rtl #leo_product_reviews_block_extra .reviews_note {\r\n margin: 0 0 0 15px;\r\n}\r\n\r\n.rtl #leo_product_reviews_block_extra .reviews_note {\r\n padding: 0 0 0 15px;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_note:before {\r\n content: '';\r\n width: 2px;\r\n height: 12px;\r\n background: #5a5050;\r\n position: absolute;\r\n top: 4px;\r\n right: 0;\r\n}\r\n\r\n.rtl #leo_product_reviews_block_extra .reviews_note:before {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_note>span {\r\n display: none;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_advices {\r\n float: left;\r\n margin: 0;\r\n}\r\n\r\n.rtl #leo_product_reviews_block_extra .reviews_advices {\r\n float: right;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_advices li {\r\n line-height: 20px;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_advices li.last {\r\n border: 0;\r\n padding: 0;\r\n}\r\n\r\n#leo_product_reviews_block_extra .reviews_advices i {\r\n display: none;\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .product-tabs.tabs {\r\n border: 1px solid #efefef;\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n }\r\n\r\n .product-tabs.tabs .nav-tabs {\r\n width: 270px;\r\n min-width: 270px;\r\n float: left;\r\n text-align: left;\r\n border-right: 1px solid #efefef;\r\n }\r\n\r\n .rtl .product-tabs.tabs .nav-tabs {\r\n float: right;\r\n }\r\n\r\n .rtl .product-tabs.tabs .nav-tabs {\r\n text-align: right;\r\n }\r\n\r\n .rtl .product-tabs.tabs .nav-tabs {\r\n border-left: 1px solid #efefef;\r\n border-right: inherit;\r\n }\r\n\r\n .product-tabs.tabs .nav-tabs .nav-item {\r\n display: block;\r\n margin: 0 -1px 0 0;\r\n border-bottom: 1px solid #efefef;\r\n overflow: hidden;\r\n }\r\n\r\n .rtl .product-tabs.tabs .nav-tabs .nav-item {\r\n margin: 0 0 0 -1px;\r\n }\r\n\r\n .product-tabs.tabs .nav-tabs .nav-item .nav-link {\r\n padding: 13px 30px;\r\n border: 0;\r\n margin: 0;\r\n border-radius: 0;\r\n }\r\n\r\n .product-tabs.tabs .nav-tabs .nav-item .nav-link:before {\r\n display: none;\r\n }\r\n\r\n .product-tabs.tabs .nav-tabs .nav-item .nav-link:after {\r\n content: '';\r\n position: absolute;\r\n top: -1px;\r\n bottom: -1px;\r\n left: -1px;\r\n width: 0;\r\n transition: all 0.4s;\r\n }\r\n\r\n .rtl .product-tabs.tabs .nav-tabs .nav-item .nav-link:after {\r\n right: -1px;\r\n left: auto;\r\n }\r\n\r\n .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after {\r\n background: #a340ff;\r\n width: 6px;\r\n }\r\n\r\n .product-tabs.tabs .tab-content {\r\n padding: 50px;\r\n width: 100%;\r\n }\r\n}\r\n\r\n/* Style for Product Image */\r\n.product-thumb-images {\r\n display: none;\r\n}\r\n\r\n.product-thumb-images .thumb {\r\n max-width: 100%;\r\n cursor: pointer;\r\n border: 1px solid transparent;\r\n}\r\n\r\n.product-thumb-images .thumb.selected,\r\n.product-thumb-images .thumb:hover {\r\n border: 1px solid #414141;\r\n}\r\n\r\n.product-detail .arrows-product-fake {\r\n display: none;\r\n}\r\n\r\n.product-detail .arrows-product-fake .slick-arrow {\r\n width: 40px;\r\n height: 40px;\r\n line-height: 40px;\r\n text-align: center;\r\n color: #000000;\r\n z-index: 999;\r\n overflow: hidden;\r\n background: rgba(255, 255, 255, 0.8);\r\n border-radius: 50%;\r\n}\r\n\r\n.product-detail .arrows-product-fake .slick-arrow:hover {\r\n color: #ffffff;\r\n background: #a340ff;\r\n}\r\n\r\n.product-detail .arrows-product-fake .slick-arrow.slick-next {\r\n right: -20px;\r\n}\r\n\r\n.product-detail .arrows-product-fake .slick-arrow.slick-prev {\r\n left: -20px;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images {\r\n padding-left: 20px;\r\n padding-right: 20px;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images .slick-list {\r\n margin-left: -5px;\r\n margin-right: -5px;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images .slick-list .slick-slide {\r\n padding-right: 5px;\r\n padding-left: 5px;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next {\r\n right: -5px;\r\n}\r\n\r\n.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev {\r\n left: -5px;\r\n}\r\n\r\n.product-detail.product-thumbs-left .images-container,\r\n.product-detail.product-thumbs-right .images-container {\r\n position: relative;\r\n}\r\n\r\n.product-detail.product-thumbs-left .images-container .product-cover .product-flags,\r\n.product-detail.product-thumbs-right .images-container .product-cover .product-flags {\r\n left: 10px;\r\n}\r\n\r\n.rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags,\r\n.rtl .product-detail.product-thumbs-right .images-container .product-cover .product-flags {\r\n right: 10px;\r\n left: auto;\r\n}\r\n\r\n.product-detail.product-thumbs-left .images-container .product-thumb-images,\r\n.product-detail.product-thumbs-right .images-container .product-thumb-images {\r\n position: absolute;\r\n top: 30px;\r\n z-index: 9;\r\n width: 80px;\r\n}\r\n\r\n.product-detail.product-thumbs-left .product-thumb-images .slick-list,\r\n.product-detail.product-thumbs-right .product-thumb-images .slick-list {\r\n margin-top: -5px;\r\n margin-bottom: -5px;\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n}\r\n\r\n.product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,\r\n.product-detail.product-thumbs-right .product-thumb-images .slick-list .slick-slide {\r\n padding-top: 5px;\r\n padding-bottom: 5px;\r\n padding-right: 0px;\r\n padding-left: 0px;\r\n}\r\n\r\n.product-detail.product-thumbs-left .product-thumb-images .slick-arrow,\r\n.product-detail.product-thumbs-right .product-thumb-images .slick-arrow {\r\n left: 0;\r\n right: 0;\r\n width: 100%;\r\n margin: auto;\r\n color: #ffffff;\r\n background: #000;\r\n}\r\n\r\n.product-detail.product-thumbs-left .product-thumb-images .slick-arrow:before,\r\n.product-detail.product-thumbs-right .product-thumb-images .slick-arrow:before {\r\n opacity: 1;\r\n}\r\n\r\n.product-detail.product-thumbs-left .product-thumb-images .slick-arrow:hover,\r\n.product-detail.product-thumbs-right .product-thumb-images .slick-arrow:hover {\r\n color: #ffffff;\r\n background: #000000;\r\n}\r\n\r\n.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next,\r\n.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next {\r\n top: -20px;\r\n bottom: auto;\r\n}\r\n\r\n.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next:before,\r\n.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next:before {\r\n content: '\\f106';\r\n font-family: 'FontAwesome';\r\n}\r\n\r\n.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev,\r\n.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev {\r\n top: auto;\r\n bottom: -40px;\r\n}\r\n\r\n.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev:before,\r\n.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev:before {\r\n content: '\\f107';\r\n font-family: 'FontAwesome';\r\n}\r\n\r\n.product-detail.product-thumbs-left .images-container {\r\n position: relative;\r\n}\r\n\r\n.product-detail.product-thumbs-left .images-container .product-cover {\r\n padding-left: 90px;\r\n}\r\n\r\n.rtl .product-detail.product-thumbs-left .images-container .product-cover {\r\n padding-right: 90px;\r\n padding-left: inherit;\r\n}\r\n\r\n.product-detail.product-thumbs-left .images-container .product-cover .product-flags {\r\n right: 10px;\r\n}\r\n\r\n.rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags {\r\n left: 10px;\r\n right: auto;\r\n}\r\n\r\n.product-detail.product-thumbs-left .images-container .product-thumb-images {\r\n left: 0;\r\n}\r\n\r\n.rtl .product-detail.product-thumbs-left .images-container .product-thumb-images {\r\n right: 0;\r\n left: auto;\r\n}\r\n\r\n.product-detail.product-thumbs-right .images-container {\r\n position: relative;\r\n}\r\n\r\n.product-detail.product-thumbs-right .images-container .product-cover {\r\n padding-right: 90px;\r\n}\r\n\r\n.rtl .product-detail.product-thumbs-right .images-container .product-cover {\r\n padding-left: 90px;\r\n padding-right: inherit;\r\n}\r\n\r\n.product-detail.product-thumbs-right .images-container .product-cover .layer {\r\n left: 20px;\r\n right: auto;\r\n}\r\n\r\n.product-detail.product-thumbs-right .images-container .product-thumb-images {\r\n right: 0;\r\n}\r\n\r\n.rtl .product-detail.product-thumbs-right .images-container .product-thumb-images {\r\n left: 0;\r\n right: auto;\r\n}\r\n\r\n.product-detail.no-thumbs .images-container {\r\n position: relative;\r\n}\r\n\r\n.product-detail.no-thumbs .product-thumb-images .slick-arrows,\r\n.product-detail.no-thumbs .product-thumb-images .slick-list {\r\n display: none;\r\n}\r\n\r\n.product-detail.no-thumbs .arrows-product-fake {\r\n display: block;\r\n}\r\n\r\n.product-detail.product-image-gallery .product-cover {\r\n display: none;\r\n}\r\n\r\n.product-detail.product-image-gallery .product-thumb-images {\r\n display: block;\r\n margin-left: -15px;\r\n margin-right: -15px;\r\n}\r\n\r\n.product-detail.product-image-gallery .product-thumb-images::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.product-detail.product-image-gallery .product-thumb-images .thumb-container {\r\n display: block;\r\n text-align: center;\r\n padding-left: 15px;\r\n padding-right: 15px;\r\n margin-bottom: 30px;\r\n float: left;\r\n}\r\n\r\n.rtl .product-detail.product-image-gallery .product-thumb-images .thumb-container {\r\n float: right;\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .product-detail.product-image-gallery .product-thumb-images .thumb-container {\r\n width: 50%;\r\n }\r\n}\r\n\r\n@media (max-width: 575px) {\r\n .product-detail.product-image-gallery .product-thumb-images .thumb-container {\r\n width: 100%;\r\n }\r\n}\r\n\r\n@media (min-width: 576px) {\r\n .product-detail.product-image-gallery .product-thumb-images .thumb-container:nth-child(2n + 1) {\r\n clear: both;\r\n }\r\n}\r\n\r\n.zoomContainer {\r\n z-index: 9;\r\n}\r\n\r\n#product #content[data-templateview='right'] .product-flags {\r\n right: auto;\r\n left: 25px;\r\n}\r\n\r\n.rtl #product #content[data-templateview='right'] .product-flags {\r\n right: 25px;\r\n left: auto;\r\n}\r\n\r\n.review_details p[itemprop='name'] {\r\n color: #333;\r\n}\r\n\r\n.review_details p[itemprop='name']:first-letter {\r\n text-transform: uppercase;\r\n}\r\n\r\n.review_details p[itemprop='name'] strong {\r\n display: block;\r\n}\r\n\r\n.review-info .review_author .star_content {\r\n margin: 5px 0;\r\n}\r\n\r\n.review-info .review_author .review_author_infos strong {\r\n color: #333;\r\n text-transform: capitalize;\r\n margin: 0 5px 0 0;\r\n}\r\n\r\n.rtl .review-info .review_author .review_author_infos strong {\r\n margin: 0 0 0 5px;\r\n}\r\n\r\n@media (min-width: 1200px) {\r\n .product-detail {\r\n padding-top: 20px;\r\n }\r\n\r\n .product-detail>.row {\r\n margin: 0 -30px;\r\n }\r\n\r\n .product-detail>.row>div[class^='col-'] {\r\n padding-left: 30px;\r\n padding-right: 30px;\r\n }\r\n\r\n .product-detail>.row>.col-md-12 {\r\n padding-top: 20px;\r\n }\r\n}\r\n\r\n.leo-modal-review input.form-control {\r\n height: 40px;\r\n}\r\n\r\n.leo-modal-review .cssload-speeding-wheel {\r\n border: 2px solid #fff;\r\n border-left-color: transparent;\r\n border-right-color: transparent;\r\n}\r\n\r\n.leo-modal-review .form-control {\r\n padding: 10px;\r\n}\r\n\r\n.leo-modal-review sup {\r\n color: #e34747;\r\n}\r\n\r\n.leo-modal-review .product-info {\r\n width: 40%;\r\n}\r\n\r\n.leo-modal-review .new_review_form_content {\r\n width: 60%;\r\n}\r\n\r\n.product-image-no-thumbs .product-quantity .add {\r\n padding: 0;\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-align: center;\r\n -moz-box-align: center;\r\n box-align: center;\r\n -webkit-align-items: center;\r\n -moz-align-items: center;\r\n -ms-align-items: center;\r\n -o-align-items: center;\r\n align-items: center;\r\n -ms-flex-align: center;\r\n}\r\n\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-align: center;\r\n -moz-box-align: center;\r\n box-align: center;\r\n -webkit-align-items: center;\r\n -moz-align-items: center;\r\n -ms-align-items: center;\r\n -o-align-items: center;\r\n align-items: center;\r\n -ms-flex-align: center;\r\n position: static;\r\n margin: 0;\r\n}\r\n\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button>div {\r\n margin: 0 0 0 10px;\r\n padding: 0;\r\n}\r\n\r\n.rtl .product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button>div {\r\n margin: 0 10px 0 0;\r\n}\r\n\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product {\r\n width: 50px;\r\n height: 50px;\r\n line-height: 48px;\r\n padding: 0;\r\n margin: 0;\r\n border: 1px solid #2a363b;\r\n color: #333;\r\n position: relative;\r\n min-width: 0;\r\n}\r\n\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product .cssload-speeding-wheel {\r\n border: 2px solid #fff;\r\n border-left-color: transparent;\r\n border-right-color: transparent;\r\n}\r\n\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product span i {\r\n display: inline-block;\r\n margin: 0;\r\n}\r\n\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product span span {\r\n position: absolute;\r\n font-size: 10px;\r\n font-weight: 400;\r\n height: 20px;\r\n line-height: 20px;\r\n bottom: 100%;\r\n left: 50%;\r\n transform: translateX(-50%);\r\n margin-bottom: 10px;\r\n background: #2a363b;\r\n color: #fff;\r\n padding: 0 10px;\r\n border-radius: 2px;\r\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);\r\n transition: all 0.4s;\r\n opacity: 0;\r\n visibility: hidden;\r\n pointer-events: none;\r\n}\r\n\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product span span:before {\r\n content: '';\r\n border: 5px solid transparent;\r\n position: absolute;\r\n top: 100%;\r\n left: 50%;\r\n transform: translateX(-50%);\r\n border-top-color: #2a363b;\r\n}\r\n\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:hover,\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:active,\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:focus {\r\n background: #2a363b;\r\n color: #fff;\r\n}\r\n\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:hover span span,\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:active span span,\r\n.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:focus span span {\r\n opacity: 1;\r\n visibility: visible;\r\n}\r\n\r\n.product-image-no-thumbs .product-tabs.tabs {\r\n border: 0;\r\n display: block;\r\n}\r\n\r\n.product-image-no-thumbs .product-tabs.tabs .tab-content {\r\n padding: 50px 0;\r\n}\r\n\r\n.product-image-no-thumbs .product-tabs.tabs .nav-tabs {\r\n width: auto;\r\n min-width: 0;\r\n float: none;\r\n text-align: center;\r\n border: 0;\r\n border-bottom: 1px solid #333;\r\n}\r\n\r\n.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item {\r\n display: inline-block;\r\n vertical-align: top;\r\n margin: 0 2px -1px 2px;\r\n border: 0;\r\n overflow: hidden;\r\n}\r\n\r\n.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link {\r\n border: 1px solid #e5e5e5;\r\n border-bottom: 1px solid #333;\r\n color: #ccc;\r\n border-radius: 0;\r\n margin: 0;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link {\r\n padding: 10px;\r\n font-size: 13px;\r\n }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link {\r\n padding: 10px 5px;\r\n font-size: 10px;\r\n }\r\n}\r\n\r\n.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link:after {\r\n display: none;\r\n}\r\n\r\n.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link:hover {\r\n color: #333;\r\n}\r\n\r\n.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link.active {\r\n border: 1px solid #333;\r\n border-bottom-color: #fff;\r\n color: #333;\r\n}\r\n\r\n.product-image-thumbs-left .product-tabs.tabs {\r\n border: 0;\r\n display: block;\r\n}\r\n\r\n.product-image-thumbs-left .product-tabs.tabs .nav-tabs {\r\n width: 100%;\r\n text-align: center;\r\n min-width: 0;\r\n border: 1px solid #eee;\r\n border-width: 1px 0;\r\n}\r\n\r\n.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item {\r\n display: inline-block;\r\n margin: 0;\r\n border: 0;\r\n overflow: visible;\r\n vertical-align: top;\r\n}\r\n\r\n.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link {\r\n padding: 0 30px;\r\n height: 70px;\r\n line-height: 70px;\r\n border: 0;\r\n margin: 0 0 -1px;\r\n border-radius: 0;\r\n color: #ccc;\r\n background: none;\r\n position: relative;\r\n}\r\n\r\n.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link:after {\r\n content: '';\r\n background: #222;\r\n position: absolute;\r\n bottom: 0px;\r\n left: 30px;\r\n right: 30px;\r\n height: 2px;\r\n transition: all 0.8s;\r\n transform: scale(0);\r\n top: auto;\r\n width: auto;\r\n}\r\n\r\n.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link:hover {\r\n color: #222;\r\n background: none;\r\n}\r\n\r\n.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link.active {\r\n color: #222;\r\n background: none;\r\n}\r\n\r\n.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after {\r\n transform: scale(1);\r\n opacity: 1;\r\n visibility: visible;\r\n}\r\n\r\n.product-image-thumbs-left .product-tabs.tabs .tab-content {\r\n clear: both;\r\n padding: 50px 0;\r\n}\r\n\r\n.product-image-no-thumbs-center .leo-compare-wishlist-button {\r\n position: static;\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n}\r\n\r\n.product-image-no-thumbs-center .product-tabs.tabs {\r\n display: block;\r\n border: 0;\r\n float: none;\r\n}\r\n\r\n.product-image-no-thumbs-center .product-tabs.tabs #product_reviews_block_tab {\r\n text-align: left;\r\n}\r\n\r\n.rtl .product-image-no-thumbs-center .product-tabs.tabs #product_reviews_block_tab {\r\n text-align: right;\r\n}\r\n\r\n.product-image-no-thumbs-center .product-tabs.tabs .tab-content {\r\n padding: 30px 0;\r\n}\r\n\r\n.product-image-no-thumbs-center .product-tabs.tabs .nav-tabs {\r\n width: 100%;\r\n border: 0;\r\n border-bottom: 1px solid #000;\r\n text-align: center;\r\n float: none;\r\n}\r\n\r\n.product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item {\r\n display: inline-block;\r\n margin: 0;\r\n border: 0;\r\n}\r\n\r\n.product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item .nav-link:after {\r\n width: 0px;\r\n border: 8px solid transparent;\r\n border-bottom-color: #000;\r\n height: 0;\r\n top: auto;\r\n left: 50%;\r\n margin-left: -8px;\r\n background: none;\r\n transition: all 1s;\r\n -webkit-transform: scale(1, 0);\r\n -moz-transform: scale(1, 0);\r\n -ms-transform: scale(1, 0);\r\n -o-transform: scale(1, 0);\r\n transform: scale(1, 0);\r\n transform-origin: bottom;\r\n}\r\n\r\n.product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after {\r\n background: none;\r\n width: 0px;\r\n -webkit-transform: scale(1, 1);\r\n -moz-transform: scale(1, 1);\r\n -ms-transform: scale(1, 1);\r\n -o-transform: scale(1, 1);\r\n transform: scale(1, 1);\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-add-to-cart .control-label {\r\n float: none !important;\r\n margin: 0 0 10px !important;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth #content .product-flags {\r\n left: 0 !important;\r\n right: 0 !important;\r\n padding: 0 !important;\r\n text-align: center;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-cover {\r\n text-align: center;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .offset-lg-2 {\r\n text-align: center;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth #leo_product_reviews_block_extra {\r\n display: flex;\r\n justify-content: center;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-variants>.product-variants-item {\r\n justify-content: center;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-add-to-cart .product-quantity .qty {\r\n margin: 0 auto 30px;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .leo-compare-wishlist-button .wishlist,\r\n.product-image-no-thumbs-fullwidth .leo-compare-wishlist-button .compare {\r\n display: inline-block;\r\n float: none !important;\r\n vertical-align: top;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-quantity .add .btn:not(.add-to-cart) {\r\n margin: 0 10px;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-tabs.tabs {\r\n display: block;\r\n border: 0;\r\n float: none;\r\n margin: 30px 0 0;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-tabs.tabs #product_reviews_block_tab {\r\n text-align: left;\r\n}\r\n\r\n.rtl .product-image-no-thumbs-fullwidth .product-tabs.tabs #product_reviews_block_tab {\r\n text-align: right;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-tabs.tabs .tab-content {\r\n padding: 30px 0;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs {\r\n width: 100%;\r\n border: 0;\r\n border-bottom: 2px solid #000;\r\n text-align: center;\r\n float: none;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item {\r\n display: inline-block;\r\n margin: 0;\r\n border: 0;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item .nav-link:after {\r\n width: 0px;\r\n border: 8px solid transparent;\r\n border-bottom-color: #000;\r\n height: 0;\r\n top: auto;\r\n left: 50%;\r\n margin-left: -8px;\r\n background: none;\r\n transition: all 1s;\r\n -webkit-transform: scale(1, 0);\r\n -moz-transform: scale(1, 0);\r\n -ms-transform: scale(1, 0);\r\n -o-transform: scale(1, 0);\r\n transform: scale(1, 0);\r\n transform-origin: bottom;\r\n}\r\n\r\n.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after {\r\n background: none;\r\n width: 0px;\r\n -webkit-transform: scale(1, 1);\r\n -moz-transform: scale(1, 1);\r\n -ms-transform: scale(1, 1);\r\n -o-transform: scale(1, 1);\r\n transform: scale(1, 1);\r\n}\r\n\r\n.cart-grid {\r\n margin-bottom: 16px;\r\n}\r\n\r\n.cart-items {\r\n margin-bottom: 0;\r\n}\r\n\r\n.cart-item {\r\n padding: 16px 0;\r\n}\r\n\r\n.cart-summary-line {\r\n margin-bottom: 10px;\r\n clear: both;\r\n}\r\n\r\n.cart-summary-line::after {\r\n content: '';\r\n display: table;\r\n clear: both;\r\n}\r\n\r\n.cart-summary-line .label {\r\n padding-left: 0;\r\n font-weight: normal;\r\n white-space: inherit;\r\n}\r\n\r\n.rtl .cart-summary-line .label {\r\n padding-right: 0;\r\n padding-left: inherit;\r\n}\r\n\r\n.cart-summary-line .value {\r\n color: #414141;\r\n float: right;\r\n}\r\n\r\n.rtl .cart-summary-line .value {\r\n float: left;\r\n}\r\n\r\n.cart-summary-line.cart-summary-subtotals .label,\r\n.cart-summary-line.cart-summary-subtotals .value {\r\n font-weight: normal;\r\n}\r\n\r\n/** CART BODY **/\r\n.cart-grid-body {\r\n margin-bottom: 12px;\r\n}\r\n\r\n.cart-grid-body a.label:hover {\r\n color: #3387f2;\r\n}\r\n\r\n.cart-grid-body .card-block {\r\n padding: 16px;\r\n}\r\n\r\n.cart-grid-body .card-block h1 {\r\n margin-bottom: 0;\r\n}\r\n\r\n.cart-grid-body hr {\r\n margin: 0;\r\n}\r\n\r\n.cart-grid-body .cart-overview {\r\n padding: 16px;\r\n}\r\n\r\n/** CART RIGHT **/\r\n.cart-grid-right hr {\r\n margin: 0;\r\n}\r\n\r\n.cart-grid-right .promo-discounts {\r\n margin-bottom: 0;\r\n}\r\n\r\n.cart-grid-right .promo-discounts .cart-summary-line .label {\r\n color: #878787;\r\n}\r\n\r\n.cart-grid-right .promo-discounts .cart-summary-line .label .code {\r\n text-decoration: underline;\r\n cursor: pointer;\r\n}\r\n\r\n.block-promo .promo-code {\r\n padding: 1.6rem;\r\n background: #ebebeb;\r\n}\r\n\r\n.block-promo .promo-code .alert-danger {\r\n position: relative;\r\n margin-top: 20px;\r\n background: #ff4c4c;\r\n color: white;\r\n display: none;\r\n}\r\n\r\n.block-promo .promo-code .alert-danger::after {\r\n bottom: 100%;\r\n left: 10%;\r\n border: solid transparent;\r\n content: ' ';\r\n height: 0;\r\n width: 0;\r\n position: absolute;\r\n pointer-events: none;\r\n border-bottom-color: #ff4c4c;\r\n border-width: 10px;\r\n margin-left: -10px;\r\n}\r\n\r\n.block-promo .promo-input {\r\n color: #414141;\r\n border: #acaaa6 1px solid;\r\n height: 40px;\r\n text-indent: 10px;\r\n width: 60%;\r\n}\r\n\r\n.block-promo .promo-input+button {\r\n margin-top: -4px;\r\n text-transform: capitalize;\r\n}\r\n\r\n.block-promo .cart-summary-line .label,\r\n.block-promo .promo-name {\r\n color: #ff9a52;\r\n font-weight: 600;\r\n}\r\n\r\n.block-promo .cart-summary-line .label a,\r\n.block-promo .promo-name a {\r\n font-weight: normal;\r\n color: #414141;\r\n display: inline-block;\r\n}\r\n\r\n.block-promo .promo-code-button {\r\n padding-left: 20px;\r\n margin-bottom: 20px;\r\n display: inline-block;\r\n}\r\n\r\n.block-promo.promo-highlighted {\r\n padding: 20px;\r\n padding-bottom: 0;\r\n margin-bottom: 0;\r\n}\r\n\r\n/** CONTENT LEFT **/\r\n.product-line-grid-left img {\r\n max-width: 100%;\r\n}\r\n\r\n/** CONTENT BODY **/\r\n.product-line-grid-body>.product-line-info {\r\n margin-bottom: 10px;\r\n}\r\n\r\n.product-line-grid-body>.product-line-info>.label {\r\n padding: 0;\r\n line-height: inherit;\r\n white-space: inherit;\r\n font-weight: 600;\r\n text-align: left;\r\n}\r\n\r\n.rtl .product-line-grid-body>.product-line-info>.label {\r\n text-align: right;\r\n}\r\n\r\n.product-line-grid-body>.product-line-info>a.label {\r\n font-size: 15px;\r\n}\r\n\r\n.product-line-grid-body>.product-line-info>.out-of-stock {\r\n color: red;\r\n}\r\n\r\n.product-line-grid-body>.product-line-info>.available {\r\n color: #a340ff;\r\n}\r\n\r\n.product-line-grid-body>.product-line-info>.unit-price-cart {\r\n padding-left: 0.3125rem;\r\n font-size: 0.875rem;\r\n color: #878787;\r\n}\r\n\r\n.rtl .product-line-grid-body>.product-line-info>.unit-price-cart {\r\n padding-right: 0.3125rem;\r\n padding-left: inherit;\r\n}\r\n\r\n/** CONTENT LEFT **/\r\n.product-line-grid-right .bootstrap-touchspin {\r\n width: 68px;\r\n float: left;\r\n -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);\r\n -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);\r\n -o-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);\r\n -ms-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);\r\n box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);\r\n}\r\n\r\n.rtl .product-line-grid-right .bootstrap-touchspin {\r\n float: right;\r\n}\r\n\r\n.product-line-grid-right .bootstrap-touchspin>.form-control,\r\n.product-line-grid-right .bootstrap-touchspin>.input-group {\r\n color: #414141;\r\n background-color: white;\r\n height: 2.5rem;\r\n padding: 0.175rem 0.5rem;\r\n width: 48px;\r\n}\r\n\r\n.product-line-grid-right .bootstrap-touchspin>.input-group-btn-vertical {\r\n width: auto;\r\n}\r\n\r\n.product-line-grid-right .cart-line-product-actions,\r\n.product-line-grid-right .product-price {\r\n font-size: 16px;\r\n color: #414141;\r\n line-height: 36px;\r\n}\r\n\r\n.product-line-grid-right .cart-line-product-actions .remove-from-cart,\r\n.product-line-grid-right .product-price .remove-from-cart {\r\n color: #414141;\r\n display: inline-block;\r\n}\r\n\r\n/*** Responsive part ***/\r\n@media (max-width: 767px) {\r\n .product-line-grid-body {\r\n margin-bottom: 16px;\r\n }\r\n}\r\n\r\n@media (max-width: 575px) {\r\n .cart-items {\r\n padding: 16px 0;\r\n }\r\n\r\n .cart-item {\r\n border-bottom: 1px solid #eaeaea;\r\n }\r\n\r\n .cart-item:last-child {\r\n border-bottom: 0;\r\n }\r\n\r\n .cart-grid-body .cart-overview {\r\n padding: 0;\r\n }\r\n\r\n .cart-grid-body .no-items {\r\n padding: 16px;\r\n display: inline-block;\r\n }\r\n\r\n .product-line-grid-left {\r\n padding-right: 0 !important;\r\n }\r\n}\r\n\r\n@media (max-width: 360px) {\r\n .product-line-grid-right .qty {\r\n width: 100%;\r\n }\r\n\r\n .product-line-grid-right .price {\r\n width: 100%;\r\n }\r\n}\r\n\r\n#block-reassurance {\r\n margin-top: 16px;\r\n}\r\n\r\n#block-reassurance img {\r\n margin-right: 10px;\r\n}\r\n\r\n.rtl #block-reassurance img {\r\n margin-left: 10px;\r\n margin-right: inherit;\r\n}\r\n\r\n#block-reassurance li {\r\n margin: 0 0 10px;\r\n}\r\n\r\n#block-reassurance li .block-reassurance-item span {\r\n font-weight: 300;\r\n margin: 0px;\r\n color: #999;\r\n font-size: 12px;\r\n line-height: 25px;\r\n}\r\n\r\n/***************************************************\r\n Mixins Themes\r\n/***************************************************/\r\n/* Mixin Normal*/\r\n/* Mixin Clear */\r\n/* Mixin Border */\r\n/*background RGBA\r\n============================================*/\r\n/***************************************************\r\n Mixins RTL Themes\r\n/***************************************************/\r\n/************************************\r\n\tOverride Bootstrap\r\n*************************************/\r\n/**\r\n * Web Application Prefix Apply For Making Owner Styles\r\n */\r\n/**\r\n * Blocks Layout Selectors\r\n */\r\n/***********************************************************************/\r\n.quickview .modal-dialog {\r\n width: calc(100% - 30px);\r\n max-width: 64rem;\r\n}\r\n\r\n.quickview .modal-content {\r\n min-height: 31.25rem;\r\n}\r\n\r\n.quickview .modal-header {\r\n border: none;\r\n padding: 10px;\r\n}\r\n\r\n.quickview .modal-body {\r\n min-height: 28.88rem;\r\n}\r\n\r\n.quickview .modal-footer {\r\n border-top: 1px solid rgba(172, 170, 166, 0.3);\r\n}\r\n\r\n.quickview .layer {\r\n display: none;\r\n}\r\n\r\n.quickview .arrows-product-fake {\r\n display: none;\r\n}\r\n\r\n.quickview .images-container {\r\n position: relative;\r\n z-index: 1;\r\n text-align: center;\r\n}\r\n\r\n.quickview .images-container .product-cover {\r\n margin: 0 90px 0 0;\r\n}\r\n\r\n.rtl .quickview .images-container .product-cover {\r\n margin: 0 0 0 90px;\r\n}\r\n\r\n.quickview .images-container .product-thumb-images {\r\n position: absolute;\r\n top: 20px;\r\n right: 0px;\r\n width: 80px;\r\n z-index: 9;\r\n}\r\n\r\n.quickview .product-thumb-images {\r\n position: relative;\r\n}\r\n\r\n.quickview .product-thumb-images .slick-list {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n}\r\n\r\n.quickview .product-thumb-images .slick-list .slick-slide {\r\n padding: 5px 0;\r\n}\r\n\r\n.quickview .slick-arrows .slick-arrow {\r\n width: 100%;\r\n margin: auto;\r\n color: #ffffff;\r\n background: #333;\r\n}\r\n\r\n.quickview .slick-arrows .slick-arrow.slick-disabled {\r\n opacity: 0.4;\r\n}\r\n\r\n.quickview .slick-arrows .slick-arrow:hover {\r\n color: #ffffff;\r\n background: #a340ff;\r\n font-family: 'FontAwesome';\r\n}\r\n\r\n.quickview .slick-arrows .slick-arrow.slick-next {\r\n top: -10px;\r\n left: 0;\r\n right: 0;\r\n bottom: auto;\r\n}\r\n\r\n.quickview .slick-arrows .slick-arrow.slick-next:before {\r\n content: '\\f106';\r\n}\r\n\r\n.quickview .slick-arrows .slick-arrow.slick-prev {\r\n top: auto;\r\n left: 0;\r\n right: 0;\r\n bottom: -30px;\r\n}\r\n\r\n.quickview .slick-arrows .slick-arrow.slick-prev:before {\r\n content: '\\f107';\r\n}\r\n\r\n.quickview .social-sharing {\r\n margin: 0;\r\n}\r\n\r\n#stores .page-stores {\r\n width: 85%;\r\n margin: 0 auto;\r\n}\r\n\r\n#stores .page-stores .store-item {\r\n padding-left: 12px;\r\n padding-right: 12px;\r\n}\r\n\r\n#stores .page-stores .store-picture img {\r\n max-width: 100%;\r\n}\r\n\r\n#stores .page-stores .store-item-container {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-pack: distribute;\r\n -moz-box-pack: distribute;\r\n box-pack: distribute;\r\n -webkit-justify-content: space-around;\r\n -moz-justify-content: space-around;\r\n -ms-justify-content: space-around;\r\n -o-justify-content: space-around;\r\n justify-content: space-around;\r\n -ms-flex-pack: distribute;\r\n -webkit-box-align: center;\r\n -moz-box-align: center;\r\n box-align: center;\r\n -webkit-align-items: center;\r\n -moz-align-items: center;\r\n -ms-align-items: center;\r\n -o-align-items: center;\r\n align-items: center;\r\n -ms-flex-align: center;\r\n padding: 30px 0;\r\n}\r\n\r\n#stores .page-stores .store-item-container ul {\r\n margin-bottom: 0;\r\n font-size: 14px;\r\n}\r\n\r\n#stores .page-stores .store-item-container .divide-left {\r\n border-left: #ebebeb 1px solid;\r\n}\r\n\r\n.rtl #stores .page-stores .store-item-container .divide-left {\r\n border-right: #ebebeb 1px solid;\r\n border-left: inherit;\r\n}\r\n\r\n#stores .page-stores .store-item-container .divide-left tr {\r\n height: 25px;\r\n}\r\n\r\n#stores .page-stores .store-item-container .divide-left td {\r\n padding-left: 6px;\r\n}\r\n\r\n#stores .page-stores .store-item-container .divide-left th {\r\n text-align: right;\r\n}\r\n\r\n#stores .page-stores .store-item-container .store-description {\r\n font-size: 12px;\r\n}\r\n\r\n#stores .page-stores .store-item-footer {\r\n margin-top: 8px;\r\n padding-top: 8px;\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-pack: distribute;\r\n -moz-box-pack: distribute;\r\n box-pack: distribute;\r\n -webkit-justify-content: space-around;\r\n -moz-justify-content: space-around;\r\n -ms-justify-content: space-around;\r\n -o-justify-content: space-around;\r\n justify-content: space-around;\r\n -ms-flex-pack: distribute;\r\n}\r\n\r\n#stores .page-stores .store-item-footer.divide-top {\r\n border-top: #ebebeb 1px solid;\r\n}\r\n\r\n#stores .page-stores .store-item-footer div:first-child {\r\n -webkit-box-flex: 0;\r\n -moz-box-flex: 0;\r\n box-flex: 0;\r\n -webkit-flex: 0 0 65%;\r\n -moz-flex: 0 0 65%;\r\n -ms-flex: 0 0 65%;\r\n flex: 0 0 65%;\r\n}\r\n\r\n#stores .page-stores .store-item-footer i.material-icons {\r\n margin-right: 10px;\r\n color: #acaaa6;\r\n font-size: 12px;\r\n}\r\n\r\n#stores .page-stores .store-item-footer li {\r\n margin-bottom: 10px;\r\n}\r\n\r\n/*** Responsive part ***/\r\n@media (max-width: 767px) {\r\n #stores .page-stores {\r\n width: 100%;\r\n }\r\n\r\n #stores .page-stores .store-item-container {\r\n padding: 16px 0;\r\n }\r\n}\r\n\r\n@media (max-width: 575px) {\r\n #stores .page-stores .store-item-container {\r\n display: block;\r\n }\r\n\r\n #stores .page-stores .store-item-container .divide-left {\r\n border-left: none;\r\n }\r\n\r\n .rtl #stores .page-stores .store-item-container .divide-left {\r\n border-right: none;\r\n border-left: inherit;\r\n }\r\n\r\n #stores .page-stores .store-item-container .store-description a {\r\n margin-bottom: 8px;\r\n }\r\n\r\n #stores .page-stores .store-item-container .store-description address {\r\n margin-bottom: 8px;\r\n }\r\n\r\n #stores .page-stores .store-item-footer {\r\n display: block;\r\n }\r\n\r\n #stores .page-stores .store-item-footer.divide-top {\r\n border-top: #ebebeb 1px solid;\r\n }\r\n\r\n #stores .page-stores .store-item-footer li {\r\n margin-bottom: 10px;\r\n }\r\n\r\n #stores .page-stores .store-item-footer .card-block {\r\n padding: 12px 12px 0;\r\n }\r\n}\r\n\r\n/***************************************************\r\n Mixins Themes\r\n/***************************************************/\r\n/* Mixin Normal*/\r\n/* Mixin Clear */\r\n/* Mixin Border */\r\n/*background RGBA\r\n============================================*/\r\n/***************************************************\r\n Mixins RTL Themes\r\n/***************************************************/\r\n/************************************\r\n\tOverride Bootstrap\r\n*************************************/\r\n/**\r\n * Web Application Prefix Apply For Making Owner Styles\r\n */\r\n/**\r\n * Blocks Layout Selectors\r\n */\r\n/***********************************************************************/\r\n.footer-center .inner {\r\n border-top: 1px solid #eee;\r\n padding-top: 50px;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .footer-center .inner {\r\n padding-top: 30px;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .footer-container .title[aria-expanded='true'] .navbar-toggler {\r\n padding: 0;\r\n }\r\n\r\n .footer-container .title[aria-expanded='true'] .navbar-toggler .remove {\r\n display: inline-block;\r\n }\r\n\r\n .footer-container .title[aria-expanded='true'] .navbar-toggler .add {\r\n display: none;\r\n }\r\n\r\n .footer-container .title .navbar-toggler {\r\n padding: 0;\r\n }\r\n\r\n .footer-container .title .navbar-toggler .remove {\r\n display: none;\r\n }\r\n}\r\n\r\n.footer-container .title .float-xs-right {\r\n float: right;\r\n}\r\n\r\n.rtl .footer-container .title .float-xs-right {\r\n float: left;\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .footer-container .title .float-xs-right {\r\n display: none;\r\n }\r\n}\r\n\r\n.footer-container .ApColumn .title_block {\r\n margin: 0 0 15px;\r\n text-transform: uppercase;\r\n padding: 0 !important;\r\n font-size: 14px;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .footer-container .ApColumn .title_block {\r\n margin: 0;\r\n display: inline-block;\r\n }\r\n}\r\n\r\n.footer-container .ApColumn .title_block:before {\r\n display: none;\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .footer-container .ApBlockLink .collapse {\r\n display: block;\r\n }\r\n\r\n .footer-container .ApBlockLink ul {\r\n height: auto !important;\r\n }\r\n}\r\n\r\n.footer-container .ApBlockLink a {\r\n color: #999;\r\n display: block;\r\n text-transform: capitalize;\r\n line-height: 20px;\r\n padding: 12px 0;\r\n -webkit-transition: all 0.4s;\r\n -o-transition: all 0.4s;\r\n transition: all 0.4s;\r\n}\r\n\r\n.footer-container .ApBlockLink a:hover {\r\n color: #a340ff;\r\n padding-left: 10px;\r\n}\r\n\r\n.rtl .footer-container .ApBlockLink a:hover {\r\n padding-right: 10px;\r\n padding-left: inherit;\r\n}\r\n\r\n@media (min-width: 768px) {\r\n .footer-container .ApBlockLink .list-group {\r\n height: auto !important;\r\n display: block !important;\r\n }\r\n}\r\n\r\n.col-footer-img {\r\n margin: 0 -15px;\r\n overflow: hidden;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .col-footer-img {\r\n margin: 0 -7px;\r\n }\r\n}\r\n\r\n.col-footer-img .ApImage {\r\n float: left;\r\n padding: 0 15px;\r\n width: 50%;\r\n}\r\n\r\n.rtl .col-footer-img .ApImage {\r\n float: right;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .col-footer-img .ApImage {\r\n padding: 0 7px;\r\n width: auto;\r\n }\r\n}\r\n\r\n.col-footer-img .ApImage a {\r\n display: block;\r\n}\r\n\r\n.col-footer-img .ApImage img {\r\n max-width: 100%;\r\n}\r\n\r\n.col-footer-img .ApImage .title_block {\r\n height: 30px;\r\n white-space: nowrap;\r\n margin-bottom: 35px;\r\n max-width: 200px;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .col-footer-img .ApImage .title_block {\r\n margin-bottom: 15px;\r\n }\r\n}\r\n\r\n.col-footer-img .ApImage:nth-child(2) {\r\n margin-top: 65px;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .col-footer-img .ApImage:nth-child(2) {\r\n margin-top: 45px;\r\n }\r\n}\r\n\r\n@media (max-width: 400px) {\r\n .col-footer-img .ApImage:nth-child(2) {\r\n margin-top: 0;\r\n clear: both;\r\n }\r\n}\r\n\r\n.col-footer-img .ApImage:last-child {\r\n clear: both;\r\n width: 100%;\r\n}\r\n\r\n.col-footer-img .ApImage:last-child .title_block {\r\n width: auto;\r\n height: auto;\r\n display: block;\r\n}\r\n\r\n.footer-bottom {\r\n padding-top: 30px;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .footer-bottom {\r\n padding-top: 15px;\r\n }\r\n}\r\n\r\n.footer-bottom .inner {\r\n padding-top: 30px;\r\n border-top: 1px solid #eee;\r\n}\r\n\r\n.footer-bottom .ApHtml {\r\n line-height: 20px;\r\n color: #999;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .footer-bottom .ApHtml {\r\n text-align: center;\r\n }\r\n}\r\n\r\n.footer-bottom .ApHtml strong {\r\n color: #000;\r\n display: block;\r\n text-transform: uppercase;\r\n}\r\n\r\n.footer-bottom .ApHtml p {\r\n margin-bottom: 0;\r\n}\r\n\r\n.block_newsletter .title_block {\r\n display: none;\r\n}\r\n\r\n.block_newsletter form {\r\n position: relative;\r\n border: 1px solid #eee;\r\n padding: 0 50px 0 20px;\r\n height: 42px;\r\n border-radius: 21px;\r\n background: #fff;\r\n}\r\n\r\n.rtl .block_newsletter form {\r\n padding: 0 20px 0 50px;\r\n}\r\n\r\n.block_newsletter form button {\r\n width: 50px;\r\n height: 40px;\r\n padding: 0;\r\n border: 0;\r\n outline: 0;\r\n background: none;\r\n line-height: 40px;\r\n font-size: 14px;\r\n color: #666;\r\n position: absolute;\r\n top: 0;\r\n right: -30px;\r\n text-align: center;\r\n}\r\n\r\n.rtl .block_newsletter form button {\r\n left: -30px;\r\n right: auto;\r\n}\r\n\r\n.block_newsletter form button span {\r\n display: none;\r\n}\r\n\r\n.block_newsletter form button:hover {\r\n color: #a340ff;\r\n background: none;\r\n}\r\n\r\n.block_newsletter form input {\r\n width: 100%;\r\n height: 40px;\r\n line-height: 1;\r\n border: 0;\r\n padding: 0;\r\n outline: 0;\r\n}\r\n\r\n.block_newsletter .new-msg p {\r\n margin-top: 15px;\r\n}\r\n\r\n.block-contact ul li {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n line-height: 1.625rem;\r\n}\r\n\r\n.block-contact .fa {\r\n color: white;\r\n font-size: 16px;\r\n width: 2.5rem;\r\n margin-top: 4px;\r\n}\r\n\r\n.block-social ul {\r\n margin-bottom: 0px;\r\n}\r\n\r\n@media (min-width: 992px) {\r\n .block-social ul {\r\n text-align: right;\r\n }\r\n\r\n .rtl .block-social ul {\r\n text-align: left;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .block-social ul {\r\n text-align: center;\r\n }\r\n}\r\n\r\n.block-social li {\r\n display: inline-block;\r\n cursor: pointer;\r\n margin: 2px 0;\r\n text-align: center;\r\n line-height: 35px;\r\n border: 0;\r\n width: 35px;\r\n height: 35px;\r\n -webkit-border-radius: 50%;\r\n -moz-border-radius: 50%;\r\n -ms-border-radius: 50%;\r\n -o-border-radius: 50%;\r\n border-radius: 50%;\r\n position: relative;\r\n}\r\n\r\n.block-social li:hover {\r\n background-color: #a340ff;\r\n}\r\n\r\n.block-social li:hover:before {\r\n color: #fff;\r\n}\r\n\r\n.block-social li a {\r\n color: transparent;\r\n position: absolute;\r\n font-size: 0px;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n z-index: 2;\r\n display: block;\r\n}\r\n\r\n.block-social li a:hover {\r\n color: transparent;\r\n}\r\n\r\n.block-social li:before {\r\n content: '';\r\n font-family: 'FontAwesome';\r\n font-size: 14px;\r\n color: #000;\r\n border: 0;\r\n}\r\n\r\n.block-social li.facebook {\r\n border-color: #3c5a98;\r\n}\r\n\r\n.block-social li.facebook:before {\r\n content: '\\f09a';\r\n}\r\n\r\n.block-social li.facebook:hover {\r\n background: #3c5a98;\r\n}\r\n\r\n.block-social li.facebook:hover:before {\r\n color: white;\r\n}\r\n\r\n.block-social li.twitter {\r\n border-color: #55acee;\r\n}\r\n\r\n.block-social li.twitter:before {\r\n content: '\\f099';\r\n}\r\n\r\n.block-social li.twitter:hover {\r\n background: #55acee;\r\n}\r\n\r\n.block-social li.twitter:hover:before {\r\n color: white;\r\n}\r\n\r\n.block-social li.rss {\r\n border-color: #ff6600;\r\n}\r\n\r\n.block-social li.rss:before {\r\n content: '\\f09e';\r\n}\r\n\r\n.block-social li.rss:hover {\r\n background: #ff6600;\r\n}\r\n\r\n.block-social li.rss:hover:before {\r\n color: white;\r\n}\r\n\r\n.block-social li.youtube {\r\n border-color: #e84542;\r\n}\r\n\r\n.block-social li.youtube:before {\r\n content: '\\f16a';\r\n}\r\n\r\n.block-social li.youtube:hover {\r\n background: #e84542;\r\n}\r\n\r\n.block-social li.youtube:hover:before {\r\n color: white;\r\n}\r\n\r\n.block-social li.googleplus {\r\n border-color: #d6492f;\r\n}\r\n\r\n.block-social li.googleplus:before {\r\n content: '\\f0d5';\r\n}\r\n\r\n.block-social li.googleplus:hover {\r\n background: #d6492f;\r\n}\r\n\r\n.block-social li.googleplus:hover:before {\r\n color: white;\r\n}\r\n\r\n.block-social li.pinterest {\r\n border-color: #cb2027;\r\n}\r\n\r\n.block-social li.pinterest:before {\r\n content: '\\f0d2';\r\n}\r\n\r\n.block-social li.pinterest:hover {\r\n background: #cb2027;\r\n}\r\n\r\n.block-social li.pinterest:hover:before {\r\n color: white;\r\n}\r\n\r\n.block-social li.vimeo {\r\n border-color: #1ab7ea;\r\n}\r\n\r\n.block-social li.vimeo:before {\r\n content: '\\f27d';\r\n}\r\n\r\n.block-social li.vimeo:hover {\r\n background: #1ab7ea;\r\n}\r\n\r\n.block-social li.vimeo:hover:before {\r\n color: white;\r\n}\r\n\r\n.block-social li.instagram {\r\n border-color: #4c61b0;\r\n}\r\n\r\n.block-social li.instagram:before {\r\n content: '\\f16d';\r\n}\r\n\r\n.block-social li.instagram:hover {\r\n background: #4c61b0;\r\n}\r\n\r\n.block-social li.instagram:hover:before {\r\n color: white;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .footer-container .links .h3 {\r\n line-height: 1.5;\r\n font-size: 16px;\r\n display: inline-block;\r\n padding-top: 10px;\r\n }\r\n\r\n .footer-container .links .title {\r\n cursor: pointer;\r\n }\r\n\r\n .footer-container .links .title .collapse-icons .remove {\r\n display: none;\r\n }\r\n\r\n .footer-container .links .title[aria-expanded='true'] .collapse-icons .add {\r\n display: none;\r\n }\r\n\r\n .footer-container .links .title[aria-expanded='true'] .collapse-icons .remove {\r\n display: block;\r\n }\r\n\r\n .footer-container .links .navbar-toggler {\r\n display: inline-block;\r\n padding: 0;\r\n width: 20px;\r\n height: 20px;\r\n }\r\n\r\n .footer-container .links .collapse {\r\n display: none;\r\n }\r\n\r\n .footer-container .links .collapse.in {\r\n display: block;\r\n }\r\n\r\n .footer-container .links ul {\r\n margin-bottom: 0;\r\n }\r\n}\r\n\r\n.contact-rich {\r\n color: #878787;\r\n margin-bottom: 32px;\r\n}\r\n\r\n.contact-rich h4 {\r\n text-transform: uppercase;\r\n color: #414141;\r\n margin-bottom: 32px;\r\n}\r\n\r\n.contact-rich .block {\r\n height: auto;\r\n overflow: hidden;\r\n}\r\n\r\n.contact-rich .block .icon {\r\n float: left;\r\n width: 56px;\r\n}\r\n\r\n.rtl .contact-rich .block .icon {\r\n float: right;\r\n}\r\n\r\n.contact-rich .block .icon i {\r\n font-size: 32px;\r\n}\r\n\r\n.contact-rich .block .data {\r\n color: #414141;\r\n font-size: 13px;\r\n width: auto;\r\n overflow: hidden;\r\n}\r\n\r\n.contact-rich .block .data.email {\r\n padding-top: 6px;\r\n}\r\n\r\n.contact-form {\r\n padding: 16px;\r\n color: #878787;\r\n width: 100%;\r\n}\r\n\r\n.contact-form h3 {\r\n text-transform: uppercase;\r\n color: #414141;\r\n}\r\n\r\n#products #main .page-header,\r\n#pagenotfound #main .page-header {\r\n margin: 32px 0 48px;\r\n}\r\n\r\n#products #main .page-content,\r\n#pagenotfound #main .page-content {\r\n margin-bottom: 160px;\r\n}\r\n\r\n#products .page-not-found,\r\n#pagenotfound .page-not-found {\r\n -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);\r\n background: white;\r\n padding: 16px;\r\n font-size: 13px;\r\n color: #878787;\r\n max-width: 570px;\r\n margin: 0 auto;\r\n}\r\n\r\n#products .page-not-found h4,\r\n#pagenotfound .page-not-found h4 {\r\n font-size: 12px;\r\n font-weight: 700;\r\n margin: 8px 0 16px;\r\n}\r\n\r\n#products .page-not-found .search-widget,\r\n#pagenotfound .page-not-found .search-widget {\r\n float: none;\r\n}\r\n\r\n#products .page-not-found .search-widget input,\r\n#pagenotfound .page-not-found .search-widget input {\r\n width: 100%;\r\n}\r\n\r\n.customization-modal .modal-content {\r\n border-radius: 0;\r\n border: 1px solid #f6f6f6;\r\n}\r\n\r\n.customization-modal .modal-content .modal-body {\r\n padding-top: 0;\r\n}\r\n\r\n.customization-modal .modal-content .modal-body .product-customization-line {\r\n padding-bottom: 15px;\r\n padding-top: 15px;\r\n border-bottom: 1px solid #f6f6f6;\r\n}\r\n\r\n.customization-modal .modal-content .modal-body .product-customization-line .label {\r\n font-weight: bold;\r\n text-align: right;\r\n}\r\n\r\n.customization-modal .modal-content .modal-body .product-customization-line:last-child {\r\n padding-bottom: 0;\r\n border-bottom: 0;\r\n}\r\n\r\n.sitemap-title {\r\n text-transform: capitalize;\r\n}\r\n\r\n.sitemap {\r\n margin-top: 0.9375rem;\r\n}\r\n\r\n.sitemap h2 {\r\n color: #414141;\r\n text-transform: uppercase;\r\n font-size: 1.1rem;\r\n font-weight: 600;\r\n border-bottom: 1px solid #acaaa6;\r\n margin-left: -15px;\r\n width: 100%;\r\n height: 35px;\r\n}\r\n\r\n.sitemap ul {\r\n margin-left: -15px;\r\n margin-top: 20px;\r\n}\r\n\r\n.sitemap ul.nested {\r\n margin-left: 20px;\r\n}\r\n\r\n.sitemap ul li {\r\n font-size: 0.9rem;\r\n margin-bottom: 1rem;\r\n}\r\n\r\n@media (max-width: 575px) {\r\n .sitemap {\r\n margin-top: 0;\r\n }\r\n}\r\n\r\n/*** LAYOUT MODE ***/\r\nul,\r\nol,\r\nli {\r\n margin: 0;\r\n padding: 0;\r\n list-style: none;\r\n}\r\n\r\nb,\r\nstrong {\r\n font-weight: 700;\r\n}\r\n\r\nbody.layout-boxed-md {\r\n background: #ffffff;\r\n}\r\n\r\nbody.layout-boxed-md #page {\r\n max-width: 960px;\r\n -moz-box-shadow: 0 0 5px #c1c1c1;\r\n -webkit-box-shadow: 0 0 5px #c1c1c1;\r\n -o-box-shadow: 0 0 5px #c1c1c1;\r\n -ms-box-shadow: 0 0 5px #c1c1c1;\r\n box-shadow: 0 0 5px #c1c1c1;\r\n margin: 0 auto;\r\n background: #ffffff;\r\n}\r\n\r\nbody.layout-boxed-md #page .container {\r\n max-width: 940px;\r\n}\r\n\r\nbody.layout-boxed-lg {\r\n background: #ffffff;\r\n}\r\n\r\nbody.layout-boxed-lg #page {\r\n max-width: 1220px;\r\n -moz-box-shadow: 0 0 5px #c1c1c1;\r\n -webkit-box-shadow: 0 0 5px #c1c1c1;\r\n -o-box-shadow: 0 0 5px #c1c1c1;\r\n -ms-box-shadow: 0 0 5px #c1c1c1;\r\n box-shadow: 0 0 5px #c1c1c1;\r\n margin: 0 auto;\r\n background: #ffffff;\r\n}\r\n\r\nbody.layout-boxed-lg #page .container {\r\n max-width: 1200px;\r\n}\r\n\r\n/*** HEADER ***/\r\n.header-nav {\r\n min-height: auto;\r\n font-size: 12px;\r\n background: #fff;\r\n}\r\n\r\n.header-nav a {\r\n color: #999;\r\n}\r\n\r\n.header-nav a:hover {\r\n color: #a340ff;\r\n}\r\n\r\n.header-top {\r\n background: #ffffff;\r\n padding-top: 25px;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .header-top {\r\n padding-top: 15px;\r\n }\r\n}\r\n\r\n.header-top .ApColumn .block {\r\n margin-bottom: 25px;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .header-top .ApColumn .block {\r\n margin-bottom: 15px;\r\n }\r\n}\r\n\r\n.header_logo {\r\n padding-top: 2.5rem;\r\n padding-bottom: 2.5rem;\r\n}\r\n\r\n.popover {\r\n font-family: inherit;\r\n}\r\n\r\n/*** WRAPPER ***/\r\n\r\n#wrapper {\r\n padding-top: 25px;\r\n padding-bottom: 15px;\r\n\r\n @media (max-width: 765px) {\r\n padding-top: 0;\r\n }\r\n}\r\n\r\n#wrapper .banner {\r\n margin-bottom: 24px;\r\n display: block;\r\n}\r\n\r\n#wrapper .banner img {\r\n -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);\r\n -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);\r\n -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);\r\n -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);\r\n box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);\r\n}\r\n\r\n#wrapper .breadcrumb {\r\n background: transparent;\r\n padding: 0;\r\n margin-bottom: 30px;\r\n}\r\n\r\n#wrapper .breadcrumb[data-depth='1'] {\r\n display: none;\r\n}\r\n\r\n#wrapper .breadcrumb ol {\r\n padding-left: 0;\r\n margin-bottom: 0;\r\n}\r\n\r\n#wrapper .breadcrumb li {\r\n display: inline;\r\n}\r\n\r\n#wrapper .breadcrumb li::after {\r\n content: '\\f105';\r\n color: #999999;\r\n font-family: 'FontAwesome';\r\n margin: 0 15px;\r\n}\r\n\r\n#wrapper .breadcrumb li:last-child {\r\n content: '/';\r\n color: #999999;\r\n margin: 0;\r\n}\r\n\r\n#wrapper .breadcrumb li:last-child a {\r\n text-decoration: underline;\r\n color: #a340ff;\r\n}\r\n\r\n#wrapper .breadcrumb li:last-child::after {\r\n content: '';\r\n}\r\n\r\n#wrapper .breadcrumb li a {\r\n color: #999999;\r\n}\r\n\r\n#wrapper .breadcrumb li a:hover {\r\n color: #a340ff;\r\n}\r\n\r\n/*** MAIN ***/\r\n#main .page-header {\r\n margin-bottom: 25px;\r\n}\r\n\r\n#main .page-content {\r\n margin-bottom: 25px;\r\n}\r\n\r\n#main .page-content h6 {\r\n margin-bottom: 18px;\r\n}\r\n\r\n#main .page-content #notifications {\r\n margin-left: -15px;\r\n margin-right: -15px;\r\n}\r\n\r\n#main .page-footer {\r\n margin-bottom: 25px;\r\n}\r\n\r\n#notifications ul {\r\n margin-bottom: 0;\r\n}\r\n\r\n.sitemap ul.tree li {\r\n line-height: 20px;\r\n padding: 5px 0;\r\n}\r\n\r\n.sitemap ul.tree li a.parent-page {\r\n text-transform: uppercase;\r\n font-weight: 700;\r\n}\r\n\r\n.sitemap ul.tree li ul {\r\n padding-left: 10px;\r\n}\r\n\r\n.rtl .sitemap ul.tree li ul {\r\n padding-right: 10px;\r\n padding-left: inherit;\r\n}\r\n\r\n.list-brands {\r\n margin: 20px 0 10px;\r\n background: #ffffff;\r\n}\r\n\r\n.brand {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n}\r\n\r\n.brand>div {\r\n display: inline-flex;\r\n -webkit-box-align: center;\r\n -moz-box-align: center;\r\n box-align: center;\r\n -webkit-align-items: center;\r\n -moz-align-items: center;\r\n -ms-align-items: center;\r\n -o-align-items: center;\r\n align-items: center;\r\n -ms-flex-align: center;\r\n -webkit-box-pack: justify;\r\n -moz-box-pack: justify;\r\n box-pack: justify;\r\n -webkit-justify-content: space-between;\r\n -moz-justify-content: space-between;\r\n -ms-justify-content: space-between;\r\n -o-justify-content: space-between;\r\n justify-content: space-between;\r\n -ms-flex-pack: justify;\r\n}\r\n\r\n/* Back to top */\r\n#back-top {\r\n text-align: center;\r\n position: fixed;\r\n cursor: pointer;\r\n right: 185px;\r\n bottom: 28px;\r\n z-index: 98;\r\n}\r\n\r\n.rtl #back-top {\r\n left: 50px;\r\n right: auto;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n #back-top {\r\n right: 15px;\r\n bottom: 5px;\r\n }\r\n\r\n .rtl #back-top {\r\n left: 15px;\r\n right: auto;\r\n }\r\n}\r\n\r\n#back-top a {\r\n width: 45px;\r\n height: 45px;\r\n background: #a340ff;\r\n color: white;\r\n font-size: 20px;\r\n line-height: 45px;\r\n}\r\n\r\n#back-top a:hover {\r\n background-color: #ed4657;\r\n}\r\n\r\n/*** Responsive part ***/\r\n@media (min-width: 992px) {\r\n .headertop-flex>[class*='col-'] {\r\n display: -webkit-box;\r\n display: -moz-box;\r\n display: box;\r\n display: -webkit-flex;\r\n display: -moz-flex;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -webkit-box-align: center;\r\n -moz-box-align: center;\r\n box-align: center;\r\n -webkit-align-items: center;\r\n -moz-align-items: center;\r\n -ms-align-items: center;\r\n -o-align-items: center;\r\n align-items: center;\r\n -ms-flex-align: center;\r\n }\r\n\r\n .headertop-flex .center-headertop {\r\n -webkit-box-pack: center;\r\n -moz-box-pack: center;\r\n box-pack: center;\r\n -webkit-justify-content: center;\r\n -moz-justify-content: center;\r\n -ms-justify-content: center;\r\n -o-justify-content: center;\r\n justify-content: center;\r\n -ms-flex-pack: center;\r\n }\r\n\r\n .headertop-flex .right-headertop {\r\n -webkit-box-orient: horizontal;\r\n -moz-box-orient: horizontal;\r\n box-orient: horizontal;\r\n -webkit-box-direction: reverse;\r\n -moz-box-direction: reverse;\r\n box-direction: reverse;\r\n -webkit-flex-direction: row-reverse;\r\n -moz-flex-direction: row-reverse;\r\n flex-direction: row-reverse;\r\n -ms-flex-direction: row-reverse;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n #checkout-cart-summary {\r\n float: none;\r\n width: 100%;\r\n margin-top: 1rem;\r\n }\r\n\r\n section.checkout-step {\r\n width: 100%;\r\n }\r\n\r\n .default-input {\r\n min-width: 100%;\r\n }\r\n\r\n label {\r\n clear: both;\r\n }\r\n\r\n .menu,\r\n .dropdown-item {\r\n padding-left: 0;\r\n }\r\n}\r\n\r\n@media (max-width: 991px) {\r\n .container {\r\n width: 100%;\r\n }\r\n\r\n .sub-menu {\r\n left: 0;\r\n min-width: 100%;\r\n }\r\n\r\n #blockcart-modal .product-image {\r\n width: 100%;\r\n display: block;\r\n max-width: 250px;\r\n margin: 0 auto 15px;\r\n }\r\n\r\n #blockcart-modal .cart-content {\r\n padding: 0;\r\n }\r\n\r\n .rtl #blockcart-modal .cart-content {\r\n padding: 0;\r\n }\r\n\r\n #blockcart-modal .product-name,\r\n #product-availability {\r\n margin-top: 10px;\r\n }\r\n\r\n #search_filters .facet .facet-label {\r\n text-align: left;\r\n }\r\n\r\n .block-category .category-cover {\r\n position: relative;\r\n text-align: center;\r\n }\r\n\r\n .block-category {\r\n padding-bottom: 0;\r\n }\r\n}\r\n\r\n#index #wrapper {\r\n padding-top: 0;\r\n}\r\n\r\n@media (max-width: 991px) {\r\n\r\n .col-xs,\r\n .col-xs-2-4,\r\n .col-xs-4-8,\r\n .col-xs-7-2,\r\n .col-xs-9-6,\r\n .col-xs-1,\r\n .col-xs-2,\r\n .col-xs-3,\r\n .col-xs-4,\r\n .col-xs-5,\r\n .col-xs-6,\r\n .col-xs-7,\r\n .col-xs-8,\r\n .col-xs-9,\r\n .col-xs-10,\r\n .col-xs-11,\r\n .col-xs-12,\r\n .col-sm,\r\n .col-sm-2-4,\r\n .col-sm-4-8,\r\n .col-sm-7-2,\r\n .col-sm-9-6,\r\n .col-sm-1,\r\n .col-sm-2,\r\n .col-sm-3,\r\n .col-sm-4,\r\n .col-sm-5,\r\n .col-sm-6,\r\n .col-sm-7,\r\n .col-sm-8,\r\n .col-sm-9,\r\n .col-sm-10,\r\n .col-sm-11,\r\n .col-sm-12,\r\n .col-md,\r\n .col-md-2-4,\r\n .col-md-4-8,\r\n .col-md-7-2,\r\n .col-md-9-6,\r\n .col-md-1,\r\n .col-md-2,\r\n .col-md-3,\r\n .col-md-4,\r\n .col-md-5,\r\n .col-md-6,\r\n .col-md-7,\r\n .col-md-8,\r\n .col-md-9,\r\n .col-md-10,\r\n .col-md-11,\r\n .col-md-12,\r\n .col-lg,\r\n .col-lg-2-4,\r\n .col-lg-4-8,\r\n .col-lg-7-2,\r\n .col-lg-9-6,\r\n .col-lg-1,\r\n .col-lg-2,\r\n .col-lg-3,\r\n .col-lg-4,\r\n .col-lg-5,\r\n .col-lg-6,\r\n .col-lg-7,\r\n .col-lg-8,\r\n .col-lg-9,\r\n .col-lg-10,\r\n .col-lg-11,\r\n .col-lg-12,\r\n .col-xl,\r\n .col-xl-2-4,\r\n .col-xl-4-8,\r\n .col-xl-7-2,\r\n .col-xl-9-6,\r\n .col-xl-1,\r\n .col-xl-2,\r\n .col-xl-3,\r\n .col-xl-4,\r\n .col-xl-5,\r\n .col-xl-6,\r\n .col-xl-7,\r\n .col-xl-8,\r\n .col-xl-9,\r\n .col-xl-10,\r\n .col-xl-11,\r\n .col-xl-12 {\r\n padding-right: 7px;\r\n padding-left: 7px;\r\n }\r\n\r\n .rtl .col-xs,\r\n .rtl .col-xs-2-4,\r\n .rtl .col-xs-4-8,\r\n .rtl .col-xs-7-2,\r\n .rtl .col-xs-9-6,\r\n .rtl .col-xs-1,\r\n .rtl .col-xs-2,\r\n .rtl .col-xs-3,\r\n .rtl .col-xs-4,\r\n .rtl .col-xs-5,\r\n .rtl .col-xs-6,\r\n .rtl .col-xs-7,\r\n .rtl .col-xs-8,\r\n .rtl .col-xs-9,\r\n .rtl .col-xs-10,\r\n .rtl .col-xs-11,\r\n .rtl .col-xs-12,\r\n .rtl .col-sm,\r\n .rtl .col-sm-2-4,\r\n .rtl .col-sm-4-8,\r\n .rtl .col-sm-7-2,\r\n .rtl .col-sm-9-6,\r\n .rtl .col-sm-1,\r\n .rtl .col-sm-2,\r\n .rtl .col-sm-3,\r\n .rtl .col-sm-4,\r\n .rtl .col-sm-5,\r\n .rtl .col-sm-6,\r\n .rtl .col-sm-7,\r\n .rtl .col-sm-8,\r\n .rtl .col-sm-9,\r\n .rtl .col-sm-10,\r\n .rtl .col-sm-11,\r\n .rtl .col-sm-12,\r\n .rtl .col-md,\r\n .rtl .col-md-2-4,\r\n .rtl .col-md-4-8,\r\n .rtl .col-md-7-2,\r\n .rtl .col-md-9-6,\r\n .rtl .col-md-1,\r\n .rtl .col-md-2,\r\n .rtl .col-md-3,\r\n .rtl .col-md-4,\r\n .rtl .col-md-5,\r\n .rtl .col-md-6,\r\n .rtl .col-md-7,\r\n .rtl .col-md-8,\r\n .rtl .col-md-9,\r\n .rtl .col-md-10,\r\n .rtl .col-md-11,\r\n .rtl .col-md-12,\r\n .rtl .col-lg,\r\n .rtl .col-lg-2-4,\r\n .rtl .col-lg-4-8,\r\n .rtl .col-lg-7-2,\r\n .rtl .col-lg-9-6,\r\n .rtl .col-lg-1,\r\n .rtl .col-lg-2,\r\n .rtl .col-lg-3,\r\n .rtl .col-lg-4,\r\n .rtl .col-lg-5,\r\n .rtl .col-lg-6,\r\n .rtl .col-lg-7,\r\n .rtl .col-lg-8,\r\n .rtl .col-lg-9,\r\n .rtl .col-lg-10,\r\n .rtl .col-lg-11,\r\n .rtl .col-lg-12,\r\n .rtl .col-xl,\r\n .rtl .col-xl-2-4,\r\n .rtl .col-xl-4-8,\r\n .rtl .col-xl-7-2,\r\n .rtl .col-xl-9-6,\r\n .rtl .col-xl-1,\r\n .rtl .col-xl-2,\r\n .rtl .col-xl-3,\r\n .rtl .col-xl-4,\r\n .rtl .col-xl-5,\r\n .rtl .col-xl-6,\r\n .rtl .col-xl-7,\r\n .rtl .col-xl-8,\r\n .rtl .col-xl-9,\r\n .rtl .col-xl-10,\r\n .rtl .col-xl-11,\r\n .rtl .col-xl-12 {\r\n padding-right: 7px;\r\n padding-left: 7px;\r\n }\r\n\r\n .row {\r\n margin-right: -7px;\r\n margin-left: -7px;\r\n }\r\n\r\n .rtl .row {\r\n margin-right: -7px;\r\n margin-left: -7px;\r\n }\r\n}\r\n\r\n.position-static {\r\n position: static;\r\n}\r\n\r\n.pull-right {\r\n float: right;\r\n}\r\n\r\n.rtl .pull-right {\r\n float: left;\r\n}\r\n\r\n.pull-left {\r\n float: left;\r\n}\r\n\r\n.rtl .pull-left {\r\n float: right;\r\n}\r\n\r\n#customer-form .form-control-valign label {\r\n display: inline;\r\n padding: 0 5px 0 0;\r\n}\r\n\r\n.rtl #customer-form .form-control-valign label {\r\n padding: 0 0 0 5px;\r\n}\r\n\r\n.star_content .star {\r\n width: 12px;\r\n height: 12px;\r\n background: none;\r\n color: #ccc;\r\n text-align: center;\r\n font-size: 11px;\r\n line-height: 12px;\r\n}\r\n\r\n.star_content .star:before {\r\n font-family: 'FontAwesome';\r\n content: '\\f005';\r\n}\r\n\r\n.star_content .star.star_hover,\r\n.star_content .star.star_on {\r\n color: #ffc857;\r\n}\r\n\r\nbody ::-webkit-scrollbar {\r\n width: 6px;\r\n}\r\n\r\nbody ::-webkit-scrollbar-thumb {\r\n border-radius: 5px;\r\n background: #666;\r\n}\r\n\r\nbody ::-webkit-scrollbar-track {\r\n border-radius: 5px;\r\n background: #ddd;\r\n}\r\n\r\nbody.modal-open {\r\n overflow: auto !important;\r\n}\r\n\r\n/*# sourceMappingURL=theme.css.map */\r\n\r\n.bank-box {\r\n float: left;\r\n width: 135px;\r\n height: 71px;\r\n margin-left: 4px;\r\n margin-top: 5px;\r\n padding: 0px 0;\r\n text-align: center;\r\n border: 1px solid #eee;\r\n cursor: pointer;\r\n cursor: hand;\r\n background: white;\r\n}\r\n\r\n.bank-box:hover {\r\n box-shadow: 0 0 2px rgba(0, 0, 0, 0.27);\r\n text-decoration: none !important;\r\n}\r\n\r\n.bank-logo {\r\n background-position: center center;\r\n background-repeat: no-repeat;\r\n background-size: auto 35px;\r\n width: 137px;\r\n height: 50px;\r\n font-size: 9px;\r\n}\r\n\r\n.bank-name {\r\n color: gray;\r\n height: 30px;\r\n font-size: 9px;\r\n}\r\n\r\n.bank-logo-1 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_1.gif);\r\n}\r\n\r\n.bank-logo-4 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_4.gif);\r\n}\r\n\r\n.bank-logo-7 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_7.gif);\r\n}\r\n\r\n.bank-logo-15 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_15.gif);\r\n}\r\n\r\n.bank-logo-16 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_16.gif);\r\n}\r\n\r\n.bank-logo-19 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_19.gif);\r\n}\r\n\r\n.bank-logo-21 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_21.gif);\r\n}\r\n\r\n.bank-logo-25 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_25.gif);\r\n}\r\n\r\n.bank-logo-27 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_27.gif);\r\n}\r\n\r\n.bank-logo-29 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_29.gif);\r\n}\r\n\r\n.bank-logo-30 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_30.gif);\r\n}\r\n\r\n.bank-logo-32 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_32.gif);\r\n}\r\n\r\n.bank-logo-34 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_34.gif);\r\n}\r\n\r\n.bank-logo-35 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_35.gif);\r\n}\r\n\r\n.bank-logo-36 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_36.gif);\r\n}\r\n\r\n.bank-logo-37 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_37.gif);\r\n}\r\n\r\n.bank-logo-38 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_38.gif);\r\n}\r\n\r\n.bank-logo-39 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_39.gif);\r\n}\r\n\r\n.bank-logo-40 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_40.gif);\r\n}\r\n\r\n.bank-logo-42 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_42.gif);\r\n}\r\n\r\n.bank-logo-44 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_44.gif);\r\n}\r\n\r\n.bank-logo-47 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_47.gif);\r\n}\r\n\r\n.bank-logo-55 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_55.gif);\r\n}\r\n\r\n.bank-logo-56 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_56.gif);\r\n}\r\n\r\n.bank-logo-61 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_61.gif);\r\n}\r\n\r\n.bank-logo-62 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_62.gif);\r\n}\r\n\r\n.bank-logo-63 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_63.gif);\r\n}\r\n\r\n.bank-logo-68 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_68.gif);\r\n}\r\n\r\n.bank-logo-70 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_70.gif);\r\n}\r\n\r\n.bank-logo-71 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_71.gif);\r\n}\r\n\r\n.bank-logo-72 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_72.gif);\r\n}\r\n\r\n.bank-logo-78 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_78.gif);\r\n}\r\n\r\n.bank-logo-79 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_79.gif);\r\n}\r\n\r\n.bank-logo-80 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_80.gif);\r\n}\r\n\r\n.bank-logo-82 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_82.gif);\r\n}\r\n\r\n.bank-logo-83 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_83.gif);\r\n}\r\n\r\n.bank-logo-89 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_89.gif);\r\n}\r\n\r\n.bank-logo-91 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_91.gif);\r\n}\r\n\r\n.bank-logo-93 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_93.gif);\r\n}\r\n\r\n.bank-logo-94 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_94.gif);\r\n}\r\n\r\n.bank-logo-96 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_96.gif);\r\n}\r\n\r\n.bank-logo-97 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_97.gif);\r\n}\r\n\r\n.bank-logo-98 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_98.gif);\r\n}\r\n\r\n.bank-logo-100 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_100.gif);\r\n}\r\n\r\n.bank-logo-101 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_101.gif);\r\n}\r\n\r\n.bank-logo-102 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_102.gif);\r\n}\r\n\r\n.bank-logo-103 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_103.gif);\r\n}\r\n\r\n.bank-logo-104 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_104.gif);\r\n}\r\n\r\n.bank-logo-105 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_105.gif);\r\n}\r\n\r\n.bank-logo-106 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_106.gif);\r\n}\r\n\r\n.bank-logo-108 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_108.gif);\r\n}\r\n\r\n.bank-logo-109 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_109.gif);\r\n}\r\n\r\n.bank-logo-110 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_110.gif);\r\n}\r\n\r\n.bank-logo-111 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_111.gif);\r\n}\r\n\r\n.bank-logo-113 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_113.gif);\r\n}\r\n\r\n.bank-logo-114 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_114.gif);\r\n}\r\n\r\n.bank-logo-115 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_115.gif);\r\n}\r\n\r\n.bank-logo-117 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_117.gif);\r\n}\r\n\r\n.bank-logo-118 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_118.gif);\r\n}\r\n\r\n.bank-logo-120 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_120.gif);\r\n}\r\n\r\n.bank-logo-121 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_121.gif);\r\n}\r\n\r\n.bank-logo-122 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_122.gif);\r\n}\r\n\r\n.bank-logo-123 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_123.gif);\r\n}\r\n\r\n.bank-logo-125 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_125.gif);\r\n}\r\n\r\n.bank-logo-127 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_127.gif);\r\n}\r\n\r\n.bank-logo-130 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_130.gif);\r\n}\r\n\r\n.bank-logo-132 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_132.gif);\r\n}\r\n\r\n.bank-logo-133 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_133.gif);\r\n}\r\n\r\n.bank-logo-134 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_134.gif);\r\n}\r\n\r\n.bank-logo-135 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_135.gif);\r\n}\r\n\r\n.bank-logo-137 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_137.gif);\r\n}\r\n\r\n.bank-logo-138 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_138.gif);\r\n}\r\n\r\n.bank-logo-139 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_139.gif);\r\n}\r\n\r\n.bank-logo-142 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_142.gif);\r\n}\r\n\r\n.bank-logo-145 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_145.gif);\r\n}\r\n\r\n.bank-logo-146 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_146.gif);\r\n}\r\n\r\n.bank-logo-148 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_148.gif);\r\n}\r\n\r\n.bank-logo-149 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_149.gif);\r\n}\r\n\r\n.bank-logo-150 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_150.gif);\r\n}\r\n\r\n.bank-logo-151 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_151.gif);\r\n}\r\n\r\n.bank-logo-155 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_155.gif);\r\n}\r\n\r\n.bank-logo-159 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_159.gif);\r\n}\r\n\r\n.bank-logo-160 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_160.gif);\r\n}\r\n\r\n.bank-logo-162 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_162.gif);\r\n}\r\n\r\n.bank-logo-163 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_163.gif);\r\n}\r\n\r\n.bank-logo-165 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_165.gif);\r\n}\r\n\r\n.bank-logo-166 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_166.gif);\r\n}\r\n\r\n.bank-logo-167 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_167.gif);\r\n}\r\n\r\n.bank-logo-169 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_169.gif);\r\n}\r\n\r\n.bank-logo-170 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_170.gif);\r\n}\r\n\r\n.bank-logo-171 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_171.gif);\r\n}\r\n\r\n.bank-logo-174 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_174.gif);\r\n}\r\n\r\n.bank-logo-175 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_175.gif);\r\n}\r\n\r\n.bank-logo-180 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_180.gif);\r\n}\r\n\r\n.bank-logo-182 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_182.gif);\r\n}\r\n\r\n.bank-logo-183 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_183.gif);\r\n}\r\n\r\n.bank-logo-184 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_184.gif);\r\n}\r\n\r\n.bank-logo-186 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_186.gif);\r\n}\r\n\r\n.bank-logo-187 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_187.gif);\r\n}\r\n\r\n.bank-logo-188 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_188.gif);\r\n}\r\n\r\n.bank-logo-189 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_189.gif);\r\n}\r\n\r\n.bank-logo-190 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_190.gif);\r\n}\r\n\r\n.bank-logo-191 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_191.gif);\r\n}\r\n\r\n.bank-logo-192 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_192.gif);\r\n}\r\n\r\n.bank-logo-193 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_193.gif);\r\n}\r\n\r\n.bank-logo-194 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_194.gif);\r\n}\r\n\r\n.bank-logo-195 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_195.gif);\r\n}\r\n\r\n.bank-logo-196 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_196.gif);\r\n}\r\n\r\n.bank-logo-197 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_197.gif);\r\n}\r\n\r\n.bank-logo-198 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_198.gif);\r\n}\r\n\r\n.bank-logo-199 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_199.gif);\r\n}\r\n\r\n.bank-logo-200 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_200.gif);\r\n}\r\n\r\n.bank-logo-201 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_201.gif);\r\n}\r\n\r\n.bank-logo-202 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_202.gif);\r\n}\r\n\r\n.bank-logo-221 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_221.gif);\r\n}\r\n\r\n.bank-logo-230 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_230.gif);\r\n}\r\n\r\n.bank-logo-231 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_231.gif);\r\n}\r\n\r\n.bank-logo-275 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_275.gif);\r\n}\r\n\r\n.bank-logo-277 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_277.gif);\r\n}\r\n\r\n.bank-logo-279 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_279.gif);\r\n}\r\n\r\n.bank-logo-289 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_289.gif);\r\n}\r\n\r\n.bank-logo-290 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_290.gif);\r\n}\r\n\r\n.bank-logo-291 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_291.gif);\r\n}\r\n\r\n.bank-logo-292 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_292.gif);\r\n}\r\n\r\n.bank-logo-293 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_293.gif);\r\n}\r\n\r\n.bank-logo-2 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_2.gif);\r\n}\r\n\r\n.bank-logo-3 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_3.gif);\r\n}\r\n\r\n.bank-logo-5 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_5.gif);\r\n}\r\n\r\n.bank-logo-6 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_6.gif);\r\n}\r\n\r\n.bank-logo-14 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_14.gif);\r\n}\r\n\r\n.bank-logo-17 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_17.gif);\r\n}\r\n\r\n.bank-logo-18 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_18.gif);\r\n}\r\n\r\n.bank-logo-20 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_20.gif);\r\n}\r\n\r\n.bank-logo-22 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_22.gif);\r\n}\r\n\r\n.bank-logo-26 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_26.gif);\r\n}\r\n\r\n.bank-logo-28 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_28.gif);\r\n}\r\n\r\n.bank-logo-31 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_31.gif);\r\n}\r\n\r\n.bank-logo-33 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_33.gif);\r\n}\r\n\r\n.bank-logo-41 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_41.gif);\r\n}\r\n\r\n.bank-logo-43 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_43.gif);\r\n}\r\n\r\n.bank-logo-45 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_45.gif);\r\n}\r\n\r\n.bank-logo-46 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_46.gif);\r\n}\r\n\r\n.bank-logo-48 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_48.gif);\r\n}\r\n\r\n.bank-logo-49 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_49.gif);\r\n}\r\n\r\n.bank-logo-50 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_50.gif);\r\n}\r\n\r\n.bank-logo-51 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_51.gif);\r\n}\r\n\r\n.bank-logo-52 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_52.gif);\r\n}\r\n\r\n.bank-logo-53 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_53.gif);\r\n}\r\n\r\n.bank-logo-54 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_54.gif);\r\n}\r\n\r\n.bank-logo-58 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_58.gif);\r\n}\r\n\r\n.bank-logo-59 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_59.gif);\r\n}\r\n\r\n.bank-logo-64 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_64.gif);\r\n}\r\n\r\n.bank-logo-65 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_65.gif);\r\n}\r\n\r\n.bank-logo-66 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_66.gif);\r\n}\r\n\r\n.bank-logo-67 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_67.gif);\r\n}\r\n\r\n.bank-logo-69 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_69.gif);\r\n}\r\n\r\n.bank-logo-75 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_75.gif);\r\n}\r\n\r\n.bank-logo-76 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_76.gif);\r\n}\r\n\r\n.bank-logo-81 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_81.gif);\r\n}\r\n\r\n.bank-logo-84 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_84.gif);\r\n}\r\n\r\n.bank-logo-85 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_85.gif);\r\n}\r\n\r\n.bank-logo-87 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_87.gif);\r\n}\r\n\r\n.bank-logo-88 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_88.gif);\r\n}\r\n\r\n.bank-logo-90 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_90.gif);\r\n}\r\n\r\n.bank-logo-92 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_92.gif);\r\n}\r\n\r\n.bank-logo-95 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_95.gif);\r\n}\r\n\r\n.bank-logo-99 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_99.gif);\r\n}\r\n\r\n.bank-logo-107 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_107.gif);\r\n}\r\n\r\n.bank-logo-112 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_112.gif);\r\n}\r\n\r\n.bank-logo-116 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_116.gif);\r\n}\r\n\r\n.bank-logo-119 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_119.gif);\r\n}\r\n\r\n.bank-logo-124 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_124.gif);\r\n}\r\n\r\n.bank-logo-129 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_129.gif);\r\n}\r\n\r\n.bank-logo-131 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_131.gif);\r\n}\r\n\r\n.bank-logo-136 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_136.gif);\r\n}\r\n\r\n.bank-logo-140 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_140.gif);\r\n}\r\n\r\n.bank-logo-141 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_141.gif);\r\n}\r\n\r\n.bank-logo-143 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_143.gif);\r\n}\r\n\r\n.bank-logo-144 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_144.gif);\r\n}\r\n\r\n.bank-logo-147 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_147.gif);\r\n}\r\n\r\n.bank-logo-152 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_152.gif);\r\n}\r\n\r\n.bank-logo-153 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_153.gif);\r\n}\r\n\r\n.bank-logo-154 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_154.gif);\r\n}\r\n\r\n.bank-logo-156 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_156.gif);\r\n}\r\n\r\n.bank-logo-157 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_157.gif);\r\n}\r\n\r\n.bank-logo-158 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_158.gif);\r\n}\r\n\r\n.bank-logo-161 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_161.gif);\r\n}\r\n\r\n.bank-logo-164 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_164.gif);\r\n}\r\n\r\n.bank-logo-172 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_172.gif);\r\n}\r\n\r\n.bank-logo-173 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_173.gif);\r\n}\r\n\r\n.bank-logo-176 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_176.gif);\r\n}\r\n\r\n.bank-logo-177 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_177.gif);\r\n}\r\n\r\n.bank-logo-178 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_178.gif);\r\n}\r\n\r\n.bank-logo-181 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_181.gif);\r\n}\r\n\r\n.bank-logo-185 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_185.gif);\r\n}\r\n\r\n.bank-logo-203 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_203.gif);\r\n}\r\n\r\n.bank-logo-204 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_204.gif);\r\n}\r\n\r\n.bank-logo-205 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_205.gif);\r\n}\r\n\r\n.bank-logo-206 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_206.gif);\r\n}\r\n\r\n.bank-logo-207 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_207.gif);\r\n}\r\n\r\n.bank-logo-208 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_208.gif);\r\n}\r\n\r\n.bank-logo-209 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_209.gif);\r\n}\r\n\r\n.bank-logo-210 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_210.gif);\r\n}\r\n\r\n.bank-logo-211 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_211.gif);\r\n}\r\n\r\n.bank-logo-212 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_212.gif);\r\n}\r\n\r\n.bank-logo-213 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_213.gif);\r\n}\r\n\r\n.bank-logo-214 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_214.gif);\r\n}\r\n\r\n.bank-logo-215 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_215.gif);\r\n}\r\n\r\n.bank-logo-216 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_216.gif);\r\n}\r\n\r\n.bank-logo-217 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_217.gif);\r\n}\r\n\r\n.bank-logo-218 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_218.gif);\r\n}\r\n\r\n.bank-logo-219 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_219.gif);\r\n}\r\n\r\n.bank-logo-220 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_220.gif);\r\n}\r\n\r\n.bank-logo-222 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_222.gif);\r\n}\r\n\r\n.bank-logo-223 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_223.gif);\r\n}\r\n\r\n.bank-logo-224 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_224.gif);\r\n}\r\n\r\n.bank-logo-225 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_225.gif);\r\n}\r\n\r\n.bank-logo-226 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_226.gif);\r\n}\r\n\r\n.bank-logo-227 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_227.gif);\r\n}\r\n\r\n.bank-logo-228 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_228.gif);\r\n}\r\n\r\n.bank-logo-229 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_229.gif);\r\n}\r\n\r\n.bank-logo-232 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_232.gif);\r\n}\r\n\r\n.bank-logo-233 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_233.gif);\r\n}\r\n\r\n.bank-logo-234 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_234.gif);\r\n}\r\n\r\n.bank-logo-235 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_235.gif);\r\n}\r\n\r\n.bank-logo-236 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_236.gif);\r\n}\r\n\r\n.bank-logo-237 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_237.gif);\r\n}\r\n\r\n.bank-logo-238 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_238.gif);\r\n}\r\n\r\n.bank-logo-239 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_239.gif);\r\n}\r\n\r\n.bank-logo-240 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_240.gif);\r\n}\r\n\r\n.bank-logo-241 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_241.gif);\r\n}\r\n\r\n.bank-logo-242 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_242.gif);\r\n}\r\n\r\n.bank-logo-243 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_243.gif);\r\n}\r\n\r\n.bank-logo-244 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_244.gif);\r\n}\r\n\r\n.bank-logo-245 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_245.gif);\r\n}\r\n\r\n.bank-logo-246 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_246.gif);\r\n}\r\n\r\n.bank-logo-247 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_247.gif);\r\n}\r\n\r\n.bank-logo-248 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_248.gif);\r\n}\r\n\r\n.bank-logo-249 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_249.gif);\r\n}\r\n\r\n.bank-logo-250 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_250.gif);\r\n}\r\n\r\n.bank-logo-251 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_251.gif);\r\n}\r\n\r\n.bank-logo-252 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_252.gif);\r\n}\r\n\r\n.bank-logo-253 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_253.gif);\r\n}\r\n\r\n.bank-logo-254 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_254.gif);\r\n}\r\n\r\n.bank-logo-255 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_255.gif);\r\n}\r\n\r\n.bank-logo-256 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_256.gif);\r\n}\r\n\r\n.bank-logo-257 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_257.gif);\r\n}\r\n\r\n.bank-logo-258 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_258.gif);\r\n}\r\n\r\n.bank-logo-259 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_259.gif);\r\n}\r\n\r\n.bank-logo-260 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_260.gif);\r\n}\r\n\r\n.bank-logo-261 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_261.gif);\r\n}\r\n\r\n.bank-logo-262 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_262.gif);\r\n}\r\n\r\n.bank-logo-263 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_263.gif);\r\n}\r\n\r\n.bank-logo-264 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_264.gif);\r\n}\r\n\r\n.bank-logo-265 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_265.gif);\r\n}\r\n\r\n.bank-logo-266 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_266.gif);\r\n}\r\n\r\n.bank-logo-267 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_267.gif);\r\n}\r\n\r\n.bank-logo-268 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_268.gif);\r\n}\r\n\r\n.bank-logo-269 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_269.gif);\r\n}\r\n\r\n.bank-logo-270 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_270.gif);\r\n}\r\n\r\n.bank-logo-271 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_271.gif);\r\n}\r\n\r\n.bank-logo-272 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_272.gif);\r\n}\r\n\r\n.bank-logo-273 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_273.gif);\r\n}\r\n\r\n.bank-logo-274 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_274.gif);\r\n}\r\n\r\n.bank-logo-276 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_276.gif);\r\n}\r\n\r\n.bank-logo-278 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_278.gif);\r\n}\r\n\r\n.bank-logo-280 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_280.gif);\r\n}\r\n\r\n.bank-logo-281 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_281.gif);\r\n}\r\n\r\n.bank-logo-282 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_282.gif);\r\n}\r\n\r\n.bank-logo-283 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_283.gif);\r\n}\r\n\r\n.bank-logo-284 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_284.gif);\r\n}\r\n\r\n.bank-logo-285 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_285.gif);\r\n}\r\n\r\n.bank-logo-286 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_286.gif);\r\n}\r\n\r\n.bank-logo-287 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_287.gif);\r\n}\r\n\r\n.bank-logo-288 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_288.gif);\r\n}\r\n\r\n.bank-logo-1000 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_2000.gif);\r\n}\r\n\r\n.bank-logo-2000 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_1000.gif);\r\n}\r\n\r\n.mobile .bank-box {\r\n width: 66px;\r\n height: 70px;\r\n margin-left: 4px;\r\n margin-top: 12px;\r\n background: none;\r\n border: none;\r\n}\r\n\r\n.mobile .bank-box:hover {\r\n box-shadow: none;\r\n}\r\n\r\n.mobile .bank-logo {\r\n background-size: cover;\r\n width: 56px;\r\n height: 60px;\r\n}\r\n\r\n.mobile .bank-name {\r\n display: none;\r\n}\r\n\r\n.mobile .bank-logo-1 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_1.png);\r\n}\r\n\r\n.mobile .bank-logo-4 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_4.png);\r\n}\r\n\r\n.mobile .bank-logo-7 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_7.png);\r\n}\r\n\r\n.mobile .bank-logo-15 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_15.png);\r\n}\r\n\r\n.mobile .bank-logo-16 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_16.png);\r\n}\r\n\r\n.mobile .bank-logo-19 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_19.png);\r\n}\r\n\r\n.mobile .bank-logo-21 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_21.png);\r\n}\r\n\r\n.mobile .bank-logo-25 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_25.png);\r\n}\r\n\r\n.mobile .bank-logo-27 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_27.png);\r\n}\r\n\r\n.mobile .bank-logo-29 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_29.png);\r\n}\r\n\r\n.mobile .bank-logo-30 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_30.png);\r\n}\r\n\r\n.mobile .bank-logo-32 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_32.png);\r\n}\r\n\r\n.mobile .bank-logo-34 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_34.png);\r\n}\r\n\r\n.mobile .bank-logo-35 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_35.png);\r\n}\r\n\r\n.mobile .bank-logo-36 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_36.png);\r\n}\r\n\r\n.mobile .bank-logo-37 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_37.png);\r\n}\r\n\r\n.mobile .bank-logo-38 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_38.png);\r\n}\r\n\r\n.mobile .bank-logo-39 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_39.png);\r\n}\r\n\r\n.mobile .bank-logo-40 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_40.png);\r\n}\r\n\r\n.mobile .bank-logo-42 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_42.png);\r\n}\r\n\r\n.mobile .bank-logo-44 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_44.png);\r\n}\r\n\r\n.mobile .bank-logo-47 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_47.png);\r\n}\r\n\r\n.mobile .bank-logo-55 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_55.png);\r\n}\r\n\r\n.mobile .bank-logo-56 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_56.png);\r\n}\r\n\r\n.mobile .bank-logo-61 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_61.png);\r\n}\r\n\r\n.mobile .bank-logo-62 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_62.png);\r\n}\r\n\r\n.mobile .bank-logo-63 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_63.png);\r\n}\r\n\r\n.mobile .bank-logo-68 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_68.png);\r\n}\r\n\r\n.mobile .bank-logo-70 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_70.png);\r\n}\r\n\r\n.mobile .bank-logo-71 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_71.png);\r\n}\r\n\r\n.mobile .bank-logo-72 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_72.png);\r\n}\r\n\r\n.mobile .bank-logo-78 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_78.png);\r\n}\r\n\r\n.mobile .bank-logo-79 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_79.png);\r\n}\r\n\r\n.mobile .bank-logo-80 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_80.png);\r\n}\r\n\r\n.mobile .bank-logo-82 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_82.png);\r\n}\r\n\r\n.mobile .bank-logo-83 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_83.png);\r\n}\r\n\r\n.mobile .bank-logo-89 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_89.png);\r\n}\r\n\r\n.mobile .bank-logo-91 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_91.png);\r\n}\r\n\r\n.mobile .bank-logo-93 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_93.png);\r\n}\r\n\r\n.mobile .bank-logo-94 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_94.png);\r\n}\r\n\r\n.mobile .bank-logo-96 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_96.png);\r\n}\r\n\r\n.mobile .bank-logo-97 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_97.png);\r\n}\r\n\r\n.mobile .bank-logo-98 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_98.png);\r\n}\r\n\r\n.mobile .bank-logo-100 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_100.png);\r\n}\r\n\r\n.mobile .bank-logo-101 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_101.png);\r\n}\r\n\r\n.mobile .bank-logo-102 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_102.png);\r\n}\r\n\r\n.mobile .bank-logo-103 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_103.png);\r\n}\r\n\r\n.mobile .bank-logo-104 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_104.png);\r\n}\r\n\r\n.mobile .bank-logo-105 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_105.png);\r\n}\r\n\r\n.mobile .bank-logo-106 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_106.png);\r\n}\r\n\r\n.mobile .bank-logo-108 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_108.png);\r\n}\r\n\r\n.mobile .bank-logo-109 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_109.png);\r\n}\r\n\r\n.mobile .bank-logo-110 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_110.png);\r\n}\r\n\r\n.mobile .bank-logo-111 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_111.png);\r\n}\r\n\r\n.mobile .bank-logo-113 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_113.png);\r\n}\r\n\r\n.mobile .bank-logo-114 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_114.png);\r\n}\r\n\r\n.mobile .bank-logo-115 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_115.png);\r\n}\r\n\r\n.mobile .bank-logo-117 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_117.png);\r\n}\r\n\r\n.mobile .bank-logo-118 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_118.png);\r\n}\r\n\r\n.mobile .bank-logo-120 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_120.png);\r\n}\r\n\r\n.mobile .bank-logo-121 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_121.png);\r\n}\r\n\r\n.mobile .bank-logo-122 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_122.png);\r\n}\r\n\r\n.mobile .bank-logo-123 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_123.png);\r\n}\r\n\r\n.mobile .bank-logo-125 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_125.png);\r\n}\r\n\r\n.mobile .bank-logo-127 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_127.png);\r\n}\r\n\r\n.mobile .bank-logo-130 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_130.png);\r\n}\r\n\r\n.mobile .bank-logo-132 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_132.png);\r\n}\r\n\r\n.mobile .bank-logo-133 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_133.png);\r\n}\r\n\r\n.mobile .bank-logo-134 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_134.png);\r\n}\r\n\r\n.mobile .bank-logo-135 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_135.png);\r\n}\r\n\r\n.mobile .bank-logo-137 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_137.png);\r\n}\r\n\r\n.mobile .bank-logo-138 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_138.png);\r\n}\r\n\r\n.mobile .bank-logo-139 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_139.png);\r\n}\r\n\r\n.mobile .bank-logo-142 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_142.png);\r\n}\r\n\r\n.mobile .bank-logo-145 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_145.png);\r\n}\r\n\r\n.mobile .bank-logo-146 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_146.png);\r\n}\r\n\r\n.mobile .bank-logo-148 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_148.png);\r\n}\r\n\r\n.mobile .bank-logo-149 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_149.png);\r\n}\r\n\r\n.mobile .bank-logo-150 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_150.png);\r\n}\r\n\r\n.mobile .bank-logo-151 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_151.png);\r\n}\r\n\r\n.mobile .bank-logo-155 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_155.png);\r\n}\r\n\r\n.mobile .bank-logo-159 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_159.png);\r\n}\r\n\r\n.mobile .bank-logo-160 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_160.png);\r\n}\r\n\r\n.mobile .bank-logo-162 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_162.png);\r\n}\r\n\r\n.mobile .bank-logo-163 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_163.png);\r\n}\r\n\r\n.mobile .bank-logo-165 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_165.png);\r\n}\r\n\r\n.mobile .bank-logo-166 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_166.png);\r\n}\r\n\r\n.mobile .bank-logo-167 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_167.png);\r\n}\r\n\r\n.mobile .bank-logo-169 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_169.png);\r\n}\r\n\r\n.mobile .bank-logo-170 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_170.png);\r\n}\r\n\r\n.mobile .bank-logo-171 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_171.png);\r\n}\r\n\r\n.mobile .bank-logo-174 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_174.png);\r\n}\r\n\r\n.mobile .bank-logo-175 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_175.png);\r\n}\r\n\r\n.mobile .bank-logo-180 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_180.png);\r\n}\r\n\r\n.mobile .bank-logo-182 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_182.png);\r\n}\r\n\r\n.mobile .bank-logo-183 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_183.png);\r\n}\r\n\r\n.mobile .bank-logo-184 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_184.png);\r\n}\r\n\r\n.mobile .bank-logo-186 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_186.png);\r\n}\r\n\r\n.mobile .bank-logo-187 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_187.png);\r\n}\r\n\r\n.mobile .bank-logo-188 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_188.png);\r\n}\r\n\r\n.mobile .bank-logo-189 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_189.png);\r\n}\r\n\r\n.mobile .bank-logo-190 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_190.png);\r\n}\r\n\r\n.mobile .bank-logo-191 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_191.png);\r\n}\r\n\r\n.mobile .bank-logo-192 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_192.png);\r\n}\r\n\r\n.mobile .bank-logo-193 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_193.png);\r\n}\r\n\r\n.mobile .bank-logo-194 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_194.png);\r\n}\r\n\r\n.mobile .bank-logo-195 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_195.png);\r\n}\r\n\r\n.mobile .bank-logo-196 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_196.png);\r\n}\r\n\r\n.mobile .bank-logo-197 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_197.png);\r\n}\r\n\r\n.mobile .bank-logo-198 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_198.png);\r\n}\r\n\r\n.mobile .bank-logo-199 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_199.png);\r\n}\r\n\r\n.mobile .bank-logo-200 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_200.png);\r\n}\r\n\r\n.mobile .bank-logo-201 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_201.png);\r\n}\r\n\r\n.mobile .bank-logo-202 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_202.png);\r\n}\r\n\r\n.mobile .bank-logo-221 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_221.png);\r\n}\r\n\r\n.mobile .bank-logo-230 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_230.png);\r\n}\r\n\r\n.mobile .bank-logo-231 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_231.png);\r\n}\r\n\r\n.mobile .bank-logo-275 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_275.png);\r\n}\r\n\r\n.mobile .bank-logo-277 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_277.png);\r\n}\r\n\r\n.mobile .bank-logo-279 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_279.png);\r\n}\r\n\r\n.mobile .bank-logo-289 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_289.png);\r\n}\r\n\r\n.mobile .bank-logo-290 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_290.png);\r\n}\r\n\r\n.mobile .bank-logo-291 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_291.png);\r\n}\r\n\r\n.mobile .bank-logo-292 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_292.png);\r\n}\r\n\r\n.mobile .bank-logo-293 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_293.png);\r\n}\r\n\r\n.mobile .bank-logo-2 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_2.png);\r\n}\r\n\r\n.mobile .bank-logo-3 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_3.png);\r\n}\r\n\r\n.mobile .bank-logo-5 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_5.png);\r\n}\r\n\r\n.mobile .bank-logo-6 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_6.png);\r\n}\r\n\r\n.mobile .bank-logo-14 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_14.png);\r\n}\r\n\r\n.mobile .bank-logo-17 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_17.png);\r\n}\r\n\r\n.mobile .bank-logo-18 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_18.png);\r\n}\r\n\r\n.mobile .bank-logo-20 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_20.png);\r\n}\r\n\r\n.mobile .bank-logo-22 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_22.png);\r\n}\r\n\r\n.mobile .bank-logo-26 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_26.png);\r\n}\r\n\r\n.mobile .bank-logo-28 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_28.png);\r\n}\r\n\r\n.mobile .bank-logo-31 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_31.png);\r\n}\r\n\r\n.mobile .bank-logo-33 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_33.png);\r\n}\r\n\r\n.mobile .bank-logo-41 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_41.png);\r\n}\r\n\r\n.mobile .bank-logo-43 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_43.png);\r\n}\r\n\r\n.mobile .bank-logo-45 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_45.png);\r\n}\r\n\r\n.mobile .bank-logo-46 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_46.png);\r\n}\r\n\r\n.mobile .bank-logo-48 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_48.png);\r\n}\r\n\r\n.mobile .bank-logo-49 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_49.png);\r\n}\r\n\r\n.mobile .bank-logo-50 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_50.png);\r\n}\r\n\r\n.mobile .bank-logo-51 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_51.png);\r\n}\r\n\r\n.mobile .bank-logo-52 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_52.png);\r\n}\r\n\r\n.mobile .bank-logo-53 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_53.png);\r\n}\r\n\r\n.mobile .bank-logo-54 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_54.png);\r\n}\r\n\r\n.mobile .bank-logo-58 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_58.png);\r\n}\r\n\r\n.mobile .bank-logo-59 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_59.png);\r\n}\r\n\r\n.mobile .bank-logo-64 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_64.png);\r\n}\r\n\r\n.mobile .bank-logo-65 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_65.png);\r\n}\r\n\r\n.mobile .bank-logo-66 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_66.png);\r\n}\r\n\r\n.mobile .bank-logo-67 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_67.png);\r\n}\r\n\r\n.mobile .bank-logo-69 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_69.png);\r\n}\r\n\r\n.mobile .bank-logo-75 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_75.png);\r\n}\r\n\r\n.mobile .bank-logo-76 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_76.png);\r\n}\r\n\r\n.mobile .bank-logo-81 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_81.png);\r\n}\r\n\r\n.mobile .bank-logo-84 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_84.png);\r\n}\r\n\r\n.mobile .bank-logo-85 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_85.png);\r\n}\r\n\r\n.mobile .bank-logo-87 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_87.png);\r\n}\r\n\r\n.mobile .bank-logo-88 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_88.png);\r\n}\r\n\r\n.mobile .bank-logo-90 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_90.png);\r\n}\r\n\r\n.mobile .bank-logo-92 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_92.png);\r\n}\r\n\r\n.mobile .bank-logo-95 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_95.png);\r\n}\r\n\r\n.mobile .bank-logo-99 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_99.png);\r\n}\r\n\r\n.mobile .bank-logo-107 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_107.png);\r\n}\r\n\r\n.mobile .bank-logo-112 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_112.png);\r\n}\r\n\r\n.mobile .bank-logo-116 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_116.png);\r\n}\r\n\r\n.mobile .bank-logo-119 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_119.png);\r\n}\r\n\r\n.mobile .bank-logo-124 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_124.png);\r\n}\r\n\r\n.mobile .bank-logo-129 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_129.png);\r\n}\r\n\r\n.mobile .bank-logo-131 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_131.png);\r\n}\r\n\r\n.mobile .bank-logo-136 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_136.png);\r\n}\r\n\r\n.mobile .bank-logo-140 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_140.png);\r\n}\r\n\r\n.mobile .bank-logo-141 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_141.png);\r\n}\r\n\r\n.mobile .bank-logo-143 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_143.png);\r\n}\r\n\r\n.mobile .bank-logo-144 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_144.png);\r\n}\r\n\r\n.mobile .bank-logo-147 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_147.png);\r\n}\r\n\r\n.mobile .bank-logo-152 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_152.png);\r\n}\r\n\r\n.mobile .bank-logo-153 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_153.png);\r\n}\r\n\r\n.mobile .bank-logo-154 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_154.png);\r\n}\r\n\r\n.mobile .bank-logo-156 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_156.png);\r\n}\r\n\r\n.mobile .bank-logo-157 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_157.png);\r\n}\r\n\r\n.mobile .bank-logo-158 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_158.png);\r\n}\r\n\r\n.mobile .bank-logo-161 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_161.png);\r\n}\r\n\r\n.mobile .bank-logo-164 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_164.png);\r\n}\r\n\r\n.mobile .bank-logo-172 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_172.png);\r\n}\r\n\r\n.mobile .bank-logo-173 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_173.png);\r\n}\r\n\r\n.mobile .bank-logo-176 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_176.png);\r\n}\r\n\r\n.mobile .bank-logo-177 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_177.png);\r\n}\r\n\r\n.mobile .bank-logo-178 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_178.png);\r\n}\r\n\r\n.mobile .bank-logo-181 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_181.png);\r\n}\r\n\r\n.mobile .bank-logo-185 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_185.png);\r\n}\r\n\r\n.mobile .bank-logo-203 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_203.png);\r\n}\r\n\r\n.mobile .bank-logo-204 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_204.png);\r\n}\r\n\r\n.mobile .bank-logo-205 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_205.png);\r\n}\r\n\r\n.mobile .bank-logo-206 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_206.png);\r\n}\r\n\r\n.mobile .bank-logo-207 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_207.png);\r\n}\r\n\r\n.mobile .bank-logo-208 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_208.png);\r\n}\r\n\r\n.mobile .bank-logo-209 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_209.png);\r\n}\r\n\r\n.mobile .bank-logo-210 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_210.png);\r\n}\r\n\r\n.mobile .bank-logo-211 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_211.png);\r\n}\r\n\r\n.mobile .bank-logo-212 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_212.png);\r\n}\r\n\r\n.mobile .bank-logo-213 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_213.png);\r\n}\r\n\r\n.mobile .bank-logo-214 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_214.png);\r\n}\r\n\r\n.mobile .bank-logo-215 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_215.png);\r\n}\r\n\r\n.mobile .bank-logo-216 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_216.png);\r\n}\r\n\r\n.mobile .bank-logo-217 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_217.png);\r\n}\r\n\r\n.mobile .bank-logo-218 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_218.png);\r\n}\r\n\r\n.mobile .bank-logo-219 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_219.png);\r\n}\r\n\r\n.mobile .bank-logo-220 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_220.png);\r\n}\r\n\r\n.mobile .bank-logo-222 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_222.png);\r\n}\r\n\r\n.mobile .bank-logo-223 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_223.png);\r\n}\r\n\r\n.mobile .bank-logo-224 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_224.png);\r\n}\r\n\r\n.mobile .bank-logo-225 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_225.png);\r\n}\r\n\r\n.mobile .bank-logo-226 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_226.png);\r\n}\r\n\r\n.mobile .bank-logo-227 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_227.png);\r\n}\r\n\r\n.mobile .bank-logo-228 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_228.png);\r\n}\r\n\r\n.mobile .bank-logo-229 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_229.png);\r\n}\r\n\r\n.mobile .bank-logo-232 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_232.png);\r\n}\r\n\r\n.mobile .bank-logo-233 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_233.png);\r\n}\r\n\r\n.mobile .bank-logo-234 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_234.png);\r\n}\r\n\r\n.mobile .bank-logo-235 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_235.png);\r\n}\r\n\r\n.mobile .bank-logo-236 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_236.png);\r\n}\r\n\r\n.mobile .bank-logo-237 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_237.png);\r\n}\r\n\r\n.mobile .bank-logo-238 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_238.png);\r\n}\r\n\r\n.mobile .bank-logo-239 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_239.png);\r\n}\r\n\r\n.mobile .bank-logo-240 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_240.png);\r\n}\r\n\r\n.mobile .bank-logo-241 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_241.png);\r\n}\r\n\r\n.mobile .bank-logo-242 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_242.png);\r\n}\r\n\r\n.mobile .bank-logo-243 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_243.png);\r\n}\r\n\r\n.mobile .bank-logo-244 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_244.png);\r\n}\r\n\r\n.mobile .bank-logo-245 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_245.png);\r\n}\r\n\r\n.mobile .bank-logo-246 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_246.png);\r\n}\r\n\r\n.mobile .bank-logo-247 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_247.png);\r\n}\r\n\r\n.mobile .bank-logo-248 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_248.png);\r\n}\r\n\r\n.mobile .bank-logo-249 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_249.png);\r\n}\r\n\r\n.mobile .bank-logo-250 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_250.png);\r\n}\r\n\r\n.mobile .bank-logo-251 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_251.png);\r\n}\r\n\r\n.mobile .bank-logo-252 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_252.png);\r\n}\r\n\r\n.mobile .bank-logo-253 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_253.png);\r\n}\r\n\r\n.mobile .bank-logo-254 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_254.png);\r\n}\r\n\r\n.mobile .bank-logo-255 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_255.png);\r\n}\r\n\r\n.mobile .bank-logo-256 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_256.png);\r\n}\r\n\r\n.mobile .bank-logo-257 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_257.png);\r\n}\r\n\r\n.mobile .bank-logo-258 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_258.png);\r\n}\r\n\r\n.mobile .bank-logo-259 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_259.png);\r\n}\r\n\r\n.mobile .bank-logo-260 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_260.png);\r\n}\r\n\r\n.mobile .bank-logo-261 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_261.png);\r\n}\r\n\r\n.mobile .bank-logo-262 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_262.png);\r\n}\r\n\r\n.mobile .bank-logo-263 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_263.png);\r\n}\r\n\r\n.mobile .bank-logo-264 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_264.png);\r\n}\r\n\r\n.mobile .bank-logo-265 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_265.png);\r\n}\r\n\r\n.mobile .bank-logo-266 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_266.png);\r\n}\r\n\r\n.mobile .bank-logo-267 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_267.png);\r\n}\r\n\r\n.mobile .bank-logo-268 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_268.png);\r\n}\r\n\r\n.mobile .bank-logo-269 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_269.png);\r\n}\r\n\r\n.mobile .bank-logo-270 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_270.png);\r\n}\r\n\r\n.mobile .bank-logo-271 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_271.png);\r\n}\r\n\r\n.mobile .bank-logo-272 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_272.png);\r\n}\r\n\r\n.mobile .bank-logo-273 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_273.png);\r\n}\r\n\r\n.mobile .bank-logo-274 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_274.png);\r\n}\r\n\r\n.mobile .bank-logo-276 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_276.png);\r\n}\r\n\r\n.mobile .bank-logo-278 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_278.png);\r\n}\r\n\r\n.mobile .bank-logo-280 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_280.png);\r\n}\r\n\r\n.mobile .bank-logo-281 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_281.png);\r\n}\r\n\r\n.mobile .bank-logo-282 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_282.png);\r\n}\r\n\r\n.mobile .bank-logo-283 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_283.png);\r\n}\r\n\r\n.mobile .bank-logo-284 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_284.png);\r\n}\r\n\r\n.mobile .bank-logo-285 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_285.png);\r\n}\r\n\r\n.mobile .bank-logo-286 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_286.png);\r\n}\r\n\r\n.mobile .bank-logo-287 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_287.png);\r\n}\r\n\r\n.mobile .bank-logo-288 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_288.png);\r\n}\r\n\r\n.mobile .bank-logo-1000 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_2000.png);\r\n}\r\n\r\n.mobile .bank-logo-2000 {\r\n background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_1000.png);\r\n}\r\n\r\n/** navbar-nav */\r\n.navbar-nav .dropdown-menu ul {\r\n display: grid;\r\n grid-template-columns: repeat(2, 270px);\r\n grid-column-gap: 20px;\r\n}\r\n\r\n.iview-controlNav div.iview-items {\r\n left: 0 !important;\r\n}\r\n\r\n.bannercontainer {\r\n .caption-contain {\r\n cursor: pointer;\r\n }\r\n}\r\n\r\n#apc_modal_1 {\r\n padding: 25px;\r\n display: block;\r\n\r\n h5 {\r\n color: #a443ff;\r\n text-align: center;\r\n font-size: 1.1rem;\r\n margin-bottom: 25px;\r\n line-height: 1.25;\r\n font-weight: 300;\r\n\r\n @media (min-width: 600px) {\r\n white-space: nowrap;\r\n }\r\n }\r\n\r\n .content {\r\n display: grid;\r\n gap: 10px;\r\n grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\r\n font-weight: 300;\r\n\r\n .left,\r\n .right {\r\n p:nth-child(2) {\r\n font-size: 1.5rem;\r\n color: #000d4c;\r\n font-weight: 900;\r\n }\r\n\r\n p:nth-child(3) {\r\n font-size: 1.5rem;\r\n color: #a443ff;\r\n font-weight: 300;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.apc-popup .dont-show-again {\r\n padding: 5px 10px;\r\n margin: 1px;\r\n border-radius: 5px;\r\n background-color: #3e2780 !important;\r\n\r\n a {\r\n color: #fff !important;\r\n }\r\n}\r\n\r\n#product-details.fade {\r\n opacity: 1 !important;\r\n\r\n .product-manufacturer {\r\n display: none !important;\r\n }\r\n\r\n .product-reference {\r\n display: none !important;\r\n }\r\n}\r\n\r\n.leo-fly-cart-slidebar {\r\n max-width: calc(100vw - 393px);\r\n\r\n .leo-dropdown-list-item-warpper {\r\n max-width: calc(100% - 389px);\r\n overflow: auto;\r\n\r\n @media (max-width: 1040px) {\r\n display: none;\r\n }\r\n }\r\n}\r\n\r\n.payment-options {\r\n .payment-option {\r\n &.active {\r\n border: 2px solid #a340ff;\r\n }\r\n }\r\n}"]} \ No newline at end of file diff --git a/themes/leo_lulandia/assets/css/theme.scss b/themes/leo_lulandia/assets/css/theme.scss index a65e312c..06de2996 100644 --- a/themes/leo_lulandia/assets/css/theme.scss +++ b/themes/leo_lulandia/assets/css/theme.scss @@ -23,84 +23,85 @@ Override Bootstrap *************************************/ @media print { - *, - *::before, - *::after, - *::first-letter, - p::first-line, - div::first-line, - blockquote::first-line, - li::first-line { - text-shadow: none !important; - box-shadow: none !important; - } - a, - a:visited { - text-decoration: underline; - } + *, + *::before, + *::after, + *::first-letter, + p::first-line, + div::first-line, + blockquote::first-line, + li::first-line { + text-shadow: none !important; + box-shadow: none !important; + } - abbr[title]::after { - content: ' (' attr(title) ')'; - } + a, + a:visited { + text-decoration: underline; + } - pre { - white-space: pre-wrap !important; - } + abbr[title]::after { + content: ' ('attr(title) ')'; + } - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } + pre { + white-space: pre-wrap !important; + } - thead { - display: table-header-group; - } + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } - tr, - img { - page-break-inside: avoid; - } + thead { + display: table-header-group; + } - p, - h2, - h3 { - orphans: 3; - widows: 3; - } + tr, + img { + page-break-inside: avoid; + } - h2, - h3 { - page-break-after: avoid; - } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } - .navbar { - display: none; - } + h2, + h3 { + page-break-after: avoid; + } - .btn > .caret, - .dropup > .btn > .caret { - border-top-color: #000 !important; - } + .navbar { + display: none; + } - .tag { - border: 1px solid #000; - } + .btn>.caret, + .dropup>.btn>.caret { + border-top-color: #000 !important; + } - .table { - border-collapse: collapse !important; - } + .tag { + border: 1px solid #000; + } - .table td, - .table th { - background-color: #fff !important; - } + .table { + border-collapse: collapse !important; + } - .table-bordered th, - .table-bordered td { - border: 1px solid #ddd !important; - } + .table td, + .table th { + background-color: #fff !important; + } + + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; + } } h1, @@ -115,407 +116,407 @@ h6, .h4, .h5, .h6 { - margin-bottom: 0.5rem; - font-family: 'Poppins', sans-serif; - font-weight: 600; - line-height: 1.1; - color: black; + margin-bottom: 0.5rem; + font-family: 'Poppins', sans-serif; + font-weight: 600; + line-height: 1.1; + color: black; } h1, .h1 { - font-size: 22px; + font-size: 22px; } h2, .h2 { - font-size: 20px; + font-size: 20px; } h3, .h3 { - font-size: 18px; + font-size: 18px; } h4, .h4 { - font-size: 18px; + font-size: 18px; } h5, .h5 { - font-size: 16px; + font-size: 16px; } h6, .h6 { - font-size: 15px; + font-size: 15px; } .lead { - font-size: 1.25rem; - font-weight: 300; + font-size: 1.25rem; + font-weight: 300; } .display-1 { - font-size: 6rem; - font-weight: 300; + font-size: 6rem; + font-weight: 300; } .display-2 { - font-size: 5.5rem; - font-weight: 300; + font-size: 5.5rem; + font-weight: 300; } .display-3 { - font-size: 4.5rem; - font-weight: 300; + font-size: 4.5rem; + font-weight: 300; } .display-4 { - font-size: 3.5rem; - font-weight: 300; + font-size: 3.5rem; + font-weight: 300; } hr { - margin-top: 1rem; - margin-bottom: 1rem; - border: 0; - border-top: 1px solid rgba(0, 0, 0, 0.1); + margin-top: 1rem; + margin-bottom: 1rem; + border: 0; + border-top: 1px solid rgba(0, 0, 0, 0.1); } small, .small { - font-size: 80%; - font-weight: normal; + font-size: 80%; + font-weight: normal; } mark, .mark { - padding: 0.2em; - background-color: #fcf8e3; + padding: 0.2em; + background-color: #fcf8e3; } .list-unstyled { - padding-left: 0; - list-style: none; + padding-left: 0; + list-style: none; } .list-inline { - padding-left: 0; - list-style: none; + padding-left: 0; + list-style: none; } .list-inline-item { - display: inline-block; + display: inline-block; } .list-inline-item:not(:last-child) { - margin-right: 5px; + margin-right: 5px; } .initialism { - font-size: 90%; - text-transform: uppercase; + font-size: 90%; + text-transform: uppercase; } .blockquote { - padding: 0.5rem 1rem; - margin-bottom: 1rem; - font-size: 1.25rem; - border-left: 0.25rem solid #eceeef; + padding: 0.5rem 1rem; + margin-bottom: 1rem; + font-size: 1.25rem; + border-left: 0.25rem solid #eceeef; } .blockquote-footer { - display: block; - font-size: 80%; - color: #818a91; + display: block; + font-size: 80%; + color: #818a91; } .blockquote-footer::before { - content: '\2014 \00A0'; + content: '\2014 \00A0'; } .blockquote-reverse { - padding-right: 1rem; - padding-left: 0; - text-align: right; - border-right: 0.25rem solid #eceeef; - border-left: 0; + padding-right: 1rem; + padding-left: 0; + text-align: right; + border-right: 0.25rem solid #eceeef; + border-left: 0; } .blockquote-reverse .blockquote-footer::before { - content: ''; + content: ''; } .blockquote-reverse .blockquote-footer::after { - content: '\00A0 \2014'; + content: '\00A0 \2014'; } -dl.row > dd + dt { - clear: left; +dl.row>dd+dt { + clear: left; } .img-fluid, -.carousel-inner > .carousel-item > img, -.carousel-inner > .carousel-item > a > img { - max-width: 100%; - height: auto; +.carousel-inner>.carousel-item>img, +.carousel-inner>.carousel-item>a>img { + max-width: 100%; + height: auto; } .img-thumbnail { - padding: 0.25rem; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 0.25rem; - transition: all 0.2s ease-in-out; - max-width: 100%; - height: auto; + padding: 0.25rem; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 0.25rem; + transition: all 0.2s ease-in-out; + max-width: 100%; + height: auto; } .figure { - display: inline-block; + display: inline-block; } .figure-img { - margin-bottom: 0.5rem; - line-height: 1; + margin-bottom: 0.5rem; + line-height: 1; } .figure-caption { - font-size: 90%; - color: #ebebeb; + font-size: 90%; + color: #ebebeb; } code, kbd, pre, samp { - font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', - monospace; + font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', + monospace; } code { - padding: 0.2rem 0.4rem; - font-size: 90%; - color: #bd4147; - background-color: #f7f7f9; - border-radius: 0.25rem; + padding: 0.2rem 0.4rem; + font-size: 90%; + color: #bd4147; + background-color: #f7f7f9; + border-radius: 0.25rem; } kbd { - padding: 0.2rem 0.4rem; - font-size: 90%; - color: #fff; - background-color: #333; - border-radius: 0.2rem; + padding: 0.2rem 0.4rem; + font-size: 90%; + color: #fff; + background-color: #333; + border-radius: 0.2rem; } kbd kbd { - padding: 0; - font-size: 100%; - font-weight: bold; + padding: 0; + font-size: 100%; + font-weight: bold; } pre { - display: block; - margin-top: 0; - margin-bottom: 1rem; - font-size: 90%; - color: #373a3c; + display: block; + margin-top: 0; + margin-bottom: 1rem; + font-size: 90%; + color: #373a3c; } pre code { - padding: 0; - font-size: inherit; - color: inherit; - background-color: transparent; - border-radius: 0; + padding: 0; + font-size: inherit; + color: inherit; + background-color: transparent; + border-radius: 0; } .pre-scrollable { - max-height: 340px; - overflow-y: scroll; + max-height: 340px; + overflow-y: scroll; } .table { - width: 100%; - max-width: 100%; - margin-bottom: 1rem; + width: 100%; + max-width: 100%; + margin-bottom: 1rem; } .table th, .table td { - padding: 0.75rem; - vertical-align: top; - border-top: 1px solid #eceeef; + padding: 0.75rem; + vertical-align: top; + border-top: 1px solid #eceeef; } .table thead th { - vertical-align: bottom; - border-bottom: 2px solid #eceeef; + vertical-align: bottom; + border-bottom: 2px solid #eceeef; } -.table tbody + tbody { - border-top: 2px solid #eceeef; +.table tbody+tbody { + border-top: 2px solid #eceeef; } .table .table { - background-color: #f8f8f8; + background-color: #f8f8f8; } .table-sm th, .table-sm td { - padding: 0.3rem; + padding: 0.3rem; } .table-bordered { - border: 1px solid #eceeef; + border: 1px solid #eceeef; } .table-bordered th, .table-bordered td { - border: 1px solid #eceeef; + border: 1px solid #eceeef; } .table-bordered thead th, .table-bordered thead td { - border-bottom-width: 2px; + border-bottom-width: 2px; } .table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05); + background-color: rgba(0, 0, 0, 0.05); } .table-hover tbody tr:hover { - background-color: rgba(0, 0, 0, 0.075); + background-color: rgba(0, 0, 0, 0.075); } .table-active, -.table-active > th, -.table-active > td { - background-color: rgba(0, 0, 0, 0.075); +.table-active>th, +.table-active>td { + background-color: rgba(0, 0, 0, 0.075); } .table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); + background-color: rgba(0, 0, 0, 0.075); } -.table-hover .table-active:hover > td, -.table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); +.table-hover .table-active:hover>td, +.table-hover .table-active:hover>th { + background-color: rgba(0, 0, 0, 0.075); } .table-success, -.table-success > th, -.table-success > td { - background-color: #dff0d8; +.table-success>th, +.table-success>td { + background-color: #dff0d8; } .table-hover .table-success:hover { - background-color: #d0e9c6; + background-color: #d0e9c6; } -.table-hover .table-success:hover > td, -.table-hover .table-success:hover > th { - background-color: #d0e9c6; +.table-hover .table-success:hover>td, +.table-hover .table-success:hover>th { + background-color: #d0e9c6; } .table-info, -.table-info > th, -.table-info > td { - background-color: #d9edf7; +.table-info>th, +.table-info>td { + background-color: #d9edf7; } .table-hover .table-info:hover { - background-color: #c4e3f3; + background-color: #c4e3f3; } -.table-hover .table-info:hover > td, -.table-hover .table-info:hover > th { - background-color: #c4e3f3; +.table-hover .table-info:hover>td, +.table-hover .table-info:hover>th { + background-color: #c4e3f3; } .table-warning, -.table-warning > th, -.table-warning > td { - background-color: #fcf8e3; +.table-warning>th, +.table-warning>td { + background-color: #fcf8e3; } .table-hover .table-warning:hover { - background-color: #faf2cc; + background-color: #faf2cc; } -.table-hover .table-warning:hover > td, -.table-hover .table-warning:hover > th { - background-color: #faf2cc; +.table-hover .table-warning:hover>td, +.table-hover .table-warning:hover>th { + background-color: #faf2cc; } .table-danger, -.table-danger > th, -.table-danger > td { - background-color: #f2dede; +.table-danger>th, +.table-danger>td { + background-color: #f2dede; } .table-hover .table-danger:hover { - background-color: #ebcccc; + background-color: #ebcccc; } -.table-hover .table-danger:hover > td, -.table-hover .table-danger:hover > th { - background-color: #ebcccc; +.table-hover .table-danger:hover>td, +.table-hover .table-danger:hover>th { + background-color: #ebcccc; } .thead-inverse th { - color: #fff; - background-color: #878787; + color: #fff; + background-color: #878787; } .thead-default th { - color: #acaaa6; - background-color: #f6f6f6; + color: #acaaa6; + background-color: #f6f6f6; } .table-inverse { - color: #f6f6f6; - background-color: #878787; + color: #f6f6f6; + background-color: #878787; } .table-inverse th, .table-inverse td, .table-inverse thead th { - border-color: #acaaa6; + border-color: #acaaa6; } .table-inverse.table-bordered { - border: 0; + border: 0; } .table-responsive { - display: block; - width: 100%; - min-height: 0%; - overflow-x: auto; + display: block; + width: 100%; + min-height: 0%; + overflow-x: auto; } .table-reflow thead { - float: left; + float: left; } .table-reflow tbody { - display: block; - white-space: nowrap; + display: block; + white-space: nowrap; } .table-reflow th, .table-reflow td { - border-top: 1px solid #eceeef; - border-left: 1px solid #eceeef; + border-top: 1px solid #eceeef; + border-left: 1px solid #eceeef; } .table-reflow th:last-child, .table-reflow td:last-child { - border-right: 1px solid #eceeef; + border-right: 1px solid #eceeef; } .table-reflow thead:last-child tr:last-child th, @@ -524,220 +525,220 @@ pre code { .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td { - border-bottom: 1px solid #eceeef; + border-bottom: 1px solid #eceeef; } .table-reflow tr { - float: left; + float: left; } .table-reflow tr th, .table-reflow tr td { - display: block !important; - border: 1px solid #eceeef; + display: block !important; + border: 1px solid #eceeef; } .form-control { - display: block; - width: 100%; - padding: 0.5rem 0.75rem; - font-size: 1rem; - line-height: 1.25; - color: #55595c; - background-color: #fff; - background-image: none; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; + display: block; + width: 100%; + padding: 0.5rem 0.75rem; + font-size: 1rem; + line-height: 1.25; + color: #55595c; + background-color: #fff; + background-image: none; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; } .form-control::-ms-expand { - background-color: transparent; - border: 0; + background-color: transparent; + border: 0; } .form-control:focus { - color: #55595c; - background-color: #fff; - border-color: #66afe9; - outline: none; + color: #55595c; + background-color: #fff; + border-color: #66afe9; + outline: none; } .form-control::placeholder { - color: #999; - opacity: 1; + color: #999; + opacity: 1; } .form-control:disabled, .form-control[readonly] { - background-color: #eceeef; - opacity: 1; + background-color: #eceeef; + opacity: 1; } .form-control:disabled { - cursor: not-allowed; + cursor: not-allowed; } select.form-control:not([size]):not([multiple]) { - height: calc(2.5rem - 2px); + height: calc(2.5rem - 2px); } select.form-control:focus::-ms-value { - color: #55595c; - background-color: #fff; + color: #55595c; + background-color: #fff; } .form-control-file, .form-control-range { - display: block; + display: block; } .col-form-label { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - margin-bottom: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + margin-bottom: 0; } .col-form-label-lg { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - font-size: 14px; + padding-top: 0.75rem; + padding-bottom: 0.75rem; + font-size: 14px; } .col-form-label-sm { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - font-size: 13px; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + font-size: 13px; } .col-form-legend { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - margin-bottom: 0; - font-size: 1rem; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + margin-bottom: 0; + font-size: 1rem; } .form-control-static { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - line-height: 1.25; - border: solid transparent; - border-width: 1px 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + line-height: 1.25; + border: solid transparent; + border-width: 1px 0; } .form-control-static.form-control-sm, -.input-group-sm > .form-control-static.form-control, -.input-group-sm > .form-control-static.input-group-addon, -.input-group-sm > .input-group-btn > .form-control-static.btn, +.input-group-sm>.form-control-static.form-control, +.input-group-sm>.form-control-static.input-group-addon, +.input-group-sm>.input-group-btn>.form-control-static.btn, .form-control-static.form-control-lg, -.input-group-lg > .form-control-static.form-control, -.input-group-lg > .form-control-static.input-group-addon, -.input-group-lg > .input-group-btn > .form-control-static.btn { - padding-right: 0; - padding-left: 0; +.input-group-lg>.form-control-static.form-control, +.input-group-lg>.form-control-static.input-group-addon, +.input-group-lg>.input-group-btn>.form-control-static.btn { + padding-right: 0; + padding-left: 0; } .form-control-sm, -.input-group-sm > .form-control, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { - padding: 0.25rem 0.5rem; - font-size: 13px; - border-radius: 0.2rem; +.input-group-sm>.form-control, +.input-group-sm>.input-group-addon, +.input-group-sm>.input-group-btn>.btn { + padding: 0.25rem 0.5rem; + font-size: 13px; + border-radius: 0.2rem; } select.form-control-sm:not([size]):not([multiple]), -.input-group-sm > select.form-control:not([size]):not([multiple]), -.input-group-sm > select.input-group-addon:not([size]):not([multiple]), -.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: 1.8125rem; +.input-group-sm>select.form-control:not([size]):not([multiple]), +.input-group-sm>select.input-group-addon:not([size]):not([multiple]), +.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) { + height: 1.8125rem; } .form-control-lg, -.input-group-lg > .form-control, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { - padding: 0.75rem 1.5rem; - font-size: 14px; - border-radius: 0.3rem; +.input-group-lg>.form-control, +.input-group-lg>.input-group-addon, +.input-group-lg>.input-group-btn>.btn { + padding: 0.75rem 1.5rem; + font-size: 14px; + border-radius: 0.3rem; } select.form-control-lg:not([size]):not([multiple]), -.input-group-lg > select.form-control:not([size]):not([multiple]), -.input-group-lg > select.input-group-addon:not([size]):not([multiple]), -.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: 3.16667rem; +.input-group-lg>select.form-control:not([size]):not([multiple]), +.input-group-lg>select.input-group-addon:not([size]):not([multiple]), +.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) { + height: 3.16667rem; } .form-group { - margin-bottom: 1rem; + margin-bottom: 1rem; } .form-text { - display: block; - margin-top: 0.25rem; + display: block; + margin-top: 0.25rem; } .form-check { - position: relative; - display: block; - margin-bottom: 0.75rem; + position: relative; + display: block; + margin-bottom: 0.75rem; } -.form-check + .form-check { - margin-top: -0.25rem; +.form-check+.form-check { + margin-top: -0.25rem; } .form-check.disabled .form-check-label { - color: #acaaa6; - cursor: not-allowed; + color: #acaaa6; + cursor: not-allowed; } .form-check-label { - padding-left: 1.25rem; - margin-bottom: 0; - cursor: pointer; + padding-left: 1.25rem; + margin-bottom: 0; + cursor: pointer; } .form-check-input { - position: absolute; - margin-top: 0.25rem; - margin-left: -1.25rem; + position: absolute; + margin-top: 0.25rem; + margin-left: -1.25rem; } .form-check-input:only-child { - position: static; + position: static; } .form-check-inline { - position: relative; - display: inline-block; - padding-left: 1.25rem; - margin-bottom: 0; - vertical-align: middle; - cursor: pointer; + position: relative; + display: inline-block; + padding-left: 1.25rem; + margin-bottom: 0; + vertical-align: middle; + cursor: pointer; } -.form-check-inline + .form-check-inline { - margin-left: 0.75rem; +.form-check-inline+.form-check-inline { + margin-left: 0.75rem; } .form-check-inline.disabled { - color: #acaaa6; - cursor: not-allowed; + color: #acaaa6; + cursor: not-allowed; } .form-control-feedback { - margin-top: 0.25rem; + margin-top: 0.25rem; } .form-control-success, .form-control-warning, .form-control-danger { - padding-right: 2.25rem; - background-repeat: no-repeat; - background-position: center right 0.625rem; - background-size: 1.25rem 1.25rem; + padding-right: 2.25rem; + background-repeat: no-repeat; + background-position: center right 0.625rem; + background-size: 1.25rem 1.25rem; } .has-success .form-control-feedback, @@ -745,25 +746,25 @@ select.form-control-lg:not([size]):not([multiple]), .has-success .form-check-label, .has-success .form-check-inline, .has-success .custom-control { - color: #a340ff; + color: #a340ff; } .has-success .form-control { - border-color: #a340ff; + border-color: #a340ff; } .has-success .form-control:focus { - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9; } .has-success .input-group-addon { - color: #a340ff; - border-color: #a340ff; - background-color: #e0f3e5; + color: #a340ff; + border-color: #a340ff; + background-color: #e0f3e5; } .has-success .form-control-success { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); } .has-warning .form-control-feedback, @@ -771,25 +772,25 @@ select.form-control-lg:not([size]):not([multiple]), .has-warning .form-check-label, .has-warning .form-check-inline, .has-warning .custom-control { - color: #ff9a52; + color: #ff9a52; } .has-warning .form-control { - border-color: #ff9a52; + border-color: #ff9a52; } .has-warning .form-control:focus { - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8; } .has-warning .input-group-addon { - color: #ff9a52; - border-color: #ff9a52; - background-color: white; + color: #ff9a52; + border-color: #ff9a52; + background-color: white; } .has-warning .form-control-warning { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); } .has-danger .form-control-feedback, @@ -797,99 +798,99 @@ select.form-control-lg:not([size]):not([multiple]), .has-danger .form-check-label, .has-danger .form-check-inline, .has-danger .custom-control { - color: #ff4c4c; + color: #ff4c4c; } .has-danger .form-control { - border-color: #ff4c4c; + border-color: #ff4c4c; } .has-danger .form-control:focus { - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2; } .has-danger .input-group-addon { - color: #ff4c4c; - border-color: #ff4c4c; - background-color: white; + color: #ff4c4c; + border-color: #ff4c4c; + background-color: white; } .has-danger .form-control-danger { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); } @media (min-width: 576px) { - .form-inline .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } + .form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } - .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } - .form-inline .form-control-static { - display: inline-block; - } + .form-inline .form-control-static { + display: inline-block; + } - .form-inline .input-group { - display: inline-table; - width: auto; - vertical-align: middle; - } + .form-inline .input-group { + display: inline-table; + width: auto; + vertical-align: middle; + } - .form-inline .input-group .input-group-addon, - .form-inline .input-group .input-group-btn, - .form-inline .input-group .form-control { - width: auto; - } + .form-inline .input-group .input-group-addon, + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { + width: auto; + } - .form-inline .input-group > .form-control { - width: 100%; - } + .form-inline .input-group>.form-control { + width: 100%; + } - .form-inline .form-control-label { - margin-bottom: 0; - vertical-align: middle; - } + .form-inline .form-control-label { + margin-bottom: 0; + vertical-align: middle; + } - .form-inline .form-check { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; - } + .form-inline .form-check { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } - .form-inline .form-check-label { - padding-left: 0; - } + .form-inline .form-check-label { + padding-left: 0; + } - .form-inline .form-check-input { - position: relative; - margin-left: 0; - } + .form-inline .form-check-input { + position: relative; + margin-left: 0; + } - .form-inline .has-feedback .form-control-feedback { - top: 0; - } + .form-inline .has-feedback .form-control-feedback { + top: 0; + } } .btn { - display: inline-block; - font-weight: normal; - line-height: 1.25; - text-align: center; - white-space: nowrap; - vertical-align: middle; - cursor: pointer; - user-select: none; - border: 1px solid transparent; - padding: 0.5rem 1rem; - font-size: 1rem; - border-radius: 2px; + display: inline-block; + font-weight: normal; + line-height: 1.25; + text-align: center; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + user-select: none; + border: 1px solid transparent; + padding: 0.5rem 1rem; + font-size: 1rem; + border-radius: 2px; } .btn:focus, @@ -898,62 +899,62 @@ select.form-control-lg:not([size]):not([multiple]), .btn:active.focus, .btn.active:focus, .btn.active.focus { - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } .btn:focus, .btn:hover { - text-decoration: none; + text-decoration: none; } .btn.focus { - text-decoration: none; + text-decoration: none; } .btn:active, .btn.active { - background-image: none; - outline: 0; + background-image: none; + outline: 0; } .btn.disabled, .btn:disabled { - cursor: not-allowed; - opacity: 0.65; + cursor: not-allowed; + opacity: 0.65; } a.btn.disabled, fieldset[disabled] a.btn { - pointer-events: none; + pointer-events: none; } .btn-primary { - color: #fff; - background-color: #3387f2; - border-color: transparent; + color: #fff; + background-color: #3387f2; + border-color: transparent; } .btn-primary:hover { - color: #fff; - background-color: #0e6ce4; - border-color: transparent; + color: #fff; + background-color: #0e6ce4; + border-color: transparent; } .btn-primary:focus, .btn-primary.focus { - color: #fff; - background-color: #0e6ce4; - border-color: transparent; + color: #fff; + background-color: #0e6ce4; + border-color: transparent; } .btn-primary:active, .btn-primary.active, -.open > .btn-primary.dropdown-toggle { - color: #fff; - background-color: #0e6ce4; - border-color: transparent; - background-image: none; +.open>.btn-primary.dropdown-toggle { + color: #fff; + background-color: #0e6ce4; + border-color: transparent; + background-image: none; } .btn-primary:active:hover, @@ -962,61 +963,61 @@ fieldset[disabled] a.btn { .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, -.open > .btn-primary.dropdown-toggle:hover, -.open > .btn-primary.dropdown-toggle:focus, -.open > .btn-primary.dropdown-toggle.focus { - color: #fff; - background-color: #0c5cc2; - border-color: transparent; +.open>.btn-primary.dropdown-toggle:hover, +.open>.btn-primary.dropdown-toggle:focus, +.open>.btn-primary.dropdown-toggle.focus { + color: #fff; + background-color: #0c5cc2; + border-color: transparent; } .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus { - background-color: #3387f2; - border-color: transparent; + background-color: #3387f2; + border-color: transparent; } .btn-primary.disabled:hover, .btn-primary:disabled:hover { - background-color: #3387f2; - border-color: transparent; + background-color: #3387f2; + border-color: transparent; } .btn-secondary, .btn-tertiary { - color: #414141; - background-color: #f6f6f6; - border-color: transparent; + color: #414141; + background-color: #f6f6f6; + border-color: transparent; } .btn-secondary:hover, .btn-tertiary:hover { - color: #414141; - background-color: #dddddd; - border-color: transparent; + color: #414141; + background-color: #dddddd; + border-color: transparent; } .btn-secondary:focus, .btn-tertiary:focus, .btn-secondary.focus, .focus.btn-tertiary { - color: #414141; - background-color: #dddddd; - border-color: transparent; + color: #414141; + background-color: #dddddd; + border-color: transparent; } .btn-secondary:active, .btn-tertiary:active, .btn-secondary.active, .active.btn-tertiary, -.open > .btn-secondary.dropdown-toggle, -.open > .dropdown-toggle.btn-tertiary { - color: #414141; - background-color: #dddddd; - border-color: transparent; - background-image: none; +.open>.btn-secondary.dropdown-toggle, +.open>.dropdown-toggle.btn-tertiary { + color: #414141; + background-color: #dddddd; + border-color: transparent; + background-image: none; } .btn-secondary:active:hover, @@ -1031,15 +1032,15 @@ fieldset[disabled] a.btn { .active.btn-tertiary:focus, .btn-secondary.active.focus, .active.focus.btn-tertiary, -.open > .btn-secondary.dropdown-toggle:hover, -.open > .dropdown-toggle.btn-tertiary:hover, -.open > .btn-secondary.dropdown-toggle:focus, -.open > .dropdown-toggle.btn-tertiary:focus, -.open > .btn-secondary.dropdown-toggle.focus, -.open > .dropdown-toggle.focus.btn-tertiary { - color: #414141; - background-color: #cbcbcb; - border-color: transparent; +.open>.btn-secondary.dropdown-toggle:hover, +.open>.dropdown-toggle.btn-tertiary:hover, +.open>.btn-secondary.dropdown-toggle:focus, +.open>.dropdown-toggle.btn-tertiary:focus, +.open>.btn-secondary.dropdown-toggle.focus, +.open>.dropdown-toggle.focus.btn-tertiary { + color: #414141; + background-color: #cbcbcb; + border-color: transparent; } .btn-secondary.disabled:focus, @@ -1050,44 +1051,44 @@ fieldset[disabled] a.btn { .btn-tertiary:disabled:focus, .btn-secondary:disabled.focus, .btn-tertiary:disabled.focus { - background-color: #f6f6f6; - border-color: transparent; + background-color: #f6f6f6; + border-color: transparent; } .btn-secondary.disabled:hover, .disabled.btn-tertiary:hover, .btn-secondary:disabled:hover, .btn-tertiary:disabled:hover { - background-color: #f6f6f6; - border-color: transparent; + background-color: #f6f6f6; + border-color: transparent; } .btn-info { - color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; + color: #fff; + background-color: #5bc0de; + border-color: #5bc0de; } .btn-info:hover { - color: #fff; - background-color: #31b0d5; - border-color: #2aabd2; + color: #fff; + background-color: #31b0d5; + border-color: #2aabd2; } .btn-info:focus, .btn-info.focus { - color: #fff; - background-color: #31b0d5; - border-color: #2aabd2; + color: #fff; + background-color: #31b0d5; + border-color: #2aabd2; } .btn-info:active, .btn-info.active, -.open > .btn-info.dropdown-toggle { - color: #fff; - background-color: #31b0d5; - border-color: #2aabd2; - background-image: none; +.open>.btn-info.dropdown-toggle { + color: #fff; + background-color: #31b0d5; + border-color: #2aabd2; + background-image: none; } .btn-info:active:hover, @@ -1096,54 +1097,54 @@ fieldset[disabled] a.btn { .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, -.open > .btn-info.dropdown-toggle:hover, -.open > .btn-info.dropdown-toggle:focus, -.open > .btn-info.dropdown-toggle.focus { - color: #fff; - background-color: #269abc; - border-color: #1f7e9a; +.open>.btn-info.dropdown-toggle:hover, +.open>.btn-info.dropdown-toggle:focus, +.open>.btn-info.dropdown-toggle.focus { + color: #fff; + background-color: #269abc; + border-color: #1f7e9a; } .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus { - background-color: #5bc0de; - border-color: #5bc0de; + background-color: #5bc0de; + border-color: #5bc0de; } .btn-info.disabled:hover, .btn-info:disabled:hover { - background-color: #5bc0de; - border-color: #5bc0de; + background-color: #5bc0de; + border-color: #5bc0de; } .btn-success { - color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; + color: #fff; + background-color: #5cb85c; + border-color: #5cb85c; } .btn-success:hover { - color: #fff; - background-color: #449d44; - border-color: #419641; + color: #fff; + background-color: #449d44; + border-color: #419641; } .btn-success:focus, .btn-success.focus { - color: #fff; - background-color: #449d44; - border-color: #419641; + color: #fff; + background-color: #449d44; + border-color: #419641; } .btn-success:active, .btn-success.active, -.open > .btn-success.dropdown-toggle { - color: #fff; - background-color: #449d44; - border-color: #419641; - background-image: none; +.open>.btn-success.dropdown-toggle { + color: #fff; + background-color: #449d44; + border-color: #419641; + background-image: none; } .btn-success:active:hover, @@ -1152,54 +1153,54 @@ fieldset[disabled] a.btn { .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, -.open > .btn-success.dropdown-toggle:hover, -.open > .btn-success.dropdown-toggle:focus, -.open > .btn-success.dropdown-toggle.focus { - color: #fff; - background-color: #398439; - border-color: #2d672d; +.open>.btn-success.dropdown-toggle:hover, +.open>.btn-success.dropdown-toggle:focus, +.open>.btn-success.dropdown-toggle.focus { + color: #fff; + background-color: #398439; + border-color: #2d672d; } .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus { - background-color: #5cb85c; - border-color: #5cb85c; + background-color: #5cb85c; + border-color: #5cb85c; } .btn-success.disabled:hover, .btn-success:disabled:hover { - background-color: #5cb85c; - border-color: #5cb85c; + background-color: #5cb85c; + border-color: #5cb85c; } .btn-warning { - color: white; - background-color: #ff9a52; - border-color: #f0ad4e; + color: white; + background-color: #ff9a52; + border-color: #f0ad4e; } .btn-warning:hover { - color: white; - background-color: #ff7c1f; - border-color: #eb9316; + color: white; + background-color: #ff7c1f; + border-color: #eb9316; } .btn-warning:focus, .btn-warning.focus { - color: white; - background-color: #ff7c1f; - border-color: #eb9316; + color: white; + background-color: #ff7c1f; + border-color: #eb9316; } .btn-warning:active, .btn-warning.active, -.open > .btn-warning.dropdown-toggle { - color: white; - background-color: #ff7c1f; - border-color: #eb9316; - background-image: none; +.open>.btn-warning.dropdown-toggle { + color: white; + background-color: #ff7c1f; + border-color: #eb9316; + background-image: none; } .btn-warning:active:hover, @@ -1208,54 +1209,54 @@ fieldset[disabled] a.btn { .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, -.open > .btn-warning.dropdown-toggle:hover, -.open > .btn-warning.dropdown-toggle:focus, -.open > .btn-warning.dropdown-toggle.focus { - color: white; - background-color: #fa6800; - border-color: #b06d0f; +.open>.btn-warning.dropdown-toggle:hover, +.open>.btn-warning.dropdown-toggle:focus, +.open>.btn-warning.dropdown-toggle.focus { + color: white; + background-color: #fa6800; + border-color: #b06d0f; } .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus { - background-color: #ff9a52; - border-color: #f0ad4e; + background-color: #ff9a52; + border-color: #f0ad4e; } .btn-warning.disabled:hover, .btn-warning:disabled:hover { - background-color: #ff9a52; - border-color: #f0ad4e; + background-color: #ff9a52; + border-color: #f0ad4e; } .btn-danger { - color: #fff; - background-color: #d9534f; - border-color: #d9534f; + color: #fff; + background-color: #d9534f; + border-color: #d9534f; } .btn-danger:hover { - color: #fff; - background-color: #c9302c; - border-color: #c12e2a; + color: #fff; + background-color: #c9302c; + border-color: #c12e2a; } .btn-danger:focus, .btn-danger.focus { - color: #fff; - background-color: #c9302c; - border-color: #c12e2a; + color: #fff; + background-color: #c9302c; + border-color: #c12e2a; } .btn-danger:active, .btn-danger.active, -.open > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #c9302c; - border-color: #c12e2a; - background-image: none; +.open>.btn-danger.dropdown-toggle { + color: #fff; + background-color: #c9302c; + border-color: #c12e2a; + background-image: none; } .btn-danger:active:hover, @@ -1264,54 +1265,54 @@ fieldset[disabled] a.btn { .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, -.open > .btn-danger.dropdown-toggle:hover, -.open > .btn-danger.dropdown-toggle:focus, -.open > .btn-danger.dropdown-toggle.focus { - color: #fff; - background-color: #ac2925; - border-color: #8b211e; +.open>.btn-danger.dropdown-toggle:hover, +.open>.btn-danger.dropdown-toggle:focus, +.open>.btn-danger.dropdown-toggle.focus { + color: #fff; + background-color: #ac2925; + border-color: #8b211e; } .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus { - background-color: #d9534f; - border-color: #d9534f; + background-color: #d9534f; + border-color: #d9534f; } .btn-danger.disabled:hover, .btn-danger:disabled:hover { - background-color: #d9534f; - border-color: #d9534f; + background-color: #d9534f; + border-color: #d9534f; } .btn-outline-primary { - color: #3387f2; - background-image: none; - background-color: transparent; - border-color: #3387f2; + color: #3387f2; + background-image: none; + background-color: transparent; + border-color: #3387f2; } .btn-outline-primary:hover { - color: #fff; - background-color: #3387f2; - border-color: #3387f2; + color: #fff; + background-color: #3387f2; + border-color: #3387f2; } .btn-outline-primary:focus, .btn-outline-primary.focus { - color: #fff; - background-color: #3387f2; - border-color: #3387f2; + color: #fff; + background-color: #3387f2; + border-color: #3387f2; } .btn-outline-primary:active, .btn-outline-primary.active, -.open > .btn-outline-primary.dropdown-toggle { - color: #fff; - background-color: #3387f2; - border-color: #3387f2; +.open>.btn-outline-primary.dropdown-toggle { + color: #fff; + background-color: #3387f2; + border-color: #3387f2; } .btn-outline-primary:active:hover, @@ -1320,52 +1321,52 @@ fieldset[disabled] a.btn { .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, -.open > .btn-outline-primary.dropdown-toggle:hover, -.open > .btn-outline-primary.dropdown-toggle:focus, -.open > .btn-outline-primary.dropdown-toggle.focus { - color: #fff; - background-color: #0c5cc2; - border-color: #0a4a9c; +.open>.btn-outline-primary.dropdown-toggle:hover, +.open>.btn-outline-primary.dropdown-toggle:focus, +.open>.btn-outline-primary.dropdown-toggle.focus { + color: #fff; + background-color: #0c5cc2; + border-color: #0a4a9c; } .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus { - border-color: #93bff8; + border-color: #93bff8; } .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover { - border-color: #93bff8; + border-color: #93bff8; } .btn-outline-secondary { - color: transparent; - background-image: none; - background-color: transparent; - border-color: transparent; + color: transparent; + background-image: none; + background-color: transparent; + border-color: transparent; } .btn-outline-secondary:hover { - color: #fff; - background-color: transparent; - border-color: transparent; + color: #fff; + background-color: transparent; + border-color: transparent; } .btn-outline-secondary:focus, .btn-outline-secondary.focus { - color: #fff; - background-color: transparent; - border-color: transparent; + color: #fff; + background-color: transparent; + border-color: transparent; } .btn-outline-secondary:active, .btn-outline-secondary.active, -.open > .btn-outline-secondary.dropdown-toggle { - color: #fff; - background-color: transparent; - border-color: transparent; +.open>.btn-outline-secondary.dropdown-toggle { + color: #fff; + background-color: transparent; + border-color: transparent; } .btn-outline-secondary:active:hover, @@ -1374,52 +1375,52 @@ fieldset[disabled] a.btn { .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, -.open > .btn-outline-secondary.dropdown-toggle:hover, -.open > .btn-outline-secondary.dropdown-toggle:focus, -.open > .btn-outline-secondary.dropdown-toggle.focus { - color: #fff; - background-color: transparent; - border-color: transparent; +.open>.btn-outline-secondary.dropdown-toggle:hover, +.open>.btn-outline-secondary.dropdown-toggle:focus, +.open>.btn-outline-secondary.dropdown-toggle.focus { + color: #fff; + background-color: transparent; + border-color: transparent; } .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus { - border-color: rgba(51, 51, 51, 0); + border-color: rgba(51, 51, 51, 0); } .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { - border-color: rgba(51, 51, 51, 0); + border-color: rgba(51, 51, 51, 0); } .btn-outline-info { - color: #5bc0de; - background-image: none; - background-color: transparent; - border-color: #5bc0de; + color: #5bc0de; + background-image: none; + background-color: transparent; + border-color: #5bc0de; } .btn-outline-info:hover { - color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; + color: #fff; + background-color: #5bc0de; + border-color: #5bc0de; } .btn-outline-info:focus, .btn-outline-info.focus { - color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; + color: #fff; + background-color: #5bc0de; + border-color: #5bc0de; } .btn-outline-info:active, .btn-outline-info.active, -.open > .btn-outline-info.dropdown-toggle { - color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; +.open>.btn-outline-info.dropdown-toggle { + color: #fff; + background-color: #5bc0de; + border-color: #5bc0de; } .btn-outline-info:active:hover, @@ -1428,52 +1429,52 @@ fieldset[disabled] a.btn { .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, -.open > .btn-outline-info.dropdown-toggle:hover, -.open > .btn-outline-info.dropdown-toggle:focus, -.open > .btn-outline-info.dropdown-toggle.focus { - color: #fff; - background-color: #269abc; - border-color: #1f7e9a; +.open>.btn-outline-info.dropdown-toggle:hover, +.open>.btn-outline-info.dropdown-toggle:focus, +.open>.btn-outline-info.dropdown-toggle.focus { + color: #fff; + background-color: #269abc; + border-color: #1f7e9a; } .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus { - border-color: #b0e1ef; + border-color: #b0e1ef; } .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover { - border-color: #b0e1ef; + border-color: #b0e1ef; } .btn-outline-success { - color: #5cb85c; - background-image: none; - background-color: transparent; - border-color: #5cb85c; + color: #5cb85c; + background-image: none; + background-color: transparent; + border-color: #5cb85c; } .btn-outline-success:hover { - color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; + color: #fff; + background-color: #5cb85c; + border-color: #5cb85c; } .btn-outline-success:focus, .btn-outline-success.focus { - color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; + color: #fff; + background-color: #5cb85c; + border-color: #5cb85c; } .btn-outline-success:active, .btn-outline-success.active, -.open > .btn-outline-success.dropdown-toggle { - color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; +.open>.btn-outline-success.dropdown-toggle { + color: #fff; + background-color: #5cb85c; + border-color: #5cb85c; } .btn-outline-success:active:hover, @@ -1482,52 +1483,52 @@ fieldset[disabled] a.btn { .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, -.open > .btn-outline-success.dropdown-toggle:hover, -.open > .btn-outline-success.dropdown-toggle:focus, -.open > .btn-outline-success.dropdown-toggle.focus { - color: #fff; - background-color: #398439; - border-color: #2d672d; +.open>.btn-outline-success.dropdown-toggle:hover, +.open>.btn-outline-success.dropdown-toggle:focus, +.open>.btn-outline-success.dropdown-toggle.focus { + color: #fff; + background-color: #398439; + border-color: #2d672d; } .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus { - border-color: #a3d7a3; + border-color: #a3d7a3; } .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover { - border-color: #a3d7a3; + border-color: #a3d7a3; } .btn-outline-warning { - color: #ff9a52; - background-image: none; - background-color: transparent; - border-color: #ff9a52; + color: #ff9a52; + background-image: none; + background-color: transparent; + border-color: #ff9a52; } .btn-outline-warning:hover { - color: #fff; - background-color: #ff9a52; - border-color: #ff9a52; + color: #fff; + background-color: #ff9a52; + border-color: #ff9a52; } .btn-outline-warning:focus, .btn-outline-warning.focus { - color: #fff; - background-color: #ff9a52; - border-color: #ff9a52; + color: #fff; + background-color: #ff9a52; + border-color: #ff9a52; } .btn-outline-warning:active, .btn-outline-warning.active, -.open > .btn-outline-warning.dropdown-toggle { - color: #fff; - background-color: #ff9a52; - border-color: #ff9a52; +.open>.btn-outline-warning.dropdown-toggle { + color: #fff; + background-color: #ff9a52; + border-color: #ff9a52; } .btn-outline-warning:active:hover, @@ -1536,52 +1537,52 @@ fieldset[disabled] a.btn { .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, -.open > .btn-outline-warning.dropdown-toggle:hover, -.open > .btn-outline-warning.dropdown-toggle:focus, -.open > .btn-outline-warning.dropdown-toggle.focus { - color: #fff; - background-color: #fa6800; - border-color: #d25700; +.open>.btn-outline-warning.dropdown-toggle:hover, +.open>.btn-outline-warning.dropdown-toggle:focus, +.open>.btn-outline-warning.dropdown-toggle.focus { + color: #fff; + background-color: #fa6800; + border-color: #d25700; } .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus { - border-color: #ffd6b8; + border-color: #ffd6b8; } .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover { - border-color: #ffd6b8; + border-color: #ffd6b8; } .btn-outline-danger { - color: #d9534f; - background-image: none; - background-color: transparent; - border-color: #d9534f; + color: #d9534f; + background-image: none; + background-color: transparent; + border-color: #d9534f; } .btn-outline-danger:hover { - color: #fff; - background-color: #d9534f; - border-color: #d9534f; + color: #fff; + background-color: #d9534f; + border-color: #d9534f; } .btn-outline-danger:focus, .btn-outline-danger.focus { - color: #fff; - background-color: #d9534f; - border-color: #d9534f; + color: #fff; + background-color: #d9534f; + border-color: #d9534f; } .btn-outline-danger:active, .btn-outline-danger.active, -.open > .btn-outline-danger.dropdown-toggle { - color: #fff; - background-color: #d9534f; - border-color: #d9534f; +.open>.btn-outline-danger.dropdown-toggle { + color: #fff; + background-color: #d9534f; + border-color: #d9534f; } .btn-outline-danger:active:hover, @@ -1590,884 +1591,875 @@ fieldset[disabled] a.btn { .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, -.open > .btn-outline-danger.dropdown-toggle:hover, -.open > .btn-outline-danger.dropdown-toggle:focus, -.open > .btn-outline-danger.dropdown-toggle.focus { - color: #fff; - background-color: #ac2925; - border-color: #8b211e; +.open>.btn-outline-danger.dropdown-toggle:hover, +.open>.btn-outline-danger.dropdown-toggle:focus, +.open>.btn-outline-danger.dropdown-toggle.focus { + color: #fff; + background-color: #ac2925; + border-color: #8b211e; } .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus { - border-color: #eba5a3; + border-color: #eba5a3; } .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover { - border-color: #eba5a3; + border-color: #eba5a3; } .btn-link { - font-weight: normal; - color: #000; - border-radius: 0; + font-weight: normal; + color: #000; + border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled { - background-color: transparent; + background-color: transparent; } .btn-link, .btn-link:focus, .btn-link:active { - border-color: transparent; + border-color: transparent; } .btn-link:hover { - border-color: transparent; + border-color: transparent; } .btn-link:focus, .btn-link:hover { - color: #a340ff; - text-decoration: underline; - background-color: transparent; + color: #a340ff; + text-decoration: underline; + background-color: transparent; } .btn-link:disabled:focus, .btn-link:disabled:hover { - color: #818a91; - text-decoration: none; + color: #818a91; + text-decoration: none; } .btn-lg, -.btn-group-lg > .btn { - padding: 0.75rem 1.5rem; - font-size: 14px; - border-radius: 0.3rem; +.btn-group-lg>.btn { + padding: 0.75rem 1.5rem; + font-size: 14px; + border-radius: 0.3rem; } .btn-sm, -.btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 13px; - border-radius: 0.2rem; +.btn-group-sm>.btn { + padding: 0.25rem 0.5rem; + font-size: 13px; + border-radius: 0.2rem; } .btn-block { - display: block; - width: 100%; + display: block; + width: 100%; } -.btn-block + .btn-block { - margin-top: 0.5rem; +.btn-block+.btn-block { + margin-top: 0.5rem; } input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block { - width: 100%; + width: 100%; } .fade { - opacity: 0; - transition: opacity 0.15s linear; + opacity: 0; + transition: opacity 0.15s linear; } .fade.in { - opacity: 1; + opacity: 1; } .collapse { - display: none; + display: none; } .collapse.in { - display: block; + display: block; } tr.collapse.in { - display: table-row; + display: table-row; } tbody.collapse.in { - display: table-row-group; + display: table-row-group; } .collapsing { - position: relative; - height: 0; - overflow: hidden; - transition-timing-function: ease; - transition-duration: 0.35s; - transition-property: height; + position: relative; + height: 0; + overflow: hidden; + transition-timing-function: ease; + transition-duration: 0.35s; + transition-property: height; } .dropup, .dropdown { - position: relative; + position: relative; } .dropdown-toggle::after { - display: inline-block; - width: 0; - height: 0; - margin-left: 0.3em; - vertical-align: middle; - content: ''; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-left: 0.3em solid transparent; + display: inline-block; + width: 0; + height: 0; + margin-left: 0.3em; + vertical-align: middle; + content: ''; + border-top: 0.3em solid; + border-right: 0.3em solid transparent; + border-left: 0.3em solid transparent; } .dropdown-toggle:focus { - outline: 0; + outline: 0; } .dropup .dropdown-toggle::after { - border-top: 0; - border-bottom: 0.3em solid; + border-top: 0; + border-bottom: 0.3em solid; } .dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0.125rem 0 0; - font-size: 1rem; - color: #777; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 1rem; + color: #777; + text-align: left; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; } .dropdown-divider { - height: 1px; - margin: 0.5rem 0; - overflow: hidden; - background-color: #e5e5e5; + height: 1px; + margin: 0.5rem 0; + overflow: hidden; + background-color: #e5e5e5; } .dropdown-item { - display: block; - width: 100%; - padding: 3px 1.5rem; - clear: both; - font-weight: normal; - color: #373a3c; - text-align: inherit; - white-space: nowrap; - background: none; - border: 0; + display: block; + width: 100%; + padding: 3px 1.5rem; + clear: both; + font-weight: normal; + color: #373a3c; + text-align: inherit; + white-space: nowrap; + background: none; + border: 0; } .dropdown-item:focus, .dropdown-item:hover { - color: #2b2d2f; - text-decoration: none; - background-color: #f5f5f5; + color: #2b2d2f; + text-decoration: none; + background-color: #f5f5f5; } .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover { - color: #fff; - text-decoration: none; - background-color: #0275d8; - outline: 0; + color: #fff; + text-decoration: none; + background-color: #0275d8; + outline: 0; } .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover { - color: #818a91; + color: #818a91; } .dropdown-item.disabled:focus, .dropdown-item.disabled:hover { - text-decoration: none; - cursor: not-allowed; - background-color: transparent; - background-image: none; - filter: 'progid:DXImageTransform.Microsoft.gradient(enabled = false)'; + text-decoration: none; + cursor: not-allowed; + background-color: transparent; + background-image: none; + filter: 'progid:DXImageTransform.Microsoft.gradient(enabled = false)'; } -.open > .dropdown-menu { - display: block; +.open>.dropdown-menu { + display: block; } -.open > a { - outline: 0; +.open>a { + outline: 0; } .dropdown-menu-right { - right: 0; - left: auto; + right: 0; + left: auto; } .dropdown-menu-left { - right: auto; - left: 0; + right: auto; + left: 0; } .dropdown-header { - display: block; - padding: 0.5rem 1.5rem; - margin-bottom: 0; - font-size: 13px; - color: #818a91; - white-space: nowrap; + display: block; + padding: 0.5rem 1.5rem; + margin-bottom: 0; + font-size: 13px; + color: #818a91; + white-space: nowrap; } .dropdown-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 990; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 990; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { - content: ''; - border-top: 0; - border-bottom: 0.3em solid; + content: ''; + border-top: 0; + border-bottom: 0.3em solid; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 0.125rem; + top: auto; + bottom: 100%; + margin-bottom: 0.125rem; } .btn-group, .btn-group-vertical { - position: relative; - display: inline-block; - vertical-align: middle; + position: relative; + display: inline-block; + vertical-align: middle; } -.btn-group > .btn, -.btn-group-vertical > .btn { - position: relative; - float: left; - margin-bottom: 0; +.btn-group>.btn, +.btn-group-vertical>.btn { + position: relative; + float: left; + margin-bottom: 0; } -.btn-group > .btn:focus, -.btn-group > .btn:active, -.btn-group > .btn.active, -.btn-group-vertical > .btn:focus, -.btn-group-vertical > .btn:active, -.btn-group-vertical > .btn.active { - z-index: 2; +.btn-group>.btn:focus, +.btn-group>.btn:active, +.btn-group>.btn.active, +.btn-group-vertical>.btn:focus, +.btn-group-vertical>.btn:active, +.btn-group-vertical>.btn.active { + z-index: 2; } -.btn-group > .btn:hover, -.btn-group-vertical > .btn:hover { - z-index: 2; +.btn-group>.btn:hover, +.btn-group-vertical>.btn:hover { + z-index: 2; } -.btn-group .btn + .btn, -.btn-group .btn + .btn-group, -.btn-group .btn-group + .btn, -.btn-group .btn-group + .btn-group { - margin-left: -1px; +.btn-group .btn+.btn, +.btn-group .btn+.btn-group, +.btn-group .btn-group+.btn, +.btn-group .btn-group+.btn-group { + margin-left: -1px; } .btn-toolbar { - margin-left: -0.5rem; + margin-left: -0.5rem; } .btn-toolbar::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .btn-toolbar .btn-group, .btn-toolbar .input-group { - float: left; + float: left; } -.btn-toolbar > .btn, -.btn-toolbar > .btn-group, -.btn-toolbar > .input-group { - margin-left: 0.5rem; +.btn-toolbar>.btn, +.btn-toolbar>.btn-group, +.btn-toolbar>.input-group { + margin-left: 0.5rem; } -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; +.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; } -.btn-group > .btn:first-child { - margin-left: 0; +.btn-group>.btn:first-child { + margin-left: 0; } -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; +.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; } -.btn-group > .btn:last-child:not(:first-child), -.btn-group > .dropdown-toggle:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.btn-group>.btn:last-child:not(:first-child), +.btn-group>.dropdown-toggle:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } -.btn-group > .btn-group { - float: left; +.btn-group>.btn-group { + float: left; } -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; +.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn { + border-radius: 0; } -.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, -.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; - border-top-right-radius: 0; +.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, +.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle { + border-bottom-right-radius: 0; + border-top-right-radius: 0; } -.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { - outline: 0; + outline: 0; } -.btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; +.btn+.dropdown-toggle-split { + padding-right: 0.75rem; + padding-left: 0.75rem; } -.btn + .dropdown-toggle-split::after { - margin-left: 0; +.btn+.dropdown-toggle-split::after { + margin-left: 0; } -.btn-sm + .dropdown-toggle-split, -.btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; +.btn-sm+.dropdown-toggle-split, +.btn-group-sm>.btn+.dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; } -.btn-lg + .dropdown-toggle-split, -.btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 1.125rem; - padding-left: 1.125rem; +.btn-lg+.dropdown-toggle-split, +.btn-group-lg>.btn+.dropdown-toggle-split { + padding-right: 1.125rem; + padding-left: 1.125rem; } .btn .caret { - margin-left: 0; + margin-left: 0; } .btn-lg .caret, -.btn-group-lg > .btn .caret { - border-width: 0.3em 0.3em 0; - border-bottom-width: 0; +.btn-group-lg>.btn .caret { + border-width: 0.3em 0.3em 0; + border-bottom-width: 0; } .dropup .btn-lg .caret, -.dropup .btn-group-lg > .btn .caret { - border-width: 0 0.3em 0.3em; +.dropup .btn-group-lg>.btn .caret { + border-width: 0 0.3em 0.3em; } -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group, -.btn-group-vertical > .btn-group > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; +.btn-group-vertical>.btn, +.btn-group-vertical>.btn-group, +.btn-group-vertical>.btn-group>.btn { + display: block; + float: none; + width: 100%; + max-width: 100%; } -.btn-group-vertical > .btn-group::after { - content: ''; - display: table; - clear: both; +.btn-group-vertical>.btn-group::after { + content: ''; + display: table; + clear: both; } -.btn-group-vertical > .btn-group > .btn { - float: none; +.btn-group-vertical>.btn-group>.btn { + float: none; } -.btn-group-vertical > .btn + .btn, -.btn-group-vertical > .btn + .btn-group, -.btn-group-vertical > .btn-group + .btn, -.btn-group-vertical > .btn-group + .btn-group { - margin-top: -1px; - margin-left: 0; +.btn-group-vertical>.btn+.btn, +.btn-group-vertical>.btn+.btn-group, +.btn-group-vertical>.btn-group+.btn, +.btn-group-vertical>.btn-group+.btn-group { + margin-top: -1px; + margin-left: 0; } -.btn-group-vertical > .btn:not(:first-child):not(:last-child) { - border-radius: 0; +.btn-group-vertical>.btn:not(:first-child):not(:last-child) { + border-radius: 0; } -.btn-group-vertical > .btn:first-child:not(:last-child) { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; +.btn-group-vertical>.btn:first-child:not(:last-child) { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } -.btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-right-radius: 0; - border-top-left-radius: 0; +.btn-group-vertical>.btn:last-child:not(:first-child) { + border-top-right-radius: 0; + border-top-left-radius: 0; } -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; +.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn { + border-radius: 0; } -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, -.btn-group-vertical - > .btn-group:first-child:not(:last-child) - > .dropdown-toggle { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; +.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, +.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } -.btn-group-vertical - > .btn-group:last-child:not(:first-child) - > .btn:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; +.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; } -[data-toggle='buttons'] > .btn input[type='radio'], -[data-toggle='buttons'] > .btn input[type='checkbox'], -[data-toggle='buttons'] > .btn-group > .btn input[type='radio'], -[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; +[data-toggle='buttons']>.btn input[type='radio'], +[data-toggle='buttons']>.btn input[type='checkbox'], +[data-toggle='buttons']>.btn-group>.btn input[type='radio'], +[data-toggle='buttons']>.btn-group>.btn input[type='checkbox'] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; } .input-group { - position: relative; - width: 100%; - display: table; - border-collapse: separate; + position: relative; + width: 100%; + display: table; + border-collapse: separate; } .input-group .form-control { - position: relative; - z-index: 2; - float: left; - width: 100%; - margin-bottom: 0; + position: relative; + z-index: 2; + float: left; + width: 100%; + margin-bottom: 0; } .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover { - z-index: 3; + z-index: 3; } .input-group-addon, .input-group-btn, .input-group .form-control { - display: table-cell; + display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { - border-radius: 0; + border-radius: 0; } .input-group-addon, .input-group-btn { - width: 1%; - white-space: nowrap; - vertical-align: middle; + width: 1%; + white-space: nowrap; + vertical-align: middle; } .input-group-addon { - padding: 0.5rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - font-weight: normal; - line-height: 1.25; - color: #55595c; - text-align: center; - background-color: #eceeef; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; + padding: 0.5rem 0.75rem; + margin-bottom: 0; + font-size: 1rem; + font-weight: normal; + line-height: 1.25; + color: #55595c; + text-align: center; + background-color: #eceeef; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; } .input-group-addon.form-control-sm, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .input-group-addon.btn { - padding: 0.25rem 0.5rem; - font-size: 13px; - border-radius: 0.2rem; +.input-group-sm>.input-group-addon, +.input-group-sm>.input-group-btn>.input-group-addon.btn { + padding: 0.25rem 0.5rem; + font-size: 13px; + border-radius: 0.2rem; } .input-group-addon.form-control-lg, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .input-group-addon.btn { - padding: 0.75rem 1.5rem; - font-size: 14px; - border-radius: 0.3rem; +.input-group-lg>.input-group-addon, +.input-group-lg>.input-group-btn>.input-group-addon.btn { + padding: 0.75rem 1.5rem; + font-size: 14px; + border-radius: 0.3rem; } .input-group-addon input[type='radio'], .input-group-addon input[type='checkbox'] { - margin-top: 0; + margin-top: 0; } .input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), -.input-group-btn:not(:last-child) > .btn, -.input-group-btn:not(:last-child) > .btn-group > .btn, -.input-group-btn:not(:last-child) > .dropdown-toggle, -.input-group-btn:not(:first-child) - > .btn:not(:last-child):not(.dropdown-toggle), -.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-top-right-radius: 0; +.input-group-btn:not(:last-child)>.btn, +.input-group-btn:not(:last-child)>.btn-group>.btn, +.input-group-btn:not(:last-child)>.dropdown-toggle, +.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; } .input-group-addon:not(:last-child) { - border-right: 0; + border-right: 0; } .input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), -.input-group-btn:not(:first-child) > .btn, -.input-group-btn:not(:first-child) > .btn-group > .btn, -.input-group-btn:not(:first-child) > .dropdown-toggle, -.input-group-btn:not(:last-child) > .btn:not(:first-child), -.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn { - border-bottom-left-radius: 0; - border-top-left-radius: 0; +.input-group-btn:not(:first-child)>.btn, +.input-group-btn:not(:first-child)>.btn-group>.btn, +.input-group-btn:not(:first-child)>.dropdown-toggle, +.input-group-btn:not(:last-child)>.btn:not(:first-child), +.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } -.form-control + .input-group-addon:not(:first-child) { - border-left: 0; +.form-control+.input-group-addon:not(:first-child) { + border-left: 0; } .input-group-btn { - position: relative; - font-size: 0; - white-space: nowrap; + position: relative; + font-size: 0; + white-space: nowrap; } -.input-group-btn > .btn { - position: relative; +.input-group-btn>.btn { + position: relative; } -.input-group-btn > .btn + .btn { - margin-left: -1px; +.input-group-btn>.btn+.btn { + margin-left: -1px; } -.input-group-btn > .btn:focus, -.input-group-btn > .btn:active, -.input-group-btn > .btn:hover { - z-index: 3; +.input-group-btn>.btn:focus, +.input-group-btn>.btn:active, +.input-group-btn>.btn:hover { + z-index: 3; } -.input-group-btn:not(:last-child) > .btn, -.input-group-btn:not(:last-child) > .btn-group { - margin-right: -1px; +.input-group-btn:not(:last-child)>.btn, +.input-group-btn:not(:last-child)>.btn-group { + margin-right: -1px; } -.input-group-btn:not(:first-child) > .btn, -.input-group-btn:not(:first-child) > .btn-group { - z-index: 2; - margin-left: -1px; +.input-group-btn:not(:first-child)>.btn, +.input-group-btn:not(:first-child)>.btn-group { + z-index: 2; + margin-left: -1px; } -.input-group-btn:not(:first-child) > .btn:focus, -.input-group-btn:not(:first-child) > .btn:active, -.input-group-btn:not(:first-child) > .btn:hover, -.input-group-btn:not(:first-child) > .btn-group:focus, -.input-group-btn:not(:first-child) > .btn-group:active, -.input-group-btn:not(:first-child) > .btn-group:hover { - z-index: 3; +.input-group-btn:not(:first-child)>.btn:focus, +.input-group-btn:not(:first-child)>.btn:active, +.input-group-btn:not(:first-child)>.btn:hover, +.input-group-btn:not(:first-child)>.btn-group:focus, +.input-group-btn:not(:first-child)>.btn-group:active, +.input-group-btn:not(:first-child)>.btn-group:hover { + z-index: 3; } .custom-control { - position: relative; - display: inline-block; - padding-left: 1.5rem; - cursor: pointer; + position: relative; + display: inline-block; + padding-left: 1.5rem; + cursor: pointer; } -.custom-control + .custom-control { - margin-left: 1rem; +.custom-control+.custom-control { + margin-left: 1rem; } .custom-control-input { - position: absolute; - z-index: -1; - opacity: 0; + position: absolute; + z-index: -1; + opacity: 0; } -.custom-control-input:checked ~ .custom-control-indicator { - color: #fff; - background-color: #0074d9; +.custom-control-input:checked~.custom-control-indicator { + color: #fff; + background-color: #0074d9; } -.custom-control-input:focus ~ .custom-control-indicator { - box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; +.custom-control-input:focus~.custom-control-indicator { + box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; } -.custom-control-input:active ~ .custom-control-indicator { - color: #fff; - background-color: #84c6ff; +.custom-control-input:active~.custom-control-indicator { + color: #fff; + background-color: #84c6ff; } -.custom-control-input:disabled ~ .custom-control-indicator { - cursor: not-allowed; - background-color: #eee; +.custom-control-input:disabled~.custom-control-indicator { + cursor: not-allowed; + background-color: #eee; } -.custom-control-input:disabled ~ .custom-control-description { - color: #767676; - cursor: not-allowed; +.custom-control-input:disabled~.custom-control-description { + color: #767676; + cursor: not-allowed; } .custom-control-indicator { - position: absolute; - top: 0.25rem; - left: 0; - display: block; - width: 1rem; - height: 1rem; - pointer-events: none; - user-select: none; - background-color: #ddd; - background-repeat: no-repeat; - background-position: center center; - background-size: 50% 50%; + position: absolute; + top: 0.25rem; + left: 0; + display: block; + width: 1rem; + height: 1rem; + pointer-events: none; + user-select: none; + background-color: #ddd; + background-repeat: no-repeat; + background-position: center center; + background-size: 50% 50%; } .custom-checkbox .custom-control-indicator { - border-radius: 0.25rem; + border-radius: 0.25rem; } -.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); +.custom-checkbox .custom-control-input:checked~.custom-control-indicator { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); } -.custom-checkbox - .custom-control-input:indeterminate - ~ .custom-control-indicator { - background-color: #0074d9; - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E"); +.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator { + background-color: #0074d9; + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E"); } .custom-radio .custom-control-indicator { - border-radius: 50%; + border-radius: 50%; } -.custom-radio .custom-control-input:checked ~ .custom-control-indicator { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E"); +.custom-radio .custom-control-input:checked~.custom-control-indicator { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E"); } .custom-controls-stacked .custom-control { - float: left; - clear: left; + float: left; + clear: left; } -.custom-controls-stacked .custom-control + .custom-control { - margin-left: 0; +.custom-controls-stacked .custom-control+.custom-control { + margin-left: 0; } .custom-select { - display: inline-block; - max-width: 100%; - height: calc(2.5rem - 2px); - padding: 0.375rem 1.75rem 0.375rem 0.75rem; - padding-right: 0.75rem \9; - color: #55595c; - vertical-align: middle; - background: #fff - url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") - no-repeat right 0.75rem center; - background-image: none \9; - background-size: 8px 10px; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; - -moz-appearance: none; - -webkit-appearance: none; + display: inline-block; + max-width: 100%; + height: calc(2.5rem - 2px); + padding: 0.375rem 1.75rem 0.375rem 0.75rem; + padding-right: 0.75rem \9; + color: #55595c; + vertical-align: middle; + background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; + background-image: none \9; + background-size: 8px 10px; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; + -moz-appearance: none; + -webkit-appearance: none; } .custom-select:focus { - border-color: #51a7e8; - outline: none; + border-color: #51a7e8; + outline: none; } .custom-select:focus::-ms-value { - color: #55595c; - background-color: #fff; + color: #55595c; + background-color: #fff; } .custom-select:disabled { - color: #818a91; - cursor: not-allowed; - background-color: #eceeef; + color: #818a91; + cursor: not-allowed; + background-color: #eceeef; } .custom-select::-ms-expand { - opacity: 0; + opacity: 0; } .custom-select-sm { - padding-top: 0.375rem; - padding-bottom: 0.375rem; - font-size: 75%; + padding-top: 0.375rem; + padding-bottom: 0.375rem; + font-size: 75%; } .custom-file { - position: relative; - display: inline-block; - max-width: 100%; - height: 2.5rem; - cursor: pointer; + position: relative; + display: inline-block; + max-width: 100%; + height: 2.5rem; + cursor: pointer; } .custom-file-input { - min-width: 14rem; - max-width: 100%; - margin: 0; - filter: alpha(opacity=0); - opacity: 0; + min-width: 14rem; + max-width: 100%; + margin: 0; + filter: alpha(opacity=0); + opacity: 0; } .custom-file-control { - position: absolute; - top: 0; - right: 0; - left: 0; - z-index: 5; - height: 2.5rem; - padding: 0.5rem 1rem; - line-height: 1.5; - color: #555; - user-select: none; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 0.25rem; + position: absolute; + top: 0; + right: 0; + left: 0; + z-index: 5; + height: 2.5rem; + padding: 0.5rem 1rem; + line-height: 1.5; + color: #555; + user-select: none; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 0.25rem; } .custom-file-control:lang(en)::after { - content: 'Choose file...'; + content: 'Choose file...'; } .custom-file-control::before { - position: absolute; - top: -1px; - right: -1px; - bottom: -1px; - z-index: 6; - display: block; - height: 2.5rem; - padding: 0.5rem 1rem; - line-height: 1.5; - color: #555; - background-color: #eee; - border: 1px solid #ddd; - border-radius: 0 0.25rem 0.25rem 0; + position: absolute; + top: -1px; + right: -1px; + bottom: -1px; + z-index: 6; + display: block; + height: 2.5rem; + padding: 0.5rem 1rem; + line-height: 1.5; + color: #555; + background-color: #eee; + border: 1px solid #ddd; + border-radius: 0 0.25rem 0.25rem 0; } .custom-file-control:lang(en)::before { - content: 'Browse'; + content: 'Browse'; } .nav { - padding-left: 0; - margin-bottom: 0; - list-style: none; + padding-left: 0; + margin-bottom: 0; + list-style: none; } .nav-link { - display: inline-block; + display: inline-block; } .nav-link:focus, .nav-link:hover { - text-decoration: none; + text-decoration: none; } .nav-link.disabled { - color: #818a91; + color: #818a91; } .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover { - color: #818a91; - cursor: not-allowed; - background-color: transparent; + color: #818a91; + cursor: not-allowed; + background-color: transparent; } .nav-inline .nav-item { - display: inline-block; + display: inline-block; } -.nav-inline .nav-item + .nav-item, -.nav-inline .nav-link + .nav-link { - margin-left: 1rem; +.nav-inline .nav-item+.nav-item, +.nav-inline .nav-link+.nav-link { + margin-left: 1rem; } .nav-tabs { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #ddd; } .nav-tabs::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .nav-tabs .nav-item { - float: left; - margin-bottom: -1px; + float: left; + margin-bottom: -1px; } -.nav-tabs .nav-item + .nav-item { - margin-left: 0.2rem; +.nav-tabs .nav-item+.nav-item { + margin-left: 0.2rem; } .nav-tabs .nav-link { - display: block; - padding: 0.5em 1em; - border: 1px solid transparent; - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; + display: block; + padding: 0.5em 1em; + border: 1px solid transparent; + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { - border-color: #eceeef #eceeef #ddd; + border-color: #eceeef #eceeef #ddd; } .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover { - color: #818a91; - background-color: transparent; - border-color: transparent; + color: #818a91; + background-color: transparent; + border-color: transparent; } .nav-tabs .nav-link.active, @@ -2476,35 +2468,35 @@ tbody.collapse.in { .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover { - color: #55595c; - background-color: #fff; - border-color: #ddd #ddd transparent; + color: #55595c; + background-color: #fff; + border-color: #ddd #ddd transparent; } .nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-right-radius: 0; - border-top-left-radius: 0; + margin-top: -1px; + border-top-right-radius: 0; + border-top-left-radius: 0; } .nav-pills::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .nav-pills .nav-item { - float: left; + float: left; } -.nav-pills .nav-item + .nav-item { - margin-left: 0.2rem; +.nav-pills .nav-item+.nav-item { + margin-left: 0.2rem; } .nav-pills .nav-link { - display: block; - padding: 0.5em 1em; - border-radius: 0.25rem; + display: block; + padding: 0.5em 1em; + border-radius: 0.25rem; } .nav-pills .nav-link.active, @@ -2513,1484 +2505,1477 @@ tbody.collapse.in { .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover { - color: #fff; - cursor: default; - background-color: #0275d8; + color: #fff; + cursor: default; + background-color: #0275d8; } .nav-stacked .nav-item { - display: block; - float: none; + display: block; + float: none; } -.nav-stacked .nav-item + .nav-item { - margin-top: 0.2rem; - margin-left: 0; +.nav-stacked .nav-item+.nav-item { + margin-top: 0.2rem; + margin-left: 0; } -.tab-content > .tab-pane { - display: none; +.tab-content>.tab-pane { + display: none; } -.tab-content > .active { - display: block; +.tab-content>.active { + display: block; } .navbar { - position: relative; - padding: 0.5rem 1rem; + position: relative; + padding: 0.5rem 1rem; } .navbar::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (min-width: 576px) { - .navbar { - border-radius: 0.25rem; - } + .navbar { + border-radius: 0.25rem; + } } .navbar-full { - z-index: 1000; + z-index: 1000; } @media (min-width: 576px) { - .navbar-full { - border-radius: 0; - } + .navbar-full { + border-radius: 0; + } } .navbar-fixed-top, .navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; + position: fixed; + right: 0; + left: 0; + z-index: 1030; } @media (min-width: 576px) { - .navbar-fixed-top, - .navbar-fixed-bottom { - border-radius: 0; - } + + .navbar-fixed-top, + .navbar-fixed-bottom { + border-radius: 0; + } } .navbar-fixed-top { - top: 0; + top: 0; } .navbar-fixed-bottom { - bottom: 0; + bottom: 0; } .navbar-sticky-top { - position: sticky; - top: 0; - z-index: 1030; - width: 100%; + position: sticky; + top: 0; + z-index: 1030; + width: 100%; } @media (min-width: 576px) { - .navbar-sticky-top { - border-radius: 0; - } + .navbar-sticky-top { + border-radius: 0; + } } .navbar-brand { - float: left; - padding-top: 0.25rem; - padding-bottom: 0.25rem; - margin-right: 1rem; - font-size: 14px; - line-height: inherit; + float: left; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + margin-right: 1rem; + font-size: 14px; + line-height: inherit; } .navbar-brand:focus, .navbar-brand:hover { - text-decoration: none; + text-decoration: none; } .navbar-divider { - float: left; - width: 1px; - padding-top: 0.425rem; - padding-bottom: 0.425rem; - margin-right: 1rem; - margin-left: 1rem; - overflow: hidden; + float: left; + width: 1px; + padding-top: 0.425rem; + padding-bottom: 0.425rem; + margin-right: 1rem; + margin-left: 1rem; + overflow: hidden; } .navbar-divider::before { - content: '\00a0'; + content: '\00a0'; } .navbar-text { - display: inline-block; - padding-top: 0.425rem; - padding-bottom: 0.425rem; + display: inline-block; + padding-top: 0.425rem; + padding-bottom: 0.425rem; } .navbar-toggler { - width: 2.5em; - height: 2em; - padding: 0.5rem 0.75rem; - font-size: 1.25rem; - line-height: 1; - background: transparent no-repeat center center; - background-size: 24px 24px; - border: 1px solid transparent; - border-radius: 0.25rem; + width: 2.5em; + height: 2em; + padding: 0.5rem 0.75rem; + font-size: 1.25rem; + line-height: 1; + background: transparent no-repeat center center; + background-size: 24px 24px; + border: 1px solid transparent; + border-radius: 0.25rem; } .navbar-toggler:focus, .navbar-toggler:hover { - text-decoration: none; + text-decoration: none; } .navbar-toggleable-xs::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (max-width: 575px) { - .navbar-toggleable-xs .navbar-brand { - display: block; - float: none; - margin-top: 0.5rem; - margin-right: 0; - } + .navbar-toggleable-xs .navbar-brand { + display: block; + float: none; + margin-top: 0.5rem; + margin-right: 0; + } - .navbar-toggleable-xs .navbar-nav { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } + .navbar-toggleable-xs .navbar-nav { + margin-top: 0.5rem; + margin-bottom: 0.5rem; + } - .navbar-toggleable-xs .navbar-nav .dropdown-menu { - position: static; - float: none; - } + .navbar-toggleable-xs .navbar-nav .dropdown-menu { + position: static; + float: none; + } } @media (min-width: 576px) { - .navbar-toggleable-xs { - display: block; - } + .navbar-toggleable-xs { + display: block; + } } .navbar-toggleable-sm::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (max-width: 767px) { - .navbar-toggleable-sm .navbar-brand { - display: block; - float: none; - margin-top: 0.5rem; - margin-right: 0; - } + .navbar-toggleable-sm .navbar-brand { + display: block; + float: none; + margin-top: 0.5rem; + margin-right: 0; + } - .navbar-toggleable-sm .navbar-nav { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } + .navbar-toggleable-sm .navbar-nav { + margin-top: 0.5rem; + margin-bottom: 0.5rem; + } - .navbar-toggleable-sm .navbar-nav .dropdown-menu { - position: static; - float: none; - } + .navbar-toggleable-sm .navbar-nav .dropdown-menu { + position: static; + float: none; + } } @media (min-width: 768px) { - .navbar-toggleable-sm { - display: block; - } + .navbar-toggleable-sm { + display: block; + } } .navbar-toggleable-md::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (max-width: 991px) { - .navbar-toggleable-md .navbar-brand { - display: block; - float: none; - margin-top: 0.5rem; - margin-right: 0; - } + .navbar-toggleable-md .navbar-brand { + display: block; + float: none; + margin-top: 0.5rem; + margin-right: 0; + } - .navbar-toggleable-md .navbar-nav { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } + .navbar-toggleable-md .navbar-nav { + margin-top: 0.5rem; + margin-bottom: 0.5rem; + } - .navbar-toggleable-md .navbar-nav .dropdown-menu { - position: static; - float: none; - } + .navbar-toggleable-md .navbar-nav .dropdown-menu { + position: static; + float: none; + } } @media (min-width: 992px) { - .navbar-toggleable-md { - display: block; - } + .navbar-toggleable-md { + display: block; + } } .navbar-toggleable-lg::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (max-width: 1199px) { - .navbar-toggleable-lg .navbar-brand { - display: block; - float: none; - margin-top: 0.5rem; - margin-right: 0; - } + .navbar-toggleable-lg .navbar-brand { + display: block; + float: none; + margin-top: 0.5rem; + margin-right: 0; + } - .navbar-toggleable-lg .navbar-nav { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } + .navbar-toggleable-lg .navbar-nav { + margin-top: 0.5rem; + margin-bottom: 0.5rem; + } - .navbar-toggleable-lg .navbar-nav .dropdown-menu { - position: static; - float: none; - } + .navbar-toggleable-lg .navbar-nav .dropdown-menu { + position: static; + float: none; + } } @media (min-width: 1200px) { - .navbar-toggleable-lg { - display: block; - } + .navbar-toggleable-lg { + display: block; + } } .navbar-toggleable-xl { - display: block; + display: block; } .navbar-toggleable-xl::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .navbar-toggleable-xl .navbar-brand { - display: block; - float: none; - margin-top: 0.5rem; - margin-right: 0; + display: block; + float: none; + margin-top: 0.5rem; + margin-right: 0; } .navbar-toggleable-xl .navbar-nav { - margin-top: 0.5rem; - margin-bottom: 0.5rem; + margin-top: 0.5rem; + margin-bottom: 0.5rem; } .navbar-toggleable-xl .navbar-nav .dropdown-menu { - position: static; - float: none; + position: static; + float: none; } .navbar-nav .nav-item { - float: left; + float: left; } .navbar-nav .nav-link { - display: block; - padding-top: 0.425rem; - padding-bottom: 0.425rem; + display: block; + padding-top: 0.425rem; + padding-bottom: 0.425rem; } -.navbar-nav .nav-link + .nav-link { - margin-left: 1rem; +.navbar-nav .nav-link+.nav-link { + margin-left: 1rem; } -.navbar-nav .nav-item + .nav-item { - margin-left: 1rem; +.navbar-nav .nav-item+.nav-item { + margin-left: 1rem; } .navbar-light .navbar-brand, .navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.9); + color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover { - color: rgba(0, 0, 0, 0.9); + color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.5); + color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { - color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); } -.navbar-light .navbar-nav .open > .nav-link, -.navbar-light .navbar-nav .open > .nav-link:focus, -.navbar-light .navbar-nav .open > .nav-link:hover, -.navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .active > .nav-link:focus, -.navbar-light .navbar-nav .active > .nav-link:hover, +.navbar-light .navbar-nav .open>.nav-link, +.navbar-light .navbar-nav .open>.nav-link:focus, +.navbar-light .navbar-nav .open>.nav-link:hover, +.navbar-light .navbar-nav .active>.nav-link, +.navbar-light .navbar-nav .active>.nav-link:focus, +.navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover { - color: rgba(0, 0, 0, 0.9); + color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { - border-color: rgba(0, 0, 0, 0.1); + border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-divider { - background-color: rgba(0, 0, 0, 0.075); + background-color: rgba(0, 0, 0, 0.075); } .navbar-dark .navbar-brand, .navbar-dark .navbar-toggler { - color: white; + color: white; } .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:hover { - color: white; + color: white; } .navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { - color: rgba(255, 255, 255, 0.75); + color: rgba(255, 255, 255, 0.75); } -.navbar-dark .navbar-nav .open > .nav-link, -.navbar-dark .navbar-nav .open > .nav-link:focus, -.navbar-dark .navbar-nav .open > .nav-link:hover, -.navbar-dark .navbar-nav .active > .nav-link, -.navbar-dark .navbar-nav .active > .nav-link:focus, -.navbar-dark .navbar-nav .active > .nav-link:hover, +.navbar-dark .navbar-nav .open>.nav-link, +.navbar-dark .navbar-nav .open>.nav-link:focus, +.navbar-dark .navbar-nav .open>.nav-link:hover, +.navbar-dark .navbar-nav .active>.nav-link, +.navbar-dark .navbar-nav .active>.nav-link:focus, +.navbar-dark .navbar-nav .active>.nav-link:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover { - color: white; + color: white; } .navbar-dark .navbar-toggler { - border-color: rgba(255, 255, 255, 0.1); + border-color: rgba(255, 255, 255, 0.1); } .navbar-dark .navbar-divider { - background-color: rgba(255, 255, 255, 0.075); + background-color: rgba(255, 255, 255, 0.075); } .navbar-toggleable-xs::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (max-width: 575px) { - .navbar-toggleable-xs .navbar-nav .nav-item { - float: none; - margin-left: 0; - } + .navbar-toggleable-xs .navbar-nav .nav-item { + float: none; + margin-left: 0; + } } @media (min-width: 576px) { - .navbar-toggleable-xs { - display: block !important; - } + .navbar-toggleable-xs { + display: block !important; + } } .navbar-toggleable-sm::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (max-width: 767px) { - .navbar-toggleable-sm .navbar-nav .nav-item { - float: none; - margin-left: 0; - } + .navbar-toggleable-sm .navbar-nav .nav-item { + float: none; + margin-left: 0; + } } @media (min-width: 768px) { - .navbar-toggleable-sm { - display: block !important; - } + .navbar-toggleable-sm { + display: block !important; + } } .navbar-toggleable-md::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (max-width: 991px) { - .navbar-toggleable-md .navbar-nav .nav-item { - float: none; - margin-left: 0; - } + .navbar-toggleable-md .navbar-nav .nav-item { + float: none; + margin-left: 0; + } } @media (min-width: 992px) { - .navbar-toggleable-md { - display: block !important; - } + .navbar-toggleable-md { + display: block !important; + } } .card { - position: relative; - display: block; - margin-bottom: 0.75rem; - background-color: #fff; - border-radius: 0.25rem; - border: 1px solid rgba(0, 0, 0, 0.125); + position: relative; + display: block; + margin-bottom: 0.75rem; + background-color: #fff; + border-radius: 0.25rem; + border: 1px solid rgba(0, 0, 0, 0.125); } .card-block { - padding: 1.25rem; + padding: 1.25rem; } .card-block::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .card-title { - margin-bottom: 0.75rem; + margin-bottom: 0.75rem; } .card-subtitle { - margin-top: -0.375rem; - margin-bottom: 0; + margin-top: -0.375rem; + margin-bottom: 0; } .card-text:last-child { - margin-bottom: 0; + margin-bottom: 0; } .card-link:hover { - text-decoration: none; + text-decoration: none; } -.card-link + .card-link { - margin-left: 1.25rem; +.card-link+.card-link { + margin-left: 1.25rem; } -.card > .list-group:first-child .list-group-item:first-child { - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; +.card>.list-group:first-child .list-group-item:first-child { + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; } -.card > .list-group:last-child .list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; +.card>.list-group:last-child .list-group-item:last-child { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } .card-header { - padding: 0.75rem 1.25rem; - margin-bottom: 0; - background-color: #f5f5f5; - border-bottom: 1px solid rgba(0, 0, 0, 0.125); + padding: 0.75rem 1.25rem; + margin-bottom: 0; + background-color: #f5f5f5; + border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .card-header::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } .card-footer { - padding: 0.75rem 1.25rem; - background-color: #f5f5f5; - border-top: 1px solid rgba(0, 0, 0, 0.125); + padding: 0.75rem 1.25rem; + background-color: #f5f5f5; + border-top: 1px solid rgba(0, 0, 0, 0.125); } .card-footer::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); + border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } .card-header-tabs { - margin-right: -0.625rem; - margin-bottom: -0.75rem; - margin-left: -0.625rem; - border-bottom: 0; + margin-right: -0.625rem; + margin-bottom: -0.75rem; + margin-left: -0.625rem; + border-bottom: 0; } .card-header-pills { - margin-right: -0.625rem; - margin-left: -0.625rem; + margin-right: -0.625rem; + margin-left: -0.625rem; } .card-primary { - background-color: #3387f2; - border-color: #3387f2; + background-color: #3387f2; + border-color: #3387f2; } .card-primary .card-header, .card-primary .card-footer { - background-color: transparent; + background-color: transparent; } .card-success { - background-color: #a340ff; - border-color: #a340ff; + background-color: #a340ff; + border-color: #a340ff; } .card-success .card-header, .card-success .card-footer { - background-color: transparent; + background-color: transparent; } .card-info { - background-color: #5bc0de; - border-color: #5bc0de; + background-color: #5bc0de; + border-color: #5bc0de; } .card-info .card-header, .card-info .card-footer { - background-color: transparent; + background-color: transparent; } .card-warning { - background-color: #ff9a52; - border-color: #ff9a52; + background-color: #ff9a52; + border-color: #ff9a52; } .card-warning .card-header, .card-warning .card-footer { - background-color: transparent; + background-color: transparent; } .card-danger { - background-color: #ff4c4c; - border-color: #ff4c4c; + background-color: #ff4c4c; + border-color: #ff4c4c; } .card-danger .card-header, .card-danger .card-footer { - background-color: transparent; + background-color: transparent; } .card-outline-primary { - background-color: transparent; - border-color: #3387f2; + background-color: transparent; + border-color: #3387f2; } .card-outline-secondary { - background-color: transparent; - border-color: transparent; + background-color: transparent; + border-color: transparent; } .card-outline-info { - background-color: transparent; - border-color: #5bc0de; + background-color: transparent; + border-color: #5bc0de; } .card-outline-success { - background-color: transparent; - border-color: #5cb85c; + background-color: transparent; + border-color: #5cb85c; } .card-outline-warning { - background-color: transparent; - border-color: #ff9a52; + background-color: transparent; + border-color: #ff9a52; } .card-outline-danger { - background-color: transparent; - border-color: #d9534f; + background-color: transparent; + border-color: #d9534f; } .card-inverse .card-header, .card-inverse .card-footer { - border-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } .card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote { - color: #fff; + color: #fff; } .card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer { - color: rgba(255, 255, 255, 0.65); + color: rgba(255, 255, 255, 0.65); } .card-inverse .card-link:focus, .card-inverse .card-link:hover { - color: #fff; + color: #fff; } .card-blockquote { - padding: 0; - margin-bottom: 0; - border-left: 0; + padding: 0; + margin-bottom: 0; + border-left: 0; } .card-img { - border-radius: calc(0.25rem - 1px); + border-radius: calc(0.25rem - 1px); } .card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1.25rem; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1.25rem; } .card-img-top { - border-top-right-radius: calc(0.25rem - 1px); - border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); + border-top-left-radius: calc(0.25rem - 1px); } .card-img-bottom { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); } @media (min-width: 576px) { - .card-deck { - display: table; - width: 100%; - margin-bottom: 0.75rem; - table-layout: fixed; - border-spacing: 1.25rem 0; - } + .card-deck { + display: table; + width: 100%; + margin-bottom: 0.75rem; + table-layout: fixed; + border-spacing: 1.25rem 0; + } - .card-deck .card { - display: table-cell; - margin-bottom: 0; - vertical-align: top; - } + .card-deck .card { + display: table-cell; + margin-bottom: 0; + vertical-align: top; + } - .card-deck-wrapper { - margin-right: -1.25rem; - margin-left: -1.25rem; - } + .card-deck-wrapper { + margin-right: -1.25rem; + margin-left: -1.25rem; + } } @media (min-width: 576px) { - .card-group { - display: table; - width: 100%; - table-layout: fixed; - } + .card-group { + display: table; + width: 100%; + table-layout: fixed; + } - .card-group .card { - display: table-cell; - vertical-align: top; - } + .card-group .card { + display: table-cell; + vertical-align: top; + } - .card-group .card + .card { - margin-left: 0; - border-left: 0; - } + .card-group .card+.card { + margin-left: 0; + border-left: 0; + } - .card-group .card:first-child { - border-bottom-right-radius: 0; - border-top-right-radius: 0; - } + .card-group .card:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + } - .card-group .card:first-child .card-img-top { - border-top-right-radius: 0; - } + .card-group .card:first-child .card-img-top { + border-top-right-radius: 0; + } - .card-group .card:first-child .card-img-bottom { - border-bottom-right-radius: 0; - } + .card-group .card:first-child .card-img-bottom { + border-bottom-right-radius: 0; + } - .card-group .card:last-child { - border-bottom-left-radius: 0; - border-top-left-radius: 0; - } + .card-group .card:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + } - .card-group .card:last-child .card-img-top { - border-top-left-radius: 0; - } + .card-group .card:last-child .card-img-top { + border-top-left-radius: 0; + } - .card-group .card:last-child .card-img-bottom { - border-bottom-left-radius: 0; - } + .card-group .card:last-child .card-img-bottom { + border-bottom-left-radius: 0; + } - .card-group .card:not(:first-child):not(:last-child) { - border-radius: 0; - } + .card-group .card:not(:first-child):not(:last-child) { + border-radius: 0; + } - .card-group .card:not(:first-child):not(:last-child) .card-img-top, - .card-group .card:not(:first-child):not(:last-child) .card-img-bottom { - border-radius: 0; - } + .card-group .card:not(:first-child):not(:last-child) .card-img-top, + .card-group .card:not(:first-child):not(:last-child) .card-img-bottom { + border-radius: 0; + } } @media (min-width: 576px) { - .card-columns { - column-count: 3; - column-gap: 1.25rem; - } + .card-columns { + column-count: 3; + column-gap: 1.25rem; + } - .card-columns .card { - display: inline-block; - width: 100%; - } + .card-columns .card { + display: inline-block; + width: 100%; + } } .breadcrumb { - padding: 0.75rem 1rem; - margin-bottom: 1rem; - list-style: none; - background-color: #0c0c0e; - border-radius: 0.25rem; + padding: 0.75rem 1rem; + margin-bottom: 1rem; + list-style: none; + background-color: #0c0c0e; + border-radius: 0.25rem; } .breadcrumb::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .breadcrumb-item { - float: left; + float: left; } -.breadcrumb-item + .breadcrumb-item::before { - display: inline-block; - padding-right: 0.5rem; - padding-left: 0.5rem; - color: #ffffff; - content: ''; +.breadcrumb-item+.breadcrumb-item::before { + display: inline-block; + padding-right: 0.5rem; + padding-left: 0.5rem; + color: #ffffff; + content: ''; } -.breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: underline; +.breadcrumb-item+.breadcrumb-item:hover::before { + text-decoration: underline; } -.breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: none; +.breadcrumb-item+.breadcrumb-item:hover::before { + text-decoration: none; } .breadcrumb-item.active { - color: #ffffff; + color: #ffffff; } .pagination { - display: inline-block; - padding-left: 0; - margin-top: 1rem; - margin-bottom: 1rem; - border-radius: 0.25rem; + display: inline-block; + padding-left: 0; + margin-top: 1rem; + margin-bottom: 1rem; + border-radius: 0.25rem; } .page-item { - display: inline; + display: inline; } .page-item:first-child .page-link { - margin-left: 0; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; + margin-left: 0; + border-bottom-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; } .page-item:last-child .page-link { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover { - z-index: 2; - color: #fff; - cursor: default; - background-color: #0275d8; - border-color: #0275d8; + z-index: 2; + color: #fff; + cursor: default; + background-color: #0275d8; + border-color: #0275d8; } .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover { - color: #818a91; - pointer-events: none; - cursor: not-allowed; - background-color: #fff; - border-color: #ddd; + color: #818a91; + pointer-events: none; + cursor: not-allowed; + background-color: #fff; + border-color: #ddd; } .page-link { - position: relative; - float: left; - padding: 0.5rem 0.75rem; - margin-left: -1px; - color: #0275d8; - text-decoration: none; - background-color: #fff; - border: 1px solid #ddd; + position: relative; + float: left; + padding: 0.5rem 0.75rem; + margin-left: -1px; + color: #0275d8; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; } .page-link:focus, .page-link:hover { - color: #014c8c; - background-color: #eceeef; - border-color: #ddd; + color: #014c8c; + background-color: #eceeef; + border-color: #ddd; } .pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 14px; + padding: 0.75rem 1.5rem; + font-size: 14px; } .pagination-lg .page-item:first-child .page-link { - border-bottom-left-radius: 0.3rem; - border-top-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; + border-top-left-radius: 0.3rem; } .pagination-lg .page-item:last-child .page-link { - border-bottom-right-radius: 0.3rem; - border-top-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; + border-top-right-radius: 0.3rem; } .pagination-sm .page-link { - padding: 0.275rem 0.75rem; - font-size: 13px; + padding: 0.275rem 0.75rem; + font-size: 13px; } .pagination-sm .page-item:first-child .page-link { - border-bottom-left-radius: 0.2rem; - border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; + border-top-left-radius: 0.2rem; } .pagination-sm .page-item:last-child .page-link { - border-bottom-right-radius: 0.2rem; - border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; + border-top-right-radius: 0.2rem; } .tag { - display: inline-block; - padding: 0.25em 0.4em; - font-size: 75%; - font-weight: bold; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; + display: inline-block; + padding: 0.25em 0.4em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; } .tag:empty { - display: none; + display: none; } .btn .tag { - position: relative; - top: -1px; + position: relative; + top: -1px; } a.tag:focus, a.tag:hover { - color: #fff; - text-decoration: none; - cursor: pointer; + color: #fff; + text-decoration: none; + cursor: pointer; } .tag-pill { - padding-right: 0.6em; - padding-left: 0.6em; - border-radius: 10rem; + padding-right: 0.6em; + padding-left: 0.6em; + border-radius: 10rem; } .tag-default { - background-color: #818a91; + background-color: #818a91; } .tag-default[href]:focus, .tag-default[href]:hover { - background-color: #687077; + background-color: #687077; } .tag-primary { - background-color: #0275d8; + background-color: #0275d8; } .tag-primary[href]:focus, .tag-primary[href]:hover { - background-color: #025aa5; + background-color: #025aa5; } .tag-success { - background-color: #5cb85c; + background-color: #5cb85c; } .tag-success[href]:focus, .tag-success[href]:hover { - background-color: #449d44; + background-color: #449d44; } .tag-info { - background-color: #5bc0de; + background-color: #5bc0de; } .tag-info[href]:focus, .tag-info[href]:hover { - background-color: #31b0d5; + background-color: #31b0d5; } .tag-warning { - background-color: #f0ad4e; + background-color: #f0ad4e; } .tag-warning[href]:focus, .tag-warning[href]:hover { - background-color: #ec971f; + background-color: #ec971f; } .tag-danger { - background-color: #d9534f; + background-color: #d9534f; } .tag-danger[href]:focus, .tag-danger[href]:hover { - background-color: #c9302c; + background-color: #c9302c; } .jumbotron { - padding: 2rem 1rem; - margin-bottom: 2rem; - background-color: #eceeef; - border-radius: 0.3rem; + padding: 2rem 1rem; + margin-bottom: 2rem; + background-color: #eceeef; + border-radius: 0.3rem; } @media (min-width: 576px) { - .jumbotron { - padding: 4rem 2rem; - } + .jumbotron { + padding: 4rem 2rem; + } } .jumbotron-hr { - border-top-color: #d0d5d8; + border-top-color: #d0d5d8; } .jumbotron-fluid { - padding-right: 0; - padding-left: 0; - border-radius: 0; + padding-right: 0; + padding-left: 0; + border-radius: 0; } .alert { - padding: 0.75rem 1.25rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; + padding: 0.75rem 1.25rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 0.25rem; } .alert-heading { - color: inherit; + color: inherit; } .alert-link { - font-weight: bold; + font-weight: bold; } .alert-dismissible { - padding-right: 2.5rem; + padding-right: 2.5rem; } .alert-dismissible .close { - position: relative; - top: -0.125rem; - right: -1.25rem; - color: inherit; + position: relative; + top: -0.125rem; + right: -1.25rem; + color: inherit; } .alert-success { - background-color: #dff0d8; - border-color: #d0e9c6; - color: #3c763d; + background-color: #dff0d8; + border-color: #d0e9c6; + color: #3c763d; } .alert-success hr { - border-top-color: #c1e2b3; + border-top-color: #c1e2b3; } .alert-success .alert-link { - color: #2b542c; + color: #2b542c; } .alert-info { - background-color: #d9edf7; - border-color: #bcdff1; - color: #31708f; + background-color: #d9edf7; + border-color: #bcdff1; + color: #31708f; } .alert-info hr { - border-top-color: #a6d5ec; + border-top-color: #a6d5ec; } .alert-info .alert-link { - color: #245269; + color: #245269; } .alert-warning { - background-color: #a340ff; - border: 0; - color: #fff; + background-color: #a340ff; + border: 0; + color: #fff; } .alert-warning .alert-link { - color: #fff; + color: #fff; } .alert-danger { - background-color: #f2dede; - border-color: #ebcccc; - color: #a94442; + background-color: #f2dede; + border-color: #ebcccc; + color: #a94442; } .alert-danger hr { - border-top-color: #e4b9b9; + border-top-color: #e4b9b9; } .alert-danger .alert-link { - color: #843534; + color: #843534; } @keyframes progress-bar-stripes { - from { - background-position: 1rem 0; - } + from { + background-position: 1rem 0; + } - to { - background-position: 0 0; - } + to { + background-position: 0 0; + } } .progress { - display: block; - width: 100%; - height: 1rem; - margin-bottom: 1rem; + display: block; + width: 100%; + height: 1rem; + margin-bottom: 1rem; } .progress[value] { - background-color: #eee; - border: 0; - appearance: none; - border-radius: 0.25rem; + background-color: #eee; + border: 0; + appearance: none; + border-radius: 0.25rem; } .progress[value]::-ms-fill { - background-color: #0074d9; - border: 0; + background-color: #0074d9; + border: 0; } .progress[value]::-moz-progress-bar { - background-color: #0074d9; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; + background-color: #0074d9; + border-bottom-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; } .progress[value]::-webkit-progress-value { - background-color: #0074d9; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; + background-color: #0074d9; + border-bottom-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; } .progress[value='100']::-moz-progress-bar { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .progress[value='100']::-webkit-progress-value { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .progress[value]::-webkit-progress-bar { - background-color: #eee; - border-radius: 0.25rem; + background-color: #eee; + border-radius: 0.25rem; } base::-moz-progress-bar, .progress[value] { - background-color: #eee; - border-radius: 0.25rem; + background-color: #eee; + border-radius: 0.25rem; } @media screen and (min-width: 0\0) { - .progress { - background-color: #eee; - border-radius: 0.25rem; - } + .progress { + background-color: #eee; + border-radius: 0.25rem; + } - .progress-bar { - display: inline-block; - height: 1rem; - text-indent: -999rem; - background-color: #0074d9; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; - } + .progress-bar { + display: inline-block; + height: 1rem; + text-indent: -999rem; + background-color: #0074d9; + border-bottom-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; + } - .progress[width='100%'] { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } + .progress[width='100%'] { + border-bottom-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; + } } .progress-striped[value]::-webkit-progress-value { - background-image: linear-gradient( - 45deg, - rgba(255, 255, 255, 0.15) 25%, - transparent 25%, - transparent 50%, - rgba(255, 255, 255, 0.15) 50%, - rgba(255, 255, 255, 0.15) 75%, - transparent 75%, - transparent - ); - background-size: 1rem 1rem; + background-image: linear-gradient(45deg, + rgba(255, 255, 255, 0.15) 25%, + transparent 25%, + transparent 50%, + rgba(255, 255, 255, 0.15) 50%, + rgba(255, 255, 255, 0.15) 75%, + transparent 75%, + transparent); + background-size: 1rem 1rem; } .progress-striped[value]::-moz-progress-bar { - background-image: linear-gradient( - 45deg, - rgba(255, 255, 255, 0.15) 25%, - transparent 25%, - transparent 50%, - rgba(255, 255, 255, 0.15) 50%, - rgba(255, 255, 255, 0.15) 75%, - transparent 75%, - transparent - ); - background-size: 1rem 1rem; + background-image: linear-gradient(45deg, + rgba(255, 255, 255, 0.15) 25%, + transparent 25%, + transparent 50%, + rgba(255, 255, 255, 0.15) 50%, + rgba(255, 255, 255, 0.15) 75%, + transparent 75%, + transparent); + background-size: 1rem 1rem; } .progress-striped[value]::-ms-fill { - background-image: linear-gradient( - 45deg, - rgba(255, 255, 255, 0.15) 25%, - transparent 25%, - transparent 50%, - rgba(255, 255, 255, 0.15) 50%, - rgba(255, 255, 255, 0.15) 75%, - transparent 75%, - transparent - ); - background-size: 1rem 1rem; + background-image: linear-gradient(45deg, + rgba(255, 255, 255, 0.15) 25%, + transparent 25%, + transparent 50%, + rgba(255, 255, 255, 0.15) 50%, + rgba(255, 255, 255, 0.15) 75%, + transparent 75%, + transparent); + background-size: 1rem 1rem; } @media screen and (min-width: 0\0) { - .progress-bar-striped { - background-image: linear-gradient( - 45deg, - rgba(255, 255, 255, 0.15) 25%, - transparent 25%, - transparent 50%, - rgba(255, 255, 255, 0.15) 50%, - rgba(255, 255, 255, 0.15) 75%, - transparent 75%, - transparent - ); - background-size: 1rem 1rem; - } + .progress-bar-striped { + background-image: linear-gradient(45deg, + rgba(255, 255, 255, 0.15) 25%, + transparent 25%, + transparent 50%, + rgba(255, 255, 255, 0.15) 50%, + rgba(255, 255, 255, 0.15) 75%, + transparent 75%, + transparent); + background-size: 1rem 1rem; + } } .progress-animated[value]::-webkit-progress-value { - animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; } .progress-animated[value]::-moz-progress-bar { - animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; } @media screen and (min-width: 0\0) { - .progress-animated .progress-bar-striped { - animation: progress-bar-stripes 2s linear infinite; - } + .progress-animated .progress-bar-striped { + animation: progress-bar-stripes 2s linear infinite; + } } .progress-success[value]::-webkit-progress-value { - background-color: #5cb85c; + background-color: #5cb85c; } .progress-success[value]::-moz-progress-bar { - background-color: #5cb85c; + background-color: #5cb85c; } .progress-success[value]::-ms-fill { - background-color: #5cb85c; + background-color: #5cb85c; } @media screen and (min-width: 0\0) { - .progress-success .progress-bar { - background-color: #5cb85c; - } + .progress-success .progress-bar { + background-color: #5cb85c; + } } .progress-info[value]::-webkit-progress-value { - background-color: #5bc0de; + background-color: #5bc0de; } .progress-info[value]::-moz-progress-bar { - background-color: #5bc0de; + background-color: #5bc0de; } .progress-info[value]::-ms-fill { - background-color: #5bc0de; + background-color: #5bc0de; } @media screen and (min-width: 0\0) { - .progress-info .progress-bar { - background-color: #5bc0de; - } + .progress-info .progress-bar { + background-color: #5bc0de; + } } .progress-warning[value]::-webkit-progress-value { - background-color: #f0ad4e; + background-color: #f0ad4e; } .progress-warning[value]::-moz-progress-bar { - background-color: #f0ad4e; + background-color: #f0ad4e; } .progress-warning[value]::-ms-fill { - background-color: #f0ad4e; + background-color: #f0ad4e; } @media screen and (min-width: 0\0) { - .progress-warning .progress-bar { - background-color: #f0ad4e; - } + .progress-warning .progress-bar { + background-color: #f0ad4e; + } } .progress-danger[value]::-webkit-progress-value { - background-color: #d9534f; + background-color: #d9534f; } .progress-danger[value]::-moz-progress-bar { - background-color: #d9534f; + background-color: #d9534f; } .progress-danger[value]::-ms-fill { - background-color: #d9534f; + background-color: #d9534f; } @media screen and (min-width: 0\0) { - .progress-danger .progress-bar { - background-color: #d9534f; - } + .progress-danger .progress-bar { + background-color: #d9534f; + } } .media, .media-body { - overflow: hidden; + overflow: hidden; } .media-body { - width: 10000px; + width: 10000px; } .media-left, .media-right, .media-body { - display: table-cell; - vertical-align: top; + display: table-cell; + vertical-align: top; } .media-middle { - vertical-align: middle; + vertical-align: middle; } .media-bottom { - vertical-align: bottom; + vertical-align: bottom; } .media-object { - display: block; + display: block; } .media-object.img-thumbnail { - max-width: none; + max-width: none; } .media-right { - padding-left: 10px; + padding-left: 10px; } .media-left { - padding-right: 10px; + padding-right: 10px; } .media-heading { - margin-top: 0; - margin-bottom: 5px; + margin-top: 0; + margin-bottom: 5px; } .media-list { - padding-left: 0; - list-style: none; + padding-left: 0; + list-style: none; } .list-group { - padding-left: 0; - margin-bottom: 0; + padding-left: 0; + margin-bottom: 0; } .list-group-item { - position: relative; - display: block; - padding: 0.75rem 1.25rem; - margin-bottom: -1px; - background-color: #fff; - border: 1px solid #ddd; + position: relative; + display: block; + padding: 0.75rem 1.25rem; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid #ddd; } .list-group-item:first-child { - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; } .list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; + margin-bottom: 0; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover { - color: #818a91; - cursor: not-allowed; - background-color: #eceeef; + color: #818a91; + cursor: not-allowed; + background-color: #eceeef; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading { - color: inherit; + color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text { - color: #818a91; + color: #818a91; } .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { - z-index: 2; - color: #fff; - text-decoration: none; - background-color: #0275d8; - border-color: #0275d8; + z-index: 2; + color: #fff; + text-decoration: none; + background-color: #0275d8; + border-color: #0275d8; } .list-group-item.active .list-group-item-heading, -.list-group-item.active .list-group-item-heading > small, -.list-group-item.active .list-group-item-heading > .small, +.list-group-item.active .list-group-item-heading>small, +.list-group-item.active .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading, -.list-group-item.active:focus .list-group-item-heading > small, -.list-group-item.active:focus .list-group-item-heading > .small, +.list-group-item.active:focus .list-group-item-heading>small, +.list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading, -.list-group-item.active:hover .list-group-item-heading > small, -.list-group-item.active:hover .list-group-item-heading > .small { - color: inherit; +.list-group-item.active:hover .list-group-item-heading>small, +.list-group-item.active:hover .list-group-item-heading>.small { + color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { - color: #a8d6fe; + color: #a8d6fe; } .list-group-flush .list-group-item { - border-right: 0; - border-left: 0; - border-radius: 0; + border-right: 0; + border-left: 0; + border-radius: 0; } .list-group-item-action { - width: 100%; - color: #555; - text-align: inherit; + width: 100%; + color: #555; + text-align: inherit; } .list-group-item-action .list-group-item-heading { - color: #333; + color: #333; } .list-group-item-action:focus, .list-group-item-action:hover { - color: #555; - text-decoration: none; - background-color: #f5f5f5; + color: #555; + text-decoration: none; + background-color: #f5f5f5; } .list-group-item-success { - color: #3c763d; - background-color: #dff0d8; + color: #3c763d; + background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { - color: #3c763d; + color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { - color: inherit; + color: inherit; } a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { - color: #3c763d; - background-color: #d0e9c6; + color: #3c763d; + background-color: #d0e9c6; } a.list-group-item-success.active, @@ -3999,32 +3984,32 @@ a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover { - color: #fff; - background-color: #3c763d; - border-color: #3c763d; + color: #fff; + background-color: #3c763d; + border-color: #3c763d; } .list-group-item-info { - color: #31708f; - background-color: #d9edf7; + color: #31708f; + background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { - color: #31708f; + color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { - color: inherit; + color: inherit; } a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover { - color: #31708f; - background-color: #c4e3f3; + color: #31708f; + background-color: #c4e3f3; } a.list-group-item-info.active, @@ -4033,32 +4018,32 @@ a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover { - color: #fff; - background-color: #31708f; - border-color: #31708f; + color: #fff; + background-color: #31708f; + border-color: #31708f; } .list-group-item-warning { - color: #8a6d3b; - background-color: #fcf8e3; + color: #8a6d3b; + background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { - color: #8a6d3b; + color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { - color: inherit; + color: inherit; } a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover { - color: #8a6d3b; - background-color: #faf2cc; + color: #8a6d3b; + background-color: #faf2cc; } a.list-group-item-warning.active, @@ -4067,32 +4052,32 @@ a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover { - color: #fff; - background-color: #8a6d3b; - border-color: #8a6d3b; + color: #fff; + background-color: #8a6d3b; + border-color: #8a6d3b; } .list-group-item-danger { - color: #a94442; - background-color: #f2dede; + color: #a94442; + background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { - color: #a94442; + color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { - color: inherit; + color: inherit; } a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover { - color: #a94442; - background-color: #ebcccc; + color: #a94442; + background-color: #ebcccc; } a.list-group-item-danger.active, @@ -4101,27 +4086,27 @@ a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover { - color: #fff; - background-color: #a94442; - border-color: #a94442; + color: #fff; + background-color: #a94442; + border-color: #a94442; } .list-group-item-heading { - margin-top: 0; - margin-bottom: 5px; + margin-top: 0; + margin-bottom: 5px; } .list-group-item-text { - margin-bottom: 0; - line-height: 1.3; + margin-bottom: 0; + line-height: 1.3; } .embed-responsive { - position: relative; - display: block; - height: 0; - padding: 0; - overflow: hidden; + position: relative; + display: block; + height: 0; + padding: 0; + overflow: hidden; } .embed-responsive .embed-responsive-item, @@ -4129,1466 +4114,1464 @@ button.list-group-item-danger.active:hover { .embed-responsive embed, .embed-responsive object, .embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; } .embed-responsive-21by9 { - padding-bottom: 42.85714%; + padding-bottom: 42.85714%; } .embed-responsive-16by9 { - padding-bottom: 56.25%; + padding-bottom: 56.25%; } .embed-responsive-4by3 { - padding-bottom: 75%; + padding-bottom: 75%; } .embed-responsive-1by1 { - padding-bottom: 100%; + padding-bottom: 100%; } .close { - float: right; - font-size: 1.5rem; - font-weight: bold; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: 0.2; + float: right; + font-size: 1.5rem; + font-weight: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: 0.2; } .close:focus, .close:hover { - color: #000; - text-decoration: none; - cursor: pointer; - opacity: 0.5; + color: #000; + text-decoration: none; + cursor: pointer; + opacity: 0.5; } button.close { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; } .modal-open { - overflow: hidden; + overflow: hidden; } .modal { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1050; - display: none; - overflow: hidden; - outline: 0; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + display: none; + overflow: hidden; + outline: 0; } .modal.fade .modal-dialog { - transition: transform 0.3s ease-out; - transform: translate(0, -25%); + transition: transform 0.3s ease-out; + transform: translate(0, -25%); } .modal.in .modal-dialog { - transform: translate(0, 0); + transform: translate(0, 0); } .modal-open .modal { - overflow-x: hidden; - overflow-y: auto; + overflow-x: hidden; + overflow-y: auto; } .modal-dialog { - position: relative; - width: auto; - margin: 10px; + position: relative; + width: auto; + margin: 10px; } .modal-content { - position: relative; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; - outline: 0; + position: relative; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; + outline: 0; } .modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - background-color: #000; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000; } .modal-backdrop.fade { - opacity: 0; + opacity: 0; } .modal-backdrop.in { - opacity: 0.5; + opacity: 0.5; } .modal-header { - padding: 15px; - border-bottom: 1px solid #e5e5e5; + padding: 15px; + border-bottom: 1px solid #e5e5e5; } .modal-header::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .modal-header .close { - margin-top: -2px; + margin-top: -2px; } .modal-title { - margin: 0; - line-height: 1.5; + margin: 0; + line-height: 1.5; } .modal-body { - position: relative; - padding: 15px; + position: relative; + padding: 15px; } .modal-footer { - padding: 15px; - text-align: right; - border-top: 1px solid #e5e5e5; + padding: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; } .modal-footer::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; } @media (min-width: 576px) { - .modal-dialog { - max-width: 600px; - margin: 30px auto; - } + .modal-dialog { + max-width: 600px; + margin: 30px auto; + } - .modal-sm { - max-width: 300px; - } + .modal-sm { + max-width: 300px; + } } @media (min-width: 992px) { - .modal-lg { - max-width: 900px; - } + .modal-lg { + max-width: 900px; + } } .tooltip { - position: absolute; - z-index: 1070; - display: block; - font-family: 'Poppins', sans-serif; - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - font-size: 13px; - word-wrap: break-word; - opacity: 0; + position: absolute; + z-index: 1070; + display: block; + font-family: 'Poppins', sans-serif; + font-style: normal; + font-weight: normal; + letter-spacing: normal; + line-break: auto; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + white-space: normal; + word-break: normal; + word-spacing: normal; + font-size: 13px; + word-wrap: break-word; + opacity: 0; } .tooltip.in { - opacity: 0.9; + opacity: 0.9; } .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom { - padding: 5px 0; - margin-top: -3px; + padding: 5px 0; + margin-top: -3px; } .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before { - bottom: 0; - left: 50%; - margin-left: -5px; - content: ''; - border-width: 5px 5px 0; - border-top-color: #000; + bottom: 0; + left: 50%; + margin-left: -5px; + content: ''; + border-width: 5px 5px 0; + border-top-color: #000; } .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left { - padding: 0 5px; - margin-left: 3px; + padding: 0 5px; + margin-left: 3px; } .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before { - top: 50%; - left: 0; - margin-top: -5px; - content: ''; - border-width: 5px 5px 5px 0; - border-right-color: #000; + top: 50%; + left: 0; + margin-top: -5px; + content: ''; + border-width: 5px 5px 5px 0; + border-right-color: #000; } .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top { - padding: 5px 0; - margin-top: 3px; + padding: 5px 0; + margin-top: 3px; } .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before { - top: 0; - left: 50%; - margin-left: -5px; - content: ''; - border-width: 0 5px 5px; - border-bottom-color: #000; + top: 0; + left: 50%; + margin-left: -5px; + content: ''; + border-width: 0 5px 5px; + border-bottom-color: #000; } .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right { - padding: 0 5px; - margin-left: -3px; + padding: 0 5px; + margin-left: -3px; } .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before { - top: 50%; - right: 0; - margin-top: -5px; - content: ''; - border-width: 5px 0 5px 5px; - border-left-color: #000; + top: 50%; + right: 0; + margin-top: -5px; + content: ''; + border-width: 5px 0 5px 5px; + border-left-color: #000; } .tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 0.25rem; + max-width: 200px; + padding: 3px 8px; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 0.25rem; } .tooltip-inner::before { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; } .popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: block; - max-width: 276px; - padding: 1px; - font-family: 'Poppins', sans-serif; - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - font-size: 13px; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: block; + max-width: 276px; + padding: 1px; + font-family: 'Poppins', sans-serif; + font-style: normal; + font-weight: normal; + letter-spacing: normal; + line-break: auto; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + white-space: normal; + word-break: normal; + word-spacing: normal; + font-size: 13px; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; } .popover.popover-top, .popover.bs-tether-element-attached-bottom { - margin-top: -10px; + margin-top: -10px; } .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after { - left: 50%; - border-bottom-width: 0; + left: 50%; + border-bottom-width: 0; } .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before { - bottom: -11px; - margin-left: -11px; - border-top-color: rgba(0, 0, 0, 0.25); + bottom: -11px; + margin-left: -11px; + border-top-color: rgba(0, 0, 0, 0.25); } .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after { - bottom: -10px; - margin-left: -10px; - border-top-color: #fff; + bottom: -10px; + margin-left: -10px; + border-top-color: #fff; } .popover.popover-right, .popover.bs-tether-element-attached-left { - margin-left: 10px; + margin-left: 10px; } .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after { - top: 50%; - border-left-width: 0; + top: 50%; + border-left-width: 0; } .popover.popover-right::before, .popover.bs-tether-element-attached-left::before { - left: -11px; - margin-top: -11px; - border-right-color: rgba(0, 0, 0, 0.25); + left: -11px; + margin-top: -11px; + border-right-color: rgba(0, 0, 0, 0.25); } .popover.popover-right::after, .popover.bs-tether-element-attached-left::after { - left: -10px; - margin-top: -10px; - border-right-color: #fff; + left: -10px; + margin-top: -10px; + border-right-color: #fff; } .popover.popover-bottom, .popover.bs-tether-element-attached-top { - margin-top: 10px; + margin-top: 10px; } .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after { - left: 50%; - border-top-width: 0; + left: 50%; + border-top-width: 0; } .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before { - top: -11px; - margin-left: -11px; - border-bottom-color: rgba(0, 0, 0, 0.25); + top: -11px; + margin-left: -11px; + border-bottom-color: rgba(0, 0, 0, 0.25); } .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after { - top: -10px; - margin-left: -10px; - border-bottom-color: #f7f7f7; + top: -10px; + margin-left: -10px; + border-bottom-color: #f7f7f7; } .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 20px; - margin-left: -10px; - content: ''; - border-bottom: 1px solid #f7f7f7; + position: absolute; + top: 0; + left: 50%; + display: block; + width: 20px; + margin-left: -10px; + content: ''; + border-bottom: 1px solid #f7f7f7; } .popover.popover-left, .popover.bs-tether-element-attached-right { - margin-left: -10px; + margin-left: -10px; } .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after { - top: 50%; - border-right-width: 0; + top: 50%; + border-right-width: 0; } .popover.popover-left::before, .popover.bs-tether-element-attached-right::before { - right: -11px; - margin-top: -11px; - border-left-color: rgba(0, 0, 0, 0.25); + right: -11px; + margin-top: -11px; + border-left-color: rgba(0, 0, 0, 0.25); } .popover.popover-left::after, .popover.bs-tether-element-attached-right::after { - right: -10px; - margin-top: -10px; - border-left-color: #fff; + right: -10px; + margin-top: -10px; + border-left-color: #fff; } .popover-title { - padding: 8px 14px; - margin: 0; - font-size: 1rem; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-radius: 0.2375rem 0.2375rem 0 0; + padding: 8px 14px; + margin: 0; + font-size: 1rem; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-radius: 0.2375rem 0.2375rem 0 0; } .popover-title:empty { - display: none; + display: none; } .popover-content { - padding: 9px 14px; + padding: 9px 14px; } .popover::before, .popover::after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; } .popover::before { - content: ''; - border-width: 11px; + content: ''; + border-width: 11px; } .popover::after { - content: ''; - border-width: 10px; + content: ''; + border-width: 10px; } .carousel { - position: relative; + position: relative; } .carousel-inner { - position: relative; - width: 100%; - overflow: hidden; + position: relative; + width: 100%; + overflow: hidden; } -.carousel-inner > .carousel-item { - position: relative; - display: none; - transition: 0.6s ease-in-out left; +.carousel-inner>.carousel-item { + position: relative; + display: none; + transition: 0.6s ease-in-out left; } -.carousel-inner > .carousel-item > img, -.carousel-inner > .carousel-item > a > img { - line-height: 1; +.carousel-inner>.carousel-item>img, +.carousel-inner>.carousel-item>a>img { + line-height: 1; } -@media all and (transform-3d), (-webkit-transform-3d) { - .carousel-inner > .carousel-item { - transition: transform 0.6s ease-in-out; - backface-visibility: hidden; - perspective: 1000px; - } +@media all and (transform-3d), +(-webkit-transform-3d) { + .carousel-inner>.carousel-item { + transition: transform 0.6s ease-in-out; + backface-visibility: hidden; + perspective: 1000px; + } - .carousel-inner > .carousel-item.next, - .carousel-inner > .carousel-item.active.right { - left: 0; - transform: translate3d(100%, 0, 0); - } + .carousel-inner>.carousel-item.next, + .carousel-inner>.carousel-item.active.right { + left: 0; + transform: translate3d(100%, 0, 0); + } - .carousel-inner > .carousel-item.prev, - .carousel-inner > .carousel-item.active.left { - left: 0; - transform: translate3d(-100%, 0, 0); - } + .carousel-inner>.carousel-item.prev, + .carousel-inner>.carousel-item.active.left { + left: 0; + transform: translate3d(-100%, 0, 0); + } - .carousel-inner > .carousel-item.next.left, - .carousel-inner > .carousel-item.prev.right, - .carousel-inner > .carousel-item.active { - left: 0; - transform: translate3d(0, 0, 0); - } + .carousel-inner>.carousel-item.next.left, + .carousel-inner>.carousel-item.prev.right, + .carousel-inner>.carousel-item.active { + left: 0; + transform: translate3d(0, 0, 0); + } } -.carousel-inner > .active, -.carousel-inner > .next, -.carousel-inner > .prev { - display: block; +.carousel-inner>.active, +.carousel-inner>.next, +.carousel-inner>.prev { + display: block; } -.carousel-inner > .active { - left: 0; +.carousel-inner>.active { + left: 0; } -.carousel-inner > .next, -.carousel-inner > .prev { - position: absolute; - top: 0; - width: 100%; +.carousel-inner>.next, +.carousel-inner>.prev { + position: absolute; + top: 0; + width: 100%; } -.carousel-inner > .next { - left: 100%; +.carousel-inner>.next { + left: 100%; } -.carousel-inner > .prev { - left: -100%; +.carousel-inner>.prev { + left: -100%; } -.carousel-inner > .next.left, -.carousel-inner > .prev.right { - left: 0; +.carousel-inner>.next.left, +.carousel-inner>.prev.right { + left: 0; } -.carousel-inner > .active.left { - left: -100%; +.carousel-inner>.active.left { + left: -100%; } -.carousel-inner > .active.right { - left: 100%; +.carousel-inner>.active.right { + left: 100%; } .carousel-control { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 25px; - font-size: 16px; - color: #999; - text-align: center; - text-shadow: none; - opacity: 1; + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 25px; + font-size: 16px; + color: #999; + text-align: center; + text-shadow: none; + opacity: 1; } .carousel-control.left { - background-image: linear-gradient( - to right, - rgba(0, 0, 0, 0.5) 0%, - rgba(0, 0, 0, 0.0001) 100% - ); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); + background-image: linear-gradient(to right, + rgba(0, 0, 0, 0.5) 0%, + rgba(0, 0, 0, 0.0001) 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { - right: 0; - left: auto; - background-image: linear-gradient( - to right, - rgba(0, 0, 0, 0.0001) 0%, - rgba(0, 0, 0, 0.5) 100% - ); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); + right: 0; + left: auto; + background-image: linear-gradient(to right, + rgba(0, 0, 0, 0.0001) 0%, + rgba(0, 0, 0, 0.5) 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:focus, .carousel-control:hover { - color: #999; - text-decoration: none; - outline: 0; - opacity: 0.9; + color: #999; + text-decoration: none; + outline: 0; + opacity: 0.9; } .carousel-control .icon-prev, .carousel-control .icon-next { - position: absolute; - top: 50%; - z-index: 5; - display: inline-block; - width: 20px; - height: 20px; - margin-top: -10px; - font-family: serif; - line-height: 1; + position: absolute; + top: 50%; + z-index: 5; + display: inline-block; + width: 20px; + height: 20px; + margin-top: -10px; + font-family: serif; + line-height: 1; } .carousel-control .icon-prev { - left: 50%; - margin-left: -10px; + left: 50%; + margin-left: -10px; } .carousel-control .icon-next { - right: 50%; - margin-right: -10px; + right: 50%; + margin-right: -10px; } .carousel-control .icon-prev::before { - content: '\2039'; + content: '\2039'; } .carousel-control .icon-next::before { - content: '\203a'; + content: '\203a'; } .carousel-indicators { - position: absolute; - bottom: 10px; - left: 50%; - z-index: 15; - width: 60%; - padding-left: 0; - margin-left: -30%; - text-align: center; - list-style: none; + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + padding-left: 0; + margin-left: -30%; + text-align: center; + list-style: none; } .carousel-indicators li { - display: inline-block; - width: 10px; - height: 10px; - margin: 1px; - text-indent: -999px; - cursor: pointer; - background-color: transparent; - border: 1px solid #fff; - border-radius: 10px; + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + cursor: pointer; + background-color: transparent; + border: 1px solid #fff; + border-radius: 10px; } .carousel-indicators .active { - width: 12px; - height: 12px; - margin: 0; - background-color: #fff; + width: 12px; + height: 12px; + margin: 0; + background-color: #fff; } .carousel-caption { - position: absolute; - right: 15%; - bottom: 20px; - left: 15%; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-align: center; - text-shadow: none; + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; + text-shadow: none; } .carousel-caption .btn { - text-shadow: none; + text-shadow: none; } @media (min-width: 576px) { - .carousel-control .icon-prev, - .carousel-control .icon-next { - width: 30px; - height: 30px; - margin-top: -15px; - font-size: 30px; - } - .carousel-control .icon-prev { - margin-left: -15px; - } + .carousel-control .icon-prev, + .carousel-control .icon-next { + width: 30px; + height: 30px; + margin-top: -15px; + font-size: 30px; + } - .carousel-control .icon-next { - margin-right: -15px; - } + .carousel-control .icon-prev { + margin-left: -15px; + } - .carousel-caption { - right: 20%; - left: 20%; - padding-bottom: 30px; - } + .carousel-control .icon-next { + margin-right: -15px; + } - .carousel-indicators { - bottom: 20px; - } + .carousel-caption { + right: 20%; + left: 20%; + padding-bottom: 30px; + } + + .carousel-indicators { + bottom: 20px; + } } .align-baseline { - vertical-align: baseline !important; + vertical-align: baseline !important; } .align-top { - vertical-align: top !important; + vertical-align: top !important; } .align-middle { - vertical-align: middle !important; + vertical-align: middle !important; } .align-bottom { - vertical-align: bottom !important; + vertical-align: bottom !important; } .align-text-bottom { - vertical-align: text-bottom !important; + vertical-align: text-bottom !important; } .align-text-top { - vertical-align: text-top !important; + vertical-align: text-top !important; } .bg-faded { - background-color: #f7f7f9; + background-color: #f7f7f9; } .bg-primary { - background-color: #3387f2 !important; + background-color: #3387f2 !important; } a.bg-primary:focus, a.bg-primary:hover { - background-color: #0e6ce4 !important; + background-color: #0e6ce4 !important; } .bg-success { - background-color: #a340ff !important; + background-color: #a340ff !important; } a.bg-success:focus, a.bg-success:hover { - background-color: #3a9a56 !important; + background-color: #3a9a56 !important; } .bg-info { - background-color: #5bc0de !important; + background-color: #5bc0de !important; } a.bg-info:focus, a.bg-info:hover { - background-color: #31b0d5 !important; + background-color: #31b0d5 !important; } .bg-warning { - background-color: #ff9a52 !important; + background-color: #ff9a52 !important; } a.bg-warning:focus, a.bg-warning:hover { - background-color: #ff7c1f !important; + background-color: #ff7c1f !important; } .bg-danger { - background-color: #ff4c4c !important; + background-color: #ff4c4c !important; } a.bg-danger:focus, a.bg-danger:hover { - background-color: #ff1919 !important; + background-color: #ff1919 !important; } .bg-inverse { - background-color: #373a3c !important; + background-color: #373a3c !important; } a.bg-inverse:focus, a.bg-inverse:hover { - background-color: #1f2021 !important; + background-color: #1f2021 !important; } .rounded { - border-radius: 0.25rem; + border-radius: 0.25rem; } .rounded-top { - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; } .rounded-right { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .rounded-bottom { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } .rounded-left { - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; } .rounded-circle { - border-radius: 50%; + border-radius: 50%; } .clearfix::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .d-block { - display: block !important; + display: block !important; } .d-inline-block { - display: inline-block !important; + display: inline-block !important; } .d-inline { - display: inline !important; + display: inline !important; } .float-xs-left { - float: left !important; + float: left !important; } .float-xs-right { - float: right !important; + float: right !important; } .float-xs-none { - float: none !important; + float: none !important; } @media (min-width: 576px) { - .float-sm-left { - float: left !important; - } + .float-sm-left { + float: left !important; + } - .float-sm-right { - float: right !important; - } + .float-sm-right { + float: right !important; + } - .float-sm-none { - float: none !important; - } + .float-sm-none { + float: none !important; + } } @media (min-width: 768px) { - .float-md-left { - float: left !important; - } + .float-md-left { + float: left !important; + } - .float-md-right { - float: right !important; - } + .float-md-right { + float: right !important; + } - .float-md-none { - float: none !important; - } + .float-md-none { + float: none !important; + } } @media (min-width: 992px) { - .float-lg-left { - float: left !important; - } + .float-lg-left { + float: left !important; + } - .float-lg-right { - float: right !important; - } + .float-lg-right { + float: right !important; + } - .float-lg-none { - float: none !important; - } + .float-lg-none { + float: none !important; + } } @media (min-width: 1200px) { - .float-xl-left { - float: left !important; - } + .float-xl-left { + float: left !important; + } - .float-xl-right { - float: right !important; - } + .float-xl-right { + float: right !important; + } - .float-xl-none { - float: none !important; - } + .float-xl-none { + float: none !important; + } } .sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; } .w-100 { - width: 100% !important; + width: 100% !important; } .h-100 { - height: 100% !important; + height: 100% !important; } .mx-auto { - margin-right: auto !important; - margin-left: auto !important; + margin-right: auto !important; + margin-left: auto !important; } .m-0 { - margin: 0 0 !important; + margin: 0 0 !important; } .mt-0 { - margin-top: 0 !important; + margin-top: 0 !important; } .mr-0 { - margin-right: 0 !important; + margin-right: 0 !important; } .mb-0 { - margin-bottom: 0 !important; + margin-bottom: 0 !important; } .ml-0 { - margin-left: 0 !important; + margin-left: 0 !important; } .mx-0 { - margin-right: 0 !important; - margin-left: 0 !important; + margin-right: 0 !important; + margin-left: 0 !important; } .my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; + margin-top: 0 !important; + margin-bottom: 0 !important; } .m-1 { - margin: 1rem 1rem !important; + margin: 1rem 1rem !important; } .mt-1 { - margin-top: 1rem !important; + margin-top: 1rem !important; } .mr-1 { - margin-right: 1rem !important; + margin-right: 1rem !important; } .mb-1 { - margin-bottom: 1rem !important; + margin-bottom: 1rem !important; } .ml-1 { - margin-left: 1rem !important; + margin-left: 1rem !important; } .mx-1 { - margin-right: 1rem !important; - margin-left: 1rem !important; + margin-right: 1rem !important; + margin-left: 1rem !important; } .my-1 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; + margin-top: 1rem !important; + margin-bottom: 1rem !important; } .m-2 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem 1.5rem !important; } .mt-2 { - margin-top: 1.5rem !important; + margin-top: 1.5rem !important; } .mr-2 { - margin-right: 1.5rem !important; + margin-right: 1.5rem !important; } .mb-2 { - margin-bottom: 1.5rem !important; + margin-bottom: 1.5rem !important; } .ml-2 { - margin-left: 1.5rem !important; + margin-left: 1.5rem !important; } .mx-2 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; } .my-2 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } .m-3 { - margin: 3rem 3rem !important; + margin: 3rem 3rem !important; } .mt-3 { - margin-top: 3rem !important; + margin-top: 3rem !important; } .mr-3 { - margin-right: 3rem !important; + margin-right: 3rem !important; } .mb-3 { - margin-bottom: 3rem !important; + margin-bottom: 3rem !important; } .ml-3 { - margin-left: 3rem !important; + margin-left: 3rem !important; } .mx-3 { - margin-right: 3rem !important; - margin-left: 3rem !important; + margin-right: 3rem !important; + margin-left: 3rem !important; } .my-3 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; + margin-top: 3rem !important; + margin-bottom: 3rem !important; } .p-0 { - padding: 0 0 !important; + padding: 0 0 !important; } .pt-0 { - padding-top: 0 !important; + padding-top: 0 !important; } .pr-0 { - padding-right: 0 !important; + padding-right: 0 !important; } .pb-0 { - padding-bottom: 0 !important; + padding-bottom: 0 !important; } .pl-0 { - padding-left: 0 !important; + padding-left: 0 !important; } .px-0 { - padding-right: 0 !important; - padding-left: 0 !important; + padding-right: 0 !important; + padding-left: 0 !important; } .py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; + padding-top: 0 !important; + padding-bottom: 0 !important; } .p-1 { - padding: 1rem 1rem !important; + padding: 1rem 1rem !important; } .pt-1 { - padding-top: 1rem !important; + padding-top: 1rem !important; } .pr-1 { - padding-right: 1rem !important; + padding-right: 1rem !important; } .pb-1 { - padding-bottom: 1rem !important; + padding-bottom: 1rem !important; } .pl-1 { - padding-left: 1rem !important; + padding-left: 1rem !important; } .px-1 { - padding-right: 1rem !important; - padding-left: 1rem !important; + padding-right: 1rem !important; + padding-left: 1rem !important; } .py-1 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; + padding-top: 1rem !important; + padding-bottom: 1rem !important; } .p-2 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem 1.5rem !important; } .pt-2 { - padding-top: 1.5rem !important; + padding-top: 1.5rem !important; } .pr-2 { - padding-right: 1.5rem !important; + padding-right: 1.5rem !important; } .pb-2 { - padding-bottom: 1.5rem !important; + padding-bottom: 1.5rem !important; } .pl-2 { - padding-left: 1.5rem !important; + padding-left: 1.5rem !important; } .px-2 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } .py-2 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } .p-3 { - padding: 3rem 3rem !important; + padding: 3rem 3rem !important; } .pt-3 { - padding-top: 3rem !important; + padding-top: 3rem !important; } .pr-3 { - padding-right: 3rem !important; + padding-right: 3rem !important; } .pb-3 { - padding-bottom: 3rem !important; + padding-bottom: 3rem !important; } .pl-3 { - padding-left: 3rem !important; + padding-left: 3rem !important; } .px-3 { - padding-right: 3rem !important; - padding-left: 3rem !important; + padding-right: 3rem !important; + padding-left: 3rem !important; } .py-3 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; + padding-top: 3rem !important; + padding-bottom: 3rem !important; } .pos-f-t { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; } .text-justify { - text-align: justify !important; + text-align: justify !important; } .text-nowrap { - white-space: nowrap !important; + white-space: nowrap !important; } .text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .text-xs-left { - text-align: left !important; + text-align: left !important; } .text-xs-right { - text-align: right !important; + text-align: right !important; } .text-xs-center { - text-align: center !important; + text-align: center !important; } @media (min-width: 576px) { - .text-sm-left { - text-align: left !important; - } + .text-sm-left { + text-align: left !important; + } - .text-sm-right { - text-align: right !important; - } + .text-sm-right { + text-align: right !important; + } - .text-sm-center { - text-align: center !important; - } + .text-sm-center { + text-align: center !important; + } } @media (min-width: 768px) { - .text-md-left { - text-align: left !important; - } + .text-md-left { + text-align: left !important; + } - .text-md-right { - text-align: right !important; - } + .text-md-right { + text-align: right !important; + } - .text-md-center { - text-align: center !important; - } + .text-md-center { + text-align: center !important; + } } @media (min-width: 992px) { - .text-lg-left { - text-align: left !important; - } + .text-lg-left { + text-align: left !important; + } - .text-lg-right { - text-align: right !important; - } + .text-lg-right { + text-align: right !important; + } - .text-lg-center { - text-align: center !important; - } + .text-lg-center { + text-align: center !important; + } } @media (min-width: 1200px) { - .text-xl-left { - text-align: left !important; - } + .text-xl-left { + text-align: left !important; + } - .text-xl-right { - text-align: right !important; - } + .text-xl-right { + text-align: right !important; + } - .text-xl-center { - text-align: center !important; - } + .text-xl-center { + text-align: center !important; + } } .text-lowercase { - text-transform: lowercase !important; + text-transform: lowercase !important; } .text-uppercase { - text-transform: uppercase !important; + text-transform: uppercase !important; } .text-capitalize { - text-transform: capitalize !important; + text-transform: capitalize !important; } .font-weight-normal { - font-weight: normal; + font-weight: normal; } .font-weight-bold { - font-weight: bold; + font-weight: bold; } .font-italic { - font-style: italic; + font-style: italic; } .text-white { - color: #fff !important; + color: #fff !important; } .text-muted { - color: #acaaa6 !important; + color: #acaaa6 !important; } a.text-muted:focus, a.text-muted:hover { - color: #93918c !important; + color: #93918c !important; } .text-primary { - color: #3387f2 !important; + color: #3387f2 !important; } a.text-primary:focus, a.text-primary:hover { - color: #0e6ce4 !important; + color: #0e6ce4 !important; } .text-success { - color: #a340ff !important; + color: #a340ff !important; } a.text-success:focus, a.text-success:hover { - color: #3a9a56 !important; + color: #3a9a56 !important; } .text-info { - color: #5bc0de !important; + color: #5bc0de !important; } a.text-info:focus, a.text-info:hover { - color: #31b0d5 !important; + color: #31b0d5 !important; } .text-warning { - color: #ff9a52 !important; + color: #ff9a52 !important; } a.text-warning:focus, a.text-warning:hover { - color: #ff7c1f !important; + color: #ff7c1f !important; } .text-danger { - color: #ff4c4c !important; + color: #ff4c4c !important; } a.text-danger:focus, a.text-danger:hover { - color: #ff1919 !important; + color: #ff1919 !important; } .text-gray-dark { - color: #878787 !important; + color: #878787 !important; } a.text-gray-dark:focus, a.text-gray-dark:hover { - color: #6e6e6e !important; + color: #6e6e6e !important; } .text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; } .invisible { - visibility: hidden !important; + visibility: hidden !important; } .hidden-xs-up { - display: none !important; + display: none !important; } @media (max-width: 575px) { - .hidden-xs-down { - display: none !important; - } + .hidden-xs-down { + display: none !important; + } } @media (min-width: 576px) { - .hidden-sm-up { - display: none !important; - } + .hidden-sm-up { + display: none !important; + } } @media (max-width: 767px) { - .hidden-sm-down { - display: none !important; - } + .hidden-sm-down { + display: none !important; + } } @media (min-width: 768px) { - .hidden-md-up { - display: none !important; - } + .hidden-md-up { + display: none !important; + } } @media (max-width: 991px) { - .hidden-md-down { - display: none !important; - } + .hidden-md-down { + display: none !important; + } } @media (min-width: 992px) { - .hidden-lg-up { - display: none !important; - } + .hidden-lg-up { + display: none !important; + } } @media (max-width: 1199px) { - .hidden-lg-down { - display: none !important; - } + .hidden-lg-down { + display: none !important; + } } @media (min-width: 1200px) { - .hidden-xl-up { - display: none !important; - } + .hidden-xl-up { + display: none !important; + } } .hidden-xl-down { - display: none !important; + display: none !important; } .visible-print-block { - display: none !important; + display: none !important; } @media print { - .visible-print-block { - display: block !important; - } + .visible-print-block { + display: block !important; + } } .visible-print-inline { - display: none !important; + display: none !important; } @media print { - .visible-print-inline { - display: inline !important; - } + .visible-print-inline { + display: inline !important; + } } .visible-print-inline-block { - display: none !important; + display: none !important; } @media print { - .visible-print-inline-block { - display: inline-block !important; - } + .visible-print-inline-block { + display: inline-block !important; + } } @media print { - .hidden-print { - display: none !important; - } + .hidden-print { + display: none !important; + } } /*************************************************** @@ -5606,96 +5589,96 @@ a.text-gray-dark:hover { Override Bootstrap *************************************/ .container { - margin-left: auto; - margin-right: auto; - padding-left: 15px; - padding-right: 15px; + margin-left: auto; + margin-right: auto; + padding-left: 15px; + padding-right: 15px; } .container::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (min-width: 576px) { - .container { - width: 540px; - max-width: 100%; - } + .container { + width: 540px; + max-width: 100%; + } } @media (min-width: 768px) { - .container { - width: 720px; - max-width: 100%; - } + .container { + width: 720px; + max-width: 100%; + } } @media (min-width: 992px) { - .container { - width: 960px; - max-width: 100%; - } + .container { + width: 960px; + max-width: 100%; + } } @media (min-width: 1280px) { - .container { - width: 1280px; - max-width: 100%; - } + .container { + width: 1280px; + max-width: 100%; + } } .container-fluid { - margin-left: auto; - margin-right: auto; - padding-left: 15px; - padding-right: 15px; + margin-left: auto; + margin-right: auto; + padding-left: 15px; + padding-right: 15px; } .container-fluid::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .row { - margin-right: -15px; - margin-left: -15px; + margin-right: -15px; + margin-left: -15px; } .row::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (min-width: 576px) { - .row { - margin-right: -15px; - margin-left: -15px; - } + .row { + margin-right: -15px; + margin-left: -15px; + } } @media (min-width: 768px) { - .row { - margin-right: -15px; - margin-left: -15px; - } + .row { + margin-right: -15px; + margin-left: -15px; + } } @media (min-width: 992px) { - .row { - margin-right: -15px; - margin-left: -15px; - } + .row { + margin-right: -15px; + margin-left: -15px; + } } @media (min-width: 1200px) { - .row { - margin-right: -15px; - margin-left: -15px; - } + .row { + margin-right: -15px; + margin-left: -15px; + } } .col-xs, @@ -5783,2658 +5766,2662 @@ a.text-gray-dark:hover { .col-xl-10, .col-xl-11, .col-xl-12 { - position: relative; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; } @media (min-width: 576px) { - .col-xs, - .col-xs-2-4, - .col-xs-4-8, - .col-xs-7-2, - .col-xs-9-6, - .col-xs-1, - .col-xs-2, - .col-xs-3, - .col-xs-4, - .col-xs-5, - .col-xs-6, - .col-xs-7, - .col-xs-8, - .col-xs-9, - .col-xs-10, - .col-xs-11, - .col-xs-12, - .col-sm, - .col-sm-2-4, - .col-sm-4-8, - .col-sm-7-2, - .col-sm-9-6, - .col-sm-1, - .col-sm-2, - .col-sm-3, - .col-sm-4, - .col-sm-5, - .col-sm-6, - .col-sm-7, - .col-sm-8, - .col-sm-9, - .col-sm-10, - .col-sm-11, - .col-sm-12, - .col-md, - .col-md-2-4, - .col-md-4-8, - .col-md-7-2, - .col-md-9-6, - .col-md-1, - .col-md-2, - .col-md-3, - .col-md-4, - .col-md-5, - .col-md-6, - .col-md-7, - .col-md-8, - .col-md-9, - .col-md-10, - .col-md-11, - .col-md-12, - .col-lg, - .col-lg-2-4, - .col-lg-4-8, - .col-lg-7-2, - .col-lg-9-6, - .col-lg-1, - .col-lg-2, - .col-lg-3, - .col-lg-4, - .col-lg-5, - .col-lg-6, - .col-lg-7, - .col-lg-8, - .col-lg-9, - .col-lg-10, - .col-lg-11, - .col-lg-12, - .col-xl, - .col-xl-2-4, - .col-xl-4-8, - .col-xl-7-2, - .col-xl-9-6, - .col-xl-1, - .col-xl-2, - .col-xl-3, - .col-xl-4, - .col-xl-5, - .col-xl-6, - .col-xl-7, - .col-xl-8, - .col-xl-9, - .col-xl-10, - .col-xl-11, - .col-xl-12 { - padding-right: 15px; - padding-left: 15px; - } + + .col-xs, + .col-xs-2-4, + .col-xs-4-8, + .col-xs-7-2, + .col-xs-9-6, + .col-xs-1, + .col-xs-2, + .col-xs-3, + .col-xs-4, + .col-xs-5, + .col-xs-6, + .col-xs-7, + .col-xs-8, + .col-xs-9, + .col-xs-10, + .col-xs-11, + .col-xs-12, + .col-sm, + .col-sm-2-4, + .col-sm-4-8, + .col-sm-7-2, + .col-sm-9-6, + .col-sm-1, + .col-sm-2, + .col-sm-3, + .col-sm-4, + .col-sm-5, + .col-sm-6, + .col-sm-7, + .col-sm-8, + .col-sm-9, + .col-sm-10, + .col-sm-11, + .col-sm-12, + .col-md, + .col-md-2-4, + .col-md-4-8, + .col-md-7-2, + .col-md-9-6, + .col-md-1, + .col-md-2, + .col-md-3, + .col-md-4, + .col-md-5, + .col-md-6, + .col-md-7, + .col-md-8, + .col-md-9, + .col-md-10, + .col-md-11, + .col-md-12, + .col-lg, + .col-lg-2-4, + .col-lg-4-8, + .col-lg-7-2, + .col-lg-9-6, + .col-lg-1, + .col-lg-2, + .col-lg-3, + .col-lg-4, + .col-lg-5, + .col-lg-6, + .col-lg-7, + .col-lg-8, + .col-lg-9, + .col-lg-10, + .col-lg-11, + .col-lg-12, + .col-xl, + .col-xl-2-4, + .col-xl-4-8, + .col-xl-7-2, + .col-xl-9-6, + .col-xl-1, + .col-xl-2, + .col-xl-3, + .col-xl-4, + .col-xl-5, + .col-xl-6, + .col-xl-7, + .col-xl-8, + .col-xl-9, + .col-xl-10, + .col-xl-11, + .col-xl-12 { + padding-right: 15px; + padding-left: 15px; + } } @media (min-width: 768px) { - .col-xs, - .col-xs-2-4, - .col-xs-4-8, - .col-xs-7-2, - .col-xs-9-6, - .col-xs-1, - .col-xs-2, - .col-xs-3, - .col-xs-4, - .col-xs-5, - .col-xs-6, - .col-xs-7, - .col-xs-8, - .col-xs-9, - .col-xs-10, - .col-xs-11, - .col-xs-12, - .col-sm, - .col-sm-2-4, - .col-sm-4-8, - .col-sm-7-2, - .col-sm-9-6, - .col-sm-1, - .col-sm-2, - .col-sm-3, - .col-sm-4, - .col-sm-5, - .col-sm-6, - .col-sm-7, - .col-sm-8, - .col-sm-9, - .col-sm-10, - .col-sm-11, - .col-sm-12, - .col-md, - .col-md-2-4, - .col-md-4-8, - .col-md-7-2, - .col-md-9-6, - .col-md-1, - .col-md-2, - .col-md-3, - .col-md-4, - .col-md-5, - .col-md-6, - .col-md-7, - .col-md-8, - .col-md-9, - .col-md-10, - .col-md-11, - .col-md-12, - .col-lg, - .col-lg-2-4, - .col-lg-4-8, - .col-lg-7-2, - .col-lg-9-6, - .col-lg-1, - .col-lg-2, - .col-lg-3, - .col-lg-4, - .col-lg-5, - .col-lg-6, - .col-lg-7, - .col-lg-8, - .col-lg-9, - .col-lg-10, - .col-lg-11, - .col-lg-12, - .col-xl, - .col-xl-2-4, - .col-xl-4-8, - .col-xl-7-2, - .col-xl-9-6, - .col-xl-1, - .col-xl-2, - .col-xl-3, - .col-xl-4, - .col-xl-5, - .col-xl-6, - .col-xl-7, - .col-xl-8, - .col-xl-9, - .col-xl-10, - .col-xl-11, - .col-xl-12 { - padding-right: 15px; - padding-left: 15px; - } + + .col-xs, + .col-xs-2-4, + .col-xs-4-8, + .col-xs-7-2, + .col-xs-9-6, + .col-xs-1, + .col-xs-2, + .col-xs-3, + .col-xs-4, + .col-xs-5, + .col-xs-6, + .col-xs-7, + .col-xs-8, + .col-xs-9, + .col-xs-10, + .col-xs-11, + .col-xs-12, + .col-sm, + .col-sm-2-4, + .col-sm-4-8, + .col-sm-7-2, + .col-sm-9-6, + .col-sm-1, + .col-sm-2, + .col-sm-3, + .col-sm-4, + .col-sm-5, + .col-sm-6, + .col-sm-7, + .col-sm-8, + .col-sm-9, + .col-sm-10, + .col-sm-11, + .col-sm-12, + .col-md, + .col-md-2-4, + .col-md-4-8, + .col-md-7-2, + .col-md-9-6, + .col-md-1, + .col-md-2, + .col-md-3, + .col-md-4, + .col-md-5, + .col-md-6, + .col-md-7, + .col-md-8, + .col-md-9, + .col-md-10, + .col-md-11, + .col-md-12, + .col-lg, + .col-lg-2-4, + .col-lg-4-8, + .col-lg-7-2, + .col-lg-9-6, + .col-lg-1, + .col-lg-2, + .col-lg-3, + .col-lg-4, + .col-lg-5, + .col-lg-6, + .col-lg-7, + .col-lg-8, + .col-lg-9, + .col-lg-10, + .col-lg-11, + .col-lg-12, + .col-xl, + .col-xl-2-4, + .col-xl-4-8, + .col-xl-7-2, + .col-xl-9-6, + .col-xl-1, + .col-xl-2, + .col-xl-3, + .col-xl-4, + .col-xl-5, + .col-xl-6, + .col-xl-7, + .col-xl-8, + .col-xl-9, + .col-xl-10, + .col-xl-11, + .col-xl-12 { + padding-right: 15px; + padding-left: 15px; + } } @media (min-width: 992px) { - .col-xs, - .col-xs-2-4, - .col-xs-4-8, - .col-xs-7-2, - .col-xs-9-6, - .col-xs-1, - .col-xs-2, - .col-xs-3, - .col-xs-4, - .col-xs-5, - .col-xs-6, - .col-xs-7, - .col-xs-8, - .col-xs-9, - .col-xs-10, - .col-xs-11, - .col-xs-12, - .col-sm, - .col-sm-2-4, - .col-sm-4-8, - .col-sm-7-2, - .col-sm-9-6, - .col-sm-1, - .col-sm-2, - .col-sm-3, - .col-sm-4, - .col-sm-5, - .col-sm-6, - .col-sm-7, - .col-sm-8, - .col-sm-9, - .col-sm-10, - .col-sm-11, - .col-sm-12, - .col-md, - .col-md-2-4, - .col-md-4-8, - .col-md-7-2, - .col-md-9-6, - .col-md-1, - .col-md-2, - .col-md-3, - .col-md-4, - .col-md-5, - .col-md-6, - .col-md-7, - .col-md-8, - .col-md-9, - .col-md-10, - .col-md-11, - .col-md-12, - .col-lg, - .col-lg-2-4, - .col-lg-4-8, - .col-lg-7-2, - .col-lg-9-6, - .col-lg-1, - .col-lg-2, - .col-lg-3, - .col-lg-4, - .col-lg-5, - .col-lg-6, - .col-lg-7, - .col-lg-8, - .col-lg-9, - .col-lg-10, - .col-lg-11, - .col-lg-12, - .col-xl, - .col-xl-2-4, - .col-xl-4-8, - .col-xl-7-2, - .col-xl-9-6, - .col-xl-1, - .col-xl-2, - .col-xl-3, - .col-xl-4, - .col-xl-5, - .col-xl-6, - .col-xl-7, - .col-xl-8, - .col-xl-9, - .col-xl-10, - .col-xl-11, - .col-xl-12 { - padding-right: 15px; - padding-left: 15px; - } + + .col-xs, + .col-xs-2-4, + .col-xs-4-8, + .col-xs-7-2, + .col-xs-9-6, + .col-xs-1, + .col-xs-2, + .col-xs-3, + .col-xs-4, + .col-xs-5, + .col-xs-6, + .col-xs-7, + .col-xs-8, + .col-xs-9, + .col-xs-10, + .col-xs-11, + .col-xs-12, + .col-sm, + .col-sm-2-4, + .col-sm-4-8, + .col-sm-7-2, + .col-sm-9-6, + .col-sm-1, + .col-sm-2, + .col-sm-3, + .col-sm-4, + .col-sm-5, + .col-sm-6, + .col-sm-7, + .col-sm-8, + .col-sm-9, + .col-sm-10, + .col-sm-11, + .col-sm-12, + .col-md, + .col-md-2-4, + .col-md-4-8, + .col-md-7-2, + .col-md-9-6, + .col-md-1, + .col-md-2, + .col-md-3, + .col-md-4, + .col-md-5, + .col-md-6, + .col-md-7, + .col-md-8, + .col-md-9, + .col-md-10, + .col-md-11, + .col-md-12, + .col-lg, + .col-lg-2-4, + .col-lg-4-8, + .col-lg-7-2, + .col-lg-9-6, + .col-lg-1, + .col-lg-2, + .col-lg-3, + .col-lg-4, + .col-lg-5, + .col-lg-6, + .col-lg-7, + .col-lg-8, + .col-lg-9, + .col-lg-10, + .col-lg-11, + .col-lg-12, + .col-xl, + .col-xl-2-4, + .col-xl-4-8, + .col-xl-7-2, + .col-xl-9-6, + .col-xl-1, + .col-xl-2, + .col-xl-3, + .col-xl-4, + .col-xl-5, + .col-xl-6, + .col-xl-7, + .col-xl-8, + .col-xl-9, + .col-xl-10, + .col-xl-11, + .col-xl-12 { + padding-right: 15px; + padding-left: 15px; + } } @media (min-width: 1200px) { - .col-xs, - .col-xs-2-4, - .col-xs-4-8, - .col-xs-7-2, - .col-xs-9-6, - .col-xs-1, - .col-xs-2, - .col-xs-3, - .col-xs-4, - .col-xs-5, - .col-xs-6, - .col-xs-7, - .col-xs-8, - .col-xs-9, - .col-xs-10, - .col-xs-11, - .col-xs-12, - .col-sm, - .col-sm-2-4, - .col-sm-4-8, - .col-sm-7-2, - .col-sm-9-6, - .col-sm-1, - .col-sm-2, - .col-sm-3, - .col-sm-4, - .col-sm-5, - .col-sm-6, - .col-sm-7, - .col-sm-8, - .col-sm-9, - .col-sm-10, - .col-sm-11, - .col-sm-12, - .col-md, - .col-md-2-4, - .col-md-4-8, - .col-md-7-2, - .col-md-9-6, - .col-md-1, - .col-md-2, - .col-md-3, - .col-md-4, - .col-md-5, - .col-md-6, - .col-md-7, - .col-md-8, - .col-md-9, - .col-md-10, - .col-md-11, - .col-md-12, - .col-lg, - .col-lg-2-4, - .col-lg-4-8, - .col-lg-7-2, - .col-lg-9-6, - .col-lg-1, - .col-lg-2, - .col-lg-3, - .col-lg-4, - .col-lg-5, - .col-lg-6, - .col-lg-7, - .col-lg-8, - .col-lg-9, - .col-lg-10, - .col-lg-11, - .col-lg-12, - .col-xl, - .col-xl-2-4, - .col-xl-4-8, - .col-xl-7-2, - .col-xl-9-6, - .col-xl-1, - .col-xl-2, - .col-xl-3, - .col-xl-4, - .col-xl-5, - .col-xl-6, - .col-xl-7, - .col-xl-8, - .col-xl-9, - .col-xl-10, - .col-xl-11, - .col-xl-12 { - padding-right: 15px; - padding-left: 15px; - } + + .col-xs, + .col-xs-2-4, + .col-xs-4-8, + .col-xs-7-2, + .col-xs-9-6, + .col-xs-1, + .col-xs-2, + .col-xs-3, + .col-xs-4, + .col-xs-5, + .col-xs-6, + .col-xs-7, + .col-xs-8, + .col-xs-9, + .col-xs-10, + .col-xs-11, + .col-xs-12, + .col-sm, + .col-sm-2-4, + .col-sm-4-8, + .col-sm-7-2, + .col-sm-9-6, + .col-sm-1, + .col-sm-2, + .col-sm-3, + .col-sm-4, + .col-sm-5, + .col-sm-6, + .col-sm-7, + .col-sm-8, + .col-sm-9, + .col-sm-10, + .col-sm-11, + .col-sm-12, + .col-md, + .col-md-2-4, + .col-md-4-8, + .col-md-7-2, + .col-md-9-6, + .col-md-1, + .col-md-2, + .col-md-3, + .col-md-4, + .col-md-5, + .col-md-6, + .col-md-7, + .col-md-8, + .col-md-9, + .col-md-10, + .col-md-11, + .col-md-12, + .col-lg, + .col-lg-2-4, + .col-lg-4-8, + .col-lg-7-2, + .col-lg-9-6, + .col-lg-1, + .col-lg-2, + .col-lg-3, + .col-lg-4, + .col-lg-5, + .col-lg-6, + .col-lg-7, + .col-lg-8, + .col-lg-9, + .col-lg-10, + .col-lg-11, + .col-lg-12, + .col-xl, + .col-xl-2-4, + .col-xl-4-8, + .col-xl-7-2, + .col-xl-9-6, + .col-xl-1, + .col-xl-2, + .col-xl-3, + .col-xl-4, + .col-xl-5, + .col-xl-6, + .col-xl-7, + .col-xl-8, + .col-xl-9, + .col-xl-10, + .col-xl-11, + .col-xl-12 { + padding-right: 15px; + padding-left: 15px; + } } .col-xs-1 { - float: left; - width: 8.33333%; + float: left; + width: 8.33333%; } .col-xs-2 { - float: left; - width: 16.66667%; + float: left; + width: 16.66667%; } .col-xs-3 { - float: left; - width: 25%; + float: left; + width: 25%; } .col-xs-4 { - float: left; - width: 33.33333%; + float: left; + width: 33.33333%; } .col-xs-5 { - float: left; - width: 41.66667%; + float: left; + width: 41.66667%; } .col-xs-6 { - float: left; - width: 50%; + float: left; + width: 50%; } .col-xs-7 { - float: left; - width: 58.33333%; + float: left; + width: 58.33333%; } .col-xs-8 { - float: left; - width: 66.66667%; + float: left; + width: 66.66667%; } .col-xs-9 { - float: left; - width: 75%; + float: left; + width: 75%; } .col-xs-10 { - float: left; - width: 83.33333%; + float: left; + width: 83.33333%; } .col-xs-11 { - float: left; - width: 91.66667%; + float: left; + width: 91.66667%; } .col-xs-12 { - float: left; - width: 100%; + float: left; + width: 100%; } .col-xs-2-4 { - float: left; - width: 20%; + float: left; + width: 20%; } .col-xs-4-8 { - float: left; - width: 40%; + float: left; + width: 40%; } .col-xs-7-2 { - float: left; - width: 60%; + float: left; + width: 60%; } .col-xs-9-6 { - float: left; - width: 80%; + float: left; + width: 80%; } .pull-xs-0 { - right: auto; + right: auto; } .pull-xs-1 { - right: 8.33333%; + right: 8.33333%; } .pull-xs-2 { - right: 16.66667%; + right: 16.66667%; } .pull-xs-3 { - right: 25%; + right: 25%; } .pull-xs-4 { - right: 33.33333%; + right: 33.33333%; } .pull-xs-5 { - right: 41.66667%; + right: 41.66667%; } .pull-xs-6 { - right: 50%; + right: 50%; } .pull-xs-7 { - right: 58.33333%; + right: 58.33333%; } .pull-xs-8 { - right: 66.66667%; + right: 66.66667%; } .pull-xs-9 { - right: 75%; + right: 75%; } .pull-xs-10 { - right: 83.33333%; + right: 83.33333%; } .pull-xs-11 { - right: 91.66667%; + right: 91.66667%; } .pull-xs-12 { - right: 100%; + right: 100%; } .pull-xs-2-4 { - right: 20%; + right: 20%; } .pull-xs-4-8 { - right: 40%; + right: 40%; } .pull-xs-7-2 { - right: 60%; + right: 60%; } .pull-xs-9-6 { - right: 80%; + right: 80%; } .push-xs-0 { - left: auto; + left: auto; } .push-xs-1 { - left: 8.33333%; + left: 8.33333%; } .push-xs-2 { - left: 16.66667%; + left: 16.66667%; } .push-xs-3 { - left: 25%; + left: 25%; } .push-xs-4 { - left: 33.33333%; + left: 33.33333%; } .push-xs-5 { - left: 41.66667%; + left: 41.66667%; } .push-xs-6 { - left: 50%; + left: 50%; } .push-xs-7 { - left: 58.33333%; + left: 58.33333%; } .push-xs-8 { - left: 66.66667%; + left: 66.66667%; } .push-xs-9 { - left: 75%; + left: 75%; } .push-xs-10 { - left: 83.33333%; + left: 83.33333%; } .push-xs-11 { - left: 91.66667%; + left: 91.66667%; } .push-xs-12 { - left: 100%; + left: 100%; } .push-xs-2-4 { - left: 20%; + left: 20%; } .push-xs-4-8 { - left: 40%; + left: 40%; } .push-xs-7-2 { - left: 60%; + left: 60%; } .push-xs-9-6 { - left: 80%; + left: 80%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-1 { - margin-left: 8.33333%; + margin-left: 8.33333%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-2 { - margin-left: 16.66667%; + margin-left: 16.66667%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-3 { - margin-left: 25%; + margin-left: 25%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-4 { - margin-left: 33.33333%; + margin-left: 33.33333%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-5 { - margin-left: 41.66667%; + margin-left: 41.66667%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-6 { - margin-left: 50%; + margin-left: 50%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-7 { - margin-left: 58.33333%; + margin-left: 58.33333%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-8 { - margin-left: 66.66667%; + margin-left: 66.66667%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-9 { - margin-left: 75%; + margin-left: 75%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-10 { - margin-left: 83.33333%; + margin-left: 83.33333%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } .offset-xs-11 { - margin-left: 91.66667%; + margin-left: 91.66667%; } .offset-xs-2-4 { - margin-left: 20%; + margin-left: 20%; } .offset-xs-4-8 { - margin-left: 40%; + margin-left: 40%; } .offset-xs-7-2 { - margin-left: 60%; + margin-left: 60%; } .offset-xs-9-6 { - margin-left: 80%; + margin-left: 80%; } @media (min-width: 576px) { - .col-sm-1 { - float: left; - width: 8.33333%; - } - - .col-sm-2 { - float: left; - width: 16.66667%; - } - - .col-sm-3 { - float: left; - width: 25%; - } - - .col-sm-4 { - float: left; - width: 33.33333%; - } - - .col-sm-5 { - float: left; - width: 41.66667%; - } - - .col-sm-6 { - float: left; - width: 50%; - } - - .col-sm-7 { - float: left; - width: 58.33333%; - } - - .col-sm-8 { - float: left; - width: 66.66667%; - } - - .col-sm-9 { - float: left; - width: 75%; - } - - .col-sm-10 { - float: left; - width: 83.33333%; - } - - .col-sm-11 { - float: left; - width: 91.66667%; - } - - .col-sm-12 { - float: left; - width: 100%; - } - - .col-sm-2-4 { - float: left; - width: 20%; - } - - .col-sm-4-8 { - float: left; - width: 40%; - } - - .col-sm-7-2 { - float: left; - width: 60%; - } - - .col-sm-9-6 { - float: left; - width: 80%; - } - - .pull-sm-0 { - right: auto; - } - - .pull-sm-1 { - right: 8.33333%; - } - - .pull-sm-2 { - right: 16.66667%; - } - - .pull-sm-3 { - right: 25%; - } - - .pull-sm-4 { - right: 33.33333%; - } - - .pull-sm-5 { - right: 41.66667%; - } - - .pull-sm-6 { - right: 50%; - } - - .pull-sm-7 { - right: 58.33333%; - } - - .pull-sm-8 { - right: 66.66667%; - } - - .pull-sm-9 { - right: 75%; - } - - .pull-sm-10 { - right: 83.33333%; - } - - .pull-sm-11 { - right: 91.66667%; - } - - .pull-sm-12 { - right: 100%; - } - - .pull-sm-2-4 { - right: 20%; - } - - .pull-sm-4-8 { - right: 40%; - } - - .pull-sm-7-2 { - right: 60%; - } - - .pull-sm-9-6 { - right: 80%; - } - - .push-sm-0 { - left: auto; - } - - .push-sm-1 { - left: 8.33333%; - } - - .push-sm-2 { - left: 16.66667%; - } + .col-sm-1 { + float: left; + width: 8.33333%; + } + + .col-sm-2 { + float: left; + width: 16.66667%; + } + + .col-sm-3 { + float: left; + width: 25%; + } + + .col-sm-4 { + float: left; + width: 33.33333%; + } + + .col-sm-5 { + float: left; + width: 41.66667%; + } + + .col-sm-6 { + float: left; + width: 50%; + } + + .col-sm-7 { + float: left; + width: 58.33333%; + } + + .col-sm-8 { + float: left; + width: 66.66667%; + } + + .col-sm-9 { + float: left; + width: 75%; + } + + .col-sm-10 { + float: left; + width: 83.33333%; + } + + .col-sm-11 { + float: left; + width: 91.66667%; + } + + .col-sm-12 { + float: left; + width: 100%; + } + + .col-sm-2-4 { + float: left; + width: 20%; + } + + .col-sm-4-8 { + float: left; + width: 40%; + } + + .col-sm-7-2 { + float: left; + width: 60%; + } + + .col-sm-9-6 { + float: left; + width: 80%; + } + + .pull-sm-0 { + right: auto; + } + + .pull-sm-1 { + right: 8.33333%; + } + + .pull-sm-2 { + right: 16.66667%; + } + + .pull-sm-3 { + right: 25%; + } + + .pull-sm-4 { + right: 33.33333%; + } + + .pull-sm-5 { + right: 41.66667%; + } + + .pull-sm-6 { + right: 50%; + } + + .pull-sm-7 { + right: 58.33333%; + } + + .pull-sm-8 { + right: 66.66667%; + } + + .pull-sm-9 { + right: 75%; + } + + .pull-sm-10 { + right: 83.33333%; + } + + .pull-sm-11 { + right: 91.66667%; + } + + .pull-sm-12 { + right: 100%; + } + + .pull-sm-2-4 { + right: 20%; + } + + .pull-sm-4-8 { + right: 40%; + } + + .pull-sm-7-2 { + right: 60%; + } + + .pull-sm-9-6 { + right: 80%; + } + + .push-sm-0 { + left: auto; + } + + .push-sm-1 { + left: 8.33333%; + } + + .push-sm-2 { + left: 16.66667%; + } - .push-sm-3 { - left: 25%; - } + .push-sm-3 { + left: 25%; + } - .push-sm-4 { - left: 33.33333%; - } + .push-sm-4 { + left: 33.33333%; + } - .push-sm-5 { - left: 41.66667%; - } + .push-sm-5 { + left: 41.66667%; + } - .push-sm-6 { - left: 50%; - } + .push-sm-6 { + left: 50%; + } - .push-sm-7 { - left: 58.33333%; - } + .push-sm-7 { + left: 58.33333%; + } - .push-sm-8 { - left: 66.66667%; - } + .push-sm-8 { + left: 66.66667%; + } - .push-sm-9 { - left: 75%; - } + .push-sm-9 { + left: 75%; + } - .push-sm-10 { - left: 83.33333%; - } + .push-sm-10 { + left: 83.33333%; + } - .push-sm-11 { - left: 91.66667%; - } + .push-sm-11 { + left: 91.66667%; + } - .push-sm-12 { - left: 100%; - } + .push-sm-12 { + left: 100%; + } - .push-sm-2-4 { - left: 20%; - } + .push-sm-2-4 { + left: 20%; + } - .push-sm-4-8 { - left: 40%; - } + .push-sm-4-8 { + left: 40%; + } - .push-sm-7-2 { - left: 60%; - } + .push-sm-7-2 { + left: 60%; + } - .push-sm-9-6 { - left: 80%; - } + .push-sm-9-6 { + left: 80%; + } - .offset-sm-0 { - margin-left: 0%; - } + .offset-sm-0 { + margin-left: 0%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-1 { - margin-left: 8.33333%; - } + .offset-sm-1 { + margin-left: 8.33333%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-2 { - margin-left: 16.66667%; - } + .offset-sm-2 { + margin-left: 16.66667%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-3 { - margin-left: 25%; - } + .offset-sm-3 { + margin-left: 25%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-4 { - margin-left: 33.33333%; - } + .offset-sm-4 { + margin-left: 33.33333%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-5 { - margin-left: 41.66667%; - } + .offset-sm-5 { + margin-left: 41.66667%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-6 { - margin-left: 50%; - } + .offset-sm-6 { + margin-left: 50%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-7 { - margin-left: 58.33333%; - } + .offset-sm-7 { + margin-left: 58.33333%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-8 { - margin-left: 66.66667%; - } + .offset-sm-8 { + margin-left: 66.66667%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-9 { - margin-left: 75%; - } + .offset-sm-9 { + margin-left: 75%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-10 { - margin-left: 83.33333%; - } + .offset-sm-10 { + margin-left: 83.33333%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } - .offset-sm-11 { - margin-left: 91.66667%; - } + .offset-sm-11 { + margin-left: 91.66667%; + } - .offset-sm-2-4 { - margin-left: 20%; - } + .offset-sm-2-4 { + margin-left: 20%; + } - .offset-sm-4-8 { - margin-left: 40%; - } + .offset-sm-4-8 { + margin-left: 40%; + } - .offset-sm-7-2 { - margin-left: 60%; - } + .offset-sm-7-2 { + margin-left: 60%; + } - .offset-sm-9-6 { - margin-left: 80%; - } + .offset-sm-9-6 { + margin-left: 80%; + } } @media (min-width: 768px) { - .col-md-1 { - float: left; - width: 8.33333%; - } - - .col-md-2 { - float: left; - width: 16.66667%; - } - - .col-md-3 { - float: left; - width: 25%; - } - - .col-md-4 { - float: left; - width: 33.33333%; - } - - .col-md-5 { - float: left; - width: 41.66667%; - } - - .col-md-6 { - float: left; - width: 50%; - } - - .col-md-7 { - float: left; - width: 58.33333%; - } - - .col-md-8 { - float: left; - width: 66.66667%; - } - - .col-md-9 { - float: left; - width: 75%; - } - - .col-md-10 { - float: left; - width: 83.33333%; - } - - .col-md-11 { - float: left; - width: 91.66667%; - } - - .col-md-12 { - float: left; - width: 100%; - } - - .col-md-2-4 { - float: left; - width: 20%; - } - - .col-md-4-8 { - float: left; - width: 40%; - } - - .col-md-7-2 { - float: left; - width: 60%; - } - - .col-md-9-6 { - float: left; - width: 80%; - } - - .pull-md-0 { - right: auto; - } - - .pull-md-1 { - right: 8.33333%; - } - - .pull-md-2 { - right: 16.66667%; - } - - .pull-md-3 { - right: 25%; - } - - .pull-md-4 { - right: 33.33333%; - } - - .pull-md-5 { - right: 41.66667%; - } - - .pull-md-6 { - right: 50%; - } - - .pull-md-7 { - right: 58.33333%; - } - - .pull-md-8 { - right: 66.66667%; - } - - .pull-md-9 { - right: 75%; - } - - .pull-md-10 { - right: 83.33333%; - } - - .pull-md-11 { - right: 91.66667%; - } - - .pull-md-12 { - right: 100%; - } - - .pull-md-2-4 { - right: 20%; - } - - .pull-md-4-8 { - right: 40%; - } - - .pull-md-7-2 { - right: 60%; - } - - .pull-md-9-6 { - right: 80%; - } - - .push-md-0 { - left: auto; - } - - .push-md-1 { - left: 8.33333%; - } - - .push-md-2 { - left: 16.66667%; - } + .col-md-1 { + float: left; + width: 8.33333%; + } + + .col-md-2 { + float: left; + width: 16.66667%; + } + + .col-md-3 { + float: left; + width: 25%; + } + + .col-md-4 { + float: left; + width: 33.33333%; + } + + .col-md-5 { + float: left; + width: 41.66667%; + } + + .col-md-6 { + float: left; + width: 50%; + } + + .col-md-7 { + float: left; + width: 58.33333%; + } + + .col-md-8 { + float: left; + width: 66.66667%; + } + + .col-md-9 { + float: left; + width: 75%; + } + + .col-md-10 { + float: left; + width: 83.33333%; + } + + .col-md-11 { + float: left; + width: 91.66667%; + } + + .col-md-12 { + float: left; + width: 100%; + } + + .col-md-2-4 { + float: left; + width: 20%; + } + + .col-md-4-8 { + float: left; + width: 40%; + } + + .col-md-7-2 { + float: left; + width: 60%; + } + + .col-md-9-6 { + float: left; + width: 80%; + } + + .pull-md-0 { + right: auto; + } + + .pull-md-1 { + right: 8.33333%; + } + + .pull-md-2 { + right: 16.66667%; + } + + .pull-md-3 { + right: 25%; + } + + .pull-md-4 { + right: 33.33333%; + } + + .pull-md-5 { + right: 41.66667%; + } + + .pull-md-6 { + right: 50%; + } + + .pull-md-7 { + right: 58.33333%; + } + + .pull-md-8 { + right: 66.66667%; + } + + .pull-md-9 { + right: 75%; + } + + .pull-md-10 { + right: 83.33333%; + } + + .pull-md-11 { + right: 91.66667%; + } + + .pull-md-12 { + right: 100%; + } + + .pull-md-2-4 { + right: 20%; + } + + .pull-md-4-8 { + right: 40%; + } + + .pull-md-7-2 { + right: 60%; + } + + .pull-md-9-6 { + right: 80%; + } + + .push-md-0 { + left: auto; + } + + .push-md-1 { + left: 8.33333%; + } + + .push-md-2 { + left: 16.66667%; + } - .push-md-3 { - left: 25%; - } + .push-md-3 { + left: 25%; + } - .push-md-4 { - left: 33.33333%; - } + .push-md-4 { + left: 33.33333%; + } - .push-md-5 { - left: 41.66667%; - } + .push-md-5 { + left: 41.66667%; + } - .push-md-6 { - left: 50%; - } + .push-md-6 { + left: 50%; + } - .push-md-7 { - left: 58.33333%; - } + .push-md-7 { + left: 58.33333%; + } - .push-md-8 { - left: 66.66667%; - } + .push-md-8 { + left: 66.66667%; + } - .push-md-9 { - left: 75%; - } + .push-md-9 { + left: 75%; + } - .push-md-10 { - left: 83.33333%; - } + .push-md-10 { + left: 83.33333%; + } - .push-md-11 { - left: 91.66667%; - } + .push-md-11 { + left: 91.66667%; + } - .push-md-12 { - left: 100%; - } + .push-md-12 { + left: 100%; + } - .push-md-2-4 { - left: 20%; - } + .push-md-2-4 { + left: 20%; + } - .push-md-4-8 { - left: 40%; - } + .push-md-4-8 { + left: 40%; + } - .push-md-7-2 { - left: 60%; - } + .push-md-7-2 { + left: 60%; + } - .push-md-9-6 { - left: 80%; - } + .push-md-9-6 { + left: 80%; + } - .offset-md-0 { - margin-left: 0%; - } + .offset-md-0 { + margin-left: 0%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-1 { - margin-left: 8.33333%; - } + .offset-md-1 { + margin-left: 8.33333%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-2 { - margin-left: 16.66667%; - } + .offset-md-2 { + margin-left: 16.66667%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-3 { - margin-left: 25%; - } + .offset-md-3 { + margin-left: 25%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-4 { - margin-left: 33.33333%; - } + .offset-md-4 { + margin-left: 33.33333%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-5 { - margin-left: 41.66667%; - } + .offset-md-5 { + margin-left: 41.66667%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-6 { - margin-left: 50%; - } + .offset-md-6 { + margin-left: 50%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-7 { - margin-left: 58.33333%; - } + .offset-md-7 { + margin-left: 58.33333%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-8 { - margin-left: 66.66667%; - } + .offset-md-8 { + margin-left: 66.66667%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-9 { - margin-left: 75%; - } + .offset-md-9 { + margin-left: 75%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-10 { - margin-left: 83.33333%; - } + .offset-md-10 { + margin-left: 83.33333%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } - .offset-md-11 { - margin-left: 91.66667%; - } + .offset-md-11 { + margin-left: 91.66667%; + } - .offset-md-2-4 { - margin-left: 20%; - } + .offset-md-2-4 { + margin-left: 20%; + } - .offset-md-4-8 { - margin-left: 40%; - } + .offset-md-4-8 { + margin-left: 40%; + } - .offset-md-7-2 { - margin-left: 60%; - } + .offset-md-7-2 { + margin-left: 60%; + } - .offset-md-9-6 { - margin-left: 80%; - } + .offset-md-9-6 { + margin-left: 80%; + } } @media (min-width: 992px) { - .col-lg-1 { - float: left; - width: 8.33333%; - } - - .col-lg-2 { - float: left; - width: 16.66667%; - } - - .col-lg-3 { - float: left; - width: 25%; - } - - .col-lg-4 { - float: left; - width: 33.33333%; - } - - .col-lg-5 { - float: left; - width: 41.66667%; - } - - .col-lg-6 { - float: left; - width: 50%; - } - - .col-lg-7 { - float: left; - width: 58.33333%; - } - - .col-lg-8 { - float: left; - width: 66.66667%; - } - - .col-lg-9 { - float: left; - width: 75%; - } - - .col-lg-10 { - float: left; - width: 83.33333%; - } - - .col-lg-11 { - float: left; - width: 91.66667%; - } - - .col-lg-12 { - float: left; - width: 100%; - } - - .col-lg-2-4 { - float: left; - width: 20%; - } - - .col-lg-4-8 { - float: left; - width: 40%; - } - - .col-lg-7-2 { - float: left; - width: 60%; - } - - .col-lg-9-6 { - float: left; - width: 80%; - } - - .pull-lg-0 { - right: auto; - } - - .pull-lg-1 { - right: 8.33333%; - } - - .pull-lg-2 { - right: 16.66667%; - } - - .pull-lg-3 { - right: 25%; - } - - .pull-lg-4 { - right: 33.33333%; - } - - .pull-lg-5 { - right: 41.66667%; - } - - .pull-lg-6 { - right: 50%; - } - - .pull-lg-7 { - right: 58.33333%; - } - - .pull-lg-8 { - right: 66.66667%; - } - - .pull-lg-9 { - right: 75%; - } - - .pull-lg-10 { - right: 83.33333%; - } - - .pull-lg-11 { - right: 91.66667%; - } - - .pull-lg-12 { - right: 100%; - } - - .pull-lg-2-4 { - right: 20%; - } - - .pull-lg-4-8 { - right: 40%; - } - - .pull-lg-7-2 { - right: 60%; - } - - .pull-lg-9-6 { - right: 80%; - } - - .push-lg-0 { - left: auto; - } - - .push-lg-1 { - left: 8.33333%; - } - - .push-lg-2 { - left: 16.66667%; - } + .col-lg-1 { + float: left; + width: 8.33333%; + } + + .col-lg-2 { + float: left; + width: 16.66667%; + } + + .col-lg-3 { + float: left; + width: 25%; + } + + .col-lg-4 { + float: left; + width: 33.33333%; + } + + .col-lg-5 { + float: left; + width: 41.66667%; + } + + .col-lg-6 { + float: left; + width: 50%; + } + + .col-lg-7 { + float: left; + width: 58.33333%; + } + + .col-lg-8 { + float: left; + width: 66.66667%; + } + + .col-lg-9 { + float: left; + width: 75%; + } + + .col-lg-10 { + float: left; + width: 83.33333%; + } + + .col-lg-11 { + float: left; + width: 91.66667%; + } + + .col-lg-12 { + float: left; + width: 100%; + } + + .col-lg-2-4 { + float: left; + width: 20%; + } + + .col-lg-4-8 { + float: left; + width: 40%; + } + + .col-lg-7-2 { + float: left; + width: 60%; + } + + .col-lg-9-6 { + float: left; + width: 80%; + } + + .pull-lg-0 { + right: auto; + } + + .pull-lg-1 { + right: 8.33333%; + } + + .pull-lg-2 { + right: 16.66667%; + } + + .pull-lg-3 { + right: 25%; + } + + .pull-lg-4 { + right: 33.33333%; + } + + .pull-lg-5 { + right: 41.66667%; + } + + .pull-lg-6 { + right: 50%; + } + + .pull-lg-7 { + right: 58.33333%; + } + + .pull-lg-8 { + right: 66.66667%; + } + + .pull-lg-9 { + right: 75%; + } + + .pull-lg-10 { + right: 83.33333%; + } + + .pull-lg-11 { + right: 91.66667%; + } + + .pull-lg-12 { + right: 100%; + } + + .pull-lg-2-4 { + right: 20%; + } + + .pull-lg-4-8 { + right: 40%; + } + + .pull-lg-7-2 { + right: 60%; + } + + .pull-lg-9-6 { + right: 80%; + } + + .push-lg-0 { + left: auto; + } + + .push-lg-1 { + left: 8.33333%; + } + + .push-lg-2 { + left: 16.66667%; + } - .push-lg-3 { - left: 25%; - } + .push-lg-3 { + left: 25%; + } - .push-lg-4 { - left: 33.33333%; - } + .push-lg-4 { + left: 33.33333%; + } - .push-lg-5 { - left: 41.66667%; - } + .push-lg-5 { + left: 41.66667%; + } - .push-lg-6 { - left: 50%; - } + .push-lg-6 { + left: 50%; + } - .push-lg-7 { - left: 58.33333%; - } + .push-lg-7 { + left: 58.33333%; + } - .push-lg-8 { - left: 66.66667%; - } + .push-lg-8 { + left: 66.66667%; + } - .push-lg-9 { - left: 75%; - } + .push-lg-9 { + left: 75%; + } - .push-lg-10 { - left: 83.33333%; - } + .push-lg-10 { + left: 83.33333%; + } - .push-lg-11 { - left: 91.66667%; - } + .push-lg-11 { + left: 91.66667%; + } - .push-lg-12 { - left: 100%; - } + .push-lg-12 { + left: 100%; + } - .push-lg-2-4 { - left: 20%; - } + .push-lg-2-4 { + left: 20%; + } - .push-lg-4-8 { - left: 40%; - } + .push-lg-4-8 { + left: 40%; + } - .push-lg-7-2 { - left: 60%; - } + .push-lg-7-2 { + left: 60%; + } - .push-lg-9-6 { - left: 80%; - } + .push-lg-9-6 { + left: 80%; + } - .offset-lg-0 { - margin-left: 0%; - } + .offset-lg-0 { + margin-left: 0%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-1 { - margin-left: 8.33333%; - } + .offset-lg-1 { + margin-left: 8.33333%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-2 { - margin-left: 16.66667%; - } + .offset-lg-2 { + margin-left: 16.66667%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-3 { - margin-left: 25%; - } + .offset-lg-3 { + margin-left: 25%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-4 { - margin-left: 33.33333%; - } + .offset-lg-4 { + margin-left: 33.33333%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-5 { - margin-left: 41.66667%; - } + .offset-lg-5 { + margin-left: 41.66667%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-6 { - margin-left: 50%; - } + .offset-lg-6 { + margin-left: 50%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-7 { - margin-left: 58.33333%; - } + .offset-lg-7 { + margin-left: 58.33333%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-8 { - margin-left: 66.66667%; - } + .offset-lg-8 { + margin-left: 66.66667%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-9 { - margin-left: 75%; - } + .offset-lg-9 { + margin-left: 75%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-10 { - margin-left: 83.33333%; - } + .offset-lg-10 { + margin-left: 83.33333%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } - .offset-lg-11 { - margin-left: 91.66667%; - } + .offset-lg-11 { + margin-left: 91.66667%; + } - .offset-lg-2-4 { - margin-left: 20%; - } + .offset-lg-2-4 { + margin-left: 20%; + } - .offset-lg-4-8 { - margin-left: 40%; - } + .offset-lg-4-8 { + margin-left: 40%; + } - .offset-lg-7-2 { - margin-left: 60%; - } + .offset-lg-7-2 { + margin-left: 60%; + } - .offset-lg-9-6 { - margin-left: 80%; - } + .offset-lg-9-6 { + margin-left: 80%; + } } @media (min-width: 1200px) { - .col-xl-1 { - float: left; - width: 8.33333%; - } - - .col-xl-2 { - float: left; - width: 16.66667%; - } - - .col-xl-3 { - float: left; - width: 25%; - } - - .col-xl-4 { - float: left; - width: 33.33333%; - } - - .col-xl-5 { - float: left; - width: 41.66667%; - } - - .col-xl-6 { - float: left; - width: 50%; - } - - .col-xl-7 { - float: left; - width: 58.33333%; - } - - .col-xl-8 { - float: left; - width: 66.66667%; - } - - .col-xl-9 { - float: left; - width: 75%; - } - - .col-xl-10 { - float: left; - width: 83.33333%; - } - - .col-xl-11 { - float: left; - width: 91.66667%; - } - - .col-xl-12 { - float: left; - width: 100%; - } - - .col-xl-2-4 { - float: left; - width: 20%; - } - - .col-xl-4-8 { - float: left; - width: 40%; - } - - .col-xl-7-2 { - float: left; - width: 60%; - } - - .col-xl-9-6 { - float: left; - width: 80%; - } - - .pull-xl-0 { - right: auto; - } - - .pull-xl-1 { - right: 8.33333%; - } - - .pull-xl-2 { - right: 16.66667%; - } - - .pull-xl-3 { - right: 25%; - } - - .pull-xl-4 { - right: 33.33333%; - } - - .pull-xl-5 { - right: 41.66667%; - } - - .pull-xl-6 { - right: 50%; - } - - .pull-xl-7 { - right: 58.33333%; - } - - .pull-xl-8 { - right: 66.66667%; - } - - .pull-xl-9 { - right: 75%; - } - - .pull-xl-10 { - right: 83.33333%; - } - - .pull-xl-11 { - right: 91.66667%; - } - - .pull-xl-12 { - right: 100%; - } - - .pull-xl-2-4 { - right: 20%; - } - - .pull-xl-4-8 { - right: 40%; - } - - .pull-xl-7-2 { - right: 60%; - } - - .pull-xl-9-6 { - right: 80%; - } - - .push-xl-0 { - left: auto; - } - - .push-xl-1 { - left: 8.33333%; - } - - .push-xl-2 { - left: 16.66667%; - } + .col-xl-1 { + float: left; + width: 8.33333%; + } + + .col-xl-2 { + float: left; + width: 16.66667%; + } + + .col-xl-3 { + float: left; + width: 25%; + } + + .col-xl-4 { + float: left; + width: 33.33333%; + } + + .col-xl-5 { + float: left; + width: 41.66667%; + } + + .col-xl-6 { + float: left; + width: 50%; + } + + .col-xl-7 { + float: left; + width: 58.33333%; + } + + .col-xl-8 { + float: left; + width: 66.66667%; + } + + .col-xl-9 { + float: left; + width: 75%; + } + + .col-xl-10 { + float: left; + width: 83.33333%; + } + + .col-xl-11 { + float: left; + width: 91.66667%; + } + + .col-xl-12 { + float: left; + width: 100%; + } + + .col-xl-2-4 { + float: left; + width: 20%; + } + + .col-xl-4-8 { + float: left; + width: 40%; + } + + .col-xl-7-2 { + float: left; + width: 60%; + } + + .col-xl-9-6 { + float: left; + width: 80%; + } + + .pull-xl-0 { + right: auto; + } + + .pull-xl-1 { + right: 8.33333%; + } + + .pull-xl-2 { + right: 16.66667%; + } + + .pull-xl-3 { + right: 25%; + } + + .pull-xl-4 { + right: 33.33333%; + } + + .pull-xl-5 { + right: 41.66667%; + } + + .pull-xl-6 { + right: 50%; + } + + .pull-xl-7 { + right: 58.33333%; + } + + .pull-xl-8 { + right: 66.66667%; + } + + .pull-xl-9 { + right: 75%; + } + + .pull-xl-10 { + right: 83.33333%; + } + + .pull-xl-11 { + right: 91.66667%; + } + + .pull-xl-12 { + right: 100%; + } + + .pull-xl-2-4 { + right: 20%; + } + + .pull-xl-4-8 { + right: 40%; + } + + .pull-xl-7-2 { + right: 60%; + } + + .pull-xl-9-6 { + right: 80%; + } + + .push-xl-0 { + left: auto; + } + + .push-xl-1 { + left: 8.33333%; + } + + .push-xl-2 { + left: 16.66667%; + } - .push-xl-3 { - left: 25%; - } + .push-xl-3 { + left: 25%; + } - .push-xl-4 { - left: 33.33333%; - } + .push-xl-4 { + left: 33.33333%; + } - .push-xl-5 { - left: 41.66667%; - } + .push-xl-5 { + left: 41.66667%; + } - .push-xl-6 { - left: 50%; - } + .push-xl-6 { + left: 50%; + } - .push-xl-7 { - left: 58.33333%; - } + .push-xl-7 { + left: 58.33333%; + } - .push-xl-8 { - left: 66.66667%; - } + .push-xl-8 { + left: 66.66667%; + } - .push-xl-9 { - left: 75%; - } + .push-xl-9 { + left: 75%; + } - .push-xl-10 { - left: 83.33333%; - } + .push-xl-10 { + left: 83.33333%; + } - .push-xl-11 { - left: 91.66667%; - } + .push-xl-11 { + left: 91.66667%; + } - .push-xl-12 { - left: 100%; - } + .push-xl-12 { + left: 100%; + } - .push-xl-2-4 { - left: 20%; - } + .push-xl-2-4 { + left: 20%; + } - .push-xl-4-8 { - left: 40%; - } + .push-xl-4-8 { + left: 40%; + } - .push-xl-7-2 { - left: 60%; - } + .push-xl-7-2 { + left: 60%; + } - .push-xl-9-6 { - left: 80%; - } + .push-xl-9-6 { + left: 80%; + } - .offset-xl-0 { - margin-left: 0%; - } + .offset-xl-0 { + margin-left: 0%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-1 { - margin-left: 8.33333%; - } + .offset-xl-1 { + margin-left: 8.33333%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-2 { - margin-left: 16.66667%; - } + .offset-xl-2 { + margin-left: 16.66667%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-3 { - margin-left: 25%; - } + .offset-xl-3 { + margin-left: 25%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-4 { - margin-left: 33.33333%; - } + .offset-xl-4 { + margin-left: 33.33333%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-5 { - margin-left: 41.66667%; - } + .offset-xl-5 { + margin-left: 41.66667%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-6 { - margin-left: 50%; - } + .offset-xl-6 { + margin-left: 50%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-7 { - margin-left: 58.33333%; - } + .offset-xl-7 { + margin-left: 58.33333%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-8 { - margin-left: 66.66667%; - } + .offset-xl-8 { + margin-left: 66.66667%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-9 { - margin-left: 75%; - } + .offset-xl-9 { + margin-left: 75%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-10 { - margin-left: 83.33333%; - } + .offset-xl-10 { + margin-left: 83.33333%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } - .offset-xl-11 { - margin-left: 91.66667%; - } + .offset-xl-11 { + margin-left: 91.66667%; + } - .offset-xl-2-4 { - margin-left: 20%; - } + .offset-xl-2-4 { + margin-left: 20%; + } - .offset-xl-4-8 { - margin-left: 40%; - } + .offset-xl-4-8 { + margin-left: 40%; + } - .offset-xl-7-2 { - margin-left: 60%; - } + .offset-xl-7-2 { + margin-left: 60%; + } - .offset-xl-9-6 { - margin-left: 80%; - } + .offset-xl-9-6 { + margin-left: 80%; + } } /*************************************************** @@ -8453,14 +8440,14 @@ a.text-gray-dark:hover { *************************************/ /*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */ html { - font-family: sans-serif; - line-height: 1.15; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; + font-family: sans-serif; + line-height: 1.15; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; } body { - margin: 0; + margin: 0; } article, @@ -8475,114 +8462,114 @@ menu, nav, section, summary { - display: block; + display: block; } audio, canvas, progress, video { - display: inline-block; + display: inline-block; } audio:not([controls]) { - display: none; - height: 0; + display: none; + height: 0; } progress { - vertical-align: baseline; + vertical-align: baseline; } template, [hidden] { - display: none; + display: none; } a { - background-color: transparent; - -webkit-text-decoration-skip: objects; + background-color: transparent; + -webkit-text-decoration-skip: objects; } a:active, a:hover { - outline-width: 0; + outline-width: 0; } abbr[title] { - border-bottom: none; - text-decoration: underline; - text-decoration: underline dotted; + border-bottom: none; + text-decoration: underline; + text-decoration: underline dotted; } b, strong { - font-weight: inherit; + font-weight: inherit; } b, strong { - font-weight: bolder; + font-weight: bolder; } dfn { - font-style: italic; + font-style: italic; } h1 { - font-size: 2em; - margin: 0.67em 0; + font-size: 2em; + margin: 0.67em 0; } mark { - background-color: #ff0; - color: #000; + background-color: #ff0; + color: #000; } small { - font-size: 80%; + font-size: 80%; } sub, sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; } sub { - bottom: -0.25em; + bottom: -0.25em; } sup { - top: -0.5em; + top: -0.5em; } img { - border-style: none; + border-style: none; } svg:not(:root) { - overflow: hidden; + overflow: hidden; } code, kbd, pre, samp { - font-family: monospace, monospace; - font-size: 1em; + font-family: monospace, monospace; + font-size: 1em; } figure { - margin: 1em 40px; + margin: 1em 40px; } hr { - box-sizing: content-box; - height: 0; - overflow: visible; + box-sizing: content-box; + height: 0; + overflow: visible; } button, @@ -8590,126 +8577,126 @@ input, optgroup, select, textarea { - font: inherit; - margin: 0; + font: inherit; + margin: 0; } optgroup { - font-weight: bold; + font-weight: bold; } button, input { - overflow: visible; + overflow: visible; } button, select { - text-transform: none; + text-transform: none; } button, html [type='button'], [type='reset'], [type='submit'] { - -webkit-appearance: button; + -webkit-appearance: button; } button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; + border-style: none; + padding: 0; } button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring { - outline: 1px dotted ButtonText; + outline: 1px dotted ButtonText; } fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; } legend { - box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal; + box-sizing: border-box; + color: inherit; + display: table; + max-width: 100%; + padding: 0; + white-space: normal; } textarea { - overflow: auto; + overflow: auto; } [type='checkbox'], [type='radio'] { - box-sizing: border-box; - padding: 0; + box-sizing: border-box; + padding: 0; } [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { - height: auto; + height: auto; } [type='search'] { - -webkit-appearance: textfield; - outline-offset: -2px; + -webkit-appearance: textfield; + outline-offset: -2px; } [type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration { - -webkit-appearance: none; + -webkit-appearance: none; } ::-webkit-input-placeholder { - color: inherit; - opacity: 0.54; + color: inherit; + opacity: 0.54; } ::-webkit-file-upload-button { - -webkit-appearance: button; - font: inherit; + -webkit-appearance: button; + font: inherit; } html { - box-sizing: border-box; + box-sizing: border-box; } *, *::before, *::after { - box-sizing: inherit; + box-sizing: inherit; } @-ms-viewport { - width: device-width; + width: device-width; } html { - font-size: 16px; - -ms-overflow-style: scrollbar; - -webkit-tap-highlight-color: transparent; + font-size: 16px; + -ms-overflow-style: scrollbar; + -webkit-tap-highlight-color: transparent; } body { - font-family: 'Poppins', sans-serif; - font-size: 1rem; - line-height: 1.5; - color: #777; - background-color: #f8f8f8; + font-family: 'Poppins', sans-serif; + font-size: 1rem; + line-height: 1.5; + color: #777; + background-color: #f8f8f8; } [tabindex='-1']:focus { - outline: none !important; + outline: none !important; } h1, @@ -8718,101 +8705,101 @@ h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 0.5rem; + margin-top: 0; + margin-bottom: 0.5rem; } p { - margin-top: 0; - margin-bottom: 1rem; + margin-top: 0; + margin-bottom: 1rem; } abbr[title], abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #818a91; + cursor: help; + border-bottom: 1px dotted #818a91; } address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; } ol, ul, dl { - margin-top: 0; - margin-bottom: 1rem; + margin-top: 0; + margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { - margin-bottom: 0; + margin-bottom: 0; } dt { - font-weight: bold; + font-weight: bold; } dd { - margin-bottom: 0.5rem; - margin-left: 0; + margin-bottom: 0.5rem; + margin-left: 0; } blockquote { - margin: 0 0 1rem; + margin: 0 0 1rem; } a { - color: #000; - text-decoration: none; + color: #000; + text-decoration: none; } a:focus, a:hover { - color: #a340ff; - text-decoration: underline; + color: #a340ff; + text-decoration: underline; } a:focus { - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; + color: inherit; + text-decoration: none; } a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { - color: inherit; - text-decoration: none; + color: inherit; + text-decoration: none; } a:not([href]):not([tabindex]):focus { - outline: none; + outline: none; } pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; } figure { - margin: 0 0 1rem; + margin: 0 0 1rem; } img { - vertical-align: middle; + vertical-align: middle; } [role='button'] { - cursor: pointer; + cursor: pointer; } a, @@ -8824,85 +8811,85 @@ label, select, summary, textarea { - touch-action: manipulation; + touch-action: manipulation; } table { - border-collapse: collapse; - background-color: transparent; + border-collapse: collapse; + background-color: transparent; } caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #acaaa6; - text-align: left; - caption-side: bottom; + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #acaaa6; + text-align: left; + caption-side: bottom; } th { - text-align: left; + text-align: left; } label { - display: inline-block; - margin-bottom: 0.5rem; + display: inline-block; + margin-bottom: 0.5rem; } button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; } input, button, select, textarea { - line-height: inherit; + line-height: inherit; } input[type='radio']:disabled, input[type='checkbox']:disabled { - cursor: not-allowed; + cursor: not-allowed; } input[type='date'], input[type='time'], input[type='datetime-local'], input[type='month'] { - -webkit-appearance: listbox; + -webkit-appearance: listbox; } textarea { - resize: vertical; + resize: vertical; } fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; + min-width: 0; + padding: 0; + margin: 0; + border: 0; } legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: 0.5rem; - font-size: 1.5rem; - line-height: inherit; + display: block; + width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: 1.5rem; + line-height: inherit; } input[type='search'] { - -webkit-appearance: none; + -webkit-appearance: none; } output { - display: inline-block; + display: inline-block; } [hidden] { - display: none !important; + display: none !important; } /* @@ -8914,40 +8901,40 @@ output { * Under Apache License v2.0 License */ .bootstrap-touchspin .input-group-btn-vertical { - position: relative; - white-space: nowrap; - width: 1%; - vertical-align: middle; - display: table-cell; + position: relative; + white-space: nowrap; + width: 1%; + vertical-align: middle; + display: table-cell; } -.bootstrap-touchspin .input-group-btn-vertical > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; - padding: 8px 10px; - margin-left: -1px; - position: relative; +.bootstrap-touchspin .input-group-btn-vertical>.btn { + display: block; + float: none; + width: 100%; + max-width: 100%; + padding: 8px 10px; + margin-left: -1px; + position: relative; } .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up { - border-radius: 0; - border-top-right-radius: 4px; + border-radius: 0; + border-top-right-radius: 4px; } .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down { - margin-top: -2px; - border-radius: 0; - border-bottom-right-radius: 4px; + margin-top: -2px; + border-radius: 0; + border-bottom-right-radius: 4px; } .bootstrap-touchspin .input-group-btn-vertical i { - position: absolute; - top: 3px; - left: 5px; - font-size: 9px; - font-weight: 400; + position: absolute; + top: 3px; + left: 5px; + font-size: 9px; + font-weight: 400; } /*************************************************** @@ -8983,41 +8970,41 @@ output { Mixins RTL Themes /***************************************************/ @font-face { - font-family: 'Material Icons'; - font-style: normal; - font-weight: 400; - src: url(../fonts/MaterialIcons-Regular.eot); - /* For IE6-8 */ - src: local('Material Icons'), local('MaterialIcons-Regular'), - url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), - url(../fonts/MaterialIcons-Regular.woff) format('woff'), - url(../fonts/MaterialIcons-Regular.ttf) format('truetype'); + font-family: 'Material Icons'; + font-style: normal; + font-weight: 400; + src: url(../fonts/MaterialIcons-Regular.eot); + /* For IE6-8 */ + src: local('Material Icons'), local('MaterialIcons-Regular'), + url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), + url(../fonts/MaterialIcons-Regular.woff) format('woff'), + url(../fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { - font-family: 'Material Icons'; - font-weight: normal; - font-style: normal; - font-size: 16px; - /* Preferred icon size */ - display: inline-block; - vertical-align: middle; - width: 1em; - height: 1em; - line-height: 1; - text-transform: none; - letter-spacing: normal; - word-wrap: normal; - white-space: nowrap; - direction: ltr; - /* Support for all WebKit browsers. */ - -webkit-font-smoothing: antialiased; - /* Support for Safari and Chrome. */ - text-rendering: optimizeLegibility; - /* Support for Firefox. */ - -moz-osx-font-smoothing: grayscale; - /* Support for IE. */ - font-feature-settings: 'liga'; + font-family: 'Material Icons'; + font-weight: normal; + font-style: normal; + font-size: 16px; + /* Preferred icon size */ + display: inline-block; + vertical-align: middle; + width: 1em; + height: 1em; + line-height: 1; + text-transform: none; + letter-spacing: normal; + word-wrap: normal; + white-space: nowrap; + direction: ltr; + /* Support for all WebKit browsers. */ + -webkit-font-smoothing: antialiased; + /* Support for Safari and Chrome. */ + text-rendering: optimizeLegibility; + /* Support for Firefox. */ + -moz-osx-font-smoothing: grayscale; + /* Support for IE. */ + font-feature-settings: 'liga'; } /*! @@ -9025,182 +9012,180 @@ output { * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ @font-face { - font-family: 'FontAwesome'; - src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') - format('embedded-opentype'), - url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), - url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), - url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), - url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') - format('svg'); - font-weight: normal; - font-style: normal; + font-family: 'FontAwesome'; + src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), + url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), + url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), + url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), + url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; } .fa { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } .fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; } .fa-2x { - font-size: 2em; + font-size: 2em; } .fa-3x { - font-size: 3em; + font-size: 3em; } .fa-4x { - font-size: 4em; + font-size: 4em; } .fa-5x { - font-size: 5em; + font-size: 5em; } .fa-fw { - width: 1.28571429em; - text-align: center; + width: 1.28571429em; + text-align: center; } .fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; } -.fa-ul > li { - position: relative; +.fa-ul>li { + position: relative; } .fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; } .fa-li.fa-lg { - left: -1.85714286em; + left: -1.85714286em; } .fa-border { - padding: 0.2em 0.25em 0.15em; - border: solid 0.08em #eee; - border-radius: 0.1em; + padding: 0.2em 0.25em 0.15em; + border: solid 0.08em #eee; + border-radius: 0.1em; } .fa-pull-left { - float: left; + float: left; } .fa-pull-right { - float: right; + float: right; } .fa.fa-pull-left { - margin-right: 0.3em; + margin-right: 0.3em; } .fa.fa-pull-right { - margin-left: 0.3em; + margin-left: 0.3em; } .pull-right { - float: right; + float: right; } .pull-left { - float: left; + float: left; } .fa.pull-left { - margin-right: 0.3em; + margin-right: 0.3em; } .fa.pull-right { - margin-left: 0.3em; + margin-left: 0.3em; } .fa-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; } .fa-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } } @keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } } .fa-rotate-90 { - -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); } .fa-rotate-180 { - -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); } .fa-rotate-270 { - -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); } .fa-flip-horizontal { - -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - transform: scale(-1, 1); + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); } .fa-flip-vertical { - -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; - -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); } :root .fa-rotate-90, @@ -9208,1773 +9193,1773 @@ output { :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { - filter: none; + filter: none; } .fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; + position: absolute; + left: 0; + width: 100%; + text-align: center; } .fa-stack-1x { - line-height: inherit; + line-height: inherit; } .fa-stack-2x { - font-size: 2em; + font-size: 2em; } .fa-inverse { - color: #fff; + color: #fff; } .fa-glass:before { - content: '\f000'; + content: '\f000'; } .fa-music:before { - content: '\f001'; + content: '\f001'; } .fa-search:before { - content: '\f002'; + content: '\f002'; } .fa-envelope-o:before { - content: '\f003'; + content: '\f003'; } .fa-heart:before { - content: '\f004'; + content: '\f004'; } .fa-star:before { - content: '\f005'; + content: '\f005'; } .fa-star-o:before { - content: '\f006'; + content: '\f006'; } .fa-user:before { - content: '\f007'; + content: '\f007'; } .fa-film:before { - content: '\f008'; + content: '\f008'; } .fa-th-large:before { - content: '\f009'; + content: '\f009'; } .fa-th:before { - content: '\f00a'; + content: '\f00a'; } .fa-th-list:before { - content: '\f00b'; + content: '\f00b'; } .fa-check:before { - content: '\f00c'; + content: '\f00c'; } .fa-remove:before, .fa-close:before, .fa-times:before { - content: '\f00d'; + content: '\f00d'; } .fa-search-plus:before { - content: '\f00e'; + content: '\f00e'; } .fa-search-minus:before { - content: '\f010'; + content: '\f010'; } .fa-power-off:before { - content: '\f011'; + content: '\f011'; } .fa-signal:before { - content: '\f012'; + content: '\f012'; } .fa-gear:before, .fa-cog:before { - content: '\f013'; + content: '\f013'; } .fa-trash-o:before { - content: '\f014'; + content: '\f014'; } .fa-home:before { - content: '\f015'; + content: '\f015'; } .fa-file-o:before { - content: '\f016'; + content: '\f016'; } .fa-clock-o:before { - content: '\f017'; + content: '\f017'; } .fa-road:before { - content: '\f018'; + content: '\f018'; } .fa-download:before { - content: '\f019'; + content: '\f019'; } .fa-arrow-circle-o-down:before { - content: '\f01a'; + content: '\f01a'; } .fa-arrow-circle-o-up:before { - content: '\f01b'; + content: '\f01b'; } .fa-inbox:before { - content: '\f01c'; + content: '\f01c'; } .fa-play-circle-o:before { - content: '\f01d'; + content: '\f01d'; } .fa-rotate-right:before, .fa-repeat:before { - content: '\f01e'; + content: '\f01e'; } .fa-refresh:before { - content: '\f021'; + content: '\f021'; } .fa-list-alt:before { - content: '\f022'; + content: '\f022'; } .fa-lock:before { - content: '\f023'; + content: '\f023'; } .fa-flag:before { - content: '\f024'; + content: '\f024'; } .fa-headphones:before { - content: '\f025'; + content: '\f025'; } .fa-volume-off:before { - content: '\f026'; + content: '\f026'; } .fa-volume-down:before { - content: '\f027'; + content: '\f027'; } .fa-volume-up:before { - content: '\f028'; + content: '\f028'; } .fa-qrcode:before { - content: '\f029'; + content: '\f029'; } .fa-barcode:before { - content: '\f02a'; + content: '\f02a'; } .fa-tag:before { - content: '\f02b'; + content: '\f02b'; } .fa-tags:before { - content: '\f02c'; + content: '\f02c'; } .fa-book:before { - content: '\f02d'; + content: '\f02d'; } .fa-bookmark:before { - content: '\f02e'; + content: '\f02e'; } .fa-print:before { - content: '\f02f'; + content: '\f02f'; } .fa-camera:before { - content: '\f030'; + content: '\f030'; } .fa-font:before { - content: '\f031'; + content: '\f031'; } .fa-bold:before { - content: '\f032'; + content: '\f032'; } .fa-italic:before { - content: '\f033'; + content: '\f033'; } .fa-text-height:before { - content: '\f034'; + content: '\f034'; } .fa-text-width:before { - content: '\f035'; + content: '\f035'; } .fa-align-left:before { - content: '\f036'; + content: '\f036'; } .fa-align-center:before { - content: '\f037'; + content: '\f037'; } .fa-align-right:before { - content: '\f038'; + content: '\f038'; } .fa-align-justify:before { - content: '\f039'; + content: '\f039'; } .fa-list:before { - content: '\f03a'; + content: '\f03a'; } .fa-dedent:before, .fa-outdent:before { - content: '\f03b'; + content: '\f03b'; } .fa-indent:before { - content: '\f03c'; + content: '\f03c'; } .fa-video-camera:before { - content: '\f03d'; + content: '\f03d'; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { - content: '\f03e'; + content: '\f03e'; } .fa-pencil:before { - content: '\f040'; + content: '\f040'; } .fa-map-marker:before { - content: '\f041'; + content: '\f041'; } .fa-adjust:before { - content: '\f042'; + content: '\f042'; } .fa-tint:before { - content: '\f043'; + content: '\f043'; } .fa-edit:before, .fa-pencil-square-o:before { - content: '\f044'; + content: '\f044'; } .fa-share-square-o:before { - content: '\f045'; + content: '\f045'; } .fa-check-square-o:before { - content: '\f046'; + content: '\f046'; } .fa-arrows:before { - content: '\f047'; + content: '\f047'; } .fa-step-backward:before { - content: '\f048'; + content: '\f048'; } .fa-fast-backward:before { - content: '\f049'; + content: '\f049'; } .fa-backward:before { - content: '\f04a'; + content: '\f04a'; } .fa-play:before { - content: '\f04b'; + content: '\f04b'; } .fa-pause:before { - content: '\f04c'; + content: '\f04c'; } .fa-stop:before { - content: '\f04d'; + content: '\f04d'; } .fa-forward:before { - content: '\f04e'; + content: '\f04e'; } .fa-fast-forward:before { - content: '\f050'; + content: '\f050'; } .fa-step-forward:before { - content: '\f051'; + content: '\f051'; } .fa-eject:before { - content: '\f052'; + content: '\f052'; } .fa-chevron-left:before { - content: '\f053'; + content: '\f053'; } .fa-chevron-right:before { - content: '\f054'; + content: '\f054'; } .fa-plus-circle:before { - content: '\f055'; + content: '\f055'; } .fa-minus-circle:before { - content: '\f056'; + content: '\f056'; } .fa-times-circle:before { - content: '\f057'; + content: '\f057'; } .fa-check-circle:before { - content: '\f058'; + content: '\f058'; } .fa-question-circle:before { - content: '\f059'; + content: '\f059'; } .fa-info-circle:before { - content: '\f05a'; + content: '\f05a'; } .fa-crosshairs:before { - content: '\f05b'; + content: '\f05b'; } .fa-times-circle-o:before { - content: '\f05c'; + content: '\f05c'; } .fa-check-circle-o:before { - content: '\f05d'; + content: '\f05d'; } .fa-ban:before { - content: '\f05e'; + content: '\f05e'; } .fa-arrow-left:before { - content: '\f060'; + content: '\f060'; } .fa-arrow-right:before { - content: '\f061'; + content: '\f061'; } .fa-arrow-up:before { - content: '\f062'; + content: '\f062'; } .fa-arrow-down:before { - content: '\f063'; + content: '\f063'; } .fa-mail-forward:before, .fa-share:before { - content: '\f064'; + content: '\f064'; } .fa-expand:before { - content: '\f065'; + content: '\f065'; } .fa-compress:before { - content: '\f066'; + content: '\f066'; } .fa-plus:before { - content: '\f067'; + content: '\f067'; } .fa-minus:before { - content: '\f068'; + content: '\f068'; } .fa-asterisk:before { - content: '\f069'; + content: '\f069'; } .fa-exclamation-circle:before { - content: '\f06a'; + content: '\f06a'; } .fa-gift:before { - content: '\f06b'; + content: '\f06b'; } .fa-leaf:before { - content: '\f06c'; + content: '\f06c'; } .fa-fire:before { - content: '\f06d'; + content: '\f06d'; } .fa-eye:before { - content: '\f06e'; + content: '\f06e'; } .fa-eye-slash:before { - content: '\f070'; + content: '\f070'; } .fa-warning:before, .fa-exclamation-triangle:before { - content: '\f071'; + content: '\f071'; } .fa-plane:before { - content: '\f072'; + content: '\f072'; } .fa-calendar:before { - content: '\f073'; + content: '\f073'; } .fa-random:before { - content: '\f074'; + content: '\f074'; } .fa-comment:before { - content: '\f075'; + content: '\f075'; } .fa-magnet:before { - content: '\f076'; + content: '\f076'; } .fa-chevron-up:before { - content: '\f077'; + content: '\f077'; } .fa-chevron-down:before { - content: '\f078'; + content: '\f078'; } .fa-retweet:before { - content: '\f079'; + content: '\f079'; } .fa-shopping-cart:before { - content: '\f07a'; + content: '\f07a'; } .fa-folder:before { - content: '\f07b'; + content: '\f07b'; } .fa-folder-open:before { - content: '\f07c'; + content: '\f07c'; } .fa-arrows-v:before { - content: '\f07d'; + content: '\f07d'; } .fa-arrows-h:before { - content: '\f07e'; + content: '\f07e'; } .fa-bar-chart-o:before, .fa-bar-chart:before { - content: '\f080'; + content: '\f080'; } .fa-twitter-square:before { - content: '\f081'; + content: '\f081'; } .fa-facebook-square:before { - content: '\f082'; + content: '\f082'; } .fa-camera-retro:before { - content: '\f083'; + content: '\f083'; } .fa-key:before { - content: '\f084'; + content: '\f084'; } .fa-gears:before, .fa-cogs:before { - content: '\f085'; + content: '\f085'; } .fa-comments:before { - content: '\f086'; + content: '\f086'; } .fa-thumbs-o-up:before { - content: '\f087'; + content: '\f087'; } .fa-thumbs-o-down:before { - content: '\f088'; + content: '\f088'; } .fa-star-half:before { - content: '\f089'; + content: '\f089'; } .fa-heart-o:before { - content: '\f08a'; + content: '\f08a'; } .fa-sign-out:before { - content: '\f08b'; + content: '\f08b'; } .fa-linkedin-square:before { - content: '\f08c'; + content: '\f08c'; } .fa-thumb-tack:before { - content: '\f08d'; + content: '\f08d'; } .fa-external-link:before { - content: '\f08e'; + content: '\f08e'; } .fa-sign-in:before { - content: '\f090'; + content: '\f090'; } .fa-trophy:before { - content: '\f091'; + content: '\f091'; } .fa-github-square:before { - content: '\f092'; + content: '\f092'; } .fa-upload:before { - content: '\f093'; + content: '\f093'; } .fa-lemon-o:before { - content: '\f094'; + content: '\f094'; } .fa-phone:before { - content: '\f095'; + content: '\f095'; } .fa-square-o:before { - content: '\f096'; + content: '\f096'; } .fa-bookmark-o:before { - content: '\f097'; + content: '\f097'; } .fa-phone-square:before { - content: '\f098'; + content: '\f098'; } .fa-twitter:before { - content: '\f099'; + content: '\f099'; } .fa-facebook-f:before, .fa-facebook:before { - content: '\f09a'; + content: '\f09a'; } .fa-github:before { - content: '\f09b'; + content: '\f09b'; } .fa-unlock:before { - content: '\f09c'; + content: '\f09c'; } .fa-credit-card:before { - content: '\f09d'; + content: '\f09d'; } .fa-feed:before, .fa-rss:before { - content: '\f09e'; + content: '\f09e'; } .fa-hdd-o:before { - content: '\f0a0'; + content: '\f0a0'; } .fa-bullhorn:before { - content: '\f0a1'; + content: '\f0a1'; } .fa-bell:before { - content: '\f0f3'; + content: '\f0f3'; } .fa-certificate:before { - content: '\f0a3'; + content: '\f0a3'; } .fa-hand-o-right:before { - content: '\f0a4'; + content: '\f0a4'; } .fa-hand-o-left:before { - content: '\f0a5'; + content: '\f0a5'; } .fa-hand-o-up:before { - content: '\f0a6'; + content: '\f0a6'; } .fa-hand-o-down:before { - content: '\f0a7'; + content: '\f0a7'; } .fa-arrow-circle-left:before { - content: '\f0a8'; + content: '\f0a8'; } .fa-arrow-circle-right:before { - content: '\f0a9'; + content: '\f0a9'; } .fa-arrow-circle-up:before { - content: '\f0aa'; + content: '\f0aa'; } .fa-arrow-circle-down:before { - content: '\f0ab'; + content: '\f0ab'; } .fa-globe:before { - content: '\f0ac'; + content: '\f0ac'; } .fa-wrench:before { - content: '\f0ad'; + content: '\f0ad'; } .fa-tasks:before { - content: '\f0ae'; + content: '\f0ae'; } .fa-filter:before { - content: '\f0b0'; + content: '\f0b0'; } .fa-briefcase:before { - content: '\f0b1'; + content: '\f0b1'; } .fa-arrows-alt:before { - content: '\f0b2'; + content: '\f0b2'; } .fa-group:before, .fa-users:before { - content: '\f0c0'; + content: '\f0c0'; } .fa-chain:before, .fa-link:before { - content: '\f0c1'; + content: '\f0c1'; } .fa-cloud:before { - content: '\f0c2'; + content: '\f0c2'; } .fa-flask:before { - content: '\f0c3'; + content: '\f0c3'; } .fa-cut:before, .fa-scissors:before { - content: '\f0c4'; + content: '\f0c4'; } .fa-copy:before, .fa-files-o:before { - content: '\f0c5'; + content: '\f0c5'; } .fa-paperclip:before { - content: '\f0c6'; + content: '\f0c6'; } .fa-save:before, .fa-floppy-o:before { - content: '\f0c7'; + content: '\f0c7'; } .fa-square:before { - content: '\f0c8'; + content: '\f0c8'; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { - content: '\f0c9'; + content: '\f0c9'; } .fa-list-ul:before { - content: '\f0ca'; + content: '\f0ca'; } .fa-list-ol:before { - content: '\f0cb'; + content: '\f0cb'; } .fa-strikethrough:before { - content: '\f0cc'; + content: '\f0cc'; } .fa-underline:before { - content: '\f0cd'; + content: '\f0cd'; } .fa-table:before { - content: '\f0ce'; + content: '\f0ce'; } .fa-magic:before { - content: '\f0d0'; + content: '\f0d0'; } .fa-truck:before { - content: '\f0d1'; + content: '\f0d1'; } .fa-pinterest:before { - content: '\f0d2'; + content: '\f0d2'; } .fa-pinterest-square:before { - content: '\f0d3'; + content: '\f0d3'; } .fa-google-plus-square:before { - content: '\f0d4'; + content: '\f0d4'; } .fa-google-plus:before { - content: '\f0d5'; + content: '\f0d5'; } .fa-money:before { - content: '\f0d6'; + content: '\f0d6'; } .fa-caret-down:before { - content: '\f0d7'; + content: '\f0d7'; } .fa-caret-up:before { - content: '\f0d8'; + content: '\f0d8'; } .fa-caret-left:before { - content: '\f0d9'; + content: '\f0d9'; } .fa-caret-right:before { - content: '\f0da'; + content: '\f0da'; } .fa-columns:before { - content: '\f0db'; + content: '\f0db'; } .fa-unsorted:before, .fa-sort:before { - content: '\f0dc'; + content: '\f0dc'; } .fa-sort-down:before, .fa-sort-desc:before { - content: '\f0dd'; + content: '\f0dd'; } .fa-sort-up:before, .fa-sort-asc:before { - content: '\f0de'; + content: '\f0de'; } .fa-envelope:before { - content: '\f0e0'; + content: '\f0e0'; } .fa-linkedin:before { - content: '\f0e1'; + content: '\f0e1'; } .fa-rotate-left:before, .fa-undo:before { - content: '\f0e2'; + content: '\f0e2'; } .fa-legal:before, .fa-gavel:before { - content: '\f0e3'; + content: '\f0e3'; } .fa-dashboard:before, .fa-tachometer:before { - content: '\f0e4'; + content: '\f0e4'; } .fa-comment-o:before { - content: '\f0e5'; + content: '\f0e5'; } .fa-comments-o:before { - content: '\f0e6'; + content: '\f0e6'; } .fa-flash:before, .fa-bolt:before { - content: '\f0e7'; + content: '\f0e7'; } .fa-sitemap:before { - content: '\f0e8'; + content: '\f0e8'; } .fa-umbrella:before { - content: '\f0e9'; + content: '\f0e9'; } .fa-paste:before, .fa-clipboard:before { - content: '\f0ea'; + content: '\f0ea'; } .fa-lightbulb-o:before { - content: '\f0eb'; + content: '\f0eb'; } .fa-exchange:before { - content: '\f0ec'; + content: '\f0ec'; } .fa-cloud-download:before { - content: '\f0ed'; + content: '\f0ed'; } .fa-cloud-upload:before { - content: '\f0ee'; + content: '\f0ee'; } .fa-user-md:before { - content: '\f0f0'; + content: '\f0f0'; } .fa-stethoscope:before { - content: '\f0f1'; + content: '\f0f1'; } .fa-suitcase:before { - content: '\f0f2'; + content: '\f0f2'; } .fa-bell-o:before { - content: '\f0a2'; + content: '\f0a2'; } .fa-coffee:before { - content: '\f0f4'; + content: '\f0f4'; } .fa-cutlery:before { - content: '\f0f5'; + content: '\f0f5'; } .fa-file-text-o:before { - content: '\f0f6'; + content: '\f0f6'; } .fa-building-o:before { - content: '\f0f7'; + content: '\f0f7'; } .fa-hospital-o:before { - content: '\f0f8'; + content: '\f0f8'; } .fa-ambulance:before { - content: '\f0f9'; + content: '\f0f9'; } .fa-medkit:before { - content: '\f0fa'; + content: '\f0fa'; } .fa-fighter-jet:before { - content: '\f0fb'; + content: '\f0fb'; } .fa-beer:before { - content: '\f0fc'; + content: '\f0fc'; } .fa-h-square:before { - content: '\f0fd'; + content: '\f0fd'; } .fa-plus-square:before { - content: '\f0fe'; + content: '\f0fe'; } .fa-angle-double-left:before { - content: '\f100'; + content: '\f100'; } .fa-angle-double-right:before { - content: '\f101'; + content: '\f101'; } .fa-angle-double-up:before { - content: '\f102'; + content: '\f102'; } .fa-angle-double-down:before { - content: '\f103'; + content: '\f103'; } .fa-angle-left:before { - content: '\f104'; + content: '\f104'; } .fa-angle-right:before { - content: '\f105'; + content: '\f105'; } .fa-angle-up:before { - content: '\f106'; + content: '\f106'; } .fa-angle-down:before { - content: '\f107'; + content: '\f107'; } .fa-desktop:before { - content: '\f108'; + content: '\f108'; } .fa-laptop:before { - content: '\f109'; + content: '\f109'; } .fa-tablet:before { - content: '\f10a'; + content: '\f10a'; } .fa-mobile-phone:before, .fa-mobile:before { - content: '\f10b'; + content: '\f10b'; } .fa-circle-o:before { - content: '\f10c'; + content: '\f10c'; } .fa-quote-left:before { - content: '\f10d'; + content: '\f10d'; } .fa-quote-right:before { - content: '\f10e'; + content: '\f10e'; } .fa-spinner:before { - content: '\f110'; + content: '\f110'; } .fa-circle:before { - content: '\f111'; + content: '\f111'; } .fa-mail-reply:before, .fa-reply:before { - content: '\f112'; + content: '\f112'; } .fa-github-alt:before { - content: '\f113'; + content: '\f113'; } .fa-folder-o:before { - content: '\f114'; + content: '\f114'; } .fa-folder-open-o:before { - content: '\f115'; + content: '\f115'; } .fa-smile-o:before { - content: '\f118'; + content: '\f118'; } .fa-frown-o:before { - content: '\f119'; + content: '\f119'; } .fa-meh-o:before { - content: '\f11a'; + content: '\f11a'; } .fa-gamepad:before { - content: '\f11b'; + content: '\f11b'; } .fa-keyboard-o:before { - content: '\f11c'; + content: '\f11c'; } .fa-flag-o:before { - content: '\f11d'; + content: '\f11d'; } .fa-flag-checkered:before { - content: '\f11e'; + content: '\f11e'; } .fa-terminal:before { - content: '\f120'; + content: '\f120'; } .fa-code:before { - content: '\f121'; + content: '\f121'; } .fa-mail-reply-all:before, .fa-reply-all:before { - content: '\f122'; + content: '\f122'; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { - content: '\f123'; + content: '\f123'; } .fa-location-arrow:before { - content: '\f124'; + content: '\f124'; } .fa-crop:before { - content: '\f125'; + content: '\f125'; } .fa-code-fork:before { - content: '\f126'; + content: '\f126'; } .fa-unlink:before, .fa-chain-broken:before { - content: '\f127'; + content: '\f127'; } .fa-question:before { - content: '\f128'; + content: '\f128'; } .fa-info:before { - content: '\f129'; + content: '\f129'; } .fa-exclamation:before { - content: '\f12a'; + content: '\f12a'; } .fa-superscript:before { - content: '\f12b'; + content: '\f12b'; } .fa-subscript:before { - content: '\f12c'; + content: '\f12c'; } .fa-eraser:before { - content: '\f12d'; + content: '\f12d'; } .fa-puzzle-piece:before { - content: '\f12e'; + content: '\f12e'; } .fa-microphone:before { - content: '\f130'; + content: '\f130'; } .fa-microphone-slash:before { - content: '\f131'; + content: '\f131'; } .fa-shield:before { - content: '\f132'; + content: '\f132'; } .fa-calendar-o:before { - content: '\f133'; + content: '\f133'; } .fa-fire-extinguisher:before { - content: '\f134'; + content: '\f134'; } .fa-rocket:before { - content: '\f135'; + content: '\f135'; } .fa-maxcdn:before { - content: '\f136'; + content: '\f136'; } .fa-chevron-circle-left:before { - content: '\f137'; + content: '\f137'; } .fa-chevron-circle-right:before { - content: '\f138'; + content: '\f138'; } .fa-chevron-circle-up:before { - content: '\f139'; + content: '\f139'; } .fa-chevron-circle-down:before { - content: '\f13a'; + content: '\f13a'; } .fa-html5:before { - content: '\f13b'; + content: '\f13b'; } .fa-css3:before { - content: '\f13c'; + content: '\f13c'; } .fa-anchor:before { - content: '\f13d'; + content: '\f13d'; } .fa-unlock-alt:before { - content: '\f13e'; + content: '\f13e'; } .fa-bullseye:before { - content: '\f140'; + content: '\f140'; } .fa-ellipsis-h:before { - content: '\f141'; + content: '\f141'; } .fa-ellipsis-v:before { - content: '\f142'; + content: '\f142'; } .fa-rss-square:before { - content: '\f143'; + content: '\f143'; } .fa-play-circle:before { - content: '\f144'; + content: '\f144'; } .fa-ticket:before { - content: '\f145'; + content: '\f145'; } .fa-minus-square:before { - content: '\f146'; + content: '\f146'; } .fa-minus-square-o:before { - content: '\f147'; + content: '\f147'; } .fa-level-up:before { - content: '\f148'; + content: '\f148'; } .fa-level-down:before { - content: '\f149'; + content: '\f149'; } .fa-check-square:before { - content: '\f14a'; + content: '\f14a'; } .fa-pencil-square:before { - content: '\f14b'; + content: '\f14b'; } .fa-external-link-square:before { - content: '\f14c'; + content: '\f14c'; } .fa-share-square:before { - content: '\f14d'; + content: '\f14d'; } .fa-compass:before { - content: '\f14e'; + content: '\f14e'; } .fa-toggle-down:before, .fa-caret-square-o-down:before { - content: '\f150'; + content: '\f150'; } .fa-toggle-up:before, .fa-caret-square-o-up:before { - content: '\f151'; + content: '\f151'; } .fa-toggle-right:before, .fa-caret-square-o-right:before { - content: '\f152'; + content: '\f152'; } .fa-euro:before, .fa-eur:before { - content: '\f153'; + content: '\f153'; } .fa-gbp:before { - content: '\f154'; + content: '\f154'; } .fa-dollar:before, .fa-usd:before { - content: '\f155'; + content: '\f155'; } .fa-rupee:before, .fa-inr:before { - content: '\f156'; + content: '\f156'; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { - content: '\f157'; + content: '\f157'; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { - content: '\f158'; + content: '\f158'; } .fa-won:before, .fa-krw:before { - content: '\f159'; + content: '\f159'; } .fa-bitcoin:before, .fa-btc:before { - content: '\f15a'; + content: '\f15a'; } .fa-file:before { - content: '\f15b'; + content: '\f15b'; } .fa-file-text:before { - content: '\f15c'; + content: '\f15c'; } .fa-sort-alpha-asc:before { - content: '\f15d'; + content: '\f15d'; } .fa-sort-alpha-desc:before { - content: '\f15e'; + content: '\f15e'; } .fa-sort-amount-asc:before { - content: '\f160'; + content: '\f160'; } .fa-sort-amount-desc:before { - content: '\f161'; + content: '\f161'; } .fa-sort-numeric-asc:before { - content: '\f162'; + content: '\f162'; } .fa-sort-numeric-desc:before { - content: '\f163'; + content: '\f163'; } .fa-thumbs-up:before { - content: '\f164'; + content: '\f164'; } .fa-thumbs-down:before { - content: '\f165'; + content: '\f165'; } .fa-youtube-square:before { - content: '\f166'; + content: '\f166'; } .fa-youtube:before { - content: '\f167'; + content: '\f167'; } .fa-xing:before { - content: '\f168'; + content: '\f168'; } .fa-xing-square:before { - content: '\f169'; + content: '\f169'; } .fa-youtube-play:before { - content: '\f16a'; + content: '\f16a'; } .fa-dropbox:before { - content: '\f16b'; + content: '\f16b'; } .fa-stack-overflow:before { - content: '\f16c'; + content: '\f16c'; } .fa-instagram:before { - content: '\f16d'; + content: '\f16d'; } .fa-flickr:before { - content: '\f16e'; + content: '\f16e'; } .fa-adn:before { - content: '\f170'; + content: '\f170'; } .fa-bitbucket:before { - content: '\f171'; + content: '\f171'; } .fa-bitbucket-square:before { - content: '\f172'; + content: '\f172'; } .fa-tumblr:before { - content: '\f173'; + content: '\f173'; } .fa-tumblr-square:before { - content: '\f174'; + content: '\f174'; } .fa-long-arrow-down:before { - content: '\f175'; + content: '\f175'; } .fa-long-arrow-up:before { - content: '\f176'; + content: '\f176'; } .fa-long-arrow-left:before { - content: '\f177'; + content: '\f177'; } .fa-long-arrow-right:before { - content: '\f178'; + content: '\f178'; } .fa-apple:before { - content: '\f179'; + content: '\f179'; } .fa-windows:before { - content: '\f17a'; + content: '\f17a'; } .fa-android:before { - content: '\f17b'; + content: '\f17b'; } .fa-linux:before { - content: '\f17c'; + content: '\f17c'; } .fa-dribbble:before { - content: '\f17d'; + content: '\f17d'; } .fa-skype:before { - content: '\f17e'; + content: '\f17e'; } .fa-foursquare:before { - content: '\f180'; + content: '\f180'; } .fa-trello:before { - content: '\f181'; + content: '\f181'; } .fa-female:before { - content: '\f182'; + content: '\f182'; } .fa-male:before { - content: '\f183'; + content: '\f183'; } .fa-gittip:before, .fa-gratipay:before { - content: '\f184'; + content: '\f184'; } .fa-sun-o:before { - content: '\f185'; + content: '\f185'; } .fa-moon-o:before { - content: '\f186'; + content: '\f186'; } .fa-archive:before { - content: '\f187'; + content: '\f187'; } .fa-bug:before { - content: '\f188'; + content: '\f188'; } .fa-vk:before { - content: '\f189'; + content: '\f189'; } .fa-weibo:before { - content: '\f18a'; + content: '\f18a'; } .fa-renren:before { - content: '\f18b'; + content: '\f18b'; } .fa-pagelines:before { - content: '\f18c'; + content: '\f18c'; } .fa-stack-exchange:before { - content: '\f18d'; + content: '\f18d'; } .fa-arrow-circle-o-right:before { - content: '\f18e'; + content: '\f18e'; } .fa-arrow-circle-o-left:before { - content: '\f190'; + content: '\f190'; } .fa-toggle-left:before, .fa-caret-square-o-left:before { - content: '\f191'; + content: '\f191'; } .fa-dot-circle-o:before { - content: '\f192'; + content: '\f192'; } .fa-wheelchair:before { - content: '\f193'; + content: '\f193'; } .fa-vimeo-square:before { - content: '\f194'; + content: '\f194'; } .fa-turkish-lira:before, .fa-try:before { - content: '\f195'; + content: '\f195'; } .fa-plus-square-o:before { - content: '\f196'; + content: '\f196'; } .fa-space-shuttle:before { - content: '\f197'; + content: '\f197'; } .fa-slack:before { - content: '\f198'; + content: '\f198'; } .fa-envelope-square:before { - content: '\f199'; + content: '\f199'; } .fa-wordpress:before { - content: '\f19a'; + content: '\f19a'; } .fa-openid:before { - content: '\f19b'; + content: '\f19b'; } .fa-institution:before, .fa-bank:before, .fa-university:before { - content: '\f19c'; + content: '\f19c'; } .fa-mortar-board:before, .fa-graduation-cap:before { - content: '\f19d'; + content: '\f19d'; } .fa-yahoo:before { - content: '\f19e'; + content: '\f19e'; } .fa-google:before { - content: '\f1a0'; + content: '\f1a0'; } .fa-reddit:before { - content: '\f1a1'; + content: '\f1a1'; } .fa-reddit-square:before { - content: '\f1a2'; + content: '\f1a2'; } .fa-stumbleupon-circle:before { - content: '\f1a3'; + content: '\f1a3'; } .fa-stumbleupon:before { - content: '\f1a4'; + content: '\f1a4'; } .fa-delicious:before { - content: '\f1a5'; + content: '\f1a5'; } .fa-digg:before { - content: '\f1a6'; + content: '\f1a6'; } .fa-pied-piper-pp:before { - content: '\f1a7'; + content: '\f1a7'; } .fa-pied-piper-alt:before { - content: '\f1a8'; + content: '\f1a8'; } .fa-drupal:before { - content: '\f1a9'; + content: '\f1a9'; } .fa-joomla:before { - content: '\f1aa'; + content: '\f1aa'; } .fa-language:before { - content: '\f1ab'; + content: '\f1ab'; } .fa-fax:before { - content: '\f1ac'; + content: '\f1ac'; } .fa-building:before { - content: '\f1ad'; + content: '\f1ad'; } .fa-child:before { - content: '\f1ae'; + content: '\f1ae'; } .fa-paw:before { - content: '\f1b0'; + content: '\f1b0'; } .fa-spoon:before { - content: '\f1b1'; + content: '\f1b1'; } .fa-cube:before { - content: '\f1b2'; + content: '\f1b2'; } .fa-cubes:before { - content: '\f1b3'; + content: '\f1b3'; } .fa-behance:before { - content: '\f1b4'; + content: '\f1b4'; } .fa-behance-square:before { - content: '\f1b5'; + content: '\f1b5'; } .fa-steam:before { - content: '\f1b6'; + content: '\f1b6'; } .fa-steam-square:before { - content: '\f1b7'; + content: '\f1b7'; } .fa-recycle:before { - content: '\f1b8'; + content: '\f1b8'; } .fa-automobile:before, .fa-car:before { - content: '\f1b9'; + content: '\f1b9'; } .fa-cab:before, .fa-taxi:before { - content: '\f1ba'; + content: '\f1ba'; } .fa-tree:before { - content: '\f1bb'; + content: '\f1bb'; } .fa-spotify:before { - content: '\f1bc'; + content: '\f1bc'; } .fa-deviantart:before { - content: '\f1bd'; + content: '\f1bd'; } .fa-soundcloud:before { - content: '\f1be'; + content: '\f1be'; } .fa-database:before { - content: '\f1c0'; + content: '\f1c0'; } .fa-file-pdf-o:before { - content: '\f1c1'; + content: '\f1c1'; } .fa-file-word-o:before { - content: '\f1c2'; + content: '\f1c2'; } .fa-file-excel-o:before { - content: '\f1c3'; + content: '\f1c3'; } .fa-file-powerpoint-o:before { - content: '\f1c4'; + content: '\f1c4'; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { - content: '\f1c5'; + content: '\f1c5'; } .fa-file-zip-o:before, .fa-file-archive-o:before { - content: '\f1c6'; + content: '\f1c6'; } .fa-file-sound-o:before, .fa-file-audio-o:before { - content: '\f1c7'; + content: '\f1c7'; } .fa-file-movie-o:before, .fa-file-video-o:before { - content: '\f1c8'; + content: '\f1c8'; } .fa-file-code-o:before { - content: '\f1c9'; + content: '\f1c9'; } .fa-vine:before { - content: '\f1ca'; + content: '\f1ca'; } .fa-codepen:before { - content: '\f1cb'; + content: '\f1cb'; } .fa-jsfiddle:before { - content: '\f1cc'; + content: '\f1cc'; } .fa-life-bouy:before, @@ -10982,1773 +10967,1774 @@ output { .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { - content: '\f1cd'; + content: '\f1cd'; } .fa-circle-o-notch:before { - content: '\f1ce'; + content: '\f1ce'; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { - content: '\f1d0'; + content: '\f1d0'; } .fa-ge:before, .fa-empire:before { - content: '\f1d1'; + content: '\f1d1'; } .fa-git-square:before { - content: '\f1d2'; + content: '\f1d2'; } .fa-git:before { - content: '\f1d3'; + content: '\f1d3'; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { - content: '\f1d4'; + content: '\f1d4'; } .fa-tencent-weibo:before { - content: '\f1d5'; + content: '\f1d5'; } .fa-qq:before { - content: '\f1d6'; + content: '\f1d6'; } .fa-wechat:before, .fa-weixin:before { - content: '\f1d7'; + content: '\f1d7'; } .fa-send:before, .fa-paper-plane:before { - content: '\f1d8'; + content: '\f1d8'; } .fa-send-o:before, .fa-paper-plane-o:before { - content: '\f1d9'; + content: '\f1d9'; } .fa-history:before { - content: '\f1da'; + content: '\f1da'; } .fa-circle-thin:before { - content: '\f1db'; + content: '\f1db'; } .fa-header:before { - content: '\f1dc'; + content: '\f1dc'; } .fa-paragraph:before { - content: '\f1dd'; + content: '\f1dd'; } .fa-sliders:before { - content: '\f1de'; + content: '\f1de'; } .fa-share-alt:before { - content: '\f1e0'; + content: '\f1e0'; } .fa-share-alt-square:before { - content: '\f1e1'; + content: '\f1e1'; } .fa-bomb:before { - content: '\f1e2'; + content: '\f1e2'; } .fa-soccer-ball-o:before, .fa-futbol-o:before { - content: '\f1e3'; + content: '\f1e3'; } .fa-tty:before { - content: '\f1e4'; + content: '\f1e4'; } .fa-binoculars:before { - content: '\f1e5'; + content: '\f1e5'; } .fa-plug:before { - content: '\f1e6'; + content: '\f1e6'; } .fa-slideshare:before { - content: '\f1e7'; + content: '\f1e7'; } .fa-twitch:before { - content: '\f1e8'; + content: '\f1e8'; } .fa-yelp:before { - content: '\f1e9'; + content: '\f1e9'; } .fa-newspaper-o:before { - content: '\f1ea'; + content: '\f1ea'; } .fa-wifi:before { - content: '\f1eb'; + content: '\f1eb'; } .fa-calculator:before { - content: '\f1ec'; + content: '\f1ec'; } .fa-paypal:before { - content: '\f1ed'; + content: '\f1ed'; } .fa-google-wallet:before { - content: '\f1ee'; + content: '\f1ee'; } .fa-cc-visa:before { - content: '\f1f0'; + content: '\f1f0'; } .fa-cc-mastercard:before { - content: '\f1f1'; + content: '\f1f1'; } .fa-cc-discover:before { - content: '\f1f2'; + content: '\f1f2'; } .fa-cc-amex:before { - content: '\f1f3'; + content: '\f1f3'; } .fa-cc-paypal:before { - content: '\f1f4'; + content: '\f1f4'; } .fa-cc-stripe:before { - content: '\f1f5'; + content: '\f1f5'; } .fa-bell-slash:before { - content: '\f1f6'; + content: '\f1f6'; } .fa-bell-slash-o:before { - content: '\f1f7'; + content: '\f1f7'; } .fa-trash:before { - content: '\f1f8'; + content: '\f1f8'; } .fa-copyright:before { - content: '\f1f9'; + content: '\f1f9'; } .fa-at:before { - content: '\f1fa'; + content: '\f1fa'; } .fa-eyedropper:before { - content: '\f1fb'; + content: '\f1fb'; } .fa-paint-brush:before { - content: '\f1fc'; + content: '\f1fc'; } .fa-birthday-cake:before { - content: '\f1fd'; + content: '\f1fd'; } .fa-area-chart:before { - content: '\f1fe'; + content: '\f1fe'; } .fa-pie-chart:before { - content: '\f200'; + content: '\f200'; } .fa-line-chart:before { - content: '\f201'; + content: '\f201'; } .fa-lastfm:before { - content: '\f202'; + content: '\f202'; } .fa-lastfm-square:before { - content: '\f203'; + content: '\f203'; } .fa-toggle-off:before { - content: '\f204'; + content: '\f204'; } .fa-toggle-on:before { - content: '\f205'; + content: '\f205'; } .fa-bicycle:before { - content: '\f206'; + content: '\f206'; } .fa-bus:before { - content: '\f207'; + content: '\f207'; } .fa-ioxhost:before { - content: '\f208'; + content: '\f208'; } .fa-angellist:before { - content: '\f209'; + content: '\f209'; } .fa-cc:before { - content: '\f20a'; + content: '\f20a'; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { - content: '\f20b'; + content: '\f20b'; } .fa-meanpath:before { - content: '\f20c'; + content: '\f20c'; } .fa-buysellads:before { - content: '\f20d'; + content: '\f20d'; } .fa-connectdevelop:before { - content: '\f20e'; + content: '\f20e'; } .fa-dashcube:before { - content: '\f210'; + content: '\f210'; } .fa-forumbee:before { - content: '\f211'; + content: '\f211'; } .fa-leanpub:before { - content: '\f212'; + content: '\f212'; } .fa-sellsy:before { - content: '\f213'; + content: '\f213'; } .fa-shirtsinbulk:before { - content: '\f214'; + content: '\f214'; } .fa-simplybuilt:before { - content: '\f215'; + content: '\f215'; } .fa-skyatlas:before { - content: '\f216'; + content: '\f216'; } .fa-cart-plus:before { - content: '\f217'; + content: '\f217'; } .fa-cart-arrow-down:before { - content: '\f218'; + content: '\f218'; } .fa-diamond:before { - content: '\f219'; + content: '\f219'; } .fa-ship:before { - content: '\f21a'; + content: '\f21a'; } .fa-user-secret:before { - content: '\f21b'; + content: '\f21b'; } .fa-motorcycle:before { - content: '\f21c'; + content: '\f21c'; } .fa-street-view:before { - content: '\f21d'; + content: '\f21d'; } .fa-heartbeat:before { - content: '\f21e'; + content: '\f21e'; } .fa-venus:before { - content: '\f221'; + content: '\f221'; } .fa-mars:before { - content: '\f222'; + content: '\f222'; } .fa-mercury:before { - content: '\f223'; + content: '\f223'; } .fa-intersex:before, .fa-transgender:before { - content: '\f224'; + content: '\f224'; } .fa-transgender-alt:before { - content: '\f225'; + content: '\f225'; } .fa-venus-double:before { - content: '\f226'; + content: '\f226'; } .fa-mars-double:before { - content: '\f227'; + content: '\f227'; } .fa-venus-mars:before { - content: '\f228'; + content: '\f228'; } .fa-mars-stroke:before { - content: '\f229'; + content: '\f229'; } .fa-mars-stroke-v:before { - content: '\f22a'; + content: '\f22a'; } .fa-mars-stroke-h:before { - content: '\f22b'; + content: '\f22b'; } .fa-neuter:before { - content: '\f22c'; + content: '\f22c'; } .fa-genderless:before { - content: '\f22d'; + content: '\f22d'; } .fa-facebook-official:before { - content: '\f230'; + content: '\f230'; } .fa-pinterest-p:before { - content: '\f231'; + content: '\f231'; } .fa-whatsapp:before { - content: '\f232'; + content: '\f232'; } .fa-server:before { - content: '\f233'; + content: '\f233'; } .fa-user-plus:before { - content: '\f234'; + content: '\f234'; } .fa-user-times:before { - content: '\f235'; + content: '\f235'; } .fa-hotel:before, .fa-bed:before { - content: '\f236'; + content: '\f236'; } .fa-viacoin:before { - content: '\f237'; + content: '\f237'; } .fa-train:before { - content: '\f238'; + content: '\f238'; } .fa-subway:before { - content: '\f239'; + content: '\f239'; } .fa-medium:before { - content: '\f23a'; + content: '\f23a'; } .fa-yc:before, .fa-y-combinator:before { - content: '\f23b'; + content: '\f23b'; } .fa-optin-monster:before { - content: '\f23c'; + content: '\f23c'; } .fa-opencart:before { - content: '\f23d'; + content: '\f23d'; } .fa-expeditedssl:before { - content: '\f23e'; + content: '\f23e'; } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { - content: '\f240'; + content: '\f240'; } .fa-battery-3:before, .fa-battery-three-quarters:before { - content: '\f241'; + content: '\f241'; } .fa-battery-2:before, .fa-battery-half:before { - content: '\f242'; + content: '\f242'; } .fa-battery-1:before, .fa-battery-quarter:before { - content: '\f243'; + content: '\f243'; } .fa-battery-0:before, .fa-battery-empty:before { - content: '\f244'; + content: '\f244'; } .fa-mouse-pointer:before { - content: '\f245'; + content: '\f245'; } .fa-i-cursor:before { - content: '\f246'; + content: '\f246'; } .fa-object-group:before { - content: '\f247'; + content: '\f247'; } .fa-object-ungroup:before { - content: '\f248'; + content: '\f248'; } .fa-sticky-note:before { - content: '\f249'; + content: '\f249'; } .fa-sticky-note-o:before { - content: '\f24a'; + content: '\f24a'; } .fa-cc-jcb:before { - content: '\f24b'; + content: '\f24b'; } .fa-cc-diners-club:before { - content: '\f24c'; + content: '\f24c'; } .fa-clone:before { - content: '\f24d'; + content: '\f24d'; } .fa-balance-scale:before { - content: '\f24e'; + content: '\f24e'; } .fa-hourglass-o:before { - content: '\f250'; + content: '\f250'; } .fa-hourglass-1:before, .fa-hourglass-start:before { - content: '\f251'; + content: '\f251'; } .fa-hourglass-2:before, .fa-hourglass-half:before { - content: '\f252'; + content: '\f252'; } .fa-hourglass-3:before, .fa-hourglass-end:before { - content: '\f253'; + content: '\f253'; } .fa-hourglass:before { - content: '\f254'; + content: '\f254'; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { - content: '\f255'; + content: '\f255'; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { - content: '\f256'; + content: '\f256'; } .fa-hand-scissors-o:before { - content: '\f257'; + content: '\f257'; } .fa-hand-lizard-o:before { - content: '\f258'; + content: '\f258'; } .fa-hand-spock-o:before { - content: '\f259'; + content: '\f259'; } .fa-hand-pointer-o:before { - content: '\f25a'; + content: '\f25a'; } .fa-hand-peace-o:before { - content: '\f25b'; + content: '\f25b'; } .fa-trademark:before { - content: '\f25c'; + content: '\f25c'; } .fa-registered:before { - content: '\f25d'; + content: '\f25d'; } .fa-creative-commons:before { - content: '\f25e'; + content: '\f25e'; } .fa-gg:before { - content: '\f260'; + content: '\f260'; } .fa-gg-circle:before { - content: '\f261'; + content: '\f261'; } .fa-tripadvisor:before { - content: '\f262'; + content: '\f262'; } .fa-odnoklassniki:before { - content: '\f263'; + content: '\f263'; } .fa-odnoklassniki-square:before { - content: '\f264'; + content: '\f264'; } .fa-get-pocket:before { - content: '\f265'; + content: '\f265'; } .fa-wikipedia-w:before { - content: '\f266'; + content: '\f266'; } .fa-safari:before { - content: '\f267'; + content: '\f267'; } .fa-chrome:before { - content: '\f268'; + content: '\f268'; } .fa-firefox:before { - content: '\f269'; + content: '\f269'; } .fa-opera:before { - content: '\f26a'; + content: '\f26a'; } .fa-internet-explorer:before { - content: '\f26b'; + content: '\f26b'; } .fa-tv:before, .fa-television:before { - content: '\f26c'; + content: '\f26c'; } .fa-contao:before { - content: '\f26d'; + content: '\f26d'; } .fa-500px:before { - content: '\f26e'; + content: '\f26e'; } .fa-amazon:before { - content: '\f270'; + content: '\f270'; } .fa-calendar-plus-o:before { - content: '\f271'; + content: '\f271'; } .fa-calendar-minus-o:before { - content: '\f272'; + content: '\f272'; } .fa-calendar-times-o:before { - content: '\f273'; + content: '\f273'; } .fa-calendar-check-o:before { - content: '\f274'; + content: '\f274'; } .fa-industry:before { - content: '\f275'; + content: '\f275'; } .fa-map-pin:before { - content: '\f276'; + content: '\f276'; } .fa-map-signs:before { - content: '\f277'; + content: '\f277'; } .fa-map-o:before { - content: '\f278'; + content: '\f278'; } .fa-map:before { - content: '\f279'; + content: '\f279'; } .fa-commenting:before { - content: '\f27a'; + content: '\f27a'; } .fa-commenting-o:before { - content: '\f27b'; + content: '\f27b'; } .fa-houzz:before { - content: '\f27c'; + content: '\f27c'; } .fa-vimeo:before { - content: '\f27d'; + content: '\f27d'; } .fa-black-tie:before { - content: '\f27e'; + content: '\f27e'; } .fa-fonticons:before { - content: '\f280'; + content: '\f280'; } .fa-reddit-alien:before { - content: '\f281'; + content: '\f281'; } .fa-edge:before { - content: '\f282'; + content: '\f282'; } .fa-credit-card-alt:before { - content: '\f283'; + content: '\f283'; } .fa-codiepie:before { - content: '\f284'; + content: '\f284'; } .fa-modx:before { - content: '\f285'; + content: '\f285'; } .fa-fort-awesome:before { - content: '\f286'; + content: '\f286'; } .fa-usb:before { - content: '\f287'; + content: '\f287'; } .fa-product-hunt:before { - content: '\f288'; + content: '\f288'; } .fa-mixcloud:before { - content: '\f289'; + content: '\f289'; } .fa-scribd:before { - content: '\f28a'; + content: '\f28a'; } .fa-pause-circle:before { - content: '\f28b'; + content: '\f28b'; } .fa-pause-circle-o:before { - content: '\f28c'; + content: '\f28c'; } .fa-stop-circle:before { - content: '\f28d'; + content: '\f28d'; } .fa-stop-circle-o:before { - content: '\f28e'; + content: '\f28e'; } .fa-shopping-bag:before { - content: '\f290'; + content: '\f290'; } .fa-shopping-basket:before { - content: '\f291'; + content: '\f291'; } .fa-hashtag:before { - content: '\f292'; + content: '\f292'; } .fa-bluetooth:before { - content: '\f293'; + content: '\f293'; } .fa-bluetooth-b:before { - content: '\f294'; + content: '\f294'; } .fa-percent:before { - content: '\f295'; + content: '\f295'; } .fa-gitlab:before { - content: '\f296'; + content: '\f296'; } .fa-wpbeginner:before { - content: '\f297'; + content: '\f297'; } .fa-wpforms:before { - content: '\f298'; + content: '\f298'; } .fa-envira:before { - content: '\f299'; + content: '\f299'; } .fa-universal-access:before { - content: '\f29a'; + content: '\f29a'; } .fa-wheelchair-alt:before { - content: '\f29b'; + content: '\f29b'; } .fa-question-circle-o:before { - content: '\f29c'; + content: '\f29c'; } .fa-blind:before { - content: '\f29d'; + content: '\f29d'; } .fa-audio-description:before { - content: '\f29e'; + content: '\f29e'; } .fa-volume-control-phone:before { - content: '\f2a0'; + content: '\f2a0'; } .fa-braille:before { - content: '\f2a1'; + content: '\f2a1'; } .fa-assistive-listening-systems:before { - content: '\f2a2'; + content: '\f2a2'; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { - content: '\f2a3'; + content: '\f2a3'; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { - content: '\f2a4'; + content: '\f2a4'; } .fa-glide:before { - content: '\f2a5'; + content: '\f2a5'; } .fa-glide-g:before { - content: '\f2a6'; + content: '\f2a6'; } .fa-signing:before, .fa-sign-language:before { - content: '\f2a7'; + content: '\f2a7'; } .fa-low-vision:before { - content: '\f2a8'; + content: '\f2a8'; } .fa-viadeo:before { - content: '\f2a9'; + content: '\f2a9'; } .fa-viadeo-square:before { - content: '\f2aa'; + content: '\f2aa'; } .fa-snapchat:before { - content: '\f2ab'; + content: '\f2ab'; } .fa-snapchat-ghost:before { - content: '\f2ac'; + content: '\f2ac'; } .fa-snapchat-square:before { - content: '\f2ad'; + content: '\f2ad'; } .fa-pied-piper:before { - content: '\f2ae'; + content: '\f2ae'; } .fa-first-order:before { - content: '\f2b0'; + content: '\f2b0'; } .fa-yoast:before { - content: '\f2b1'; + content: '\f2b1'; } .fa-themeisle:before { - content: '\f2b2'; + content: '\f2b2'; } .fa-google-plus-circle:before, .fa-google-plus-official:before { - content: '\f2b3'; + content: '\f2b3'; } .fa-fa:before, .fa-font-awesome:before { - content: '\f2b4'; + content: '\f2b4'; } .fa-handshake-o:before { - content: '\f2b5'; + content: '\f2b5'; } .fa-envelope-open:before { - content: '\f2b6'; + content: '\f2b6'; } .fa-envelope-open-o:before { - content: '\f2b7'; + content: '\f2b7'; } .fa-linode:before { - content: '\f2b8'; + content: '\f2b8'; } .fa-address-book:before { - content: '\f2b9'; + content: '\f2b9'; } .fa-address-book-o:before { - content: '\f2ba'; + content: '\f2ba'; } .fa-vcard:before, .fa-address-card:before { - content: '\f2bb'; + content: '\f2bb'; } .fa-vcard-o:before, .fa-address-card-o:before { - content: '\f2bc'; + content: '\f2bc'; } .fa-user-circle:before { - content: '\f2bd'; + content: '\f2bd'; } .fa-user-circle-o:before { - content: '\f2be'; + content: '\f2be'; } .fa-user-o:before { - content: '\f2c0'; + content: '\f2c0'; } .fa-id-badge:before { - content: '\f2c1'; + content: '\f2c1'; } .fa-drivers-license:before, .fa-id-card:before { - content: '\f2c2'; + content: '\f2c2'; } .fa-drivers-license-o:before, .fa-id-card-o:before { - content: '\f2c3'; + content: '\f2c3'; } .fa-quora:before { - content: '\f2c4'; + content: '\f2c4'; } .fa-free-code-camp:before { - content: '\f2c5'; + content: '\f2c5'; } .fa-telegram:before { - content: '\f2c6'; + content: '\f2c6'; } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { - content: '\f2c7'; + content: '\f2c7'; } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { - content: '\f2c8'; + content: '\f2c8'; } .fa-thermometer-2:before, .fa-thermometer-half:before { - content: '\f2c9'; + content: '\f2c9'; } .fa-thermometer-1:before, .fa-thermometer-quarter:before { - content: '\f2ca'; + content: '\f2ca'; } .fa-thermometer-0:before, .fa-thermometer-empty:before { - content: '\f2cb'; + content: '\f2cb'; } .fa-shower:before { - content: '\f2cc'; + content: '\f2cc'; } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { - content: '\f2cd'; + content: '\f2cd'; } .fa-podcast:before { - content: '\f2ce'; + content: '\f2ce'; } .fa-window-maximize:before { - content: '\f2d0'; + content: '\f2d0'; } .fa-window-minimize:before { - content: '\f2d1'; + content: '\f2d1'; } .fa-window-restore:before { - content: '\f2d2'; + content: '\f2d2'; } .fa-times-rectangle:before, .fa-window-close:before { - content: '\f2d3'; + content: '\f2d3'; } .fa-times-rectangle-o:before, .fa-window-close-o:before { - content: '\f2d4'; + content: '\f2d4'; } .fa-bandcamp:before { - content: '\f2d5'; + content: '\f2d5'; } .fa-grav:before { - content: '\f2d6'; + content: '\f2d6'; } .fa-etsy:before { - content: '\f2d7'; + content: '\f2d7'; } .fa-imdb:before { - content: '\f2d8'; + content: '\f2d8'; } .fa-ravelry:before { - content: '\f2d9'; + content: '\f2d9'; } .fa-eercast:before { - content: '\f2da'; + content: '\f2da'; } .fa-microchip:before { - content: '\f2db'; + content: '\f2db'; } .fa-snowflake-o:before { - content: '\f2dc'; + content: '\f2dc'; } .fa-superpowers:before { - content: '\f2dd'; + content: '\f2dd'; } .fa-wpexplorer:before { - content: '\f2de'; + content: '\f2de'; } .fa-meetup:before { - content: '\f2e0'; + content: '\f2e0'; } .sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; } .rtl * { - direction: rtl !important; + direction: rtl !important; } .rtl main { - text-align: right !important; + text-align: right !important; } body, html { - height: 100%; + height: 100%; } body { - direction: ltr; - font-family: 'Poppins', sans-serif; - font-size: 13px; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - color: #777; - line-height: 1.35; - font-weight: 300; - background: #fff; + direction: ltr; + font-family: 'Poppins', sans-serif; + font-size: 13px; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + color: #777; + line-height: 1.35; + font-weight: 300; + background: #fff; } ul { - list-style: none; - padding: 0; + list-style: none; + padding: 0; } a:hover { - color: #a340ff; - text-decoration: none; + color: #a340ff; + text-decoration: none; } a:focus { - outline: none; - text-decoration: none; + outline: none; + text-decoration: none; } .dropdown-item:focus, .dropdown-item:hover { - background: none; + background: none; } .color, -.custom-checkbox input[type='checkbox'] + span.color { - display: inline-block; - margin: 2px; - border: 1px solid rgba(0, 0, 0, 0.2); - cursor: pointer; - background-size: contain; - width: 20px; - height: 20px; - -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); - -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); - -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); - box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); +.custom-checkbox input[type='checkbox']+span.color { + display: inline-block; + margin: 2px; + border: 1px solid rgba(0, 0, 0, 0.2); + cursor: pointer; + background-size: contain; + width: 20px; + height: 20px; + -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); + -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); + -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); + -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); } .color.active, .color:hover, -.custom-checkbox input[type='checkbox'] + span.color.active, -.custom-checkbox input[type='checkbox'] + span.color:hover { - border: 2px solid #414141; +.custom-checkbox input[type='checkbox']+span.color.active, +.custom-checkbox input[type='checkbox']+span.color:hover { + border: 2px solid #414141; } .facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color { - border: 2px solid #414141; + border: 2px solid #414141; } .h1, .h2, .h3 { - text-transform: uppercase; - color: #000000; + text-transform: uppercase; + color: #000000; } .h4 { - font-weight: 600; - color: #000000; + font-weight: 600; + color: #000000; } .btn-primary, .btn-secondary, .btn-tertiary { - text-transform: uppercase; - font-weight: 600; - padding: 8px 20px; - -moz-box-shadow: none; - -webkit-box-shadow: none; - -o-box-shadow: none; - -ms-box-shadow: none; - box-shadow: none; + text-transform: uppercase; + font-weight: 600; + padding: 8px 20px; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + -ms-box-shadow: none; + box-shadow: none; } .btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons { - margin-right: 10px; + margin-right: 10px; } .btn-tertiary { - text-transform: uppercase; - color: #acaaa6; - padding: 8px; - margin: 4px 0; - font-weight: 400; - font-size: 12px; - -moz-box-shadow: none; - -webkit-box-shadow: none; - -o-box-shadow: none; - -ms-box-shadow: none; - box-shadow: none; + text-transform: uppercase; + color: #acaaa6; + padding: 8px; + margin: 4px 0; + font-weight: 400; + font-size: 12px; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + -ms-box-shadow: none; + box-shadow: none; } .btn-tertiary .material-icons { - font-size: 12px; + font-size: 12px; } .btn-tertiary:hover { - background-color: #a340ff; - border-color: #a340ff; - color: #ffffff; + background-color: #a340ff; + border-color: #a340ff; + color: #ffffff; } label, .label { - color: #414141; - text-align: right; - font-size: 12px; + color: #414141; + text-align: right; + font-size: 12px; } .rtl label, .rtl .label { - text-align: left; + text-align: left; } small.label, small.value { - font-size: 13px; + font-size: 13px; } .form-control-label { - padding-top: 10px; + padding-top: 10px; } .form-control { - background: #ebebeb; - color: #acaaa6; - border: none; - padding: 8px 16px; + background: #ebebeb; + color: #acaaa6; + border: none; + padding: 8px 16px; } .form-control:focus { - background-color: white; - outline: 1px solid #eaeaea; + background-color: white; + outline: 1px solid #eaeaea; } .input-group.focus { - outline: 1px solid #a340ff; + outline: 1px solid #a340ff; } .input-group .form-control:focus { - outline: none; + outline: none; } -.input-group .input-group-btn > .btn { - border: 0; - color: #ffffff; - font-size: 11px; - font-weight: normal; - padding: 12px 16px; - text-transform: uppercase; - margin-left: 0px; - -moz-box-shadow: none; - -webkit-box-shadow: none; - -o-box-shadow: none; - -ms-box-shadow: none; - box-shadow: none; - height: 36px; +.input-group .input-group-btn>.btn { + border: 0; + color: #ffffff; + font-size: 11px; + font-weight: normal; + padding: 12px 16px; + text-transform: uppercase; + margin-left: 0px; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + -ms-box-shadow: none; + box-shadow: none; + height: 36px; } -.rtl .input-group .input-group-btn > .btn { - margin-right: 0px; - margin-left: inherit; +.rtl .input-group .input-group-btn>.btn { + margin-right: 0px; + margin-left: inherit; } .form-control-select { - height: 42px; - -moz-appearance: none; - -webkit-appearance: none; - background: #ebebeb - url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII='); - background-repeat: no-repeat; - background-attachment: scroll; - background-position: right center; - background-position-x: 99%; - background-size: 20px 20px; - padding-right: 32px; + height: 42px; + -moz-appearance: none; + -webkit-appearance: none; + background: #ebebeb url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII='); + background-repeat: no-repeat; + background-attachment: scroll; + background-position: right center; + background-position-x: 99%; + background-size: 20px 20px; + padding-right: 32px; } .rtl .form-control-select { - padding-left: 32px; - padding-right: inherit; + padding-left: 32px; + padding-right: inherit; } .form-control-select::-ms-expand { - display: none; + display: none; } .form-control-comment { - font-size: 12px; - padding-top: 8px; - color: #878787; - display: inline-block; + font-size: 12px; + padding-top: 8px; + color: #878787; + display: inline-block; } .form-control-submit.disabled { - background: #5bc0de; - color: white; + background: #5bc0de; + color: white; } .form-group.has-error input, .form-group.has-error select { - outline: 3px solid #ff4c4c; + outline: 3px solid #ff4c4c; } .form-group.has-error .help-block { - color: #ff4c4c; + color: #ff4c4c; } .group-span-filestyle label { - margin: 0; + margin: 0; } .group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin { - background: #a340ff; - color: white; - text-transform: uppercase; - font-size: 12px; - padding: 8px 16px; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; + background: #a340ff; + color: white; + text-transform: uppercase; + font-size: 12px; + padding: 8px 16px; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; } .bootstrap-touchspin input:focus { - outline: none; + outline: none; } .bootstrap-touchspin input.form-control { - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid rgba(0, 0, 0, 0.15); } .bootstrap-touchspin .btn-touchspin { - background-color: white; - border: 1px solid rgba(0, 0, 0, 0.15); - height: 21px; + background-color: white; + border: 1px solid rgba(0, 0, 0, 0.15); + height: 21px; } .bootstrap-touchspin .btn-touchspin:hover { - background-color: #ebebeb; + background-color: #ebebeb; } .bootstrap-touchspin .input-group-btn-vertical { - color: #414141; + color: #414141; } .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up { - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; } .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down { - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; } .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after { - content: '\E5CE'; + content: '\E5CE'; } .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after { - content: '\E5CF'; + content: '\E5CF'; } .bootstrap-touchspin .input-group-btn-vertical i { - top: 1px; - left: 3px; - font-size: 15px; + top: 1px; + left: 3px; + font-size: 15px; } .custom-radio { - display: inline-block; - position: relative; - vertical-align: middle; - cursor: pointer; - border: #acaaa6 2px solid; - background: #ffffff; - width: 20px; - height: 20px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; - margin-right: 20px; + display: inline-block; + position: relative; + vertical-align: middle; + cursor: pointer; + border: #acaaa6 2px solid; + background: #ffffff; + width: 20px; + height: 20px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; + margin-right: 20px; } .rtl .custom-radio { - margin-left: 20px; - margin-right: inherit; + margin-left: 20px; + margin-right: inherit; } .custom-radio input[type='radio'] { - cursor: pointer; - opacity: 0; - filter: alpha(opacity=0); + cursor: pointer; + opacity: 0; + filter: alpha(opacity=0); } -.custom-radio input[type='radio']:checked + span { - display: block; - background-color: #a340ff; - position: absolute; - left: 2px; - top: 2px; - width: 12px; - height: 12px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; +.custom-radio input[type='radio']:checked+span { + display: block; + background-color: #a340ff; + position: absolute; + left: 2px; + top: 2px; + width: 12px; + height: 12px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; } .custom-checkbox { - position: relative; + position: relative; } .custom-checkbox input[type='checkbox'], .custom-checkbox input[type='radio'] { - margin-top: 4px; - cursor: pointer; - position: absolute; - left: 0; - opacity: 0; - filter: alpha(opacity=0); + margin-top: 4px; + cursor: pointer; + position: absolute; + left: 0; + opacity: 0; + filter: alpha(opacity=0); } .rtl .custom-checkbox input[type='checkbox'], .rtl .custom-checkbox input[type='radio'] { - right: 0; - left: auto; + right: 0; + left: auto; } -.custom-checkbox input[type='checkbox'] + span, -.custom-checkbox input[type='radio'] + span { - margin-right: 3px; - display: inline-block; - vertical-align: middle; - cursor: pointer; - border: 2px #414141 solid; - width: 15px; - height: 15px; +.custom-checkbox input[type='checkbox']+span, +.custom-checkbox input[type='radio']+span { + margin-right: 3px; + display: inline-block; + vertical-align: middle; + cursor: pointer; + border: 2px #414141 solid; + width: 15px; + height: 15px; } -.rtl .custom-checkbox input[type='checkbox'] + span, -.rtl .custom-checkbox input[type='radio'] + span { - margin-left: 3px; - margin-right: inherit; +.rtl .custom-checkbox input[type='checkbox']+span, +.rtl .custom-checkbox input[type='radio']+span { + margin-left: 3px; + margin-right: inherit; } -.custom-checkbox input[type='checkbox'] + span .checkbox-checked, -.custom-checkbox input[type='radio'] + span .checkbox-checked { - display: none; - margin: -4px -2px; - font-size: 1.1rem; - color: #414141; +.custom-checkbox input[type='checkbox']+span .checkbox-checked, +.custom-checkbox input[type='radio']+span .checkbox-checked { + display: none; + margin: -4px -2px; + font-size: 1.1rem; + color: #414141; } -.custom-checkbox input[type='checkbox']:checked + span .checkbox-checked, -.custom-checkbox input[type='radio']:checked + span .checkbox-checked { - display: block; +.custom-checkbox input[type='checkbox']:checked+span .checkbox-checked, +.custom-checkbox input[type='radio']:checked+span .checkbox-checked { + display: block; } -.custom-checkbox input[type='radio'] + span { - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; +.custom-checkbox input[type='radio']+span { + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; } .custom-checkbox label { - text-align: left; + text-align: left; } .rtl .custom-checkbox label { - text-align: right; + text-align: right; } .custom-checkbox label br { - display: none; + display: none; } .text-muted { - font-size: 12px; + font-size: 12px; } .done { - color: #a340ff; - display: inline-block; - padding: 0 13px; - margin-right: 25px; + color: #a340ff; + display: inline-block; + padding: 0 13px; + margin-right: 25px; } .rtl .done { - margin-left: 25px; - margin-right: inherit; + margin-left: 25px; + margin-right: inherit; } -.thumb-mask > .mask { - position: relative; - overflow: hidden; - border: #ebebeb 1px solid; - margin: 10px 0; - width: 55px; - height: 55px; +.thumb-mask>.mask { + position: relative; + overflow: hidden; + border: #ebebeb 1px solid; + margin: 10px 0; + width: 55px; + height: 55px; } -.thumb-mask > .mask img { - width: 55px; - height: 55px; +.thumb-mask>.mask img { + width: 55px; + height: 55px; } .definition-list dl:after { - content: ''; - display: block; - clear: both; + content: ''; + display: block; + clear: both; } .definition-list dl dt { - font-weight: normal; + font-weight: normal; } .definition-list dl dd, .definition-list dl dt { - width: 47%; - float: left; - background: #ebebeb; - padding: 10px; - margin: 2px; + width: 47%; + float: left; + background: #ebebeb; + padding: 10px; + margin: 2px; } .rtl .definition-list dl dd, .rtl .definition-list dl dt { - float: right; + float: right; } @media (max-width: 480px) { - .definition-list dl dd, - .definition-list dl dt { - width: 49%; - margin: 1px; - } + + .definition-list dl dd, + .definition-list dl dt { + width: 49%; + margin: 1px; + } } .definition-list dl dd:nth-of-type(even), .definition-list dl dt:nth-of-type(even) { - background: #f6f6f6; + background: #f6f6f6; } .definition-list dl dt { - clear: both; + clear: both; } .help-block { - margin-top: 10px; + margin-top: 10px; } .btn.disabled, .btn.disabled:hover { - background: #acaaa6; + background: #acaaa6; } .alert-warning .material-icons { - color: #ff9a52; - font-size: 32px; - margin-right: 10px; - padding-top: 5px; + color: #ff9a52; + font-size: 32px; + margin-right: 10px; + padding-top: 5px; } .rtl .alert-warning .material-icons { - margin-left: 10px; - margin-right: inherit; + margin-left: 10px; + margin-right: inherit; } .alert-warning .alert-text { - font-size: 15px; - padding-top: 10px; + font-size: 15px; + padding-top: 10px; } .alert-warning .alert-link { - border-width: 2px; - margin-left: 10px; - padding: 5px 20px; - font-weight: 600; - font-size: 13px; - color: #6c868e; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - -ms-border-radius: 2px; - -o-border-radius: 2px; - border-radius: 2px; + border-width: 2px; + margin-left: 10px; + padding: 5px 20px; + font-weight: 600; + font-size: 13px; + color: #6c868e; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; } .rtl .alert-warning .alert-link { - margin-right: 10px; - margin-left: inherit; + margin-right: 10px; + margin-left: inherit; } .alert-warning ul li:last-child .alert-link { - color: white; + color: white; } .alert-warning .warning-buttons { - margin-top: 5px; + margin-top: 5px; } .btn-warning { - -webkit-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; + -webkit-transition: all 0.4s ease-in-out; + -o-transition: all 0.4s ease-in-out; + transition: all 0.4s ease-in-out; } .btn-tertiary-outline { - color: #6c868e; - background-image: none; - background-color: transparent; - border-color: #6c868e; - border: 0.15rem solid #6c868e; - -webkit-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; + color: #6c868e; + background-image: none; + background-color: transparent; + border-color: #6c868e; + border: 0.15rem solid #6c868e; + -webkit-transition: all 0.4s ease-in-out; + -o-transition: all 0.4s ease-in-out; + transition: all 0.4s ease-in-out; } .btn-tertiary-outline:hover { - border-color: #bbcdd2; - color: #bbcdd2; + border-color: #bbcdd2; + color: #bbcdd2; } .nav-item .nav-link, .nav-item .nav-separtor { - color: #acaaa6; - font-weight: 600; + color: #acaaa6; + font-weight: 600; } .nav-item .nav-link.active, .nav-item .nav-separtor.active { - color: #414141; + color: #414141; } /* Add new grid */ @media (max-width: 480px) { - .hidden-sp { - display: none !important; - } + .hidden-sp { + display: none !important; + } - .col-sp-1 { - float: left; - width: 8.33333%; - } + .col-sp-1 { + float: left; + width: 8.33333%; + } - .col-sp-2 { - float: left; - width: 16.66667%; - } + .col-sp-2 { + float: left; + width: 16.66667%; + } - .col-sp-3 { - float: left; - width: 25%; - } + .col-sp-3 { + float: left; + width: 25%; + } - .col-sp-4 { - float: left; - width: 33.33333%; - } + .col-sp-4 { + float: left; + width: 33.33333%; + } - .col-sp-5 { - float: left; - width: 41.66667%; - } + .col-sp-5 { + float: left; + width: 41.66667%; + } - .col-sp-6 { - float: left; - width: 50%; - } + .col-sp-6 { + float: left; + width: 50%; + } - .col-sp-7 { - float: left; - width: 58.33333%; - } + .col-sp-7 { + float: left; + width: 58.33333%; + } - .col-sp-8 { - float: left; - width: 66.66667%; - } + .col-sp-8 { + float: left; + width: 66.66667%; + } - .col-sp-9 { - float: left; - width: 75%; - } + .col-sp-9 { + float: left; + width: 75%; + } - .col-sp-10 { - float: left; - width: 83.33333%; - } + .col-sp-10 { + float: left; + width: 83.33333%; + } - .col-sp-11 { - float: left; - width: 91.66667%; - } + .col-sp-11 { + float: left; + width: 91.66667%; + } - .col-sp-12 { - float: left; - width: 100%; - } + .col-sp-12 { + float: left; + width: 100%; + } - .col-sp-2-4 { - float: left; - width: 20%; - } + .col-sp-2-4 { + float: left; + width: 20%; + } - .col-sp-4-8 { - float: left; - width: 40%; - } + .col-sp-4-8 { + float: left; + width: 40%; + } - .col-sp-7-2 { - float: left; - width: 60%; - } + .col-sp-7-2 { + float: left; + width: 60%; + } - .col-sp-9-6 { - float: left; - width: 80%; - } + .col-sp-9-6 { + float: left; + width: 80%; + } } /*** Responsive part ***/ @media (max-width: 991px) { - .form-control-label, - .control-label, - label, - .label { - text-align: left; - } - .rtl .form-control-label, - .rtl .control-label, - .rtl label, - .rtl .label { - text-align: right; - } + .form-control-label, + .control-label, + label, + .label { + text-align: left; + } + + .rtl .form-control-label, + .rtl .control-label, + .rtl label, + .rtl .label { + text-align: right; + } } /*************************************************** @@ -12773,6000 +12759,5949 @@ small.value { */ /***********************************************************************/ .ps-alert-error { - margin-bottom: 0; + margin-bottom: 0; } .ps-alert-error .item, .ps-alert-success .item { - align-items: center; - border: 2px #ff4c4c solid; - display: flex; - background-color: #ff4c4c; - margin-bottom: 1rem; + align-items: center; + border: 2px #ff4c4c solid; + display: flex; + background-color: #ff4c4c; + margin-bottom: 1rem; } .ps-alert-error .item i, .ps-alert-success .item i { - border: 15px #ff4c4c solid; - display: flex; + border: 15px #ff4c4c solid; + display: flex; } .ps-alert-error .item i svg, .ps-alert-success .item i svg { - background-color: #ff4c4c; - width: 24px; - height: 24px; + background-color: #ff4c4c; + width: 24px; + height: 24px; } .ps-alert-error .item p, .ps-alert-success .item p { - background-color: #f8f8f8; - margin: 0; - padding: 18px 20px 18px 20px; - width: 100%; + background-color: #f8f8f8; + margin: 0; + padding: 18px 20px 18px 20px; + width: 100%; } .ps-alert-success { - padding: 0.25rem 0.25rem 2.75rem 0.25rem; + padding: 0.25rem 0.25rem 2.75rem 0.25rem; } .ps-alert-success .item { - border-color: #a340ff; - background-color: #a340ff; + border-color: #a340ff; + background-color: #a340ff; } .ps-alert-success .item i { - border-color: #a340ff; + border-color: #a340ff; } .ps-alert-success .item i svg { - background-color: #a340ff; + background-color: #a340ff; } /**/ .no-padding { - padding: 0 !important; + padding: 0 !important; } .no-margin { - margin: 0 !important; + margin: 0 !important; } .e-scale .popup-content { - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - -webkit-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + -webkit-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .e-scale.popup-over:hover .popup-content { - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - -webkit-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); + -webkit-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .e-translate-left .popup-content { - opacity: 0; - filter: alpha(opacity=0); - -webkit-transform: translate(-200px, 0px); - -ms-transform: translate(-200px, 0px); - transform: translate(-200px, 0px); - -webkit-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 0; + filter: alpha(opacity=0); + -webkit-transform: translate(-200px, 0px); + -ms-transform: translate(-200px, 0px); + transform: translate(-200px, 0px); + -webkit-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .e-translate-left.popup-over:hover .popup-content { - opacity: 1; - filter: alpha(opacity=100); - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - -webkit-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 1; + filter: alpha(opacity=100); + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); + -webkit-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .e-translate-right .popup-content { - opacity: 0; - filter: alpha(opacity=0); - -webkit-transform: translate(200px, 0px); - -ms-transform: translate(200px, 0px); - transform: translate(200px, 0px); - -webkit-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 0; + filter: alpha(opacity=0); + -webkit-transform: translate(200px, 0px); + -ms-transform: translate(200px, 0px); + transform: translate(200px, 0px); + -webkit-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .e-translate-right.popup-over:hover .popup-content { - opacity: 1; - filter: alpha(opacity=100); - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - -webkit-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 1; + filter: alpha(opacity=100); + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); + -webkit-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .e-translate-top .popup-content { - opacity: 0; - filter: alpha(opacity=0); - -webkit-transform: translate(0, 200px); - -ms-transform: translate(0, 200px); - transform: translate(0, 200px); - -webkit-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 0; + filter: alpha(opacity=0); + -webkit-transform: translate(0, 200px); + -ms-transform: translate(0, 200px); + transform: translate(0, 200px); + -webkit-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .e-translate-top.popup-over:hover .popup-content { - opacity: 1; - filter: alpha(opacity=100); - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - -webkit-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 1; + filter: alpha(opacity=100); + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); + -webkit-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .e-translate-down .popup-content { - opacity: 0; - filter: alpha(opacity=0); - height: 0; - -webkit-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 0; + filter: alpha(opacity=0); + height: 0; + -webkit-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .e-translate-down.popup-over:hover .popup-content { - opacity: 1; - filter: alpha(opacity=100); - height: auto; - -webkit-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 1; + filter: alpha(opacity=100); + height: auto; + -webkit-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .effect a { - position: relative; - display: block; - max-width: 100%; + position: relative; + display: block; + max-width: 100%; } .effect a:before { - position: absolute; - content: ''; - top: 0; - left: 0; - width: 0; - height: 0; - margin: auto; - background-color: rgba(255, 255, 255, 0.1); - -webkit-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; + position: absolute; + content: ''; + top: 0; + left: 0; + width: 0; + height: 0; + margin: auto; + background-color: rgba(255, 255, 255, 0.1); + -webkit-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; } .effect a:after { - content: ''; - position: absolute; - right: 0; - bottom: 0; - width: 0; - height: 0; - background-color: rgba(255, 255, 255, 0.1); - -webkit-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; + content: ''; + position: absolute; + right: 0; + bottom: 0; + width: 0; + height: 0; + background-color: rgba(255, 255, 255, 0.1); + -webkit-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; } .effect a:hover:before, .effect a:hover:after { - width: 100%; - height: 100%; + width: 100%; + height: 100%; } /* effect *******************/ @media (min-width: 991px) { - .dropdown-menu, - .popup-content { - animation: animationmenus ease 0.5s; - animation-iteration-count: 1; - transform-origin: 50% 50%; - animation-fill-mode: forwards; - /*when the spec is finished*/ - -webkit-animation: animationmenus ease 0.5s; - -webkit-animation-iteration-count: 1; - -webkit-transform-origin: 50% 50%; - -webkit-animation-fill-mode: forwards; - /*Chrome 16+, Safari 4+*/ - -moz-animation: animationmenus ease 0.5s; - -moz-animation-iteration-count: 1; - -moz-transform-origin: 50% 50%; - -moz-animation-fill-mode: forwards; - /*FF 5+*/ - -o-animation: animationmenus ease 0.5s; - -o-animation-iteration-count: 1; - -o-transform-origin: 50% 50%; - -o-animation-fill-mode: forwards; - /*Not implemented yet*/ - -ms-animation: animationmenus ease 0.5s; - -ms-animation-iteration-count: 1; - -ms-transform-origin: 50% 50%; - -ms-animation-fill-mode: forwards; - /*IE 10+*/ - } + + .dropdown-menu, + .popup-content { + animation: animationmenus ease 0.5s; + animation-iteration-count: 1; + transform-origin: 50% 50%; + animation-fill-mode: forwards; + /*when the spec is finished*/ + -webkit-animation: animationmenus ease 0.5s; + -webkit-animation-iteration-count: 1; + -webkit-transform-origin: 50% 50%; + -webkit-animation-fill-mode: forwards; + /*Chrome 16+, Safari 4+*/ + -moz-animation: animationmenus ease 0.5s; + -moz-animation-iteration-count: 1; + -moz-transform-origin: 50% 50%; + -moz-animation-fill-mode: forwards; + /*FF 5+*/ + -o-animation: animationmenus ease 0.5s; + -o-animation-iteration-count: 1; + -o-transform-origin: 50% 50%; + -o-animation-fill-mode: forwards; + /*Not implemented yet*/ + -ms-animation: animationmenus ease 0.5s; + -ms-animation-iteration-count: 1; + -ms-transform-origin: 50% 50%; + -ms-animation-fill-mode: forwards; + /*IE 10+*/ + } } @-webkit-keyframes animationmenus { - from { - opacity: 0; - filter: alpha(opacity=0); - -webkit-transform: translate(0px, 10px); - -ms-transform: translate(0px, 10px); - transform: translate(0px, 10px); - } + from { + opacity: 0; + filter: alpha(opacity=0); + -webkit-transform: translate(0px, 10px); + -ms-transform: translate(0px, 10px); + transform: translate(0px, 10px); + } - to { - opacity: 1; - filter: alpha(opacity=100); - -webkit-transform: translate(0px, 0px); - -ms-transform: translate(0px, 0px); - transform: translate(0px, 0px); - } + to { + opacity: 1; + filter: alpha(opacity=100); + -webkit-transform: translate(0px, 0px); + -ms-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } } @-moz-keyframes animationmenus { - from { - opacity: 0; - filter: alpha(opacity=0); - -webkit-transform: translate(0px, 10px); - -ms-transform: translate(0px, 10px); - transform: translate(0px, 10px); - } + from { + opacity: 0; + filter: alpha(opacity=0); + -webkit-transform: translate(0px, 10px); + -ms-transform: translate(0px, 10px); + transform: translate(0px, 10px); + } - to { - opacity: 1; - filter: alpha(opacity=100); - -webkit-transform: translate(0px, 0px); - -ms-transform: translate(0px, 0px); - transform: translate(0px, 0px); - } + to { + opacity: 1; + filter: alpha(opacity=100); + -webkit-transform: translate(0px, 0px); + -ms-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } } @-o-keyframes animationmenus { - from { - opacity: 0; - filter: alpha(opacity=0); - -webkit-transform: translate(0px, 10px); - -ms-transform: translate(0px, 10px); - transform: translate(0px, 10px); - } + from { + opacity: 0; + filter: alpha(opacity=0); + -webkit-transform: translate(0px, 10px); + -ms-transform: translate(0px, 10px); + transform: translate(0px, 10px); + } - to { - opacity: 1; - filter: alpha(opacity=100); - -webkit-transform: translate(0px, 0px); - -ms-transform: translate(0px, 0px); - transform: translate(0px, 0px); - } + to { + opacity: 1; + filter: alpha(opacity=100); + -webkit-transform: translate(0px, 0px); + -ms-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } } @keyframes animationmenus { - from { - opacity: 0; - filter: alpha(opacity=0); - -webkit-transform: translate(0px, 10px); - -ms-transform: translate(0px, 10px); - transform: translate(0px, 10px); - } + from { + opacity: 0; + filter: alpha(opacity=0); + -webkit-transform: translate(0px, 10px); + -ms-transform: translate(0px, 10px); + transform: translate(0px, 10px); + } - to { - opacity: 1; - filter: alpha(opacity=100); - -webkit-transform: translate(0px, 0px); - -ms-transform: translate(0px, 0px); - transform: translate(0px, 0px); - } + to { + opacity: 1; + filter: alpha(opacity=100); + -webkit-transform: translate(0px, 0px); + -ms-transform: translate(0px, 0px); + transform: translate(0px, 0px); + } } .ImageWrapper { - display: block; - overflow: hidden; - position: relative; + display: block; + overflow: hidden; + position: relative; } /* ============================================= Button Layout and Color Scheme ============================================= */ .WhiteRounded { - background-color: #ffffff; - border: medium none; - display: inline-block !important; - float: none !important; - font-size: 14px; - font-weight: normal; - height: 40px; - line-height: 40px; - margin: 0 2px; - text-align: center; - width: 40px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; - -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), - inset 0 0 2px rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + background-color: #ffffff; + border: medium none; + display: inline-block !important; + float: none !important; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + margin: 0 2px; + text-align: center; + width: 40px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; + -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), + inset 0 0 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); } -.WhiteRounded > a { - color: #222222; - display: block; - font-weight: normal; +.WhiteRounded>a { + color: #222222; + display: block; + font-weight: normal; } .RedRounded { - background-color: #d8322b; - border: medium none; - display: inline-block !important; - float: none !important; - font-size: 14px; - font-weight: normal; - height: 40px; - line-height: 40px; - margin: 0 2px; - text-align: center; - width: 40px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; - -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), - inset 0 0 2px rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + background-color: #d8322b; + border: medium none; + display: inline-block !important; + float: none !important; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + margin: 0 2px; + text-align: center; + width: 40px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; + -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), + inset 0 0 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); } -.RedRounded > a { - color: #ffffff; - display: block; - font-weight: normal; +.RedRounded>a { + color: #ffffff; + display: block; + font-weight: normal; } .BlackRounded { - background-color: #222222; - border: medium none; - display: inline-block !important; - float: none !important; - font-size: 14px; - font-weight: normal; - height: 40px; - line-height: 40px; - margin: 0 2px; - text-align: center; - width: 40px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; - -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), - inset 0 0 2px rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + background-color: #222222; + border: medium none; + display: inline-block !important; + float: none !important; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + margin: 0 2px; + text-align: center; + width: 40px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; + -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), + inset 0 0 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); } -.BlackRounded > a { - color: #ffffff; - display: block; - font-weight: normal; +.BlackRounded>a { + color: #ffffff; + display: block; + font-weight: normal; } .WhiteHollowRounded { - border: 1px solid #ffffff; - display: inline-block !important; - float: none !important; - font-size: 14px; - font-weight: normal; - height: 40px; - line-height: 40px; - margin: 0 2px; - text-align: center; - width: 40px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; + border: 1px solid #ffffff; + display: inline-block !important; + float: none !important; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + margin: 0 2px; + text-align: center; + width: 40px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; } -.WhiteHollowRounded > a { - color: #ffffff; - display: block; - font-weight: normal; +.WhiteHollowRounded>a { + color: #ffffff; + display: block; + font-weight: normal; } .BlackHollowRounded { - border: 1px solid #222222; - display: inline-block !important; - float: none !important; - font-size: 14px; - font-weight: normal; - height: 40px; - line-height: 40px; - margin: 0 2px; - text-align: center; - width: 40px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; + border: 1px solid #222222; + display: inline-block !important; + float: none !important; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + margin: 0 2px; + text-align: center; + width: 40px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; } -.BlackHollowRounded > a { - color: #222222; - display: block; - font-weight: normal; +.BlackHollowRounded>a { + color: #222222; + display: block; + font-weight: normal; } .WhiteSquare { - background-color: #ffffff; - border: medium none; - display: inline-block !important; - float: none !important; - font-size: 14px; - font-weight: normal; - height: 40px; - line-height: 40px; - margin: 0 2px; - text-align: center; - width: 40px; - -webkit-border-radius: 4px 4px 4px; - -moz-border-radius: 4px 4px 4px; - -ms-border-radius: 4px 4px 4px; - -o-border-radius: 4px 4px 4px; - border-radius: 4px 4px 4px; - -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), - inset 0 0 2px rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + background-color: #ffffff; + border: medium none; + display: inline-block !important; + float: none !important; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + margin: 0 2px; + text-align: center; + width: 40px; + -webkit-border-radius: 4px 4px 4px; + -moz-border-radius: 4px 4px 4px; + -ms-border-radius: 4px 4px 4px; + -o-border-radius: 4px 4px 4px; + border-radius: 4px 4px 4px; + -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), + inset 0 0 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); } -.WhiteSquare > a { - color: #222222; - display: block; - font-weight: normal; +.WhiteSquare>a { + color: #222222; + display: block; + font-weight: normal; } .BlackSquare { - background-color: #222222; - border: medium none; - display: inline-block !important; - float: none !important; - font-size: 14px; - font-weight: normal; - height: 40px; - line-height: 40px; - margin: 0 2px; - text-align: center; - width: 40px; - -webkit-border-radius: 4px 4px 4px; - -moz-border-radius: 4px 4px 4px; - -ms-border-radius: 4px 4px 4px; - -o-border-radius: 4px 4px 4px; - border-radius: 4px 4px 4px; - -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), - inset 0 0 2px rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); - box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + background-color: #222222; + border: medium none; + display: inline-block !important; + float: none !important; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + margin: 0 2px; + text-align: center; + width: 40px; + -webkit-border-radius: 4px 4px 4px; + -moz-border-radius: 4px 4px 4px; + -ms-border-radius: 4px 4px 4px; + -o-border-radius: 4px 4px 4px; + border-radius: 4px 4px 4px; + -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), + inset 0 0 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); + box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1); } -.BlackSquare > a { - color: #ffffff; - display: block; - font-weight: normal; +.BlackSquare>a { + color: #ffffff; + display: block; + font-weight: normal; } .WhiteHollowSquare { - border: 1px solid #ffffff; - display: inline-block !important; - float: none !important; - font-size: 14px; - font-weight: normal; - height: 40px; - line-height: 40px; - margin: 0 2px; - text-align: center; - width: 40px; - -webkit-border-radius: 4px 4px 4px; - -moz-border-radius: 4px 4px 4px; - -ms-border-radius: 4px 4px 4px; - -o-border-radius: 4px 4px 4px; - border-radius: 4px 4px 4px; + border: 1px solid #ffffff; + display: inline-block !important; + float: none !important; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + margin: 0 2px; + text-align: center; + width: 40px; + -webkit-border-radius: 4px 4px 4px; + -moz-border-radius: 4px 4px 4px; + -ms-border-radius: 4px 4px 4px; + -o-border-radius: 4px 4px 4px; + border-radius: 4px 4px 4px; } -.WhiteHollowSquare > a { - color: #ffffff; - display: block; - font-weight: normal; +.WhiteHollowSquare>a { + color: #ffffff; + display: block; + font-weight: normal; } .BlackHollowSquare { - border: 1px solid #222222; - display: inline-block !important; - float: none !important; - font-size: 14px; - font-weight: normal; - height: 40px; - line-height: 40px; - margin: 0 2px; - text-align: center; - width: 40px; - -webkit-border-radius: 4px 4px 4px; - -moz-border-radius: 4px 4px 4px; - -ms-border-radius: 4px 4px 4px; - -o-border-radius: 4px 4px 4px; - border-radius: 4px 4px 4px; + border: 1px solid #222222; + display: inline-block !important; + float: none !important; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + margin: 0 2px; + text-align: center; + width: 40px; + -webkit-border-radius: 4px 4px 4px; + -moz-border-radius: 4px 4px 4px; + -ms-border-radius: 4px 4px 4px; + -o-border-radius: 4px 4px 4px; + border-radius: 4px 4px 4px; } -.BlackHollowSquare > a { - color: #222222; - display: block; - font-weight: normal; +.BlackHollowSquare>a { + color: #222222; + display: block; + font-weight: normal; } .VisibleButtons { - margin: 0; - position: absolute; - text-align: center; - width: 100%; - top: 50%; - margin-top: -20px; + margin: 0; + position: absolute; + text-align: center; + width: 100%; + top: 50%; + margin-top: -20px; } .VisibleImageOverlay { - position: absolute; - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - width: 100%; - height: 100%; - top: 0; - left: 0; - opacity: 0.6; - visibility: visible; + position: absolute; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + width: 100%; + height: 100%; + top: 0; + left: 0; + opacity: 0.6; + visibility: visible; } /* ============================================= Overlay Effects ============================================= */ .ImageWrapper .ImageOverlayH { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - bottom: 0; - display: block; - height: 100%; - left: 0; - opacity: 0; - position: absolute; - right: 0; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + bottom: 0; + display: block; + height: 100%; + left: 0; + opacity: 0; + position: absolute; + right: 0; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayH { - opacity: 1; + opacity: 1; } .ImageWrapper .ImageOverlayHe { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 0; - display: block; - height: 0; - left: 0; - opacity: 0; - position: absolute; - top: 50%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 0; + display: block; + height: 0; + left: 0; + opacity: 0; + position: absolute; + top: 50%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayHe { - height: 100%; - top: 0; - opacity: 1; + height: 100%; + top: 0; + opacity: 1; } .ImageWrapper .ImageOverlayLi:after { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - content: ''; - display: block; - left: 0; - opacity: 0; - position: absolute; - top: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + content: ''; + display: block; + left: 0; + opacity: 0; + position: absolute; + top: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayLi:after { - top: -50%; - opacity: 1; + top: -50%; + opacity: 1; } .ImageWrapper .ImageOverlayLi:before { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - bottom: -100%; - height: 100%; - content: ''; - display: block; - left: 0; - opacity: 0; - position: absolute; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + bottom: -100%; + height: 100%; + content: ''; + display: block; + left: 0; + opacity: 0; + position: absolute; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayLi:before { - bottom: -50%; - opacity: 1; + bottom: -50%; + opacity: 1; } .ImageWrapper .ImageOverlayBe:after { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - content: ''; - display: block; - left: 0; - opacity: 0; - position: absolute; - top: -100%; - -webkit-transition: all 0.6s ease 0s; - -moz-transition: all 0.6s ease 0s; - -ms-transition: all 0.6s ease 0s; - -o-transition: all 0.6s ease 0s; - transition: all 0.6s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + content: ''; + display: block; + left: 0; + opacity: 0; + position: absolute; + top: -100%; + -webkit-transition: all 0.6s ease 0s; + -moz-transition: all 0.6s ease 0s; + -ms-transition: all 0.6s ease 0s; + -o-transition: all 0.6s ease 0s; + transition: all 0.6s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayBe:after { - top: 50%; - opacity: 1; + top: 50%; + opacity: 1; } .ImageWrapper .ImageOverlayBe:before { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - bottom: -100%; - height: 100%; - content: ''; - display: block; - left: 0; - opacity: 0; - position: absolute; - -webkit-transition: all 0.6s ease 0s; - -moz-transition: all 0.6s ease 0s; - -ms-transition: all 0.6s ease 0s; - -o-transition: all 0.6s ease 0s; - transition: all 0.6s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + bottom: -100%; + height: 100%; + content: ''; + display: block; + left: 0; + opacity: 0; + position: absolute; + -webkit-transition: all 0.6s ease 0s; + -moz-transition: all 0.6s ease 0s; + -ms-transition: all 0.6s ease 0s; + -o-transition: all 0.6s ease 0s; + transition: all 0.6s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayBe:before { - bottom: 50%; - opacity: 1; + bottom: 50%; + opacity: 1; } .ImageWrapper .ImageOverlayB { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - left: 50%; - opacity: 0; - position: absolute; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 0; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + left: 50%; + opacity: 0; + position: absolute; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 0; } .ImageWrapper:hover .ImageOverlayB { - left: 0; - width: 100%; - opacity: 1; + left: 0; + width: 100%; + opacity: 1; } .ImageWrapper .ImageOverlayC:after { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - content: ''; - display: block; - right: -100%; - opacity: 0; - position: absolute; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + content: ''; + display: block; + right: -100%; + opacity: 0; + position: absolute; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayC:after { - right: -50%; - opacity: 1; + right: -50%; + opacity: 1; } .ImageWrapper .ImageOverlayC:before { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - content: ''; - display: block; - left: -100%; - opacity: 0; - position: absolute; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + content: ''; + display: block; + left: -100%; + opacity: 0; + position: absolute; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayC:before { - left: -50%; - opacity: 1; + left: -50%; + opacity: 1; } .ImageWrapper .ImageOverlayN:after { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - content: ''; - display: block; - right: -100%; - opacity: 0; - position: absolute; - top: 0; - -webkit-transition: all 0.6s ease 0s; - -moz-transition: all 0.6s ease 0s; - -ms-transition: all 0.6s ease 0s; - -o-transition: all 0.6s ease 0s; - transition: all 0.6s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + content: ''; + display: block; + right: -100%; + opacity: 0; + position: absolute; + top: 0; + -webkit-transition: all 0.6s ease 0s; + -moz-transition: all 0.6s ease 0s; + -ms-transition: all 0.6s ease 0s; + -o-transition: all 0.6s ease 0s; + transition: all 0.6s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayN:after { - right: 50%; - opacity: 1; + right: 50%; + opacity: 1; } .ImageWrapper .ImageOverlayN:before { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - content: ''; - display: block; - left: -100%; - opacity: 0; - position: absolute; - top: 0; - -webkit-transition: all 0.6s ease 0s; - -moz-transition: all 0.6s ease 0s; - -ms-transition: all 0.6s ease 0s; - -o-transition: all 0.6s ease 0s; - transition: all 0.6s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + content: ''; + display: block; + left: -100%; + opacity: 0; + position: absolute; + top: 0; + -webkit-transition: all 0.6s ease 0s; + -moz-transition: all 0.6s ease 0s; + -ms-transition: all 0.6s ease 0s; + -o-transition: all 0.6s ease 0s; + transition: all 0.6s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayN:before { - left: 50%; - opacity: 1; + left: 50%; + opacity: 1; } .ImageWrapper .ImageOverlayO { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - left: -100%; - opacity: 0; - position: absolute; - top: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + left: -100%; + opacity: 0; + position: absolute; + top: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayO { - left: 0; - top: 0; - opacity: 1; + left: 0; + top: 0; + opacity: 1; } .ImageWrapper .ImageOverlayF { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - right: -100%; - opacity: 0; - position: absolute; - top: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + right: -100%; + opacity: 0; + position: absolute; + top: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayF { - right: 0; - top: 0; - opacity: 1; + right: 0; + top: 0; + opacity: 1; } .ImageWrapper .ImageOverlayNe { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - left: -100%; - opacity: 0; - position: absolute; - bottom: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + left: -100%; + opacity: 0; + position: absolute; + bottom: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayNe { - bottom: 0; - left: 0; - opacity: 1; + bottom: 0; + left: 0; + opacity: 1; } .ImageWrapper .ImageOverlayNa { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - right: -100%; - opacity: 0; - position: absolute; - bottom: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + right: -100%; + opacity: 0; + position: absolute; + bottom: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayNa { - bottom: 0; - right: 0; - opacity: 1; + bottom: 0; + right: 0; + opacity: 1; } .ImageWrapper .ImageOverlayMg { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - left: 0; - opacity: 0; - position: absolute; - top: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + left: 0; + opacity: 0; + position: absolute; + top: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayMg { - top: 0; - opacity: 1; + top: 0; + opacity: 1; } .ImageWrapper .ImageOverlayAl { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - left: 0; - opacity: 0; - position: absolute; - bottom: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + left: 0; + opacity: 0; + position: absolute; + bottom: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayAl { - bottom: 0; - opacity: 1; + bottom: 0; + opacity: 1; } .ImageWrapper .ImageOverlaySi { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - top: 0; - opacity: 0; - position: absolute; - right: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + top: 0; + opacity: 0; + position: absolute; + right: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlaySi { - right: 0; - opacity: 1; + right: 0; + opacity: 1; } .ImageWrapper .ImageOverlayP { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - top: 0; - opacity: 0; - position: absolute; - left: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + top: 0; + opacity: 0; + position: absolute; + left: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; } .ImageWrapper:hover .ImageOverlayP { - left: 0; - opacity: 1; + left: 0; + opacity: 1; } .ImageWrapper .ImageOverlayS { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - top: 0; - opacity: 0; - position: absolute; - left: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; - -webkit-transform: rotate(180deg) scale(0); - -moz-transform: rotate(180deg) scale(0); - -ms-transform: rotate(180deg) scale(0); - -o-transform: rotate(180deg) scale(0); - transform: rotate(180deg) scale(0); + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + top: 0; + opacity: 0; + position: absolute; + left: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; + -webkit-transform: rotate(180deg) scale(0); + -moz-transform: rotate(180deg) scale(0); + -ms-transform: rotate(180deg) scale(0); + -o-transform: rotate(180deg) scale(0); + transform: rotate(180deg) scale(0); } .ImageWrapper:hover .ImageOverlayS { - -webkit-transform: rotate(0deg) scale(1); - -moz-transform: rotate(0deg) scale(1); - -ms-transform: rotate(0deg) scale(1); - -o-transform: rotate(0deg) scale(1); - transform: rotate(0deg) scale(1); - opacity: 1; + -webkit-transform: rotate(0deg) scale(1); + -moz-transform: rotate(0deg) scale(1); + -ms-transform: rotate(0deg) scale(1); + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + opacity: 1; } .ImageWrapper .ImageOverlayCl { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - height: 100%; - display: block; - top: 0; - opacity: 0; - position: absolute; - left: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; - -webkit-transform: rotate(-180deg) scale(0); - -moz-transform: rotate(-180deg) scale(0); - -ms-transform: rotate(-180deg) scale(0); - -o-transform: rotate(-180deg) scale(0); - transform: rotate(-180deg) scale(0); + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + height: 100%; + display: block; + top: 0; + opacity: 0; + position: absolute; + left: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; + -webkit-transform: rotate(-180deg) scale(0); + -moz-transform: rotate(-180deg) scale(0); + -ms-transform: rotate(-180deg) scale(0); + -o-transform: rotate(-180deg) scale(0); + transform: rotate(-180deg) scale(0); } .ImageWrapper:hover .ImageOverlayCl { - -webkit-transform: rotate(0deg) scale(1); - -moz-transform: rotate(0deg) scale(1); - -ms-transform: rotate(0deg) scale(1); - -o-transform: rotate(0deg) scale(1); - transform: rotate(0deg) scale(1); - opacity: 1; + -webkit-transform: rotate(0deg) scale(1); + -moz-transform: rotate(0deg) scale(1); + -ms-transform: rotate(0deg) scale(1); + -o-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + opacity: 1; } .ImageWrapper .ImageOverlayArLeft:before { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - opacity: 0; - content: ''; - display: block; - position: absolute; - top: -50%; - -webkit-transition: all 0.2s ease 0s; - -moz-transition: all 0.2s ease 0s; - -ms-transition: all 0.2s ease 0s; - -o-transition: all 0.2s ease 0s; - transition: all 0.2s ease 0s; - width: 100%; - height: 100%; - left: -100%; - overflow: hidden; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + opacity: 0; + content: ''; + display: block; + position: absolute; + top: -50%; + -webkit-transition: all 0.2s ease 0s; + -moz-transition: all 0.2s ease 0s; + -ms-transition: all 0.2s ease 0s; + -o-transition: all 0.2s ease 0s; + transition: all 0.2s ease 0s; + width: 100%; + height: 100%; + left: -100%; + overflow: hidden; } .ImageWrapper .ImageOverlayArLeft:after { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - opacity: 0; - content: ''; - display: block; - position: absolute; - top: 50%; - -webkit-transition: all 0.2s ease 0.2s; - -moz-transition: all 0.2s ease 0.2s; - -ms-transition: all 0.2s ease 0.2s; - -o-transition: all 0.2s ease 0.2s; - transition: all 0.2s ease 0.2s; - width: 100%; - height: 100%; - left: -100%; - overflow: hidden; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + opacity: 0; + content: ''; + display: block; + position: absolute; + top: 50%; + -webkit-transition: all 0.2s ease 0.2s; + -moz-transition: all 0.2s ease 0.2s; + -ms-transition: all 0.2s ease 0.2s; + -o-transition: all 0.2s ease 0.2s; + transition: all 0.2s ease 0.2s; + width: 100%; + height: 100%; + left: -100%; + overflow: hidden; } .ImageWrapper .ImageOverlayArRight:before { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - opacity: 0; - content: ''; - display: block; - position: absolute; - top: -50%; - -webkit-transition: all 0.2s ease 0.3s; - -moz-transition: all 0.2s ease 0.3s; - -ms-transition: all 0.2s ease 0.3s; - -o-transition: all 0.2s ease 0.3s; - transition: all 0.2s ease 0.3s; - width: 100%; - height: 100%; - right: -100%; - overflow: hidden; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + opacity: 0; + content: ''; + display: block; + position: absolute; + top: -50%; + -webkit-transition: all 0.2s ease 0.3s; + -moz-transition: all 0.2s ease 0.3s; + -ms-transition: all 0.2s ease 0.3s; + -o-transition: all 0.2s ease 0.3s; + transition: all 0.2s ease 0.3s; + width: 100%; + height: 100%; + right: -100%; + overflow: hidden; } .ImageWrapper .ImageOverlayArRight:after { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - opacity: 0; - content: ''; - display: block; - position: absolute; - top: 50%; - -webkit-transition: all 0.2s ease 0.5s; - -moz-transition: all 0.2s ease 0.5s; - -ms-transition: all 0.2s ease 0.5s; - -o-transition: all 0.2s ease 0.5s; - transition: all 0.2s ease 0.5s; - width: 100%; - height: 100%; - right: -100%; - overflow: hidden; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + opacity: 0; + content: ''; + display: block; + position: absolute; + top: 50%; + -webkit-transition: all 0.2s ease 0.5s; + -moz-transition: all 0.2s ease 0.5s; + -ms-transition: all 0.2s ease 0.5s; + -o-transition: all 0.2s ease 0.5s; + transition: all 0.2s ease 0.5s; + width: 100%; + height: 100%; + right: -100%; + overflow: hidden; } .ImageWrapper:hover .ImageOverlayArLeft:before, .ImageWrapper:hover .ImageOverlayArLeft:after { - opacity: 1; - left: 50%; + opacity: 1; + left: 50%; } .ImageWrapper:hover .ImageOverlayArRight:before, .ImageWrapper:hover .ImageOverlayArRight:after { - opacity: 1; - right: 50%; + opacity: 1; + right: 50%; } .ImageWrapper .ImageOverlayK { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - opacity: 0; - position: absolute; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform-origin: top left; - -moz-transform-origin: top left; - -ms-transform-origin: top left; - -o-transform-origin: top left; - transform-origin: top left; - -webkit-transform-style: preserve-3D; - -moz-transform-style: preserve-3D; - -ms-transform-style: preserve-3D; - -o-transform-style: preserve-3D; - transform-style: preserve-3D; - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + opacity: 0; + position: absolute; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform-origin: top left; + -moz-transform-origin: top left; + -ms-transform-origin: top left; + -o-transform-origin: top left; + transform-origin: top left; + -webkit-transform-style: preserve-3D; + -moz-transform-style: preserve-3D; + -ms-transform-style: preserve-3D; + -o-transform-style: preserve-3D; + transform-style: preserve-3D; + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .ImageOverlayK { - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - -o-transform: rotate(0deg); - transform: rotate(0deg); - opacity: 1; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + opacity: 1; } .ImageWrapper .ImageOverlayCa { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - opacity: 0; - position: absolute; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform-origin: top right; - -moz-transform-origin: top right; - -ms-transform-origin: top right; - -o-transform-origin: top right; - transform-origin: top right; - -webkit-transform-style: preserve-3D; - -moz-transform-style: preserve-3D; - -ms-transform-style: preserve-3D; - -o-transform-style: preserve-3D; - transform-style: preserve-3D; - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + opacity: 0; + position: absolute; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform-origin: top right; + -moz-transform-origin: top right; + -ms-transform-origin: top right; + -o-transform-origin: top right; + transform-origin: top right; + -webkit-transform-style: preserve-3D; + -moz-transform-style: preserve-3D; + -ms-transform-style: preserve-3D; + -o-transform-style: preserve-3D; + transform-style: preserve-3D; + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .ImageOverlayCa { - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - -o-transform: rotate(0deg); - transform: rotate(0deg); - opacity: 1; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + opacity: 1; } .ImageWrapper .ImageOverlaySc { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - opacity: 0; - position: absolute; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform-origin: bottom left; - -moz-transform-origin: bottom left; - -ms-transform-origin: bottom left; - -o-transform-origin: bottom left; - transform-origin: bottom left; - -webkit-transform-style: preserve-3D; - -moz-transform-style: preserve-3D; - -ms-transform-style: preserve-3D; - -o-transform-style: preserve-3D; - transform-style: preserve-3D; - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + opacity: 0; + position: absolute; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform-origin: bottom left; + -moz-transform-origin: bottom left; + -ms-transform-origin: bottom left; + -o-transform-origin: bottom left; + transform-origin: bottom left; + -webkit-transform-style: preserve-3D; + -moz-transform-style: preserve-3D; + -ms-transform-style: preserve-3D; + -o-transform-style: preserve-3D; + transform-style: preserve-3D; + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .ImageOverlaySc { - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - -o-transform: rotate(0deg); - transform: rotate(0deg); - opacity: 1; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + opacity: 1; } .ImageWrapper .ImageOverlayTi { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); - opacity: 0; - position: absolute; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform-origin: bottom right; - -moz-transform-origin: bottom right; - -ms-transform-origin: bottom right; - -o-transform-origin: bottom right; - transform-origin: bottom right; - -webkit-transform-style: preserve-3D; - -moz-transform-style: preserve-3D; - -ms-transform-style: preserve-3D; - -o-transform-style: preserve-3D; - transform-style: preserve-3D; - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + opacity: 0; + position: absolute; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform-origin: bottom right; + -moz-transform-origin: bottom right; + -ms-transform-origin: bottom right; + -o-transform-origin: bottom right; + transform-origin: bottom right; + -webkit-transform-style: preserve-3D; + -moz-transform-style: preserve-3D; + -ms-transform-style: preserve-3D; + -o-transform-style: preserve-3D; + transform-style: preserve-3D; + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .ImageOverlayTi { - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - -o-transform: rotate(0deg); - transform: rotate(0deg); - opacity: 1; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + opacity: 1; } /* ============================================= Background Transform ============================================= */ .GrayScale { - -webkit-filter: url("data:image/svg+xml;utf8,#grayscale"); - filter: url("data:image/svg+xml;utf8,#grayscale"); - filter: gray; - -webkit-filter: grayscale(100%); - -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)'; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); - opacity: 0.6; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-filter: url("data:image/svg+xml;utf8,#grayscale"); + filter: url("data:image/svg+xml;utf8,#grayscale"); + filter: gray; + -webkit-filter: grayscale(100%); + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)'; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); + opacity: 0.6; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .GrayScale:hover { - -webkit-filter: url("data:image/svg+xml;utf8,#grayscale"); - filter: url("data:image/svg+xml;utf8,#grayscale"); - -webkit-filter: grayscale(0%); - -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - opacity: 1; + -webkit-filter: url("data:image/svg+xml;utf8,#grayscale"); + filter: url("data:image/svg+xml;utf8,#grayscale"); + -webkit-filter: grayscale(0%); + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); + opacity: 1; } .BackgroundS img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .BackgroundS:hover img { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -ms-transform: scale(1.2); - -o-transform: scale(1.2); - transform: scale(1.2); + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -ms-transform: scale(1.2); + -o-transform: scale(1.2); + transform: scale(1.2); } .BackgroundRR img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .BackgroundRR:hover img { - -webkit-transform: rotate(-10deg) scale(1.4); - -moz-transform: rotate(-10deg) scale(1.4); - -ms-transform: rotate(-10deg) scale(1.4); - -o-transform: rotate(-10deg) scale(1.4); - transform: rotate(-10deg) scale(1.4); + -webkit-transform: rotate(-10deg) scale(1.4); + -moz-transform: rotate(-10deg) scale(1.4); + -ms-transform: rotate(-10deg) scale(1.4); + -o-transform: rotate(-10deg) scale(1.4); + transform: rotate(-10deg) scale(1.4); } .BackgroundR img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .BackgroundR:hover img { - -webkit-transform: rotate(10deg) scale(1.4); - -moz-transform: rotate(10deg) scale(1.4); - -ms-transform: rotate(10deg) scale(1.4); - -o-transform: rotate(10deg) scale(1.4); - transform: rotate(10deg) scale(1.4); + -webkit-transform: rotate(10deg) scale(1.4); + -moz-transform: rotate(10deg) scale(1.4); + -ms-transform: rotate(10deg) scale(1.4); + -o-transform: rotate(10deg) scale(1.4); + transform: rotate(10deg) scale(1.4); } .BackgroundRS img { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -ms-transform: scale(1.2); - -o-transform: scale(1.2); - transform: scale(1.2); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -ms-transform: scale(1.2); + -o-transform: scale(1.2); + transform: scale(1.2); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .BackgroundRS:hover img { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); } .BackgroundF img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .BackgroundF:hover img { - opacity: 0; + opacity: 0; } .BackgroundFS img { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .BackgroundFS:hover img { - -webkit-transform: scale(10); - -moz-transform: scale(10); - -ms-transform: scale(10); - -o-transform: scale(10); - transform: scale(10); - opacity: 0; + -webkit-transform: scale(10); + -moz-transform: scale(10); + -ms-transform: scale(10); + -o-transform: scale(10); + transform: scale(10); + opacity: 0; } .BackgroundFRS img { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .BackgroundFRS:hover img { - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; + -webkit-transform: scale(0); + -moz-transform: scale(0); + -ms-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + opacity: 0; } .SquareCircle { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .SquareCircle:hover { - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; } .CircleSquare { - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .CircleSquare:hover { - -webkit-border-radius: 0; - -moz-border-radius: 0; - -ms-border-radius: 0; - -o-border-radius: 0; - border-radius: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + -ms-border-radius: 0; + -o-border-radius: 0; + border-radius: 0; } /* ============================================= Cubic Effects ============================================= */ .ImageWrapper .CStyleH { - margin: 0; - opacity: 0; - position: absolute; - text-align: center; - top: 0; - visibility: hidden; - width: 100%; - -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + margin: 0; + opacity: 0; + position: absolute; + text-align: center; + top: 0; + visibility: hidden; + width: 100%; + -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); } .ImageWrapper:hover .CStyleH { - margin-top: -20px; - opacity: 1; - top: 50%; - visibility: visible; + margin-top: -20px; + opacity: 1; + top: 50%; + visibility: visible; } .ImageWrapper .CStyleHe { - visibility: hidden; - margin: 0; - opacity: 0; - position: absolute; - text-align: center; - bottom: 0; - width: 100%; - -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + visibility: hidden; + margin: 0; + opacity: 0; + position: absolute; + text-align: center; + bottom: 0; + width: 100%; + -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); } .ImageWrapper:hover .CStyleHe { - margin-bottom: -20px; - opacity: 1; - bottom: 50%; - visibility: visible; + margin-bottom: -20px; + opacity: 1; + bottom: 50%; + visibility: visible; } .ImageWrapper .CStyleLi { - visibility: hidden; - margin: 0; - opacity: 0; - position: absolute; - text-align: right; - right: 0; - width: 100%; - top: 50%; - margin-top: -20px; - -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + visibility: hidden; + margin: 0; + opacity: 0; + position: absolute; + text-align: right; + right: 0; + width: 100%; + top: 50%; + margin-top: -20px; + -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); } .ImageWrapper:hover .CStyleLi { - margin-right: -42px; - opacity: 1; - right: 50%; - visibility: visible; + margin-right: -42px; + opacity: 1; + right: 50%; + visibility: visible; } .ImageWrapper .CStyleBe { - visibility: hidden; - margin: 0; - opacity: 0; - position: absolute; - text-align: left; - left: 0; - width: 100%; - top: 50%; - margin-top: -20px; - -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + visibility: hidden; + margin: 0; + opacity: 0; + position: absolute; + text-align: left; + left: 0; + width: 100%; + top: 50%; + margin-top: -20px; + -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); } .ImageWrapper:hover .CStyleBe { - margin-left: -42px; - opacity: 1; - left: 50%; - visibility: visible; + margin-left: -42px; + opacity: 1; + left: 50%; + visibility: visible; } .ImageWrapper .CStyleB { - visibility: hidden; - margin: 0; - opacity: 0; - position: absolute; - text-align: center; - width: 100%; - top: 50%; - margin-top: -20px; - -webkit-transform: scale(0.2); - -moz-transform: scale(0.2); - -ms-transform: scale(0.2); - -o-transform: scale(0.2); - transform: scale(0.2); - -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); - transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + visibility: hidden; + margin: 0; + opacity: 0; + position: absolute; + text-align: center; + width: 100%; + top: 50%; + margin-top: -20px; + -webkit-transform: scale(0.2); + -moz-transform: scale(0.2); + -ms-transform: scale(0.2); + -o-transform: scale(0.2); + transform: scale(0.2); + -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); + transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15); } .ImageWrapper:hover .CStyleB { - opacity: 1; - visibility: visible; - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); + opacity: 1; + visibility: visible; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); } .ImageWrapper .CStyleC span { - position: absolute; + position: absolute; } .ImageWrapper .CStyleC span:nth-of-type(1) { - bottom: 50%; - top: 50%; - left: 0; - margin: -20px 0 0 -68px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 400ms cubic-bezier(1, 0, 0.57, 0) !important; - -webkit-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; - -moz-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; - -ms-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; - -o-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; - transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; + bottom: 50%; + top: 50%; + left: 0; + margin: -20px 0 0 -68px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 400ms cubic-bezier(1, 0, 0.57, 0) !important; + -webkit-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; + -moz-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; + -ms-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; + -o-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; + transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; } .ImageWrapper .CStyleC span:nth-of-type(2) { - bottom: 50%; - top: 50%; - left: 50%; - right: 50%; - margin: -20px 0 0 -20px; - visibility: hidden; - opacity: 0; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 50%; + top: 50%; + left: 50%; + right: 50%; + margin: -20px 0 0 -20px; + visibility: hidden; + opacity: 0; + -webkit-transform: scale(0); + -moz-transform: scale(0); + -ms-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .CStyleC span:nth-of-type(3) { - bottom: 50%; - top: 50%; - right: 0; - margin: -20px -68px 0 0; - visibility: hidden; - opacity: 0; - -webkit-transition: all 400ms cubic-bezier(1, 0, 0.57, 0) !important; - -webkit-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; - -moz-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; - -ms-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; - -o-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; - transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; + bottom: 50%; + top: 50%; + right: 0; + margin: -20px -68px 0 0; + visibility: hidden; + opacity: 0; + -webkit-transition: all 400ms cubic-bezier(1, 0, 0.57, 0) !important; + -webkit-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; + -moz-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; + -ms-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; + -o-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; + transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important; } .ImageWrapper:hover .CStyleC span:nth-of-type(1) { - left: 50%; - visibility: visible; - opacity: 1; + left: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .CStyleC span:nth-of-type(2) { - visibility: visible; - opacity: 1; - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); + visibility: visible; + opacity: 1; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); } .ImageWrapper:hover .CStyleC span:nth-of-type(3) { - right: 50%; - visibility: visible; - opacity: 1; + right: 50%; + visibility: visible; + opacity: 1; } /* ============================================= Button Effects ============================================= */ .ImageWrapper .StyleH { - visibility: hidden; - margin: 0; - opacity: 0; - position: absolute; - text-align: center; - width: 100%; - top: 50%; - margin-top: -20px; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + visibility: hidden; + margin: 0; + opacity: 0; + position: absolute; + text-align: center; + width: 100%; + top: 50%; + margin-top: -20px; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleH { - opacity: 1; - visibility: visible; + opacity: 1; + visibility: visible; } .ImageWrapper .StyleHe { - margin: 0; - opacity: 0; - position: absolute; - text-align: center; - top: 0; - visibility: hidden; - width: 100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + margin: 0; + opacity: 0; + position: absolute; + text-align: center; + top: 0; + visibility: hidden; + width: 100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleHe { - margin-top: -20px; - opacity: 1; - top: 50%; - visibility: visible; + margin-top: -20px; + opacity: 1; + top: 50%; + visibility: visible; } .ImageWrapper .StyleLi { - visibility: hidden; - margin: 0; - opacity: 0; - position: absolute; - text-align: center; - bottom: 0; - width: 100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + visibility: hidden; + margin: 0; + opacity: 0; + position: absolute; + text-align: center; + bottom: 0; + width: 100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleLi { - margin-bottom: -20px; - opacity: 1; - bottom: 50%; - visibility: visible; + margin-bottom: -20px; + opacity: 1; + bottom: 50%; + visibility: visible; } .ImageWrapper .StyleBe { - visibility: hidden; - opacity: 0; - position: absolute; - text-align: right; - right: 0; - width: 100%; - top: 50%; - margin-top: -20px; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + visibility: hidden; + opacity: 0; + position: absolute; + text-align: right; + right: 0; + width: 100%; + top: 50%; + margin-top: -20px; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleBe { - margin-right: -42px; - opacity: 1; - right: 50%; - visibility: visible; + margin-right: -42px; + opacity: 1; + right: 50%; + visibility: visible; } .ImageWrapper .StyleB { - visibility: hidden; - opacity: 0; - position: absolute; - text-align: left; - left: 0; - width: 100%; - top: 50%; - margin-top: -20px; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + visibility: hidden; + opacity: 0; + position: absolute; + text-align: left; + left: 0; + width: 100%; + top: 50%; + margin-top: -20px; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleB { - margin-left: -42px; - opacity: 1; - left: 50%; - visibility: visible; + margin-left: -42px; + opacity: 1; + left: 50%; + visibility: visible; } .ImageWrapper .StyleC { - visibility: hidden; - opacity: 0; - position: absolute; - text-align: center; - width: 100%; - top: 50%; - margin-top: -20px; - -webkit-transform: scale(0.2); - -moz-transform: scale(0.2); - -ms-transform: scale(0.2); - -o-transform: scale(0.2); - transform: scale(0.2); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + visibility: hidden; + opacity: 0; + position: absolute; + text-align: center; + width: 100%; + top: 50%; + margin-top: -20px; + -webkit-transform: scale(0.2); + -moz-transform: scale(0.2); + -ms-transform: scale(0.2); + -o-transform: scale(0.2); + transform: scale(0.2); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleC { - opacity: 1; - visibility: visible; - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); + opacity: 1; + visibility: visible; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); } .ImageWrapper .StyleN { - visibility: hidden; - opacity: 0; - position: absolute; - text-align: center; - width: 100%; - top: 50%; - margin-top: -20px; - visibility: visible; - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - -o-transform: rotate(0deg); - transform: rotate(0deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + visibility: hidden; + opacity: 0; + position: absolute; + text-align: center; + width: 100%; + top: 50%; + margin-top: -20px; + visibility: visible; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleN { - opacity: 1; - visibility: visible; - -webkit-transform: rotate(360deg); - -moz-transform: rotate(360deg); - -ms-transform: rotate(360deg); - -o-transform: rotate(360deg); - transform: rotate(360deg); + opacity: 1; + visibility: visible; + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -ms-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); } .ImageWrapper .StyleO span { - position: absolute; + position: absolute; } .ImageWrapper .StyleO span:nth-of-type(1) { - bottom: 50%; - top: 50%; - left: 50%; - margin: -20px 0 0 -42px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 50%; + top: 50%; + left: 50%; + margin: -20px 0 0 -42px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleO span:nth-of-type(2) { - bottom: 50%; - top: 50%; - right: 50%; - margin: -20px -42px 0 0; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 50%; + top: 50%; + right: 50%; + margin: -20px -42px 0 0; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleO span:nth-of-type(1) { - opacity: 1; - visibility: visible; - -webkit-transform: rotate(360deg); - -moz-transform: rotate(360deg); - -ms-transform: rotate(360deg); - -o-transform: rotate(360deg); - transform: rotate(360deg); + opacity: 1; + visibility: visible; + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -ms-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); } .ImageWrapper:hover .StyleO span:nth-of-type(2) { - opacity: 1; - visibility: visible; - -webkit-transform: rotate(360deg); - -moz-transform: rotate(360deg); - -ms-transform: rotate(360deg); - -o-transform: rotate(360deg); - transform: rotate(360deg); + opacity: 1; + visibility: visible; + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -ms-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); } .ImageWrapper .StyleF { - visibility: hidden; - -webkit-transform: scale(0.5) rotateX(360deg); - -moz-transform: scale(0.5) rotateX(360deg); - -ms-transform: scale(0.5) rotateX(360deg); - -o-transform: scale(0.5) rotateX(360deg); - transform: scale(0.5) rotateX(360deg); - margin: 0; - opacity: 0; - position: absolute; - text-align: center; - width: 100%; - top: 50%; - margin-top: -20px; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + visibility: hidden; + -webkit-transform: scale(0.5) rotateX(360deg); + -moz-transform: scale(0.5) rotateX(360deg); + -ms-transform: scale(0.5) rotateX(360deg); + -o-transform: scale(0.5) rotateX(360deg); + transform: scale(0.5) rotateX(360deg); + margin: 0; + opacity: 0; + position: absolute; + text-align: center; + width: 100%; + top: 50%; + margin-top: -20px; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleF { - opacity: 1; - -webkit-transform: scale(1) rotateX(0deg); - -moz-transform: scale(1) rotateX(0deg); - -ms-transform: scale(1) rotateX(0deg); - -o-transform: scale(1) rotateX(0deg); - transform: scale(1) rotateX(0deg); - visibility: visible; + opacity: 1; + -webkit-transform: scale(1) rotateX(0deg); + -moz-transform: scale(1) rotateX(0deg); + -ms-transform: scale(1) rotateX(0deg); + -o-transform: scale(1) rotateX(0deg); + transform: scale(1) rotateX(0deg); + visibility: visible; } .ImageWrapper .StyleNe { - visibility: hidden; - margin: 0; - -webkit-transform: rotateY(0deg); - -moz-transform: rotateY(0deg); - -ms-transform: rotateY(0deg); - -o-transform: rotateY(0deg); - transform: rotateY(0deg); - opacity: 0; - position: absolute; - text-align: center; - width: 100%; - top: 50%; - margin-top: -20px; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + visibility: hidden; + margin: 0; + -webkit-transform: rotateY(0deg); + -moz-transform: rotateY(0deg); + -ms-transform: rotateY(0deg); + -o-transform: rotateY(0deg); + transform: rotateY(0deg); + opacity: 0; + position: absolute; + text-align: center; + width: 100%; + top: 50%; + margin-top: -20px; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleNe { - opacity: 1; - -webkit-transform: rotateY(360deg); - -moz-transform: rotateY(360deg); - -ms-transform: rotateY(360deg); - -o-transform: rotateY(360deg); - transform: rotateY(360deg); - visibility: visible; + opacity: 1; + -webkit-transform: rotateY(360deg); + -moz-transform: rotateY(360deg); + -ms-transform: rotateY(360deg); + -o-transform: rotateY(360deg); + transform: rotateY(360deg); + visibility: visible; } .ImageWrapper .StyleNa { - visibility: hidden; - -webkit-transform: scale(0.2) rotateY(360deg); - -moz-transform: scale(0.2) rotateY(360deg); - -ms-transform: scale(0.2) rotateY(360deg); - -o-transform: scale(0.2) rotateY(360deg); - transform: scale(0.2) rotateY(360deg); - margin: 0; - opacity: 0; - position: absolute; - text-align: center; - width: 100%; - top: 50%; - margin-top: -20px; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + visibility: hidden; + -webkit-transform: scale(0.2) rotateY(360deg); + -moz-transform: scale(0.2) rotateY(360deg); + -ms-transform: scale(0.2) rotateY(360deg); + -o-transform: scale(0.2) rotateY(360deg); + transform: scale(0.2) rotateY(360deg); + margin: 0; + opacity: 0; + position: absolute; + text-align: center; + width: 100%; + top: 50%; + margin-top: -20px; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleNa { - opacity: 1; - -webkit-transform: scale(1) rotateY(0deg); - -moz-transform: scale(1) rotateY(0deg); - -ms-transform: scale(1) rotateY(0deg); - -o-transform: scale(1) rotateY(0deg); - transform: scale(1) rotateY(0deg); - visibility: visible; + opacity: 1; + -webkit-transform: scale(1) rotateY(0deg); + -moz-transform: scale(1) rotateY(0deg); + -ms-transform: scale(1) rotateY(0deg); + -o-transform: scale(1) rotateY(0deg); + transform: scale(1) rotateY(0deg); + visibility: visible; } .ImageWrapper .StyleMg span { - position: absolute; + position: absolute; } .ImageWrapper .StyleMg span:nth-of-type(1) { - bottom: 50%; - top: 50%; - left: 50%; - margin: -20px 0 0 -82px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 50%; + top: 50%; + left: 50%; + margin: -20px 0 0 -82px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleMg span:nth-of-type(2) { - bottom: 50%; - top: 50%; - right: 50%; - margin: -20px -82px 0 0; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 50%; + top: 50%; + right: 50%; + margin: -20px -82px 0 0; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleMg span:nth-of-type(1) { - margin: -20px 0 0 -42px; - visibility: visible; - opacity: 1; + margin: -20px 0 0 -42px; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .StyleMg span:nth-of-type(2) { - margin: -20px -42px 0 0; - visibility: visible; - opacity: 1; + margin: -20px -42px 0 0; + visibility: visible; + opacity: 1; } .ImageWrapper .StyleAl span { - position: absolute; + position: absolute; } .ImageWrapper .StyleAl span:nth-of-type(1) { - top: 0; - left: 50%; - margin: -20px 0 0 -42px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 0; + left: 50%; + margin: -20px 0 0 -42px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleAl span:nth-of-type(2) { - bottom: 0; - right: 50%; - margin: 0 -42px -20px 0; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 0; + right: 50%; + margin: 0 -42px -20px 0; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleAl span:nth-of-type(1) { - top: 50%; - visibility: visible; - opacity: 1; + top: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .StyleAl span:nth-of-type(2) { - bottom: 50%; - visibility: visible; - opacity: 1; + bottom: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper .StyleSi span { - position: absolute; + position: absolute; } .ImageWrapper .StyleSi span:nth-of-type(1) { - bottom: 0; - left: 50%; - margin: 0 0 -20px -42px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 0; + left: 50%; + margin: 0 0 -20px -42px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleSi span:nth-of-type(2) { - top: 0; - right: 50%; - margin: -20px -42px 0 0; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 0; + right: 50%; + margin: -20px -42px 0 0; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleSi span:nth-of-type(1) { - bottom: 50%; - visibility: visible; - opacity: 1; + bottom: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .StyleSi span:nth-of-type(2) { - top: 50%; - visibility: visible; - opacity: 1; + top: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper .StyleP span { - position: absolute; + position: absolute; } .ImageWrapper .StyleP span:nth-of-type(1) { - top: 0; - left: 0; - margin: -40px 0 0 -40px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 0; + left: 0; + margin: -40px 0 0 -40px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleP span:nth-of-type(2) { - bottom: 0; - right: 0; - margin: 0 -40px -40px 0; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 0; + right: 0; + margin: 0 -40px -40px 0; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleP span:nth-of-type(1) { - top: 50%; - left: 50%; - margin: -20px 0 0 -42px; - visibility: visible; - opacity: 1; + top: 50%; + left: 50%; + margin: -20px 0 0 -42px; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .StyleP span:nth-of-type(2) { - bottom: 50%; - right: 50%; - margin: 0 -42px -20px 0; - visibility: visible; - opacity: 1; + bottom: 50%; + right: 50%; + margin: 0 -42px -20px 0; + visibility: visible; + opacity: 1; } .ImageWrapper .StyleS span { - position: absolute; + position: absolute; } .ImageWrapper .StyleS span:nth-of-type(1) { - bottom: 0; - left: 0; - margin: -40px 0 0 -40px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 0; + left: 0; + margin: -40px 0 0 -40px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleS span:nth-of-type(2) { - top: 0; - right: 0; - margin: 0 -40px -40px 0; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 0; + right: 0; + margin: 0 -40px -40px 0; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleS span:nth-of-type(1) { - bottom: 50%; - left: 50%; - margin: 0 0 -20px -42px; - visibility: visible; - opacity: 1; + bottom: 50%; + left: 50%; + margin: 0 0 -20px -42px; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .StyleS span:nth-of-type(2) { - top: 50%; - right: 50%; - margin: -20px -42px 0 0; - visibility: visible; - opacity: 1; + top: 50%; + right: 50%; + margin: -20px -42px 0 0; + visibility: visible; + opacity: 1; } .ImageWrapper .StyleCl { - visibility: hidden; - margin: 0; - opacity: 0; - position: absolute; - text-align: center; - width: 100%; - top: 50%; - margin-top: -20px; - visibility: visible; - -webkit-transform: rotateX(0deg); - -moz-transform: rotateX(0deg); - -ms-transform: rotateX(0deg); - -o-transform: rotateX(0deg); - transform: rotateX(0deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + visibility: hidden; + margin: 0; + opacity: 0; + position: absolute; + text-align: center; + width: 100%; + top: 50%; + margin-top: -20px; + visibility: visible; + -webkit-transform: rotateX(0deg); + -moz-transform: rotateX(0deg); + -ms-transform: rotateX(0deg); + -o-transform: rotateX(0deg); + transform: rotateX(0deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleCl { - opacity: 1; - visibility: visible; - -webkit-transform: rotateX(360deg); - -moz-transform: rotateX(360deg); - -ms-transform: rotateX(360deg); - -o-transform: rotateX(360deg); - transform: rotateX(360deg); + opacity: 1; + visibility: visible; + -webkit-transform: rotateX(360deg); + -moz-transform: rotateX(360deg); + -ms-transform: rotateX(360deg); + -o-transform: rotateX(360deg); + transform: rotateX(360deg); } .ImageWrapper .StyleAr span { - position: absolute; + position: absolute; } .ImageWrapper .StyleAr span:nth-of-type(1) { - top: 50%; - bottom: 50%; - left: 50%; - margin: -20px 0 0 -42px; - visibility: hidden; - opacity: 0; - -webkit-transform: scale(0.2) rotate(0deg); - -moz-transform: scale(0.2) rotate(0deg); - -ms-transform: scale(0.2) rotate(0deg); - -o-transform: scale(0.2) rotate(0deg); - transform: scale(0.2) rotate(0deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 50%; + bottom: 50%; + left: 50%; + margin: -20px 0 0 -42px; + visibility: hidden; + opacity: 0; + -webkit-transform: scale(0.2) rotate(0deg); + -moz-transform: scale(0.2) rotate(0deg); + -ms-transform: scale(0.2) rotate(0deg); + -o-transform: scale(0.2) rotate(0deg); + transform: scale(0.2) rotate(0deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleAr span:nth-of-type(2) { - top: 50%; - bottom: 50%; - right: 50%; - margin: -20px -42px -0 0; - visibility: hidden; - opacity: 0; - -webkit-transform: scale(0.2) rotate(0deg); - -moz-transform: scale(0.2) rotate(0deg); - -ms-transform: scale(0.2) rotate(0deg); - -o-transform: scale(0.2) rotate(0deg); - transform: scale(0.2) rotate(0deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 50%; + bottom: 50%; + right: 50%; + margin: -20px -42px -0 0; + visibility: hidden; + opacity: 0; + -webkit-transform: scale(0.2) rotate(0deg); + -moz-transform: scale(0.2) rotate(0deg); + -ms-transform: scale(0.2) rotate(0deg); + -o-transform: scale(0.2) rotate(0deg); + transform: scale(0.2) rotate(0deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleAr span:nth-of-type(1) { - visibility: visible; - opacity: 1; - -webkit-transform: scale(1) rotate(360deg); - -moz-transform: scale(1) rotate(360deg); - -ms-transform: scale(1) rotate(360deg); - -o-transform: scale(1) rotate(360deg); - transform: scale(1) rotate(360deg); + visibility: visible; + opacity: 1; + -webkit-transform: scale(1) rotate(360deg); + -moz-transform: scale(1) rotate(360deg); + -ms-transform: scale(1) rotate(360deg); + -o-transform: scale(1) rotate(360deg); + transform: scale(1) rotate(360deg); } .ImageWrapper:hover .StyleAr span:nth-of-type(2) { - visibility: visible; - opacity: 1; - -webkit-transform: scale(1) rotate(360deg); - -moz-transform: scale(1) rotate(360deg); - -ms-transform: scale(1) rotate(360deg); - -o-transform: scale(1) rotate(360deg); - transform: scale(1) rotate(360deg); + visibility: visible; + opacity: 1; + -webkit-transform: scale(1) rotate(360deg); + -moz-transform: scale(1) rotate(360deg); + -ms-transform: scale(1) rotate(360deg); + -o-transform: scale(1) rotate(360deg); + transform: scale(1) rotate(360deg); } .ImageWrapper .StyleK span { - position: absolute; + position: absolute; } .ImageWrapper .StyleK span:nth-of-type(1) { - top: 50%; - bottom: 50%; - left: 50%; - margin: -20px 0 0 -42px; - visibility: hidden; - opacity: 0; - -webkit-transform: rotateY(0deg); - -moz-transform: rotateY(0deg); - -ms-transform: rotateY(0deg); - -o-transform: rotateY(0deg); - transform: rotateY(0deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 50%; + bottom: 50%; + left: 50%; + margin: -20px 0 0 -42px; + visibility: hidden; + opacity: 0; + -webkit-transform: rotateY(0deg); + -moz-transform: rotateY(0deg); + -ms-transform: rotateY(0deg); + -o-transform: rotateY(0deg); + transform: rotateY(0deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleK span:nth-of-type(2) { - top: 50%; - bottom: 50%; - right: 50%; - margin: -20px -42px -0 0; - visibility: hidden; - opacity: 0; - -webkit-transform: rotateY(0deg); - -moz-transform: rotateY(0deg); - -ms-transform: rotateY(0deg); - -o-transform: rotateY(0deg); - transform: rotateY(0deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 50%; + bottom: 50%; + right: 50%; + margin: -20px -42px -0 0; + visibility: hidden; + opacity: 0; + -webkit-transform: rotateY(0deg); + -moz-transform: rotateY(0deg); + -ms-transform: rotateY(0deg); + -o-transform: rotateY(0deg); + transform: rotateY(0deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleK span:nth-of-type(1) { - visibility: visible; - opacity: 1; - -webkit-transform: rotateY(360deg); - -moz-transform: rotateY(360deg); - -ms-transform: rotateY(360deg); - -o-transform: rotateY(360deg); - transform: rotateY(360deg); + visibility: visible; + opacity: 1; + -webkit-transform: rotateY(360deg); + -moz-transform: rotateY(360deg); + -ms-transform: rotateY(360deg); + -o-transform: rotateY(360deg); + transform: rotateY(360deg); } .ImageWrapper:hover .StyleK span:nth-of-type(2) { - visibility: visible; - opacity: 1; - -webkit-transform: rotateY(360deg); - -moz-transform: rotateY(360deg); - -ms-transform: rotateY(360deg); - -o-transform: rotateY(360deg); - transform: rotateY(360deg); + visibility: visible; + opacity: 1; + -webkit-transform: rotateY(360deg); + -moz-transform: rotateY(360deg); + -ms-transform: rotateY(360deg); + -o-transform: rotateY(360deg); + transform: rotateY(360deg); } .ImageWrapper .StyleCa span { - position: absolute; + position: absolute; } .ImageWrapper .StyleCa span:nth-of-type(1) { - top: 50%; - bottom: 50%; - left: 50%; - margin: -20px 0 0 -42px; - visibility: hidden; - opacity: 0; - -webkit-transform: scale(0.2) rotateY(0deg); - -moz-transform: scale(0.2) rotateY(0deg); - -ms-transform: scale(0.2) rotateY(0deg); - -o-transform: scale(0.2) rotateY(0deg); - transform: scale(0.2) rotateY(0deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 50%; + bottom: 50%; + left: 50%; + margin: -20px 0 0 -42px; + visibility: hidden; + opacity: 0; + -webkit-transform: scale(0.2) rotateY(0deg); + -moz-transform: scale(0.2) rotateY(0deg); + -ms-transform: scale(0.2) rotateY(0deg); + -o-transform: scale(0.2) rotateY(0deg); + transform: scale(0.2) rotateY(0deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleCa span:nth-of-type(2) { - top: 50%; - bottom: 50%; - right: 50%; - margin: -20px -42px -0 0; - visibility: hidden; - opacity: 0; - -webkit-transform: scale(0.2) rotateY(0deg); - -moz-transform: scale(0.2) rotateY(0deg); - -ms-transform: scale(0.2) rotateY(0deg); - -o-transform: scale(0.2) rotateY(0deg); - transform: scale(0.2) rotateY(0deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 50%; + bottom: 50%; + right: 50%; + margin: -20px -42px -0 0; + visibility: hidden; + opacity: 0; + -webkit-transform: scale(0.2) rotateY(0deg); + -moz-transform: scale(0.2) rotateY(0deg); + -ms-transform: scale(0.2) rotateY(0deg); + -o-transform: scale(0.2) rotateY(0deg); + transform: scale(0.2) rotateY(0deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleCa span:nth-of-type(1) { - visibility: visible; - opacity: 1; - -webkit-transform: scale(1) rotateY(360deg); - -moz-transform: scale(1) rotateY(360deg); - -ms-transform: scale(1) rotateY(360deg); - -o-transform: scale(1) rotateY(360deg); - transform: scale(1) rotateY(360deg); + visibility: visible; + opacity: 1; + -webkit-transform: scale(1) rotateY(360deg); + -moz-transform: scale(1) rotateY(360deg); + -ms-transform: scale(1) rotateY(360deg); + -o-transform: scale(1) rotateY(360deg); + transform: scale(1) rotateY(360deg); } .ImageWrapper:hover .StyleCa span:nth-of-type(2) { - visibility: visible; - opacity: 1; - -webkit-transform: scale(1) rotateY(360deg); - -moz-transform: scale(1) rotateY(360deg); - -ms-transform: scale(1) rotateY(360deg); - -o-transform: scale(1) rotateY(360deg); - transform: scale(1) rotateY(360deg); + visibility: visible; + opacity: 1; + -webkit-transform: scale(1) rotateY(360deg); + -moz-transform: scale(1) rotateY(360deg); + -ms-transform: scale(1) rotateY(360deg); + -o-transform: scale(1) rotateY(360deg); + transform: scale(1) rotateY(360deg); } .ImageWrapper .StyleSc span { - position: absolute; + position: absolute; } .ImageWrapper .StyleSc span:nth-of-type(1) { - bottom: 50%; - top: 50%; - left: 0; - margin: -20px 0 0 -68px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 50%; + top: 50%; + left: 0; + margin: -20px 0 0 -68px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleSc span:nth-of-type(2) { - top: 0; - right: 50%; - left: 50%; - margin: -20px 0 0 -20px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + top: 0; + right: 50%; + left: 50%; + margin: -20px 0 0 -20px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleSc span:nth-of-type(3) { - bottom: 50%; - top: 50%; - right: 0; - margin: -20px -68px 0 0; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 50%; + top: 50%; + right: 0; + margin: -20px -68px 0 0; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleSc span:nth-of-type(1) { - left: 50%; - visibility: visible; - opacity: 1; + left: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .StyleSc span:nth-of-type(2) { - top: 50%; - visibility: visible; - opacity: 1; + top: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .StyleSc span:nth-of-type(3) { - right: 50%; - visibility: visible; - opacity: 1; + right: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper .StyleTi span { - position: absolute; + position: absolute; } .ImageWrapper .StyleTi span:nth-of-type(1) { - bottom: 50%; - top: 50%; - left: 0; - margin: -20px 0 0 -68px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 50%; + top: 50%; + left: 0; + margin: -20px 0 0 -68px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleTi span:nth-of-type(2) { - bottom: 50%; - top: 50%; - left: 50%; - right: 50%; - margin: -20px 0 0 -20px; - visibility: hidden; - opacity: 0; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 50%; + top: 50%; + left: 50%; + right: 50%; + margin: -20px 0 0 -20px; + visibility: hidden; + opacity: 0; + -webkit-transform: scale(0); + -moz-transform: scale(0); + -ms-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper .StyleTi span:nth-of-type(3) { - bottom: 50%; - top: 50%; - right: 0; - margin: -20px -68px 0 0; - visibility: hidden; - opacity: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + bottom: 50%; + top: 50%; + right: 0; + margin: -20px -68px 0 0; + visibility: hidden; + opacity: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .StyleTi span:nth-of-type(1) { - left: 50%; - visibility: visible; - opacity: 1; + left: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .StyleTi span:nth-of-type(2) { - visibility: visible; - opacity: 1; - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); + visibility: visible; + opacity: 1; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); } .ImageWrapper:hover .StyleTi span:nth-of-type(3) { - right: 50%; - visibility: visible; - opacity: 1; + right: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper .StyleV span { - position: absolute; + position: absolute; } .ImageWrapper .StyleV span:nth-of-type(1) { - top: 0; - left: 50%; - margin: -20px 0 0 -68px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; - -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; - -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; - -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; - transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; + top: 0; + left: 50%; + margin: -20px 0 0 -68px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; + -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; + -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; + -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; + transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s; } .ImageWrapper .StyleV span:nth-of-type(2) { - top: 0; - left: 50%; - margin: -20px 0 0 -20px; - visibility: hidden; - opacity: 0; - -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; - -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; - -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; - -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; - transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; + top: 0; + left: 50%; + margin: -20px 0 0 -20px; + visibility: hidden; + opacity: 0; + -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; + -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; + -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; + -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; + transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s; } .ImageWrapper .StyleV span:nth-of-type(3) { - top: 0; - right: 50%; - margin: -20px -68px 0 0; - visibility: hidden; - opacity: 0; - -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; - -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; - -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; - -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; - transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; + top: 0; + right: 50%; + margin: -20px -68px 0 0; + visibility: hidden; + opacity: 0; + -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; + -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; + -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; + -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; + transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s; } .ImageWrapper:hover .StyleV span:nth-of-type(1) { - top: 50%; - visibility: visible; - opacity: 1; + top: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .StyleV span:nth-of-type(2) { - top: 50%; - visibility: visible; - opacity: 1; + top: 50%; + visibility: visible; + opacity: 1; } .ImageWrapper:hover .StyleV span:nth-of-type(3) { - top: 50%; - visibility: visible; - opacity: 1; + top: 50%; + visibility: visible; + opacity: 1; } /* ============================================= Plus Button Effects ============================================= */ .ImageWrapper .PStyleH { - background: url(../img/plus.png) no-repeat scroll center center/60px 60px - #222222; - height: 100%; - left: 0; - opacity: 0; - overflow: hidden; - position: absolute; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; - z-index: 7; + background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222; + height: 100%; + left: 0; + opacity: 0; + overflow: hidden; + position: absolute; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; + z-index: 7; } .ImageWrapper:hover .PStyleH { - opacity: 0.6; - visibility: visible; + opacity: 0.6; + visibility: visible; } .ImageWrapper .PStyleHe { - position: absolute; - background: url(../img/plus.png) no-repeat scroll center center/100% 100% - #222222; - width: 100%; - height: 100%; - z-index: 3; - -webkit-background-origin: padding-box, padding-box; - -moz-background-origin: padding-box, padding-box; - -ms-background-origin: padding-box, padding-box; - -o-background-origin: padding-box, padding-box; - background-origin: padding-box, padding-box; - background-position: center center; - background-repeat: no-repeat; - -webkit-background-size: 10px 10px, 100% 100%; - -moz-background-size: 10px 10px, 100% 100%; - -ms-background-size: 10px 10px, 100% 100%; - -o-background-size: 10px 10px, 100% 100%; - background-size: 10px 10px, 100% 100%; - opacity: 0; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: url(../img/plus.png) no-repeat scroll center center/100% 100% #222222; + width: 100%; + height: 100%; + z-index: 3; + -webkit-background-origin: padding-box, padding-box; + -moz-background-origin: padding-box, padding-box; + -ms-background-origin: padding-box, padding-box; + -o-background-origin: padding-box, padding-box; + background-origin: padding-box, padding-box; + background-position: center center; + background-repeat: no-repeat; + -webkit-background-size: 10px 10px, 100% 100%; + -moz-background-size: 10px 10px, 100% 100%; + -ms-background-size: 10px 10px, 100% 100%; + -o-background-size: 10px 10px, 100% 100%; + background-size: 10px 10px, 100% 100%; + opacity: 0; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .PStyleHe { - opacity: 0.6; - -webkit-background-size: 60px 60px, 100% 100%; - -moz-background-size: 60px 60px, 100% 100%; - -ms-background-size: 60px 60px, 100% 100%; - -o-background-size: 60px 60px, 100% 100%; - background-size: 60px 60px, 100% 100%; - visibility: visible; + opacity: 0.6; + -webkit-background-size: 60px 60px, 100% 100%; + -moz-background-size: 60px 60px, 100% 100%; + -ms-background-size: 60px 60px, 100% 100%; + -o-background-size: 60px 60px, 100% 100%; + background-size: 60px 60px, 100% 100%; + visibility: visible; } .ImageWrapper .PStyleLi { - -webkit-transform: scale(0.5) rotateY(180deg); - -moz-transform: scale(0.5) rotateY(180deg); - -ms-transform: scale(0.5) rotateY(180deg); - -o-transform: scale(0.5) rotateY(180deg); - transform: scale(0.5) rotateY(180deg); - background: url(../img/plus.png) no-repeat scroll center center/60px 60px - #222222; - height: 100%; - left: 0; - opacity: 0; - overflow: hidden; - position: absolute; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; - z-index: 7; + -webkit-transform: scale(0.5) rotateY(180deg); + -moz-transform: scale(0.5) rotateY(180deg); + -ms-transform: scale(0.5) rotateY(180deg); + -o-transform: scale(0.5) rotateY(180deg); + transform: scale(0.5) rotateY(180deg); + background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222; + height: 100%; + left: 0; + opacity: 0; + overflow: hidden; + position: absolute; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; + z-index: 7; } .ImageWrapper:hover .PStyleLi { - opacity: 0.6; - -webkit-transform: scale(1) rotateY(0deg); - -moz-transform: scale(1) rotateY(0deg); - -ms-transform: scale(1) rotateY(0deg); - -o-transform: scale(1) rotateY(0deg); - transform: scale(1) rotateY(0deg); - visibility: visible; + opacity: 0.6; + -webkit-transform: scale(1) rotateY(0deg); + -moz-transform: scale(1) rotateY(0deg); + -ms-transform: scale(1) rotateY(0deg); + -o-transform: scale(1) rotateY(0deg); + transform: scale(1) rotateY(0deg); + visibility: visible; } .ImageWrapper .PStyleBe { - -webkit-transform: scale(0.5) rotateX(180deg); - -moz-transform: scale(0.5) rotateX(180deg); - -ms-transform: scale(0.5) rotateX(180deg); - -o-transform: scale(0.5) rotateX(180deg); - transform: scale(0.5) rotateX(180deg); - background: url(../img/plus.png) no-repeat scroll center center/60px 60px - #222222; - height: 100%; - left: 0; - opacity: 0; - overflow: hidden; - position: absolute; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - width: 100%; - z-index: 7; + -webkit-transform: scale(0.5) rotateX(180deg); + -moz-transform: scale(0.5) rotateX(180deg); + -ms-transform: scale(0.5) rotateX(180deg); + -o-transform: scale(0.5) rotateX(180deg); + transform: scale(0.5) rotateX(180deg); + background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222; + height: 100%; + left: 0; + opacity: 0; + overflow: hidden; + position: absolute; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + width: 100%; + z-index: 7; } .ImageWrapper:hover .PStyleBe { - opacity: 0.6; - -webkit-transform: scale(1) rotateX(0deg); - -moz-transform: scale(1) rotateX(0deg); - -ms-transform: scale(1) rotateX(0deg); - -o-transform: scale(1) rotateX(0deg); - transform: scale(1) rotateX(0deg); - visibility: visible; + opacity: 0.6; + -webkit-transform: scale(1) rotateX(0deg); + -moz-transform: scale(1) rotateX(0deg); + -ms-transform: scale(1) rotateX(0deg); + -o-transform: scale(1) rotateX(0deg); + transform: scale(1) rotateX(0deg); + visibility: visible; } .ImageWrapper .PStyleB { - position: absolute; - background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; - width: 100%; - height: 100%; - z-index: 3; - -webkit-background-origin: padding-box, padding-box; - -moz-background-origin: padding-box, padding-box; - -ms-background-origin: padding-box, padding-box; - -o-background-origin: padding-box, padding-box; - background-origin: padding-box, padding-box; - background-position: top left; - background-repeat: no-repeat; - -webkit-background-size: 10px 10px, 100% 100%; - -moz-background-size: 10px 10px, 100% 100%; - -ms-background-size: 10px 10px, 100% 100%; - -o-background-size: 10px 10px, 100% 100%; - background-size: 10px 10px, 100% 100%; - opacity: 0; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; + width: 100%; + height: 100%; + z-index: 3; + -webkit-background-origin: padding-box, padding-box; + -moz-background-origin: padding-box, padding-box; + -ms-background-origin: padding-box, padding-box; + -o-background-origin: padding-box, padding-box; + background-origin: padding-box, padding-box; + background-position: top left; + background-repeat: no-repeat; + -webkit-background-size: 10px 10px, 100% 100%; + -moz-background-size: 10px 10px, 100% 100%; + -ms-background-size: 10px 10px, 100% 100%; + -o-background-size: 10px 10px, 100% 100%; + background-size: 10px 10px, 100% 100%; + opacity: 0; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .PStyleB { - opacity: 0.6; - -webkit-background-size: 60px 60px, 100% 100%; - -moz-background-size: 60px 60px, 100% 100%; - -ms-background-size: 60px 60px, 100% 100%; - -o-background-size: 60px 60px, 100% 100%; - background-size: 60px 60px, 100% 100%; - visibility: visible; - background-position: center center; + opacity: 0.6; + -webkit-background-size: 60px 60px, 100% 100%; + -moz-background-size: 60px 60px, 100% 100%; + -ms-background-size: 60px 60px, 100% 100%; + -o-background-size: 60px 60px, 100% 100%; + background-size: 60px 60px, 100% 100%; + visibility: visible; + background-position: center center; } .ImageWrapper .PStyleC { - position: absolute; - background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; - width: 100%; - height: 100%; - z-index: 3; - -webkit-background-origin: padding-box, padding-box; - -moz-background-origin: padding-box, padding-box; - -ms-background-origin: padding-box, padding-box; - -o-background-origin: padding-box, padding-box; - background-origin: padding-box, padding-box; - background-position: top right; - background-repeat: no-repeat; - -webkit-background-size: 10px 10px, 100% 100%; - -moz-background-size: 10px 10px, 100% 100%; - -ms-background-size: 10px 10px, 100% 100%; - -o-background-size: 10px 10px, 100% 100%; - background-size: 10px 10px, 100% 100%; - opacity: 0; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; + width: 100%; + height: 100%; + z-index: 3; + -webkit-background-origin: padding-box, padding-box; + -moz-background-origin: padding-box, padding-box; + -ms-background-origin: padding-box, padding-box; + -o-background-origin: padding-box, padding-box; + background-origin: padding-box, padding-box; + background-position: top right; + background-repeat: no-repeat; + -webkit-background-size: 10px 10px, 100% 100%; + -moz-background-size: 10px 10px, 100% 100%; + -ms-background-size: 10px 10px, 100% 100%; + -o-background-size: 10px 10px, 100% 100%; + background-size: 10px 10px, 100% 100%; + opacity: 0; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .PStyleC { - opacity: 0.6; - -webkit-background-size: 60px 60px, 100% 100%; - -moz-background-size: 60px 60px, 100% 100%; - -ms-background-size: 60px 60px, 100% 100%; - -o-background-size: 60px 60px, 100% 100%; - background-size: 60px 60px, 100% 100%; - visibility: visible; - background-position: center center; + opacity: 0.6; + -webkit-background-size: 60px 60px, 100% 100%; + -moz-background-size: 60px 60px, 100% 100%; + -ms-background-size: 60px 60px, 100% 100%; + -o-background-size: 60px 60px, 100% 100%; + background-size: 60px 60px, 100% 100%; + visibility: visible; + background-position: center center; } .ImageWrapper .PStyleN { - position: absolute; - background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; - width: 100%; - height: 100%; - z-index: 3; - -webkit-background-origin: padding-box, padding-box; - -moz-background-origin: padding-box, padding-box; - -ms-background-origin: padding-box, padding-box; - -o-background-origin: padding-box, padding-box; - background-origin: padding-box, padding-box; - background-position: bottom right; - background-repeat: no-repeat; - -webkit-background-size: 10px 10px, 100% 100%; - -moz-background-size: 10px 10px, 100% 100%; - -ms-background-size: 10px 10px, 100% 100%; - -o-background-size: 10px 10px, 100% 100%; - background-size: 10px 10px, 100% 100%; - opacity: 0; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; + width: 100%; + height: 100%; + z-index: 3; + -webkit-background-origin: padding-box, padding-box; + -moz-background-origin: padding-box, padding-box; + -ms-background-origin: padding-box, padding-box; + -o-background-origin: padding-box, padding-box; + background-origin: padding-box, padding-box; + background-position: bottom right; + background-repeat: no-repeat; + -webkit-background-size: 10px 10px, 100% 100%; + -moz-background-size: 10px 10px, 100% 100%; + -ms-background-size: 10px 10px, 100% 100%; + -o-background-size: 10px 10px, 100% 100%; + background-size: 10px 10px, 100% 100%; + opacity: 0; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .PStyleN { - opacity: 0.6; - -webkit-background-size: 60px 60px, 100% 100%; - -moz-background-size: 60px 60px, 100% 100%; - -ms-background-size: 60px 60px, 100% 100%; - -o-background-size: 60px 60px, 100% 100%; - background-size: 60px 60px, 100% 100%; - visibility: visible; - background-position: center center; + opacity: 0.6; + -webkit-background-size: 60px 60px, 100% 100%; + -moz-background-size: 60px 60px, 100% 100%; + -ms-background-size: 60px 60px, 100% 100%; + -o-background-size: 60px 60px, 100% 100%; + background-size: 60px 60px, 100% 100%; + visibility: visible; + background-position: center center; } .ImageWrapper .PStyleO { - position: absolute; - background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; - width: 100%; - height: 100%; - z-index: 3; - -webkit-background-origin: padding-box, padding-box; - -moz-background-origin: padding-box, padding-box; - -ms-background-origin: padding-box, padding-box; - -o-background-origin: padding-box, padding-box; - background-origin: padding-box, padding-box; - background-position: bottom left; - background-repeat: no-repeat; - -webkit-background-size: 10px 10px, 100% 100%; - -moz-background-size: 10px 10px, 100% 100%; - -ms-background-size: 10px 10px, 100% 100%; - -o-background-size: 10px 10px, 100% 100%; - background-size: 10px 10px, 100% 100%; - opacity: 0; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; + width: 100%; + height: 100%; + z-index: 3; + -webkit-background-origin: padding-box, padding-box; + -moz-background-origin: padding-box, padding-box; + -ms-background-origin: padding-box, padding-box; + -o-background-origin: padding-box, padding-box; + background-origin: padding-box, padding-box; + background-position: bottom left; + background-repeat: no-repeat; + -webkit-background-size: 10px 10px, 100% 100%; + -moz-background-size: 10px 10px, 100% 100%; + -ms-background-size: 10px 10px, 100% 100%; + -o-background-size: 10px 10px, 100% 100%; + background-size: 10px 10px, 100% 100%; + opacity: 0; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .PStyleO { - opacity: 0.6; - -webkit-background-size: 60px 60px, 100% 100%; - -moz-background-size: 60px 60px, 100% 100%; - -ms-background-size: 60px 60px, 100% 100%; - -o-background-size: 60px 60px, 100% 100%; - background-size: 60px 60px, 100% 100%; - visibility: visible; - background-position: center center; + opacity: 0.6; + -webkit-background-size: 60px 60px, 100% 100%; + -moz-background-size: 60px 60px, 100% 100%; + -ms-background-size: 60px 60px, 100% 100%; + -o-background-size: 60px 60px, 100% 100%; + background-size: 60px 60px, 100% 100%; + visibility: visible; + background-position: center center; } .ImageWrapper .PStyleF { - position: absolute; - background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; - width: 100%; - height: 100%; - z-index: 3; - -webkit-background-origin: padding-box, padding-box; - -moz-background-origin: padding-box, padding-box; - -ms-background-origin: padding-box, padding-box; - -o-background-origin: padding-box, padding-box; - background-origin: padding-box, padding-box; - background-position: top center; - background-repeat: no-repeat; - -webkit-background-size: 10px 10px, 100% 100%; - -moz-background-size: 10px 10px, 100% 100%; - -ms-background-size: 10px 10px, 100% 100%; - -o-background-size: 10px 10px, 100% 100%; - background-size: 10px 10px, 100% 100%; - opacity: 0; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; + width: 100%; + height: 100%; + z-index: 3; + -webkit-background-origin: padding-box, padding-box; + -moz-background-origin: padding-box, padding-box; + -ms-background-origin: padding-box, padding-box; + -o-background-origin: padding-box, padding-box; + background-origin: padding-box, padding-box; + background-position: top center; + background-repeat: no-repeat; + -webkit-background-size: 10px 10px, 100% 100%; + -moz-background-size: 10px 10px, 100% 100%; + -ms-background-size: 10px 10px, 100% 100%; + -o-background-size: 10px 10px, 100% 100%; + background-size: 10px 10px, 100% 100%; + opacity: 0; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .PStyleF { - opacity: 0.6; - -webkit-background-size: 60px 60px, 100% 100%; - -moz-background-size: 60px 60px, 100% 100%; - -ms-background-size: 60px 60px, 100% 100%; - -o-background-size: 60px 60px, 100% 100%; - background-size: 60px 60px, 100% 100%; - visibility: visible; - background-position: center center; + opacity: 0.6; + -webkit-background-size: 60px 60px, 100% 100%; + -moz-background-size: 60px 60px, 100% 100%; + -ms-background-size: 60px 60px, 100% 100%; + -o-background-size: 60px 60px, 100% 100%; + background-size: 60px 60px, 100% 100%; + visibility: visible; + background-position: center center; } .ImageWrapper .PStyleNe { - position: absolute; - background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; - width: 100%; - height: 100%; - z-index: 3; - -webkit-background-origin: padding-box, padding-box; - -moz-background-origin: padding-box, padding-box; - -ms-background-origin: padding-box, padding-box; - -o-background-origin: padding-box, padding-box; - background-origin: padding-box, padding-box; - background-position: bottom center; - background-repeat: no-repeat; - -webkit-background-size: 10px 10px, 100% 100%; - -moz-background-size: 10px 10px, 100% 100%; - -ms-background-size: 10px 10px, 100% 100%; - -o-background-size: 10px 10px, 100% 100%; - background-size: 10px 10px, 100% 100%; - opacity: 0; - top: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222; + width: 100%; + height: 100%; + z-index: 3; + -webkit-background-origin: padding-box, padding-box; + -moz-background-origin: padding-box, padding-box; + -ms-background-origin: padding-box, padding-box; + -o-background-origin: padding-box, padding-box; + background-origin: padding-box, padding-box; + background-position: bottom center; + background-repeat: no-repeat; + -webkit-background-size: 10px 10px, 100% 100%; + -moz-background-size: 10px 10px, 100% 100%; + -ms-background-size: 10px 10px, 100% 100%; + -o-background-size: 10px 10px, 100% 100%; + background-size: 10px 10px, 100% 100%; + opacity: 0; + top: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .PStyleNe { - opacity: 0.6; - -webkit-background-size: 60px 60px, 100% 100%; - -moz-background-size: 60px 60px, 100% 100%; - -ms-background-size: 60px 60px, 100% 100%; - -o-background-size: 60px 60px, 100% 100%; - background-size: 60px 60px, 100% 100%; - visibility: visible; - background-position: center center; + opacity: 0.6; + -webkit-background-size: 60px 60px, 100% 100%; + -moz-background-size: 60px 60px, 100% 100%; + -ms-background-size: 60px 60px, 100% 100%; + -o-background-size: 60px 60px, 100% 100%; + background-size: 60px 60px, 100% 100%; + visibility: visible; + background-position: center center; } /* ============================================= Content Transform ============================================= */ .ContentWrapperH .ContentH { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperH:hover .ContentH { - opacity: 1; - visibility: visible; + opacity: 1; + visibility: visible; } .ContentWrapperH .ContentH .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperH .ContentH .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperH .ContentH .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperH .ContentH .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperH .ContentH .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperHe .ContentHe { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform: scale(0); + -moz-transform: scale(0); + -ms-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperHe:hover .ContentHe { - opacity: 1; - visibility: visible; - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); + opacity: 1; + visibility: visible; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); } .ContentWrapperHe .ContentHe .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperHe .ContentHe .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperHe .ContentHe .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperHe .ContentHe .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperHe .ContentHe .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperLi img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperLi:hover img { - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); + -webkit-transform: scale(0); + -moz-transform: scale(0); + -ms-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); } .ContentWrapperLi .ContentLi { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform: scale(0); + -moz-transform: scale(0); + -ms-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperLi:hover .ContentLi { - opacity: 1; - visibility: visible; - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); + opacity: 1; + visibility: visible; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); } .ContentWrapperLi .ContentLi .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperLi .ContentLi .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperLi .ContentLi .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperLi .ContentLi .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperLi .ContentLi .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperBe img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; - opacity: 1; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; + opacity: 1; } .ContentWrapperBe:hover img { - -webkit-transform: scale(10); - -moz-transform: scale(10); - -ms-transform: scale(10); - -o-transform: scale(10); - transform: scale(10); - opacity: 0; + -webkit-transform: scale(10); + -moz-transform: scale(10); + -ms-transform: scale(10); + -o-transform: scale(10); + transform: scale(10); + opacity: 0; } .ContentWrapperBe .ContentBe { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperBe:hover .ContentBe { - opacity: 1; - visibility: visible; + opacity: 1; + visibility: visible; } .ContentWrapperBe .ContentBe .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperBe .ContentBe .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperBe .ContentBe .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperBe .ContentBe .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperBe .ContentBe .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperB img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperB:hover img { - -webkit-transform: translateY(100%); - -moz-transform: translateY(100%); - -ms-transform: translateY(100%); - -o-transform: translateY(100%); - transform: translateY(100%); + -webkit-transform: translateY(100%); + -moz-transform: translateY(100%); + -ms-transform: translateY(100%); + -o-transform: translateY(100%); + transform: translateY(100%); } .ContentWrapperB .ContentB { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: -100%; - left: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: -100%; + left: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperB:hover .ContentB { - opacity: 1; - visibility: visible; - top: 0; + opacity: 1; + visibility: visible; + top: 0; } .ContentWrapperB .ContentB .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperB .ContentB .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperB .ContentB .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperB .ContentB .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperB .ContentB .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperC img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperC:hover img { - -webkit-transform: translateY(-100%); - -moz-transform: translateY(-100%); - -ms-transform: translateY(-100%); - -o-transform: translateY(-100%); - transform: translateY(-100%); + -webkit-transform: translateY(-100%); + -moz-transform: translateY(-100%); + -ms-transform: translateY(-100%); + -o-transform: translateY(-100%); + transform: translateY(-100%); } .ContentWrapperC .ContentC { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - bottom: -100%; - left: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + bottom: -100%; + left: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperC:hover .ContentC { - opacity: 1; - visibility: visible; - bottom: 0; + opacity: 1; + visibility: visible; + bottom: 0; } .ContentWrapperC .ContentC .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperC .ContentC .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperC .ContentC .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperC .ContentC .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperC .ContentC .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperN img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperN:hover img { - -webkit-transform: translateX(-100%); - -moz-transform: translateX(-100%); - -ms-transform: translateX(-100%); - -o-transform: translateX(-100%); - transform: translateX(-100%); + -webkit-transform: translateX(-100%); + -moz-transform: translateX(-100%); + -ms-transform: translateX(-100%); + -o-transform: translateX(-100%); + transform: translateX(-100%); } .ContentWrapperN .ContentN { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - right: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + right: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperN:hover .ContentN { - opacity: 1; - visibility: visible; - right: 0; + opacity: 1; + visibility: visible; + right: 0; } .ContentWrapperN .ContentN .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperN .ContentN .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperN .ContentN .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperN .ContentN .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperN .ContentN .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperO img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperO:hover img { - -webkit-transform: translateX(100%); - -moz-transform: translateX(100%); - -ms-transform: translateX(100%); - -o-transform: translateX(100%); - transform: translateX(100%); + -webkit-transform: translateX(100%); + -moz-transform: translateX(100%); + -ms-transform: translateX(100%); + -o-transform: translateX(100%); + transform: translateX(100%); } .ContentWrapperO .ContentO { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperO:hover .ContentO { - opacity: 1; - visibility: visible; - left: 0; + opacity: 1; + visibility: visible; + left: 0; } .ContentWrapperO .ContentO .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperO .ContentO .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperO .ContentO .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperO .ContentO .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperO .ContentO .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperF img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperF:hover img { - -webkit-transform: translateX(20%); - -moz-transform: translateX(20%); - -ms-transform: translateX(20%); - -o-transform: translateX(20%); - transform: translateX(20%); + -webkit-transform: translateX(20%); + -moz-transform: translateX(20%); + -ms-transform: translateX(20%); + -o-transform: translateX(20%); + transform: translateX(20%); } .ContentWrapperF .ContentF { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 50%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform: perspective(600px) rotateY(90deg); - -moz-transform: perspective(600px) rotateY(90deg); - -ms-transform: perspective(600px) rotateY(90deg); - -o-transform: perspective(600px) rotateY(90deg); - transform: perspective(600px) rotateY(90deg); - -webkit-transform-origin: left center 0; - -moz-transform-origin: left center 0; - -ms-transform-origin: left center 0; - -o-transform-origin: left center 0; - transform-origin: left center 0; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 50%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform: perspective(600px) rotateY(90deg); + -moz-transform: perspective(600px) rotateY(90deg); + -ms-transform: perspective(600px) rotateY(90deg); + -o-transform: perspective(600px) rotateY(90deg); + transform: perspective(600px) rotateY(90deg); + -webkit-transform-origin: left center 0; + -moz-transform-origin: left center 0; + -ms-transform-origin: left center 0; + -o-transform-origin: left center 0; + transform-origin: left center 0; + -webkit-transform-style: preserve-3d; + -moz-transform-style: preserve-3d; + -ms-transform-style: preserve-3d; + -o-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperF:hover .ContentF { - opacity: 1; - visibility: visible; - -webkit-transform: perspective(600px) rotateY(0deg); - -moz-transform: perspective(600px) rotateY(0deg); - -ms-transform: perspective(600px) rotateY(0deg); - -o-transform: perspective(600px) rotateY(0deg); - transform: perspective(600px) rotateY(0deg); + opacity: 1; + visibility: visible; + -webkit-transform: perspective(600px) rotateY(0deg); + -moz-transform: perspective(600px) rotateY(0deg); + -ms-transform: perspective(600px) rotateY(0deg); + -o-transform: perspective(600px) rotateY(0deg); + transform: perspective(600px) rotateY(0deg); } .ContentWrapperF .ContentF .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperF .ContentF .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperF .ContentF .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperNe img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperNe:hover img { - -webkit-transform: translateY(20%); - -moz-transform: translateY(20%); - -ms-transform: translateY(20%); - -o-transform: translateY(20%); - transform: translateY(20%); + -webkit-transform: translateY(20%); + -moz-transform: translateY(20%); + -ms-transform: translateY(20%); + -o-transform: translateY(20%); + transform: translateY(20%); } .ContentWrapperNe .ContentNe { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 50%; - display: block; - top: 0; - left: 0; - -webkit-transform: perspective(600px) rotateX(-90deg); - -moz-transform: perspective(600px) rotateX(-90deg); - -ms-transform: perspective(600px) rotateX(-90deg); - -o-transform: perspective(600px) rotateX(-90deg); - transform: perspective(600px) rotateX(-90deg); - -webkit-transform-origin: center top 0; - -moz-transform-origin: center top 0; - -ms-transform-origin: center top 0; - -o-transform-origin: center top 0; - transform-origin: center top 0; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 50%; + display: block; + top: 0; + left: 0; + -webkit-transform: perspective(600px) rotateX(-90deg); + -moz-transform: perspective(600px) rotateX(-90deg); + -ms-transform: perspective(600px) rotateX(-90deg); + -o-transform: perspective(600px) rotateX(-90deg); + transform: perspective(600px) rotateX(-90deg); + -webkit-transform-origin: center top 0; + -moz-transform-origin: center top 0; + -ms-transform-origin: center top 0; + -o-transform-origin: center top 0; + transform-origin: center top 0; + -webkit-transform-style: preserve-3d; + -moz-transform-style: preserve-3d; + -ms-transform-style: preserve-3d; + -o-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperNe:hover .ContentNe { - opacity: 1; - visibility: visible; - -webkit-transform: perspective(600px) rotateX(0deg); - -moz-transform: perspective(600px) rotateX(0deg); - -ms-transform: perspective(600px) rotateX(0deg); - -o-transform: perspective(600px) rotateX(0deg); - transform: perspective(600px) rotateX(0deg); + opacity: 1; + visibility: visible; + -webkit-transform: perspective(600px) rotateX(0deg); + -moz-transform: perspective(600px) rotateX(0deg); + -ms-transform: perspective(600px) rotateX(0deg); + -o-transform: perspective(600px) rotateX(0deg); + transform: perspective(600px) rotateX(0deg); } .ContentWrapperNe .ContentNe .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperNe .ContentNe .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperNe .ContentNe .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperNa img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperNa:hover img { - -webkit-transform: translateX(-20%); - -moz-transform: translateX(-20%); - -ms-transform: translateX(-20%); - -o-transform: translateX(-20%); - transform: translateX(-20%); + -webkit-transform: translateX(-20%); + -moz-transform: translateX(-20%); + -ms-transform: translateX(-20%); + -o-transform: translateX(-20%); + transform: translateX(-20%); } .ContentWrapperNa .ContentNa { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 50%; - height: 100%; - display: block; - top: 0; - right: 0; - -webkit-transform: perspective(600px) rotateY(-90deg); - -moz-transform: perspective(600px) rotateY(-90deg); - -ms-transform: perspective(600px) rotateY(-90deg); - -o-transform: perspective(600px) rotateY(-90deg); - transform: perspective(600px) rotateY(-90deg); - -webkit-transform-origin: right center 0; - -moz-transform-origin: right center 0; - -ms-transform-origin: right center 0; - -o-transform-origin: right center 0; - transform-origin: right center 0; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 50%; + height: 100%; + display: block; + top: 0; + right: 0; + -webkit-transform: perspective(600px) rotateY(-90deg); + -moz-transform: perspective(600px) rotateY(-90deg); + -ms-transform: perspective(600px) rotateY(-90deg); + -o-transform: perspective(600px) rotateY(-90deg); + transform: perspective(600px) rotateY(-90deg); + -webkit-transform-origin: right center 0; + -moz-transform-origin: right center 0; + -ms-transform-origin: right center 0; + -o-transform-origin: right center 0; + transform-origin: right center 0; + -webkit-transform-style: preserve-3d; + -moz-transform-style: preserve-3d; + -ms-transform-style: preserve-3d; + -o-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperNa:hover .ContentNa { - opacity: 1; - visibility: visible; - -webkit-transform: perspective(600px) rotateY(0deg); - -moz-transform: perspective(600px) rotateY(0deg); - -ms-transform: perspective(600px) rotateY(0deg); - -o-transform: perspective(600px) rotateY(0deg); - transform: perspective(600px) rotateY(0deg); + opacity: 1; + visibility: visible; + -webkit-transform: perspective(600px) rotateY(0deg); + -moz-transform: perspective(600px) rotateY(0deg); + -ms-transform: perspective(600px) rotateY(0deg); + -o-transform: perspective(600px) rotateY(0deg); + transform: perspective(600px) rotateY(0deg); } .ContentWrapperNa .ContentNa .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperNa .ContentNa .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperNa .ContentNa .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperMg img { - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperMg:hover img { - -webkit-transform: translateY(-20%); - -moz-transform: translateY(-20%); - -ms-transform: translateY(-20%); - -o-transform: translateY(-20%); - transform: translateY(-20%); + -webkit-transform: translateY(-20%); + -moz-transform: translateY(-20%); + -ms-transform: translateY(-20%); + -o-transform: translateY(-20%); + transform: translateY(-20%); } .ContentWrapperMg .ContentMg { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 50%; - display: block; - bottom: 0; - left: 0; - -webkit-transform: perspective(600px) rotateX(90deg); - -moz-transform: perspective(600px) rotateX(90deg); - -ms-transform: perspective(600px) rotateX(90deg); - -o-transform: perspective(600px) rotateX(90deg); - transform: perspective(600px) rotateX(90deg); - -webkit-transform-origin: center bottom 0; - -moz-transform-origin: center bottom 0; - -ms-transform-origin: center bottom 0; - -o-transform-origin: center bottom 0; - transform-origin: center bottom 0; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - transform-style: preserve-3d; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 50%; + display: block; + bottom: 0; + left: 0; + -webkit-transform: perspective(600px) rotateX(90deg); + -moz-transform: perspective(600px) rotateX(90deg); + -ms-transform: perspective(600px) rotateX(90deg); + -o-transform: perspective(600px) rotateX(90deg); + transform: perspective(600px) rotateX(90deg); + -webkit-transform-origin: center bottom 0; + -moz-transform-origin: center bottom 0; + -ms-transform-origin: center bottom 0; + -o-transform-origin: center bottom 0; + transform-origin: center bottom 0; + -webkit-transform-style: preserve-3d; + -moz-transform-style: preserve-3d; + -ms-transform-style: preserve-3d; + -o-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperMg:hover .ContentMg { - opacity: 1; - visibility: visible; - -webkit-transform: perspective(600px) rotateY(0deg); - -moz-transform: perspective(600px) rotateY(0deg); - -ms-transform: perspective(600px) rotateY(0deg); - -o-transform: perspective(600px) rotateY(0deg); - transform: perspective(600px) rotateY(0deg); + opacity: 1; + visibility: visible; + -webkit-transform: perspective(600px) rotateY(0deg); + -moz-transform: perspective(600px) rotateY(0deg); + -ms-transform: perspective(600px) rotateY(0deg); + -o-transform: perspective(600px) rotateY(0deg); + transform: perspective(600px) rotateY(0deg); } .ContentWrapperMg .ContentMg .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperMg .ContentMg .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperMg .ContentMg .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperAl .ContentAl { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform: rotateY(0deg) scale(0); - -moz-transform: rotateY(0deg) scale(0); - -ms-transform: rotateY(0deg) scale(0); - -o-transform: rotateY(0deg) scale(0); - transform: rotateY(0deg) scale(0); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform: rotateY(0deg) scale(0); + -moz-transform: rotateY(0deg) scale(0); + -ms-transform: rotateY(0deg) scale(0); + -o-transform: rotateY(0deg) scale(0); + transform: rotateY(0deg) scale(0); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperAl:hover .ContentAl { - opacity: 1; - visibility: visible; - -webkit-transform: rotateY(360deg) scale(0.9); - -moz-transform: rotateY(360deg) scale(0.9); - -ms-transform: rotateY(360deg) scale(0.9); - -o-transform: rotateY(360deg) scale(0.9); - transform: rotateY(360deg) scale(0.9); + opacity: 1; + visibility: visible; + -webkit-transform: rotateY(360deg) scale(0.9); + -moz-transform: rotateY(360deg) scale(0.9); + -ms-transform: rotateY(360deg) scale(0.9); + -o-transform: rotateY(360deg) scale(0.9); + transform: rotateY(360deg) scale(0.9); } .ContentWrapperAl .ContentAl .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperAl .ContentAl .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperAl .ContentAl .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperAl .ContentAl .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperAl .ContentAl .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperSi .ContentSi { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform: rotateX(0deg) scale(0); - -moz-transform: rotateX(0deg) scale(0); - -ms-transform: rotateX(0deg) scale(0); - -o-transform: rotateX(0deg) scale(0); - transform: rotateX(0deg) scale(0); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform: rotateX(0deg) scale(0); + -moz-transform: rotateX(0deg) scale(0); + -ms-transform: rotateX(0deg) scale(0); + -o-transform: rotateX(0deg) scale(0); + transform: rotateX(0deg) scale(0); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperSi:hover .ContentSi { - opacity: 1; - visibility: visible; - -webkit-transform: rotateX(360deg) scale(0.9); - -moz-transform: rotateX(360deg) scale(0.9); - -ms-transform: rotateX(360deg) scale(0.9); - -o-transform: rotateX(360deg) scale(0.9); - transform: rotateX(360deg) scale(0.9); + opacity: 1; + visibility: visible; + -webkit-transform: rotateX(360deg) scale(0.9); + -moz-transform: rotateX(360deg) scale(0.9); + -ms-transform: rotateX(360deg) scale(0.9); + -o-transform: rotateX(360deg) scale(0.9); + transform: rotateX(360deg) scale(0.9); } .ContentWrapperSi .ContentSi .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperSi .ContentSi .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperSi .ContentSi .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperSi .ContentSi .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperSi .ContentSi .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperP .ContentP { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform: rotateY(0deg) scale(0.9); - -moz-transform: rotateY(0deg) scale(0.9); - -ms-transform: rotateY(0deg) scale(0.9); - -o-transform: rotateY(0deg) scale(0.9); - transform: rotateY(0deg) scale(0.9); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform: rotateY(0deg) scale(0.9); + -moz-transform: rotateY(0deg) scale(0.9); + -ms-transform: rotateY(0deg) scale(0.9); + -o-transform: rotateY(0deg) scale(0.9); + transform: rotateY(0deg) scale(0.9); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperP:hover .ContentP { - opacity: 1; - visibility: visible; - -webkit-transform: rotateY(360deg) scale(0.9); - -moz-transform: rotateY(360deg) scale(0.9); - -ms-transform: rotateY(360deg) scale(0.9); - -o-transform: rotateY(360deg) scale(0.9); - transform: rotateY(360deg) scale(0.9); + opacity: 1; + visibility: visible; + -webkit-transform: rotateY(360deg) scale(0.9); + -moz-transform: rotateY(360deg) scale(0.9); + -ms-transform: rotateY(360deg) scale(0.9); + -o-transform: rotateY(360deg) scale(0.9); + transform: rotateY(360deg) scale(0.9); } .ContentWrapperP .ContentP .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperP .ContentP .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperP .ContentP .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperP .ContentP .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperP .ContentP .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperS .ContentS { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform: rotateX(0deg) scale(0.9); - -moz-transform: rotateX(0deg) scale(0.9); - -ms-transform: rotateX(0deg) scale(0.9); - -o-transform: rotateX(0deg) scale(0.9); - transform: rotateX(0deg) scale(0.9); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform: rotateX(0deg) scale(0.9); + -moz-transform: rotateX(0deg) scale(0.9); + -ms-transform: rotateX(0deg) scale(0.9); + -o-transform: rotateX(0deg) scale(0.9); + transform: rotateX(0deg) scale(0.9); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperS:hover .ContentS { - opacity: 1; - visibility: visible; - -webkit-transform: rotateX(360deg) scale(0.9); - -moz-transform: rotateX(360deg) scale(0.9); - -ms-transform: rotateX(360deg) scale(0.9); - -o-transform: rotateX(360deg) scale(0.9); - transform: rotateX(360deg) scale(0.9); + opacity: 1; + visibility: visible; + -webkit-transform: rotateX(360deg) scale(0.9); + -moz-transform: rotateX(360deg) scale(0.9); + -ms-transform: rotateX(360deg) scale(0.9); + -o-transform: rotateX(360deg) scale(0.9); + transform: rotateX(360deg) scale(0.9); } .ContentWrapperS .ContentS .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperS .ContentS .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperS .ContentS .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperS .ContentS .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperS .ContentS .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperCl { - overflow: visible !important; + overflow: visible !important; } .ContentWrapperCl img { - position: relative; - z-index: 5; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: relative; + z-index: 5; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperCl:hover img { - -webkit-transform: translateY(-40%); - -moz-transform: translateY(-40%); - -ms-transform: translateY(-40%); - -o-transform: translateY(-40%); - transform: translateY(-40%); + -webkit-transform: translateY(-40%); + -moz-transform: translateY(-40%); + -ms-transform: translateY(-40%); + -o-transform: translateY(-40%); + transform: translateY(-40%); } .ContentWrapperCl .ContentCl { - position: absolute; - background: #ffffff; - opacity: 1; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - bottom: 0; - left: 0; - z-index: 4; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 1; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + bottom: 0; + left: 0; + z-index: 4; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperCl:hover .ContentCl { - visibility: visible; + visibility: visible; } .ContentWrapperCl .ContentCl .Content { - position: absolute; - top: 65%; - display: block; - width: 100%; + position: absolute; + top: 65%; + display: block; + width: 100%; } .ContentWrapperCl .ContentCl .Content h2 { - font: bold 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 2px; - text-align: center; + font: bold 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 2px; + text-align: center; } .ContentWrapperCl .ContentCl .Content .ReadMore { - margin: 8px auto; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - display: block; - width: 80px; + margin: 8px auto; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + display: block; + width: 80px; } .ContentWrapperCl .ContentCl .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperAr { - overflow: visible !important; + overflow: visible !important; } .ContentWrapperAr img { - position: relative; - z-index: 5; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: relative; + z-index: 5; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperAr:hover img { - -webkit-transform: translateY(40%); - -moz-transform: translateY(40%); - -ms-transform: translateY(40%); - -o-transform: translateY(40%); - transform: translateY(40%); + -webkit-transform: translateY(40%); + -moz-transform: translateY(40%); + -ms-transform: translateY(40%); + -o-transform: translateY(40%); + transform: translateY(40%); } .ContentWrapperAr .ContentAr { - position: absolute; - background: #ffffff; - opacity: 1; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - bottom: 0; - left: 0; - z-index: 4; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 1; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + bottom: 0; + left: 0; + z-index: 4; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperAr:hover .ContentAr { - visibility: visible; + visibility: visible; } .ContentWrapperAr .ContentAr .Content { - position: absolute; - top: 5%; - display: block; - width: 100%; + position: absolute; + top: 5%; + display: block; + width: 100%; } .ContentWrapperAr .ContentAr .Content h2 { - font: bold 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 2px; - text-align: center; + font: bold 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 2px; + text-align: center; } .ContentWrapperAr .ContentAr .Content .ReadMore { - margin: 8px auto; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - display: block; - width: 80px; + margin: 8px auto; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + display: block; + width: 80px; } .ContentWrapperAr .ContentAr .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperK { - overflow: visible !important; + overflow: visible !important; } .ContentWrapperK img { - position: relative; - z-index: 5; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: relative; + z-index: 5; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperK:hover img { - -webkit-transform: translateX(-20%); - -moz-transform: translateX(-20%); - -ms-transform: translateX(-20%); - -o-transform: translateX(-20%); - transform: translateX(-20%); + -webkit-transform: translateX(-20%); + -moz-transform: translateX(-20%); + -ms-transform: translateX(-20%); + -o-transform: translateX(-20%); + transform: translateX(-20%); } .ContentWrapperK .ContentK { - position: absolute; - background: #ffffff; - opacity: 1; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - bottom: 0; - left: 0; - z-index: 4; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 1; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + bottom: 0; + left: 0; + z-index: 4; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperK:hover .ContentK { - visibility: visible; + visibility: visible; } .ContentWrapperK .ContentK .Content { - display: block; - width: 100%; - position: relative; + display: block; + width: 100%; + position: relative; } .ContentWrapperK .ContentK .Content ul { - position: absolute; - top: 0; - right: 0; + position: absolute; + top: 0; + right: 0; } .ContentWrapperK .ContentK .Content ul li { - margin: 14px 16px; + margin: 14px 16px; } .ContentWrapperK .ContentK .Content ul li a { - font-size: 21px; - color: #a9a9a9; + font-size: 21px; + color: #a9a9a9; } .ContentWrapperCa img { - position: relative; - z-index: 5; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: relative; + z-index: 5; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperCa:hover img { - -webkit-transform: translateX(20%); - -moz-transform: translateX(20%); - -ms-transform: translateX(20%); - -o-transform: translateX(20%); - transform: translateX(20%); + -webkit-transform: translateX(20%); + -moz-transform: translateX(20%); + -ms-transform: translateX(20%); + -o-transform: translateX(20%); + transform: translateX(20%); } .ContentWrapperCa .ContentCa { - position: absolute; - background: #ffffff; - opacity: 1; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - bottom: 0; - left: 0; - z-index: 4; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 1; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + bottom: 0; + left: 0; + z-index: 4; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperCa:hover .ContentCa { - visibility: visible; + visibility: visible; } .ContentWrapperCa .ContentCa .Content { - display: block; - width: 100%; - position: relative; + display: block; + width: 100%; + position: relative; } .ContentWrapperCa .ContentCa .Content ul { - position: absolute; - top: 0; - left: 0; + position: absolute; + top: 0; + left: 0; } .ContentWrapperCa .ContentCa .Content ul li { - margin: 5px; + margin: 5px; } .ContentWrapperCa .ContentCa .Content ul li a { - padding: 6px 9px; + padding: 6px 9px; } .ContentWrapperSc .ContentSc { - position: absolute; - background: #ffffff; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: -100%; - left: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: -100%; + left: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperSc:hover .ContentSc { - visibility: visible; - top: 0; + visibility: visible; + top: 0; } .ContentWrapperSc .ContentSc .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperSc .ContentSc .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperSc .ContentSc .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperSc .ContentSc .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperSc .ContentSc .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperTi .ContentTi { - position: absolute; - background: #ffffff; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperTi:hover .ContentTi { - visibility: visible; - left: 0; + visibility: visible; + left: 0; } .ContentWrapperTi .ContentTi .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperTi .ContentTi .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperTi .ContentTi .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperTi .ContentTi .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperTi .ContentTi .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperV .ContentV { - position: absolute; - background: #ffffff; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - right: -100%; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + right: -100%; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperV:hover .ContentV { - visibility: visible; - right: 0; + visibility: visible; + right: 0; } .ContentWrapperV .ContentV .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperV .ContentV .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperV .ContentV .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperV .ContentV .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperV .ContentV .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperCr .ContentCr { - position: absolute; - background: #ffffff; - visibility: hidden; - width: 100%; - height: 0; - display: block; - bottom: -100%; - left: 0; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + visibility: hidden; + width: 100%; + height: 0; + display: block; + bottom: -100%; + left: 0; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperCr:hover .ContentCr { - visibility: visible; - height: 100%; - bottom: 0; + visibility: visible; + height: 100%; + bottom: 0; } .ContentWrapperCr .ContentCr .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperCr .ContentCr .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperCr .ContentCr .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperCr .ContentCr .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperCr .ContentCr .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperMn .ContentMn { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform-origin: top left; - -moz-transform-origin: top left; - -ms-transform-origin: top left; - -o-transform-origin: top left; - transform-origin: top left; - -webkit-transform-style: preserve-3D; - -moz-transform-style: preserve-3D; - -ms-transform-style: preserve-3D; - -o-transform-style: preserve-3D; - transform-style: preserve-3D; - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform-origin: top left; + -moz-transform-origin: top left; + -ms-transform-origin: top left; + -o-transform-origin: top left; + transform-origin: top left; + -webkit-transform-style: preserve-3D; + -moz-transform-style: preserve-3D; + -ms-transform-style: preserve-3D; + -o-transform-style: preserve-3D; + transform-style: preserve-3D; + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperMn:hover .ContentMn { - opacity: 1; - visibility: visible; - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - -o-transform: rotate(0deg); - transform: rotate(0deg); + opacity: 1; + visibility: visible; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); } .ContentWrapperMn .ContentMn .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperMn .ContentMn .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperMn .ContentMn .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperMn .ContentMn .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperMn .ContentMn .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperFe .ContentFe { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - right: 0; - -webkit-transform-origin: top right; - -moz-transform-origin: top right; - -ms-transform-origin: top right; - -o-transform-origin: top right; - transform-origin: top right; - -webkit-transform-style: preserve-3D; - -moz-transform-style: preserve-3D; - -ms-transform-style: preserve-3D; - -o-transform-style: preserve-3D; - transform-style: preserve-3D; - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + right: 0; + -webkit-transform-origin: top right; + -moz-transform-origin: top right; + -ms-transform-origin: top right; + -o-transform-origin: top right; + transform-origin: top right; + -webkit-transform-style: preserve-3D; + -moz-transform-style: preserve-3D; + -ms-transform-style: preserve-3D; + -o-transform-style: preserve-3D; + transform-style: preserve-3D; + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperFe:hover .ContentFe { - opacity: 1; - visibility: visible; - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - -o-transform: rotate(0deg); - transform: rotate(0deg); + opacity: 1; + visibility: visible; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); } .ContentWrapperFe .ContentFe .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperFe .ContentFe .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperFe .ContentFe .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperFe .ContentFe .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperFe .ContentFe .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperCo .ContentCo { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform-origin: bottom left; - -moz-transform-origin: bottom left; - -ms-transform-origin: bottom left; - -o-transform-origin: bottom left; - transform-origin: bottom left; - -webkit-transform-style: preserve-3D; - -moz-transform-style: preserve-3D; - -ms-transform-style: preserve-3D; - -o-transform-style: preserve-3D; - transform-style: preserve-3D; - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform-origin: bottom left; + -moz-transform-origin: bottom left; + -ms-transform-origin: bottom left; + -o-transform-origin: bottom left; + transform-origin: bottom left; + -webkit-transform-style: preserve-3D; + -moz-transform-style: preserve-3D; + -ms-transform-style: preserve-3D; + -o-transform-style: preserve-3D; + transform-style: preserve-3D; + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperCo:hover .ContentCo { - opacity: 1; - visibility: visible; - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - -o-transform: rotate(0deg); - transform: rotate(0deg); + opacity: 1; + visibility: visible; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); } .ContentWrapperCo .ContentCo .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperCo .ContentCo .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperCo .ContentCo .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperCo .ContentCo .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperCo .ContentCo .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperNi .ContentNi { - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - right: 0; - -webkit-transform-origin: bottom right; - -moz-transform-origin: bottom right; - -ms-transform-origin: bottom right; - -o-transform-origin: bottom right; - transform-origin: bottom right; - -webkit-transform-style: preserve-3D; - -moz-transform-style: preserve-3D; - -ms-transform-style: preserve-3D; - -o-transform-style: preserve-3D; - transform-style: preserve-3D; - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + right: 0; + -webkit-transform-origin: bottom right; + -moz-transform-origin: bottom right; + -ms-transform-origin: bottom right; + -o-transform-origin: bottom right; + transform-origin: bottom right; + -webkit-transform-style: preserve-3D; + -moz-transform-style: preserve-3D; + -ms-transform-style: preserve-3D; + -o-transform-style: preserve-3D; + transform-style: preserve-3D; + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperNi:hover .ContentNi { - opacity: 1; - visibility: visible; - -webkit-transform: rotate(0deg); - -moz-transform: rotate(0deg); - -ms-transform: rotate(0deg); - -o-transform: rotate(0deg); - transform: rotate(0deg); + opacity: 1; + visibility: visible; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); } .ContentWrapperNi .ContentNi .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperNi .ContentNi .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperNi .ContentNi .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperNi .ContentNi .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperNi .ContentNi .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperCu img { - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - -o-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform: rotateY(0deg); - -moz-transform: rotateY(0deg); - -ms-transform: rotateY(0deg); - -o-transform: rotateY(0deg); - transform: rotateY(0deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + -o-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transform: rotateY(0deg); + -moz-transform: rotateY(0deg); + -ms-transform: rotateY(0deg); + -o-transform: rotateY(0deg); + transform: rotateY(0deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperCu:hover img { - -webkit-transform: rotateY(180deg); - -moz-transform: rotateY(180deg); - -ms-transform: rotateY(180deg); - -o-transform: rotateY(180deg); - transform: rotateY(180deg); + -webkit-transform: rotateY(180deg); + -moz-transform: rotateY(180deg); + -ms-transform: rotateY(180deg); + -o-transform: rotateY(180deg); + transform: rotateY(180deg); } .ContentWrapperCu .ContentCu { - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - -o-backface-visibility: hidden; - backface-visibility: hidden; - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform: rotateY(180deg); - -moz-transform: rotateY(180deg); - -ms-transform: rotateY(180deg); - -o-transform: rotateY(180deg); - transform: rotateY(180deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + -o-backface-visibility: hidden; + backface-visibility: hidden; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform: rotateY(180deg); + -moz-transform: rotateY(180deg); + -ms-transform: rotateY(180deg); + -o-transform: rotateY(180deg); + transform: rotateY(180deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperCu:hover .ContentCu { - opacity: 1; - visibility: visible; - -webkit-transform: rotateY(0deg); - -moz-transform: rotateY(0deg); - -ms-transform: rotateY(0deg); - -o-transform: rotateY(0deg); - transform: rotateY(0deg); + opacity: 1; + visibility: visible; + -webkit-transform: rotateY(0deg); + -moz-transform: rotateY(0deg); + -ms-transform: rotateY(0deg); + -o-transform: rotateY(0deg); + transform: rotateY(0deg); } .ContentWrapperCu .ContentCu .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperCu .ContentCu .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperCu .ContentCu .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperCu .ContentCu .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperCu .ContentCu .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } .ContentWrapperZn img { - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - -o-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform: rotateX(0deg); - -moz-transform: rotateX(0deg); - -ms-transform: rotateX(0deg); - -o-transform: rotateX(0deg); - transform: rotateX(0deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + -o-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transform: rotateX(0deg); + -moz-transform: rotateX(0deg); + -ms-transform: rotateX(0deg); + -o-transform: rotateX(0deg); + transform: rotateX(0deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperZn:hover img { - -webkit-transform: rotateX(180deg); - -moz-transform: rotateX(180deg); - -ms-transform: rotateX(180deg); - -o-transform: rotateX(180deg); - transform: rotateX(180deg); + -webkit-transform: rotateX(180deg); + -moz-transform: rotateX(180deg); + -ms-transform: rotateX(180deg); + -o-transform: rotateX(180deg); + transform: rotateX(180deg); } .ContentWrapperZn .ContentZn { - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - -o-backface-visibility: hidden; - backface-visibility: hidden; - position: absolute; - background: #ffffff; - opacity: 0; - visibility: hidden; - width: 100%; - height: 100%; - display: block; - top: 0; - left: 0; - -webkit-transform: rotateX(180deg); - -moz-transform: rotateX(180deg); - -ms-transform: rotateX(180deg); - -o-transform: rotateX(180deg); - transform: rotateX(180deg); - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + -o-backface-visibility: hidden; + backface-visibility: hidden; + position: absolute; + background: #ffffff; + opacity: 0; + visibility: hidden; + width: 100%; + height: 100%; + display: block; + top: 0; + left: 0; + -webkit-transform: rotateX(180deg); + -moz-transform: rotateX(180deg); + -ms-transform: rotateX(180deg); + -o-transform: rotateX(180deg); + transform: rotateX(180deg); + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ContentWrapperZn:hover .ContentZn { - opacity: 1; - visibility: visible; - -webkit-transform: rotateX(0deg); - -moz-transform: rotateX(0deg); - -ms-transform: rotateX(0deg); - -o-transform: rotateX(0deg); - transform: rotateX(0deg); + opacity: 1; + visibility: visible; + -webkit-transform: rotateX(0deg); + -moz-transform: rotateX(0deg); + -ms-transform: rotateX(0deg); + -o-transform: rotateX(0deg); + transform: rotateX(0deg); } .ContentWrapperZn .ContentZn .Content { - position: absolute; - top: 10%; - padding: 0 10px; + position: absolute; + top: 10%; + padding: 0 10px; } .ContentWrapperZn .ContentZn .Content h2 { - font: 16px 'Source Sans Pro', Arial, sans-serif; - color: #8ca757; - padding: 0 0 6px; + font: 16px 'Source Sans Pro', Arial, sans-serif; + color: #8ca757; + padding: 0 0 6px; } .ContentWrapperZn .ContentZn .Content p { - font: normal 12px 'Source Sans Pro'; - color: #666666; + font: normal 12px 'Source Sans Pro'; + color: #666666; } .ContentWrapperZn .ContentZn .Content .ReadMore { - float: right; - margin: 16px 0 0; - background: #d1cdc3; - background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0%, #d1cdc3), - color-stop(100%, #c9c5ba) - ); - background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); - background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); - -webkit-border-radius: 2px 2px 2px 2px; - -moz-border-radius: 2px 2px 2px 2px; - -ms-border-radius: 2px 2px 2px 2px; - -o-border-radius: 2px 2px 2px 2px; - border-radius: 2px 2px 2px 2px; - -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, - 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + float: right; + margin: 16px 0 0; + background: #d1cdc3; + background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -webkit-gradient(linear, + left top, + left bottom, + color-stop(0%, #d1cdc3), + color-stop(100%, #c9c5ba)); + background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%); + background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0); + -webkit-border-radius: 2px 2px 2px 2px; + -moz-border-radius: 2px 2px 2px 2px; + -ms-border-radius: 2px 2px 2px 2px; + -o-border-radius: 2px 2px 2px 2px; + border-radius: 2px 2px 2px 2px; + -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, + 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 transparent; } .ContentWrapperZn .ContentZn .Content .ReadMore a { - color: #757167; - padding: 6px 16px; - display: block; - font: normal 12px 'Source Sans Pro'; + color: #757167; + padding: 6px 16px; + display: block; + font: normal 12px 'Source Sans Pro'; } /* ============================================= Ribbons ============================================= */ .ImageWrapper .RibbonCTL .Triangle:after { - border-right: 35px solid transparent; - border-top: 35px solid #ffffff; - content: ' '; - display: block; - height: 0; - position: absolute; - width: 0; - top: 0; - left: 0; - z-index: 2; + border-right: 35px solid transparent; + border-top: 35px solid #ffffff; + content: ' '; + display: block; + height: 0; + position: absolute; + width: 0; + top: 0; + left: 0; + z-index: 2; } .ImageWrapper .RibbonCTL .Sign { - top: 2px; - left: 2px; - position: absolute; - z-index: 6; + top: 2px; + left: 2px; + position: absolute; + z-index: 6; } .ImageWrapper .RibbonCTL .Sign a { - color: #666666; + color: #666666; } .ImageWrapper .RibbonCTL { - opacity: 0; - visibility: hidden; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 0; + visibility: hidden; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .RibbonCTL { - opacity: 1; - visibility: visible; + opacity: 1; + visibility: visible; } .ImageWrapper .RibbonCTR .Triangle:after { - border-left: 35px solid transparent; - border-top: 35px solid #ffffff; - content: ' '; - display: block; - height: 0; - position: absolute; - width: 0; - top: 0; - right: 0; - z-index: 2; + border-left: 35px solid transparent; + border-top: 35px solid #ffffff; + content: ' '; + display: block; + height: 0; + position: absolute; + width: 0; + top: 0; + right: 0; + z-index: 2; } .ImageWrapper .RibbonCTR .Sign { - top: 2px; - right: 2px; - position: absolute; - z-index: 6; + top: 2px; + right: 2px; + position: absolute; + z-index: 6; } .ImageWrapper .RibbonCTR .Sign a { - color: #666666; + color: #666666; } .ImageWrapper .RibbonCTR { - opacity: 0; - visibility: hidden; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 0; + visibility: hidden; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .RibbonCTR { - opacity: 1; - visibility: visible; + opacity: 1; + visibility: visible; } .ImageWrapper .RibbonCBL .Triangle:after { - border-right: 35px solid transparent; - border-bottom: 35px solid #ffffff; - content: ' '; - display: block; - height: 0; - position: absolute; - width: 0; - bottom: 0; - left: 0; - z-index: 2; + border-right: 35px solid transparent; + border-bottom: 35px solid #ffffff; + content: ' '; + display: block; + height: 0; + position: absolute; + width: 0; + bottom: 0; + left: 0; + z-index: 2; } .ImageWrapper .RibbonCBL .Sign { - bottom: 1px; - left: 1px; - position: absolute; - z-index: 6; + bottom: 1px; + left: 1px; + position: absolute; + z-index: 6; } .ImageWrapper .RibbonCBL .Sign a { - color: #666666; + color: #666666; } .ImageWrapper .RibbonCBL { - opacity: 0; - visibility: hidden; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 0; + visibility: hidden; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .RibbonCBL { - opacity: 1; - visibility: visible; + opacity: 1; + visibility: visible; } .ImageWrapper .RibbonCBR .Triangle:after { - border-left: 35px solid transparent; - border-bottom: 35px solid #ffffff; - content: ' '; - display: block; - height: 0; - position: absolute; - width: 0; - bottom: 0; - right: 0; - z-index: 2; + border-left: 35px solid transparent; + border-bottom: 35px solid #ffffff; + content: ' '; + display: block; + height: 0; + position: absolute; + width: 0; + bottom: 0; + right: 0; + z-index: 2; } .ImageWrapper .RibbonCBR .Sign { - bottom: 1px; - right: 1px; - position: absolute; - z-index: 6; + bottom: 1px; + right: 1px; + position: absolute; + z-index: 6; } .ImageWrapper .RibbonCBR .Sign a { - color: #666666; + color: #666666; } .ImageWrapper .RibbonCBR { - opacity: 0; - visibility: hidden; - -webkit-transition: all 0.3s ease 0s; - -moz-transition: all 0.3s ease 0s; - -ms-transition: all 0.3s ease 0s; - -o-transition: all 0.3s ease 0s; - transition: all 0.3s ease 0s; + opacity: 0; + visibility: hidden; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } .ImageWrapper:hover .RibbonCBR { - opacity: 1; - visibility: visible; + opacity: 1; + visibility: visible; } /* ============================================= Transparent Background ============================================= */ .TBlack { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important; } .TWhite { - background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8) !important; + background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8) !important; } .carousel .direction { - position: absolute; - top: -95px; - right: 0; + position: absolute; + top: -95px; + right: 0; } .rtl .carousel .direction { - left: 0; - right: auto; + left: 0; + right: auto; } .carousel-control { - background: none !important; + background: none !important; } .carousel-control .icon-prev, .carousel-control .icon-next { - background: #f3f3f3; - font-size: 16px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - width: 25px; - height: 25px; + background: #f3f3f3; + font-size: 16px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -ms-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; + width: 25px; + height: 25px; } .carousel-control .icon-prev:before, .carousel-control .icon-next:before { - font-family: 'FontAwesome'; - font-size: 16px; - color: #999999; - line-height: 25px; + font-family: 'FontAwesome'; + font-size: 16px; + color: #999999; + line-height: 25px; } .carousel-control .icon-prev:hover, .carousel-control .icon-next:hover { - background: #a340ff; + background: #a340ff; } .carousel-control .icon-prev:hover:before, .carousel-control .icon-next:hover:before { - color: #ffffff; + color: #ffffff; } .carousel-control.left { - right: 25px; - left: auto; + right: 25px; + left: auto; } .carousel-control .icon-prev:before { - content: '\f104'; + content: '\f104'; } .carousel-control .icon-next:before { - content: '\f105'; + content: '\f105'; } input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - margin: 0; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + margin: 0; } input[type='number'] { - -moz-appearance: textfield; + -moz-appearance: textfield; } input[type='file'] { - height: auto; + height: auto; } .btn-inverse { - color: #ffffff; - background-color: #a340ff; - border-color: #a340ff; + color: #ffffff; + background-color: #a340ff; + border-color: #a340ff; } .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active { - color: #ffffff; - background-color: transparent; - border-color: #eaeaea; + color: #ffffff; + background-color: transparent; + border-color: #eaeaea; } .open .btn-inverse.dropdown-toggle { - color: #ffffff; - background-color: transparent; - border-color: #eaeaea; + color: #ffffff; + background-color: transparent; + border-color: #eaeaea; } .btn-inverse:active, .btn-inverse.active { - background-image: none; + background-image: none; } .open .btn-inverse.dropdown-toggle { - background-image: none; + background-image: none; } .btn-inverse.disabled, @@ -18784,43 +18719,43 @@ fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active { - background-color: #a340ff; - border-color: #a340ff; + background-color: #a340ff; + border-color: #a340ff; } .btn-inverse .badge { - color: #a340ff; - background-color: #ffffff; + color: #a340ff; + background-color: #ffffff; } .btn-outline { - color: #ffffff; - background-color: #333b48; - border-color: #333b48; + color: #ffffff; + background-color: #333b48; + border-color: #333b48; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active { - color: #ffffff; - background-color: #a340ff; - border-color: #a340ff; + color: #ffffff; + background-color: #a340ff; + border-color: #a340ff; } .open .btn-outline.dropdown-toggle { - color: #ffffff; - background-color: #a340ff; - border-color: #a340ff; + color: #ffffff; + background-color: #a340ff; + border-color: #a340ff; } .btn-outline:active, .btn-outline.active { - background-image: none; + background-image: none; } .open .btn-outline.dropdown-toggle { - background-image: none; + background-image: none; } .btn-outline.disabled, @@ -18838,21 +18773,21 @@ fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active { - background-color: #333b48; - border-color: #333b48; + background-color: #333b48; + border-color: #333b48; } .btn-outline .badge { - color: #333b48; - background-color: #ffffff; + color: #333b48; + background-color: #ffffff; } .btn { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - -ms-border-radius: 2px; - -o-border-radius: 2px; - border-radius: 2px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; } .btn:active, @@ -18860,748 +18795,750 @@ fieldset[disabled] .btn-outline.active { .btn:visited, .btn.active:focus, .btn:active:focus { - outline: none !important; - -moz-box-shadow: none; - -webkit-box-shadow: none; - -o-box-shadow: none; - -ms-box-shadow: none; - box-shadow: none; + outline: none !important; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + -ms-box-shadow: none; + box-shadow: none; } button:focus, button:hover { - outline: none; + outline: none; } .sidebar .block { - margin-bottom: 40px; - background: #ffffff; - padding: 25px; + margin-bottom: 40px; + background: #ffffff; + padding: 25px; } @media (max-width: 1199px) { - .sidebar .block { - padding: 15px; - } + .sidebar .block { + padding: 15px; + } } @media (max-width: 991px) { - .sidebar .block { - margin-bottom: 15px; - } + .sidebar .block { + margin-bottom: 15px; + } } .sidebar .block .title_block { - background: none; - border: none; - color: #000000; - text-transform: uppercase; - font-family: 'Poppins', sans-serif; - font-size: 14px; - font-weight: 700; - letter-spacing: 0px; - padding: 0 0 0 10px; - position: relative; - margin: 0 0 20px; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; + background: none; + border: none; + color: #000000; + text-transform: uppercase; + font-family: 'Poppins', sans-serif; + font-size: 14px; + font-weight: 700; + letter-spacing: 0px; + padding: 0 0 0 10px; + position: relative; + margin: 0 0 20px; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; } .rtl .sidebar .block .title_block { - padding: 0 10px 0 0; + padding: 0 10px 0 0; } .sidebar .block .title_block:before { - position: absolute; - content: ''; - font-family: 'FontAwesome'; - width: 2px; - height: 12px; - background: #a340ff; - top: 1px; - left: 0; + position: absolute; + content: ''; + font-family: 'FontAwesome'; + width: 2px; + height: 12px; + background: #a340ff; + top: 1px; + left: 0; } .rtl .sidebar .block .title_block:before { - right: 0; - left: auto; + right: 0; + left: auto; } .sidebar .block .title_block a { - color: #000000; + color: #000000; } .sidebar .block .block_content { - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - padding: 0px; - border: none; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; + padding: 0px; + border: none; } .sidebar .block .block_content::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .sidebar .block .products { - padding: 0 20px; + padding: 0 20px; } .sidebar .block .products .ajax_block_product { - float: left; - width: 100%; + float: left; + width: 100%; } .sidebar .block .products .thumbnail-container { - text-align: left; - margin-right: -15px; - margin-left: -15px; + text-align: left; + margin-right: -15px; + margin-left: -15px; } .rtl .sidebar .block .products .thumbnail-container { - text-align: right; + text-align: right; } .sidebar .block .products .thumbnail-container::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } @media (min-width: 576px) { - .sidebar .block .products .thumbnail-container { - margin-right: -15px; - margin-left: -15px; - } + .sidebar .block .products .thumbnail-container { + margin-right: -15px; + margin-left: -15px; + } } @media (min-width: 768px) { - .sidebar .block .products .thumbnail-container { - margin-right: -15px; - margin-left: -15px; - } + .sidebar .block .products .thumbnail-container { + margin-right: -15px; + margin-left: -15px; + } } @media (min-width: 992px) { - .sidebar .block .products .thumbnail-container { - margin-right: -15px; - margin-left: -15px; - } + .sidebar .block .products .thumbnail-container { + margin-right: -15px; + margin-left: -15px; + } } @media (min-width: 1200px) { - .sidebar .block .products .thumbnail-container { - margin-right: -15px; - margin-left: -15px; - } + .sidebar .block .products .thumbnail-container { + margin-right: -15px; + margin-left: -15px; + } } .sidebar .block .products .thumbnail-container .product-image { - float: left; - width: 41.66667%; - position: relative; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; + float: left; + width: 41.66667%; + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; } @media (min-width: 576px) { - .sidebar .block .products .thumbnail-container .product-image { - padding-right: 15px; - padding-left: 15px; - } + .sidebar .block .products .thumbnail-container .product-image { + padding-right: 15px; + padding-left: 15px; + } } @media (min-width: 768px) { - .sidebar .block .products .thumbnail-container .product-image { - padding-right: 15px; - padding-left: 15px; - } + .sidebar .block .products .thumbnail-container .product-image { + padding-right: 15px; + padding-left: 15px; + } } @media (min-width: 992px) { - .sidebar .block .products .thumbnail-container .product-image { - padding-right: 15px; - padding-left: 15px; - } + .sidebar .block .products .thumbnail-container .product-image { + padding-right: 15px; + padding-left: 15px; + } } @media (min-width: 1200px) { - .sidebar .block .products .thumbnail-container .product-image { - padding-right: 15px; - padding-left: 15px; - } + .sidebar .block .products .thumbnail-container .product-image { + padding-right: 15px; + padding-left: 15px; + } } .sidebar .block .products .thumbnail-container .product-meta { - float: left; - width: 58.33333%; - position: relative; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; - padding-top: 0px; + float: left; + width: 58.33333%; + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; + padding-top: 0px; } @media (min-width: 576px) { - .sidebar .block .products .thumbnail-container .product-meta { - padding-right: 15px; - padding-left: 15px; - } + .sidebar .block .products .thumbnail-container .product-meta { + padding-right: 15px; + padding-left: 15px; + } } @media (min-width: 768px) { - .sidebar .block .products .thumbnail-container .product-meta { - padding-right: 15px; - padding-left: 15px; - } + .sidebar .block .products .thumbnail-container .product-meta { + padding-right: 15px; + padding-left: 15px; + } } @media (min-width: 992px) { - .sidebar .block .products .thumbnail-container .product-meta { - padding-right: 15px; - padding-left: 15px; - } + .sidebar .block .products .thumbnail-container .product-meta { + padding-right: 15px; + padding-left: 15px; + } } @media (min-width: 1200px) { - .sidebar .block .products .thumbnail-container .product-meta { - padding-right: 15px; - padding-left: 15px; - } + .sidebar .block .products .thumbnail-container .product-meta { + padding-right: 15px; + padding-left: 15px; + } } .sidebar .block .products .thumbnail-container .highlighted-informations, .sidebar .block .products .thumbnail-container .quickview, .sidebar .block .products .thumbnail-container .product-flags { - display: none; + display: none; } .sidebar .block .products .thumbnail-container .product-title { - margin-top: 0px; + margin-top: 0px; } .sidebar .block a.all-product-link { - font-size: 12px; - margin-right: 15px; + font-size: 12px; + margin-right: 15px; } .rtl .sidebar .block a.all-product-link { - margin-left: 15px; - margin-right: inherit; + margin-left: 15px; + margin-right: inherit; } .sidebar .block .list-group-item { - border: none; - padding: 15px 0; + border: none; + padding: 15px 0; } .sidebar .block-highlighted .title_block { - color: #000; - background-color: none; - border-color: #a340ff; + color: #000; + background-color: none; + border-color: #a340ff; } .sidebar .block-highlighted .title_block a { - color: #000; + color: #000; } -.sidebar .block-highlighted .title_block + .block-collapse .block_content { - border-top-color: #a340ff; +.sidebar .block-highlighted .title_block+.block-collapse .block_content { + border-top-color: #a340ff; } -.sidebar .block-highlighted > .block-footer + .block-collapse .block-body { - border-bottom-color: #a340ff; +.sidebar .block-highlighted>.block-footer+.block-collapse .block-body { + border-bottom-color: #a340ff; } /* * NAVIGATION */ .leo-megamenu { - font-family: 'Poppins', sans-serif; - background: transparent; - color: #000000; - /* menu level 1 */ - /* level 2 */ - /* level > 3 */ + font-family: 'Poppins', sans-serif; + background: transparent; + color: #000000; + /* menu level 1 */ + /* level 2 */ + /* level > 3 */ } .leo-megamenu .leo-colorbox { - display: none !important; + display: none !important; } -.leo-megamenu .navbar-nav > li { - text-align: left; +.leo-megamenu .navbar-nav>li { + text-align: left; } -.rtl .leo-megamenu .navbar-nav > li { - text-align: right; +.rtl .leo-megamenu .navbar-nav>li { + text-align: right; } -.leo-megamenu .navbar-nav > li + .nav-item { - margin-left: 0px; +.leo-megamenu .navbar-nav>li+.nav-item { + margin-left: 0px; } -.rtl .leo-megamenu .navbar-nav > li + .nav-item { - margin-right: 0px; - margin-left: inherit; +.rtl .leo-megamenu .navbar-nav>li+.nav-item { + margin-right: 0px; + margin-left: inherit; } -.leo-megamenu .navbar-nav > li.aligned-fullwidth { - position: static; +.leo-megamenu .navbar-nav>li.aligned-fullwidth { + position: static; } @media (max-width: 991px) { - .leo-megamenu .navbar-nav > li.aligned-fullwidth { - position: relative; - } + .leo-megamenu .navbar-nav>li.aligned-fullwidth { + position: relative; + } } -.leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu { - width: 100% !important; +.leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu { + width: 100% !important; } -.leo-megamenu .navbar-nav > li.aligned-right .dropdown-menu { - right: 0; - left: auto; +.leo-megamenu .navbar-nav>li.aligned-right .dropdown-menu { + right: 0; + left: auto; } -.leo-megamenu .navbar-nav > li.aligned-left .dropdown-menu { - left: 0; - right: auto; +.leo-megamenu .navbar-nav>li.aligned-left .dropdown-menu { + left: 0; + right: auto; } -.leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu { - left: 50%; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); +.leo-megamenu .navbar-nav>li.aligned-center .dropdown-menu { + left: 50%; + -webkit-transform: translate(-50%, 0); + -ms-transform: translate(-50%, 0); + transform: translate(-50%, 0); } -.leo-megamenu .navbar-nav > li > a { - padding: 15px 17px; - font-size: 14px; - text-transform: uppercase; - color: #000000; - background-color: transparent; - font-weight: bold; - -webkit-transition: all 350ms ease-out; - -o-transition: all 350ms ease-out; - transition: all 350ms ease-out; - line-height: 20px; +.leo-megamenu .navbar-nav>li>a { + padding: 15px 17px; + font-size: 14px; + text-transform: uppercase; + color: #000000; + background-color: transparent; + font-weight: bold; + -webkit-transition: all 350ms ease-out; + -o-transition: all 350ms ease-out; + transition: all 350ms ease-out; + line-height: 20px; } @media (max-width: 1199px) and (min-width: 992px) { - .leo-megamenu .navbar-nav > li > a { - font-size: 12px; - padding-left: 12px; - padding-right: 12px; - } + .leo-megamenu .navbar-nav>li>a { + font-size: 12px; + padding-left: 12px; + padding-right: 12px; + } } -.leo-megamenu .navbar-nav > li > a:hover, -.leo-megamenu .navbar-nav > li > a:focus, -.leo-megamenu .navbar-nav > li > a:active { - color: #a340ff; - background-color: transparent; +.leo-megamenu .navbar-nav>li>a:hover, +.leo-megamenu .navbar-nav>li>a:focus, +.leo-megamenu .navbar-nav>li>a:active { + color: #a340ff; + background-color: transparent; } -.leo-megamenu .navbar-nav > li > a > .menu-title { - position: relative; +.leo-megamenu .navbar-nav>li>a>.menu-title { + position: relative; } -.leo-megamenu .navbar-nav > li.active > a, -.leo-megamenu .navbar-nav > li:hover > a, -.leo-megamenu .navbar-nav > li:focus > a { - background-color: transparent; +.leo-megamenu .navbar-nav>li.active>a, +.leo-megamenu .navbar-nav>li:hover>a, +.leo-megamenu .navbar-nav>li:focus>a { + background-color: transparent; } @media (min-width: 992px) { - .leo-megamenu .navbar-nav > li.active > a, - .leo-megamenu .navbar-nav > li:hover > a, - .leo-megamenu .navbar-nav > li:focus > a { - color: #a340ff; - } + + .leo-megamenu .navbar-nav>li.active>a, + .leo-megamenu .navbar-nav>li:hover>a, + .leo-megamenu .navbar-nav>li:focus>a { + color: #a340ff; + } } -.leo-megamenu .navbar-nav > li.active > a > .menu-title:before, -.leo-megamenu .navbar-nav > li:hover > a > .menu-title:before, -.leo-megamenu .navbar-nav > li:focus > a > .menu-title:before { - color: #acacac; - text-shadow: 8px 0 #acacac, -8px 0 #acacac; +.leo-megamenu .navbar-nav>li.active>a>.menu-title:before, +.leo-megamenu .navbar-nav>li:hover>a>.menu-title:before, +.leo-megamenu .navbar-nav>li:focus>a>.menu-title:before { + color: #acacac; + text-shadow: 8px 0 #acacac, -8px 0 #acacac; } -.leo-megamenu .navbar-nav > li > .caret { - display: none; +.leo-megamenu .navbar-nav>li>.caret { + display: none; } @media (min-width: 992px) { - .leo-megamenu .navbar-nav > li:hover > .caret, - .leo-megamenu .navbar-nav > li:active > .caret { - color: #a340ff; - } + + .leo-megamenu .navbar-nav>li:hover>.caret, + .leo-megamenu .navbar-nav>li:active>.caret { + color: #a340ff; + } } -.leo-megamenu .navbar-nav > li.home a { - padding: 20px 20px 20px 0; +.leo-megamenu .navbar-nav>li.home a { + padding: 20px 20px 20px 0; } -.rtl .leo-megamenu .navbar-nav > li.home a { - padding: 20px 0 20px 20px; +.rtl .leo-megamenu .navbar-nav>li.home a { + padding: 20px 0 20px 20px; } .leo-megamenu .dropdown-menu { - top: 100%; - left: -9999px; - height: auto; - font-weight: 300; - color: #000000; - border: 0; - min-width: 200px; - padding: 20px; - background-color: #ffffff; - font-family: 'Poppins', sans-serif; - margin: 0px; - text-align: left; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24); - -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24); - -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24); - -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24); - box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24); - -webkit-transition: opacity 0.3s linear 0s; - -o-transition: opacity 0.3s linear 0s; - transition: opacity 0.3s linear 0s; + top: 100%; + left: -9999px; + height: auto; + font-weight: 300; + color: #000000; + border: 0; + min-width: 200px; + padding: 20px; + background-color: #ffffff; + font-family: 'Poppins', sans-serif; + margin: 0px; + text-align: left; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; + -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24); + -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24); + -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24); + -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24); + box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24); + -webkit-transition: opacity 0.3s linear 0s; + -o-transition: opacity 0.3s linear 0s; + transition: opacity 0.3s linear 0s; } .rtl .leo-megamenu .dropdown-menu { - text-align: right; + text-align: right; } @media (max-width: 991px) { - .leo-megamenu .dropdown-menu { - padding: 15px; - } + .leo-megamenu .dropdown-menu { + padding: 15px; + } } .leo-megamenu .dropdown-menu li { - line-height: 25px; - float: none; + line-height: 25px; + float: none; } -.leo-megamenu .dropdown-menu li + .nav-item { - margin-left: 0px; +.leo-megamenu .dropdown-menu li+.nav-item { + margin-left: 0px; } -.rtl .leo-megamenu .dropdown-menu li + .nav-item { - margin-right: 0px; - margin-left: inherit; +.rtl .leo-megamenu .dropdown-menu li+.nav-item { + margin-right: 0px; + margin-left: inherit; } .leo-megamenu .dropdown-menu li a { - color: #777; - padding: 5px 0; - font-weight: 300; - font-size: 13px; - line-height: 20px; + color: #777; + padding: 5px 0; + font-weight: 300; + font-size: 13px; + line-height: 20px; } @media (max-width: 991px) { - .leo-megamenu .dropdown-menu li a { - line-height: 20px; - padding: 15px 0; - } + .leo-megamenu .dropdown-menu li a { + line-height: 20px; + padding: 15px 0; + } } .leo-megamenu .dropdown-menu li a .menu-title { - color: #777; - padding: 0; + color: #777; + padding: 0; } .leo-megamenu .dropdown-menu li a:hover { - background-color: transparent; - color: #a340ff; + background-color: transparent; + color: #a340ff; } .leo-megamenu .dropdown-menu li a:hover .fa { - color: #a340ff; + color: #a340ff; } .leo-megamenu .dropdown-menu li a:hover .menu-title { - color: #a340ff; + color: #a340ff; } .leo-megamenu .dropdown-menu li a.nav-link .menu-title { - border: 0; - font-weight: 400; - text-transform: none; + border: 0; + font-weight: 400; + text-transform: none; } .leo-megamenu .dropdown-menu .menu-title { - margin-bottom: 10px; - font-family: 'Poppins', sans-serif; - text-transform: uppercase; - color: #000000; - font-weight: 500; - padding-bottom: 10px; - border-bottom: 1px solid #eee; + margin-bottom: 10px; + font-family: 'Poppins', sans-serif; + text-transform: uppercase; + color: #000000; + font-weight: 500; + padding-bottom: 10px; + border-bottom: 1px solid #eee; } .leo-megamenu .dropdown-menu .menu-title a { - color: #000000; + color: #000000; } .leo-megamenu .dropdown-menu .menu-title a:hover { - color: #a340ff; + color: #a340ff; } -.leo-megamenu .dropdown-menu a > .menu-title { - font-weight: 300; - color: #000000; - font-family: 'Poppins', sans-serif; +.leo-megamenu .dropdown-menu a>.menu-title { + font-weight: 300; + color: #000000; + font-family: 'Poppins', sans-serif; } -.leo-megamenu .dropdown-menu a > .menu-title:hover { - color: #a340ff; +.leo-megamenu .dropdown-menu a>.menu-title:hover { + color: #a340ff; } @media (min-width: 992px) { - .leo-megamenu .dropdown:hover > .dropdown-menu { - display: block; - left: 0px; - } + .leo-megamenu .dropdown:hover>.dropdown-menu { + display: block; + left: 0px; + } - .rtl .leo-megamenu .dropdown:hover > .dropdown-menu { - right: 0px; - left: auto; - } + .rtl .leo-megamenu .dropdown:hover>.dropdown-menu { + right: 0px; + left: auto; + } - .leo-megamenu .dropdown:hover > a { - color: #a340ff; - } + .leo-megamenu .dropdown:hover>a { + color: #a340ff; + } - .leo-megamenu .dropdown:hover > a .fa { - color: #a340ff; - } + .leo-megamenu .dropdown:hover>a .fa { + color: #a340ff; + } } .leo-megamenu .dropdown-submenu { - position: relative; + position: relative; } .leo-megamenu .dropdown-submenu .dropdown-menu { - top: 0; - position: absolute; - left: 100%; + top: 0; + position: absolute; + left: 100%; } .rtl .leo-megamenu .dropdown-submenu .dropdown-menu { - right: 100%; - left: auto; + right: 100%; + left: auto; } -.leo-megamenu .dropdown-submenu:hover > .dropdown-menu { - display: block; - top: 0; +.leo-megamenu .dropdown-submenu:hover>.dropdown-menu { + display: block; + top: 0; } -.leo-megamenu .mega-group > .dropdown-toggle { - border: 0; - display: block; - letter-spacing: 3px; - text-transform: uppercase; - font-family: 'Poppins', sans-serif; - color: #ffffff; +.leo-megamenu .mega-group>.dropdown-toggle { + border: 0; + display: block; + letter-spacing: 3px; + text-transform: uppercase; + font-family: 'Poppins', sans-serif; + color: #ffffff; } -.leo-megamenu .mega-group > .dropdown-toggle .fa { - color: #ffffff; +.leo-megamenu .mega-group>.dropdown-toggle .fa { + color: #ffffff; } .leo-megamenu .megamenu .cols1 { - min-width: 200px; + min-width: 200px; } .leo-megamenu .megamenu .cols2 { - min-width: 500px; + min-width: 500px; } .leo-megamenu .megamenu .cols3 { - min-width: 740px; + min-width: 740px; } .leo-megamenu .manu-logo img { - border: 1px solid #eaeaea; - margin-bottom: 10px; - margin-right: 10px; + border: 1px solid #eaeaea; + margin-bottom: 10px; + margin-right: 10px; } .leo-megamenu .widget-subcategories { - margin-bottom: 15px; + margin-bottom: 15px; } .leo-megamenu .widget-subcategories li a { - -webkit-transition: all 0.2s; - -o-transition: all 0.2s; - transition: all 0.2s; - display: block; - line-height: 20px; - position: relative; - padding: 5px 0; + -webkit-transition: all 0.2s; + -o-transition: all 0.2s; + transition: all 0.2s; + display: block; + line-height: 20px; + position: relative; + padding: 5px 0; } .leo-megamenu .widget-subcategories li a:before { - content: '\f111'; - font-family: 'FontAwesome'; - font-size: 6px; - -webkit-transition: scale 0.4s; - -o-transition: scale 0.4s; - transition: scale 0.4s; - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - position: absolute; - top: 4px; - left: 0; + content: '\f111'; + font-family: 'FontAwesome'; + font-size: 6px; + -webkit-transition: scale 0.4s; + -o-transition: scale 0.4s; + transition: scale 0.4s; + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + position: absolute; + top: 4px; + left: 0; } .rtl .leo-megamenu .widget-subcategories li a:before { - right: 0; - left: auto; + right: 0; + left: auto; } .leo-megamenu .widget-subcategories li a:hover { - padding: 5px 0 5px 10px; + padding: 5px 0 5px 10px; } .rtl .leo-megamenu .widget-subcategories li a:hover { - padding: 5px 10px 5px 0; + padding: 5px 10px 5px 0; } .leo-megamenu .widget-subcategories li a:hover:before { - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); } /* Product for menu */ .leo-widget .product-miniature:last-child .thumbnail-container { - border: 0; + border: 0; } .leo-widget .thumbnail-container { - margin: 0; - text-align: left; - -moz-box-shadow: none; - -webkit-box-shadow: none; - -o-box-shadow: none; - -ms-box-shadow: none; - box-shadow: none; - border-bottom: 1px solid #eee; + margin: 0; + text-align: left; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + -ms-box-shadow: none; + box-shadow: none; + border-bottom: 1px solid #eee; } .rtl .leo-widget .thumbnail-container { - text-align: right; + text-align: right; } .leo-widget .thumbnail-container .product-image { - float: left; - margin: 0 10px 10px 0; + float: left; + margin: 0 10px 10px 0; } .rtl .leo-widget .thumbnail-container .product-image { - float: right; + float: right; } .rtl .leo-widget .thumbnail-container .product-image { - margin: 0 0 10px 10px; + margin: 0 0 10px 10px; } .leo-widget .thumbnail-container .product-meta { - overflow: hidden; - zoom: 1; - padding: 10px 0px; + overflow: hidden; + zoom: 1; + padding: 10px 0px; } .leo-widget .thumbnail-container .aeuc_before_label, .leo-widget .thumbnail-container .discount-percentage, .leo-widget .thumbnail-container .aeuc_unit_price_label, .leo-widget .thumbnail-container .discount-percentage { - display: none !important; + display: none !important; } .leo-widget .thumbnail-container .product-title { - margin-top: 0px; - margin-bottom: 5px; - line-height: 20px; - text-transform: none; + margin-top: 0px; + margin-bottom: 5px; + line-height: 20px; + text-transform: none; } .leo-widget .thumbnail-container .product-title a { - font-weight: 300; - color: #777; - font-size: 13px; + font-weight: 300; + color: #777; + font-size: 13px; } .leo-widget .thumbnail-container .product-title a:hover { - color: #a340ff; + color: #a340ff; } .leo-widget .thumbnail-container .product-price-and-shipping { - color: #777; - font-size: 13px; + color: #777; + font-size: 13px; } .leo-widget .widget-html p { - line-height: 23px; + line-height: 23px; } .leo-widget .widget-video iframe { - border-width: 0px; + border-width: 0px; } @media (max-width: 991px) { - .leo-widget .widget-video iframe { - width: 100%; - } + .leo-widget .widget-video iframe { + width: 100%; + } } .leo-widget ul.widget-image { - margin-left: 0px; + margin-left: 0px; } .rtl .leo-widget ul.widget-image { - margin-right: 0px; - margin-left: inherit; + margin-right: 0px; + margin-left: inherit; } .leo-widget ul.widget-image li { - margin-right: 10px; + margin-right: 10px; } .rtl .leo-widget ul.widget-image li { - margin-left: 10px; - margin-right: inherit; + margin-left: 10px; + margin-right: inherit; } .leo-widget ul.widget-image li:last-child { - margin-right: 0px; + margin-right: 0px; } .rtl .leo-widget ul.widget-image li:last-child { - margin-left: 0px; - margin-right: inherit; + margin-left: 0px; + margin-right: inherit; } /* @@ -19609,1895 +19546,1884 @@ button:hover { * Vertical menu */ .ApMegamenu .leo-verticalmenu { - background: #fff; - position: relative; + background: #fff; + position: relative; } @media (max-width: 991px) { - .ApMegamenu .leo-verticalmenu { - position: static; - } + .ApMegamenu .leo-verticalmenu { + position: static; + } } .ApMegamenu .leo-verticalmenu .title_block { - margin: 0; - color: #ffffff; - width: 100%; - line-height: 50px; - font-size: 16px; - padding: 0px 20px !important; - font-weight: 600; - text-transform: uppercase; - background: #a340ff; - border: 2px solid #000; - height: 50px; - cursor: pointer; + margin: 0; + color: #ffffff; + width: 100%; + line-height: 50px; + font-size: 16px; + padding: 0px 20px !important; + font-weight: 600; + text-transform: uppercase; + background: #a340ff; + border: 2px solid #000; + height: 50px; + cursor: pointer; } .ApMegamenu .leo-verticalmenu .title_block:before { - display: none; + display: none; } @media (max-width: 991px) { - .ApMegamenu .leo-verticalmenu .title_block:after { - content: ''; - cursor: pointer; - position: fixed; - top: 0; - left: 0; - bottom: 0; - right: 0; - z-index: 999; - visibility: hidden; - background-color: #000000; - background-color: rgba(0, 0, 0, 0.5); - zoom: 1; - background-color: transparent\9; - opacity: 0; - filter: alpha(opacity=0); - -webkit-transition: all 0.4s ease; - -o-transition: all 0.4s ease; - transition: all 0.4s ease; - } + .ApMegamenu .leo-verticalmenu .title_block:after { + content: ''; + cursor: pointer; + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + z-index: 999; + visibility: hidden; + background-color: #000000; + background-color: rgba(0, 0, 0, 0.5); + zoom: 1; + background-color: transparent\9; + opacity: 0; + filter: alpha(opacity=0); + -webkit-transition: all 0.4s ease; + -o-transition: all 0.4s ease; + transition: all 0.4s ease; + } } .ApMegamenu .leo-verticalmenu .title_block i { - /* + /* @include rtl-padding(0,15px,0,0); line-height: 22px; */ } @media (min-width: 992px) { - .ApMegamenu .leo-verticalmenu .title_block i { - display: none; - } + .ApMegamenu .leo-verticalmenu .title_block i { + display: none; + } } -.ApMegamenu .leo-verticalmenu > .block_content { - background: #fff; - position: absolute; - z-index: 30; - height: auto; - overflow: visible; - width: 100%; - -webkit-transition: height 0.4s ease 0s; - -o-transition: height 0.4s ease 0s; - transition: height 0.4s ease 0s; - border: 1px solid #eee; - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - -webkit-transition: all 0.5s; - -o-transition: all 0.5s; - transition: all 0.5s; - opacity: 0; - filter: alpha(opacity=0); +.ApMegamenu .leo-verticalmenu>.block_content { + background: #fff; + position: absolute; + z-index: 30; + height: auto; + overflow: visible; + width: 100%; + -webkit-transition: height 0.4s ease 0s; + -o-transition: height 0.4s ease 0s; + transition: height 0.4s ease 0s; + border: 1px solid #eee; + -webkit-transform: scale(0); + -moz-transform: scale(0); + -ms-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + -webkit-transition: all 0.5s; + -o-transition: all 0.5s; + transition: all 0.5s; + opacity: 0; + filter: alpha(opacity=0); } @media (max-width: 991px) { - .ApMegamenu .leo-verticalmenu > .block_content { - margin-top: 15px; - max-height: 900px; - overflow: auto; - } + .ApMegamenu .leo-verticalmenu>.block_content { + margin-top: 15px; + max-height: 900px; + overflow: auto; + } } @media (max-width: 991px) { - .ApMegamenu .leo-verticalmenu.active > .title_block:after { - visibility: visible; - opacity: 1; - filter: alpha(opacity=100); - transition-delay: 0.4s; - } + .ApMegamenu .leo-verticalmenu.active>.title_block:after { + visibility: visible; + opacity: 1; + filter: alpha(opacity=100); + transition-delay: 0.4s; + } } -.ApMegamenu .leo-verticalmenu.active > .block_content { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); - opacity: 1; - filter: alpha(opacity=100); - z-index: 999; +.ApMegamenu .leo-verticalmenu.active>.block_content { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + opacity: 1; + filter: alpha(opacity=100); + z-index: 999; } @media (min-width: 992px) { - #index .ApMegamenu .leo-verticalmenu > .block_content { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); - opacity: 1; - filter: alpha(opacity=100); - } + #index .ApMegamenu .leo-verticalmenu>.block_content { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + opacity: 1; + filter: alpha(opacity=100); + } - #index.keep-header .ApMegamenu .leo-verticalmenu > .block_content { - -webkit-transform: scale(0); - -moz-transform: scale(0); - -ms-transform: scale(0); - -o-transform: scale(0); - transform: scale(0); - opacity: 0; - filter: alpha(opacity=0); - } + #index.keep-header .ApMegamenu .leo-verticalmenu>.block_content { + -webkit-transform: scale(0); + -moz-transform: scale(0); + -ms-transform: scale(0); + -o-transform: scale(0); + transform: scale(0); + opacity: 0; + filter: alpha(opacity=0); + } - #index.keep-header .ApMegamenu .leo-verticalmenu.active > .block_content { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); - opacity: 1; - filter: alpha(opacity=100); - } + #index.keep-header .ApMegamenu .leo-verticalmenu.active>.block_content { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + opacity: 1; + filter: alpha(opacity=100); + } } .leo-megamenu { - border-radius: 0; - padding: 0 15px; + border-radius: 0; + padding: 0 15px; } @media (max-width: 991px) { - .leo-megamenu { - padding: 0; - } + .leo-megamenu { + padding: 0; + } } div.verticalmenu { - z-index: 100; + z-index: 100; } div.verticalmenu .navbar-collapse, div.verticalmenu .navbar-vertical { - margin: 0; - padding: 0; + margin: 0; + padding: 0; } div.verticalmenu .navbar-nav { - position: static; - float: none; - width: 100%; + position: static; + float: none; + width: 100%; } -div.verticalmenu .navbar-nav > li { - width: 100%; - height: auto; - position: relative; - float: none; +div.verticalmenu .navbar-nav>li { + width: 100%; + height: auto; + position: relative; + float: none; } -div.verticalmenu .navbar-nav > li + .nav-item { - margin-left: 0px; +div.verticalmenu .navbar-nav>li+.nav-item { + margin-left: 0px; } -.rtl div.verticalmenu .navbar-nav > li + .nav-item { - margin-right: 0px; - margin-left: inherit; +.rtl div.verticalmenu .navbar-nav>li+.nav-item { + margin-right: 0px; + margin-left: inherit; } @media (max-width: 991px) { - div.verticalmenu .navbar-nav > li { - border-bottom: 1px solid #ddd; - } + div.verticalmenu .navbar-nav>li { + border-bottom: 1px solid #ddd; + } - div.verticalmenu .navbar-nav > li:last-child { - border: 0; - } + div.verticalmenu .navbar-nav>li:last-child { + border: 0; + } } -div.verticalmenu .navbar-nav > li > a { - display: block; - color: #000; - font-size: 12px; - font-family: 'Poppins', sans-serif; - padding: 0px 30px; - font-weight: 400; - height: 70px; - line-height: 70px; - opacity: 0.4; - filter: alpha(opacity=40); - text-transform: uppercase; - overflow: hidden; +div.verticalmenu .navbar-nav>li>a { + display: block; + color: #000; + font-size: 12px; + font-family: 'Poppins', sans-serif; + padding: 0px 30px; + font-weight: 400; + height: 70px; + line-height: 70px; + opacity: 0.4; + filter: alpha(opacity=40); + text-transform: uppercase; + overflow: hidden; } @media (max-width: 1199px) { - div.verticalmenu .navbar-nav > li > a { - line-height: 55px; - height: 55px; - vertical-align: top; - } + div.verticalmenu .navbar-nav>li>a { + line-height: 55px; + height: 55px; + vertical-align: top; + } } @media (max-width: 991px) { - div.verticalmenu .navbar-nav > li > a { - display: inline-block; - padding: 0 15px; - } + div.verticalmenu .navbar-nav>li>a { + display: inline-block; + padding: 0 15px; + } - div.verticalmenu .navbar-nav > li > a > span { - border: 0 !important; - } + div.verticalmenu .navbar-nav>li>a>span { + border: 0 !important; + } } -div.verticalmenu .navbar-nav > li > a > span { - display: block; - border-bottom: 1px solid #ddd; - height: 100%; +div.verticalmenu .navbar-nav>li>a>span { + display: block; + border-bottom: 1px solid #ddd; + height: 100%; } -div.verticalmenu .navbar-nav > li:last-child > a > span { - border-bottom: 0; +div.verticalmenu .navbar-nav>li:last-child>a>span { + border-bottom: 0; } -div.verticalmenu .navbar-nav > li .caret { - display: none; +div.verticalmenu .navbar-nav>li .caret { + display: none; } @media (max-width: 991px) { - div.verticalmenu .navbar-nav > li .caret { - display: block; - position: absolute; - top: 0; - cursor: pointer; - border: none; - width: 55px; - height: 55px; - line-height: 55px; - text-align: center; - border: none; - right: 0; - } + div.verticalmenu .navbar-nav>li .caret { + display: block; + position: absolute; + top: 0; + cursor: pointer; + border: none; + width: 55px; + height: 55px; + line-height: 55px; + text-align: center; + border: none; + right: 0; + } - .rtl div.verticalmenu .navbar-nav > li .caret { - left: 0; - right: auto; - } + .rtl div.verticalmenu .navbar-nav>li .caret { + left: 0; + right: auto; + } - div.verticalmenu .navbar-nav > li .caret:before { - content: '\f105'; - font-family: 'FontAwesome'; - color: #000; - font-size: 14px; - font-weight: normal; - } + div.verticalmenu .navbar-nav>li .caret:before { + content: '\f105'; + font-family: 'FontAwesome'; + color: #000; + font-size: 14px; + font-weight: normal; + } } -div.verticalmenu .navbar-nav > li .dropdown-submenu .caret { - top: 0; +div.verticalmenu .navbar-nav>li .dropdown-submenu .caret { + top: 0; } @media (max-width: 991px) { - div.verticalmenu .navbar-nav > li .dropdown-submenu .caret { - top: -10px; - } + div.verticalmenu .navbar-nav>li .dropdown-submenu .caret { + top: -10px; + } } -div.verticalmenu .navbar-nav > li.last a, -div.verticalmenu .navbar-nav > li:last-child a { - border: 0; +div.verticalmenu .navbar-nav>li.last a, +div.verticalmenu .navbar-nav>li:last-child a { + border: 0; } -div.verticalmenu .navbar-nav > li:hover > a { - opacity: 1; - filter: alpha(opacity=100); +div.verticalmenu .navbar-nav>li:hover>a { + opacity: 1; + filter: alpha(opacity=100); } @media (min-width: 992px) { - div.verticalmenu .navbar-nav > li:hover > a { - color: #a340ff; - } + div.verticalmenu .navbar-nav>li:hover>a { + color: #a340ff; + } } -div.verticalmenu .navbar-nav > li:hover > a:hover, -div.verticalmenu .navbar-nav > li:hover > a:focus { - color: #a340ff; +div.verticalmenu .navbar-nav>li:hover>a:hover, +div.verticalmenu .navbar-nav>li:hover>a:focus { + color: #a340ff; } @media (min-width: 992px) { - div.verticalmenu .navbar-nav > li:hover > .caret { - color: #a340ff; - } + div.verticalmenu .navbar-nav>li:hover>.caret { + color: #a340ff; + } - div.verticalmenu .navbar-nav > li:hover > .caret:before { - color: #a340ff; - } + div.verticalmenu .navbar-nav>li:hover>.caret:before { + color: #a340ff; + } } -div.verticalmenu .navbar-nav > li.open > a { - color: #a340ff; - background: #a340ff; +div.verticalmenu .navbar-nav>li.open>a { + color: #a340ff; + background: #a340ff; } -div.verticalmenu .navbar-nav > li.open > a:hover, -div.verticalmenu .navbar-nav > li.open > a:focus { - color: #a340ff; - background: #a340ff; - border-color: #eaeaea; +div.verticalmenu .navbar-nav>li.open>a:hover, +div.verticalmenu .navbar-nav>li.open>a:focus { + color: #a340ff; + background: #a340ff; + border-color: #eaeaea; } @media (min-width: 992px) { - div.verticalmenu .navbar-nav > li.open > .caret { - color: #a340ff; - } + div.verticalmenu .navbar-nav>li.open>.caret { + color: #a340ff; + } } -div.verticalmenu .navbar-nav > li.open > .caret:before { - color: #a340ff; - top: -23px; - content: '\f0d7'; +div.verticalmenu .navbar-nav>li.open>.caret:before { + color: #a340ff; + top: -23px; + content: '\f0d7'; } -div.verticalmenu .navbar-nav > li .parent { - position: relative; +div.verticalmenu .navbar-nav>li .parent { + position: relative; } -div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle { - text-transform: none; - font-weight: normal; - color: #777; +div.verticalmenu .navbar-nav>li .parent>.dropdown-toggle { + text-transform: none; + font-weight: normal; + color: #777; } -div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover { - color: #a340ff; +div.verticalmenu .navbar-nav>li .parent>.dropdown-toggle:hover { + color: #a340ff; } @media (max-width: 991px) { - div.verticalmenu .navbar-nav li.open-sub > .caret:before { - content: '\f107'; - } + div.verticalmenu .navbar-nav li.open-sub>.caret:before { + content: '\f107'; + } } -div.verticalmenu .navbar-nav li.parent > a:after { - position: absolute; - content: '\f105'; - font-family: 'FontAwesome'; - color: #999; - font-size: 14px; - font-weight: normal; - right: 35px; - top: 0; - border: none; - -webkit-transition: all 0.4s; - -o-transition: all 0.4s; - transition: all 0.4s; +div.verticalmenu .navbar-nav li.parent>a:after { + position: absolute; + content: '\f105'; + font-family: 'FontAwesome'; + color: #999; + font-size: 14px; + font-weight: normal; + right: 35px; + top: 0; + border: none; + -webkit-transition: all 0.4s; + -o-transition: all 0.4s; + transition: all 0.4s; } -.rtl div.verticalmenu .navbar-nav li.parent > a:after { - left: 35px; - right: auto; +.rtl div.verticalmenu .navbar-nav li.parent>a:after { + left: 35px; + right: auto; } @media (max-width: 991px) { - div.verticalmenu .navbar-nav li.parent > a:after { - display: none; - } + div.verticalmenu .navbar-nav li.parent>a:after { + display: none; + } } -div.verticalmenu .navbar-nav li.parent:hover > a:after { - color: #a340ff; +div.verticalmenu .navbar-nav li.parent:hover>a:after { + color: #a340ff; } div.verticalmenu ul li a .menu-icon { - display: block; - background-position: left center !important; + display: block; + background-position: left center !important; } .rtl div.verticalmenu ul li a .menu-icon { - background-position: right center !important; + background-position: right center !important; } div.verticalmenu ul li a .menu-icon span { - display: block; - margin-left: 45px; + display: block; + margin-left: 45px; } .rtl div.verticalmenu ul li a .menu-icon span { - margin-right: 45px; - margin-left: inherit; + margin-right: 45px; + margin-left: inherit; } div.verticalmenu ul li a .menu-icon .menu-desc { - display: none; + display: none; } div.verticalmenu ul li a .menu-title { - display: block; + display: block; } div.verticalmenu ul li a .sub-title { - font-size: 12px; + font-size: 12px; } div.verticalmenu ul li a:hover, div.verticalmenu ul li a:focus { - color: #a340ff; - background: #ffffff; + color: #a340ff; + background: #ffffff; } div.verticalmenu ul li a:hover .menu-title, div.verticalmenu ul li a:focus .menu-title { - color: #a340ff; + color: #a340ff; } @media (max-width: 991px) { - div.verticalmenu li.open-sub { - border-bottom: 0; - } + div.verticalmenu li.open-sub { + border-bottom: 0; + } } div.verticalmenu .dropdown-menu { - left: -9999px; - top: -9999px; - right: auto; - min-height: 100px; - min-width: 215px; - padding: 30px; - background: #ffffff; - margin: 0px; - text-align: left; - -webkit-border-radius: 0; - -moz-border-radius: 0; - -ms-border-radius: 0; - -o-border-radius: 0; - border-radius: 0; - -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); - -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); - -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); - -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); - box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); + left: -9999px; + top: -9999px; + right: auto; + min-height: 100px; + min-width: 215px; + padding: 30px; + background: #ffffff; + margin: 0px; + text-align: left; + -webkit-border-radius: 0; + -moz-border-radius: 0; + -ms-border-radius: 0; + -o-border-radius: 0; + border-radius: 0; + -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); + -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); + -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); } .rtl div.verticalmenu .dropdown-menu { - text-align: right; + text-align: right; } @media (max-width: 991px) { - div.verticalmenu .dropdown-menu { - position: static; - max-width: 100%; - margin: 0 5px; - width: auto !important; - float: none; - clear: both; - padding: 15px; - } + div.verticalmenu .dropdown-menu { + position: static; + max-width: 100%; + margin: 0 5px; + width: auto !important; + float: none; + clear: both; + padding: 15px; + } } div.verticalmenu .dropdown-menu .menu-title { - text-transform: capitalize; + text-transform: capitalize; } div.verticalmenu .dropdown-menu .widget-subcategories { - margin-bottom: 15px; + margin-bottom: 15px; } div.verticalmenu .dropdown-menu .widget-subcategories li a { - -webkit-transition: all 0.2s; - -o-transition: all 0.2s; - transition: all 0.2s; - display: block; - line-height: 20px; - position: relative; - padding: 5px 0; + -webkit-transition: all 0.2s; + -o-transition: all 0.2s; + transition: all 0.2s; + display: block; + line-height: 20px; + position: relative; + padding: 5px 0; } div.verticalmenu .dropdown-menu .widget-subcategories li a:before { - content: '\f111'; - font-family: 'FontAwesome'; - font-size: 6px; - -webkit-transition: scale 0.4s; - -o-transition: scale 0.4s; - transition: scale 0.4s; - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - position: absolute; - top: 4px; - left: 0; + content: '\f111'; + font-family: 'FontAwesome'; + font-size: 6px; + -webkit-transition: scale 0.4s; + -o-transition: scale 0.4s; + transition: scale 0.4s; + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + position: absolute; + top: 4px; + left: 0; } .rtl div.verticalmenu .dropdown-menu .widget-subcategories li a:before { - right: 0; - left: auto; + right: 0; + left: auto; } div.verticalmenu .dropdown-menu .widget-subcategories li a:hover { - padding: 5px 0 5px 10px; + padding: 5px 0 5px 10px; } .rtl div.verticalmenu .dropdown-menu .widget-subcategories li a:hover { - padding: 5px 10px 5px 0; + padding: 5px 10px 5px 0; } div.verticalmenu .dropdown-menu .widget-subcategories li a:hover:before { - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); } div.verticalmenu .dropdown-menu .leo-widget .menu-title { - margin-bottom: 10px; - font-size: 14px; - text-transform: uppercase; - color: #000000; - font-weight: 500; - padding-bottom: 10px; - border-bottom: 1px solid #eee; + margin-bottom: 10px; + font-size: 14px; + text-transform: uppercase; + color: #000000; + font-weight: 500; + padding-bottom: 10px; + border-bottom: 1px solid #eee; } div.verticalmenu .dropdown-menu .leo-widget { - margin-bottom: 10px; + margin-bottom: 10px; } div.verticalmenu .dropdown-menu .widget-raw-html { - font-size: 12px; - line-height: 20px; + font-size: 12px; + line-height: 20px; } div.verticalmenu .dropdown-menu ul li { - padding: 4px 0; - line-height: normal; - list-style: none; - display: block; - float: none; + padding: 4px 0; + line-height: normal; + list-style: none; + display: block; + float: none; } -div.verticalmenu .dropdown-menu ul li + .nav-item { - margin-left: 0px; +div.verticalmenu .dropdown-menu ul li+.nav-item { + margin-left: 0px; } -.rtl div.verticalmenu .dropdown-menu ul li + .nav-item { - margin-right: 0px; - margin-left: inherit; +.rtl div.verticalmenu .dropdown-menu ul li+.nav-item { + margin-right: 0px; + margin-left: inherit; } div.verticalmenu .dropdown-menu ul li a { - color: #777; - font-size: 13px; - font-weight: 300; - padding: 0; + color: #777; + font-size: 13px; + font-weight: 300; + padding: 0; } div.verticalmenu .dropdown-menu ul li a .menu-title { - color: #777; - text-transform: capitalize; - font-size: 13px; - font-weight: 300; + color: #777; + text-transform: capitalize; + font-size: 13px; + font-weight: 300; } div.verticalmenu .dropdown-menu ul li a.nav-link { - padding: 5px 0; + padding: 5px 0; } div.verticalmenu .dropdown-menu ul li a.nav-link:after { - right: 10px; - top: 10px; + right: 10px; + top: 10px; } .rtl div.verticalmenu .dropdown-menu ul li a.nav-link:after { - left: 10px; - right: auto; + left: 10px; + right: auto; } div.verticalmenu .dropdown-menu ul li a:hover { - color: #a340ff; + color: #a340ff; } div.verticalmenu .dropdown-menu ul li a:hover .menu-title { - color: #a340ff; + color: #a340ff; } div.verticalmenu .dropdown-menu p { - line-height: 18px; - font-size: 12px; + line-height: 18px; + font-size: 12px; } div.verticalmenu .dropdown-menu .leo-menu-video { - width: 100%; + width: 100%; } div.verticalmenu .dropdown-menu .leo-menu-video iframe { - margin-bottom: 10px; + margin-bottom: 10px; } div.verticalmenu .dropdown-menu .dropdown-toggle:hover { - color: #000000; + color: #000000; } div.verticalmenu .dropdown-menu .dropdown-toggle { - font-weight: bold; - text-transform: uppercase; - line-height: normal; - color: #000000; - font-family: 'Poppins', sans-serif; - font-size: 12px; + font-weight: bold; + text-transform: uppercase; + line-height: normal; + color: #000000; + font-family: 'Poppins', sans-serif; + font-size: 12px; } div.verticalmenu .dropdown-menu .action { - display: none; + display: none; } div.verticalmenu .widget-heading { - color: #000000; - text-transform: uppercase; - font-weight: 600; + color: #000000; + text-transform: uppercase; + font-weight: 600; } -div.active-hover ul > li:hover > .dropdown-menu { - left: 100%; - top: -1px; - opacity: 1; - filter: alpha(opacity=100); - display: block; +div.active-hover ul>li:hover>.dropdown-menu { + left: 100%; + top: -1px; + opacity: 1; + filter: alpha(opacity=100); + display: block; } -.rtl div.active-hover ul > li:hover > .dropdown-menu { - right: 100%; - left: auto; +.rtl div.active-hover ul>li:hover>.dropdown-menu { + right: 100%; + left: auto; } @media (min-width: 992px) and (max-width: 1199px) { - div.active-hover ul > li:hover > .dropdown-menu { - max-width: 690px; - } + div.active-hover ul>li:hover>.dropdown-menu { + max-width: 690px; + } } -.rtl div.active-hover ul > li:hover > .dropdown-menu { - right: 100% !important; - left: auto !important; +.rtl div.active-hover ul>li:hover>.dropdown-menu { + right: 100% !important; + left: auto !important; } /* CANVAS MENU - SHOW CANVAS = YES */ .megamenu-overlay { - cursor: pointer; - position: fixed; - top: 0; - left: 0; - bottom: 0; - right: 0; - z-index: 999; - visibility: hidden; - background-color: #000000; - background-color: rgba(0, 0, 0, 0.5); - zoom: 1; - background-color: transparent\9; - opacity: 0; - filter: alpha(opacity=0); - -webkit-transition: all 0.4s ease; - -o-transition: all 0.4s ease; - transition: all 0.4s ease; + cursor: pointer; + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + z-index: 999; + visibility: hidden; + background-color: #000000; + background-color: rgba(0, 0, 0, 0.5); + zoom: 1; + background-color: transparent\9; + opacity: 0; + filter: alpha(opacity=0); + -webkit-transition: all 0.4s ease; + -o-transition: all 0.4s ease; + transition: all 0.4s ease; } .off-canvas body { - position: relative; + position: relative; } @media (min-width: 992px) { - .off-canvas-active > #page, - .off-canvas-active > .off-canvas-nav-megamenu { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - position: relative !important; - } - .off-canvas-button-megamenu { - display: none !important; - } + .off-canvas-active>#page, + .off-canvas-active>.off-canvas-nav-megamenu { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); + position: relative !important; + } + + .off-canvas-button-megamenu { + display: none !important; + } } @media (max-width: 991px) { - .off-canvas-active .megamenu-overlay { - opacity: 1; - filter: alpha(opacity=100); - visibility: visible; - } + .off-canvas-active .megamenu-overlay { + opacity: 1; + filter: alpha(opacity=100); + visibility: visible; + } } .off-canvas-button-megamenu { - color: #000000; - text-align: right; + color: #000000; + text-align: right; } .rtl .off-canvas-button-megamenu { - text-align: left; + text-align: left; } .off-canvas-button-megamenu:hover { - cursor: pointer; + cursor: pointer; } -.off-canvas-inactive > #page { - -webkit-transition: all 400ms ease 0s; - -o-transition: all 400ms ease 0s; - transition: all 400ms ease 0s; +.off-canvas-inactive>#page { + -webkit-transition: all 400ms ease 0s; + -o-transition: all 400ms ease 0s; + transition: all 400ms ease 0s; } .off-canvas-active { - background: #ffffff; + background: #ffffff; } -.off-canvas-active > #page { - -webkit-transform: translateX(234px); - -moz-transform: translateX(234px); - -ms-transform: translateX(234px); - -o-transform: translateX(234px); - transform: translateX(234px); - -webkit-transition: all 400ms ease 0s; - -o-transition: all 400ms ease 0s; - transition: all 400ms ease 0s; +.off-canvas-active>#page { + -webkit-transform: translateX(234px); + -moz-transform: translateX(234px); + -ms-transform: translateX(234px); + -o-transform: translateX(234px); + transform: translateX(234px); + -webkit-transition: all 400ms ease 0s; + -o-transition: all 400ms ease 0s; + transition: all 400ms ease 0s; } -.off-canvas-active > .off-canvas-nav-megamenu.active { - left: 0px; - -webkit-transform: translateX(234px); - -moz-transform: translateX(234px); - -ms-transform: translateX(234px); - -o-transform: translateX(234px); - transform: translateX(234px); - -webkit-transition: all 400ms ease 0s; - -o-transition: all 400ms ease 0s; - transition: all 400ms ease 0s; +.off-canvas-active>.off-canvas-nav-megamenu.active { + left: 0px; + -webkit-transform: translateX(234px); + -moz-transform: translateX(234px); + -ms-transform: translateX(234px); + -o-transform: translateX(234px); + transform: translateX(234px); + -webkit-transition: all 400ms ease 0s; + -o-transition: all 400ms ease 0s; + transition: all 400ms ease 0s; } -.rtl .off-canvas-active > .off-canvas-nav-megamenu.active { - right: 0px; - left: auto; +.rtl .off-canvas-active>.off-canvas-nav-megamenu.active { + right: 0px; + left: auto; } .off-canvas-active #page { - position: fixed; - margin: 0 auto; - max-width: 100%; + position: fixed; + margin: 0 auto; + max-width: 100%; } .off-canvas-nav-megamenu { - position: absolute; - top: 0px; - width: 0px; - background: #ffffff; - z-index: 999; - left: 0; - -webkit-transition: all 400ms ease 0s; - -o-transition: all 400ms ease 0s; - transition: all 400ms ease 0s; + position: absolute; + top: 0px; + width: 0px; + background: #ffffff; + z-index: 999; + left: 0; + -webkit-transition: all 400ms ease 0s; + -o-transition: all 400ms ease 0s; + transition: all 400ms ease 0s; } .rtl .off-canvas-nav-megamenu { - right: 0; - left: auto; + right: 0; + left: auto; } .off-canvas-nav-megamenu .navbar-nav { - margin: 0px; + margin: 0px; } -.off-canvas-nav-megamenu .navbar-nav > li { - float: none; - border-bottom: 1px solid #eaeaea; - float: none; +.off-canvas-nav-megamenu .navbar-nav>li { + float: none; + border-bottom: 1px solid #eaeaea; + float: none; } -.off-canvas-nav-megamenu .navbar-nav > li + .nav-item { - margin-left: 0px; +.off-canvas-nav-megamenu .navbar-nav>li+.nav-item { + margin-left: 0px; } -.rtl .off-canvas-nav-megamenu .navbar-nav > li + .nav-item { - margin-right: 0px; - margin-left: inherit; +.rtl .off-canvas-nav-megamenu .navbar-nav>li+.nav-item { + margin-right: 0px; + margin-left: inherit; } -.off-canvas-nav-megamenu .navbar-nav > li > a { - display: inline-block; - color: #000000; - font-size: 15px; - font-weight: 400; - padding: 17px 10px; +.off-canvas-nav-megamenu .navbar-nav>li>a { + display: inline-block; + color: #000000; + font-size: 15px; + font-weight: 400; + padding: 17px 10px; } -.off-canvas-nav-megamenu .navbar-nav > li > a:hover, -.off-canvas-nav-megamenu .navbar-nav > li > a:focus { - background: none; +.off-canvas-nav-megamenu .navbar-nav>li>a:hover, +.off-canvas-nav-megamenu .navbar-nav>li>a:focus { + background: none; } .off-canvas-nav-megamenu .nav li.dropdown .caret { - cursor: pointer; - position: absolute; - top: 18px; - margin: auto 0; - right: 0; - width: 30px; - height: 20px; + cursor: pointer; + position: absolute; + top: 18px; + margin: auto 0; + right: 0; + width: 30px; + height: 20px; } .rtl .off-canvas-nav-megamenu .nav li.dropdown .caret { - left: 0; - right: auto; + left: 0; + right: auto; } .off-canvas-nav-megamenu .nav li.dropdown .caret:before { - content: '\f107'; - font-family: 'FontAwesome'; - color: #000000; - font-size: 15px; - font-weight: normal; - display: block; - text-align: center; + content: '\f107'; + font-family: 'FontAwesome'; + color: #000000; + font-size: 15px; + font-weight: normal; + display: block; + text-align: center; } .off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle::after { - display: none; + display: none; } -.off-canvas-nav-megamenu .nav li.open-sub > .caret:before { - content: '\f106'; +.off-canvas-nav-megamenu .nav li.open-sub>.caret:before { + content: '\f106'; } .off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret { - top: 6px; + top: 6px; } .off-canvas-nav-megamenu .offcanvas-mainnav { - background-color: #ffffff; - position: absolute; - top: 0; - width: 234px; - overflow: hidden; - left: -234px; + background-color: #ffffff; + position: absolute; + top: 0; + width: 234px; + overflow: hidden; + left: -234px; } .rtl .off-canvas-nav-megamenu .offcanvas-mainnav { - right: -234px; - left: auto; + right: -234px; + left: auto; } .off-canvas-nav-megamenu .dropdown-menu { - font-size: 13px; - position: relative; - left: 0; - right: 0; - top: 0; - float: none; - margin: 0; - width: 100% !important; - border: 0; - padding: 0px 10px; - -moz-box-shadow: none; - -webkit-box-shadow: none; - -o-box-shadow: none; - -ms-box-shadow: none; - box-shadow: none; - -webkit-border-radius: 0; - -moz-border-radius: 0; - -ms-border-radius: 0; - -o-border-radius: 0; - border-radius: 0; - text-align: left; + font-size: 13px; + position: relative; + left: 0; + right: 0; + top: 0; + float: none; + margin: 0; + width: 100% !important; + border: 0; + padding: 0px 10px; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + -ms-box-shadow: none; + box-shadow: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + -ms-border-radius: 0; + -o-border-radius: 0; + border-radius: 0; + text-align: left; } .rtl .off-canvas-nav-megamenu .dropdown-menu { - text-align: right; + text-align: right; } .off-canvas-nav-megamenu .dropdown-menu ul li { - line-height: 30px; - float: none; + line-height: 30px; + float: none; } -.off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item { - position: relative; - margin-left: 0px; +.off-canvas-nav-megamenu .dropdown-menu ul li+.nav-item { + position: relative; + margin-left: 0px; } -.rtl .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item { - margin-right: 0px; - margin-left: inherit; +.rtl .off-canvas-nav-megamenu .dropdown-menu ul li+.nav-item { + margin-right: 0px; + margin-left: inherit; } -.off-canvas-nav-megamenu .dropdown-menu ul li > a { - font-weight: 400; +.off-canvas-nav-megamenu .dropdown-menu ul li>a { + font-weight: 400; } .off-canvas-nav-megamenu .dropdown-sub .menu-title { - font-weight: 500; - margin: 10px 0; - color: #000000; - text-transform: capitalize; + font-weight: 500; + margin: 10px 0; + color: #000000; + text-transform: capitalize; } .off-canvas-nav-megamenu ul.nav-links { - padding-left: 7px; + padding-left: 7px; } .rtl .off-canvas-nav-megamenu ul.nav-links { - padding-right: 7px; - padding-left: inherit; + padding-right: 7px; + padding-left: inherit; } .off-canvas-nav-megamenu ul.nav-links li { - line-height: 30px; + line-height: 30px; } .off-canvas-nav-megamenu .mega-col { - width: 100%; + width: 100%; } .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul { - padding: 3px 3px 3px 7px; + padding: 3px 3px 3px 7px; } .rtl .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul { - padding: 3px 7px 3px 3px; + padding: 3px 7px 3px 3px; } /* OFF CANVAS MENU - SHOW CANVAS = NO */ @media (max-width: 991px) { - .leo-megamenu .collapse.in { - text-align: left; - } + .leo-megamenu .collapse.in { + text-align: left; + } - .rtl .leo-megamenu .collapse.in { - text-align: right; - } + .rtl .leo-megamenu .collapse.in { + text-align: right; + } - .leo-megamenu .collapse.in .navbar-nav { - text-align: left; - height: auto; - } + .leo-megamenu .collapse.in .navbar-nav { + text-align: left; + height: auto; + } - .rtl .leo-megamenu .collapse.in .navbar-nav { - text-align: right; - } + .rtl .leo-megamenu .collapse.in .navbar-nav { + text-align: right; + } - .leo-megamenu .collapse.in .dropdown > .dropdown-menu { - width: 100% !important; - } + .leo-megamenu .collapse.in .dropdown>.dropdown-menu { + width: 100% !important; + } - .leo-megamenu .collapse.in .navbar-nav > li.aligned-fullwidth { - position: relative; - } + .leo-megamenu .collapse.in .navbar-nav>li.aligned-fullwidth { + position: relative; + } } @media (max-width: 991px) and (max-width: 991px) { - .leo-megamenu .collapse.in .navbar-nav > li > .dropdown-menu .mega-col { - max-width: 100%; - flex: 0 0 100%; - } + .leo-megamenu .collapse.in .navbar-nav>li>.dropdown-menu .mega-col { + max-width: 100%; + flex: 0 0 100%; + } } @media (max-width: 991px) { - .leo-megamenu - .collapse.in - .navbar-nav - .nav-item.dropdown.open-sub - > .caret:before { - content: '\f068'; - } + .leo-megamenu .collapse.in .navbar-nav .nav-item.dropdown.open-sub>.caret:before { + content: '\f068'; + } - .leo-megamenu - .collapse.in - .navbar-nav - .nav-item.dropdown-submenu - .caret:before { - top: -13px; - } + .leo-megamenu .collapse.in .navbar-nav .nav-item.dropdown-submenu .caret:before { + top: -13px; + } - .leo-megamenu - .collapse.in - .navbar-nav - .nav-item.dropdown-submenu.open-sub - > .caret:before { - content: '\f068'; - } + .leo-megamenu .collapse.in .navbar-nav .nav-item.dropdown-submenu.open-sub>.caret:before { + content: '\f068'; + } - .leo-megamenu .collapse.in .navbar-nav .dropdown-toggle::after { - display: none; - } + .leo-megamenu .collapse.in .navbar-nav .dropdown-toggle::after { + display: none; + } - .leo-megamenu .collapse.in .dropdown-submenu > .dropdown-menu { - width: 100%; - position: relative; - left: 0; - } + .leo-megamenu .collapse.in .dropdown-submenu>.dropdown-menu { + width: 100%; + position: relative; + left: 0; + } - .rtl .leo-megamenu .collapse.in .dropdown-submenu > .dropdown-menu { - right: 0; - left: auto; - } + .rtl .leo-megamenu .collapse.in .dropdown-submenu>.dropdown-menu { + right: 0; + left: auto; + } } /*** Responsive part ***/ @media (max-width: 991px) { - .ApMegamenu > .navbar { - position: static; - } + .ApMegamenu>.navbar { + position: static; + } - .leo-megamenu.disable-canvas .navbar-nav { - padding: 15px; - margin: 0; - } + .leo-megamenu.disable-canvas .navbar-nav { + padding: 15px; + margin: 0; + } - .leo-megamenu.disable-canvas .navbar-nav > li > a { - padding: 15px 0; - display: inline-block; - vertical-align: top; - } + .leo-megamenu.disable-canvas .navbar-nav>li>a { + padding: 15px 0; + display: inline-block; + vertical-align: top; + } - .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret { - cursor: pointer; - position: absolute; - top: 0; - line-height: 50px; - display: block; - width: 50px; - height: 50px; - right: 0; - text-align: center; - } + .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret { + cursor: pointer; + position: absolute; + top: 0; + line-height: 50px; + display: block; + width: 50px; + height: 50px; + right: 0; + text-align: center; + } - .rtl .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret { - left: 0; - right: auto; - } + .rtl .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret { + left: 0; + right: auto; + } - .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before { - content: '\f067'; - font-family: 'FontAwesome'; - font-size: 14px; - font-weight: normal; - text-align: center; - z-index: 1001; - } + .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before { + content: '\f067'; + font-family: 'FontAwesome'; + font-size: 14px; + font-weight: normal; + text-align: center; + z-index: 1001; + } - .leo-megamenu.disable-canvas .leo-top-menu { - background: #fff; - position: absolute; - top: 100%; - z-index: 99; - left: 0; - right: 0; - margin-top: 15px; - -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); - -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); - -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); - } + .leo-megamenu.disable-canvas .leo-top-menu { + background: #fff; + position: absolute; + top: 100%; + z-index: 99; + left: 0; + right: 0; + margin-top: 15px; + -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); + -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); + -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); + } - .leo-megamenu.disable-canvas .dropdown-toggle::after { - display: none; - } + .leo-megamenu.disable-canvas .dropdown-toggle::after { + display: none; + } } @media (min-width: 992px) { - .header-menu { - border-bottom: 1px solid #eee; - position: relative; - } + .header-menu { + border-bottom: 1px solid #eee; + position: relative; + } - .header-menu:before { - content: ''; - left: 0px; - right: 0px; - height: 1px; - background: #eee; - position: absolute; - top: 0; - } + .header-menu:before { + content: ''; + left: 0px; + right: 0px; + height: 1px; + background: #eee; + position: absolute; + top: 0; + } } .off-canvas-button-megamenu { - color: transparent; - font-size: 0px; + color: transparent; + font-size: 0px; } .off-canvas-button-megamenu .off-canvas-nav { - display: inline-block; - width: 30px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #222; + display: inline-block; + width: 30px; + height: 30px; + line-height: 30px; + text-align: center; + font-size: 14px; + color: #222; } .off-canvas-button-megamenu .off-canvas-nav:before { - content: '\f00d'; - font-family: 'FontAwesome'; + content: '\f00d'; + font-family: 'FontAwesome'; } .leo-widget .widget-html p { - margin-bottom: 0; + margin-bottom: 0; } .leo-widget .widget-html img { - width: 100%; - max-width: 100%; - height: auto; + width: 100%; + max-width: 100%; + height: auto; } .popup-over { - position: relative; - margin: 0 0 0 30px; - float: right; + position: relative; + margin: 0 0 0 30px; + float: right; } .rtl .popup-over { - margin: 0 30px 0 0; + margin: 0 30px 0 0; } .rtl .popup-over { - float: left; + float: left; } .popup-over a.popup-title { - padding: 10px 0; - display: inline-block; - vertical-align: top; - text-transform: uppercase; - line-height: 24px; + padding: 10px 0; + display: inline-block; + vertical-align: top; + text-transform: uppercase; + line-height: 24px; } .popup-over a.popup-title:hover { - color: #a340ff; + color: #a340ff; } .popup-over .popup-content { - padding: 10px; - position: absolute; - top: 100%; - background: #ffffff; - border: 1px solid #eaeaea; - min-width: 140px; - z-index: 9999; - display: none; - font-size: 12px; - right: 0; - left: auto; - text-align: left; - border-radius: 0; - -webkit-transition: opacity 0.3s linear 0s; - -o-transition: opacity 0.3s linear 0s; - transition: opacity 0.3s linear 0s; - margin: 0px; + padding: 10px; + position: absolute; + top: 100%; + background: #ffffff; + border: 1px solid #eaeaea; + min-width: 140px; + z-index: 9999; + display: none; + font-size: 12px; + right: 0; + left: auto; + text-align: left; + border-radius: 0; + -webkit-transition: opacity 0.3s linear 0s; + -o-transition: opacity 0.3s linear 0s; + transition: opacity 0.3s linear 0s; + margin: 0px; } .rtl .popup-over .popup-content { - text-align: right; + text-align: right; } .popup-over .popup-content a { - color: #777; - padding: 0px; + color: #777; + padding: 0px; } .popup-over .popup-content a:hover { - color: #a340ff; + color: #a340ff; } .popup-over .popup-content li { - display: block; - padding: 5px 0px; + display: block; + padding: 5px 0px; } .popup-over .popup-content li.current { - color: #a340ff; + color: #a340ff; } .popup-over .popup-content li.current a { - color: #a340ff; + color: #a340ff; } .popup-over:hover { - cursor: pointer; + cursor: pointer; } @media (min-width: 992px) { - .popup-over:hover .popup-content { - display: block !important; - } + .popup-over:hover .popup-content { + display: block !important; + } } .popup-over.open .popup-content { - display: block !important; + display: block !important; } @media (max-width: 767px) { - .popup-over.language-selector-wrapper { - margin: 0; - } + .popup-over.language-selector-wrapper { + margin: 0; + } } .rtl .popup-over .popup-content { - left: 0; - right: auto; + left: 0; + right: auto; } /* mini basket */ #cart-block { - position: relative; - float: right; + position: relative; + float: right; } .rtl #cart-block { - float: left; + float: left; } @media (min-width: 992px) { - #cart-block { - padding-top: 2px; - } + #cart-block { + padding-top: 2px; + } } #cart-block .cart-preview.active a { - color: #a340ff; - display: flex; - align-items: center; + color: #a340ff; + display: flex; + align-items: center; } #cart-block .cart-preview .shopping-cart { - vertical-align: middle; - color: #ffffff; - text-align: center; - font-size: 16px; - line-height: 45px; - margin-right: 5px; - width: 45px; - height: 45px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; - background-color: #15f1f9; - background-image: -webkit-linear-gradient(#15f1f9, #3596f1); - background-image: linear-gradient(#15f1f9, #3596f1); + vertical-align: middle; + color: #ffffff; + text-align: center; + font-size: 16px; + line-height: 45px; + margin-right: 5px; + width: 45px; + height: 45px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; + background-color: #15f1f9; + background-image: -webkit-linear-gradient(#15f1f9, #3596f1); + background-image: linear-gradient(#15f1f9, #3596f1); } .rtl #cart-block .cart-preview .shopping-cart { - margin-left: 5px; - margin-right: inherit; + margin-left: 5px; + margin-right: inherit; } #cart-block .cart-preview .body { - display: none; + display: none; } .cart-preview .header { - white-space: nowrap; - line-height: 43px; - margin: 1px 0 0; - font-weight: 500; + white-space: nowrap; + line-height: 43px; + margin: 1px 0 0; + font-weight: 500; } .cart-preview .header span.hidden-sm-down { - display: inline-block; - vertical-align: top; - height: 43px; - overflow: hidden; - text-transform: uppercase; - padding: 0 0 0 10px; - color: #000; + display: inline-block; + vertical-align: top; + height: 43px; + overflow: hidden; + text-transform: uppercase; + padding: 0 0 0 10px; + color: #000; } .rtl .cart-preview .header span.hidden-sm-down { - padding: 0 10px 0 0; + padding: 0 10px 0 0; } .cart-preview .cart-products-count { - font-size: 14px; - width: 43px; - display: inline-block; - vertical-align: top; - line-height: 43px; - text-align: center; - border: 1px solid #a340ff; - border-radius: 25px; - -webkit-border-radius: 25px; - -moz-border-radius: 25px; - -o-border-radius: 25px; - position: relative; - overflow: hidden; - color: #000; + font-size: 14px; + width: 43px; + display: inline-block; + vertical-align: top; + line-height: 43px; + text-align: center; + border: 1px solid #a340ff; + border-radius: 25px; + -webkit-border-radius: 25px; + -moz-border-radius: 25px; + -o-border-radius: 25px; + position: relative; + overflow: hidden; + color: #000; } .cart-preview .cart-products-count span { - z-index: 1; - position: relative; + z-index: 1; + position: relative; } .cart-preview .cart-products-count:before { - content: ''; - position: absolute; - top: 50%; - left: 0; - right: 0; - bottom: 0; - background: #a340ff; - z-index: 1; - border-bottom-left-radius: 25px; - -webkit-border-bottom-left-radius: 25px; - -moz-border-bottom-left-radius: 25px; - border-bottom-right-radius: 25px; - -webkit-border-bottom-right-radius: 25px; - -moz-border-bottom-right-radius: 25px; + content: ''; + position: absolute; + top: 50%; + left: 0; + right: 0; + bottom: 0; + background: #a340ff; + z-index: 1; + border-bottom-left-radius: 25px; + -webkit-border-bottom-left-radius: 25px; + -moz-border-bottom-left-radius: 25px; + border-bottom-right-radius: 25px; + -webkit-border-bottom-right-radius: 25px; + -moz-border-bottom-right-radius: 25px; } /*** Responsive part ***/ @media (max-width: 767px) { - .language-selector-wrapper .popup-content { - right: auto; - left: 0px; - } + .language-selector-wrapper .popup-content { + right: auto; + left: 0px; + } - .rtl .language-selector-wrapper .popup-content { - left: auto; - right: 0px; - } + .rtl .language-selector-wrapper .popup-content { + left: auto; + right: 0px; + } } /* Product List*/ .product_list.list .ajax_block_product { - width: 100%; + width: 100%; } .product_list.list .thumbnail-container { - text-align: left; - padding: 15px 0; - margin: 0; + text-align: left; + padding: 15px 0; + margin: 0; } .rtl .product_list.list .thumbnail-container { - text-align: right; + text-align: right; } @media (min-width: 481px) { - .product_list.list .thumbnail-container .product-image { - float: left; - float: left; - width: 33.33333%; - text-align: center; - margin: 0; - } + .product_list.list .thumbnail-container .product-image { + float: left; + float: left; + width: 33.33333%; + text-align: center; + margin: 0; + } - .rtl .product_list.list .thumbnail-container .product-image { - float: right; - } + .rtl .product_list.list .thumbnail-container .product-image { + float: right; + } - .product_list.list .thumbnail-container .product-meta { - overflow: hidden; - float: left; - width: 66.66667%; - text-align: left; - padding: 10px; - } + .product_list.list .thumbnail-container .product-meta { + overflow: hidden; + float: left; + width: 66.66667%; + text-align: left; + padding: 10px; + } - .rtl .product_list.list .thumbnail-container .product-meta { - text-align: right; - } + .rtl .product_list.list .thumbnail-container .product-meta { + text-align: right; + } - .product_list.list .thumbnail-container .product-description-short { - display: inline-block; - } + .product_list.list .thumbnail-container .product-description-short { + display: inline-block; + } } .product_list.list .leo-wishlist-button-dropdown .leo-list-wishlist { - max-height: 130px; - left: auto; - right: 100%; - bottom: 0; + max-height: 130px; + left: auto; + right: 100%; + bottom: 0; } .rtl .product_list.list .leo-wishlist-button-dropdown .leo-list-wishlist { - left: 100%; - right: auto; + left: 100%; + right: auto; } @media (min-width: 768px) { - .product_list.list .button-container .dropdown-menu { - top: 0; - bottom: auto; - right: auto; - left: 100%; - } + .product_list.list .button-container .dropdown-menu { + top: 0; + bottom: auto; + right: auto; + left: 100%; + } - .rtl .product_list.list .button-container .dropdown-menu { - right: 100%; - left: auto; - } + .rtl .product_list.list .button-container .dropdown-menu { + right: 100%; + left: auto; + } } /* Product Grid style */ .thumbnail-container { - position: relative; - margin-bottom: 20px; + position: relative; + margin-bottom: 20px; } .thumbnail-container .highlighted-informations { - margin: 15px 0; + margin: 15px 0; } .thumbnail-container .product-image { - position: relative; - text-align: center; + position: relative; + text-align: center; } .thumbnail-container .product-meta { - padding: 10px 0; + padding: 10px 0; } .thumbnail-container .leo-pro-attr-section, .thumbnail-container .leo_cart_quantity { - margin: 5px 0; + margin: 5px 0; } .thumbnail-container .leo-pro-attr-section .leo-bt-select-attr { - font-size: 12px; - padding: 0 35px 0 10px; - height: 40px; - line-height: 40px; - border: 0; - border-radius: 0; - background: #f5f5f5; - font-weight: normal; - position: relative; + font-size: 12px; + padding: 0 35px 0 10px; + height: 40px; + line-height: 40px; + border: 0; + border-radius: 0; + background: #f5f5f5; + font-weight: normal; + position: relative; } .rtl .thumbnail-container .leo-pro-attr-section .leo-bt-select-attr { - padding: 0 10px 0 35px; + padding: 0 10px 0 35px; } .thumbnail-container .leo-pro-attr-section .leo-bt-select-attr:after { - position: absolute; - top: 17px; - right: 15px; + position: absolute; + top: 17px; + right: 15px; } .rtl .thumbnail-container .leo-pro-attr-section .leo-bt-select-attr:after { - left: 15px; - right: auto; + left: 15px; + right: auto; } .thumbnail-container .leo-pro-attr-section .dropdown-menu { - top: auto; - bottom: 100%; - margin: 0; - font-size: 12px; - border-radius: 0; - border: 0; - max-height: 80px; - overflow-y: auto; - overflow-x: hidden; + top: auto; + bottom: 100%; + margin: 0; + font-size: 12px; + border-radius: 0; + border: 0; + max-height: 80px; + overflow-y: auto; + overflow-x: hidden; } .thumbnail-container .leo-pro-attr-section .dropdown-menu .dropdown-item { - display: block; - padding: 12px 10px; - white-space: normal; + display: block; + padding: 12px 10px; + white-space: normal; } .thumbnail-container .leo-more-cdown { - padding: 30px 0 5px; - line-height: 18px; - text-align: left; + padding: 30px 0 5px; + line-height: 18px; + text-align: left; } .rtl .thumbnail-container .leo-more-cdown { - text-align: right; + text-align: right; } .thumbnail-container .leo-more-cdown:after { - content: ''; - display: block; - clear: both; + content: ''; + display: block; + clear: both; } .thumbnail-container .leo-more-cdown li { - width: 25%; - float: left; + width: 25%; + float: left; } .rtl .thumbnail-container .leo-more-cdown li { - float: right; + float: right; } .thumbnail-container .leo-more-cdown li b { - display: block; - font-weight: 700; - color: #000; + display: block; + font-weight: 700; + color: #000; } .thumbnail-container .leo-more-cdown li span { - display: block; + display: block; } .thumbnail-container .product-title { - text-transform: uppercase; - margin-top: 10px; + text-transform: uppercase; + margin-top: 10px; } .thumbnail-container .product-title a { - color: #000; - font-size: 14px; - text-decoration: none; - text-transform: capitalize; - font-weight: 300; + color: #000; + font-size: 14px; + text-decoration: none; + text-transform: capitalize; + font-weight: 300; } .thumbnail-container .product-title a:hover { - color: #a340ff; + color: #a340ff; } .thumbnail-container .product-price-and-shipping { - color: #000000; - font-family: 'Poppins', sans-serif; - font-size: 14px; + color: #000000; + font-family: 'Poppins', sans-serif; + font-size: 14px; } .thumbnail-container .product-price-and-shipping .aeuc_before_label { - color: #999; - font-size: 11px; + color: #999; + font-size: 11px; } .thumbnail-container .product-price-and-shipping .price { - font-weight: 600; - padding: 0 2px; + font-weight: 600; + padding: 0 2px; } .thumbnail-container .product-price-and-shipping .regular-price { - color: #999; - font-size: 13px; - text-decoration: line-through; - font-weight: 400; - padding: 0 2px; + color: #999; + font-size: 13px; + text-decoration: line-through; + font-weight: 400; + padding: 0 2px; } .thumbnail-container .product-price-and-shipping .aeuc_unit_price_label { - display: inline-block; + display: inline-block; } .thumbnail-container .discount-percentage { - display: inline-block; - padding: 0 5px; - color: #ffffff; - background: #ff708e; - font-size: 12px; - font-weight: 400; - line-height: 20px; - border-radius: 2px; - display: none; + display: inline-block; + padding: 0 5px; + color: #ffffff; + background: #ff708e; + font-size: 12px; + font-weight: 400; + line-height: 20px; + border-radius: 2px; + display: none; } .thumbnail-container .product-additional { - position: absolute; - top: 0px; - visibility: hidden; - left: 0px; - width: 100%; - opacity: 0; - filter: alpha(opacity=0); + position: absolute; + top: 0px; + visibility: hidden; + left: 0px; + width: 100%; + opacity: 0; + filter: alpha(opacity=0); } .thumbnail-container .comments_note { - color: #acaaa6; + color: #acaaa6; } .thumbnail-container .variant-links { - width: 100%; - padding-top: 3px; - min-height: 40px; + width: 100%; + padding-top: 3px; + min-height: 40px; } .thumbnail-container .product-description-short { - display: none; - line-height: 20px; + display: none; + line-height: 20px; } .thumbnail-container:hover .product-additional { - visibility: visible; - -webkit-transition: all 0.5s ease 0s; - -o-transition: all 0.5s ease 0s; - transition: all 0.5s ease 0s; - opacity: 1; - filter: alpha(opacity=100); + visibility: visible; + -webkit-transition: all 0.5s ease 0s; + -o-transition: all 0.5s ease 0s; + transition: all 0.5s ease 0s; + opacity: 1; + filter: alpha(opacity=100); } .thumbnail-container:hover .leo-more-info { - width: 90px; - opacity: 1; - filter: alpha(opacity=100); - right: -90px; + width: 90px; + opacity: 1; + filter: alpha(opacity=100); + right: -90px; } .rtl .thumbnail-container:hover .leo-more-info { - left: -90px; - right: auto; + left: -90px; + right: auto; } .product_block.last_item .thumbnail-container .leo-more-info { - right: auto; - left: 0px; + right: auto; + left: 0px; } .product_block.last_item .thumbnail-container:hover .leo-more-info { - right: auto; - left: -90px; + right: auto; + left: -90px; } .product-flags { - margin: 0px; - position: absolute; - top: 10px; - left: 10px; - text-align: left; + margin: 0px; + position: absolute; + top: 10px; + left: 10px; + text-align: left; } .rtl .product-flags { - right: 10px; - left: auto; + right: 10px; + left: auto; } .rtl .product-flags { - text-align: right; + text-align: right; } .product-flags .product-flag { - display: inline-block; - vertical-align: top; - padding: 0 8px; - color: #fff; - background: #333; - text-transform: uppercase; - font-size: 11px; - font-weight: 400; - line-height: 20px; - margin: 0 5px 5px 0; - border-radius: 2px; + display: inline-block; + vertical-align: top; + padding: 0 8px; + color: #fff; + background: #333; + text-transform: uppercase; + font-size: 11px; + font-weight: 400; + line-height: 20px; + margin: 0 5px 5px 0; + border-radius: 2px; } .rtl .product-flags .product-flag { - margin: 0 0 5px 5px; + margin: 0 0 5px 5px; } .product-flags .product-flag.online-only { - background: #ff9a52; + background: #ff9a52; } .product-flags .product-flag.new { - background: #15cac3; + background: #15cac3; } .product-flags .product-flag.on-sale { - background: #5bc0de; + background: #5bc0de; } .product-flags .product-flag.discount { - background: #a51818; + background: #a51818; } .aeuc_unit_price_label { - font-size: 12px; - color: #888; + font-size: 12px; + color: #888; } .thumbnail-container .button-container { - position: relative; + position: relative; } .thumbnail-container .button-container .leo-bt-select-attr, .thumbnail-container .button-container .qty_product { - font-size: 10px; - border-radius: 0; - height: 40px; - padding: 0 10px; - line-height: 40px; - background: #fff; - outline: 0; - border: 1px solid #f1f1f1; - bottom: -1px; - position: relative; - color: #888; + font-size: 10px; + border-radius: 0; + height: 40px; + padding: 0 10px; + line-height: 40px; + background: #fff; + outline: 0; + border: 1px solid #f1f1f1; + bottom: -1px; + position: relative; + color: #888; } .thumbnail-container .button-container .leo-bt-select-attr span, .thumbnail-container .button-container .qty_product span { - overflow: hidden; - text-overflow: ellipsis; - display: block; + overflow: hidden; + text-overflow: ellipsis; + display: block; } .thumbnail-container .button-container .leo-bt-select-attr:hover, .thumbnail-container .button-container .qty_product:hover { - color: #333; + color: #333; } .thumbnail-container .button-container .leo-bt-select-attr { - padding: 0 30px 0 10px; + padding: 0 30px 0 10px; } .rtl .thumbnail-container .button-container .leo-bt-select-attr { - padding: 0 10px 0 30px; + padding: 0 10px 0 30px; } .thumbnail-container .button-container .leo-bt-select-attr:after { - position: absolute; - top: 15px; - right: 10px; + position: absolute; + top: 15px; + right: 10px; } .rtl .thumbnail-container .button-container .leo-bt-select-attr:after { - left: 10px; - right: auto; + left: 10px; + right: auto; } .thumbnail-container .button-container .leo-pro-attr-section, .thumbnail-container .button-container .qty_product { - position: absolute; - left: 0; - visibility: hidden; - -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); - -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); - transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); - width: 100%; - min-width: 150px; - text-align: center; - background: #fff; - outline: 0; + position: absolute; + left: 0; + visibility: hidden; + -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); + -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); + transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); + width: 100%; + min-width: 150px; + text-align: center; + background: #fff; + outline: 0; } .rtl .thumbnail-container .button-container .leo-pro-attr-section, .rtl .thumbnail-container .button-container .qty_product { - right: 0; - left: auto; + right: 0; + left: auto; } .thumbnail-container .button-container .leo-pro-attr-section { - top: -80px; + top: -80px; } .thumbnail-container .button-container .qty_product { - top: -40px; + top: -40px; } .thumbnail-container .button-container:hover .leo-pro-attr-section, .thumbnail-container .button-container:hover .qty_product { - visibility: visible; + visibility: visible; } .thumbnail-container .leo-wishlist-button-dropdown .leo-list-wishlist { - top: auto; - bottom: 100%; - left: auto; - right: 0; + top: auto; + bottom: 100%; + left: auto; + right: 0; } .rtl .thumbnail-container .leo-wishlist-button-dropdown .leo-list-wishlist { - left: 0; - right: auto; + left: 0; + right: auto; } .thumbnail-container .nb-revews { - display: none; + display: none; } .thumbnail-container .leo-bt-cart { - color: #222; - background: none !important; - padding: 0; - height: 34px; - line-height: 34px; - border: 0; - font-size: 14px; + color: #222; + background: none !important; + padding: 0; + height: 34px; + line-height: 34px; + border: 0; + font-size: 14px; } @media (min-width: 481px) and (max-width: 991px) { - .thumbnail-container .leo-bt-cart { - font-size: 12px; - } + .thumbnail-container .leo-bt-cart { + font-size: 12px; + } } .thumbnail-container .leo-bt-cart.disabled { - color: #666; + color: #666; } .thumbnail-container .leo-bt-cart:hover, .thumbnail-container .leo-bt-cart:active, .thumbnail-container .leo-bt-cart:focus { - color: #a340ff; + color: #a340ff; } .thumbnail-container .leo-bt-cart i { - display: none; - font-size: 16px; + display: none; + font-size: 16px; } .thumbnail-container .leo-wishlist-button { - overflow: hidden; + overflow: hidden; } .thumbnail-container .quick-view { - font-size: 0px; + font-size: 0px; } .thumbnail-container .quick-view i { - font-size: 16px; + font-size: 16px; } .thumbnail-container .leo-wishlist-button, .thumbnail-container .quick-view, .thumbnail-container .leo-compare-button { - margin: 0; - padding: 0; - outline: 0; - border: 0; - border-radius: 0; - display: inline-block; - vertical-align: top; - width: 30px; - height: 34px; - line-height: 34px; - text-align: center; - position: relative; - color: #000; - background: none !important; + margin: 0; + padding: 0; + outline: 0; + border: 0; + border-radius: 0; + display: inline-block; + vertical-align: top; + width: 30px; + height: 34px; + line-height: 34px; + text-align: center; + position: relative; + color: #000; + background: none !important; } .thumbnail-container .leo-wishlist-button i, .thumbnail-container .quick-view i, .thumbnail-container .leo-compare-button i { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - margin: auto; - text-align: center; - line-height: 34px; - font-size: 16px; - width: 100%; - height: 100%; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + margin: auto; + text-align: center; + line-height: 34px; + font-size: 16px; + width: 100%; + height: 100%; } .thumbnail-container .leo-wishlist-button span span, .thumbnail-container .quick-view span span, .thumbnail-container .leo-compare-button span span { - display: none; + display: none; } .thumbnail-container .leo-wishlist-button .cssload-speeding-wheel, .thumbnail-container .quick-view .cssload-speeding-wheel, .thumbnail-container .leo-compare-button .cssload-speeding-wheel { - position: absolute; - background: #fff; - top: 0; - left: 0; - right: 0; - bottom: 0; - margin: auto; + position: absolute; + background: #fff; + top: 0; + left: 0; + right: 0; + bottom: 0; + margin: auto; } .thumbnail-container .leo-wishlist-button:hover, @@ -21506,1942 +21432,1928 @@ div.active-hover ul > li:hover > .dropdown-menu { .thumbnail-container .quick-view.added, .thumbnail-container .leo-compare-button:hover, .thumbnail-container .leo-compare-button.added { - color: #a340ff; + color: #a340ff; } @media (min-width: 992px) { - .thumbnail-container:hover .p-action .p-top { - -webkit-transform: translateY(-100%); - -moz-transform: translateY(-100%); - -ms-transform: translateY(-100%); - -o-transform: translateY(-100%); - transform: translateY(-100%); - opacity: 0; - filter: alpha(opacity=0); - visibility: hidden; - } + .thumbnail-container:hover .p-action .p-top { + -webkit-transform: translateY(-100%); + -moz-transform: translateY(-100%); + -ms-transform: translateY(-100%); + -o-transform: translateY(-100%); + transform: translateY(-100%); + opacity: 0; + filter: alpha(opacity=0); + visibility: hidden; + } - .thumbnail-container:hover .p-action .p-bottom { - -webkit-transform: translateY(-100%); - -moz-transform: translateY(-100%); - -ms-transform: translateY(-100%); - -o-transform: translateY(-100%); - transform: translateY(-100%); - opacity: 1; - filter: alpha(opacity=100); - visibility: visible; - } + .thumbnail-container:hover .p-action .p-bottom { + -webkit-transform: translateY(-100%); + -moz-transform: translateY(-100%); + -ms-transform: translateY(-100%); + -o-transform: translateY(-100%); + transform: translateY(-100%); + opacity: 1; + filter: alpha(opacity=100); + visibility: visible; + } } .p-action { - position: relative; - z-index: 1; + position: relative; + z-index: 1; } @media (min-width: 992px) { - .p-action { - min-height: 34px; - } + .p-action { + min-height: 34px; + } } .p-action .p-top { - position: relative; - padding: 0 70px 0 0; - min-height: 34px; - width: 100%; - -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); - -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); - transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); + position: relative; + padding: 0 70px 0 0; + min-height: 34px; + width: 100%; + -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); + -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); + transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); } .rtl .p-action .p-top { - padding: 0 0 0 70px; + padding: 0 0 0 70px; } .p-action .p-top .leo-list-product-reviews { - position: absolute; - top: 3px; - right: 0; + position: absolute; + top: 3px; + right: 0; } .rtl .p-action .p-top .leo-list-product-reviews { - left: 0; - right: auto; + left: 0; + right: auto; } @media (min-width: 992px) { - .p-action .p-bottom { - position: absolute; - top: 100%; - left: 0; - right: 0; - min-height: 34px; - -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); - -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); - transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); - opacity: 0; - filter: alpha(opacity=0); - visibility: hidden; - } + .p-action .p-bottom { + position: absolute; + top: 100%; + left: 0; + right: 0; + min-height: 34px; + -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); + -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); + transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); + opacity: 0; + filter: alpha(opacity=0); + visibility: hidden; + } } .p-action .p-bottom:after { - content: ''; - display: block; - clear: both; + content: ''; + display: block; + clear: both; } .p-action .p-bottom .button-container { - float: left; + float: left; } .rtl .p-action .p-bottom .button-container { - float: right; + float: right; } .p-action .p-bottom .leo-wishlist-button, .p-action .p-bottom .quickview, .p-action .p-bottom .leo-compare-button, .p-action .p-bottom .leo-wishlist-button-dropdown { - float: right; + float: right; } .rtl .p-action .p-bottom .leo-wishlist-button, .rtl .p-action .p-bottom .quickview, .rtl .p-action .p-bottom .leo-compare-button, .rtl .p-action .p-bottom .leo-wishlist-button-dropdown { - float: left; + float: left; } .leo-productscompare-item .thumbnail-container { - min-width: 250px; + min-width: 250px; } .leo-productscompare-item .thumbnail-container, .leo-wishlist-product .thumbnail-container { - margin: 0; - text-align: center; + margin: 0; + text-align: center; } .leo-productscompare-item .thumbnail-container .button-container, .leo-wishlist-product .thumbnail-container .button-container { - text-align: center; - padding: 10px 0; + text-align: center; + padding: 10px 0; } .leo-productscompare-item .thumbnail-container .product_desc, .leo-wishlist-product .thumbnail-container .product_desc { - margin-bottom: 10px; + margin-bottom: 10px; } -.leo-productscompare-item - .thumbnail-container - .product-price-and-shipping - .discount-percentage, -.leo-wishlist-product - .thumbnail-container - .product-price-and-shipping - .discount-percentage { - background: #a340ff; - color: #fff; - position: static; +.leo-productscompare-item .thumbnail-container .product-price-and-shipping .discount-percentage, +.leo-wishlist-product .thumbnail-container .product-price-and-shipping .discount-percentage { + background: #a340ff; + color: #fff; + position: static; } .leo-productscompare-item .thumbnail-container .product-flags, .leo-wishlist-product .thumbnail-container .product-flags { - padding: 0; + padding: 0; } .leo-productscompare-item .thumbnail-container .product-thumbnail img, .leo-wishlist-product .thumbnail-container .product-thumbnail img { - max-width: 100%; + max-width: 100%; } .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after, .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after { - position: absolute; - top: 15px; - right: 10px; + position: absolute; + top: 15px; + right: 10px; } .rtl .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after, .rtl .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after { - left: 10px; - right: auto; + left: 10px; + right: auto; } .leo-productscompare-item .thumbnail-container .product-title a, .leo-wishlist-product .thumbnail-container .product-title a { - font-size: 16px; + font-size: 16px; } .leo-productscompare-item .thumbnail-container .leo-pro-attr-section, .leo-productscompare-item .thumbnail-container .qty_product, .leo-wishlist-product .thumbnail-container .leo-pro-attr-section, .leo-wishlist-product .thumbnail-container .qty_product { - margin: 1px 0; - text-align: center; + margin: 1px 0; + text-align: center; } .leo-productscompare-item .thumbnail-container .product-flags, .leo-wishlist-product .thumbnail-container .product-flags { - position: absolute; - top: 10px; - left: 10px; - right: 10px; + position: absolute; + top: 10px; + left: 10px; + right: 10px; } .leo-productscompare-item .thumbnail-container .product-flags li, .leo-wishlist-product .thumbnail-container .product-flags li { - display: inline-block; - vertical-align: top; - padding: 0 10px; - background: #999; - color: #fff; - height: 25px; - line-height: 25px; - margin: 2px; - font-size: 12px; - position: static; - float: left; + display: inline-block; + vertical-align: top; + padding: 0 10px; + background: #999; + color: #fff; + height: 25px; + line-height: 25px; + margin: 2px; + font-size: 12px; + position: static; + float: left; } .rtl .leo-productscompare-item .thumbnail-container .product-flags li, .rtl .leo-wishlist-product .thumbnail-container .product-flags li { - float: right; + float: right; } .leo-productscompare-item .thumbnail-container .product-flags li.new, .leo-wishlist-product .thumbnail-container .product-flags li.new { - background: #a340ff; + background: #a340ff; } .leo-wishlist-product .thumbnail-container { - max-width: 100%; + max-width: 100%; } .list-wishlist { - overflow-x: auto; + overflow-x: auto; } .list-wishlist .table th { - font-family: 'Poppins', sans-serif; + font-family: 'Poppins', sans-serif; } .leo-wishlist-product { - display: block !important; + display: block !important; } .leo-wishlist-product .leo-wishlistproduct-item { - padding: 0 15px; - width: 25%; - float: left; + padding: 0 15px; + width: 25%; + float: left; } .rtl .leo-wishlist-product .leo-wishlistproduct-item { - float: right; + float: right; } .leo-wishlist-product .leo-wishlistproduct-item .form-group label { - text-align: center; - display: block; - color: #999; + text-align: center; + display: block; + color: #999; } .leo-wishlist-product .leo-wishlistproduct-item .product-description { - margin-top: 10px; + margin-top: 10px; } .leo-wishlist-product .leo-wishlistproduct-item .form-control { - text-align: center; - border: 1px solid #eee; - outline: 0; + text-align: center; + border: 1px solid #eee; + outline: 0; } .leo-wishlist-product .leo-wishlistproduct-item .form-control:focus, .leo-wishlist-product .leo-wishlistproduct-item .form-control:hover { - border-color: #666; + border-color: #666; } @media (min-width: 992px) { - .leo-wishlist-product .leo-wishlistproduct-item:nth-child(4n + 1) { - clear: both; - } + .leo-wishlist-product .leo-wishlistproduct-item:nth-child(4n + 1) { + clear: both; + } } @media (max-width: 991px) and (min-width: 768px) { - .leo-wishlist-product .leo-wishlistproduct-item { - width: 33.33%; - } + .leo-wishlist-product .leo-wishlistproduct-item { + width: 33.33%; + } - .leo-wishlist-product .leo-wishlistproduct-item:nth-child(3n + 1) { - clear: both; - } + .leo-wishlist-product .leo-wishlistproduct-item:nth-child(3n + 1) { + clear: both; + } } @media (max-width: 767px) and (min-width: 481px) { - .leo-wishlist-product .leo-wishlistproduct-item { - width: 50%; - } + .leo-wishlist-product .leo-wishlistproduct-item { + width: 50%; + } - .leo-wishlist-product .leo-wishlistproduct-item:nth-child(2n + 1) { - clear: both; - } + .leo-wishlist-product .leo-wishlistproduct-item:nth-child(2n + 1) { + clear: both; + } } @media (max-width: 480px) { - .leo-wishlist-product .leo-wishlistproduct-item { - width: 100%; - } + .leo-wishlist-product .leo-wishlistproduct-item { + width: 100%; + } } h5.modal-title { - font-weight: 400; + font-weight: 400; } .dropdown .expand-more { - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .dropdown .active { - max-height: 200px; - overflow-y: hidden; - visibility: visible; + max-height: 200px; + overflow-y: hidden; + visibility: visible; } .dropdown select { - -moz-appearance: none; - border: 0 none; - outline: 0 none; - color: #414141; - background: white; + -moz-appearance: none; + border: 0 none; + outline: 0 none; + color: #414141; + background: white; } .dropdown-item:focus, .dropdown-item:hover { - background: none; - text-decoration: none; - color: #3387f2; + background: none; + text-decoration: none; + color: #3387f2; } .search-widget { - width: 100%; - z-index: 1; + width: 100%; + z-index: 1; } .search-widget form { - position: relative; + position: relative; } .search-widget form input[type='text'] { - border: 2px solid #333b48; - padding: 12px 10px; - max-width: 570px; - width: 100%; - background: white; - color: #414141; - font-weight: 300; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - -ms-border-radius: 2px; - -o-border-radius: 2px; - border-radius: 2px; + border: 2px solid #333b48; + padding: 12px 10px; + max-width: 570px; + width: 100%; + background: white; + color: #414141; + font-weight: 300; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; } .search-widget form input[type='text']:focus { - outline: 3px #3387f2 solid; - color: #414141; - background: white; + outline: 3px #3387f2 solid; + color: #414141; + background: white; } -.search-widget form input[type='text']:focus + button { - background: #3387f2; +.search-widget form input[type='text']:focus+button { + background: #3387f2; } .search-widget form input[type='text']::-webkit-input-placeholder { - color: rgba(65, 65, 65, 0.5); - text-indent: 10px; + color: rgba(65, 65, 65, 0.5); + text-indent: 10px; } .search-widget form input[type='text']::-moz-placeholder { - color: rgba(65, 65, 65, 0.5); - text-indent: 10px; + color: rgba(65, 65, 65, 0.5); + text-indent: 10px; } .search-widget form input[type='text']:-moz-placeholder { - color: rgba(65, 65, 65, 0.5); - text-indent: 10px; + color: rgba(65, 65, 65, 0.5); + text-indent: 10px; } .search-widget form input[type='text']:-ms-input-placeholder { - color: rgba(65, 65, 65, 0.5); - text-indent: 10px; + color: rgba(65, 65, 65, 0.5); + text-indent: 10px; } .search-widget form button[type='submit'] { - position: absolute; - background: #333b48; - border: none; - bottom: 3px; - color: white; - padding: 0px; - font-size: 19px; - width: 39px; - height: 39px; - right: 3px; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - -ms-border-radius: 2px; - -o-border-radius: 2px; - border-radius: 2px; + position: absolute; + background: #333b48; + border: none; + bottom: 3px; + color: white; + padding: 0px; + font-size: 19px; + width: 39px; + height: 39px; + right: 3px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; } .rtl .search-widget form button[type='submit'] { - left: 3px; - right: auto; + left: 3px; + right: auto; } .search-widget form button[type='submit']:hover { - background: #3387f2; + background: #3387f2; } .search-widget .popup-content { - background: none; - border: none; - min-width: inherit; - padding: 0; + background: none; + border: none; + min-width: inherit; + padding: 0; } #checkout #search_widget { - display: none; - /* Not ideal solution by allows to reuse same hooks/templates */ + display: none; + /* Not ideal solution by allows to reuse same hooks/templates */ } #pagenotfound .page-content #search_widget { - width: 100%; + width: 100%; } /*** Responsive part ***/ @media (max-width: 1199px) { - .search-widget { - margin-bottom: 20px; - } + .search-widget { + margin-bottom: 20px; + } } @media (min-width: 576px) { - .search-widget .popup-content { - display: block; - position: inherit; - } + .search-widget .popup-content { + display: block; + position: inherit; + } } @media (max-width: 575px) { - .search-widget { - float: none; - display: inline-block; - margin-bottom: 0; - } + .search-widget { + float: none; + display: inline-block; + margin-bottom: 0; + } - .search-widget form input[type='text'] { - min-width: 100%; - } + .search-widget form input[type='text'] { + min-width: 100%; + } } .top-menu[data-depth='1'] { - margin: 10px; + margin: 10px; } .top-menu a:not([data-depth='0']) { - display: block; - padding: 10px; - color: #acaaa6; - font-weight: 400; + display: block; + padding: 10px; + color: #acaaa6; + font-weight: 400; } .top-menu a.dropdown-submenu { - color: #414141; - text-transform: uppercase; - font-weight: 600; + color: #414141; + text-transform: uppercase; + font-weight: 600; } .top-menu a[data-depth='0'] { - font-weight: 600; - padding: 3px 10px 6px; + font-weight: 600; + padding: 3px 10px 6px; } #header .top-menu a[data-depth='0']:hover { - color: #3387f2; - text-decoration: none; + color: #3387f2; + text-decoration: none; } .top-menu a[data-depth='1'], .top-menu a[data-depth='2'] { - padding: 0 10px 10px 0; + padding: 0 10px 10px 0; } .top-menu .collapse { - display: inherit; + display: inherit; } .top-menu .sub-menu { - box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1); - border: none; - margin-left: 15px; - width: calc(100% - 30px); - min-width: calc(100% - 30px); - z-index: 18; - display: none; + box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1); + border: none; + margin-left: 15px; + width: calc(100% - 30px); + min-width: calc(100% - 30px); + z-index: 18; + display: none; } .top-menu .sub-menu.collapse { - display: none; + display: none; } -.top-menu .sub-menu ul[data-depth='1'] > li { - float: left; - margin: 0 20px; +.top-menu .sub-menu ul[data-depth='1']>li { + float: left; + margin: 0 20px; } .top-menu .sub-menu a:hover { - color: #3387f2; + color: #3387f2; } .top-menu .popover { - max-width: inherit; + max-width: inherit; } .popover.bs-tether-element-attached-top { - margin-top: 0; + margin-top: 0; } #mobile_top_menu_wrapper { - margin-top: 10px; - padding-bottom: 10px; - background: white; + margin-top: 10px; + padding-bottom: 10px; + background: white; } #mobile_top_menu_wrapper #top-menu { - margin-bottom: 10px; + margin-bottom: 10px; } #mobile_top_menu_wrapper .top-menu { - color: #414141; + color: #414141; } #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded='true'] .add { - display: none; + display: none; } -#mobile_top_menu_wrapper - .top-menu - .collapse-icons[aria-expanded='true'] - .remove { - display: block; +#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded='true'] .remove { + display: block; } #mobile_top_menu_wrapper .top-menu .collapse-icons .remove { - display: none; + display: none; } #mobile_top_menu_wrapper .top-menu .navbar-toggler { - display: inline-block; - padding: 0; + display: inline-block; + padding: 0; } #mobile_top_menu_wrapper .top-menu a[data-depth='0'] { - padding: 10px; - border-bottom: 1px solid #f6f6f6; + padding: 10px; + border-bottom: 1px solid #f6f6f6; } #mobile_top_menu_wrapper .top-menu .collapse { - display: none; + display: none; } #mobile_top_menu_wrapper .top-menu .collapse.in { - display: block; + display: block; } #mobile_top_menu_wrapper .top-menu .sub-menu { - box-shadow: none; - z-index: inherit; - display: block; - position: static; - overflow: hidden; - margin-left: 0; - width: 100%; - min-width: 100%; - background: #f6f6f6; + box-shadow: none; + z-index: inherit; + display: block; + position: static; + overflow: hidden; + margin-left: 0; + width: 100%; + min-width: 100%; + background: #f6f6f6; } #mobile_top_menu_wrapper .top-menu .sub-menu.collapse { - display: none; + display: none; } #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in { - display: block; + display: block; } -#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='0'] > li { - border-bottom: 1px solid #acaaa6; +#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='0']>li { + border-bottom: 1px solid #acaaa6; } #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1'] { - margin: 0; + margin: 0; } -#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1'] > li { - float: none; - margin: 0; +#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1']>li { + float: none; + margin: 0; } -#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1'] > li a { - text-transform: none; +#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1']>li a { + text-transform: none; } #mobile_top_menu_wrapper .top-menu .sub-menu ul { - padding: 0; + padding: 0; } -#mobile_top_menu_wrapper .top-menu .sub-menu li > a { - padding: 10px; - border-bottom: 1px solid white; - font-weight: bold; +#mobile_top_menu_wrapper .top-menu .sub-menu li>a { + padding: 10px; + border-bottom: 1px solid white; + font-weight: bold; } #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='2'] li a { - padding-left: 20px; + padding-left: 20px; } #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='3'] li a { - padding-left: 40px; + padding-left: 40px; } #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='4'] li a { - padding-left: 60px; + padding-left: 60px; } #mobile_top_menu_wrapper .top-menu .popover { - border-radius: 0; + border-radius: 0; } #mobile_top_menu_wrapper .js-top-menu-bottom a { - color: #acaaa6; + color: #acaaa6; } #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper { - padding: 10px; + padding: 10px; } -#mobile_top_menu_wrapper - .js-top-menu-bottom - .language-selector-wrapper - .language-selector { - display: inline; +#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector { + display: inline; } #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector { - padding: 10px; + padding: 10px; } #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link { - padding: 10px; + padding: 10px; } #mobile_top_menu_wrapper .js-top-menu-bottom .user-info { - padding: 0 10px; + padding: 0 10px; } #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a { - padding: 10px 0; - display: block; - width: 100%; + padding: 10px 0; + display: block; + width: 100%; } body#checkout [data-action='show-password'] { - background: #878787; + background: #878787; } body#checkout .custom-checkbox span { - margin-top: 0px; + margin-top: 0px; } body#checkout section#content { - margin-bottom: 25px; + margin-bottom: 25px; } body#checkout .container { - min-height: 100%; + min-height: 100%; } body#checkout section.checkout-step { - -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - background-color: white; - border: 1px solid #eaeaea; - padding: 15px; + -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + background-color: white; + border: 1px solid #eaeaea; + padding: 15px; } @media (max-width: 480px) { - body#checkout section.checkout-step { - padding: 10px; - } + body#checkout section.checkout-step { + padding: 10px; + } } body#checkout section.checkout-step .step-title { - text-transform: uppercase; - cursor: pointer; - margin-bottom: 0; + text-transform: uppercase; + cursor: pointer; + margin-bottom: 0; } @media (max-width: 480px) { - body#checkout section.checkout-step .step-title { - font-size: 16px; - } + body#checkout section.checkout-step .step-title { + font-size: 16px; + } } body#checkout section.checkout-step .content { - padding: 0 10px; + padding: 0 10px; } body#checkout section.checkout-step .step-edit { - text-transform: lowercase; - font-weight: normal; + text-transform: lowercase; + font-weight: normal; } body#checkout section.checkout-step .step-edit .edit { - font-size: 12px; + font-size: 12px; } body#checkout section.checkout-step .not-allowed { - cursor: not-allowed; - opacity: 0.5; - filter: alpha(opacity=50); + cursor: not-allowed; + opacity: 0.5; + filter: alpha(opacity=50); } body#checkout section.checkout-step .content, body#checkout section.checkout-step .done, body#checkout section.checkout-step .step-edit { - display: none; + display: none; } body#checkout section.checkout-step.-current .content { - display: block; + display: block; } body#checkout section.checkout-step.-current.-reachable.-complete .done, body#checkout section.checkout-step.-current.-reachable.-complete .step-edit { - display: none; + display: none; } body#checkout section.checkout-step.-current.-reachable.-complete .step-number { - display: inline-block; + display: inline-block; } body#checkout section.checkout-step.-current.-reachable.-complete .content { - display: block; + display: block; } body#checkout section.checkout-step.-reachable.-complete h1 .done { - display: inline-block; + display: inline-block; } body#checkout section.checkout-step.-reachable.-complete h1 .step-number { - display: none; + display: none; } body#checkout section.checkout-step.-reachable.-complete h1 .step-edit { - cursor: pointer; - display: block; - float: right; - margin-right: 2px; + cursor: pointer; + display: block; + float: right; + margin-right: 2px; } .rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit { - float: left; + float: left; } .rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit { - margin-left: 2px; - margin-right: inherit; + margin-left: 2px; + margin-right: inherit; } body#checkout section.checkout-step.-reachable.-complete .content { - display: none; + display: none; } body#checkout section.checkout-step .default-input { - min-width: 40%; + min-width: 40%; } body#checkout section.checkout-step .default-input[name='address1'], body#checkout section.checkout-step .default-input[name='address2'] { - min-width: 60%; + min-width: 60%; } body#checkout section.checkout-step .radio-field { - margin-top: 30px; + margin-top: 30px; } body#checkout section.checkout-step .radio-field label { - display: inline; + display: inline; } body#checkout section.checkout-step .checkbox-field div { - margin-top: 60px; + margin-top: 60px; } -body#checkout section.checkout-step .checkbox-field + .checkbox-field div { - margin-top: 0; +body#checkout section.checkout-step .checkbox-field+.checkbox-field div { + margin-top: 0; } body#checkout section.checkout-step .select-field div { - background: #f6f6f6; - padding: 10px 50px; + background: #f6f6f6; + padding: 10px 50px; } body#checkout section.checkout-step .form-footer { - text-align: center; + text-align: center; } body#checkout section.checkout-step #conditions-to-approve { - padding-top: 16px; + padding-top: 16px; } body#checkout section.checkout-step .payment-options label { - display: table-cell; - padding-top: 3px; + display: table-cell; + padding-top: 3px; } body#checkout section.checkout-step .payment-options .custom-radio { - margin-right: 20px; + margin-right: 20px; } .rtl body#checkout section.checkout-step .payment-options .custom-radio { - margin-left: 20px; - margin-right: inherit; + margin-left: 20px; + margin-right: inherit; } body#checkout section.checkout-step .payment-options .payment-option { - margin-bottom: 8px; + margin-bottom: 8px; } body#checkout section.checkout-step .step-number { - display: inline-block; - padding: 10px; + display: inline-block; + padding: 10px; } body#checkout section.checkout-step .address-selector { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -moz-box-pack: justify; - box-pack: justify; - -webkit-justify-content: space-between; - -moz-justify-content: space-between; - -ms-justify-content: space-between; - -o-justify-content: space-between; - justify-content: space-between; - -ms-flex-pack: justify; - -webkit-box-align: start; - -moz-box-align: start; - box-align: start; - -webkit-align-items: flex-start; - -moz-align-items: flex-start; - -ms-align-items: flex-start; - -o-align-items: flex-start; - align-items: flex-start; - -ms-flex-align: start; - -webkit-box-lines: multiple; - -moz-box-lines: multiple; - box-lines: multiple; - -webkit-flex-wrap: wrap; - -moz-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -moz-box-pack: justify; + box-pack: justify; + -webkit-justify-content: space-between; + -moz-justify-content: space-between; + -ms-justify-content: space-between; + -o-justify-content: space-between; + justify-content: space-between; + -ms-flex-pack: justify; + -webkit-box-align: start; + -moz-box-align: start; + box-align: start; + -webkit-align-items: flex-start; + -moz-align-items: flex-start; + -ms-align-items: flex-start; + -o-align-items: flex-start; + align-items: flex-start; + -ms-flex-align: start; + -webkit-box-lines: multiple; + -moz-box-lines: multiple; + box-lines: multiple; + -webkit-flex-wrap: wrap; + -moz-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; } body#checkout section.checkout-step .address-item { - background: #f6f6f6; - -webkit-box-flex: 0; - -moz-box-flex: 0; - box-flex: 0; - -webkit-flex: 0 0 49%; - -moz-flex: 0 0 49%; - -ms-flex: 0 0 49%; - flex: 0 0 49%; - margin-bottom: 10px; + background: #f6f6f6; + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 0 49%; + -moz-flex: 0 0 49%; + -ms-flex: 0 0 49%; + flex: 0 0 49%; + margin-bottom: 10px; } body#checkout section.checkout-step .address-item.selected { - background: white; - border: #3387f2 3px solid; + background: white; + border: #3387f2 3px solid; } body#checkout section.checkout-step .address-alias { - display: inline-block; - font-weight: 600; - margin-bottom: 10px; + display: inline-block; + font-weight: 600; + margin-bottom: 10px; } body#checkout section.checkout-step .address { - margin-left: 25px; - font-weight: normal; + margin-left: 25px; + font-weight: normal; } .rtl body#checkout section.checkout-step .address { - margin-right: 25px; - margin-left: inherit; + margin-right: 25px; + margin-left: inherit; } body#checkout section.checkout-step .radio-block { - padding: 15px; - text-align: left; + padding: 15px; + text-align: left; } .rtl body#checkout section.checkout-step .radio-block { - text-align: right; + text-align: right; } body#checkout section.checkout-step .custom-radio { - margin-right: 5px; + margin-right: 5px; } .rtl body#checkout section.checkout-step .custom-radio { - margin-left: 0; - margin-right: inherit; + margin-left: 0; + margin-right: inherit; } body#checkout section.checkout-step .custom-radio input[type='radio'] { - width: 20px; - height: 20px; + width: 20px; + height: 20px; } body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address { - display: inline-block; - margin: 0 5px; + display: inline-block; + margin: 0 5px; } body#checkout section.checkout-step .delete-address .delete, body#checkout section.checkout-step .delete-address .edit, body#checkout section.checkout-step .edit-address .delete, body#checkout section.checkout-step .edit-address .edit { - font-size: 12px; + font-size: 12px; } body#checkout section.checkout-step hr { - margin: 0; + margin: 0; } body#checkout section.checkout-step .address-footer { - text-align: center; - padding: 10px; + text-align: center; + padding: 10px; } body#checkout section.checkout-step #delivery-addresses, body#checkout section.checkout-step #invoice-addresses { - margin-top: 20px; + margin-top: 20px; } body#checkout section.checkout-step .add-address { - margin-top: 20px; + margin-top: 20px; } body#checkout section.checkout-step .add-address a i { - font-size: 14px; + font-size: 14px; } body#checkout section.checkout-step .delivery-option { - background: #f6f6f6; - padding: 15px 0; - margin: 0 0 20px; + background: #f6f6f6; + padding: 15px 0; + margin: 0 0 20px; } body#checkout section.checkout-step .delivery-option label { - text-align: inherit; + text-align: inherit; } body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name { - display: inline-block; - word-break: break-word; - text-align: left; + display: inline-block; + word-break: break-word; + text-align: left; } .rtl body#checkout section.checkout-step .carrier-delay, .rtl body#checkout section.checkout-step .carrier-name { - text-align: right; + text-align: right; } body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form { - margin-left: 5px; - margin-top: 25px; + margin-left: 5px; + margin-top: 25px; } body#checkout section.checkout-step #customer-form .form-control-label, body#checkout section.checkout-step #delivery-address .form-control-label, body#checkout section.checkout-step #invoice-address .form-control-label, body#checkout section.checkout-step #login-form .form-control-label { - text-align: left; + text-align: left; } .rtl body#checkout section.checkout-step #customer-form .form-control-label, .rtl body#checkout section.checkout-step #delivery-address .form-control-label, .rtl body#checkout section.checkout-step #invoice-address .form-control-label, .rtl body#checkout section.checkout-step #login-form .form-control-label { - text-align: right; + text-align: right; } body#checkout section.checkout-step #customer-form .radio-inline, body#checkout section.checkout-step #delivery-address .radio-inline, body#checkout section.checkout-step #invoice-address .radio-inline, body#checkout section.checkout-step #login-form .radio-inline { - padding: 0; + padding: 0; } body#checkout section.checkout-step .sign-in { - font-size: 13px; + font-size: 13px; } body#checkout .additional-information { - font-size: 13px; - margin-top: 20px; + font-size: 13px; + margin-top: 20px; } @media (max-width: 480px) { - body#checkout .additional-information { - font-size: 11px; - } + body#checkout .additional-information { + font-size: 11px; + } - body#checkout .additional-information dl { - display: block; - } + body#checkout .additional-information dl { + display: block; + } } body#checkout .condition-label { - margin-top: 10px; - padding: 0 0 0 30px; + margin-top: 10px; + padding: 0 0 0 30px; } .rtl body#checkout .condition-label { - padding: 0 30px 0 0; + padding: 0 30px 0 0; } body#checkout .condition-label label { - text-align: inherit; - display: inline; + text-align: inherit; + display: inline; } body#checkout .cancel-address { - margin: 10px; - display: block; - text-decoration: underline; + margin: 10px; + display: block; + text-decoration: underline; } body#checkout .modal-content { - padding: 20px; - background-color: #ebebeb; + padding: 20px; + background-color: #ebebeb; } body#checkout #cart-summary-product-list { - font-size: 13px; + font-size: 13px; } body#checkout #cart-summary-product-list img { - border: #ebebeb 1px solid; - width: 50px; + border: #ebebeb 1px solid; + width: 50px; } body#checkout #cart-summary-product-list .media-body { - vertical-align: middle; + vertical-align: middle; } body#checkout #order-summary-content { - padding-top: 15px; + padding-top: 15px; } body#checkout #order-summary-content h4.h4 { - margin-top: 10px; - margin-bottom: 20px; + margin-top: 10px; + margin-bottom: 20px; } body#checkout #order-summary-content h4.addresshead { - margin-top: 3px; + margin-top: 3px; } body#checkout #order-summary-content .noshadow { - box-shadow: none; + box-shadow: none; } body#checkout #order-summary-content #order-items { - border-right: 0; + border-right: 0; } .rtl body#checkout #order-summary-content #order-items { - border-left: 0; - border-right: inherit; + border-left: 0; + border-right: inherit; } body#checkout #order-summary-content #order-items h3.h3 { - margin-top: 20px; + margin-top: 20px; } body#checkout #order-summary-content #order-items table tr:first-child td { - border-top: 0; + border-top: 0; } body#checkout #order-summary-content .order-confirmation-table { - padding: 1rem; - margin-bottom: 2rem; - background-color: #fff; - border: 3px solid #e5e5e5; - border-radius: 0; + padding: 1rem; + margin-bottom: 2rem; + background-color: #fff; + border: 3px solid #e5e5e5; + border-radius: 0; } body#checkout #order-summary-content .summary-selected-carrier { - margin-bottom: 0.75rem; - background-color: #fff; - border: 1px solid #e5e5e5; - border-radius: 0; - padding: 1rem; + margin-bottom: 0.75rem; + background-color: #fff; + border: 1px solid #e5e5e5; + border-radius: 0; + padding: 1rem; } body#checkout #order-summary-content .step-edit { - display: inline; + display: inline; } body#checkout #order-summary-content .step-edit:hover { - cursor: pointer; + cursor: pointer; } body#checkout #gift_message { - max-width: 100%; - border-color: #414141; + max-width: 100%; + border-color: #414141; } /**** ORDER CONFIRMATION *****/ #order-details { - padding-left: 30px; + padding-left: 30px; } -#order-details > .card-title { - margin-bottom: 30px; +#order-details>.card-title { + margin-bottom: 30px; } #order-details ul { - margin-bottom: 20px; + margin-bottom: 20px; } #order-details ul li { - margin-bottom: 10px; + margin-bottom: 10px; } #order-items { - border-right: #ebebeb 1px solid; + border-right: #ebebeb 1px solid; } .rtl #order-items { - border-left: #ebebeb 1px solid; - border-right: inherit; + border-left: #ebebeb 1px solid; + border-right: inherit; } #order-items hr { - border-top-color: #eee; + border-top-color: #eee; } #order-items table { - width: 100%; + width: 100%; } #order-items table tr { - height: 30px; + height: 30px; } #order-items table tr td:last-child { - text-align: right; + text-align: right; } .rtl #order-items table tr td:last-child { - text-align: left; + text-align: left; } #order-items .order-line { - margin-top: 16px; + margin-top: 16px; } #order-items .image img { - width: 100%; - border: 1px solid gray-lighter; - margin-bottom: 16px; + width: 100%; + border: 1px solid gray-lighter; + margin-bottom: 16px; } #order-items .details { - margin-bottom: 16px; + margin-bottom: 16px; } #order-items .details .customizations { - margin-top: 10px; + margin-top: 10px; } #order-items .qty { - margin-bottom: 16px; + margin-bottom: 16px; } #order-confirmation #registration-form { - width: 50%; - margin: 0 auto 16px; + width: 50%; + margin: 0 auto 16px; } @media (max-width: 991px) { - .done { - margin: 0; - padding: 0; - } + .done { + margin: 0; + padding: 0; + } - body#checkout section.checkout-step .address-item { - -webkit-flex-grow: 1; - -moz-flex-grow: 1; - flex-grow: 1; - -ms-flex-positive: 1; - } + body#checkout section.checkout-step .address-item { + -webkit-flex-grow: 1; + -moz-flex-grow: 1; + flex-grow: 1; + -ms-flex-positive: 1; + } - body#checkout section.checkout-step .delivery-option-2 { - -webkit-box-orient: vertical; - -moz-box-orient: vertical; - box-orient: vertical; - -webkit-box-direction: normal; - -moz-box-direction: normal; - box-direction: normal; - -webkit-flex-direction: column; - -moz-flex-direction: column; - flex-direction: column; - -ms-flex-direction: column; - } + body#checkout section.checkout-step .delivery-option-2 { + -webkit-box-orient: vertical; + -moz-box-orient: vertical; + box-orient: vertical; + -webkit-box-direction: normal; + -moz-box-direction: normal; + box-direction: normal; + -webkit-flex-direction: column; + -moz-flex-direction: column; + flex-direction: column; + -ms-flex-direction: column; + } - .delivery-option { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - margin: auto; - } + .delivery-option { + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + margin: auto; + } - .delivery-option .custom-radio { - -webkit-box-flex: 0; - -moz-box-flex: 0; - box-flex: 0; - -webkit-flex: 0 0 auto; - -moz-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - } + .delivery-option .custom-radio { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 0 auto; + -moz-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + } - .condition-label label[for='conditions_to_approve[terms-and-conditions]'] { - text-align: left; - } + .condition-label label[for='conditions_to_approve[terms-and-conditions]'] { + text-align: left; + } - .rtl - .condition-label - label[for='conditions_to_approve[terms-and-conditions]'] { - text-align: right; - } + .rtl .condition-label label[for='conditions_to_approve[terms-and-conditions]'] { + text-align: right; + } - #order-confirmation #registration-form { - width: 100%; - } + #order-confirmation #registration-form { + width: 100%; + } } @media (max-width: 767px) { - body#checkout #header .header-nav { - max-height: none; - padding: 0; - } + body#checkout #header .header-nav { + max-height: none; + padding: 0; + } - body#checkout section.checkout-step .content { - padding: 15px; - } + body#checkout section.checkout-step .content { + padding: 15px; + } - body#checkout .form-group { - margin-bottom: 8px; - } + body#checkout .form-group { + margin-bottom: 8px; + } - #order-items { - border-right: 0; - margin-bottom: 40px; - } + #order-items { + border-right: 0; + margin-bottom: 40px; + } - .rtl #order-items { - border-left: 0; - border-right: inherit; - } + .rtl #order-items { + border-left: 0; + border-right: inherit; + } - #order-items .card-title { - border-bottom: 1px solid #eaeaea; - margin-bottom: 16px; - padding-bottom: 16px; - } + #order-items .card-title { + border-bottom: 1px solid #eaeaea; + margin-bottom: 16px; + padding-bottom: 16px; + } - #order-items hr { - border-top-color: #ebebeb; - } + #order-items hr { + border-top-color: #ebebeb; + } - .bold { - font-weight: bold; - } + .bold { + font-weight: bold; + } - #order-details { - padding-left: 15px; - } + #order-details { + padding-left: 15px; + } - #order-details .card-title { - border-bottom: 1px solid #eaeaea; - margin-bottom: 16px; - padding-bottom: 16px; - } + #order-details .card-title { + border-bottom: 1px solid #eaeaea; + margin-bottom: 16px; + padding-bottom: 16px; + } } @media (max-width: 575px) { - body#checkout section.checkout-step .content { - padding: 15px 0; - } + body#checkout section.checkout-step .content { + padding: 15px 0; + } - #payment-confirmation button { - font-size: 14px; - } + #payment-confirmation button { + font-size: 14px; + } - #payment-confirmation button.btn { - white-space: normal; - } + #payment-confirmation button.btn { + white-space: normal; + } } .js-payment-binary { - display: none; + display: none; } .js-payment-binary .accept-cgv { - display: none; + display: none; } .js-payment-binary.disabled { - opacity: 0.6; - cursor: not-allowed; + opacity: 0.6; + cursor: not-allowed; } .js-payment-binary.disabled::before { - content: ''; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - pointer-events: none; + content: ''; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + pointer-events: none; } .js-payment-binary.disabled .accept-cgv { - display: block; + display: block; } /*** SOME GENERIC STYLES ***/ .table-labeled th { - vertical-align: middle; + vertical-align: middle; } .table-labeled td { - vertical-align: middle; + vertical-align: middle; } .table-labeled .label { - font-weight: 400; - border-radius: 3px; - padding: 4px 6px; - margin: 2px; - color: white; - white-space: nowrap; + font-weight: 400; + border-radius: 3px; + padding: 4px 6px; + margin: 2px; + color: white; + white-space: nowrap; } .page-order .table { - margin-bottom: 0; + margin-bottom: 0; } .page-order table th { - padding: 8px; + padding: 8px; } .page-order table td { - padding: 8px; + padding: 8px; } .page-order table thead th { - text-align: center; + text-align: center; } #authentication .tooltip.tooltip-bottom { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } #authentication .custom-checkbox { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; } #authentication .custom-checkbox span { - flex: 0 0 15px; + flex: 0 0 15px; } #authentication .custom-checkbox label { - padding: 0 0 0 10px; + padding: 0 0 0 10px; } .rtl #authentication .custom-checkbox label { - padding: 0 10px 0 0; + padding: 0 10px 0 0; } #authentication .custom-checkbox label em { - display: inline-table; - width: 300px; - max-width: 100%; + display: inline-table; + width: 300px; + max-width: 100%; } #authentication [data-action='show-password'] { - background: #878787; + background: #878787; } #identity .radio-inline, #authentication .radio-inline { - padding: 0; + padding: 0; } #identity .radio-inline .custom-radio, #authentication .radio-inline .custom-radio { - margin-right: 0; + margin-right: 0; } /*** Most of the customer accpunt pages ***/ .page-customer-account #content { - -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - background: white; - padding: 16px; - font-size: 13px; - color: #878787; + -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + background: white; + padding: 16px; + font-size: 13px; + color: #878787; } .page-customer-account #content .order-actions a { - padding: 0 2px; + padding: 0 2px; } .page-customer-account #content .forgot-password { - text-align: center; - font-size: 13px; - margin-top: 16px; - padding-bottom: 15px; + text-align: center; + font-size: 13px; + margin-top: 16px; + padding-bottom: 15px; } .page-customer-account #content .no-account { - text-align: center; - font-size: 12px; + text-align: center; + font-size: 12px; } /*** Login page ***/ .page-authentication #content { - -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - background: white; - padding: 16px; - max-width: 640px; - margin: 0 auto; + -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + background: white; + padding: 16px; + max-width: 640px; + margin: 0 auto; } /*** Addresses page ***/ .page-addresses .address { - -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - background: white; - margin-bottom: 30px; - font-size: 13px; - color: #414141; + -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + background: white; + margin-bottom: 30px; + font-size: 13px; + color: #414141; } .page-addresses .address .address-body { - padding: 16px; + padding: 16px; } .page-addresses .address .address-body h4 { - font-size: 12px; - font-weight: 700; + font-size: 12px; + font-weight: 700; } .page-addresses .address .address-body address { - min-height: 144px; + min-height: 144px; } .page-addresses .address .address-footer { - border-top: 1px solid #acaaa6; - padding: 8px 16px; + border-top: 1px solid #acaaa6; + padding: 8px 16px; } .page-addresses .address .address-footer a { - color: #878787; - margin-right: 8px; + color: #878787; + margin-right: 8px; } .page-addresses .address .address-footer a:hover { - color: #414141; + color: #414141; } .page-addresses .address .address-footer a i { - font-size: 12px; + font-size: 12px; } .page-addresses .address .address-footer a span { - font-size: 14px; - vertical-align: middle; + font-size: 14px; + vertical-align: middle; } .page-addresses .addresses-footer { - margin: 0 15px; + margin: 0 15px; } .page-addresses .addresses-footer a { - color: #414141; + color: #414141; } .page-addresses .addresses-footer a:hover { - color: #414141; + color: #414141; } .page-addresses .addresses-footer a i { - font-size: 12px; + font-size: 12px; } .page-addresses .addresses-footer a span { - font-size: 12px; - vertical-align: middle; - margin-top: 10px; + font-size: 12px; + vertical-align: middle; + margin-top: 10px; } /*** Order details page ***/ .page-order-detail { - font-size: 14px; + font-size: 14px; } .page-order-detail .box { - -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - background: white; - padding: 16px; - margin-bottom: 16px; + -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + background: white; + padding: 16px; + margin-bottom: 16px; } .page-order-detail h3 { - font-size: 12px; - font-weight: 700; - text-transform: uppercase; - color: #414141; - margin-bottom: 16px; + font-size: 12px; + font-weight: 700; + text-transform: uppercase; + color: #414141; + margin-bottom: 16px; } .page-order-detail #order-infos ul { - margin: 0; + margin: 0; } .page-order-detail #order-history .history-lines .history-line { - padding: 8px 0; - border-bottom: 1px solid #f6f6f6; + padding: 8px 0; + border-bottom: 1px solid #f6f6f6; } .page-order-detail #order-history .history-lines .history-line:last-child { - border-bottom: 0; + border-bottom: 0; } .page-order-detail #order-history .history-lines .history-line .label { - display: inline-block; - margin: 4px 0; - padding: 4px 6px; - color: white; - border-radius: 3px; + display: inline-block; + margin: 4px 0; + padding: 4px 6px; + color: white; + border-radius: 3px; } .page-order-detail .addresses { - margin: 0 -15px; + margin: 0 -15px; } .page-order-detail .addresses h4 { - font-size: 12px; - font-weight: 700; + font-size: 12px; + font-weight: 700; } .page-order-detail #order-products.return { - margin-bottom: 16px; + margin-bottom: 16px; } .page-order-detail #order-products.return th.head-checkbox { - width: 30px; + width: 30px; } .page-order-detail #order-products.return td { - padding: 1.375rem 0.75rem; + padding: 1.375rem 0.75rem; } .page-order-detail #order-products.return td.qty { - min-width: 125px; + min-width: 125px; } .page-order-detail #order-products.return td.qty .current { - width: 30%; - float: left; - text-align: right; - padding-right: 0.5rem; + width: 30%; + float: left; + text-align: right; + padding-right: 0.5rem; } .page-order-detail #order-products.return td.qty .select { - width: 70%; - float: left; - margin: -0.625rem 0; - padding-left: 0.25rem; + width: 70%; + float: left; + margin: -0.625rem 0; + padding-left: 0.25rem; } .page-order-detail #order-products.return td.qty .select select { - text-align: center; + text-align: center; } .page-order-detail .order-items { - padding: 0 !important; + padding: 0 !important; } .page-order-detail .order-items .order-item { - padding: 16px 16px 0; - border-bottom: 1px solid #f6f6f6; + padding: 16px 16px 0; + border-bottom: 1px solid #f6f6f6; } .page-order-detail .order-items .order-item .checkbox { - width: 30px; - float: left; - padding: 0 15px; + width: 30px; + float: left; + padding: 0 15px; } .page-order-detail .order-items .order-item .content { - width: calc(100% - 30px); - float: left; - padding: 0 15px; + width: calc(100% - 30px); + float: left; + padding: 0 15px; } .page-order-detail .order-items .order-item .desc { - margin-bottom: 16px; + margin-bottom: 16px; } .page-order-detail .order-items .order-item .desc .name { - font-weight: bold; + font-weight: bold; } .page-order-detail .order-items .order-item .qty { - margin-bottom: 16px; + margin-bottom: 16px; } .page-order-detail .order-items .order-item .qty .q { - margin-bottom: 4px; + margin-bottom: 4px; } .page-order-detail .order-items .order-item .qty .s { - margin-bottom: 4px; + margin-bottom: 4px; } .page-order-detail .messages .message { - margin-top: 8px; - border-bottom: 1px solid #f6f6f6; + margin-top: 8px; + border-bottom: 1px solid #f6f6f6; } .page-order-detail .messages .message:last-child { - border-bottom: 0; + border-bottom: 0; } -.page-order-detail .messages .message > div { - margin-bottom: 8px; +.page-order-detail .messages .message>div { + margin-bottom: 8px; } .page-order-detail .customization { - margin-top: 12px; + margin-top: 12px; } /*** Order return page ***/ #order-return-infos .thead-default th { - color: #414141; + color: #414141; } #order-return-infos .customization { - margin-top: 12px; + margin-top: 12px; } /*** My account landing page ***/ .page-my-account #content .links a { - text-align: center; - display: inline-block; - font-size: 12px; - font-weight: 700; - text-transform: uppercase; - color: #878787; - padding: 0 15px; - margin-bottom: 30px; + text-align: center; + display: inline-block; + font-size: 12px; + font-weight: 700; + text-transform: uppercase; + color: #878787; + padding: 0 15px; + margin-bottom: 30px; } .page-my-account #content .links a span.link-item { - display: block; - height: 100%; - -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - background: white; - padding: 16px; + display: block; + height: 100%; + -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + background: white; + padding: 16px; } .page-my-account #content .links a i { - display: block; - font-size: 2.6rem; - width: 100%; - color: #414141; - padding-bottom: 3.4rem; + display: block; + font-size: 2.6rem; + width: 100%; + color: #414141; + padding-bottom: 3.4rem; } .page-my-account #content .links a:hover { - color: #414141; + color: #414141; } .page-my-account #content .links a:hover i { - color: #3387f2; + color: #3387f2; } /*** History page ***/ #history .orders { - margin: 0 -16px; + margin: 0 -16px; } #history .orders .order { - padding: 12px 16px; - border-bottom: 1px solid #f6f6f6; + padding: 12px 16px; + border-bottom: 1px solid #f6f6f6; } #history .orders .order a h3 { - color: #878787; + color: #878787; } #history .orders .order .label { - display: inline-block; - margin: 4px 0; - padding: 4px 6px; - color: white; - border-radius: 3px; + display: inline-block; + margin: 4px 0; + padding: 4px 6px; + color: white; + border-radius: 3px; } #history .orders .order:last-child { - border-bottom: 0; + border-bottom: 0; } /*** FOOTER ***/ .page-footer .account-link { - margin-right: 16px; + margin-right: 16px; } .page-footer .account-link i { - font-size: 12px; + font-size: 12px; } .page-footer .account-link span { - font-size: 13px; - vertical-align: middle; + font-size: 13px; + vertical-align: middle; } .forgotten-password { - padding: 4px; + padding: 4px; } .forgotten-password .form-fields .center-email-fields { - display: flex; - justify-content: center; + display: flex; + justify-content: center; } .forgotten-password .form-fields .email { - padding-left: 0; - padding-right: 0; - width: 430px; + padding-left: 0; + padding-right: 0; + width: 430px; } .forgotten-password .form-fields .email input { - height: 38px; + height: 38px; } .forgotten-password .form-fields label.required { - width: 130px; + width: 130px; } .send-renew-password-link { - padding-left: 10px; - padding-right: 10px; + padding-left: 10px; + padding-right: 10px; } .renew-password { - margin-left: 10px; + margin-left: 10px; } .renew-password .email { - padding-bottom: 30px; + padding-bottom: 30px; } .renew-password [type='submit'] { - margin-left: 50px; + margin-left: 50px; } .homeslider .carousel { - -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); - -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); - -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); - box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); - margin-bottom: 24px; + -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); + -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); + -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); + -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); + box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); + margin-bottom: 24px; } .homeslider .carousel .direction { - z-index: auto; + z-index: auto; } .homeslider .carousel .carousel-inner { - height: 340px; + height: 340px; } .homeslider .carousel .carousel-item { - height: 100%; + height: 100%; } .homeslider .carousel .carousel-item img { - width: 100%; - margin-left: 0; + width: 100%; + margin-left: 0; } .homeslider .carousel .carousel-item .caption { - position: absolute; - bottom: 28px; - left: 90px; - color: white; - max-width: 340px; + position: absolute; + bottom: 28px; + left: 90px; + color: white; + max-width: 340px; } .homeslider .carousel .carousel-item .caption .caption-description p { - color: white; + color: white; } .homeslider .carousel .carousel-control { - opacity: 1; + opacity: 1; } .homeslider .carousel .carousel-control .icon-next::before, .homeslider .carousel .carousel-control .icon-prev::before { - content: ''; + content: ''; } .homeslider .carousel .carousel-control .icon-next i, .homeslider .carousel .carousel-control .icon-prev i { - font-size: 50px; - color: white; + font-size: 50px; + color: white; } .homeslider .carousel .carousel-control .icon-next:hover i, .homeslider .carousel .carousel-control .icon-prev:hover i { - color: #3387f2; + color: #3387f2; } .homeslider .carousel .carousel-control .icon-prev { - left: 16px; + left: 16px; } .homeslider .carousel .carousel-control .icon-next { - right: 32px; + right: 32px; } .homeslider .carousel .carousel-control.left, .homeslider .carousel .carousel-control.right { - background: none; + background: none; } #custom-text { - background: white; - border-radius: 2px; - margin-bottom: 24px; - padding: 50px 50px; - text-align: center; + background: white; + border-radius: 2px; + margin-bottom: 24px; + padding: 50px 50px; + text-align: center; } #custom-text h3 { - text-transform: uppercase; - color: #414141; - font-size: 25px; - font-weight: 700; + text-transform: uppercase; + color: #414141; + font-size: 25px; + font-weight: 700; } #custom-text p { - color: #414141; - font-weight: 400; - font-size: 1.1em; + color: #414141; + font-weight: 400; + font-size: 1.1em; } #custom-text p .dark { - color: #acaaa6; - font-weight: 400; + color: #acaaa6; + font-weight: 400; } .page-content.page-cms { - background: white; - padding: 20px; + background: white; + padding: 20px; - img { - max-width: 100%; - } + img { + max-width: 100%; + } } .page-content.page-cms .cms-box img { - max-width: 100%; + max-width: 100%; } @media (max-width: 991px) { - #block-cmsinfo { - padding: 20px 30px; - } + #block-cmsinfo { + padding: 20px 30px; + } } /*************************************************** @@ -23467,883 +23379,871 @@ body#checkout #gift_message { /***********************************************************************/ #products .up .btn-secondary, #products .up .btn-tertiary { - color: #acaaa6; - text-transform: inherit; - margin-bottom: 16px; - margin-right: 10px; - font-weight: normal; - font-size: 14px; + color: #acaaa6; + text-transform: inherit; + margin-bottom: 16px; + margin-right: 10px; + font-weight: normal; + font-size: 14px; } .rtl #products .up .btn-secondary, .rtl #products .up .btn-tertiary { - margin-left: 10px; - margin-right: inherit; + margin-left: 10px; + margin-right: inherit; } #products .up .btn-secondary .material-icons, #products .up .btn-tertiary .material-icons { - margin-right: 0; + margin-right: 0; } .rtl #products .up .btn-secondary .material-icons, .rtl #products .up .btn-tertiary .material-icons { - margin-left: 0; - margin-right: inherit; + margin-left: 0; + margin-right: inherit; } -.rtl .block-category > h1 { - border-left: 0; - border-right: 2px solid #a340ff; +.rtl .block-category>h1 { + border-left: 0; + border-right: 2px solid #a340ff; } .block-category { - margin-bottom: 25px; - border: 2px solid #f1f1f1; - padding: 20px 20px 0px; + margin-bottom: 25px; + border: 2px solid #f1f1f1; + padding: 20px 20px 0px; } .block-category:after { - content: ''; - display: block; - clear: both; + content: ''; + display: block; + clear: both; } -.block-category > h1 { - border-left: 2px solid #a340ff; - padding: 0 0 0 15px; +.block-category>h1 { + border-left: 2px solid #a340ff; + padding: 0 0 0 15px; } -.rtl .block-category > h1 { - padding: 0 15px 0 0; +.rtl .block-category>h1 { + padding: 0 15px 0 0; } .block-category #category-description { - margin: 20px 0; + margin: 20px 0; } .block-category #category-description strong { - font-weight: 400; - color: #444; + font-weight: 400; + color: #444; } .block-category #category-description p { - margin-bottom: 0; - line-height: 20px; + margin-bottom: 0; + line-height: 20px; } .block-category #category-description p:first-child { - margin-bottom: 20px; + margin-bottom: 20px; } .block-category .category-cover { - margin: 20px 0; + margin: 20px 0; } .products-selection .sort-by { - white-space: nowrap; - word-break: break-word; - text-align: right; - line-height: 35px; + white-space: nowrap; + word-break: break-word; + text-align: right; + line-height: 35px; } .rtl .products-selection .sort-by { - text-align: left; + text-align: left; } .products-selection .total-products { - line-height: 35px; + line-height: 35px; } .products-selection .total-products p { - margin: 0; - white-space: nowrap; + margin: 0; + white-space: nowrap; } @media (max-width: 991px) { - .products-selection .total-products p { - clear: both; - } + .products-selection .total-products p { + clear: both; + } } .products-selection .display { - float: left; + float: left; } .rtl .products-selection .display { - float: right; + float: right; } .products-selection .showing { - padding: 0; + padding: 0; } @media (max-width: 991px) { - .products-selection .showing { - display: none; - } + .products-selection .showing { + display: none; + } } .products-selection h1 { - padding-top: 10px; + padding-top: 10px; } .products-selection .products-counter { - float: right; - margin: 0; + float: right; + margin: 0; } .rtl .products-selection .products-counter { - float: left; + float: left; } -.products-selection .display > div { - float: left; - margin-right: 5px; +.products-selection .display>div { + float: left; + margin-right: 5px; } -.rtl .products-selection .display > div { - float: right; +.rtl .products-selection .display>div { + float: right; } -.rtl .products-selection .display > div { - margin-left: 5px; - margin-right: inherit; +.rtl .products-selection .display>div { + margin-left: 5px; + margin-right: inherit; } -.products-selection .display > div a { - cursor: pointer; - text-align: center; - line-height: 25px; - display: inline-block; - width: 25px; - height: 25px; - color: #999; - font-size: 14px; +.products-selection .display>div a { + cursor: pointer; + text-align: center; + line-height: 25px; + display: inline-block; + width: 25px; + height: 25px; + color: #999; + font-size: 14px; } -.products-selection .display > div a:hover { - color: #333; +.products-selection .display>div a:hover { + color: #333; } -.products-selection .display > div.selected a { - color: #333; +.products-selection .display>div.selected a { + color: #333; } .products-sort-order .select-title { - display: inline-block; - width: 100%; - background: white; - padding: 5px 10px; - cursor: pointer; - height: 35px; - line-height: 27px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - vertical-align: top; - border: 1px solid #eee; - box-shadow: none; - outline: 0; - text-align: left; + display: inline-block; + width: 100%; + background: white; + padding: 5px 10px; + cursor: pointer; + height: 35px; + line-height: 27px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + vertical-align: top; + border: 1px solid #eee; + box-shadow: none; + outline: 0; + text-align: left; } .rtl .products-sort-order .select-title { - text-align: right; + text-align: right; } .products-sort-order .select-list { - display: block; - color: #414141; - padding: 10px 20px; + display: block; + color: #414141; + padding: 10px 20px; } .products-sort-order .select-list:hover { - background: #a340ff; - color: #ffffff; - text-decoration: none; + background: #a340ff; + color: #ffffff; + text-decoration: none; } .products-sort-order .dropdown-menu { - left: 15px; - width: calc(100% - 30px); - background: #ffffff; - border: none; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - font-size: 12px; + left: 15px; + width: calc(100% - 30px); + background: #ffffff; + border: none; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; + font-size: 12px; } .rtl .products-sort-order .dropdown-menu { - right: 15px; - left: auto; + right: 15px; + left: auto; } #search_filters .facet { - padding: 15px 0; + padding: 15px 0; } #search_filters .facet .collapse { - display: block; + display: block; } #search_filters .facet li { - margin: 10px 0; - padding: 0 25px 0 0; - position: relative; - line-height: 25px; + margin: 10px 0; + padding: 0 25px 0 0; + position: relative; + line-height: 25px; } .rtl #search_filters .facet li { - padding: 0 0 0 25px; + padding: 0 0 0 25px; } #search_filters .facet li .magnitude { - position: absolute; - top: 0; - right: 0; - font-size: 10px; - color: #a340ff; + position: absolute; + top: 0; + right: 0; + font-size: 10px; + color: #a340ff; } .rtl #search_filters .facet li .magnitude { - left: 0; - right: auto; + left: 0; + right: auto; } #search_filters .facet .facet-title { - color: #000000; - font-size: 12px; + color: #000000; + font-size: 12px; } #search_filters .facet .facet-label { - text-align: left; + text-align: left; } .rtl #search_filters .facet .facet-label { - text-align: right; + text-align: right; } #search_filters .facet .custom-checkbox { - float: left; - padding: 0 5px 0 0; + float: left; + padding: 0 5px 0 0; } .rtl #search_filters .facet .custom-checkbox { - float: right; + float: right; } .rtl #search_filters .facet .custom-checkbox { - padding: 0 0 0 5px; + padding: 0 0 0 5px; } #search_filters .facet .facet-label, #search_filters .facet .custom-checkbox { - margin-bottom: 0; + margin-bottom: 0; } #search_filters .facet .facet-label a, #search_filters .facet .custom-checkbox a { - color: #000000; - text-align: left; + color: #000000; + text-align: left; } .rtl #search_filters .facet .facet-label a, .rtl #search_filters .facet .custom-checkbox a { - text-align: right; + text-align: right; } #search_filters .facet.attr-color li { - margin: 10px 19px 5px 0; - display: inline-block; - width: 22px; - height: 22px; - border-radius: 12px; - padding: 0; - vertical-align: top; - border: 1px solid #eee; + margin: 10px 19px 5px 0; + display: inline-block; + width: 22px; + height: 22px; + border-radius: 12px; + padding: 0; + vertical-align: top; + border: 1px solid #eee; } .rtl #search_filters .facet.attr-color li { - margin: 10px 0 5px 19px; + margin: 10px 0 5px 19px; } #search_filters .facet.attr-color li .facet-label { - display: block; - width: 100%; - height: 100%; + display: block; + width: 100%; + height: 100%; } #search_filters .facet.attr-color li .facet-label.active { - box-shadow: 0 0 0 1px #000; - border-radius: 15px; + box-shadow: 0 0 0 1px #000; + border-radius: 15px; } #search_filters .facet.attr-color li .facet-label.active:before { - content: '\f111'; - font-family: 'FontAwesome'; - font-size: 10px; - color: #fff; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: 1; - text-align: center; - line-height: 19px; + content: '\f111'; + font-family: 'FontAwesome'; + font-size: 10px; + color: #fff; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 1; + text-align: center; + line-height: 19px; } #search_filters .facet.attr-color li .custom-checkbox { - display: block; - width: 100%; - height: 100%; - border-radius: 12px; - overflow: hidden; - padding: 0; + display: block; + width: 100%; + height: 100%; + border-radius: 12px; + overflow: hidden; + padding: 0; } #search_filters .facet.attr-color li .custom-checkbox .color { - width: 100%; - height: 100%; - border: 0; - display: block; - margin: 0 !important; - border-radius: 12px; + width: 100%; + height: 100%; + border: 0; + display: block; + margin: 0 !important; + border-radius: 12px; } #search_filters .facet.attr-color li .custom-checkbox input { - width: 100%; - height: 100%; - margin: 0; - left: 0; - right: 0; - top: 0; - bottom: 0; + width: 100%; + height: 100%; + margin: 0; + left: 0; + right: 0; + top: 0; + bottom: 0; } #search_filters .facet.attr-color li a { - display: inline-block; - position: absolute; - top: 200%; - padding: 0 10px; - left: 50%; - border-radius: 5px; - -webkit-transform: translateX(-50%); - -moz-transform: translateX(-50%); - -ms-transform: translateX(-50%); - -o-transform: translateX(-50%); - transform: translateX(-50%); - font-size: 10px; - line-height: 20px; - background: #333; - color: #fff; - white-space: nowrap; - display: none; + display: inline-block; + position: absolute; + top: 200%; + padding: 0 10px; + left: 50%; + border-radius: 5px; + -webkit-transform: translateX(-50%); + -moz-transform: translateX(-50%); + -ms-transform: translateX(-50%); + -o-transform: translateX(-50%); + transform: translateX(-50%); + font-size: 10px; + line-height: 20px; + background: #333; + color: #fff; + white-space: nowrap; + display: none; } #search_filters .facet.attr-color li a .magnitude { - position: static; - display: inline-block; - color: #fff; + position: static; + display: inline-block; + color: #fff; } #search_filters .facet.attr-color li:hover { - border-color: #222; + border-color: #222; } #search_filters .facet.attr-color li:hover a { - z-index: 1; - display: block; + z-index: 1; + display: block; } #search_filters .facet.attr-color li:hover .facet-label:before { - content: '\f111'; - font-family: 'FontAwesome'; - font-size: 10px; - color: #fff; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: 1; - text-align: center; - line-height: 19px; + content: '\f111'; + font-family: 'FontAwesome'; + font-size: 10px; + color: #fff; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 1; + text-align: center; + line-height: 19px; } #search_filters .clear-all-wrapper { - margin: 10px 0; + margin: 10px 0; } /* Pagination */ .pagination { - width: 100%; - background: #f1f1f1; - min-height: 35px; - padding: 0 10px; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; + width: 100%; + background: #f1f1f1; + min-height: 35px; + padding: 0 10px; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; } -.pagination > div:first-child { - line-height: 35px; +.pagination>div:first-child { + line-height: 35px; } .pagination .page-list { - padding: 10px 0px; - margin-bottom: 0; + padding: 10px 0px; + margin-bottom: 0; } .pagination .page-list li { - display: inline; - padding: 0 8px; + display: inline; + padding: 0 8px; } .pagination .page-list li span { - display: none; + display: none; } .pagination a { - color: #000000; - font-weight: 400; - display: inline-block; + color: #000000; + font-weight: 400; + display: inline-block; } .pagination a:hover, .pagination a:focus { - color: #a340ff; - text-decoration: none; + color: #a340ff; + text-decoration: none; } .pagination .disabled { - color: #777; + color: #777; } .pagination .disabled:hover { - color: #777; + color: #777; } .pagination .current a { - color: #a340ff; - text-decoration: none; + color: #a340ff; + text-decoration: none; } /* Filter */ .active_filters { - background: #dededd; - padding: 10px 30px 0; - margin-bottom: 20px; + background: #dededd; + padding: 10px 30px 0; + margin-bottom: 20px; } .active_filters .active-filter-title { - display: inline; - font-weight: 600; - margin-right: 10px; + display: inline; + font-weight: 600; + margin-right: 10px; } .rtl .active_filters .active-filter-title { - margin-left: 10px; - margin-right: inherit; + margin-left: 10px; + margin-right: inherit; } .active_filters ul { - display: inline; + display: inline; } .active_filters .filter-block { - -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - color: #414141; - margin-bottom: 10px; - background: white; - display: inline-block; - font-size: 12px; - margin-right: 10px; - position: relative; - padding: 10px 25px 10px 10px; + -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + color: #414141; + margin-bottom: 10px; + background: white; + display: inline-block; + font-size: 12px; + margin-right: 10px; + position: relative; + padding: 10px 25px 10px 10px; } .rtl .active_filters .filter-block { - margin-left: 10px; - margin-right: inherit; + margin-left: 10px; + margin-right: inherit; } .rtl .active_filters .filter-block { - padding: 10px 10px 10px 25px; + padding: 10px 10px 10px 25px; } .active_filters .filter-block .close { - color: #414141; - font-size: 14px; - opacity: 1; - filter: alpha(opacity=100); - position: absolute; - right: 5px; - top: 10px; + color: #414141; + font-size: 14px; + opacity: 1; + filter: alpha(opacity=100); + position: absolute; + right: 5px; + top: 10px; } .rtl .active_filters .filter-block .close { - left: 5px; - right: auto; + left: 5px; + right: auto; } /* Block Category */ .block-categories .category-top-menu { - margin: 0px; + margin: 0px; } .block-categories.block .block_content { - padding: 0px; + padding: 0px; } .block-categories .category-sub-menu { - margin: 0px; + margin: 0px; } .block-categories .category-sub-menu .category-sub-link { - font-size: 13px; + font-size: 13px; } .block-categories .category-sub-menu li { - position: relative; - padding: 0; + position: relative; + padding: 0; - &[data-depth='0'] { - border-bottom: 1px solid #eee; + &[data-depth='0'] { + border-bottom: 1px solid #eee; - > a { - font-weight: 600; - padding: 15px 30px 15px 15px; - } - } + >a { + font-weight: 600; + padding: 15px 30px 15px 15px; + } + } } -.block-categories .category-sub-menu li > a { - font-weight: 300; - width: 100%; - display: inline-block; - margin: 0; - padding: 10px 30px 10px 20px; - color: #666; - position: relative; +.block-categories .category-sub-menu li>a { + font-weight: 300; + width: 100%; + display: inline-block; + margin: 0; + padding: 10px 30px 10px 20px; + color: #666; + position: relative; } -.block-categories .category-sub-menu li > a:hover { - color: #a340ff; +.block-categories .category-sub-menu li>a:hover { + color: #a340ff; } .block-categories .category-sub-menu li[data-depth='0'] { - padding: 0; + padding: 0; } -.rtl .block-categories .category-sub-menu li[data-depth='0'] > a:before { - right: 0; - left: auto; +.rtl .block-categories .category-sub-menu li[data-depth='0']>a:before { + right: 0; + left: auto; } .block-categories .collapse-icons { - position: absolute; - top: 5px; - padding: 0; - cursor: pointer; - font-size: 0.9375rem; - text-align: right; - line-height: 35px; - width: 35px; - height: 35px; - right: 0px; + position: absolute; + top: 5px; + padding: 0; + cursor: pointer; + font-size: 0.9375rem; + text-align: right; + line-height: 35px; + width: 35px; + height: 35px; + right: 0px; } .rtl .block-categories .collapse-icons { - text-align: left; + text-align: left; } .rtl .block-categories .collapse-icons { - left: 0px; - right: auto; + left: 0px; + right: auto; } .block-categories .collapse-icons[aria-expanded='true'] .add { - display: none; + display: none; } .block-categories .collapse-icons[aria-expanded='true'] .remove { - display: block; - height: 100%; - line-height: inherit; + display: block; + height: 100%; + line-height: inherit; } .block-categories .collapse-icons:hover { - color: #a340ff; + color: #a340ff; } .block-categories .collapse-icons .remove { - display: none; + display: none; } .block-categories .arrows { - position: absolute; - top: 12px; - padding: 0; - cursor: pointer; - width: 10px; - height: 10px; - right: 10px; + position: absolute; + top: 12px; + padding: 0; + cursor: pointer; + width: 10px; + height: 10px; + right: 10px; } .rtl .block-categories .arrows { - left: 10px; - right: auto; + left: 10px; + right: auto; } .block-categories .arrows .arrow-right, .block-categories .arrows .arrow-down { - cursor: pointer; - margin-left: 2px; + cursor: pointer; + margin-left: 2px; } .rtl .block-categories .arrows .arrow-right, .rtl .block-categories .arrows .arrow-down { - margin-right: 2px; - margin-left: inherit; + margin-right: 2px; + margin-left: inherit; } .block-categories .arrows .arrow-right:hover, .block-categories .arrows .arrow-down:hover { - color: #a340ff; + color: #a340ff; } .block-categories .arrows .arrow-down { - display: none; + display: none; } .block-categories .arrows[aria-expanded='true'] .arrow-right { - display: none; + display: none; } .block-categories .arrows[aria-expanded='true'] .arrow-down { - display: inline-block; + display: inline-block; } .facets-title { - color: #ed4657; + color: #ed4657; } .products-selection .filter-button .btn-primary { - padding: 7px 8px 6px; + padding: 7px 8px 6px; } /*** Responsive part ***/ @media (max-width: 767px) { - #category .sidebar .block { - display: none; - } + #category .sidebar .block { + display: none; + } - #category .sidebar #search_filters_wrapper { - margin-left: -10px; - margin-right: -10px; - } + #category .sidebar #search_filters_wrapper { + margin-left: -10px; + margin-right: -10px; + } - #category .sidebar #search_filter_controls { - text-align: center; - margin-bottom: 16px; - } + #category .sidebar #search_filter_controls { + text-align: center; + margin-bottom: 16px; + } - #category .sidebar #search_filter_controls button { - margin: 2px; - } + #category .sidebar #search_filter_controls button { + margin: 2px; + } - #category .sidebar #search_filters { - margin-bottom: 0; - -moz-box-shadow: none; - -webkit-box-shadow: none; - -o-box-shadow: none; - -ms-box-shadow: none; - box-shadow: none; - padding: 0; - border-top: 1px solid #eaeaea; - display: block; - } + #category .sidebar #search_filters { + margin-bottom: 0; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + -ms-box-shadow: none; + box-shadow: none; + padding: 0; + border-top: 1px solid #eaeaea; + display: block; + } - #category .sidebar #search_filters .facet { - border-bottom: 1px solid #eaeaea; - } + #category .sidebar #search_filters .facet { + border-bottom: 1px solid #eaeaea; + } - #category .sidebar #search_filters .facet .title { - cursor: pointer; - } + #category .sidebar #search_filters .facet .title { + cursor: pointer; + } - #category .sidebar #search_filters .facet .title .collapse-icons .remove { - display: none; - } + #category .sidebar #search_filters .facet .title .collapse-icons .remove { + display: none; + } - #category - .sidebar - #search_filters - .facet - .title[aria-expanded='true'] - .collapse-icons - .add { - display: none; - } + #category .sidebar #search_filters .facet .title[aria-expanded='true'] .collapse-icons .add { + display: none; + } - #category - .sidebar - #search_filters - .facet - .title[aria-expanded='true'] - .collapse-icons - .remove { - display: block; - } + #category .sidebar #search_filters .facet .title[aria-expanded='true'] .collapse-icons .remove { + display: block; + } - #category .sidebar #search_filters .facet .facet-title { - color: #414141; - text-transform: uppercase; - } + #category .sidebar #search_filters .facet .facet-title { + color: #414141; + text-transform: uppercase; + } - #category .sidebar #search_filters .facet .h6 { - margin-bottom: 0; - padding: 10px 0; - display: inline-block; - } + #category .sidebar #search_filters .facet .h6 { + margin-bottom: 0; + padding: 10px 0; + display: inline-block; + } - #category .sidebar #search_filters .facet .navbar-toggler { - display: inline-block; - padding: 10px 10px 0 0; - cursor: pointer; - } + #category .sidebar #search_filters .facet .navbar-toggler { + display: inline-block; + padding: 10px 10px 0 0; + cursor: pointer; + } - #category .sidebar #search_filters .facet .collapse { - display: none; - } + #category .sidebar #search_filters .facet .collapse { + display: none; + } - #category .sidebar #search_filters .facet .collapse.in { - display: block; - } + #category .sidebar #search_filters .facet .collapse.in { + display: block; + } - #category .sidebar #search_filters .facet .facet-label a { - margin-top: 0; - } + #category .sidebar #search_filters .facet .facet-label a { + margin-top: 0; + } - #category .sidebar #search_filters .facet ul { - margin-bottom: 0; - clear: both; - padding: 0 10px; - } + #category .sidebar #search_filters .facet ul { + margin-bottom: 0; + clear: both; + padding: 0 10px; + } - #category #search_filter_toggler { - width: 100%; - padding: 6px 5px 7px; - } + #category #search_filter_toggler { + width: 100%; + padding: 6px 5px 7px; + } - .products-sort-order .select-title { - margin-left: 0; - } + .products-sort-order .select-title { + margin-left: 0; + } - .rtl .products-sort-order .select-title { - margin-right: 0; - margin-left: inherit; - } + .rtl .products-sort-order .select-title { + margin-right: 0; + margin-left: inherit; + } - .products-selection h1 { - padding-top: 0; - text-align: center; - margin-bottom: 16px; - } + .products-selection h1 { + padding-top: 0; + text-align: center; + margin-bottom: 16px; + } - .products-selection .showing { - padding-top: 16px; - } + .products-selection .showing { + padding-top: 16px; + } } @media (max-width: 480px) { - .products-selection .filter-button { - margin-top: 10px; - } + .products-selection .filter-button { + margin-top: 10px; + } - #category #left-column #search_filters_wrapper { - margin-left: -15px; - margin-right: -15px; - } + #category #left-column #search_filters_wrapper { + margin-left: -15px; + margin-right: -15px; + } } .product_list { - -moz-box-shadow: 0 0 0 1px #f1f1f1 inset; - -webkit-box-shadow: 0 0 0 1px #f1f1f1 inset; - -o-box-shadow: 0 0 0 1px #f1f1f1 inset; - -ms-box-shadow: 0 0 0 1px #f1f1f1 inset; - box-shadow: 0 0 0 1px #f1f1f1 inset; + -moz-box-shadow: 0 0 0 1px #f1f1f1 inset; + -webkit-box-shadow: 0 0 0 1px #f1f1f1 inset; + -o-box-shadow: 0 0 0 1px #f1f1f1 inset; + -ms-box-shadow: 0 0 0 1px #f1f1f1 inset; + box-shadow: 0 0 0 1px #f1f1f1 inset; } -.product_list > .row { - margin: 0 !important; +.product_list>.row { + margin: 0 !important; } .product_list .ajax_block_product { - border-right: 1px solid #f1f1f1; - border-bottom: 1px solid #f1f1f1; + border-right: 1px solid #f1f1f1; + border-bottom: 1px solid #f1f1f1; } .rtl .product_list .ajax_block_product { - border-left: 1px solid #f1f1f1; - border-right: inherit; + border-left: 1px solid #f1f1f1; + border-right: inherit; } @media (min-width: 992px) { - .product_list .ajax_block_product.last-in-line { - border-right: 0; - } + .product_list .ajax_block_product.last-in-line { + border-right: 0; + } - .rtl .product_list .ajax_block_product.last-in-line { - border-left: 0; - border-right: inherit; - } + .rtl .product_list .ajax_block_product.last-in-line { + border-left: 0; + border-right: inherit; + } } @media (min-width: 992px) { - .product_list .ajax_block_product.first-in-line { - clear: both; - } + .product_list .ajax_block_product.first-in-line { + clear: both; + } } @media (min-width: 481px) and (max-width: 991px) { - .product_list .ajax_block_product.first-item-of-tablet-line { - clear: both; - } + .product_list .ajax_block_product.first-item-of-tablet-line { + clear: both; + } } .product_list .ajax_block_product .product-image { - border: 1px solid transparent; + border: 1px solid transparent; } .product_list .ajax_block_product .product-flags { - left: 0; + left: 0; } .rtl .product_list .ajax_block_product .product-flags { - right: 0; - left: auto; + right: 0; + left: auto; } @media (max-width: 991px) and (min-width: 481px) { - .product_list .ajax_block_product:nth-child(2n + 1) { - clear: both; - } + .product_list .ajax_block_product:nth-child(2n + 1) { + clear: both; + } } .product_list.list .product-flags { - top: 0; + top: 0; } /*************************************************** @@ -24368,2986 +24268,2804 @@ body#checkout #gift_message { */ /***********************************************************************/ #product #content { - position: relative; - margin-bottom: 30px; + position: relative; + margin-bottom: 30px; } #product #content .mask { - width: 554px; - max-width: 100%; - margin: 10px auto; - height: 124px; + width: 554px; + max-width: 100%; + margin: 10px auto; + height: 124px; } #product #content .mask img { - max-width: 100%; - width: 100px; - margin: 0 10px 0 0; - border: 0; - transition: all 0.4s; - opacity: 0.5; + max-width: 100%; + width: 100px; + margin: 0 10px 0 0; + border: 0; + transition: all 0.4s; + opacity: 0.5; } .rtl #product #content .mask img { - margin: 0 0 0 10px; + margin: 0 0 0 10px; } #product #content .mask img:hover, #product #content .mask img.selected { - opacity: 1; + opacity: 1; } @media (max-width: 1199px) { - #product #content .mask { - width: 430px; - } + #product #content .mask { + width: 430px; + } } @media (max-width: 991px) { - #product #content .mask { - width: 320px; - } + #product #content .mask { + width: 320px; + } } @media (max-width: 767px) { - #product #content .mask { - width: 320px; - } + #product #content .mask { + width: 320px; + } } @media (max-width: 480px) { - #product #content .mask { - width: 210px; - } + #product #content .mask { + width: 210px; + } } #product #content .mask li { - display: inline; + display: inline; } @media (max-width: 991px) { - #product #content { - max-width: 500px; - margin: auto; - } + #product #content { + max-width: 500px; + margin: auto; + } } .product-detail-name { - margin: 20px 0 15px; - font-size: 24px; - line-height: 1.5; - font-weight: bold; - letter-spacing: 0; - text-transform: uppercase; + margin: 20px 0 15px; + font-size: 24px; + line-height: 1.5; + font-weight: bold; + letter-spacing: 0; + text-transform: uppercase; } .product-price { - color: #000; - font-family: 'Poppins'; + color: #000; + font-family: 'Poppins'; } #product-description-short { - font-family: 'Poppins'; + font-family: 'Poppins'; } .product-information div[itemprop='description'] { - line-height: 2; - text-align: justify; - margin: 0 0 15px; + line-height: 2; + text-align: justify; + margin: 0 0 15px; } .product-description { - line-height: 2; + line-height: 2; } .product-information { - margin: 30px 0; - padding: 10px 0 0; - border-top: 1px solid #efefef; + margin: 30px 0; + padding: 10px 0 0; + border-top: 1px solid #efefef; } .p-desception { - color: #67747c; - line-height: 30px; + color: #67747c; + line-height: 30px; } .product-manufacturer { - margin-bottom: 10px; + margin-bottom: 10px; } .product-manufacturer .manufacturer-logo { - max-height: 115px; + max-height: 115px; } .input-color { - position: absolute; - cursor: pointer; - height: 20px; - width: 20px; - opacity: 0; - filter: alpha(opacity=0); + position: absolute; + cursor: pointer; + height: 20px; + width: 20px; + opacity: 0; + filter: alpha(opacity=0); } .input-container { - position: relative; + position: relative; } .input-radio { - position: absolute; - top: 0; - cursor: pointer; - width: 100%; - height: 100%; - opacity: 0; - filter: alpha(opacity=0); + position: absolute; + top: 0; + cursor: pointer; + width: 100%; + height: 100%; + opacity: 0; + filter: alpha(opacity=0); } -.input-color:checked + span, -.input-color:hover + span, -.input-radio:checked + span, -.input-radio:hover + span { - border: 2px solid #414141; +.input-color:checked+span, +.input-color:hover+span, +.input-radio:checked+span, +.input-radio:hover+span { + border: 2px solid #414141; } .radio-label { - -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - background: white; - display: inline-block; - padding: 5px 14px; - font-weight: 400; - border: 2px solid white; + -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + background: white; + display: inline-block; + padding: 5px 14px; + font-weight: 400; + border: 2px solid white; } .product-actions .control-label { - display: block; - font-size: 11px; - text-transform: uppercase; - font-weight: bold; - margin: auto 10px auto 0; - min-width: 80px; + display: block; + font-size: 11px; + text-transform: uppercase; + font-weight: bold; + margin: auto 10px auto 0; + min-width: 80px; } .rtl .product-actions .control-label { - margin: auto 0 auto 10px; + margin: auto 0 auto 10px; } .product-actions .add-to-cart { - height: 50px; - line-height: 50px; - padding: 0 40px; - border-radius: 0; - font-size: 12px; - font-family: 'Poppins'; + height: 50px; + line-height: 50px; + padding: 0 40px; + border-radius: 0; + font-size: 12px; + font-family: 'Poppins'; } @media (min-width: 992px) { - .product-actions .add-to-cart { - min-width: 245px; - } + .product-actions .add-to-cart { + min-width: 245px; + } } .product-actions .add-to-cart i { - font-size: 14px; - vertical-align: -2px; - margin: 0 2px 0 0; + font-size: 14px; + vertical-align: -2px; + margin: 0 2px 0 0; } .rtl .product-actions .add-to-cart i { - margin: 0 0 0 2px; + margin: 0 0 0 2px; } .product-quantity .add { - white-space: nowrap; - position: relative; + white-space: nowrap; + position: relative; } .product-quantity .input-group { - padding: 0 25px 0 0; + padding: 0 25px 0 0; } .rtl .product-quantity .input-group { - padding: 0 0 0 25px; + padding: 0 0 0 25px; } .product-quantity #quantity_wanted { - color: #ed4657; - background-color: white; - height: 50px; - padding: 5px 15px; - width: 100%; - text-align: center; + color: #ed4657; + background-color: white; + height: 50px; + padding: 5px 15px; + width: 100%; + text-align: center; } .product-quantity .input-group-btn-vertical { - width: 25px; - height: 50px; - position: absolute; - top: 0; - bottom: 0; - right: 0; + width: 25px; + height: 50px; + position: absolute; + top: 0; + bottom: 0; + right: 0; } .rtl .product-quantity .input-group-btn-vertical { - left: 0; - right: auto; + left: 0; + right: auto; } .product-quantity .input-group-btn-vertical .btn { - padding: 8px; - width: 25px; - height: 26px; - min-width: 25px; - background: none; - color: #888; - transform: none; + padding: 8px; + width: 25px; + height: 26px; + min-width: 25px; + background: none; + color: #888; + transform: none; } .product-quantity .input-group-btn-vertical .btn:hover { - background: #333; - color: #fff; + background: #333; + color: #fff; } .product-quantity .input-group-btn-vertical .btn i { - font-size: 16px; - top: 4px; - left: 4px; + font-size: 16px; + top: 4px; + left: 4px; } .product-quantity .btn-touchspin { - height: 23px; + height: 23px; } -.product-discounts > .product-discounts-title { - font-weight: normal; - font-size: 13px; +.product-discounts>.product-discounts-title { + font-weight: normal; + font-size: 13px; } -.product-discounts > .table-product-discounts thead tr th { - width: 33%; - padding: 10px 20px; - background: white; - border: 5px #ebebeb solid; - text-align: center; +.product-discounts>.table-product-discounts thead tr th { + width: 33%; + padding: 10px 20px; + background: white; + border: 5px #ebebeb solid; + text-align: center; } -.product-discounts > .table-product-discounts tbody tr { - background: #f6f6f6; +.product-discounts>.table-product-discounts tbody tr { + background: #f6f6f6; } -.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) { - background: white; +.product-discounts>.table-product-discounts tbody tr:nth-of-type(even) { + background: white; } -.product-discounts > .table-product-discounts tbody tr td { - padding: 10px 20px; - text-align: center; - border: 5px #ebebeb solid; +.product-discounts>.table-product-discounts tbody tr td { + padding: 10px 20px; + text-align: center; + border: 5px #ebebeb solid; } .product-prices { - margin: 10px 0 20px; + margin: 10px 0 20px; } .product-prices .current-price { - font-size: 26px; - color: #000; + font-size: 26px; + color: #000; } .product-prices .current-price span[itemprop='price'] { - display: inline-block; - margin: 0 13px 0 0; + display: inline-block; + margin: 0 13px 0 0; } .rtl .product-prices .current-price span[itemprop='price'] { - margin: 0 0 0 13px; + margin: 0 0 0 13px; } .product-prices .tax-shipping-delivery-label { - font-size: 13px; - color: #878787; + font-size: 13px; + color: #878787; } .product-prices .product-discount { - font-size: 18px; - margin-bottom: 5px; + font-size: 18px; + margin-bottom: 5px; } .product-discount { - color: #acaaa6; + color: #acaaa6; } .product-discount .regular-price { - text-decoration: line-through; - font-weight: normal; - margin: 0 13px 0 0; + text-decoration: line-through; + font-weight: normal; + margin: 0 13px 0 0; } .rtl .product-discount .regular-price { - margin: 0 0 0 13px; + margin: 0 0 0 13px; } .has-discount.product-price, .has-discount p { - color: #f39d72; - font-size: 14px; + color: #f39d72; + font-size: 14px; } .has-discount .discount { - background: #f39d72; - color: white; - font-weight: 500; - padding: 5px 5px 2px; - font-size: 10px; - margin: 0 13px 0 0; - text-transform: uppercase; - vertical-align: middle; - display: none; + background: #f39d72; + color: white; + font-weight: 500; + padding: 5px 5px 2px; + font-size: 10px; + margin: 0 13px 0 0; + text-transform: uppercase; + vertical-align: middle; + display: none; } .rtl .has-discount .discount { - margin: 0 0 0 13px; + margin: 0 0 0 13px; } .has-discount .unit-price-cart { - font-size: 12px; - color: #999; - font-weight: normal; + font-size: 12px; + color: #999; + font-weight: normal; } .has-discount .price { - font-size: 16px; - font-weight: bold; - color: #a340ff; + font-size: 16px; + font-weight: bold; + color: #a340ff; } .has-discount .product-unit-price.sub { - color: #999; - font-size: 12px; - font-weight: normal; - line-height: 20px; + color: #999; + font-size: 12px; + font-weight: normal; + line-height: 20px; } .product-unit-price { - font-size: 12px; - margin-bottom: 0; + font-size: 12px; + margin-bottom: 0; } .product-tabs.tabs { - margin-bottom: 20px; - background: white; + margin-bottom: 20px; + background: white; } .product-tabs.tabs .tab-content { - padding: 10px 30px; + padding: 10px 30px; } @media (max-width: 767px) { - .product-tabs.tabs .tab-content { - padding: 10px; - } + .product-tabs.tabs .tab-content { + padding: 10px; + } } .product-tabs.tabs .nav-tabs { - border: none; - border: 0; - padding: 0px; - text-align: center; - position: relative; + border: none; + border: 0; + padding: 0px; + text-align: center; + position: relative; } .product-tabs.tabs .nav-tabs .nav-link { - border: 0; - text-transform: uppercase; - padding: 5px 0; - font-size: 14px; - position: relative; - margin: 0 40px; - font-weight: bold; - color: #ccc; - font-family: 'Poppins', sans-serif; + border: 0; + text-transform: uppercase; + padding: 5px 0; + font-size: 14px; + position: relative; + margin: 0 40px; + font-weight: bold; + color: #ccc; + font-family: 'Poppins', sans-serif; } @media (max-width: 767px) { - .product-tabs.tabs .nav-tabs .nav-link { - font-weight: bold; - margin: 0 15px; - } + .product-tabs.tabs .nav-tabs .nav-link { + font-weight: bold; + margin: 0 15px; + } } @media (max-width: 480px) { - .product-tabs.tabs .nav-tabs .nav-link { - font-size: 12px; - margin: 0 10px; - } + .product-tabs.tabs .nav-tabs .nav-link { + font-size: 12px; + margin: 0 10px; + } } .product-tabs.tabs .nav-tabs .nav-link:before { - content: ''; - left: 0; - height: 2px; - position: absolute; - bottom: -5px; - right: 0; - background: #a340ff; - display: none; + content: ''; + left: 0; + height: 2px; + position: absolute; + bottom: -5px; + right: 0; + background: #a340ff; + display: none; } .product-tabs.tabs .nav-tabs .nav-link.active { - border: none; - color: #000; + border: none; + color: #000; } .product-tabs.tabs .nav-tabs .nav-link.active:before { - display: block; + display: block; } .product-tabs.tabs .nav-tabs .nav-link:hover { - border: none; - color: #000; + border: none; + color: #000; } .product-tabs.tabs .nav-tabs .nav-item { - float: none; - display: inline-block; - vertical-align: top; - margin: auto; + float: none; + display: inline-block; + vertical-align: top; + margin: auto; } .product-cover { - margin-bottom: 10px; - position: relative; + margin-bottom: 10px; + position: relative; } .product-cover .layer { - width: 100%; - height: 100%; - left: 0; - top: 0; - position: absolute; - text-align: center; - cursor: pointer; - display: none; + width: 100%; + height: 100%; + left: 0; + top: 0; + position: absolute; + text-align: center; + cursor: pointer; + display: none; } .product-cover .layer .zoom-in { - font-size: 30px; - color: #a340ff; - position: absolute; - bottom: 0; - right: 0; - opacity: 0; - filter: alpha(opacity=0); - transform: scale(0); - backface-visibility: hidden; - transition: all 0.4s; - transition-delay: 0.2s; + font-size: 30px; + color: #a340ff; + position: absolute; + bottom: 0; + right: 0; + opacity: 0; + filter: alpha(opacity=0); + transform: scale(0); + backface-visibility: hidden; + transition: all 0.4s; + transition-delay: 0.2s; } .rtl .product-cover .layer .zoom-in { - left: 0; - right: auto; + left: 0; + right: auto; } .product-cover .layer:hover .zoom-in { - opacity: 1; - filter: alpha(opacity=100); - transform: scale(1); + opacity: 1; + filter: alpha(opacity=100); + transform: scale(1); } #product-modal .modal-content { - border: none; - padding: 0; + border: none; + padding: 0; } #product-modal .modal-content .modal-body .product-cover-modal { - background: white; - width: 100%; - max-width: 100%; + background: white; + width: 100%; + max-width: 100%; } #product-modal .modal-content .modal-body .image-caption { - padding: 10px 20px; + padding: 10px 20px; } #product-modal .modal-content .modal-body .image-caption p { - margin-bottom: 0; + margin-bottom: 0; } #product-modal .modal-content .modal-body .thumbnails { - position: absolute; - top: 10px; - right: 10px; + position: absolute; + top: 10px; + right: 10px; } .rtl #product-modal .modal-content .modal-body .thumbnails { - left: 10px; - right: auto; + left: 10px; + right: auto; } #product-modal .modal-content .modal-body .mask { - position: relative; - overflow: hidden; - height: 475px; - z-index: 1; + position: relative; + overflow: hidden; + height: 475px; + z-index: 1; } #product-modal .modal-content .modal-body .mask.nomargin { - margin-top: 0; + margin-top: 0; } #product-modal .modal-content .modal-body .product-images img { - width: 150px; - cursor: pointer; - background: white; - border: 2px solid transparent; + width: 150px; + cursor: pointer; + background: white; + border: 2px solid transparent; } #product-modal .modal-content .modal-body .product-images img:hover, #product-modal .modal-content .modal-body .product-images img.selected { - border: 2px solid #e5e5e5; + border: 2px solid #e5e5e5; } #product-modal .modal-content .modal-body .arrows { - width: 100%; - text-align: center; - position: absolute; - top: 100%; - right: 0; - z-index: 0; - display: none; - opacity: 1 !important; - cursor: pointer; + width: 100%; + text-align: center; + position: absolute; + top: 100%; + right: 0; + z-index: 0; + display: none; + opacity: 1 !important; + cursor: pointer; } #product-modal .modal-content .modal-body .arrows.scroll { - display: block; + display: block; } #product-modal .modal-content .modal-body .arrows .arrow-up { - position: absolute; - top: 20px; - right: 55%; + position: absolute; + top: 20px; + right: 55%; } #product-modal .modal-content .modal-body .arrows .arrow-down { - position: absolute; - top: 20px; - left: 55%; + position: absolute; + top: 20px; + left: 55%; } #product-modal .modal-content .modal-body .arrows i { - font-size: 24px; - -webkit-transition: all 0.4s; - -o-transition: all 0.4s; - transition: all 0.4s; - color: #999; + font-size: 24px; + -webkit-transition: all 0.4s; + -o-transition: all 0.4s; + transition: all 0.4s; + color: #999; } #product-modal .modal-content .modal-body .arrows i:hover { - color: #000; + color: #000; } #blockcart-modal { - color: #ed4657; + color: #ed4657; } #blockcart-modal .modal-header { - background: #a340ff; - border: 0; + background: #a340ff; + border: 0; } #blockcart-modal .modal-body { - background: #ffffff; - padding: 30px; + background: #ffffff; + padding: 30px; } #blockcart-modal .modal-body .divide-right span { - display: inline-block; - margin-bottom: 10px; + display: inline-block; + margin-bottom: 10px; } #blockcart-modal .modal-body .divide-right p { - color: #000000; + color: #000000; } #blockcart-modal .cart-content-btn { - margin-top: 30px; - text-align: center; + margin-top: 30px; + text-align: center; } #blockcart-modal .modal-dialog { - max-width: 900px; - width: 100%; + max-width: 900px; + width: 100%; } #blockcart-modal .product-image { - width: 210px; - max-width: 100%; + width: 210px; + max-width: 100%; } #blockcart-modal .modal-title { - color: white; - font-size: 18px; + color: white; + font-size: 18px; } #blockcart-modal .modal-title i.material-icons { - margin: 0 15px 0 0; + margin: 0 15px 0 0; } .rtl #blockcart-modal .modal-title i.material-icons { - margin: 0 0 0 15px; + margin: 0 0 0 15px; } #blockcart-modal .product-name { - color: #a340ff; - font-size: 18px; - margin-bottom: 10px; + color: #a340ff; + font-size: 18px; + margin-bottom: 10px; } #blockcart-modal .cart-products-count { - font-size: 18px; + font-size: 18px; } #blockcart-modal .cart-content { - padding-left: 20px; + padding-left: 20px; } .rtl #blockcart-modal .cart-content { - padding-right: 20px; - padding-left: inherit; + padding-right: 20px; + padding-left: inherit; } #blockcart-modal .cart-content button { - margin-right: 5px; + margin-right: 5px; } #blockcart-modal .divide-right { - border-right: 1px solid #e5e5e5; + border-right: 1px solid #e5e5e5; } .rtl #blockcart-modal .divide-right { - border-left: 1px solid #e5e5e5; - border-right: inherit; + border-left: 1px solid #e5e5e5; + border-right: inherit; } -.product-images > li.thumb-container > .thumb { - cursor: pointer; - margin: 0 0 10px; - border: 2px solid transparent; +.product-images>li.thumb-container>.thumb { + cursor: pointer; + margin: 0 0 10px; + border: 2px solid transparent; } -.product-images > li.thumb-container > .thumb.selected, -.product-images > li.thumb-container > .thumb:hover { - border-color: #e5e5e5; +.product-images>li.thumb-container>.thumb.selected, +.product-images>li.thumb-container>.thumb:hover { + border-color: #e5e5e5; } #main .images-container .js-qv-mask { - white-space: nowrap; - overflow: hidden; + white-space: nowrap; + overflow: hidden; } #main .images-container .js-qv-mask.scroll { - width: calc(100% - 60px); - margin: 0 auto; + width: calc(100% - 60px); + margin: 0 auto; } .scroll-box-arrows { - display: none; - position: absolute; - width: 100%; - bottom: 60px; - left: 0; + display: none; + position: absolute; + width: 100%; + bottom: 60px; + left: 0; } .scroll-box-arrows.scroll { - display: block; + display: block; } .scroll-box-arrows i { - position: absolute; - top: -20px; - bottom: 0; - width: 40px; - text-align: center; - height: 40px; - line-height: 40px; - cursor: pointer; - border: 1px solid #e5e5e5; - font-size: 14px; - color: #222; - background: #fff; - border-radius: 20px; - -webkit-transition: all 0.4s; - -o-transition: all 0.4s; - transition: all 0.4s; + position: absolute; + top: -20px; + bottom: 0; + width: 40px; + text-align: center; + height: 40px; + line-height: 40px; + cursor: pointer; + border: 1px solid #e5e5e5; + font-size: 14px; + color: #222; + background: #fff; + border-radius: 20px; + -webkit-transition: all 0.4s; + -o-transition: all 0.4s; + transition: all 0.4s; } .scroll-box-arrows i:hover { - background: #a340ff; - border-color: #a340ff; - color: #fff; + background: #a340ff; + border-color: #a340ff; + color: #fff; } .scroll-box-arrows .right { - right: 0; + right: 0; } .scroll-box-arrows .left { - left: 0; + left: 0; } #product-availability { - display: inline-block; - font-weight: 400; - color: #59c379; - text-transform: uppercase; - font-size: 10px; - margin: 0 0 10px; - font-family: 'Poppins'; + display: inline-block; + font-weight: 400; + color: #59c379; + text-transform: uppercase; + font-size: 10px; + margin: 0 0 10px; + font-family: 'Poppins'; } #product-availability .material-icons { - display: none; + display: none; } #product-availability .product-available { - color: #a340ff; + color: #a340ff; } #product-availability .product-unavailable { - color: #ff9a52; + color: #ff9a52; } #product-availability .product-last-items { - color: #ff9a52; + color: #ff9a52; } .product-features { - margin-top: 20px; + margin-top: 20px; } -.product-features > dl.data-sheet { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-lines: multiple; - -moz-box-lines: multiple; - box-lines: multiple; - -webkit-flex-wrap: wrap; - -moz-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-align: start; - -moz-box-align: start; - box-align: start; - -webkit-align-items: flex-start; - -moz-align-items: flex-start; - -ms-align-items: flex-start; - -o-align-items: flex-start; - align-items: flex-start; - -ms-flex-align: start; +.product-features>dl.data-sheet { + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-lines: multiple; + -moz-box-lines: multiple; + box-lines: multiple; + -webkit-flex-wrap: wrap; + -moz-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: start; + -moz-box-align: start; + box-align: start; + -webkit-align-items: flex-start; + -moz-align-items: flex-start; + -ms-align-items: flex-start; + -o-align-items: flex-start; + align-items: flex-start; + -ms-flex-align: start; } -.product-features > dl.data-sheet dd.value, -.product-features > dl.data-sheet dt.name { - -webkit-box-flex: 1; - -moz-box-flex: 1; - box-flex: 1; - -webkit-flex: 1 0 40%; - -moz-flex: 1 0 40%; - -ms-flex: 1 0 40%; - flex: 1 0 40%; - font-weight: normal; - background: #ebebeb; - padding: 10px; - margin-right: 10px; - min-height: 40px; - word-break: break-all; +.product-features>dl.data-sheet dd.value, +.product-features>dl.data-sheet dt.name { + -webkit-box-flex: 1; + -moz-box-flex: 1; + box-flex: 1; + -webkit-flex: 1 0 40%; + -moz-flex: 1 0 40%; + -ms-flex: 1 0 40%; + flex: 1 0 40%; + font-weight: normal; + background: #ebebeb; + padding: 10px; + margin-right: 10px; + min-height: 40px; + word-break: break-all; } -.product-features > dl.data-sheet dd.value:nth-of-type(even), -.product-features > dl.data-sheet dt.name:nth-of-type(even) { - background: #f6f6f6; +.product-features>dl.data-sheet dd.value:nth-of-type(even), +.product-features>dl.data-sheet dt.name:nth-of-type(even) { + background: #f6f6f6; } -.product-features > dl.data-sheet dt.name { - text-transform: capitalize; +.product-features>dl.data-sheet dt.name { + text-transform: capitalize; } -.product-variants > .product-variants-item { - margin: 20px 0; - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -moz-box-align: center; - box-align: center; - -webkit-align-items: center; - -moz-align-items: center; - -ms-align-items: center; - -o-align-items: center; - align-items: center; - -ms-flex-align: center; +.product-variants>.product-variants-item { + margin: 20px 0; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -moz-box-align: center; + box-align: center; + -webkit-align-items: center; + -moz-align-items: center; + -ms-align-items: center; + -o-align-items: center; + align-items: center; + -ms-flex-align: center; } -.product-variants > .product-variants-item select { - min-height: 40px; +.product-variants>.product-variants-item select { + min-height: 40px; } -.product-variants > .product-variants-item select:active { - color: #000; +.product-variants>.product-variants-item select:active { + color: #000; } -.product-variants > .product-variants-item ul li { - margin: 0 10px 0 0; +.product-variants>.product-variants-item ul li { + margin: 0 10px 0 0; } -.rtl .product-variants > .product-variants-item ul li { - margin: 0 0 0 10px; +.rtl .product-variants>.product-variants-item ul li { + margin: 0 0 0 10px; } -.product-variants > .product-variants-item ul li label { - margin: 5px 0; +.product-variants>.product-variants-item ul li label { + margin: 5px 0; } -.product-variants > .product-variants-item .color, -.product-variants > .product-variants-item .input-color { - width: 28px; - height: 28px; - border-radius: 50%; - border-width: 1px; - vertical-align: top; +.product-variants>.product-variants-item .color, +.product-variants>.product-variants-item .input-color { + width: 28px; + height: 28px; + border-radius: 50%; + border-width: 1px; + vertical-align: top; } .product-customization { - margin: 40px 0; + margin: 40px 0; } .product-customization .product-customization-item { - margin: 20px 0; + margin: 20px 0; } .product-customization .product-message { - background: #f8f8f8; - border: none; - width: 100%; - height: 50px; - resize: none; - padding: 10px; + background: #f8f8f8; + border: none; + width: 100%; + height: 50px; + resize: none; + padding: 10px; } .product-customization .product-message::-webkit-input-placeholder { - color: #acaaa6; + color: #acaaa6; } .product-customization .product-message::-moz-placeholder { - color: #acaaa6; + color: #acaaa6; } .product-customization .product-message:-moz-placeholder { - color: #acaaa6; + color: #acaaa6; } .product-customization .product-message:-ms-input-placeholder { - color: #acaaa6; + color: #acaaa6; } .product-customization .file-input { - width: 100%; - left: 0; - z-index: 1; - cursor: pointer; - height: 42px; - overflow: hidden; - position: absolute; - opacity: 0; - filter: alpha(opacity=0); + width: 100%; + left: 0; + z-index: 1; + cursor: pointer; + height: 42px; + overflow: hidden; + position: absolute; + opacity: 0; + filter: alpha(opacity=0); } .product-customization .custom-file { - position: relative; - background: #ebebeb; - width: 100%; - height: 42px; - line-height: 42px; - text-indent: 10px; - display: block; - color: #acaaa6; - margin-top: 20px; + position: relative; + background: #ebebeb; + width: 100%; + height: 42px; + line-height: 42px; + text-indent: 10px; + display: block; + color: #acaaa6; + margin-top: 20px; } .product-customization .custom-file button { - z-index: 0; - position: absolute; - right: 0; - top: 0; + z-index: 0; + position: absolute; + right: 0; + top: 0; } .product-customization small { - color: #acaaa6; + color: #acaaa6; } .product-pack { - margin-top: 40px; + margin-top: 40px; } .product-pack .pack-product-container { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: distribute; - -moz-box-pack: distribute; - box-pack: distribute; - -webkit-justify-content: space-around; - -moz-justify-content: space-around; - -ms-justify-content: space-around; - -o-justify-content: space-around; - justify-content: space-around; - -ms-flex-pack: distribute; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: distribute; + -moz-box-pack: distribute; + box-pack: distribute; + -webkit-justify-content: space-around; + -moz-justify-content: space-around; + -ms-justify-content: space-around; + -o-justify-content: space-around; + justify-content: space-around; + -ms-flex-pack: distribute; } .product-pack .pack-product-container .pack-product-name { - -webkit-box-flex: 0; - -moz-box-flex: 0; - box-flex: 0; - -webkit-flex: 0 0 50%; - -moz-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - font-size: 14px; - color: #acaaa6; + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 0 50%; + -moz-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + font-size: 14px; + color: #acaaa6; } .product-pack .pack-product-container .pack-product-quantity { - border-left: #ebebeb 2px solid; - padding-left: 10px; + border-left: #ebebeb 2px solid; + padding-left: 10px; } .product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-price, .product-pack .pack-product-container .pack-product-quantity { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -moz-box-align: center; - box-align: center; - -webkit-align-items: center; - -moz-align-items: center; - -ms-align-items: center; - -o-align-items: center; - align-items: center; - -ms-flex-align: center; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -moz-box-align: center; + box-align: center; + -webkit-align-items: center; + -moz-align-items: center; + -ms-align-items: center; + -o-align-items: center; + align-items: center; + -ms-flex-align: center; } .product-refresh { - margin-top: 20px; + margin-top: 20px; } .social-sharing { - width: 100%; - margin-bottom: 10px; + width: 100%; + margin-bottom: 10px; } .social-sharing span { - display: none; + display: none; } .social-sharing ul { - margin-bottom: 0; + margin-bottom: 0; } .social-sharing li { - cursor: pointer; - display: inline-block; - margin-right: 30px; - -webkit-transition: all 0.2s ease-in; - -o-transition: all 0.2s ease-in; - transition: all 0.2s ease-in; - position: relative; - color: #888; + cursor: pointer; + display: inline-block; + margin-right: 30px; + -webkit-transition: all 0.2s ease-in; + -o-transition: all 0.2s ease-in; + transition: all 0.2s ease-in; + position: relative; + color: #888; } .rtl .social-sharing li { - margin-left: 30px; - margin-right: inherit; + margin-left: 30px; + margin-right: inherit; } .social-sharing li a { - position: absolute; - top: 0; - left: 0; - display: block; - width: 100%; - height: 100%; - white-space: nowrap; - text-indent: 100%; - overflow: hidden; + position: absolute; + top: 0; + left: 0; + display: block; + width: 100%; + height: 100%; + white-space: nowrap; + text-indent: 100%; + overflow: hidden; } .social-sharing li a:hover { - color: transparent; + color: transparent; } .social-sharing li:before { - content: ''; - font-family: 'FontAwesome'; - font-size: 14px; - backface-visibility: hidden; + content: ''; + font-family: 'FontAwesome'; + font-size: 14px; + backface-visibility: hidden; } .social-sharing li:hover { - -webkit-transform: scale(1.5); - -moz-transform: scale(1.5); - -ms-transform: scale(1.5); - -o-transform: scale(1.5); - transform: scale(1.5); - color: #000; + -webkit-transform: scale(1.5); + -moz-transform: scale(1.5); + -ms-transform: scale(1.5); + -o-transform: scale(1.5); + transform: scale(1.5); + color: #000; } .social-sharing li.facebook:before { - content: '\f09a'; + content: '\f09a'; } .social-sharing li.twitter:before { - content: '\f099'; + content: '\f099'; } .social-sharing li.rss:before { - content: '\f09e'; + content: '\f09e'; } .social-sharing li.youtube:before { - content: '\f16a'; + content: '\f16a'; } .social-sharing li.googleplus:before { - content: '\f0d5'; + content: '\f0d5'; } .social-sharing li.pinterest:before { - content: '\f0d2'; + content: '\f0d2'; } .social-sharing li.vimeo:before { - content: '\f27d'; + content: '\f27d'; } .social-sharing li.instagram:before { - content: '\f16d'; + content: '\f16d'; } .products-selection { - margin-bottom: 30px; - padding: 18px 0px; - border-bottom: 1px solid #eee; + margin-bottom: 30px; + padding: 18px 0px; + border-bottom: 1px solid #eee; } .products-selection .title { - color: #878787; + color: #878787; } #blockcart-modal .cart-content .btn { - margin-top: 10px; - padding: 15px 15px; - background: #ccc; - color: #fff; + margin-top: 10px; + padding: 15px 15px; + background: #ccc; + color: #fff; } #blockcart-modal .cart-content .btn i { - vertical-align: -3px; + vertical-align: -3px; } #blockcart-modal .cart-content .btn:hover { - background: #333; - color: #fff; + background: #333; + color: #fff; } /* PS Category Product */ .category-products, .product-accessories, .viewed-products { - background: #ffffff; - padding: 30px; - clear: both; - margin: 0 15px; + background: #ffffff; + padding: 30px; + clear: both; + margin: 0 15px; } .products-section-title { - margin: 10px 0 45px; - text-align: center; - font-weight: bold; - font-size: 24px; - text-transform: uppercase; + margin: 10px 0 45px; + text-align: center; + font-weight: bold; + font-size: 24px; + text-transform: uppercase; } @media (max-width: 991px) { - .products-section-title { - font-size: 18px; - } + .products-section-title { + font-size: 18px; + } } .products-section-title span { - font-size: 14px; - color: #999; - font-weight: normal; - text-transform: none; - display: block; - padding: 10px 0 0; - letter-spacing: 0; - font-family: 'Poppins', sans-serif; + font-size: 14px; + color: #999; + font-weight: normal; + text-transform: none; + display: block; + padding: 10px 0 0; + letter-spacing: 0; + font-family: 'Poppins', sans-serif; } /* Product Tab */ .more-info-product { - margin-top: 2rem; - background: #ffffff; - padding: 20px 0; + margin-top: 2rem; + background: #ffffff; + padding: 20px 0; } .more-info-product .title-info-product { - color: #000000; - text-transform: uppercase; - padding: 0.9375rem 0rem; - margin-bottom: 0.9375rem; - font-size: 1rem; - position: relative; - margin-right: 2.1875rem; + color: #000000; + text-transform: uppercase; + padding: 0.9375rem 0rem; + margin-bottom: 0.9375rem; + font-size: 1rem; + position: relative; + margin-right: 2.1875rem; } .rtl .more-info-product .title-info-product { - margin-left: 2.1875rem; - margin-right: inherit; + margin-left: 2.1875rem; + margin-right: inherit; } .more-info-product .title-info-product:before { - content: ''; - background: #a340ff; - bottom: 0px; - position: absolute; - display: inline-block; - width: 30px; - height: 2px; + content: ''; + background: #a340ff; + bottom: 0px; + position: absolute; + display: inline-block; + width: 30px; + height: 2px; } /* Product Accordion */ .products-accordion { - margin-top: 2rem; + margin-top: 2rem; } .products-accordion .card { - margin: 0px; - border: 1px solid #eaeaea; - border-bottom: none; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; + margin: 0px; + border: 1px solid #eaeaea; + border-bottom: none; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; } .products-accordion .card:last-child { - border-bottom: 1px solid #eaeaea; + border-bottom: 1px solid #eaeaea; } .products-accordion .card-header { - background: none; - padding: 20px; - border-bottom: none; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; + background: none; + padding: 20px; + border-bottom: none; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; } .products-accordion .card-header h5 { - margin: 0px; + margin: 0px; } .products-accordion .card-header a { - text-transform: uppercase; - position: relative; - width: 100%; - display: inline-block; + text-transform: uppercase; + position: relative; + width: 100%; + display: inline-block; } .products-accordion .card-header a:after { - content: '\f068'; - font-size: 16px; - font-family: 'FontAwesome'; - position: absolute; - font-weight: normal; - top: 0px; - color: #000000; - right: 10px; + content: '\f068'; + font-size: 16px; + font-family: 'FontAwesome'; + position: absolute; + font-weight: normal; + top: 0px; + color: #000000; + right: 10px; } .rtl .products-accordion .card-header a:after { - left: 10px; - right: auto; + left: 10px; + right: auto; } .products-accordion .card-header a.collapsed:after { - content: '\f067'; + content: '\f067'; } .products-accordion .card-header a:hover:after { - color: #a340ff; + color: #a340ff; } /* Responsive */ @media (max-width: 991px) { - .product-cover img { - width: 100%; - } + .product-cover img { + width: 100%; + } - #product-modal .modal-content .modal-body { - -webkit-box-orient: vertical; - -moz-box-orient: vertical; - box-orient: vertical; - -webkit-box-direction: normal; - -moz-box-direction: normal; - box-direction: normal; - -webkit-flex-direction: column; - -moz-flex-direction: column; - flex-direction: column; - -ms-flex-direction: column; - margin-left: 0; - } + #product-modal .modal-content .modal-body { + -webkit-box-orient: vertical; + -moz-box-orient: vertical; + box-orient: vertical; + -webkit-box-direction: normal; + -moz-box-direction: normal; + box-direction: normal; + -webkit-flex-direction: column; + -moz-flex-direction: column; + flex-direction: column; + -ms-flex-direction: column; + margin-left: 0; + } - #product-modal .modal-content .modal-body img.product-cover-modal { - width: 100%; - } + #product-modal .modal-content .modal-body img.product-cover-modal { + width: 100%; + } - #product-modal .modal-content .modal-body .arrows { - display: none; - } + #product-modal .modal-content .modal-body .arrows { + display: none; + } - #product-modal .modal-content .modal-body .image-caption { - width: 100%; - } + #product-modal .modal-content .modal-body .image-caption { + width: 100%; + } - #blockcart-modal .modal-dialog { - width: calc(100% - 20px); - } + #blockcart-modal .modal-dialog { + width: calc(100% - 20px); + } - #blockcart-modal .modal-body { - padding: 30px; - } + #blockcart-modal .modal-body { + padding: 30px; + } } @media (max-width: 767px) { - #blockcart-modal .divide-right { - border-right: none; - } + #blockcart-modal .divide-right { + border-right: none; + } - .rtl #blockcart-modal .divide-right { - border-left: none; - border-right: inherit; - } + .rtl #blockcart-modal .divide-right { + border-left: none; + border-right: inherit; + } - #blockcart-modal .modal-body { - padding: 16px; - } + #blockcart-modal .modal-body { + padding: 16px; + } } .scroll-box-arrows i::selection, .arrows i::selection { - background: none; - color: inherit; + background: none; + color: inherit; } #product-modal .modal-dialog { - max-width: 700px; - margin: 30px auto; + max-width: 700px; + margin: 30px auto; } #product-modal .modal-body { - padding: 10px 170px 10px 10px; - background: #fff; + padding: 10px 170px 10px 10px; + background: #fff; } .rtl #product-modal .modal-body { - padding: 10px 10px 10px 170px; + padding: 10px 10px 10px 170px; } .product-infor { - clear: both; - padding-top: 40px; + clear: both; + padding-top: 40px; } .leo-compare-wishlist-button:after { - content: ''; - display: block; - clear: both; + content: ''; + display: block; + clear: both; } @media (max-width: 991px) { - .leo-compare-wishlist-button { - margin: 0 -5px 20px; - } + .leo-compare-wishlist-button { + margin: 0 -5px 20px; + } } .leo-compare-wishlist-button .wishlist, .leo-compare-wishlist-button .compare { - float: left; - padding: 0 5px; - margin: 10px 0 0; + float: left; + padding: 0 5px; + margin: 10px 0 0; } .rtl .leo-compare-wishlist-button .wishlist, .rtl .leo-compare-wishlist-button .compare { - float: right; + float: right; } .leo-compare-wishlist-button .btn-product { - border-radius: 0; - background: #2a363b; - border: 0; - border-bottom: 1px solid #eee; - font-size: 11px; - font-weight: normal; + border-radius: 0; + background: #2a363b; + border: 0; + border-bottom: 1px solid #eee; + font-size: 11px; + font-weight: normal; } .leo-compare-wishlist-button .btn-product.added { - background: #000; + background: #000; } .leo-compare-wishlist-button .btn-product.added span span:before { - content: '\f00c'; - font-family: 'FontAwesome'; - margin: 0 5px 0 0; + content: '\f00c'; + font-family: 'FontAwesome'; + margin: 0 5px 0 0; } .rtl .leo-compare-wishlist-button .btn-product.added span span:before { - margin: 0 0 0 5px; + margin: 0 0 0 5px; } .product-quantity .add .btn:not(.add-to-cart) { - position: relative; - background: none; - color: #888; - padding: 0; - margin: 0 10px 0 0; - font-weight: bold; - height: 40px; - line-height: 40px; - min-width: 110px; + position: relative; + background: none; + color: #888; + padding: 0; + margin: 0 10px 0 0; + font-weight: bold; + height: 40px; + line-height: 40px; + min-width: 110px; } .rtl .product-quantity .add .btn:not(.add-to-cart) { - margin: 0 0 0 10px; + margin: 0 0 0 10px; } .product-quantity .add .btn:not(.add-to-cart):hover, .product-quantity .add .btn:not(.add-to-cart):active, .product-quantity .add .btn:not(.add-to-cart):focus { - color: #a340ff; - border-color: #a340ff; + color: #a340ff; + border-color: #a340ff; } .product-quantity .add .btn:not(.add-to-cart) .cssload-speeding-wheel { - border: 2px solid #a340ff; - border-left-color: transparent; - border-right-color: transparent; + border: 2px solid #a340ff; + border-left-color: transparent; + border-right-color: transparent; } .product-quantity .add .btn:not(.add-to-cart).add-to-cart:hover { - background: #dc5e56; + background: #dc5e56; } @media (max-width: 1199px) and (min-width: 992px) { - .product-quantity .add .btn:not(.add-to-cart):not(.add-to-cart) { - font-size: 9px; - } + .product-quantity .add .btn:not(.add-to-cart):not(.add-to-cart) { + font-size: 9px; + } } .product-quantity .add .btn:not(.add-to-cart) i { - display: none; + display: none; } .product-actions .product-variants { - margin: 0 0 30px; + margin: 0 0 30px; } .product-add-to-cart { - margin-bottom: 25px; + margin-bottom: 25px; } .product-add-to-cart .control-label { - margin: 18px 10px auto 0; - min-width: 80px; - float: left; + margin: 18px 10px auto 0; + min-width: 80px; + float: left; } .rtl .product-add-to-cart .control-label { - margin: 18px 0 auto 10px; + margin: 18px 0 auto 10px; } .rtl .product-add-to-cart .control-label { - float: right; + float: right; } .product-add-to-cart .product-quantity { - position: relative; + position: relative; } .product-add-to-cart .product-quantity .qty { - margin-bottom: 30px; - width: 100px; - margin: 0 0 30px 90px; + margin-bottom: 30px; + width: 100px; + margin: 0 0 30px 90px; } .rtl .product-add-to-cart .product-quantity .qty { - margin: 0 90px 30px 0; + margin: 0 90px 30px 0; } .product-add-to-cart .product-quantity .add-to-cart { - background: #2a363b; + background: #2a363b; } .product-add-to-cart .product-quantity .add-to-cart:hover { - background: #a340ff; + background: #a340ff; } .product-add-to-cart .product-quantity .add-to-cart .material-icons { - display: none; + display: none; } .ps-hidden-by-js { - display: none; + display: none; } .product-infor #block-reassurance { - background-color: #fff; - box-shadow: none; - border: 1px solid #e5e5e5; - border-top: 2px solid #000; - margin: 50px 0; + background-color: #fff; + box-shadow: none; + border: 1px solid #e5e5e5; + border-top: 2px solid #000; + margin: 50px 0; } @media (min-width: 768px) { - .product-infor #block-reassurance ul { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - } + .product-infor #block-reassurance ul { + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + } - .product-infor #block-reassurance ul li { - border: 0; - border-right: 1px solid #e5e5e5; - width: 33.33%; - } + .product-infor #block-reassurance ul li { + border: 0; + border-right: 1px solid #e5e5e5; + width: 33.33%; + } - .rtl .product-infor #block-reassurance ul li { - border-left: 1px solid #e5e5e5; - border-right: inherit; - } + .rtl .product-infor #block-reassurance ul li { + border-left: 1px solid #e5e5e5; + border-right: inherit; + } - .product-infor #block-reassurance ul li .block-reassurance-item { - padding: 12px 20px; - } + .product-infor #block-reassurance ul li .block-reassurance-item { + padding: 12px 20px; + } - .product-infor #block-reassurance ul li:last-child { - border: 0; - } + .product-infor #block-reassurance ul li:last-child { + border: 0; + } } .quickview h1.h1 { - text-transform: capitalize; - margin: 0 0 10px; - font-size: 26px; - line-height: 40px; - font-weight: normal; - font-family: 'Poppins'; - letter-spacing: 0; + text-transform: capitalize; + margin: 0 0 10px; + font-size: 26px; + line-height: 40px; + font-weight: normal; + font-family: 'Poppins'; + letter-spacing: 0; } #product #content-wrapper { - padding-bottom: 20px; + padding-bottom: 20px; } .product-additional-info .social-sharing { - padding: 10px 0; - margin-bottom: 10px; + padding: 10px 0; + margin-bottom: 10px; } @media (min-width: 1200px) { - .page-product > .col-md-6:nth-child(1) { - padding: 0 40px 0 15px; - } + .page-product>.col-md-6:nth-child(1) { + padding: 0 40px 0 15px; + } - .rtl .page-product > .col-md-6:nth-child(1) { - padding: 0 15px 0 40px; - } + .rtl .page-product>.col-md-6:nth-child(1) { + padding: 0 15px 0 40px; + } - .page-product > .col-md-6:nth-child(2) { - padding: 0 15px 0 40px; - } + .page-product>.col-md-6:nth-child(2) { + padding: 0 15px 0 40px; + } - .rtl .page-product > .col-md-6:nth-child(2) { - padding: 0 40px 0 15px; - } + .rtl .page-product>.col-md-6:nth-child(2) { + padding: 0 40px 0 15px; + } } #leo_product_reviews_block_extra { - line-height: 20px; - color: #5a5050; - margin: 0 0 20px; + line-height: 20px; + color: #5a5050; + margin: 0 0 20px; } #leo_product_reviews_block_extra a { - color: #5a5050; + color: #5a5050; } #leo_product_reviews_block_extra a:hover { - color: #a340ff; + color: #a340ff; } #leo_product_reviews_block_extra:after { - content: ''; - display: block; - clear: both; + content: ''; + display: block; + clear: both; } #leo_product_reviews_block_extra .reviews_note { - float: left; - margin: 0 15px 0 0; - padding: 0 15px 0 0; - position: relative; - height: 20px; + float: left; + margin: 0 15px 0 0; + padding: 0 15px 0 0; + position: relative; + height: 20px; } .rtl #leo_product_reviews_block_extra .reviews_note { - float: right; + float: right; } .rtl #leo_product_reviews_block_extra .reviews_note { - margin: 0 0 0 15px; + margin: 0 0 0 15px; } .rtl #leo_product_reviews_block_extra .reviews_note { - padding: 0 0 0 15px; + padding: 0 0 0 15px; } #leo_product_reviews_block_extra .reviews_note:before { - content: ''; - width: 2px; - height: 12px; - background: #5a5050; - position: absolute; - top: 4px; - right: 0; + content: ''; + width: 2px; + height: 12px; + background: #5a5050; + position: absolute; + top: 4px; + right: 0; } .rtl #leo_product_reviews_block_extra .reviews_note:before { - left: 0; - right: auto; + left: 0; + right: auto; } -#leo_product_reviews_block_extra .reviews_note > span { - display: none; +#leo_product_reviews_block_extra .reviews_note>span { + display: none; } #leo_product_reviews_block_extra .reviews_advices { - float: left; - margin: 0; + float: left; + margin: 0; } .rtl #leo_product_reviews_block_extra .reviews_advices { - float: right; + float: right; } #leo_product_reviews_block_extra .reviews_advices li { - line-height: 20px; + line-height: 20px; } #leo_product_reviews_block_extra .reviews_advices li.last { - border: 0; - padding: 0; + border: 0; + padding: 0; } #leo_product_reviews_block_extra .reviews_advices i { - display: none; + display: none; } @media (min-width: 768px) { - .product-tabs.tabs { - border: 1px solid #efefef; - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - } + .product-tabs.tabs { + border: 1px solid #efefef; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + } - .product-tabs.tabs .nav-tabs { - width: 270px; - min-width: 270px; - float: left; - text-align: left; - border-right: 1px solid #efefef; - } + .product-tabs.tabs .nav-tabs { + width: 270px; + min-width: 270px; + float: left; + text-align: left; + border-right: 1px solid #efefef; + } - .rtl .product-tabs.tabs .nav-tabs { - float: right; - } + .rtl .product-tabs.tabs .nav-tabs { + float: right; + } - .rtl .product-tabs.tabs .nav-tabs { - text-align: right; - } + .rtl .product-tabs.tabs .nav-tabs { + text-align: right; + } - .rtl .product-tabs.tabs .nav-tabs { - border-left: 1px solid #efefef; - border-right: inherit; - } + .rtl .product-tabs.tabs .nav-tabs { + border-left: 1px solid #efefef; + border-right: inherit; + } - .product-tabs.tabs .nav-tabs .nav-item { - display: block; - margin: 0 -1px 0 0; - border-bottom: 1px solid #efefef; - overflow: hidden; - } + .product-tabs.tabs .nav-tabs .nav-item { + display: block; + margin: 0 -1px 0 0; + border-bottom: 1px solid #efefef; + overflow: hidden; + } - .rtl .product-tabs.tabs .nav-tabs .nav-item { - margin: 0 0 0 -1px; - } + .rtl .product-tabs.tabs .nav-tabs .nav-item { + margin: 0 0 0 -1px; + } - .product-tabs.tabs .nav-tabs .nav-item .nav-link { - padding: 13px 30px; - border: 0; - margin: 0; - border-radius: 0; - } + .product-tabs.tabs .nav-tabs .nav-item .nav-link { + padding: 13px 30px; + border: 0; + margin: 0; + border-radius: 0; + } - .product-tabs.tabs .nav-tabs .nav-item .nav-link:before { - display: none; - } + .product-tabs.tabs .nav-tabs .nav-item .nav-link:before { + display: none; + } - .product-tabs.tabs .nav-tabs .nav-item .nav-link:after { - content: ''; - position: absolute; - top: -1px; - bottom: -1px; - left: -1px; - width: 0; - transition: all 0.4s; - } + .product-tabs.tabs .nav-tabs .nav-item .nav-link:after { + content: ''; + position: absolute; + top: -1px; + bottom: -1px; + left: -1px; + width: 0; + transition: all 0.4s; + } - .rtl .product-tabs.tabs .nav-tabs .nav-item .nav-link:after { - right: -1px; - left: auto; - } + .rtl .product-tabs.tabs .nav-tabs .nav-item .nav-link:after { + right: -1px; + left: auto; + } - .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after { - background: #a340ff; - width: 6px; - } + .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after { + background: #a340ff; + width: 6px; + } - .product-tabs.tabs .tab-content { - padding: 50px; - width: 100%; - } + .product-tabs.tabs .tab-content { + padding: 50px; + width: 100%; + } } /* Style for Product Image */ .product-thumb-images { - display: none; + display: none; } .product-thumb-images .thumb { - max-width: 100%; - cursor: pointer; - border: 1px solid transparent; + max-width: 100%; + cursor: pointer; + border: 1px solid transparent; } .product-thumb-images .thumb.selected, .product-thumb-images .thumb:hover { - border: 1px solid #414141; + border: 1px solid #414141; } .product-detail .arrows-product-fake { - display: none; + display: none; } .product-detail .arrows-product-fake .slick-arrow { - width: 40px; - height: 40px; - line-height: 40px; - text-align: center; - color: #000000; - z-index: 999; - overflow: hidden; - background: rgba(255, 255, 255, 0.8); - border-radius: 50%; + width: 40px; + height: 40px; + line-height: 40px; + text-align: center; + color: #000000; + z-index: 999; + overflow: hidden; + background: rgba(255, 255, 255, 0.8); + border-radius: 50%; } .product-detail .arrows-product-fake .slick-arrow:hover { - color: #ffffff; - background: #a340ff; + color: #ffffff; + background: #a340ff; } .product-detail .arrows-product-fake .slick-arrow.slick-next { - right: -20px; + right: -20px; } .product-detail .arrows-product-fake .slick-arrow.slick-prev { - left: -20px; + left: -20px; } .product-detail.product-thumbs-bottom .product-thumb-images { - padding-left: 20px; - padding-right: 20px; + padding-left: 20px; + padding-right: 20px; } .product-detail.product-thumbs-bottom .product-thumb-images .slick-list { - margin-left: -5px; - margin-right: -5px; + margin-left: -5px; + margin-right: -5px; } -.product-detail.product-thumbs-bottom - .product-thumb-images - .slick-list - .slick-slide { - padding-right: 5px; - padding-left: 5px; +.product-detail.product-thumbs-bottom .product-thumb-images .slick-list .slick-slide { + padding-right: 5px; + padding-left: 5px; } -.product-detail.product-thumbs-bottom - .product-thumb-images - .slick-arrow.slick-next { - right: -5px; +.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next { + right: -5px; } -.product-detail.product-thumbs-bottom - .product-thumb-images - .slick-arrow.slick-prev { - left: -5px; +.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev { + left: -5px; } .product-detail.product-thumbs-left .images-container, .product-detail.product-thumbs-right .images-container { - position: relative; + position: relative; } -.product-detail.product-thumbs-left - .images-container - .product-cover - .product-flags, -.product-detail.product-thumbs-right - .images-container - .product-cover - .product-flags { - left: 10px; +.product-detail.product-thumbs-left .images-container .product-cover .product-flags, +.product-detail.product-thumbs-right .images-container .product-cover .product-flags { + left: 10px; } -.rtl - .product-detail.product-thumbs-left - .images-container - .product-cover - .product-flags, -.rtl - .product-detail.product-thumbs-right - .images-container - .product-cover - .product-flags { - right: 10px; - left: auto; +.rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags, +.rtl .product-detail.product-thumbs-right .images-container .product-cover .product-flags { + right: 10px; + left: auto; } .product-detail.product-thumbs-left .images-container .product-thumb-images, .product-detail.product-thumbs-right .images-container .product-thumb-images { - position: absolute; - top: 30px; - z-index: 9; - width: 80px; + position: absolute; + top: 30px; + z-index: 9; + width: 80px; } .product-detail.product-thumbs-left .product-thumb-images .slick-list, .product-detail.product-thumbs-right .product-thumb-images .slick-list { - margin-top: -5px; - margin-bottom: -5px; - margin-left: 0px; - margin-right: 0px; + margin-top: -5px; + margin-bottom: -5px; + margin-left: 0px; + margin-right: 0px; } -.product-detail.product-thumbs-left - .product-thumb-images - .slick-list - .slick-slide, -.product-detail.product-thumbs-right - .product-thumb-images - .slick-list - .slick-slide { - padding-top: 5px; - padding-bottom: 5px; - padding-right: 0px; - padding-left: 0px; +.product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide, +.product-detail.product-thumbs-right .product-thumb-images .slick-list .slick-slide { + padding-top: 5px; + padding-bottom: 5px; + padding-right: 0px; + padding-left: 0px; } .product-detail.product-thumbs-left .product-thumb-images .slick-arrow, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow { - left: 0; - right: 0; - width: 100%; - margin: auto; - color: #ffffff; - background: #000; + left: 0; + right: 0; + width: 100%; + margin: auto; + color: #ffffff; + background: #000; } .product-detail.product-thumbs-left .product-thumb-images .slick-arrow:before, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow:before { - opacity: 1; + opacity: 1; } .product-detail.product-thumbs-left .product-thumb-images .slick-arrow:hover, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow:hover { - color: #ffffff; - background: #000000; + color: #ffffff; + background: #000000; } -.product-detail.product-thumbs-left - .product-thumb-images - .slick-arrow.slick-next, -.product-detail.product-thumbs-right - .product-thumb-images - .slick-arrow.slick-next { - top: -20px; - bottom: auto; +.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next, +.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next { + top: -20px; + bottom: auto; } -.product-detail.product-thumbs-left - .product-thumb-images - .slick-arrow.slick-next:before, -.product-detail.product-thumbs-right - .product-thumb-images - .slick-arrow.slick-next:before { - content: '\f106'; - font-family: 'FontAwesome'; +.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next:before, +.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next:before { + content: '\f106'; + font-family: 'FontAwesome'; } -.product-detail.product-thumbs-left - .product-thumb-images - .slick-arrow.slick-prev, -.product-detail.product-thumbs-right - .product-thumb-images - .slick-arrow.slick-prev { - top: auto; - bottom: -40px; +.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev, +.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev { + top: auto; + bottom: -40px; } -.product-detail.product-thumbs-left - .product-thumb-images - .slick-arrow.slick-prev:before, -.product-detail.product-thumbs-right - .product-thumb-images - .slick-arrow.slick-prev:before { - content: '\f107'; - font-family: 'FontAwesome'; +.product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev:before, +.product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev:before { + content: '\f107'; + font-family: 'FontAwesome'; } .product-detail.product-thumbs-left .images-container { - position: relative; + position: relative; } .product-detail.product-thumbs-left .images-container .product-cover { - padding-left: 90px; + padding-left: 90px; } .rtl .product-detail.product-thumbs-left .images-container .product-cover { - padding-right: 90px; - padding-left: inherit; + padding-right: 90px; + padding-left: inherit; } -.product-detail.product-thumbs-left - .images-container - .product-cover - .product-flags { - right: 10px; +.product-detail.product-thumbs-left .images-container .product-cover .product-flags { + right: 10px; } -.rtl - .product-detail.product-thumbs-left - .images-container - .product-cover - .product-flags { - left: 10px; - right: auto; +.rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags { + left: 10px; + right: auto; } .product-detail.product-thumbs-left .images-container .product-thumb-images { - left: 0; + left: 0; } -.rtl - .product-detail.product-thumbs-left - .images-container - .product-thumb-images { - right: 0; - left: auto; +.rtl .product-detail.product-thumbs-left .images-container .product-thumb-images { + right: 0; + left: auto; } .product-detail.product-thumbs-right .images-container { - position: relative; + position: relative; } .product-detail.product-thumbs-right .images-container .product-cover { - padding-right: 90px; + padding-right: 90px; } .rtl .product-detail.product-thumbs-right .images-container .product-cover { - padding-left: 90px; - padding-right: inherit; + padding-left: 90px; + padding-right: inherit; } .product-detail.product-thumbs-right .images-container .product-cover .layer { - left: 20px; - right: auto; + left: 20px; + right: auto; } .product-detail.product-thumbs-right .images-container .product-thumb-images { - right: 0; + right: 0; } -.rtl - .product-detail.product-thumbs-right - .images-container - .product-thumb-images { - left: 0; - right: auto; +.rtl .product-detail.product-thumbs-right .images-container .product-thumb-images { + left: 0; + right: auto; } .product-detail.no-thumbs .images-container { - position: relative; + position: relative; } .product-detail.no-thumbs .product-thumb-images .slick-arrows, .product-detail.no-thumbs .product-thumb-images .slick-list { - display: none; + display: none; } .product-detail.no-thumbs .arrows-product-fake { - display: block; + display: block; } .product-detail.product-image-gallery .product-cover { - display: none; + display: none; } .product-detail.product-image-gallery .product-thumb-images { - display: block; - margin-left: -15px; - margin-right: -15px; + display: block; + margin-left: -15px; + margin-right: -15px; } .product-detail.product-image-gallery .product-thumb-images::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .product-detail.product-image-gallery .product-thumb-images .thumb-container { - display: block; - text-align: center; - padding-left: 15px; - padding-right: 15px; - margin-bottom: 30px; - float: left; + display: block; + text-align: center; + padding-left: 15px; + padding-right: 15px; + margin-bottom: 30px; + float: left; } -.rtl - .product-detail.product-image-gallery - .product-thumb-images - .thumb-container { - float: right; +.rtl .product-detail.product-image-gallery .product-thumb-images .thumb-container { + float: right; } @media (min-width: 576px) { - .product-detail.product-image-gallery .product-thumb-images .thumb-container { - width: 50%; - } + .product-detail.product-image-gallery .product-thumb-images .thumb-container { + width: 50%; + } } @media (max-width: 575px) { - .product-detail.product-image-gallery .product-thumb-images .thumb-container { - width: 100%; - } + .product-detail.product-image-gallery .product-thumb-images .thumb-container { + width: 100%; + } } @media (min-width: 576px) { - .product-detail.product-image-gallery - .product-thumb-images - .thumb-container:nth-child(2n + 1) { - clear: both; - } + .product-detail.product-image-gallery .product-thumb-images .thumb-container:nth-child(2n + 1) { + clear: both; + } } .zoomContainer { - z-index: 9; + z-index: 9; } #product #content[data-templateview='right'] .product-flags { - right: auto; - left: 25px; + right: auto; + left: 25px; } .rtl #product #content[data-templateview='right'] .product-flags { - right: 25px; - left: auto; + right: 25px; + left: auto; } .review_details p[itemprop='name'] { - color: #333; + color: #333; } .review_details p[itemprop='name']:first-letter { - text-transform: uppercase; + text-transform: uppercase; } .review_details p[itemprop='name'] strong { - display: block; + display: block; } .review-info .review_author .star_content { - margin: 5px 0; + margin: 5px 0; } .review-info .review_author .review_author_infos strong { - color: #333; - text-transform: capitalize; - margin: 0 5px 0 0; + color: #333; + text-transform: capitalize; + margin: 0 5px 0 0; } .rtl .review-info .review_author .review_author_infos strong { - margin: 0 0 0 5px; + margin: 0 0 0 5px; } @media (min-width: 1200px) { - .product-detail { - padding-top: 20px; - } + .product-detail { + padding-top: 20px; + } - .product-detail > .row { - margin: 0 -30px; - } + .product-detail>.row { + margin: 0 -30px; + } - .product-detail > .row > div[class^='col-'] { - padding-left: 30px; - padding-right: 30px; - } + .product-detail>.row>div[class^='col-'] { + padding-left: 30px; + padding-right: 30px; + } - .product-detail > .row > .col-md-12 { - padding-top: 20px; - } + .product-detail>.row>.col-md-12 { + padding-top: 20px; + } } .leo-modal-review input.form-control { - height: 40px; + height: 40px; } .leo-modal-review .cssload-speeding-wheel { - border: 2px solid #fff; - border-left-color: transparent; - border-right-color: transparent; + border: 2px solid #fff; + border-left-color: transparent; + border-right-color: transparent; } .leo-modal-review .form-control { - padding: 10px; + padding: 10px; } .leo-modal-review sup { - color: #e34747; + color: #e34747; } .leo-modal-review .product-info { - width: 40%; + width: 40%; } .leo-modal-review .new_review_form_content { - width: 60%; + width: 60%; } .product-image-no-thumbs .product-quantity .add { - padding: 0; - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -moz-box-align: center; - box-align: center; - -webkit-align-items: center; - -moz-align-items: center; - -ms-align-items: center; - -o-align-items: center; - align-items: center; - -ms-flex-align: center; + padding: 0; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -moz-box-align: center; + box-align: center; + -webkit-align-items: center; + -moz-align-items: center; + -ms-align-items: center; + -o-align-items: center; + align-items: center; + -ms-flex-align: center; } .product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -moz-box-align: center; - box-align: center; - -webkit-align-items: center; - -moz-align-items: center; - -ms-align-items: center; - -o-align-items: center; - align-items: center; - -ms-flex-align: center; - position: static; - margin: 0; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -moz-box-align: center; + box-align: center; + -webkit-align-items: center; + -moz-align-items: center; + -ms-align-items: center; + -o-align-items: center; + align-items: center; + -ms-flex-align: center; + position: static; + margin: 0; } -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - > div { - margin: 0 0 0 10px; - padding: 0; +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button>div { + margin: 0 0 0 10px; + padding: 0; } -.rtl - .product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - > div { - margin: 0 10px 0 0; +.rtl .product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button>div { + margin: 0 10px 0 0; } -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product { - width: 50px; - height: 50px; - line-height: 48px; - padding: 0; - margin: 0; - border: 1px solid #2a363b; - color: #333; - position: relative; - min-width: 0; +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product { + width: 50px; + height: 50px; + line-height: 48px; + padding: 0; + margin: 0; + border: 1px solid #2a363b; + color: #333; + position: relative; + min-width: 0; } -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product - .cssload-speeding-wheel { - border: 2px solid #fff; - border-left-color: transparent; - border-right-color: transparent; +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product .cssload-speeding-wheel { + border: 2px solid #fff; + border-left-color: transparent; + border-right-color: transparent; } -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product - span - i { - display: inline-block; - margin: 0; +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product span i { + display: inline-block; + margin: 0; } -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product - span - span { - position: absolute; - font-size: 10px; - font-weight: 400; - height: 20px; - line-height: 20px; - bottom: 100%; - left: 50%; - transform: translateX(-50%); - margin-bottom: 10px; - background: #2a363b; - color: #fff; - padding: 0 10px; - border-radius: 2px; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); - transition: all 0.4s; - opacity: 0; - visibility: hidden; - pointer-events: none; +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product span span { + position: absolute; + font-size: 10px; + font-weight: 400; + height: 20px; + line-height: 20px; + bottom: 100%; + left: 50%; + transform: translateX(-50%); + margin-bottom: 10px; + background: #2a363b; + color: #fff; + padding: 0 10px; + border-radius: 2px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); + transition: all 0.4s; + opacity: 0; + visibility: hidden; + pointer-events: none; } -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product - span - span:before { - content: ''; - border: 5px solid transparent; - position: absolute; - top: 100%; - left: 50%; - transform: translateX(-50%); - border-top-color: #2a363b; +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product span span:before { + content: ''; + border: 5px solid transparent; + position: absolute; + top: 100%; + left: 50%; + transform: translateX(-50%); + border-top-color: #2a363b; } -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product:hover, -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product:active, -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product:focus { - background: #2a363b; - color: #fff; +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:hover, +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:active, +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:focus { + background: #2a363b; + color: #fff; } -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product:hover - span - span, -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product:active - span - span, -.product-image-no-thumbs - .product-quantity - .add - .leo-compare-wishlist-button - .btn-product:focus - span - span { - opacity: 1; - visibility: visible; +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:hover span span, +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:active span span, +.product-image-no-thumbs .product-quantity .add .leo-compare-wishlist-button .btn-product:focus span span { + opacity: 1; + visibility: visible; } .product-image-no-thumbs .product-tabs.tabs { - border: 0; - display: block; + border: 0; + display: block; } .product-image-no-thumbs .product-tabs.tabs .tab-content { - padding: 50px 0; + padding: 50px 0; } .product-image-no-thumbs .product-tabs.tabs .nav-tabs { - width: auto; - min-width: 0; - float: none; - text-align: center; - border: 0; - border-bottom: 1px solid #333; + width: auto; + min-width: 0; + float: none; + text-align: center; + border: 0; + border-bottom: 1px solid #333; } .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item { - display: inline-block; - vertical-align: top; - margin: 0 2px -1px 2px; - border: 0; - overflow: hidden; + display: inline-block; + vertical-align: top; + margin: 0 2px -1px 2px; + border: 0; + overflow: hidden; } .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link { - border: 1px solid #e5e5e5; - border-bottom: 1px solid #333; - color: #ccc; - border-radius: 0; - margin: 0; + border: 1px solid #e5e5e5; + border-bottom: 1px solid #333; + color: #ccc; + border-radius: 0; + margin: 0; } @media (max-width: 767px) { - .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link { - padding: 10px; - font-size: 13px; - } + .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link { + padding: 10px; + font-size: 13px; + } } @media (max-width: 480px) { - .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link { - padding: 10px 5px; - font-size: 10px; - } + .product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link { + padding: 10px 5px; + font-size: 10px; + } } -.product-image-no-thumbs - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link:after { - display: none; +.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link:after { + display: none; } -.product-image-no-thumbs - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link:hover { - color: #333; +.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link:hover { + color: #333; } -.product-image-no-thumbs - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link.active { - border: 1px solid #333; - border-bottom-color: #fff; - color: #333; +.product-image-no-thumbs .product-tabs.tabs .nav-tabs .nav-item .nav-link.active { + border: 1px solid #333; + border-bottom-color: #fff; + color: #333; } .product-image-thumbs-left .product-tabs.tabs { - border: 0; - display: block; + border: 0; + display: block; } .product-image-thumbs-left .product-tabs.tabs .nav-tabs { - width: 100%; - text-align: center; - min-width: 0; - border: 1px solid #eee; - border-width: 1px 0; + width: 100%; + text-align: center; + min-width: 0; + border: 1px solid #eee; + border-width: 1px 0; } .product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item { - display: inline-block; - margin: 0; - border: 0; - overflow: visible; - vertical-align: top; + display: inline-block; + margin: 0; + border: 0; + overflow: visible; + vertical-align: top; } .product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link { - padding: 0 30px; - height: 70px; - line-height: 70px; - border: 0; - margin: 0 0 -1px; - border-radius: 0; - color: #ccc; - background: none; - position: relative; + padding: 0 30px; + height: 70px; + line-height: 70px; + border: 0; + margin: 0 0 -1px; + border-radius: 0; + color: #ccc; + background: none; + position: relative; } -.product-image-thumbs-left - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link:after { - content: ''; - background: #222; - position: absolute; - bottom: 0px; - left: 30px; - right: 30px; - height: 2px; - transition: all 0.8s; - transform: scale(0); - top: auto; - width: auto; +.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link:after { + content: ''; + background: #222; + position: absolute; + bottom: 0px; + left: 30px; + right: 30px; + height: 2px; + transition: all 0.8s; + transform: scale(0); + top: auto; + width: auto; } -.product-image-thumbs-left - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link:hover { - color: #222; - background: none; +.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link:hover { + color: #222; + background: none; } -.product-image-thumbs-left - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link.active { - color: #222; - background: none; +.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link.active { + color: #222; + background: none; } -.product-image-thumbs-left - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link.active:after { - transform: scale(1); - opacity: 1; - visibility: visible; +.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after { + transform: scale(1); + opacity: 1; + visibility: visible; } .product-image-thumbs-left .product-tabs.tabs .tab-content { - clear: both; - padding: 50px 0; + clear: both; + padding: 50px 0; } .product-image-no-thumbs-center .leo-compare-wishlist-button { - position: static; - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; + position: static; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; } .product-image-no-thumbs-center .product-tabs.tabs { - display: block; - border: 0; - float: none; + display: block; + border: 0; + float: none; } .product-image-no-thumbs-center .product-tabs.tabs #product_reviews_block_tab { - text-align: left; + text-align: left; } -.rtl - .product-image-no-thumbs-center - .product-tabs.tabs - #product_reviews_block_tab { - text-align: right; +.rtl .product-image-no-thumbs-center .product-tabs.tabs #product_reviews_block_tab { + text-align: right; } .product-image-no-thumbs-center .product-tabs.tabs .tab-content { - padding: 30px 0; + padding: 30px 0; } .product-image-no-thumbs-center .product-tabs.tabs .nav-tabs { - width: 100%; - border: 0; - border-bottom: 1px solid #000; - text-align: center; - float: none; + width: 100%; + border: 0; + border-bottom: 1px solid #000; + text-align: center; + float: none; } .product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item { - display: inline-block; - margin: 0; - border: 0; + display: inline-block; + margin: 0; + border: 0; } -.product-image-no-thumbs-center - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link:after { - width: 0px; - border: 8px solid transparent; - border-bottom-color: #000; - height: 0; - top: auto; - left: 50%; - margin-left: -8px; - background: none; - transition: all 1s; - -webkit-transform: scale(1, 0); - -moz-transform: scale(1, 0); - -ms-transform: scale(1, 0); - -o-transform: scale(1, 0); - transform: scale(1, 0); - transform-origin: bottom; +.product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item .nav-link:after { + width: 0px; + border: 8px solid transparent; + border-bottom-color: #000; + height: 0; + top: auto; + left: 50%; + margin-left: -8px; + background: none; + transition: all 1s; + -webkit-transform: scale(1, 0); + -moz-transform: scale(1, 0); + -ms-transform: scale(1, 0); + -o-transform: scale(1, 0); + transform: scale(1, 0); + transform-origin: bottom; } -.product-image-no-thumbs-center - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link.active:after { - background: none; - width: 0px; - -webkit-transform: scale(1, 1); - -moz-transform: scale(1, 1); - -ms-transform: scale(1, 1); - -o-transform: scale(1, 1); - transform: scale(1, 1); +.product-image-no-thumbs-center .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after { + background: none; + width: 0px; + -webkit-transform: scale(1, 1); + -moz-transform: scale(1, 1); + -ms-transform: scale(1, 1); + -o-transform: scale(1, 1); + transform: scale(1, 1); } .product-image-no-thumbs-fullwidth .product-add-to-cart .control-label { - float: none !important; - margin: 0 0 10px !important; + float: none !important; + margin: 0 0 10px !important; } .product-image-no-thumbs-fullwidth #content .product-flags { - left: 0 !important; - right: 0 !important; - padding: 0 !important; - text-align: center; + left: 0 !important; + right: 0 !important; + padding: 0 !important; + text-align: center; } .product-image-no-thumbs-fullwidth .product-cover { - text-align: center; + text-align: center; } .product-image-no-thumbs-fullwidth .offset-lg-2 { - text-align: center; + text-align: center; } .product-image-no-thumbs-fullwidth #leo_product_reviews_block_extra { - display: flex; - justify-content: center; + display: flex; + justify-content: center; } -.product-image-no-thumbs-fullwidth .product-variants > .product-variants-item { - justify-content: center; +.product-image-no-thumbs-fullwidth .product-variants>.product-variants-item { + justify-content: center; } .product-image-no-thumbs-fullwidth .product-add-to-cart .product-quantity .qty { - margin: 0 auto 30px; + margin: 0 auto 30px; } .product-image-no-thumbs-fullwidth .leo-compare-wishlist-button .wishlist, .product-image-no-thumbs-fullwidth .leo-compare-wishlist-button .compare { - display: inline-block; - float: none !important; - vertical-align: top; + display: inline-block; + float: none !important; + vertical-align: top; } -.product-image-no-thumbs-fullwidth - .product-quantity - .add - .btn:not(.add-to-cart) { - margin: 0 10px; +.product-image-no-thumbs-fullwidth .product-quantity .add .btn:not(.add-to-cart) { + margin: 0 10px; } .product-image-no-thumbs-fullwidth .product-tabs.tabs { - display: block; - border: 0; - float: none; - margin: 30px 0 0; + display: block; + border: 0; + float: none; + margin: 30px 0 0; } -.product-image-no-thumbs-fullwidth - .product-tabs.tabs - #product_reviews_block_tab { - text-align: left; +.product-image-no-thumbs-fullwidth .product-tabs.tabs #product_reviews_block_tab { + text-align: left; } -.rtl - .product-image-no-thumbs-fullwidth - .product-tabs.tabs - #product_reviews_block_tab { - text-align: right; +.rtl .product-image-no-thumbs-fullwidth .product-tabs.tabs #product_reviews_block_tab { + text-align: right; } .product-image-no-thumbs-fullwidth .product-tabs.tabs .tab-content { - padding: 30px 0; + padding: 30px 0; } .product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs { - width: 100%; - border: 0; - border-bottom: 2px solid #000; - text-align: center; - float: none; + width: 100%; + border: 0; + border-bottom: 2px solid #000; + text-align: center; + float: none; } .product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item { - display: inline-block; - margin: 0; - border: 0; + display: inline-block; + margin: 0; + border: 0; } -.product-image-no-thumbs-fullwidth - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link:after { - width: 0px; - border: 8px solid transparent; - border-bottom-color: #000; - height: 0; - top: auto; - left: 50%; - margin-left: -8px; - background: none; - transition: all 1s; - -webkit-transform: scale(1, 0); - -moz-transform: scale(1, 0); - -ms-transform: scale(1, 0); - -o-transform: scale(1, 0); - transform: scale(1, 0); - transform-origin: bottom; +.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item .nav-link:after { + width: 0px; + border: 8px solid transparent; + border-bottom-color: #000; + height: 0; + top: auto; + left: 50%; + margin-left: -8px; + background: none; + transition: all 1s; + -webkit-transform: scale(1, 0); + -moz-transform: scale(1, 0); + -ms-transform: scale(1, 0); + -o-transform: scale(1, 0); + transform: scale(1, 0); + transform-origin: bottom; } -.product-image-no-thumbs-fullwidth - .product-tabs.tabs - .nav-tabs - .nav-item - .nav-link.active:after { - background: none; - width: 0px; - -webkit-transform: scale(1, 1); - -moz-transform: scale(1, 1); - -ms-transform: scale(1, 1); - -o-transform: scale(1, 1); - transform: scale(1, 1); +.product-image-no-thumbs-fullwidth .product-tabs.tabs .nav-tabs .nav-item .nav-link.active:after { + background: none; + width: 0px; + -webkit-transform: scale(1, 1); + -moz-transform: scale(1, 1); + -ms-transform: scale(1, 1); + -o-transform: scale(1, 1); + transform: scale(1, 1); } .cart-grid { - margin-bottom: 16px; + margin-bottom: 16px; } .cart-items { - margin-bottom: 0; + margin-bottom: 0; } .cart-item { - padding: 16px 0; + padding: 16px 0; } .cart-summary-line { - margin-bottom: 10px; - clear: both; + margin-bottom: 10px; + clear: both; } .cart-summary-line::after { - content: ''; - display: table; - clear: both; + content: ''; + display: table; + clear: both; } .cart-summary-line .label { - padding-left: 0; - font-weight: normal; - white-space: inherit; + padding-left: 0; + font-weight: normal; + white-space: inherit; } .rtl .cart-summary-line .label { - padding-right: 0; - padding-left: inherit; + padding-right: 0; + padding-left: inherit; } .cart-summary-line .value { - color: #414141; - float: right; + color: #414141; + float: right; } .rtl .cart-summary-line .value { - float: left; + float: left; } .cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value { - font-weight: normal; + font-weight: normal; } /** CART BODY **/ .cart-grid-body { - margin-bottom: 12px; + margin-bottom: 12px; } .cart-grid-body a.label:hover { - color: #3387f2; + color: #3387f2; } .cart-grid-body .card-block { - padding: 16px; + padding: 16px; } .cart-grid-body .card-block h1 { - margin-bottom: 0; + margin-bottom: 0; } .cart-grid-body hr { - margin: 0; + margin: 0; } .cart-grid-body .cart-overview { - padding: 16px; + padding: 16px; } /** CART RIGHT **/ .cart-grid-right hr { - margin: 0; + margin: 0; } .cart-grid-right .promo-discounts { - margin-bottom: 0; + margin-bottom: 0; } .cart-grid-right .promo-discounts .cart-summary-line .label { - color: #878787; + color: #878787; } .cart-grid-right .promo-discounts .cart-summary-line .label .code { - text-decoration: underline; - cursor: pointer; + text-decoration: underline; + cursor: pointer; } .block-promo .promo-code { - padding: 1.6rem; - background: #ebebeb; + padding: 1.6rem; + background: #ebebeb; } .block-promo .promo-code .alert-danger { - position: relative; - margin-top: 20px; - background: #ff4c4c; - color: white; - display: none; + position: relative; + margin-top: 20px; + background: #ff4c4c; + color: white; + display: none; } .block-promo .promo-code .alert-danger::after { - bottom: 100%; - left: 10%; - border: solid transparent; - content: ' '; - height: 0; - width: 0; - position: absolute; - pointer-events: none; - border-bottom-color: #ff4c4c; - border-width: 10px; - margin-left: -10px; + bottom: 100%; + left: 10%; + border: solid transparent; + content: ' '; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + border-bottom-color: #ff4c4c; + border-width: 10px; + margin-left: -10px; } .block-promo .promo-input { - color: #414141; - border: #acaaa6 1px solid; - height: 40px; - text-indent: 10px; - width: 60%; + color: #414141; + border: #acaaa6 1px solid; + height: 40px; + text-indent: 10px; + width: 60%; } -.block-promo .promo-input + button { - margin-top: -4px; - text-transform: capitalize; +.block-promo .promo-input+button { + margin-top: -4px; + text-transform: capitalize; } .block-promo .cart-summary-line .label, .block-promo .promo-name { - color: #ff9a52; - font-weight: 600; + color: #ff9a52; + font-weight: 600; } .block-promo .cart-summary-line .label a, .block-promo .promo-name a { - font-weight: normal; - color: #414141; - display: inline-block; + font-weight: normal; + color: #414141; + display: inline-block; } .block-promo .promo-code-button { - padding-left: 20px; - margin-bottom: 20px; - display: inline-block; + padding-left: 20px; + margin-bottom: 20px; + display: inline-block; } .block-promo.promo-highlighted { - padding: 20px; - padding-bottom: 0; - margin-bottom: 0; + padding: 20px; + padding-bottom: 0; + margin-bottom: 0; } /** CONTENT LEFT **/ .product-line-grid-left img { - max-width: 100%; + max-width: 100%; } /** CONTENT BODY **/ -.product-line-grid-body > .product-line-info { - margin-bottom: 10px; +.product-line-grid-body>.product-line-info { + margin-bottom: 10px; } -.product-line-grid-body > .product-line-info > .label { - padding: 0; - line-height: inherit; - white-space: inherit; - font-weight: 600; - text-align: left; +.product-line-grid-body>.product-line-info>.label { + padding: 0; + line-height: inherit; + white-space: inherit; + font-weight: 600; + text-align: left; } -.rtl .product-line-grid-body > .product-line-info > .label { - text-align: right; +.rtl .product-line-grid-body>.product-line-info>.label { + text-align: right; } -.product-line-grid-body > .product-line-info > a.label { - font-size: 15px; +.product-line-grid-body>.product-line-info>a.label { + font-size: 15px; } -.product-line-grid-body > .product-line-info > .out-of-stock { - color: red; +.product-line-grid-body>.product-line-info>.out-of-stock { + color: red; } -.product-line-grid-body > .product-line-info > .available { - color: #a340ff; +.product-line-grid-body>.product-line-info>.available { + color: #a340ff; } -.product-line-grid-body > .product-line-info > .unit-price-cart { - padding-left: 0.3125rem; - font-size: 0.875rem; - color: #878787; +.product-line-grid-body>.product-line-info>.unit-price-cart { + padding-left: 0.3125rem; + font-size: 0.875rem; + color: #878787; } -.rtl .product-line-grid-body > .product-line-info > .unit-price-cart { - padding-right: 0.3125rem; - padding-left: inherit; +.rtl .product-line-grid-body>.product-line-info>.unit-price-cart { + padding-right: 0.3125rem; + padding-left: inherit; } /** CONTENT LEFT **/ .product-line-grid-right .bootstrap-touchspin { - width: 68px; - float: left; - -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); - -o-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); - -ms-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); - box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); + width: 68px; + float: left; + -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); + -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); + -o-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); + -ms-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); + box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15); } .rtl .product-line-grid-right .bootstrap-touchspin { - float: right; + float: right; } -.product-line-grid-right .bootstrap-touchspin > .form-control, -.product-line-grid-right .bootstrap-touchspin > .input-group { - color: #414141; - background-color: white; - height: 2.5rem; - padding: 0.175rem 0.5rem; - width: 48px; +.product-line-grid-right .bootstrap-touchspin>.form-control, +.product-line-grid-right .bootstrap-touchspin>.input-group { + color: #414141; + background-color: white; + height: 2.5rem; + padding: 0.175rem 0.5rem; + width: 48px; } -.product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical { - width: auto; +.product-line-grid-right .bootstrap-touchspin>.input-group-btn-vertical { + width: auto; } .product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price { - font-size: 16px; - color: #414141; - line-height: 36px; + font-size: 16px; + color: #414141; + line-height: 36px; } .product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart { - color: #414141; - display: inline-block; + color: #414141; + display: inline-block; } /*** Responsive part ***/ @media (max-width: 767px) { - .product-line-grid-body { - margin-bottom: 16px; - } + .product-line-grid-body { + margin-bottom: 16px; + } } @media (max-width: 575px) { - .cart-items { - padding: 16px 0; - } + .cart-items { + padding: 16px 0; + } - .cart-item { - border-bottom: 1px solid #eaeaea; - } + .cart-item { + border-bottom: 1px solid #eaeaea; + } - .cart-item:last-child { - border-bottom: 0; - } + .cart-item:last-child { + border-bottom: 0; + } - .cart-grid-body .cart-overview { - padding: 0; - } + .cart-grid-body .cart-overview { + padding: 0; + } - .cart-grid-body .no-items { - padding: 16px; - display: inline-block; - } + .cart-grid-body .no-items { + padding: 16px; + display: inline-block; + } - .product-line-grid-left { - padding-right: 0 !important; - } + .product-line-grid-left { + padding-right: 0 !important; + } } @media (max-width: 360px) { - .product-line-grid-right .qty { - width: 100%; - } + .product-line-grid-right .qty { + width: 100%; + } - .product-line-grid-right .price { - width: 100%; - } + .product-line-grid-right .price { + width: 100%; + } } #block-reassurance { - margin-top: 16px; + margin-top: 16px; } #block-reassurance img { - margin-right: 10px; + margin-right: 10px; } .rtl #block-reassurance img { - margin-left: 10px; - margin-right: inherit; + margin-left: 10px; + margin-right: inherit; } #block-reassurance li { - margin: 0 0 10px; + margin: 0 0 10px; } #block-reassurance li .block-reassurance-item span { - font-weight: 300; - margin: 0px; - color: #999; - font-size: 12px; - line-height: 25px; + font-weight: 300; + margin: 0px; + color: #999; + font-size: 12px; + line-height: 25px; } /*************************************************** @@ -27372,279 +27090,279 @@ body#checkout #gift_message { */ /***********************************************************************/ .quickview .modal-dialog { - width: calc(100% - 30px); - max-width: 64rem; + width: calc(100% - 30px); + max-width: 64rem; } .quickview .modal-content { - min-height: 31.25rem; + min-height: 31.25rem; } .quickview .modal-header { - border: none; - padding: 10px; + border: none; + padding: 10px; } .quickview .modal-body { - min-height: 28.88rem; + min-height: 28.88rem; } .quickview .modal-footer { - border-top: 1px solid rgba(172, 170, 166, 0.3); + border-top: 1px solid rgba(172, 170, 166, 0.3); } .quickview .layer { - display: none; + display: none; } .quickview .arrows-product-fake { - display: none; + display: none; } .quickview .images-container { - position: relative; - z-index: 1; - text-align: center; + position: relative; + z-index: 1; + text-align: center; } .quickview .images-container .product-cover { - margin: 0 90px 0 0; + margin: 0 90px 0 0; } .rtl .quickview .images-container .product-cover { - margin: 0 0 0 90px; + margin: 0 0 0 90px; } .quickview .images-container .product-thumb-images { - position: absolute; - top: 20px; - right: 0px; - width: 80px; - z-index: 9; + position: absolute; + top: 20px; + right: 0px; + width: 80px; + z-index: 9; } .quickview .product-thumb-images { - position: relative; + position: relative; } .quickview .product-thumb-images .slick-list { - margin-left: 0px; - margin-right: 0px; + margin-left: 0px; + margin-right: 0px; } .quickview .product-thumb-images .slick-list .slick-slide { - padding: 5px 0; + padding: 5px 0; } .quickview .slick-arrows .slick-arrow { - width: 100%; - margin: auto; - color: #ffffff; - background: #333; + width: 100%; + margin: auto; + color: #ffffff; + background: #333; } .quickview .slick-arrows .slick-arrow.slick-disabled { - opacity: 0.4; + opacity: 0.4; } .quickview .slick-arrows .slick-arrow:hover { - color: #ffffff; - background: #a340ff; - font-family: 'FontAwesome'; + color: #ffffff; + background: #a340ff; + font-family: 'FontAwesome'; } .quickview .slick-arrows .slick-arrow.slick-next { - top: -10px; - left: 0; - right: 0; - bottom: auto; + top: -10px; + left: 0; + right: 0; + bottom: auto; } .quickview .slick-arrows .slick-arrow.slick-next:before { - content: '\f106'; + content: '\f106'; } .quickview .slick-arrows .slick-arrow.slick-prev { - top: auto; - left: 0; - right: 0; - bottom: -30px; + top: auto; + left: 0; + right: 0; + bottom: -30px; } .quickview .slick-arrows .slick-arrow.slick-prev:before { - content: '\f107'; + content: '\f107'; } .quickview .social-sharing { - margin: 0; + margin: 0; } #stores .page-stores { - width: 85%; - margin: 0 auto; + width: 85%; + margin: 0 auto; } #stores .page-stores .store-item { - padding-left: 12px; - padding-right: 12px; + padding-left: 12px; + padding-right: 12px; } #stores .page-stores .store-picture img { - max-width: 100%; + max-width: 100%; } #stores .page-stores .store-item-container { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: distribute; - -moz-box-pack: distribute; - box-pack: distribute; - -webkit-justify-content: space-around; - -moz-justify-content: space-around; - -ms-justify-content: space-around; - -o-justify-content: space-around; - justify-content: space-around; - -ms-flex-pack: distribute; - -webkit-box-align: center; - -moz-box-align: center; - box-align: center; - -webkit-align-items: center; - -moz-align-items: center; - -ms-align-items: center; - -o-align-items: center; - align-items: center; - -ms-flex-align: center; - padding: 30px 0; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: distribute; + -moz-box-pack: distribute; + box-pack: distribute; + -webkit-justify-content: space-around; + -moz-justify-content: space-around; + -ms-justify-content: space-around; + -o-justify-content: space-around; + justify-content: space-around; + -ms-flex-pack: distribute; + -webkit-box-align: center; + -moz-box-align: center; + box-align: center; + -webkit-align-items: center; + -moz-align-items: center; + -ms-align-items: center; + -o-align-items: center; + align-items: center; + -ms-flex-align: center; + padding: 30px 0; } #stores .page-stores .store-item-container ul { - margin-bottom: 0; - font-size: 14px; + margin-bottom: 0; + font-size: 14px; } #stores .page-stores .store-item-container .divide-left { - border-left: #ebebeb 1px solid; + border-left: #ebebeb 1px solid; } .rtl #stores .page-stores .store-item-container .divide-left { - border-right: #ebebeb 1px solid; - border-left: inherit; + border-right: #ebebeb 1px solid; + border-left: inherit; } #stores .page-stores .store-item-container .divide-left tr { - height: 25px; + height: 25px; } #stores .page-stores .store-item-container .divide-left td { - padding-left: 6px; + padding-left: 6px; } #stores .page-stores .store-item-container .divide-left th { - text-align: right; + text-align: right; } #stores .page-stores .store-item-container .store-description { - font-size: 12px; + font-size: 12px; } #stores .page-stores .store-item-footer { - margin-top: 8px; - padding-top: 8px; - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: distribute; - -moz-box-pack: distribute; - box-pack: distribute; - -webkit-justify-content: space-around; - -moz-justify-content: space-around; - -ms-justify-content: space-around; - -o-justify-content: space-around; - justify-content: space-around; - -ms-flex-pack: distribute; + margin-top: 8px; + padding-top: 8px; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: distribute; + -moz-box-pack: distribute; + box-pack: distribute; + -webkit-justify-content: space-around; + -moz-justify-content: space-around; + -ms-justify-content: space-around; + -o-justify-content: space-around; + justify-content: space-around; + -ms-flex-pack: distribute; } #stores .page-stores .store-item-footer.divide-top { - border-top: #ebebeb 1px solid; + border-top: #ebebeb 1px solid; } #stores .page-stores .store-item-footer div:first-child { - -webkit-box-flex: 0; - -moz-box-flex: 0; - box-flex: 0; - -webkit-flex: 0 0 65%; - -moz-flex: 0 0 65%; - -ms-flex: 0 0 65%; - flex: 0 0 65%; + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 0 65%; + -moz-flex: 0 0 65%; + -ms-flex: 0 0 65%; + flex: 0 0 65%; } #stores .page-stores .store-item-footer i.material-icons { - margin-right: 10px; - color: #acaaa6; - font-size: 12px; + margin-right: 10px; + color: #acaaa6; + font-size: 12px; } #stores .page-stores .store-item-footer li { - margin-bottom: 10px; + margin-bottom: 10px; } /*** Responsive part ***/ @media (max-width: 767px) { - #stores .page-stores { - width: 100%; - } + #stores .page-stores { + width: 100%; + } - #stores .page-stores .store-item-container { - padding: 16px 0; - } + #stores .page-stores .store-item-container { + padding: 16px 0; + } } @media (max-width: 575px) { - #stores .page-stores .store-item-container { - display: block; - } + #stores .page-stores .store-item-container { + display: block; + } - #stores .page-stores .store-item-container .divide-left { - border-left: none; - } + #stores .page-stores .store-item-container .divide-left { + border-left: none; + } - .rtl #stores .page-stores .store-item-container .divide-left { - border-right: none; - border-left: inherit; - } + .rtl #stores .page-stores .store-item-container .divide-left { + border-right: none; + border-left: inherit; + } - #stores .page-stores .store-item-container .store-description a { - margin-bottom: 8px; - } + #stores .page-stores .store-item-container .store-description a { + margin-bottom: 8px; + } - #stores .page-stores .store-item-container .store-description address { - margin-bottom: 8px; - } + #stores .page-stores .store-item-container .store-description address { + margin-bottom: 8px; + } - #stores .page-stores .store-item-footer { - display: block; - } + #stores .page-stores .store-item-footer { + display: block; + } - #stores .page-stores .store-item-footer.divide-top { - border-top: #ebebeb 1px solid; - } + #stores .page-stores .store-item-footer.divide-top { + border-top: #ebebeb 1px solid; + } - #stores .page-stores .store-item-footer li { - margin-bottom: 10px; - } + #stores .page-stores .store-item-footer li { + margin-bottom: 10px; + } - #stores .page-stores .store-item-footer .card-block { - padding: 12px 12px 0; - } + #stores .page-stores .store-item-footer .card-block { + padding: 12px 12px 0; + } } /*************************************************** @@ -27669,3749 +27387,3739 @@ body#checkout #gift_message { */ /***********************************************************************/ .footer-center .inner { - border-top: 1px solid #eee; - padding-top: 50px; + border-top: 1px solid #eee; + padding-top: 50px; } @media (max-width: 991px) { - .footer-center .inner { - padding-top: 30px; - } + .footer-center .inner { + padding-top: 30px; + } } @media (max-width: 767px) { - .footer-container .title[aria-expanded='true'] .navbar-toggler { - padding: 0; - } + .footer-container .title[aria-expanded='true'] .navbar-toggler { + padding: 0; + } - .footer-container .title[aria-expanded='true'] .navbar-toggler .remove { - display: inline-block; - } + .footer-container .title[aria-expanded='true'] .navbar-toggler .remove { + display: inline-block; + } - .footer-container .title[aria-expanded='true'] .navbar-toggler .add { - display: none; - } + .footer-container .title[aria-expanded='true'] .navbar-toggler .add { + display: none; + } - .footer-container .title .navbar-toggler { - padding: 0; - } + .footer-container .title .navbar-toggler { + padding: 0; + } - .footer-container .title .navbar-toggler .remove { - display: none; - } + .footer-container .title .navbar-toggler .remove { + display: none; + } } .footer-container .title .float-xs-right { - float: right; + float: right; } .rtl .footer-container .title .float-xs-right { - float: left; + float: left; } @media (min-width: 768px) { - .footer-container .title .float-xs-right { - display: none; - } + .footer-container .title .float-xs-right { + display: none; + } } .footer-container .ApColumn .title_block { - margin: 0 0 15px; - text-transform: uppercase; - padding: 0 !important; - font-size: 14px; + margin: 0 0 15px; + text-transform: uppercase; + padding: 0 !important; + font-size: 14px; } @media (max-width: 767px) { - .footer-container .ApColumn .title_block { - margin: 0; - display: inline-block; - } + .footer-container .ApColumn .title_block { + margin: 0; + display: inline-block; + } } .footer-container .ApColumn .title_block:before { - display: none; + display: none; } @media (min-width: 768px) { - .footer-container .ApBlockLink .collapse { - display: block; - } + .footer-container .ApBlockLink .collapse { + display: block; + } - .footer-container .ApBlockLink ul { - height: auto !important; - } + .footer-container .ApBlockLink ul { + height: auto !important; + } } .footer-container .ApBlockLink a { - color: #999; - display: block; - text-transform: capitalize; - line-height: 20px; - padding: 12px 0; - -webkit-transition: all 0.4s; - -o-transition: all 0.4s; - transition: all 0.4s; + color: #999; + display: block; + text-transform: capitalize; + line-height: 20px; + padding: 12px 0; + -webkit-transition: all 0.4s; + -o-transition: all 0.4s; + transition: all 0.4s; } .footer-container .ApBlockLink a:hover { - color: #a340ff; - padding-left: 10px; + color: #a340ff; + padding-left: 10px; } .rtl .footer-container .ApBlockLink a:hover { - padding-right: 10px; - padding-left: inherit; + padding-right: 10px; + padding-left: inherit; } @media (min-width: 768px) { - .footer-container .ApBlockLink .list-group { - height: auto !important; - display: block !important; - } + .footer-container .ApBlockLink .list-group { + height: auto !important; + display: block !important; + } } .col-footer-img { - margin: 0 -15px; - overflow: hidden; + margin: 0 -15px; + overflow: hidden; } @media (max-width: 991px) { - .col-footer-img { - margin: 0 -7px; - } + .col-footer-img { + margin: 0 -7px; + } } .col-footer-img .ApImage { - float: left; - padding: 0 15px; - width: 50%; + float: left; + padding: 0 15px; + width: 50%; } .rtl .col-footer-img .ApImage { - float: right; + float: right; } @media (max-width: 991px) { - .col-footer-img .ApImage { - padding: 0 7px; - width: auto; - } + .col-footer-img .ApImage { + padding: 0 7px; + width: auto; + } } .col-footer-img .ApImage a { - display: block; + display: block; } .col-footer-img .ApImage img { - max-width: 100%; + max-width: 100%; } .col-footer-img .ApImage .title_block { - height: 30px; - white-space: nowrap; - margin-bottom: 35px; - max-width: 200px; + height: 30px; + white-space: nowrap; + margin-bottom: 35px; + max-width: 200px; } @media (max-width: 991px) { - .col-footer-img .ApImage .title_block { - margin-bottom: 15px; - } + .col-footer-img .ApImage .title_block { + margin-bottom: 15px; + } } .col-footer-img .ApImage:nth-child(2) { - margin-top: 65px; + margin-top: 65px; } @media (max-width: 991px) { - .col-footer-img .ApImage:nth-child(2) { - margin-top: 45px; - } + .col-footer-img .ApImage:nth-child(2) { + margin-top: 45px; + } } @media (max-width: 400px) { - .col-footer-img .ApImage:nth-child(2) { - margin-top: 0; - clear: both; - } + .col-footer-img .ApImage:nth-child(2) { + margin-top: 0; + clear: both; + } } .col-footer-img .ApImage:last-child { - clear: both; - width: 100%; + clear: both; + width: 100%; } .col-footer-img .ApImage:last-child .title_block { - width: auto; - height: auto; - display: block; + width: auto; + height: auto; + display: block; } .footer-bottom { - padding-top: 30px; + padding-top: 30px; } @media (max-width: 991px) { - .footer-bottom { - padding-top: 15px; - } + .footer-bottom { + padding-top: 15px; + } } .footer-bottom .inner { - padding-top: 30px; - border-top: 1px solid #eee; + padding-top: 30px; + border-top: 1px solid #eee; } .footer-bottom .ApHtml { - line-height: 20px; - color: #999; + line-height: 20px; + color: #999; } @media (max-width: 991px) { - .footer-bottom .ApHtml { - text-align: center; - } + .footer-bottom .ApHtml { + text-align: center; + } } .footer-bottom .ApHtml strong { - color: #000; - display: block; - text-transform: uppercase; + color: #000; + display: block; + text-transform: uppercase; } .footer-bottom .ApHtml p { - margin-bottom: 0; + margin-bottom: 0; } .block_newsletter .title_block { - display: none; + display: none; } .block_newsletter form { - position: relative; - border: 1px solid #eee; - padding: 0 50px 0 20px; - height: 42px; - border-radius: 21px; - background: #fff; + position: relative; + border: 1px solid #eee; + padding: 0 50px 0 20px; + height: 42px; + border-radius: 21px; + background: #fff; } .rtl .block_newsletter form { - padding: 0 20px 0 50px; + padding: 0 20px 0 50px; } .block_newsletter form button { - width: 50px; - height: 40px; - padding: 0; - border: 0; - outline: 0; - background: none; - line-height: 40px; - font-size: 14px; - color: #666; - position: absolute; - top: 0; - right: -30px; - text-align: center; + width: 50px; + height: 40px; + padding: 0; + border: 0; + outline: 0; + background: none; + line-height: 40px; + font-size: 14px; + color: #666; + position: absolute; + top: 0; + right: -30px; + text-align: center; } .rtl .block_newsletter form button { - left: -30px; - right: auto; + left: -30px; + right: auto; } .block_newsletter form button span { - display: none; + display: none; } .block_newsletter form button:hover { - color: #a340ff; - background: none; + color: #a340ff; + background: none; } .block_newsletter form input { - width: 100%; - height: 40px; - line-height: 1; - border: 0; - padding: 0; - outline: 0; + width: 100%; + height: 40px; + line-height: 1; + border: 0; + padding: 0; + outline: 0; } .block_newsletter .new-msg p { - margin-top: 15px; + margin-top: 15px; } .block-contact ul li { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - line-height: 1.625rem; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + line-height: 1.625rem; } .block-contact .fa { - color: white; - font-size: 16px; - width: 2.5rem; - margin-top: 4px; + color: white; + font-size: 16px; + width: 2.5rem; + margin-top: 4px; } .block-social ul { - margin-bottom: 0px; + margin-bottom: 0px; } @media (min-width: 992px) { - .block-social ul { - text-align: right; - } + .block-social ul { + text-align: right; + } - .rtl .block-social ul { - text-align: left; - } + .rtl .block-social ul { + text-align: left; + } } @media (max-width: 991px) { - .block-social ul { - text-align: center; - } + .block-social ul { + text-align: center; + } } .block-social li { - display: inline-block; - cursor: pointer; - margin: 2px 0; - text-align: center; - line-height: 35px; - border: 0; - width: 35px; - height: 35px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; - position: relative; + display: inline-block; + cursor: pointer; + margin: 2px 0; + text-align: center; + line-height: 35px; + border: 0; + width: 35px; + height: 35px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + -o-border-radius: 50%; + border-radius: 50%; + position: relative; } .block-social li:hover { - background-color: #a340ff; + background-color: #a340ff; } .block-social li:hover:before { - color: #fff; + color: #fff; } .block-social li a { - color: transparent; - position: absolute; - font-size: 0px; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: 2; - display: block; + color: transparent; + position: absolute; + font-size: 0px; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 2; + display: block; } .block-social li a:hover { - color: transparent; + color: transparent; } .block-social li:before { - content: ''; - font-family: 'FontAwesome'; - font-size: 14px; - color: #000; - border: 0; + content: ''; + font-family: 'FontAwesome'; + font-size: 14px; + color: #000; + border: 0; } .block-social li.facebook { - border-color: #3c5a98; + border-color: #3c5a98; } .block-social li.facebook:before { - content: '\f09a'; + content: '\f09a'; } .block-social li.facebook:hover { - background: #3c5a98; + background: #3c5a98; } .block-social li.facebook:hover:before { - color: white; + color: white; } .block-social li.twitter { - border-color: #55acee; + border-color: #55acee; } .block-social li.twitter:before { - content: '\f099'; + content: '\f099'; } .block-social li.twitter:hover { - background: #55acee; + background: #55acee; } .block-social li.twitter:hover:before { - color: white; + color: white; } .block-social li.rss { - border-color: #ff6600; + border-color: #ff6600; } .block-social li.rss:before { - content: '\f09e'; + content: '\f09e'; } .block-social li.rss:hover { - background: #ff6600; + background: #ff6600; } .block-social li.rss:hover:before { - color: white; + color: white; } .block-social li.youtube { - border-color: #e84542; + border-color: #e84542; } .block-social li.youtube:before { - content: '\f16a'; + content: '\f16a'; } .block-social li.youtube:hover { - background: #e84542; + background: #e84542; } .block-social li.youtube:hover:before { - color: white; + color: white; } .block-social li.googleplus { - border-color: #d6492f; + border-color: #d6492f; } .block-social li.googleplus:before { - content: '\f0d5'; + content: '\f0d5'; } .block-social li.googleplus:hover { - background: #d6492f; + background: #d6492f; } .block-social li.googleplus:hover:before { - color: white; + color: white; } .block-social li.pinterest { - border-color: #cb2027; + border-color: #cb2027; } .block-social li.pinterest:before { - content: '\f0d2'; + content: '\f0d2'; } .block-social li.pinterest:hover { - background: #cb2027; + background: #cb2027; } .block-social li.pinterest:hover:before { - color: white; + color: white; } .block-social li.vimeo { - border-color: #1ab7ea; + border-color: #1ab7ea; } .block-social li.vimeo:before { - content: '\f27d'; + content: '\f27d'; } .block-social li.vimeo:hover { - background: #1ab7ea; + background: #1ab7ea; } .block-social li.vimeo:hover:before { - color: white; + color: white; } .block-social li.instagram { - border-color: #4c61b0; + border-color: #4c61b0; } .block-social li.instagram:before { - content: '\f16d'; + content: '\f16d'; } .block-social li.instagram:hover { - background: #4c61b0; + background: #4c61b0; } .block-social li.instagram:hover:before { - color: white; + color: white; } @media (max-width: 767px) { - .footer-container .links .h3 { - line-height: 1.5; - font-size: 16px; - display: inline-block; - padding-top: 10px; - } + .footer-container .links .h3 { + line-height: 1.5; + font-size: 16px; + display: inline-block; + padding-top: 10px; + } - .footer-container .links .title { - cursor: pointer; - } + .footer-container .links .title { + cursor: pointer; + } - .footer-container .links .title .collapse-icons .remove { - display: none; - } + .footer-container .links .title .collapse-icons .remove { + display: none; + } - .footer-container .links .title[aria-expanded='true'] .collapse-icons .add { - display: none; - } + .footer-container .links .title[aria-expanded='true'] .collapse-icons .add { + display: none; + } - .footer-container - .links - .title[aria-expanded='true'] - .collapse-icons - .remove { - display: block; - } + .footer-container .links .title[aria-expanded='true'] .collapse-icons .remove { + display: block; + } - .footer-container .links .navbar-toggler { - display: inline-block; - padding: 0; - width: 20px; - height: 20px; - } + .footer-container .links .navbar-toggler { + display: inline-block; + padding: 0; + width: 20px; + height: 20px; + } - .footer-container .links .collapse { - display: none; - } + .footer-container .links .collapse { + display: none; + } - .footer-container .links .collapse.in { - display: block; - } + .footer-container .links .collapse.in { + display: block; + } - .footer-container .links ul { - margin-bottom: 0; - } + .footer-container .links ul { + margin-bottom: 0; + } } .contact-rich { - color: #878787; - margin-bottom: 32px; + color: #878787; + margin-bottom: 32px; } .contact-rich h4 { - text-transform: uppercase; - color: #414141; - margin-bottom: 32px; + text-transform: uppercase; + color: #414141; + margin-bottom: 32px; } .contact-rich .block { - height: auto; - overflow: hidden; + height: auto; + overflow: hidden; } .contact-rich .block .icon { - float: left; - width: 56px; + float: left; + width: 56px; } .rtl .contact-rich .block .icon { - float: right; + float: right; } .contact-rich .block .icon i { - font-size: 32px; + font-size: 32px; } .contact-rich .block .data { - color: #414141; - font-size: 13px; - width: auto; - overflow: hidden; + color: #414141; + font-size: 13px; + width: auto; + overflow: hidden; } .contact-rich .block .data.email { - padding-top: 6px; + padding-top: 6px; } .contact-form { - padding: 16px; - color: #878787; - width: 100%; + padding: 16px; + color: #878787; + width: 100%; } .contact-form h3 { - text-transform: uppercase; - color: #414141; + text-transform: uppercase; + color: #414141; } #products #main .page-header, #pagenotfound #main .page-header { - margin: 32px 0 48px; + margin: 32px 0 48px; } #products #main .page-content, #pagenotfound #main .page-content { - margin-bottom: 160px; + margin-bottom: 160px; } #products .page-not-found, #pagenotfound .page-not-found { - -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); - background: white; - padding: 16px; - font-size: 13px; - color: #878787; - max-width: 570px; - margin: 0 auto; + -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); + background: white; + padding: 16px; + font-size: 13px; + color: #878787; + max-width: 570px; + margin: 0 auto; } #products .page-not-found h4, #pagenotfound .page-not-found h4 { - font-size: 12px; - font-weight: 700; - margin: 8px 0 16px; + font-size: 12px; + font-weight: 700; + margin: 8px 0 16px; } #products .page-not-found .search-widget, #pagenotfound .page-not-found .search-widget { - float: none; + float: none; } #products .page-not-found .search-widget input, #pagenotfound .page-not-found .search-widget input { - width: 100%; + width: 100%; } .customization-modal .modal-content { - border-radius: 0; - border: 1px solid #f6f6f6; + border-radius: 0; + border: 1px solid #f6f6f6; } .customization-modal .modal-content .modal-body { - padding-top: 0; + padding-top: 0; } .customization-modal .modal-content .modal-body .product-customization-line { - padding-bottom: 15px; - padding-top: 15px; - border-bottom: 1px solid #f6f6f6; + padding-bottom: 15px; + padding-top: 15px; + border-bottom: 1px solid #f6f6f6; } -.customization-modal - .modal-content - .modal-body - .product-customization-line - .label { - font-weight: bold; - text-align: right; +.customization-modal .modal-content .modal-body .product-customization-line .label { + font-weight: bold; + text-align: right; } -.customization-modal - .modal-content - .modal-body - .product-customization-line:last-child { - padding-bottom: 0; - border-bottom: 0; +.customization-modal .modal-content .modal-body .product-customization-line:last-child { + padding-bottom: 0; + border-bottom: 0; } .sitemap-title { - text-transform: capitalize; + text-transform: capitalize; } .sitemap { - margin-top: 0.9375rem; + margin-top: 0.9375rem; } .sitemap h2 { - color: #414141; - text-transform: uppercase; - font-size: 1.1rem; - font-weight: 600; - border-bottom: 1px solid #acaaa6; - margin-left: -15px; - width: 100%; - height: 35px; + color: #414141; + text-transform: uppercase; + font-size: 1.1rem; + font-weight: 600; + border-bottom: 1px solid #acaaa6; + margin-left: -15px; + width: 100%; + height: 35px; } .sitemap ul { - margin-left: -15px; - margin-top: 20px; + margin-left: -15px; + margin-top: 20px; } .sitemap ul.nested { - margin-left: 20px; + margin-left: 20px; } .sitemap ul li { - font-size: 0.9rem; - margin-bottom: 1rem; + font-size: 0.9rem; + margin-bottom: 1rem; } @media (max-width: 575px) { - .sitemap { - margin-top: 0; - } + .sitemap { + margin-top: 0; + } } /*** LAYOUT MODE ***/ ul, ol, li { - margin: 0; - padding: 0; - list-style: none; + margin: 0; + padding: 0; + list-style: none; } b, strong { - font-weight: 700; + font-weight: 700; } body.layout-boxed-md { - background: #ffffff; + background: #ffffff; } body.layout-boxed-md #page { - max-width: 960px; - -moz-box-shadow: 0 0 5px #c1c1c1; - -webkit-box-shadow: 0 0 5px #c1c1c1; - -o-box-shadow: 0 0 5px #c1c1c1; - -ms-box-shadow: 0 0 5px #c1c1c1; - box-shadow: 0 0 5px #c1c1c1; - margin: 0 auto; - background: #ffffff; + max-width: 960px; + -moz-box-shadow: 0 0 5px #c1c1c1; + -webkit-box-shadow: 0 0 5px #c1c1c1; + -o-box-shadow: 0 0 5px #c1c1c1; + -ms-box-shadow: 0 0 5px #c1c1c1; + box-shadow: 0 0 5px #c1c1c1; + margin: 0 auto; + background: #ffffff; } body.layout-boxed-md #page .container { - max-width: 940px; + max-width: 940px; } body.layout-boxed-lg { - background: #ffffff; + background: #ffffff; } body.layout-boxed-lg #page { - max-width: 1220px; - -moz-box-shadow: 0 0 5px #c1c1c1; - -webkit-box-shadow: 0 0 5px #c1c1c1; - -o-box-shadow: 0 0 5px #c1c1c1; - -ms-box-shadow: 0 0 5px #c1c1c1; - box-shadow: 0 0 5px #c1c1c1; - margin: 0 auto; - background: #ffffff; + max-width: 1220px; + -moz-box-shadow: 0 0 5px #c1c1c1; + -webkit-box-shadow: 0 0 5px #c1c1c1; + -o-box-shadow: 0 0 5px #c1c1c1; + -ms-box-shadow: 0 0 5px #c1c1c1; + box-shadow: 0 0 5px #c1c1c1; + margin: 0 auto; + background: #ffffff; } body.layout-boxed-lg #page .container { - max-width: 1200px; + max-width: 1200px; } /*** HEADER ***/ .header-nav { - min-height: auto; - font-size: 12px; - background: #fff; + min-height: auto; + font-size: 12px; + background: #fff; } .header-nav a { - color: #999; + color: #999; } .header-nav a:hover { - color: #a340ff; + color: #a340ff; } .header-top { - background: #ffffff; - padding-top: 25px; + background: #ffffff; + padding-top: 25px; } @media (max-width: 991px) { - .header-top { - padding-top: 15px; - } + .header-top { + padding-top: 15px; + } } .header-top .ApColumn .block { - margin-bottom: 25px; + margin-bottom: 25px; } @media (max-width: 991px) { - .header-top .ApColumn .block { - margin-bottom: 15px; - } + .header-top .ApColumn .block { + margin-bottom: 15px; + } } .header_logo { - padding-top: 2.5rem; - padding-bottom: 2.5rem; + padding-top: 2.5rem; + padding-bottom: 2.5rem; } .popover { - font-family: inherit; + font-family: inherit; } /*** WRAPPER ***/ #wrapper { - padding-top: 25px; - padding-bottom: 15px; + padding-top: 25px; + padding-bottom: 15px; - @media (max-width: 765px) { - padding-top: 0; - } + @media (max-width: 765px) { + padding-top: 0; + } } #wrapper .banner { - margin-bottom: 24px; - display: block; + margin-bottom: 24px; + display: block; } #wrapper .banner img { - -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); - -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); - -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); - -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); - box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); + -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); + -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); + -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); + box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); } #wrapper .breadcrumb { - background: transparent; - padding: 0; - margin-bottom: 30px; + background: transparent; + padding: 0; + margin-bottom: 30px; } #wrapper .breadcrumb[data-depth='1'] { - display: none; + display: none; } #wrapper .breadcrumb ol { - padding-left: 0; - margin-bottom: 0; + padding-left: 0; + margin-bottom: 0; } #wrapper .breadcrumb li { - display: inline; + display: inline; } #wrapper .breadcrumb li::after { - content: '\f105'; - color: #999999; - font-family: 'FontAwesome'; - margin: 0 15px; + content: '\f105'; + color: #999999; + font-family: 'FontAwesome'; + margin: 0 15px; } #wrapper .breadcrumb li:last-child { - content: '/'; - color: #999999; - margin: 0; + content: '/'; + color: #999999; + margin: 0; } #wrapper .breadcrumb li:last-child a { - text-decoration: underline; - color: #a340ff; + text-decoration: underline; + color: #a340ff; } #wrapper .breadcrumb li:last-child::after { - content: ''; + content: ''; } #wrapper .breadcrumb li a { - color: #999999; + color: #999999; } #wrapper .breadcrumb li a:hover { - color: #a340ff; + color: #a340ff; } /*** MAIN ***/ #main .page-header { - margin-bottom: 25px; + margin-bottom: 25px; } #main .page-content { - margin-bottom: 25px; + margin-bottom: 25px; } #main .page-content h6 { - margin-bottom: 18px; + margin-bottom: 18px; } #main .page-content #notifications { - margin-left: -15px; - margin-right: -15px; + margin-left: -15px; + margin-right: -15px; } #main .page-footer { - margin-bottom: 25px; + margin-bottom: 25px; } #notifications ul { - margin-bottom: 0; + margin-bottom: 0; } .sitemap ul.tree li { - line-height: 20px; - padding: 5px 0; + line-height: 20px; + padding: 5px 0; } .sitemap ul.tree li a.parent-page { - text-transform: uppercase; - font-weight: 700; + text-transform: uppercase; + font-weight: 700; } .sitemap ul.tree li ul { - padding-left: 10px; + padding-left: 10px; } .rtl .sitemap ul.tree li ul { - padding-right: 10px; - padding-left: inherit; + padding-right: 10px; + padding-left: inherit; } .list-brands { - margin: 20px 0 10px; - background: #ffffff; + margin: 20px 0 10px; + background: #ffffff; } .brand { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; } -.brand > div { - display: inline-flex; - -webkit-box-align: center; - -moz-box-align: center; - box-align: center; - -webkit-align-items: center; - -moz-align-items: center; - -ms-align-items: center; - -o-align-items: center; - align-items: center; - -ms-flex-align: center; - -webkit-box-pack: justify; - -moz-box-pack: justify; - box-pack: justify; - -webkit-justify-content: space-between; - -moz-justify-content: space-between; - -ms-justify-content: space-between; - -o-justify-content: space-between; - justify-content: space-between; - -ms-flex-pack: justify; +.brand>div { + display: inline-flex; + -webkit-box-align: center; + -moz-box-align: center; + box-align: center; + -webkit-align-items: center; + -moz-align-items: center; + -ms-align-items: center; + -o-align-items: center; + align-items: center; + -ms-flex-align: center; + -webkit-box-pack: justify; + -moz-box-pack: justify; + box-pack: justify; + -webkit-justify-content: space-between; + -moz-justify-content: space-between; + -ms-justify-content: space-between; + -o-justify-content: space-between; + justify-content: space-between; + -ms-flex-pack: justify; } /* Back to top */ #back-top { - text-align: center; - position: fixed; - cursor: pointer; - right: 185px; - bottom: 28px; - z-index: 98; + text-align: center; + position: fixed; + cursor: pointer; + right: 185px; + bottom: 28px; + z-index: 98; } .rtl #back-top { - left: 50px; - right: auto; + left: 50px; + right: auto; } @media (max-width: 991px) { - #back-top { - right: 15px; - bottom: 5px; - } + #back-top { + right: 15px; + bottom: 5px; + } - .rtl #back-top { - left: 15px; - right: auto; - } + .rtl #back-top { + left: 15px; + right: auto; + } } #back-top a { - width: 45px; - height: 45px; - background: #a340ff; - color: white; - font-size: 20px; - line-height: 45px; + width: 45px; + height: 45px; + background: #a340ff; + color: white; + font-size: 20px; + line-height: 45px; } #back-top a:hover { - background-color: #ed4657; + background-color: #ed4657; } /*** Responsive part ***/ @media (min-width: 992px) { - .headertop-flex > [class*='col-'] { - display: -webkit-box; - display: -moz-box; - display: box; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -moz-box-align: center; - box-align: center; - -webkit-align-items: center; - -moz-align-items: center; - -ms-align-items: center; - -o-align-items: center; - align-items: center; - -ms-flex-align: center; - } + .headertop-flex>[class*='col-'] { + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -moz-box-align: center; + box-align: center; + -webkit-align-items: center; + -moz-align-items: center; + -ms-align-items: center; + -o-align-items: center; + align-items: center; + -ms-flex-align: center; + } - .headertop-flex .center-headertop { - -webkit-box-pack: center; - -moz-box-pack: center; - box-pack: center; - -webkit-justify-content: center; - -moz-justify-content: center; - -ms-justify-content: center; - -o-justify-content: center; - justify-content: center; - -ms-flex-pack: center; - } + .headertop-flex .center-headertop { + -webkit-box-pack: center; + -moz-box-pack: center; + box-pack: center; + -webkit-justify-content: center; + -moz-justify-content: center; + -ms-justify-content: center; + -o-justify-content: center; + justify-content: center; + -ms-flex-pack: center; + } - .headertop-flex .right-headertop { - -webkit-box-orient: horizontal; - -moz-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-direction: reverse; - -moz-box-direction: reverse; - box-direction: reverse; - -webkit-flex-direction: row-reverse; - -moz-flex-direction: row-reverse; - flex-direction: row-reverse; - -ms-flex-direction: row-reverse; - } + .headertop-flex .right-headertop { + -webkit-box-orient: horizontal; + -moz-box-orient: horizontal; + box-orient: horizontal; + -webkit-box-direction: reverse; + -moz-box-direction: reverse; + box-direction: reverse; + -webkit-flex-direction: row-reverse; + -moz-flex-direction: row-reverse; + flex-direction: row-reverse; + -ms-flex-direction: row-reverse; + } } @media (max-width: 767px) { - #checkout-cart-summary { - float: none; - width: 100%; - margin-top: 1rem; - } + #checkout-cart-summary { + float: none; + width: 100%; + margin-top: 1rem; + } - section.checkout-step { - width: 100%; - } + section.checkout-step { + width: 100%; + } - .default-input { - min-width: 100%; - } + .default-input { + min-width: 100%; + } - label { - clear: both; - } + label { + clear: both; + } - .menu, - .dropdown-item { - padding-left: 0; - } + .menu, + .dropdown-item { + padding-left: 0; + } } @media (max-width: 991px) { - .container { - width: 100%; - } + .container { + width: 100%; + } - .sub-menu { - left: 0; - min-width: 100%; - } + .sub-menu { + left: 0; + min-width: 100%; + } - #blockcart-modal .product-image { - width: 100%; - display: block; - max-width: 250px; - margin: 0 auto 15px; - } + #blockcart-modal .product-image { + width: 100%; + display: block; + max-width: 250px; + margin: 0 auto 15px; + } - #blockcart-modal .cart-content { - padding: 0; - } + #blockcart-modal .cart-content { + padding: 0; + } - .rtl #blockcart-modal .cart-content { - padding: 0; - } + .rtl #blockcart-modal .cart-content { + padding: 0; + } - #blockcart-modal .product-name, - #product-availability { - margin-top: 10px; - } + #blockcart-modal .product-name, + #product-availability { + margin-top: 10px; + } - #search_filters .facet .facet-label { - text-align: left; - } + #search_filters .facet .facet-label { + text-align: left; + } - .block-category .category-cover { - position: relative; - text-align: center; - } + .block-category .category-cover { + position: relative; + text-align: center; + } - .block-category { - padding-bottom: 0; - } + .block-category { + padding-bottom: 0; + } } #index #wrapper { - padding-top: 0; + padding-top: 0; } @media (max-width: 991px) { - .col-xs, - .col-xs-2-4, - .col-xs-4-8, - .col-xs-7-2, - .col-xs-9-6, - .col-xs-1, - .col-xs-2, - .col-xs-3, - .col-xs-4, - .col-xs-5, - .col-xs-6, - .col-xs-7, - .col-xs-8, - .col-xs-9, - .col-xs-10, - .col-xs-11, - .col-xs-12, - .col-sm, - .col-sm-2-4, - .col-sm-4-8, - .col-sm-7-2, - .col-sm-9-6, - .col-sm-1, - .col-sm-2, - .col-sm-3, - .col-sm-4, - .col-sm-5, - .col-sm-6, - .col-sm-7, - .col-sm-8, - .col-sm-9, - .col-sm-10, - .col-sm-11, - .col-sm-12, - .col-md, - .col-md-2-4, - .col-md-4-8, - .col-md-7-2, - .col-md-9-6, - .col-md-1, - .col-md-2, - .col-md-3, - .col-md-4, - .col-md-5, - .col-md-6, - .col-md-7, - .col-md-8, - .col-md-9, - .col-md-10, - .col-md-11, - .col-md-12, - .col-lg, - .col-lg-2-4, - .col-lg-4-8, - .col-lg-7-2, - .col-lg-9-6, - .col-lg-1, - .col-lg-2, - .col-lg-3, - .col-lg-4, - .col-lg-5, - .col-lg-6, - .col-lg-7, - .col-lg-8, - .col-lg-9, - .col-lg-10, - .col-lg-11, - .col-lg-12, - .col-xl, - .col-xl-2-4, - .col-xl-4-8, - .col-xl-7-2, - .col-xl-9-6, - .col-xl-1, - .col-xl-2, - .col-xl-3, - .col-xl-4, - .col-xl-5, - .col-xl-6, - .col-xl-7, - .col-xl-8, - .col-xl-9, - .col-xl-10, - .col-xl-11, - .col-xl-12 { - padding-right: 7px; - padding-left: 7px; - } - .rtl .col-xs, - .rtl .col-xs-2-4, - .rtl .col-xs-4-8, - .rtl .col-xs-7-2, - .rtl .col-xs-9-6, - .rtl .col-xs-1, - .rtl .col-xs-2, - .rtl .col-xs-3, - .rtl .col-xs-4, - .rtl .col-xs-5, - .rtl .col-xs-6, - .rtl .col-xs-7, - .rtl .col-xs-8, - .rtl .col-xs-9, - .rtl .col-xs-10, - .rtl .col-xs-11, - .rtl .col-xs-12, - .rtl .col-sm, - .rtl .col-sm-2-4, - .rtl .col-sm-4-8, - .rtl .col-sm-7-2, - .rtl .col-sm-9-6, - .rtl .col-sm-1, - .rtl .col-sm-2, - .rtl .col-sm-3, - .rtl .col-sm-4, - .rtl .col-sm-5, - .rtl .col-sm-6, - .rtl .col-sm-7, - .rtl .col-sm-8, - .rtl .col-sm-9, - .rtl .col-sm-10, - .rtl .col-sm-11, - .rtl .col-sm-12, - .rtl .col-md, - .rtl .col-md-2-4, - .rtl .col-md-4-8, - .rtl .col-md-7-2, - .rtl .col-md-9-6, - .rtl .col-md-1, - .rtl .col-md-2, - .rtl .col-md-3, - .rtl .col-md-4, - .rtl .col-md-5, - .rtl .col-md-6, - .rtl .col-md-7, - .rtl .col-md-8, - .rtl .col-md-9, - .rtl .col-md-10, - .rtl .col-md-11, - .rtl .col-md-12, - .rtl .col-lg, - .rtl .col-lg-2-4, - .rtl .col-lg-4-8, - .rtl .col-lg-7-2, - .rtl .col-lg-9-6, - .rtl .col-lg-1, - .rtl .col-lg-2, - .rtl .col-lg-3, - .rtl .col-lg-4, - .rtl .col-lg-5, - .rtl .col-lg-6, - .rtl .col-lg-7, - .rtl .col-lg-8, - .rtl .col-lg-9, - .rtl .col-lg-10, - .rtl .col-lg-11, - .rtl .col-lg-12, - .rtl .col-xl, - .rtl .col-xl-2-4, - .rtl .col-xl-4-8, - .rtl .col-xl-7-2, - .rtl .col-xl-9-6, - .rtl .col-xl-1, - .rtl .col-xl-2, - .rtl .col-xl-3, - .rtl .col-xl-4, - .rtl .col-xl-5, - .rtl .col-xl-6, - .rtl .col-xl-7, - .rtl .col-xl-8, - .rtl .col-xl-9, - .rtl .col-xl-10, - .rtl .col-xl-11, - .rtl .col-xl-12 { - padding-right: 7px; - padding-left: 7px; - } + .col-xs, + .col-xs-2-4, + .col-xs-4-8, + .col-xs-7-2, + .col-xs-9-6, + .col-xs-1, + .col-xs-2, + .col-xs-3, + .col-xs-4, + .col-xs-5, + .col-xs-6, + .col-xs-7, + .col-xs-8, + .col-xs-9, + .col-xs-10, + .col-xs-11, + .col-xs-12, + .col-sm, + .col-sm-2-4, + .col-sm-4-8, + .col-sm-7-2, + .col-sm-9-6, + .col-sm-1, + .col-sm-2, + .col-sm-3, + .col-sm-4, + .col-sm-5, + .col-sm-6, + .col-sm-7, + .col-sm-8, + .col-sm-9, + .col-sm-10, + .col-sm-11, + .col-sm-12, + .col-md, + .col-md-2-4, + .col-md-4-8, + .col-md-7-2, + .col-md-9-6, + .col-md-1, + .col-md-2, + .col-md-3, + .col-md-4, + .col-md-5, + .col-md-6, + .col-md-7, + .col-md-8, + .col-md-9, + .col-md-10, + .col-md-11, + .col-md-12, + .col-lg, + .col-lg-2-4, + .col-lg-4-8, + .col-lg-7-2, + .col-lg-9-6, + .col-lg-1, + .col-lg-2, + .col-lg-3, + .col-lg-4, + .col-lg-5, + .col-lg-6, + .col-lg-7, + .col-lg-8, + .col-lg-9, + .col-lg-10, + .col-lg-11, + .col-lg-12, + .col-xl, + .col-xl-2-4, + .col-xl-4-8, + .col-xl-7-2, + .col-xl-9-6, + .col-xl-1, + .col-xl-2, + .col-xl-3, + .col-xl-4, + .col-xl-5, + .col-xl-6, + .col-xl-7, + .col-xl-8, + .col-xl-9, + .col-xl-10, + .col-xl-11, + .col-xl-12 { + padding-right: 7px; + padding-left: 7px; + } - .row { - margin-right: -7px; - margin-left: -7px; - } + .rtl .col-xs, + .rtl .col-xs-2-4, + .rtl .col-xs-4-8, + .rtl .col-xs-7-2, + .rtl .col-xs-9-6, + .rtl .col-xs-1, + .rtl .col-xs-2, + .rtl .col-xs-3, + .rtl .col-xs-4, + .rtl .col-xs-5, + .rtl .col-xs-6, + .rtl .col-xs-7, + .rtl .col-xs-8, + .rtl .col-xs-9, + .rtl .col-xs-10, + .rtl .col-xs-11, + .rtl .col-xs-12, + .rtl .col-sm, + .rtl .col-sm-2-4, + .rtl .col-sm-4-8, + .rtl .col-sm-7-2, + .rtl .col-sm-9-6, + .rtl .col-sm-1, + .rtl .col-sm-2, + .rtl .col-sm-3, + .rtl .col-sm-4, + .rtl .col-sm-5, + .rtl .col-sm-6, + .rtl .col-sm-7, + .rtl .col-sm-8, + .rtl .col-sm-9, + .rtl .col-sm-10, + .rtl .col-sm-11, + .rtl .col-sm-12, + .rtl .col-md, + .rtl .col-md-2-4, + .rtl .col-md-4-8, + .rtl .col-md-7-2, + .rtl .col-md-9-6, + .rtl .col-md-1, + .rtl .col-md-2, + .rtl .col-md-3, + .rtl .col-md-4, + .rtl .col-md-5, + .rtl .col-md-6, + .rtl .col-md-7, + .rtl .col-md-8, + .rtl .col-md-9, + .rtl .col-md-10, + .rtl .col-md-11, + .rtl .col-md-12, + .rtl .col-lg, + .rtl .col-lg-2-4, + .rtl .col-lg-4-8, + .rtl .col-lg-7-2, + .rtl .col-lg-9-6, + .rtl .col-lg-1, + .rtl .col-lg-2, + .rtl .col-lg-3, + .rtl .col-lg-4, + .rtl .col-lg-5, + .rtl .col-lg-6, + .rtl .col-lg-7, + .rtl .col-lg-8, + .rtl .col-lg-9, + .rtl .col-lg-10, + .rtl .col-lg-11, + .rtl .col-lg-12, + .rtl .col-xl, + .rtl .col-xl-2-4, + .rtl .col-xl-4-8, + .rtl .col-xl-7-2, + .rtl .col-xl-9-6, + .rtl .col-xl-1, + .rtl .col-xl-2, + .rtl .col-xl-3, + .rtl .col-xl-4, + .rtl .col-xl-5, + .rtl .col-xl-6, + .rtl .col-xl-7, + .rtl .col-xl-8, + .rtl .col-xl-9, + .rtl .col-xl-10, + .rtl .col-xl-11, + .rtl .col-xl-12 { + padding-right: 7px; + padding-left: 7px; + } - .rtl .row { - margin-right: -7px; - margin-left: -7px; - } + .row { + margin-right: -7px; + margin-left: -7px; + } + + .rtl .row { + margin-right: -7px; + margin-left: -7px; + } } .position-static { - position: static; + position: static; } .pull-right { - float: right; + float: right; } .rtl .pull-right { - float: left; + float: left; } .pull-left { - float: left; + float: left; } .rtl .pull-left { - float: right; + float: right; } #customer-form .form-control-valign label { - display: inline; - padding: 0 5px 0 0; + display: inline; + padding: 0 5px 0 0; } .rtl #customer-form .form-control-valign label { - padding: 0 0 0 5px; + padding: 0 0 0 5px; } .star_content .star { - width: 12px; - height: 12px; - background: none; - color: #ccc; - text-align: center; - font-size: 11px; - line-height: 12px; + width: 12px; + height: 12px; + background: none; + color: #ccc; + text-align: center; + font-size: 11px; + line-height: 12px; } .star_content .star:before { - font-family: 'FontAwesome'; - content: '\f005'; + font-family: 'FontAwesome'; + content: '\f005'; } .star_content .star.star_hover, .star_content .star.star_on { - color: #ffc857; + color: #ffc857; } body ::-webkit-scrollbar { - width: 6px; + width: 6px; } body ::-webkit-scrollbar-thumb { - border-radius: 5px; - background: #666; + border-radius: 5px; + background: #666; } body ::-webkit-scrollbar-track { - border-radius: 5px; - background: #ddd; + border-radius: 5px; + background: #ddd; } body.modal-open { - overflow: auto !important; + overflow: auto !important; } /*# sourceMappingURL=theme.css.map */ .bank-box { - float: left; - width: 135px; - height: 71px; - margin-left: 4px; - margin-top: 5px; - padding: 0px 0; - text-align: center; - border: 1px solid #eee; - cursor: pointer; - cursor: hand; - background: white; + float: left; + width: 135px; + height: 71px; + margin-left: 4px; + margin-top: 5px; + padding: 0px 0; + text-align: center; + border: 1px solid #eee; + cursor: pointer; + cursor: hand; + background: white; } .bank-box:hover { - box-shadow: 0 0 2px rgba(0, 0, 0, 0.27); - text-decoration: none !important; + box-shadow: 0 0 2px rgba(0, 0, 0, 0.27); + text-decoration: none !important; } .bank-logo { - background-position: center center; - background-repeat: no-repeat; - background-size: auto 35px; - width: 137px; - height: 50px; - font-size: 9px; + background-position: center center; + background-repeat: no-repeat; + background-size: auto 35px; + width: 137px; + height: 50px; + font-size: 9px; } .bank-name { - color: gray; - height: 30px; - font-size: 9px; + color: gray; + height: 30px; + font-size: 9px; } .bank-logo-1 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_1.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_1.gif); } .bank-logo-4 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_4.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_4.gif); } .bank-logo-7 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_7.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_7.gif); } .bank-logo-15 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_15.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_15.gif); } .bank-logo-16 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_16.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_16.gif); } .bank-logo-19 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_19.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_19.gif); } .bank-logo-21 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_21.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_21.gif); } .bank-logo-25 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_25.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_25.gif); } .bank-logo-27 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_27.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_27.gif); } .bank-logo-29 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_29.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_29.gif); } .bank-logo-30 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_30.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_30.gif); } .bank-logo-32 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_32.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_32.gif); } .bank-logo-34 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_34.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_34.gif); } .bank-logo-35 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_35.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_35.gif); } .bank-logo-36 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_36.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_36.gif); } .bank-logo-37 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_37.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_37.gif); } .bank-logo-38 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_38.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_38.gif); } .bank-logo-39 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_39.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_39.gif); } .bank-logo-40 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_40.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_40.gif); } .bank-logo-42 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_42.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_42.gif); } .bank-logo-44 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_44.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_44.gif); } .bank-logo-47 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_47.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_47.gif); } .bank-logo-55 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_55.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_55.gif); } .bank-logo-56 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_56.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_56.gif); } .bank-logo-61 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_61.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_61.gif); } .bank-logo-62 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_62.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_62.gif); } .bank-logo-63 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_63.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_63.gif); } .bank-logo-68 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_68.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_68.gif); } .bank-logo-70 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_70.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_70.gif); } .bank-logo-71 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_71.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_71.gif); } .bank-logo-72 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_72.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_72.gif); } .bank-logo-78 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_78.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_78.gif); } .bank-logo-79 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_79.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_79.gif); } .bank-logo-80 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_80.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_80.gif); } .bank-logo-82 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_82.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_82.gif); } .bank-logo-83 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_83.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_83.gif); } .bank-logo-89 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_89.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_89.gif); } .bank-logo-91 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_91.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_91.gif); } .bank-logo-93 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_93.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_93.gif); } .bank-logo-94 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_94.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_94.gif); } .bank-logo-96 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_96.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_96.gif); } .bank-logo-97 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_97.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_97.gif); } .bank-logo-98 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_98.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_98.gif); } .bank-logo-100 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_100.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_100.gif); } .bank-logo-101 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_101.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_101.gif); } .bank-logo-102 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_102.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_102.gif); } .bank-logo-103 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_103.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_103.gif); } .bank-logo-104 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_104.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_104.gif); } .bank-logo-105 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_105.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_105.gif); } .bank-logo-106 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_106.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_106.gif); } .bank-logo-108 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_108.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_108.gif); } .bank-logo-109 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_109.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_109.gif); } .bank-logo-110 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_110.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_110.gif); } .bank-logo-111 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_111.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_111.gif); } .bank-logo-113 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_113.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_113.gif); } .bank-logo-114 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_114.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_114.gif); } .bank-logo-115 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_115.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_115.gif); } .bank-logo-117 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_117.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_117.gif); } .bank-logo-118 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_118.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_118.gif); } .bank-logo-120 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_120.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_120.gif); } .bank-logo-121 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_121.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_121.gif); } .bank-logo-122 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_122.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_122.gif); } .bank-logo-123 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_123.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_123.gif); } .bank-logo-125 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_125.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_125.gif); } .bank-logo-127 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_127.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_127.gif); } .bank-logo-130 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_130.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_130.gif); } .bank-logo-132 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_132.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_132.gif); } .bank-logo-133 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_133.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_133.gif); } .bank-logo-134 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_134.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_134.gif); } .bank-logo-135 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_135.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_135.gif); } .bank-logo-137 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_137.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_137.gif); } .bank-logo-138 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_138.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_138.gif); } .bank-logo-139 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_139.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_139.gif); } .bank-logo-142 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_142.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_142.gif); } .bank-logo-145 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_145.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_145.gif); } .bank-logo-146 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_146.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_146.gif); } .bank-logo-148 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_148.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_148.gif); } .bank-logo-149 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_149.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_149.gif); } .bank-logo-150 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_150.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_150.gif); } .bank-logo-151 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_151.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_151.gif); } .bank-logo-155 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_155.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_155.gif); } .bank-logo-159 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_159.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_159.gif); } .bank-logo-160 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_160.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_160.gif); } .bank-logo-162 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_162.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_162.gif); } .bank-logo-163 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_163.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_163.gif); } .bank-logo-165 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_165.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_165.gif); } .bank-logo-166 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_166.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_166.gif); } .bank-logo-167 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_167.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_167.gif); } .bank-logo-169 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_169.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_169.gif); } .bank-logo-170 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_170.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_170.gif); } .bank-logo-171 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_171.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_171.gif); } .bank-logo-174 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_174.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_174.gif); } .bank-logo-175 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_175.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_175.gif); } .bank-logo-180 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_180.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_180.gif); } .bank-logo-182 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_182.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_182.gif); } .bank-logo-183 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_183.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_183.gif); } .bank-logo-184 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_184.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_184.gif); } .bank-logo-186 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_186.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_186.gif); } .bank-logo-187 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_187.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_187.gif); } .bank-logo-188 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_188.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_188.gif); } .bank-logo-189 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_189.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_189.gif); } .bank-logo-190 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_190.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_190.gif); } .bank-logo-191 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_191.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_191.gif); } .bank-logo-192 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_192.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_192.gif); } .bank-logo-193 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_193.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_193.gif); } .bank-logo-194 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_194.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_194.gif); } .bank-logo-195 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_195.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_195.gif); } .bank-logo-196 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_196.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_196.gif); } .bank-logo-197 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_197.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_197.gif); } .bank-logo-198 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_198.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_198.gif); } .bank-logo-199 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_199.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_199.gif); } .bank-logo-200 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_200.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_200.gif); } .bank-logo-201 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_201.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_201.gif); } .bank-logo-202 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_202.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_202.gif); } .bank-logo-221 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_221.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_221.gif); } .bank-logo-230 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_230.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_230.gif); } .bank-logo-231 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_231.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_231.gif); } .bank-logo-275 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_275.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_275.gif); } .bank-logo-277 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_277.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_277.gif); } .bank-logo-279 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_279.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_279.gif); } .bank-logo-289 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_289.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_289.gif); } .bank-logo-290 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_290.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_290.gif); } .bank-logo-291 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_291.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_291.gif); } .bank-logo-292 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_292.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_292.gif); } .bank-logo-293 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_293.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_293.gif); } .bank-logo-2 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_2.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_2.gif); } .bank-logo-3 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_3.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_3.gif); } .bank-logo-5 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_5.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_5.gif); } .bank-logo-6 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_6.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_6.gif); } .bank-logo-14 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_14.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_14.gif); } .bank-logo-17 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_17.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_17.gif); } .bank-logo-18 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_18.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_18.gif); } .bank-logo-20 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_20.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_20.gif); } .bank-logo-22 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_22.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_22.gif); } .bank-logo-26 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_26.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_26.gif); } .bank-logo-28 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_28.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_28.gif); } .bank-logo-31 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_31.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_31.gif); } .bank-logo-33 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_33.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_33.gif); } .bank-logo-41 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_41.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_41.gif); } .bank-logo-43 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_43.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_43.gif); } .bank-logo-45 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_45.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_45.gif); } .bank-logo-46 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_46.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_46.gif); } .bank-logo-48 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_48.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_48.gif); } .bank-logo-49 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_49.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_49.gif); } .bank-logo-50 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_50.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_50.gif); } .bank-logo-51 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_51.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_51.gif); } .bank-logo-52 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_52.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_52.gif); } .bank-logo-53 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_53.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_53.gif); } .bank-logo-54 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_54.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_54.gif); } .bank-logo-58 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_58.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_58.gif); } .bank-logo-59 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_59.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_59.gif); } .bank-logo-64 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_64.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_64.gif); } .bank-logo-65 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_65.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_65.gif); } .bank-logo-66 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_66.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_66.gif); } .bank-logo-67 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_67.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_67.gif); } .bank-logo-69 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_69.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_69.gif); } .bank-logo-75 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_75.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_75.gif); } .bank-logo-76 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_76.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_76.gif); } .bank-logo-81 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_81.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_81.gif); } .bank-logo-84 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_84.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_84.gif); } .bank-logo-85 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_85.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_85.gif); } .bank-logo-87 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_87.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_87.gif); } .bank-logo-88 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_88.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_88.gif); } .bank-logo-90 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_90.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_90.gif); } .bank-logo-92 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_92.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_92.gif); } .bank-logo-95 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_95.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_95.gif); } .bank-logo-99 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_99.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_99.gif); } .bank-logo-107 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_107.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_107.gif); } .bank-logo-112 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_112.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_112.gif); } .bank-logo-116 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_116.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_116.gif); } .bank-logo-119 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_119.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_119.gif); } .bank-logo-124 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_124.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_124.gif); } .bank-logo-129 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_129.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_129.gif); } .bank-logo-131 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_131.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_131.gif); } .bank-logo-136 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_136.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_136.gif); } .bank-logo-140 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_140.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_140.gif); } .bank-logo-141 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_141.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_141.gif); } .bank-logo-143 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_143.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_143.gif); } .bank-logo-144 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_144.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_144.gif); } .bank-logo-147 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_147.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_147.gif); } .bank-logo-152 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_152.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_152.gif); } .bank-logo-153 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_153.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_153.gif); } .bank-logo-154 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_154.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_154.gif); } .bank-logo-156 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_156.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_156.gif); } .bank-logo-157 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_157.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_157.gif); } .bank-logo-158 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_158.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_158.gif); } .bank-logo-161 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_161.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_161.gif); } .bank-logo-164 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_164.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_164.gif); } .bank-logo-172 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_172.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_172.gif); } .bank-logo-173 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_173.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_173.gif); } .bank-logo-176 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_176.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_176.gif); } .bank-logo-177 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_177.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_177.gif); } .bank-logo-178 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_178.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_178.gif); } .bank-logo-181 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_181.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_181.gif); } .bank-logo-185 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_185.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_185.gif); } .bank-logo-203 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_203.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_203.gif); } .bank-logo-204 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_204.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_204.gif); } .bank-logo-205 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_205.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_205.gif); } .bank-logo-206 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_206.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_206.gif); } .bank-logo-207 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_207.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_207.gif); } .bank-logo-208 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_208.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_208.gif); } .bank-logo-209 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_209.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_209.gif); } .bank-logo-210 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_210.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_210.gif); } .bank-logo-211 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_211.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_211.gif); } .bank-logo-212 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_212.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_212.gif); } .bank-logo-213 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_213.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_213.gif); } .bank-logo-214 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_214.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_214.gif); } .bank-logo-215 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_215.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_215.gif); } .bank-logo-216 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_216.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_216.gif); } .bank-logo-217 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_217.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_217.gif); } .bank-logo-218 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_218.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_218.gif); } .bank-logo-219 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_219.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_219.gif); } .bank-logo-220 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_220.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_220.gif); } .bank-logo-222 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_222.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_222.gif); } .bank-logo-223 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_223.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_223.gif); } .bank-logo-224 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_224.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_224.gif); } .bank-logo-225 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_225.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_225.gif); } .bank-logo-226 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_226.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_226.gif); } .bank-logo-227 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_227.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_227.gif); } .bank-logo-228 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_228.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_228.gif); } .bank-logo-229 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_229.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_229.gif); } .bank-logo-232 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_232.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_232.gif); } .bank-logo-233 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_233.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_233.gif); } .bank-logo-234 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_234.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_234.gif); } .bank-logo-235 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_235.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_235.gif); } .bank-logo-236 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_236.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_236.gif); } .bank-logo-237 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_237.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_237.gif); } .bank-logo-238 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_238.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_238.gif); } .bank-logo-239 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_239.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_239.gif); } .bank-logo-240 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_240.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_240.gif); } .bank-logo-241 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_241.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_241.gif); } .bank-logo-242 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_242.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_242.gif); } .bank-logo-243 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_243.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_243.gif); } .bank-logo-244 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_244.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_244.gif); } .bank-logo-245 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_245.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_245.gif); } .bank-logo-246 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_246.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_246.gif); } .bank-logo-247 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_247.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_247.gif); } .bank-logo-248 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_248.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_248.gif); } .bank-logo-249 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_249.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_249.gif); } .bank-logo-250 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_250.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_250.gif); } .bank-logo-251 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_251.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_251.gif); } .bank-logo-252 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_252.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_252.gif); } .bank-logo-253 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_253.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_253.gif); } .bank-logo-254 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_254.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_254.gif); } .bank-logo-255 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_255.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_255.gif); } .bank-logo-256 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_256.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_256.gif); } .bank-logo-257 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_257.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_257.gif); } .bank-logo-258 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_258.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_258.gif); } .bank-logo-259 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_259.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_259.gif); } .bank-logo-260 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_260.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_260.gif); } .bank-logo-261 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_261.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_261.gif); } .bank-logo-262 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_262.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_262.gif); } .bank-logo-263 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_263.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_263.gif); } .bank-logo-264 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_264.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_264.gif); } .bank-logo-265 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_265.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_265.gif); } .bank-logo-266 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_266.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_266.gif); } .bank-logo-267 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_267.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_267.gif); } .bank-logo-268 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_268.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_268.gif); } .bank-logo-269 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_269.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_269.gif); } .bank-logo-270 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_270.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_270.gif); } .bank-logo-271 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_271.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_271.gif); } .bank-logo-272 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_272.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_272.gif); } .bank-logo-273 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_273.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_273.gif); } .bank-logo-274 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_274.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_274.gif); } .bank-logo-276 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_276.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_276.gif); } .bank-logo-278 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_278.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_278.gif); } .bank-logo-280 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_280.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_280.gif); } .bank-logo-281 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_281.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_281.gif); } .bank-logo-282 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_282.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_282.gif); } .bank-logo-283 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_283.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_283.gif); } .bank-logo-284 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_284.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_284.gif); } .bank-logo-285 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_285.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_285.gif); } .bank-logo-286 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_286.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_286.gif); } .bank-logo-287 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_287.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_287.gif); } .bank-logo-288 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_288.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_288.gif); } .bank-logo-1000 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_2000.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_2000.gif); } .bank-logo-2000 { - background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_1000.gif); + background-image: url(https://secure.przelewy24.pl/template/201312/bank/logo_1000.gif); } .mobile .bank-box { - width: 66px; - height: 70px; - margin-left: 4px; - margin-top: 12px; - background: none; - border: none; + width: 66px; + height: 70px; + margin-left: 4px; + margin-top: 12px; + background: none; + border: none; } .mobile .bank-box:hover { - box-shadow: none; + box-shadow: none; } .mobile .bank-logo { - background-size: cover; - width: 56px; - height: 60px; + background-size: cover; + width: 56px; + height: 60px; } .mobile .bank-name { - display: none; + display: none; } .mobile .bank-logo-1 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_1.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_1.png); } .mobile .bank-logo-4 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_4.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_4.png); } .mobile .bank-logo-7 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_7.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_7.png); } .mobile .bank-logo-15 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_15.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_15.png); } .mobile .bank-logo-16 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_16.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_16.png); } .mobile .bank-logo-19 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_19.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_19.png); } .mobile .bank-logo-21 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_21.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_21.png); } .mobile .bank-logo-25 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_25.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_25.png); } .mobile .bank-logo-27 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_27.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_27.png); } .mobile .bank-logo-29 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_29.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_29.png); } .mobile .bank-logo-30 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_30.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_30.png); } .mobile .bank-logo-32 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_32.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_32.png); } .mobile .bank-logo-34 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_34.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_34.png); } .mobile .bank-logo-35 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_35.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_35.png); } .mobile .bank-logo-36 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_36.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_36.png); } .mobile .bank-logo-37 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_37.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_37.png); } .mobile .bank-logo-38 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_38.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_38.png); } .mobile .bank-logo-39 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_39.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_39.png); } .mobile .bank-logo-40 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_40.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_40.png); } .mobile .bank-logo-42 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_42.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_42.png); } .mobile .bank-logo-44 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_44.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_44.png); } .mobile .bank-logo-47 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_47.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_47.png); } .mobile .bank-logo-55 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_55.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_55.png); } .mobile .bank-logo-56 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_56.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_56.png); } .mobile .bank-logo-61 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_61.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_61.png); } .mobile .bank-logo-62 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_62.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_62.png); } .mobile .bank-logo-63 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_63.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_63.png); } .mobile .bank-logo-68 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_68.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_68.png); } .mobile .bank-logo-70 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_70.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_70.png); } .mobile .bank-logo-71 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_71.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_71.png); } .mobile .bank-logo-72 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_72.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_72.png); } .mobile .bank-logo-78 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_78.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_78.png); } .mobile .bank-logo-79 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_79.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_79.png); } .mobile .bank-logo-80 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_80.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_80.png); } .mobile .bank-logo-82 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_82.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_82.png); } .mobile .bank-logo-83 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_83.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_83.png); } .mobile .bank-logo-89 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_89.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_89.png); } .mobile .bank-logo-91 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_91.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_91.png); } .mobile .bank-logo-93 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_93.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_93.png); } .mobile .bank-logo-94 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_94.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_94.png); } .mobile .bank-logo-96 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_96.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_96.png); } .mobile .bank-logo-97 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_97.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_97.png); } .mobile .bank-logo-98 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_98.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_98.png); } .mobile .bank-logo-100 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_100.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_100.png); } .mobile .bank-logo-101 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_101.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_101.png); } .mobile .bank-logo-102 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_102.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_102.png); } .mobile .bank-logo-103 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_103.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_103.png); } .mobile .bank-logo-104 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_104.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_104.png); } .mobile .bank-logo-105 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_105.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_105.png); } .mobile .bank-logo-106 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_106.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_106.png); } .mobile .bank-logo-108 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_108.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_108.png); } .mobile .bank-logo-109 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_109.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_109.png); } .mobile .bank-logo-110 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_110.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_110.png); } .mobile .bank-logo-111 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_111.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_111.png); } .mobile .bank-logo-113 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_113.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_113.png); } .mobile .bank-logo-114 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_114.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_114.png); } .mobile .bank-logo-115 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_115.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_115.png); } .mobile .bank-logo-117 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_117.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_117.png); } .mobile .bank-logo-118 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_118.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_118.png); } .mobile .bank-logo-120 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_120.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_120.png); } .mobile .bank-logo-121 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_121.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_121.png); } .mobile .bank-logo-122 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_122.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_122.png); } .mobile .bank-logo-123 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_123.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_123.png); } .mobile .bank-logo-125 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_125.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_125.png); } .mobile .bank-logo-127 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_127.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_127.png); } .mobile .bank-logo-130 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_130.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_130.png); } .mobile .bank-logo-132 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_132.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_132.png); } .mobile .bank-logo-133 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_133.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_133.png); } .mobile .bank-logo-134 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_134.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_134.png); } .mobile .bank-logo-135 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_135.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_135.png); } .mobile .bank-logo-137 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_137.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_137.png); } .mobile .bank-logo-138 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_138.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_138.png); } .mobile .bank-logo-139 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_139.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_139.png); } .mobile .bank-logo-142 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_142.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_142.png); } .mobile .bank-logo-145 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_145.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_145.png); } .mobile .bank-logo-146 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_146.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_146.png); } .mobile .bank-logo-148 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_148.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_148.png); } .mobile .bank-logo-149 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_149.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_149.png); } .mobile .bank-logo-150 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_150.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_150.png); } .mobile .bank-logo-151 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_151.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_151.png); } .mobile .bank-logo-155 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_155.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_155.png); } .mobile .bank-logo-159 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_159.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_159.png); } .mobile .bank-logo-160 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_160.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_160.png); } .mobile .bank-logo-162 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_162.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_162.png); } .mobile .bank-logo-163 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_163.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_163.png); } .mobile .bank-logo-165 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_165.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_165.png); } .mobile .bank-logo-166 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_166.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_166.png); } .mobile .bank-logo-167 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_167.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_167.png); } .mobile .bank-logo-169 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_169.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_169.png); } .mobile .bank-logo-170 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_170.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_170.png); } .mobile .bank-logo-171 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_171.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_171.png); } .mobile .bank-logo-174 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_174.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_174.png); } .mobile .bank-logo-175 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_175.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_175.png); } .mobile .bank-logo-180 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_180.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_180.png); } .mobile .bank-logo-182 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_182.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_182.png); } .mobile .bank-logo-183 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_183.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_183.png); } .mobile .bank-logo-184 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_184.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_184.png); } .mobile .bank-logo-186 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_186.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_186.png); } .mobile .bank-logo-187 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_187.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_187.png); } .mobile .bank-logo-188 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_188.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_188.png); } .mobile .bank-logo-189 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_189.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_189.png); } .mobile .bank-logo-190 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_190.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_190.png); } .mobile .bank-logo-191 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_191.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_191.png); } .mobile .bank-logo-192 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_192.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_192.png); } .mobile .bank-logo-193 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_193.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_193.png); } .mobile .bank-logo-194 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_194.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_194.png); } .mobile .bank-logo-195 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_195.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_195.png); } .mobile .bank-logo-196 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_196.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_196.png); } .mobile .bank-logo-197 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_197.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_197.png); } .mobile .bank-logo-198 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_198.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_198.png); } .mobile .bank-logo-199 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_199.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_199.png); } .mobile .bank-logo-200 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_200.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_200.png); } .mobile .bank-logo-201 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_201.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_201.png); } .mobile .bank-logo-202 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_202.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_202.png); } .mobile .bank-logo-221 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_221.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_221.png); } .mobile .bank-logo-230 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_230.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_230.png); } .mobile .bank-logo-231 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_231.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_231.png); } .mobile .bank-logo-275 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_275.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_275.png); } .mobile .bank-logo-277 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_277.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_277.png); } .mobile .bank-logo-279 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_279.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_279.png); } .mobile .bank-logo-289 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_289.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_289.png); } .mobile .bank-logo-290 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_290.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_290.png); } .mobile .bank-logo-291 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_291.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_291.png); } .mobile .bank-logo-292 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_292.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_292.png); } .mobile .bank-logo-293 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_293.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_293.png); } .mobile .bank-logo-2 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_2.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_2.png); } .mobile .bank-logo-3 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_3.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_3.png); } .mobile .bank-logo-5 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_5.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_5.png); } .mobile .bank-logo-6 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_6.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_6.png); } .mobile .bank-logo-14 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_14.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_14.png); } .mobile .bank-logo-17 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_17.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_17.png); } .mobile .bank-logo-18 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_18.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_18.png); } .mobile .bank-logo-20 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_20.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_20.png); } .mobile .bank-logo-22 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_22.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_22.png); } .mobile .bank-logo-26 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_26.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_26.png); } .mobile .bank-logo-28 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_28.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_28.png); } .mobile .bank-logo-31 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_31.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_31.png); } .mobile .bank-logo-33 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_33.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_33.png); } .mobile .bank-logo-41 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_41.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_41.png); } .mobile .bank-logo-43 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_43.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_43.png); } .mobile .bank-logo-45 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_45.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_45.png); } .mobile .bank-logo-46 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_46.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_46.png); } .mobile .bank-logo-48 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_48.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_48.png); } .mobile .bank-logo-49 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_49.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_49.png); } .mobile .bank-logo-50 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_50.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_50.png); } .mobile .bank-logo-51 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_51.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_51.png); } .mobile .bank-logo-52 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_52.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_52.png); } .mobile .bank-logo-53 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_53.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_53.png); } .mobile .bank-logo-54 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_54.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_54.png); } .mobile .bank-logo-58 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_58.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_58.png); } .mobile .bank-logo-59 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_59.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_59.png); } .mobile .bank-logo-64 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_64.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_64.png); } .mobile .bank-logo-65 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_65.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_65.png); } .mobile .bank-logo-66 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_66.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_66.png); } .mobile .bank-logo-67 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_67.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_67.png); } .mobile .bank-logo-69 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_69.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_69.png); } .mobile .bank-logo-75 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_75.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_75.png); } .mobile .bank-logo-76 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_76.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_76.png); } .mobile .bank-logo-81 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_81.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_81.png); } .mobile .bank-logo-84 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_84.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_84.png); } .mobile .bank-logo-85 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_85.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_85.png); } .mobile .bank-logo-87 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_87.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_87.png); } .mobile .bank-logo-88 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_88.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_88.png); } .mobile .bank-logo-90 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_90.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_90.png); } .mobile .bank-logo-92 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_92.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_92.png); } .mobile .bank-logo-95 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_95.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_95.png); } .mobile .bank-logo-99 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_99.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_99.png); } .mobile .bank-logo-107 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_107.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_107.png); } .mobile .bank-logo-112 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_112.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_112.png); } .mobile .bank-logo-116 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_116.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_116.png); } .mobile .bank-logo-119 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_119.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_119.png); } .mobile .bank-logo-124 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_124.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_124.png); } .mobile .bank-logo-129 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_129.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_129.png); } .mobile .bank-logo-131 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_131.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_131.png); } .mobile .bank-logo-136 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_136.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_136.png); } .mobile .bank-logo-140 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_140.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_140.png); } .mobile .bank-logo-141 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_141.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_141.png); } .mobile .bank-logo-143 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_143.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_143.png); } .mobile .bank-logo-144 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_144.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_144.png); } .mobile .bank-logo-147 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_147.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_147.png); } .mobile .bank-logo-152 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_152.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_152.png); } .mobile .bank-logo-153 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_153.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_153.png); } .mobile .bank-logo-154 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_154.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_154.png); } .mobile .bank-logo-156 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_156.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_156.png); } .mobile .bank-logo-157 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_157.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_157.png); } .mobile .bank-logo-158 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_158.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_158.png); } .mobile .bank-logo-161 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_161.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_161.png); } .mobile .bank-logo-164 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_164.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_164.png); } .mobile .bank-logo-172 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_172.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_172.png); } .mobile .bank-logo-173 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_173.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_173.png); } .mobile .bank-logo-176 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_176.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_176.png); } .mobile .bank-logo-177 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_177.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_177.png); } .mobile .bank-logo-178 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_178.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_178.png); } .mobile .bank-logo-181 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_181.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_181.png); } .mobile .bank-logo-185 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_185.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_185.png); } .mobile .bank-logo-203 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_203.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_203.png); } .mobile .bank-logo-204 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_204.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_204.png); } .mobile .bank-logo-205 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_205.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_205.png); } .mobile .bank-logo-206 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_206.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_206.png); } .mobile .bank-logo-207 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_207.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_207.png); } .mobile .bank-logo-208 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_208.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_208.png); } .mobile .bank-logo-209 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_209.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_209.png); } .mobile .bank-logo-210 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_210.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_210.png); } .mobile .bank-logo-211 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_211.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_211.png); } .mobile .bank-logo-212 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_212.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_212.png); } .mobile .bank-logo-213 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_213.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_213.png); } .mobile .bank-logo-214 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_214.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_214.png); } .mobile .bank-logo-215 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_215.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_215.png); } .mobile .bank-logo-216 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_216.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_216.png); } .mobile .bank-logo-217 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_217.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_217.png); } .mobile .bank-logo-218 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_218.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_218.png); } .mobile .bank-logo-219 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_219.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_219.png); } .mobile .bank-logo-220 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_220.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_220.png); } .mobile .bank-logo-222 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_222.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_222.png); } .mobile .bank-logo-223 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_223.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_223.png); } .mobile .bank-logo-224 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_224.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_224.png); } .mobile .bank-logo-225 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_225.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_225.png); } .mobile .bank-logo-226 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_226.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_226.png); } .mobile .bank-logo-227 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_227.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_227.png); } .mobile .bank-logo-228 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_228.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_228.png); } .mobile .bank-logo-229 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_229.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_229.png); } .mobile .bank-logo-232 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_232.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_232.png); } .mobile .bank-logo-233 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_233.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_233.png); } .mobile .bank-logo-234 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_234.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_234.png); } .mobile .bank-logo-235 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_235.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_235.png); } .mobile .bank-logo-236 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_236.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_236.png); } .mobile .bank-logo-237 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_237.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_237.png); } .mobile .bank-logo-238 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_238.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_238.png); } .mobile .bank-logo-239 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_239.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_239.png); } .mobile .bank-logo-240 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_240.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_240.png); } .mobile .bank-logo-241 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_241.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_241.png); } .mobile .bank-logo-242 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_242.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_242.png); } .mobile .bank-logo-243 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_243.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_243.png); } .mobile .bank-logo-244 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_244.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_244.png); } .mobile .bank-logo-245 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_245.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_245.png); } .mobile .bank-logo-246 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_246.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_246.png); } .mobile .bank-logo-247 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_247.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_247.png); } .mobile .bank-logo-248 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_248.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_248.png); } .mobile .bank-logo-249 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_249.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_249.png); } .mobile .bank-logo-250 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_250.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_250.png); } .mobile .bank-logo-251 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_251.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_251.png); } .mobile .bank-logo-252 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_252.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_252.png); } .mobile .bank-logo-253 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_253.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_253.png); } .mobile .bank-logo-254 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_254.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_254.png); } .mobile .bank-logo-255 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_255.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_255.png); } .mobile .bank-logo-256 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_256.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_256.png); } .mobile .bank-logo-257 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_257.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_257.png); } .mobile .bank-logo-258 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_258.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_258.png); } .mobile .bank-logo-259 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_259.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_259.png); } .mobile .bank-logo-260 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_260.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_260.png); } .mobile .bank-logo-261 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_261.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_261.png); } .mobile .bank-logo-262 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_262.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_262.png); } .mobile .bank-logo-263 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_263.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_263.png); } .mobile .bank-logo-264 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_264.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_264.png); } .mobile .bank-logo-265 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_265.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_265.png); } .mobile .bank-logo-266 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_266.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_266.png); } .mobile .bank-logo-267 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_267.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_267.png); } .mobile .bank-logo-268 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_268.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_268.png); } .mobile .bank-logo-269 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_269.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_269.png); } .mobile .bank-logo-270 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_270.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_270.png); } .mobile .bank-logo-271 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_271.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_271.png); } .mobile .bank-logo-272 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_272.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_272.png); } .mobile .bank-logo-273 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_273.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_273.png); } .mobile .bank-logo-274 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_274.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_274.png); } .mobile .bank-logo-276 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_276.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_276.png); } .mobile .bank-logo-278 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_278.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_278.png); } .mobile .bank-logo-280 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_280.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_280.png); } .mobile .bank-logo-281 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_281.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_281.png); } .mobile .bank-logo-282 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_282.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_282.png); } .mobile .bank-logo-283 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_283.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_283.png); } .mobile .bank-logo-284 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_284.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_284.png); } .mobile .bank-logo-285 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_285.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_285.png); } .mobile .bank-logo-286 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_286.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_286.png); } .mobile .bank-logo-287 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_287.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_287.png); } .mobile .bank-logo-288 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_288.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_288.png); } .mobile .bank-logo-1000 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_2000.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_2000.png); } .mobile .bank-logo-2000 { - background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_1000.png); + background-image: url(https://secure.przelewy24.pl/template/201312/method/pf_1000.png); } /** navbar-nav */ .navbar-nav .dropdown-menu ul { - display: grid; - grid-template-columns: repeat(2, 270px); - grid-column-gap: 20px; + display: grid; + grid-template-columns: repeat(2, 270px); + grid-column-gap: 20px; } .iview-controlNav div.iview-items { - left: 0 !important; + left: 0 !important; } .bannercontainer { - .caption-contain { - cursor: pointer; - } + .caption-contain { + cursor: pointer; + } } #apc_modal_1 { - padding: 25px; - display: block; + padding: 25px; + display: block; - h5 { - color: #a443ff; - text-align: center; - font-size: 1.1rem; - margin-bottom: 25px; - line-height: 1.25; - font-weight: 300; + h5 { + color: #a443ff; + text-align: center; + font-size: 1.1rem; + margin-bottom: 25px; + line-height: 1.25; + font-weight: 300; - @media (min-width: 600px) { - white-space: nowrap; - } - } + @media (min-width: 600px) { + white-space: nowrap; + } + } - .content { - display: grid; - gap: 10px; - grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); - font-weight: 300; + .content { + display: grid; + gap: 10px; + grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); + font-weight: 300; - .left, - .right { - p:nth-child(2) { - font-size: 1.5rem; - color: #000d4c; - font-weight: 900; - } + .left, + .right { + p:nth-child(2) { + font-size: 1.5rem; + color: #000d4c; + font-weight: 900; + } - p:nth-child(3) { - font-size: 1.5rem; - color: #a443ff; - font-weight: 300; - } - } - } + p:nth-child(3) { + font-size: 1.5rem; + color: #a443ff; + font-weight: 300; + } + } + } } .apc-popup .dont-show-again { - padding: 5px 10px; - margin: 1px; - border-radius: 5px; - background-color: #3e2780 !important; + padding: 5px 10px; + margin: 1px; + border-radius: 5px; + background-color: #3e2780 !important; - a { - color: #fff !important; - } + a { + color: #fff !important; + } } #product-details.fade { - opacity: 1 !important; + opacity: 1 !important; - .product-manufacturer { - display: none !important; - } + .product-manufacturer { + display: none !important; + } - .product-reference { - display: none !important; - } + .product-reference { + display: none !important; + } } .leo-fly-cart-slidebar { - max-width: calc(100vw - 393px); + max-width: calc(100vw - 393px); - .leo-dropdown-list-item-warpper { - max-width: calc(100% - 389px); - overflow: auto; + .leo-dropdown-list-item-warpper { + max-width: calc(100% - 389px); + overflow: auto; - @media (max-width: 1040px) { - display: none; - } - } + @media (max-width: 1040px) { + display: none; + } + } } .payment-options { - .payment-option { - &.active { - border: 2px solid #a340ff; - } - } -} + .payment-option { + &.active { + border: 2px solid #a340ff; + } + } +} \ No newline at end of file