/** * Style for customizer * * ----------------------------------------------------------------------------- */ #accordion-panel-widgets { display: none !important; } .penci-docs{ display: inline-block; background: #ff0000; padding: 6px 10px; color: #fff; text-decoration: none; line-height: 1; white-space: nowrap; font-size: 13px; margin-top: 10px; text-transform: uppercase; outline: none; font-weight: 500; } .penci-docs:hover { background: #3f51b5; color:#fff; } /** * Radio fonts Control * ----------------------------------------------------------------------------- */ .customize-control-radio-fonts input[type='radio'] { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; } .customize-control-radio-fonts .penci-radio-font { box-sizing: border-box; border: 1px solid #ccc; border-radius: 0; transition: border-color .3s; display: inline-block; margin: 4px 2px; width: 50px; line-height: 37px; text-align: center; cursor: pointer; vertical-align: top; height: 40px; padding: 0; font-size: 17px; font-weight: bold; } .customize-control-radio-fonts .penci-radio-font:hover, .customize-control-radio-fonts .penci-radio-font:focus , .customize-control-radio-fonts input:checked + span + .penci-radio-font { border-color: #3f51b5; } .penci-radio-fonts { } /** * Radio Image Control * ----------------------------------------------------------------------------- */ .customize-control-radio-image input[type='radio'] { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; } .customize-control-radio-image img { box-sizing: border-box; width: 30%; height: auto; padding: 2px; border: 3px solid #ccc; border-radius: 0; transition: border-color .3s; } .customize-control-radio-image img.penci_home_layout_style, .customize-control-radio-image img.penci_cat_layout_style, .customize-control-radio-image img.penci_archive_layout_style, .customize-control-radio-image img.penci_block_pag_layout_style { width: 19%; } .customize-control-radio-image img.penci_single_sidebar_layout, .customize-control-radio-image img.penci_footer_style, .customize-control-radio-image img.penci_single_template, .customize-control-radio-image img.penci_page_template { width: 30%; } .customize-control-radio-image img.penci_footer_col{ width: 45%; } .customize-control-radio-image img.penci_header_layout, .customize-control-radio-image img.penci_topbar_layout{ width: 100%; border: 2px solid #ccc; margin-bottom: 5px; } .customize-control-radio-image img:hover, .customize-control-radio-image img:focus { border-color: #3f51b5; } .customize-control-radio-image input:checked + span + img { border-color: #3f51b5; } #penci-header-preview { position: absolute; left: 0; z-index: 9999; right: 0; } #penci-header-preview img { max-width: 100%; box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46); -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46); -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46); } /***********************/ .customize-control-penci-toggle { position: relative; } .customize-control-penci-toggle label { display: flex; flex-wrap: wrap; } .customize-control-penci-toggle label .customize-control-title { width: calc(100% - 42px); } .customize-control-penci-toggle label .description { order: 99; } .customize-control-penci-toggle .switch { display: inline-block; width: 40px; height: 20px; border-radius: 17px; vertical-align: middle; position: relative; top: 2px; cursor: pointer; user-select: none; transition: background 350ms ease; background: #ccc; text-shadow: 0px 1px 1px rgba(255,255,255,0.8); box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1); } .customize-control-penci-toggle .switch:after, .customize-control-penci-toggle .switch:before { content: ""; display: block; width: 17px; height: 17px; border-radius: 50%; position: absolute; top: 50%; left: 1px; transition: all 350ms cubic-bezier(0, 0.95, 0.38, 0.98), background 150ms ease; } .customize-control-penci-toggle .switch:before { background: rgba(0, 0, 0, 0.2); transform: translate3d(0, -50%, 0) scale(0); } .customize-control-penci-toggle .switch:after { border: 1px solid #c9cdcf; transform: translate3d(0, -50%, 0); background: #FFFFFF; box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5); } .customize-control-penci-toggle .switch:active:before { transform: translate3d(0, -50%, 0) scale(3); } .customize-control-penci-toggle input:checked + .switch { background: #3f51b5; border-color: #3f51b5; } .customize-control-penci-toggle input:checked + .switch:before { background:rgba(63, 81, 181, 0.075); transform: translate3d(100%, -50%, 0) scale(1); } .customize-control-penci-toggle input:checked + .switch:after { background: #fff; transform: translate3d(100%, -50%, 0); } .customize-control-penci-toggle input:checked + .switch:active:before { background: rgba(63, 81, 181, 0.075); transform: translate3d(100%, -50%, 0) scale(3); } .customize-control-penci-toggle .kirki-controls-loading-spinner { position: absolute; top: 0; left: 0; margin: 0; width: 100%; height: 100%; z-index: 999; text-align: center; background-color: #eee; } .customize-control-penci-toggle .kirki-controls-loading-spinner > div { margin-top: 20px; width: 18px; height: 18px; background-color: #333; border-radius: 100%; display: inline-block; -webkit-animation: kirkibouncedelay 1.4s infinite ease-in-out both; animation: kirkibouncedelay 1.4s infinite ease-in-out both; } .customize-control-penci-toggle .kirki-controls-loading-spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .customize-control-penci-toggle .kirki-controls-loading-spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes kirkibouncedelay { 0%, 100%, 80% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes kirkibouncedelay { 0%, 100%, 80% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } /*# sourceMappingURL=toggle.css.map */ /** * Custom Content Control * ----------------------------------------------------------------------------- */ .customize-control-custom-content h4 { text-transform: uppercase; font-size: 1.1em; } #penci-header-preview { position: absolute; left: 0; z-index: 9999; right: 0; } #penci-header-preview img { max-width: 100%; box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46); -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46); -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46); } #customize-theme-controls > ul > li > h3:before{ font-family: dashicons; position: relative; top: 3px; font-size: 20px; margin-right: 10px; content: "\f107"; } .rtl #customize-theme-controls > ul > li > h3:before { float: right; margin-right: 0; margin-left: 10px; } #accordion-section-general > .accordion-section-title:before{ content: "\f226"; } #accordion-section-penci_topbar > .accordion-section-title:before{ content: "\f480"; } #accordion-section-penci_panel_header > .accordion-section-title:before{ content: "\f119"; } #accordion-section-penci_archive > .accordion-section-title:before{ content: "\f175"; } #accordion-section-penci_single > .accordion-section-title:before{ content: "\f109"; } #accordion-section-footer > .accordion-section-title:before{ content: "\f346"; } #accordion-section-layout > .accordion-section-title:before{ content: "\f212"; } #accordion-section-colors > .accordion-section-title:before{ content: "\f100"; } #accordion-section-static_front_page > .accordion-section-title:before{ content: "\f102"; } #accordion-section-title_tagline > .accordion-section-title:before{ content: "\f323"; } #accordion-panel-widgets > .accordion-section-title:before{ content: "\f479"; } #accordion-panel-nav_menus > .accordion-section-title:before{ content: "\f333"; } #accordion-section-portfolios > .accordion-section-title:before{ content: "\f322"; } #accordion-section-penci_page > .accordion-section-title:before{ content: "\f105"; } #accordion-section-social_media > .accordion-section-title:before{ content: "\f237"; } #accordion-section-penci_new_section_review > .accordion-section-title:before{ content: "\f185"; } #accordion-panel-woocommerce > .accordion-section-title:before{ font-family: WooCommerce!important; content: "\e03d"; } #accordion-section-custom_css > .accordion-section-title:before{ content: "\f108"; } #accordion-section-page404 > .accordion-section-title:before{ content: "\f534"; } #accordion-section-penci_section_transition_text > .accordion-section-title:before{ content: "\f326"; } #accordion-section-penci_new_section_recipe > .accordion-section-title:before{ content: "\f163"; } #accordion-section-penci-woocommrce > .accordion-section-title:before{ font-family: WooCommerce!important; content: '\e03d'; } #accordion-section-penci-portfolio > .accordion-section-title:before{ content: "\f318"; } #accordion-section-penci_section_color_mobile_nav > .accordion-section-title:before { content: "\f471"; } #accordion-section-penci_sidebar > .accordion-section-title:before { content: "\f133"; } #accordion-section-penci_single > .accordion-section-title:before { content: "\f157"; } #accordion-section-penci_panel_ajaxsearch > .accordion-section-title:before { content: "\f179"; } #accordion-section-penci-bbpress > .accordion-section-title:before { content: "\f449"; } #accordion-section-penci-buddypress > .accordion-section-title:before { content: "\f452"; } #accordion-section-penci_section_color_single > .accordion-section-title:before, #accordion-section-penci_section_color_sidebar > .accordion-section-title:before, #accordion-section-penci_section_color_signup > .accordion-section-title:before, #accordion-section-penci_section_color_general > .accordion-section-title:before, #accordion-section-penci_section_color_topbar > .accordion-section-title:before, #accordion-section-penci_section_color_footer > .accordion-section-title:before, #accordion-section-penci_section_color_header > .accordion-section-title:before{ content: "\f540"; } .customize-control .widget .nav-tab { margin-left: 2px; padding: 3px 5px; font-size: 12px; line-height: 20px; } #customize-control-penci_general_loader_effect .customize-control-content-html { border-radius: 2px; } #customize-control-penci_general_loader_effect .customize-control-content-html .penci-radio-html { float: left; text-align: center; width: -webkit-calc(25% - 2px); width: calc(25% - 2px); height: 68px; box-sizing: border-box; position: relative; border: 1px solid #e9e9e9; background: #fff; margin: 1px; -webkit-transition: all .3s; transition: all .3s } #customize-control-penci_general_loader_effect .customize-control-content-html .penci-radio-html.selected, #customize-control-penci_general_loader_effect .customize-control-content-html .penci-radio-html:hover { border-color: #3f51b5; } #customize-control-penci_general_loader_effect .customize-control-content-html .penci-radio-html input { opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100% } .penci-loading-animation:before,.penci-loading-animation:after { content: ""; position: absolute } .penci-loading-animation-5 .one, .penci-loading-animation-5 .two, .penci-loading-animation-5 .three, .penci-loading-animation-6 .penci-loading-animation:before, .penci-loading-animation-7 .penci-loading-animation, .penci-loading-animation-8 .penci-loading-animation, .penci-loading-animation-9 .penci-loading-circle-inner:before { background: #dadada; } .penci-loading-animation-1 { height: 45px; margin-top: 10px; } .penci-loading-animation-1 > div { background-color: #dadada; height: 100%; width: 6px; margin: 0 1px; display: inline-block; -webkit-animation: pencistretchdelay 1s infinite ease-in-out; animation: pencistretchdelay 1s infinite ease-in-out; } .penci-loading-animation-1 .rect2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .penci-loading-animation-1 .rect3 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .penci-loading-animation-1 .rect4 { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } @-webkit-keyframes pencistretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 20% { -webkit-transform: scaleY(1.0) } } @keyframes pencistretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); } 20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); } } .penci-loading-animation-2 { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5) } .penci-loading-animation-2 .penci-loading-animation { margin: 26px auto; width: 1em; height: 1em; border-radius: 50%; position: relative; -webkit-animation: loader-2 1.3s infinite linear; animation: loader-2 1.3s infinite linear } @-webkit-keyframes loader-2 { 0%,100% { box-shadow: 0 -3em 0 .2em #dadada,2em -2em 0 0 #dadada,3em 0 0 -1em #dadada,2em 2em 0 -1em #dadada,0 3em 0 -1em #dadada,-2em 2em 0 -1em #dadada,-3em 0 0 -1em #dadada,-2em -2em 0 0 #dadada } 12.5% { box-shadow: 0 -3em 0 0 #dadada,2em -2em 0 .2em #dadada,3em 0 0 0 #dadada,2em 2em 0 -1em #dadada,0 3em 0 -1em #dadada,-2em 2em 0 -1em #dadada,-3em 0 0 -1em #dadada,-2em -2em 0 -1em #dadada } 25% { box-shadow: 0 -3em 0 -0.5em #dadada,2em -2em 0 0 #dadada,3em 0 0 .2em #dadada,2em 2em 0 0 #dadada,0 3em 0 -1em #dadada,-2em 2em 0 -1em #dadada,-3em 0 0 -1em #dadada,-2em -2em 0 -1em #dadada } 37.5% { box-shadow: 0 -3em 0 -1em #dadada,2em -2em 0 -1em #dadada,3em 0 0 0 #dadada,2em 2em 0 .2em #dadada,0 3em 0 0 #dadada,-2em 2em 0 -1em #dadada,-3em 0 0 -1em #dadada,-2em -2em 0 -1em #dadada } 50% { box-shadow: 0 -3em 0 -1em #dadada,2em -2em 0 -1em #dadada,3em 0 0 -1em #dadada,2em 2em 0 0 #dadada,0 3em 0 .2em #dadada,-2em 2em 0 0 #dadada,-3em 0 0 -1em #dadada,-2em -2em 0 -1em #dadada } 62.5% { box-shadow: 0 -3em 0 -1em #dadada,2em -2em 0 -1em #dadada,3em 0 0 -1em #dadada,2em 2em 0 -1em #dadada,0 3em 0 0 #dadada,-2em 2em 0 .2em #dadada,-3em 0 0 0 #dadada,-2em -2em 0 -1em #dadada } 75% { box-shadow: 0 -3em 0 -1em #dadada,2em -2em 0 -1em #dadada,3em 0 0 -1em #dadada,2em 2em 0 -1em #dadada,0 3em 0 -1em #dadada,-2em 2em 0 0 #dadada,-3em 0 0 .2em #dadada,-2em -2em 0 0 #dadada } 87.5% { box-shadow: 0 -3em 0 0 #dadada,2em -2em 0 -1em #dadada,3em 0 0 -1em #dadada,2em 2em 0 -1em #dadada,0 3em 0 -1em #dadada,-2em 2em 0 0 #dadada,-3em 0 0 0 #dadada,-2em -2em 0 .2em #dadada } } @keyframes loader-2 { 0%,100% { box-shadow: 0 -3em 0 .2em #dadada,2em -2em 0 0 #dadada,3em 0 0 -1em #dadada,2em 2em 0 -1em #dadada,0 3em 0 -1em #dadada,-2em 2em 0 -1em #dadada,-3em 0 0 -1em #dadada,-2em -2em 0 0 #dadada } 12.5% { box-shadow: 0 -3em 0 0 #dadada,2em -2em 0 .2em #dadada,3em 0 0 0 #dadada,2em 2em 0 -1em #dadada,0 3em 0 -1em #dadada,-2em 2em 0 -1em #dadada,-3em 0 0 -1em #dadada,-2em -2em 0 -1em #dadada } 25% { box-shadow: 0 -3em 0 -0.5em #dadada,2em -2em 0 0 #dadada,3em 0 0 .2em #dadada,2em 2em 0 0 #dadada,0 3em 0 -1em #dadada,-2em 2em 0 -1em #dadada,-3em 0 0 -1em #dadada,-2em -2em 0 -1em #dadada } 37.5% { box-shadow: 0 -3em 0 -1em #dadada,2em -2em 0 -1em #dadada,3em 0 0 0 #dadada,2em 2em 0 .2em #dadada,0 3em 0 0 #dadada,-2em 2em 0 -1em #dadada,-3em 0 0 -1em #dadada,-2em -2em 0 -1em #dadada } 50% { box-shadow: 0 -3em 0 -1em #dadada,2em -2em 0 -1em #dadada,3em 0 0 -1em #dadada,2em 2em 0 0 #dadada,0 3em 0 .2em #dadada,-2em 2em 0 0 #dadada,-3em 0 0 -1em #dadada,-2em -2em 0 -1em #dadada } 62.5% { box-shadow: 0 -3em 0 -1em #dadada,2em -2em 0 -1em #dadada,3em 0 0 -1em #dadada,2em 2em 0 -1em #dadada,0 3em 0 0 #dadada,-2em 2em 0 .2em #dadada,-3em 0 0 0 #dadada,-2em -2em 0 -1em #dadada } 75% { box-shadow: 0 -3em 0 -1em #dadada,2em -2em 0 -1em #dadada,3em 0 0 -1em #dadada,2em 2em 0 -1em #dadada,0 3em 0 -1em #dadada,-2em 2em 0 0 #dadada,-3em 0 0 .2em #dadada,-2em -2em 0 0 #dadada } 87.5% { box-shadow: 0 -3em 0 0 #dadada,2em -2em 0 -1em #dadada,3em 0 0 -1em #dadada,2em 2em 0 -1em #dadada,0 3em 0 -1em #dadada,-2em 2em 0 0 #dadada,-3em 0 0 0 #dadada,-2em -2em 0 .2em #dadada } } .penci-loading-animation-3 { -webkit-transform: scale(0.55); -ms-transform: scale(0.55); transform: scale(0.55) } .penci-loading-animation-3 .penci-loading-animation { margin: 26px auto; width: 1em; height: 1em; border-radius: 50%; position: relative; -webkit-animation: loader-3 1.1s infinite ease; animation: loader-3 1.1s infinite ease } @-webkit-keyframes loader-3 { 0%,100% { box-shadow: 0 -2.6em 0 0 #c2c2c2,1.8em -1.8em 0 0 rgba(218,218,218,0.2),2.5em 0 0 0 rgba(218,218,218,0.2),1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.2),-1.8em 1.8em 0 0 rgba(218,218,218,0.2),-2.6em 0 0 0 rgba(218,218,218,0.5),-1.8em -1.8em 0 0 rgba(218,218,218,0.7) } 12.5% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.7),1.8em -1.8em 0 0 #c2c2c2,2.5em 0 0 0 rgba(218,218,218,0.2),1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.2),-1.8em 1.8em 0 0 rgba(218,218,218,0.2),-2.6em 0 0 0 rgba(218,218,218,0.2),-1.8em -1.8em 0 0 rgba(218,218,218,0.5) } 25% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.5),1.8em -1.8em 0 0 rgba(218,218,218,0.7),2.5em 0 0 0 #c2c2c2,1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.2),-1.8em 1.8em 0 0 rgba(218,218,218,0.2),-2.6em 0 0 0 rgba(218,218,218,0.2),-1.8em -1.8em 0 0 rgba(218,218,218,0.2) } 37.5% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.2),1.8em -1.8em 0 0 rgba(218,218,218,0.5),2.5em 0 0 0 rgba(218,218,218,0.7),1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.2),-1.8em 1.8em 0 0 rgba(218,218,218,0.2),-2.6em 0 0 0 rgba(218,218,218,0.2),-1.8em -1.8em 0 0 rgba(218,218,218,0.2) } 50% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.2),1.8em -1.8em 0 0 rgba(218,218,218,0.2),2.5em 0 0 0 rgba(218,218,218,0.5),1.75em 1.75em 0 0 rgba(218,218,218,0.7),0 2.5em 0 0 #c2c2c2,-1.8em 1.8em 0 0 rgba(218,218,218,0.2),-2.6em 0 0 0 rgba(218,218,218,0.2),-1.8em -1.8em 0 0 rgba(218,218,218,0.2) } 62.5% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.2),1.8em -1.8em 0 0 rgba(218,218,218,0.2),2.5em 0 0 0 rgba(218,218,218,0.2),1.75em 1.75em 0 0 rgba(218,218,218,0.5),0 2.5em 0 0 rgba(218,218,218,0.7),-1.8em 1.8em 0 0 #c2c2c2,-2.6em 0 0 0 rgba(218,218,218,0.2),-1.8em -1.8em 0 0 rgba(218,218,218,0.2) } 75% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.2),1.8em -1.8em 0 0 rgba(218,218,218,0.2),2.5em 0 0 0 rgba(218,218,218,0.2),1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.5),-1.8em 1.8em 0 0 rgba(218,218,218,0.7),-2.6em 0 0 0 #c2c2c2,-1.8em -1.8em 0 0 rgba(218,218,218,0.2) } 87.5% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.2),1.8em -1.8em 0 0 rgba(218,218,218,0.2),2.5em 0 0 0 rgba(218,218,218,0.2),1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.2),-1.8em 1.8em 0 0 rgba(218,218,218,0.5),-2.6em 0 0 0 rgba(218,218,218,0.7),-1.8em -1.8em 0 0 #c2c2c2 } } @keyframes loader-3 { 0%,100% { box-shadow: 0 -2.6em 0 0 #c2c2c2,1.8em -1.8em 0 0 rgba(218,218,218,0.2),2.5em 0 0 0 rgba(218,218,218,0.2),1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.2),-1.8em 1.8em 0 0 rgba(218,218,218,0.2),-2.6em 0 0 0 rgba(218,218,218,0.5),-1.8em -1.8em 0 0 rgba(218,218,218,0.7) } 12.5% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.7),1.8em -1.8em 0 0 #c2c2c2,2.5em 0 0 0 rgba(218,218,218,0.2),1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.2),-1.8em 1.8em 0 0 rgba(218,218,218,0.2),-2.6em 0 0 0 rgba(218,218,218,0.2),-1.8em -1.8em 0 0 rgba(218,218,218,0.5) } 25% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.5),1.8em -1.8em 0 0 rgba(218,218,218,0.7),2.5em 0 0 0 #c2c2c2,1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.2),-1.8em 1.8em 0 0 rgba(218,218,218,0.2),-2.6em 0 0 0 rgba(218,218,218,0.2),-1.8em -1.8em 0 0 rgba(218,218,218,0.2) } 37.5% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.2),1.8em -1.8em 0 0 rgba(218,218,218,0.5),2.5em 0 0 0 rgba(218,218,218,0.7),1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.2),-1.8em 1.8em 0 0 rgba(218,218,218,0.2),-2.6em 0 0 0 rgba(218,218,218,0.2),-1.8em -1.8em 0 0 rgba(218,218,218,0.2) } 50% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.2),1.8em -1.8em 0 0 rgba(218,218,218,0.2),2.5em 0 0 0 rgba(218,218,218,0.5),1.75em 1.75em 0 0 rgba(218,218,218,0.7),0 2.5em 0 0 #c2c2c2,-1.8em 1.8em 0 0 rgba(218,218,218,0.2),-2.6em 0 0 0 rgba(218,218,218,0.2),-1.8em -1.8em 0 0 rgba(218,218,218,0.2) } 62.5% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.2),1.8em -1.8em 0 0 rgba(218,218,218,0.2),2.5em 0 0 0 rgba(218,218,218,0.2),1.75em 1.75em 0 0 rgba(218,218,218,0.5),0 2.5em 0 0 rgba(218,218,218,0.7),-1.8em 1.8em 0 0 #c2c2c2,-2.6em 0 0 0 rgba(218,218,218,0.2),-1.8em -1.8em 0 0 rgba(218,218,218,0.2) } 75% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.2),1.8em -1.8em 0 0 rgba(218,218,218,0.2),2.5em 0 0 0 rgba(218,218,218,0.2),1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.5),-1.8em 1.8em 0 0 rgba(218,218,218,0.7),-2.6em 0 0 0 #c2c2c2,-1.8em -1.8em 0 0 rgba(218,218,218,0.2) } 87.5% { box-shadow: 0 -2.6em 0 0 rgba(218,218,218,0.2),1.8em -1.8em 0 0 rgba(218,218,218,0.2),2.5em 0 0 0 rgba(218,218,218,0.2),1.75em 1.75em 0 0 rgba(218,218,218,0.2),0 2.5em 0 0 rgba(218,218,218,0.2),-1.8em 1.8em 0 0 rgba(218,218,218,0.5),-2.6em 0 0 0 rgba(218,218,218,0.7),-1.8em -1.8em 0 0 #c2c2c2 } } .penci-loading-animation-4 { -webkit-transform: scale(0.35); -ms-transform: scale(0.35); transform: scale(0.35) } .penci-loading-animation-4 .penci-loading-animation { font-size: 80px; overflow: hidden; width: 1em; height: 1em; border-radius: 50%; margin: -7px auto; position: relative; -webkit-animation: loader-4 1.7s infinite ease; animation: loader-4 1.7s infinite ease } @-webkit-keyframes loader-4 { 0% { -webkit-transform: rotate(0); transform: rotate(0); box-shadow: 0 -0.83em 0 -0.4em #ccc,0 -0.83em 0 -0.42em #ccc,0 -0.83em 0 -0.44em #ccc,0 -0.83em 0 -0.46em #ccc,0 -0.83em 0 -0.477em #ccc } 5%,95% { box-shadow: 0 -0.83em 0 -0.4em #ccc,0 -0.83em 0 -0.42em #ccc,0 -0.83em 0 -0.44em #ccc,0 -0.83em 0 -0.46em #ccc,0 -0.83em 0 -0.477em #ccc } 10%,59% { box-shadow: 0 -0.83em 0 -0.4em #ccc,-0.087em -0.825em 0 -0.42em #ccc,-0.173em -0.812em 0 -0.44em #ccc,-0.256em -0.789em 0 -0.46em #ccc,-0.297em -0.775em 0 -0.477em #ccc } 20% { box-shadow: 0 -0.83em 0 -0.4em #ccc,-0.338em -0.758em 0 -0.42em #ccc,-0.555em -0.617em 0 -0.44em #ccc,-0.671em -0.488em 0 -0.46em #ccc,-0.749em -0.34em 0 -0.477em #ccc } 38% { box-shadow: 0 -0.83em 0 -0.4em #ccc,-0.377em -0.74em 0 -0.42em #ccc,-0.645em -0.522em 0 -0.44em #ccc,-0.775em -0.297em 0 -0.46em #ccc,-0.82em -0.09em 0 -0.477em #ccc } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); box-shadow: 0 -0.83em 0 -0.4em #ccc,0 -0.83em 0 -0.42em #ccc,0 -0.83em 0 -0.44em #ccc,0 -0.83em 0 -0.46em #ccc,0 -0.83em 0 -0.477em #ccc } } @keyframes loader-4 { 0% { -webkit-transform: rotate(0); transform: rotate(0); box-shadow: 0 -0.83em 0 -0.4em #ccc,0 -0.83em 0 -0.42em #ccc,0 -0.83em 0 -0.44em #ccc,0 -0.83em 0 -0.46em #ccc,0 -0.83em 0 -0.477em #ccc } 5%,95% { box-shadow: 0 -0.83em 0 -0.4em #ccc,0 -0.83em 0 -0.42em #ccc,0 -0.83em 0 -0.44em #ccc,0 -0.83em 0 -0.46em #ccc,0 -0.83em 0 -0.477em #ccc } 10%,59% { box-shadow: 0 -0.83em 0 -0.4em #ccc,-0.087em -0.825em 0 -0.42em #ccc,-0.173em -0.812em 0 -0.44em #ccc,-0.256em -0.789em 0 -0.46em #ccc,-0.297em -0.775em 0 -0.477em #ccc } 20% { box-shadow: 0 -0.83em 0 -0.4em #ccc,-0.338em -0.758em 0 -0.42em #ccc,-0.555em -0.617em 0 -0.44em #ccc,-0.671em -0.488em 0 -0.46em #ccc,-0.749em -0.34em 0 -0.477em #ccc } 38% { box-shadow: 0 -0.83em 0 -0.4em #ccc,-0.377em -0.74em 0 -0.42em #ccc,-0.645em -0.522em 0 -0.44em #ccc,-0.775em -0.297em 0 -0.46em #ccc,-0.82em -0.09em 0 -0.477em #ccc } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); box-shadow: 0 -0.83em 0 -0.4em #ccc,0 -0.83em 0 -0.42em #ccc,0 -0.83em 0 -0.44em #ccc,0 -0.83em 0 -0.46em #ccc,0 -0.83em 0 -0.477em #ccc } } .penci-loading-animation-5 { } .penci-three-bounce { margin: 0px auto; text-align: center; position: relative; width: 100%; height: 20px; margin-top: 20px; } .penci-three-bounce .one, .penci-three-bounce .two, .penci-three-bounce .three { display: inline-block; width: 18px; height: 18px; border-radius: 100%; background-color: #dadada; -webkit-animation: pencibouncedelay 1.4s infinite ease-in-out both; animation: pencibouncedelay 1.4s infinite ease-in-out both; } .penci-three-bounce .one { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .penci-three-bounce .two { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes pencibouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes pencibouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { transform: scale(1); -webkit-transform: scale(1); } } .penci-loading-animation-6 { } .penci-load-thecube { margin: 16px auto; width: 32px; height: 32px; position: relative; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg) } .penci-load-thecube .penci-load-cube { position: relative; transform: rotateZ(45deg); -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); } .penci-load-thecube .penci-load-cube { float: left; width: 50%; height: 50%; position: relative; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); } .penci-load-thecube .penci-load-cube:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #dadada; animation: penci-load-fold-thecube 1.44s infinite linear both; -webkit-animation: penci-load-fold-thecube 1.44s infinite linear both; -moz-animation: penci-load-fold-thecube 1.44s infinite linear both; transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%; -moz-transform-origin: 100% 100%; } .penci-load-thecube .penci-load-c2 { transform: scale(1.1) rotateZ(90deg); -webkit-transform: scale(1.1) rotateZ(90deg); -moz-transform: scale(1.1) rotateZ(90deg); } .penci-load-thecube .penci-load-c3 { transform: scale(1.1) rotateZ(180deg); -ms-transform: scale(1.1) rotateZ(180deg); -webkit-transform: scale(1.1) rotateZ(180deg); -moz-transform: scale(1.1) rotateZ(180deg); } .penci-load-thecube .penci-load-c4 { transform: scale(1.1) rotateZ(270deg); -webkit-transform: scale(1.1) rotateZ(270deg); -moz-transform: scale(1.1) rotateZ(270deg); } .penci-load-thecube .penci-load-c2:before { animation-delay: 0.175s; -webkit-animation-delay: 0.175s; -moz-animation-delay: 0.175s; } .penci-load-thecube .penci-load-c3:before { animation-delay: 0.36s; -webkit-animation-delay: 0.36s; -moz-animation-delay: 0.36s; } .penci-load-thecube .penci-load-c4:before { animation-delay: 0.535s; -webkit-animation-delay: 0.535s; -moz-animation-delay: 0.535s; } @keyframes penci-load-fold-thecube { 0%, 10% { transform: perspective(77px) rotateX(-180deg); opacity: 0; } 25%, 75% { transform: perspective(77px) rotateX(0deg); opacity: 1; } 90%, 100% { transform: perspective(77px) rotateY(180deg); opacity: 0; } } @-webkit-keyframes penci-load-fold-thecube { 0%, 10% { -webkit-transform: perspective(77px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(77px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(77px) rotateY(180deg); opacity: 0; } } .penci-loading-animation-7 { width: 40px; height: 40px; margin: 14px auto } .penci-loading-animation-7 .penci-loading-animation { width: 33%; height: 33%; float: left; -webkit-animation: loader-7 1.3s infinite ease-in-out; animation: loader-7 1.3s infinite ease-in-out } .penci-loading-animation-7 .penci-loading-animation-inner-1 { -webkit-animation-delay: .2s; animation-delay: .2s } .penci-loading-animation-7 .penci-loading-animation-inner-2 { -webkit-animation-delay: .3s; animation-delay: .3s } .penci-loading-animation-7 .penci-loading-animation-inner-3 { -webkit-animation-delay: .4s; animation-delay: .4s } .penci-loading-animation-7 .penci-loading-animation-inner-4 { -webkit-animation-delay: .1s; animation-delay: .1s } .penci-loading-animation-7 .penci-loading-animation-inner-5 { -webkit-animation-delay: .2s; animation-delay: .2s } .penci-loading-animation-7 .penci-loading-animation-inner-6 { -webkit-animation-delay: .3s; animation-delay: .3s } .penci-loading-animation-7 .penci-loading-animation-inner-7 { -webkit-animation-delay: 0s; animation-delay: 0s; } .penci-loading-animation-7 .penci-loading-animation-inner-8 { -webkit-animation-delay: .1s; animation-delay: .1s } .penci-loading-animation-7 .penci-loading-animation-inner-9 { -webkit-animation-delay: .2s; animation-delay: .2s } @-webkit-keyframes loader-7 { 0%,70%,100% { -webkit-transform: scale3D(1,1,1); transform: scale3D(1,1,1) } 35% { -webkit-transform: scale3D(0,0,1); transform: scale3D(0,0,1) } } @keyframes loader-7 { 0%,70%,100% { -webkit-transform: scale3D(1,1,1); transform: scale3D(1,1,1) } 35% { -webkit-transform: scale3D(0,0,1); transform: scale3D(0,0,1) } } .penci-loading-animation-8 { margin: 15px auto; width: 40px; height: 40px; position: relative } .penci-loading-animation-8 .penci-loading-animation { width: 10px; height: 10px; position: absolute; top: 0; left: 0; -webkit-animation: loader-8 1.8s ease-in-out -1.8s infinite both; animation: loader-8 1.8s ease-in-out -1.8s infinite both } .penci-loading-animation-8 .penci-loading-animation-inner-2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s } @-webkit-keyframes loader-8 { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 25% { -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5); transform: translateX(30px) rotate(-90deg) scale(0.5) } 50% { -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg); transform: translateX(30px) translateY(30px) rotate(-179deg) } 50.1% { -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg); transform: translateX(30px) translateY(30px) rotate(-180deg) } 75% { -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5) } 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg) } } @keyframes loader-8 { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 25% { -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5); transform: translateX(30px) rotate(-90deg) scale(0.5) } 50% { -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg); transform: translateX(30px) translateY(30px) rotate(-179deg) } 50.1% { -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg); transform: translateX(30px) translateY(30px) rotate(-180deg) } 75% { -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5) } 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg) } } .penci-loading-circle { margin: 15px auto; width: 40px; height: 40px; position: relative } .penci-loading-circle .penci-loading-circle-inner { width: 100%; height: 100%; position: absolute; left: 0; top: 0 } .penci-loading-circle .penci-loading-circle-inner:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; border-radius: 100%; -webkit-animation: penciLoadingCircleBounceDelay 0.7s infinite ease-in-out both; animation: penciLoadingCircleBounceDelay 0.7s infinite ease-in-out both } .penci-loading-circle .penci-loading-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg) } .penci-loading-circle .penci-loading-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg) } .penci-loading-circle .penci-loading-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) } .penci-loading-circle .penci-loading-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg) } .penci-loading-circle .penci-loading-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg) } .penci-loading-circle .penci-loading-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) } .penci-loading-circle .penci-loading-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg) } .penci-loading-circle .penci-loading-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg) } .penci-loading-circle .penci-loading-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg) } .penci-loading-circle .penci-loading-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg) } .penci-loading-circle .penci-loading-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg) } .penci-loading-circle .penci-loading-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s } .penci-loading-circle .penci-loading-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s } .penci-loading-circle .penci-loading-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s } .penci-loading-circle .penci-loading-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s } .penci-loading-circle .penci-loading-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s } .penci-loading-circle .penci-loading-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s } .penci-loading-circle .penci-loading-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s } .penci-loading-circle .penci-loading-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s } .penci-loading-circle .penci-loading-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s } .penci-loading-circle .penci-loading-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s } .penci-loading-circle .penci-loading-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s } @-webkit-keyframes penciLoadingCircleBounceDelay { 0%,80%,100% { -webkit-transform: scale(0); transform: scale(0) } 40% { -webkit-transform: scale(1); transform: scale(1) } } @keyframes penciLoadingCircleBounceDelay { 0%,80%,100% { -webkit-transform: scale(0); transform: scale(0) } 40% { -webkit-transform: scale(1); transform: scale(1) } } x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586