@import url(/cache/jsn_mico2_pro/1737e4fec9e1242b0bb47e1be4725027.css);
@import url(/cache/jsn_mico2_pro/b5b29062c48254eec3ecbbb52113e9ab.css);
@import url(/cache/jsn_mico2_pro/7f2deffae2175ae4b8b94b69607099dd.css);
@import url(/cache/jsn_mico2_pro/4237a33ca3de51cdeff4605ea0121047.css);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(/cache/jsn_mico2_pro/ab9d6e3eac0b17d4557c913be13b4ac2.css);
@import url(/cache/jsn_mico2_pro/a7d4500cc8b8db97af02d9afb491a882.css);
@import url(/cache/jsn_mico2_pro/0ea1f26748b8d95b6b23c7adf118138c.css);

/* FILE: /modules/mod_ebwhatsappchat/assets/css/whatapp_style.css */
#design_iconimg { display: inline-block; font-size: 13px; padding: 5px 15px; border-radius: 25px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3); } .is-top_left{ position: fixed; top: 15px; left: 15px; z-index: 99; } .is-top_right{ position: fixed; top: 15px; right: 15px; z-index: 99; } .is-bottom_left{ position: fixed; bottom: 15px; left: 15px; z-index: 99; } .is-bottom_right { position: fixed; bottom: 15px; right: 15px; z-index: 99; } /* Add animation (fade in the popup) */ @-webkit-keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeIn { from {opacity: 0;} to {opacity:1 ;} } .whatsappchat img.is-analytics { padding-right: 10px;max-width: 24px; } .whatsappchat .popup-section { } .whatsappchat .popup-section .popup { position: relative; display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .whatsappchat .popup-section .popup .popuptext { opacity: 0; width: 370px; background-color: #ffffff; border-radius: 8px; padding: 0; position: absolute; z-index: 1; top: 70px; left: 0; transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; } .whatsappchat .popup-section .popup .popuptext::after { content: ""; position: absolute; top: -16px; left: 30px; border-width: 8px; border-style: solid; /*border-color: transparent transparent #7272ff transparent;*/ } .whatsappchat .popup-section .popup .show { transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; opacity: 1; } .whatsappchat .popup-section .help-you-btn { border-radius: 50px; white-space: nowrap; padding: 12px 24px; color: #ffffff; background: #7272ff; outline: 0; text-decoration: none; cursor: pointer; box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16); margin: 0; display: inline-block; } .whatsappchat .popup-section .popup .popuptext { box-shadow: 0 8px 25px -5px rgba(45,62,79,0.15); } .whatsappchat .popup-section .popup .popuptext .popup-box { } .whatsappchat .popup-section .popup .popuptext .popup-box .popup-top { background: #7272ff; width: 100%; display: inline-block; padding: 15px 0; border-top-left-radius: 8px; border-top-right-radius: 8px; } .whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content { float: right; padding: 5px 16px; } .whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content .name { display: block; color: #ffffff; } .whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content .label { display: block; color: #000000; } .whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .image { float: right; padding-right: 36px; } .whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .image img { max-width: 42px; } .whatsappchat .popup-section .popup .popuptext .popup-box .chat-content { background: #f7f7f7; border-radius: 4px; margin: 36px; } .whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message { position: relative; background: #eee; padding: 16px 24px; } .whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message:before { content: ''; position: absolute; top: -6px; right: 24px; width: 13px; height: 13px; transform: rotate(45deg); background-color: #eee; } .whatsappchat .popup-section .popup .popuptext .popup-box .response { position: relative; } .whatsappchat .popup-section .popup .popuptext .popup-box .response input { font-size: 14px; font-weight: normal; line-height: 1; padding: 20px 56px 20px 36px; margin: 0; color: #4e4e4e; background-color: #ffffff; border: none; width: 100%; min-height: 59px; border-top: 1px solid #e6e6e6; outline: none; } .whatsappchat .popup-section .popup .popuptext .popup-box .response .send_btn { position: absolute; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 15px; line-height: 0; } /* 16-12-2019 */ .whatsappchat.is-top_right .popup-section .popup .popuptext { right: 0; left: auto; } .whatsappchat.is-top_right .popup-section .popup .popuptext::after { left: auto; right: 30px; } .whatsappchat.is-bottom_right .popup-section .popup .popuptext { top: auto; bottom: 70px; left: auto; right: 0; opacity: 0; visibility: hidden; } .whatsappchat.is-bottom_right .popup-section .popup .popuptext.show {opacity: 1; visibility: visible;} .whatsappchat.is-bottom_right .popup-section .popup .popuptext::after { top: auto; bottom: -16px; border-color: #13572a transparent transparent transparent; left: auto; right: 30px; } .whatsappchat.is-bottom_left .popup-section .popup .popuptext { top: auto; bottom: 70px; } .whatsappchat.is-bottom_left .popup-section .popup .popuptext::after { top: auto; bottom: -16px; border-color: #13572a transparent transparent transparent; } @media (max-width: 479px) { .whatsappchat .popup-section .popup .popuptext { width: 345px; } } @media (max-width: 360px) { .whatsappchat .popup-section .popup .popuptext { width: 300px; } } .whatsappchat .popup-section .message p { margin: 0px; } .whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content .label { font-size: 14px; line-height: 1; padding: 5px 10px !important; border-radius: 4px; }
/* FILE: /plugins/jsnimageshow/themestrip/assets/css/style.css */
/*================================= FRONT END =======================================*/ .jsn-themestrip-gallery { outline: none; } .jsn-themestrip-seocontent { display: none; }

/* FILE: /plugins/jsnimageshow/themestrip/assets/css/fancybox/jquery.fancybox-1.3.4.css */
/* * FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Examples and documentation at: http://fancybox.net * * Copyright (c) 2008 - 2010 Janis Skarnelis * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. * * Version: 1.3.4 (11/11/2010) * Requires: jQuery v1.3+ * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */ #fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; } #fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox.png); } #fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; } #fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; } #fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; box-sizing: unset; -webkit-box-sizing: unset; -moz-box-sizing: unset; } #fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; } #fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; box-sizing: unset; -webkit-box-sizing: unset; -moz-box-sizing: unset; } #fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; } #fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox.png) -40px 0px; cursor: pointer; z-index: 1103; display: none; } #fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; } #fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; } #fancybox-frame { width: 100%; height: 100%; border: none; display: block; } #fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/blank.gif); z-index: 1102; display: none; } #fancybox-left { left: 0px; } #fancybox-right { right: 0px; } #fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; } #fancybox-left-ico { background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox.png); background-position: -40px -30px; } #fancybox-right-ico { background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox.png); background-position: -40px -60px; } #fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ } #fancybox-left:hover span { left: 20px; } #fancybox-right:hover span { left: auto; right: 20px; } .fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; } #fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox-x.png); } #fancybox-bg-ne { top: -20px; right: -20px; background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox.png); background-position: -40px -162px; } #fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox-y.png); background-position: -20px 0px; } #fancybox-bg-se { bottom: -20px; right: -20px; background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox.png); background-position: -40px -182px; } #fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox-x.png); background-position: 0px -20px; } #fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox.png); background-position: -40px -142px; } #fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox-y.png); } #fancybox-bg-nw { top: -20px; left: -20px; background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox.png); background-position: -40px -122px; } #fancybox-title { font-family: Helvetica; font-size: 12px; z-index: 1102; } .fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; } .fancybox-title-outside { padding-top: 10px; color: #fff; } .fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; } #fancybox-title-over { padding: 10px; background-image: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancy_title_over.png); display: block; } .fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; } #fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; } #fancybox-title-float-wrap td { border: none; white-space: nowrap; } #fancybox-title-float-left { padding: 0 0 0 15px; background: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox.png) -40px -90px no-repeat; } #fancybox-title-float-main { color: #FFF; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox-x.png) 0px -40px; } #fancybox-title-float-right { padding: 0 0 0 15px; background: url(/plugins/jsnimageshow/themestrip/assets/css/fancybox/fancybox.png) -55px -90px no-repeat; } /* IE6 */ .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; } .fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); } #fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0; top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); } #fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); } /* IE6, IE7, IE8 */ .fancybox-ie .fancybox-bg { background: transparent !important; } .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* FILE: /plugins/jsnimageshow/themestrip/assets/css/elastislide/elastislide.css */
/* Elastislide Style */ .elastislide-carousel ul li a, .elastislide-carousel ul li a:after, .elastislide-carousel ul li a:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } .elastislide-carousel ul li a img, .elastislide-carousel ul li a img:after, .elastislide-carousel ul li a img:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } .elastislide-wrapper, .elastislide-wrapper:after, .elastislide-wrapper:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } .elastislide-carousel ul li a:hover, .elastislide-carousel ul li a:active, .elastislide-carousel ul li a:focus { background-color: transparent !important; text-decoration: none !important; } .elastislide-list { list-style-type: none; display: none; } .no-js .elastislide-list { display: block; } .elastislide-carousel ul li { /*min-width: 20px;*/ /* minimum width of the image (min width + border) */ } .elastislide-wrapper { position: relative; margin: 0 auto; /*min-height: 60px;*/ /*width: 100%;*/ height: 100%; } .elastislide-wrapper.elastislide-loading { background-image: url(/plugins/jsnimageshow/themestrip/assets/images/loading.gif); background-repeat: no-repeat; background-position: center center; } .elastislide-horizontal { padding: 10px 40px; } .elastislide-vertical { padding: 40px 10px; } .elastislide-carousel { overflow: hidden; position: relative; } .elastislide-carousel ul { position: relative !important; display: block !important; list-style-type: none; padding: 0 !important; -webkit-backface-visibility: hidden; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); } .elastislide-horizontal ul { white-space: nowrap; } .elastislide-carousel ul li { margin: 0; -webkit-backface-visibility: hidden; } .elastislide-horizontal ul li { height: 100%; display: inline-block; } .elastislide-vertical ul li { display: block; } .elastislide-carousel ul li a { display: inline-block !important; width: 100%; /*padding: 0 !important;*/ } .elastislide-horizontal .elastislide-carousel ul li a img { display: block; /*border: 2px solid white;*/ width: 100% !important; } .elastislide-vertical .elastislide-carousel ul li a img { display: block; /*border: 2px solid white;*/ } /* Navigation Arrows */ .elastislide-wrapper nav span { position: absolute; background: #ddd url(/plugins/jsnimageshow/themestrip/assets/images/nav.png) no-repeat 4px 3px; width: 23px; height: 23px; border-radius: 50%; text-indent: -9000px; cursor: pointer; opacity: 0.8; } .elastislide-wrapper nav span:hover { opacity: 1.0 } .elastislide-horizontal nav span { top: 50%; left: 10px; margin-top: -11px; } .elastislide-vertical nav span { top: 10px; left: 50%; margin-left: -11px; background-position: -17px 5px; } .elastislide-horizontal nav span.elastislide-next { right: 10px; left: auto; background-position: 4px -17px; } .elastislide-vertical nav span.elastislide-next { bottom: 10px; top: auto; background-position: -17px -18px; } /**************** MY CUSTOMIZETATION *****************************/ .elastislide-carousel { position: relative; line-height: 0; } .elastislide-horizontal .elastislide-carousel.fade-white .elastislide-carousel-inner1, .elastislide-horizontal .elastislide-carousel.fade-white .elastislide-carousel-inner2, .elastislide-horizontal .elastislide-carousel.fade-black .elastislide-carousel-inner1, .elastislide-horizontal .elastislide-carousel.fade-black .elastislide-carousel-inner2 { display: block; position: absolute; top: 0; height: 100%; width: 20px; z-index: 100; } .elastislide-vertical .elastislide-carousel.fade-white .elastislide-carousel-inner1, .elastislide-vertical .elastislide-carousel.fade-white .elastislide-carousel-inner2, .elastislide-vertical .elastislide-carousel.fade-black .elastislide-carousel-inner1, .elastislide-vertical .elastislide-carousel.fade-black .elastislide-carousel-inner2 { display: block; position: absolute; left: 0; width: 100%; height: 20px; z-index: 100; } .elastislide-horizontal .elastislide-carousel.fade-white .elastislide-carousel-inner1 { background: url(/plugins/jsnimageshow/themestrip/assets/images/bg/left-white-trans.png) 0 0 repeat-y; left: 0; } .elastislide-horizontal .elastislide-carousel.fade-white .elastislide-carousel-inner2 { background: url(/plugins/jsnimageshow/themestrip/assets/images/bg/right-white-trans.png) right 0 repeat-y; right: 0; } .elastislide-horizontal .elastislide-carousel.fade-black .elastislide-carousel-inner1 { background: url(/plugins/jsnimageshow/themestrip/assets/images/bg/left-black-trans.png) 0 0 repeat-y; left: 0; } .elastislide-horizontal .elastislide-carousel.fade-black .elastislide-carousel-inner2 { background: url(/plugins/jsnimageshow/themestrip/assets/images/bg/right-black-trans.png) right 0 repeat-y; right: 0; } .elastislide-vertical .elastislide-carousel.fade-white .elastislide-carousel-inner1 { background: url(/plugins/jsnimageshow/themestrip/assets/images/bg/top-white-trans.png) 0 0 repeat-x; top: 0; } .elastislide-vertical .elastislide-carousel.fade-white .elastislide-carousel-inner2 { background: url(/plugins/jsnimageshow/themestrip/assets/images/bg/bottom-white-trans.png) right 0 repeat-x; bottom: 0; } .elastislide-vertical .elastislide-carousel.fade-black .elastislide-carousel-inner1 { background: url(/plugins/jsnimageshow/themestrip/assets/images/bg/top-black-trans.png) 0 0 repeat-x; top: 0; } .elastislide-vertical .elastislide-carousel.fade-black .elastislide-carousel-inner2 { background: url(/plugins/jsnimageshow/themestrip/assets/images/bg/bottom-black-trans.png) right 0 repeat-x; bottom: 0; } /**************** MY CUSTOMIZETATION *****************************/

/* FILE: /plugins/jsnimageshow/themestrip/assets/css/elastislide/custom.css */
/* Custom Elastislide Styling */ .themestrip-container { margin: 0 auto; } .themestrip-container .elastislide-horizontal { padding: 10px 40px; margin: 10px; } .themestrip-container .elastislide-wrapper:before, .themestrip-container .elastislide-wrapper:after{ content: ''; position: absolute; z-index: -2; bottom: 15px; left: 20px; /*width: 50%; height: 20%;*/ -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -o-transform: rotate(-3deg); transform: rotate(-3deg); } .themestrip-container .elastislide-wrapper:after { right: 20px; left: auto; -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -ms-transform: rotate(3deg); -o-transform: rotate(3deg); transform: rotate(3deg); } .themestrip-container .elastislide-vertical { /*max-width: 170px;*/ margin-top: 10px; margin-bottom: 10px; padding: 37px 10px; } .themestrip-container .elastislide-vertical:before { top: 30px; bottom: 30px; left: 0; right: 0; content: " "; position: absolute; z-index: -2; } .themestrip-container .elastislide-vertical:after { content: " "; position: absolute; z-index: -2; } .themestrip-container .elastislide-vertical ul { margin: 0 !important; }

/* FILE: /media/system/css/modal.css */
/** * SqueezeBox - Expandable Lightbox * * Allows to open various content as modal, * centered and animated box. * * @version 1.3 * * @license MIT-style license * @author Harald Kirschner <mail [at] digitarald.de> * @author Rouven Weßling <me [at] rouvenwessling.de> * @copyright Author */ #sbox-overlay { position: fixed; background-color: #000; left: 0px; top: 0px; } #sbox-window { position: absolute; background-color: #fff; text-align: left; overflow: visible; padding: 10px; /* invalid values, but looks smoother! */ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } #sbox-window[aria-hidden=true], #sbox-overlay[aria-hidden=true] { display: none; } #sbox-btn-close { position: absolute; width: 30px; height: 30px; right: -15px; top: -15px; background: url(/media/system/images/modal/closebox.png) no-repeat center; border: none; } .sbox-loading #sbox-content { background-image: url(/media/system/images/modal/spinner.gif); background-repeat: no-repeat; background-position: center; } #sbox-content { clear: both; overflow: auto; background-color: #fff; height: 100%; width: 100%; } .sbox-content-image#sbox-content { overflow: visible; } #sbox-image { display: block; } .sbox-content-image img { display: block; width: 100%; height: 100%; } .sbox-content-iframe#sbox-content { overflow: visible; } /* Hides scrollbars */ .body-overlayed { overflow: hidden; } /* Hides flash (Firefox problem) and selects (IE) */ .body-overlayed embed, .body-overlayed object, .body-overlayed select { visibility: hidden; } #sbox-window embed, #sbox-window object, #sbox-window select { visibility: visible; } /* Shadows */ #sbox-window.shadow { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); } .sbox-bg { position: absolute; width: 33px; height: 40px; } .sbox-bg-n { left: 0; top: -40px; width: 100%; background: url(/media/system/images/modal/bg_n.png) repeat-x; } .sbox-bg-ne { right: -33px; top: -40px; background: url(/media/system/images/modal/bg_ne.png) no-repeat; } .sbox-bg-e { right: -33px; top: 0; height: 100%; background: url(/media/system/images/modal/bg_e.png) repeat-y; } .sbox-bg-se { right: -33px; bottom: -40px; background: url(/media/system/images/modal/bg_se.png) no-repeat; } .sbox-bg-s { left: 0; bottom: -40px; width: 100%; background: url(/media/system/images/modal/bg_s.png) repeat-x; } .sbox-bg-sw { left: -33px; bottom: -40px; background: url(/media/system/images/modal/bg_sw.png) no-repeat; } .sbox-bg-w { left: -33px; top: 0; height: 100%; background: url(/media/system/images/modal/bg_w.png) repeat-y; } .sbox-bg-nw { left: -33px; top: -40px; background: url(/media/system/images/modal/bg_nw.png) no-repeat; } @media (max-width: 979px) { #sbox-btn-close { right: -10px; top: -10px; } } @media (max-device-width: 979px) { #sbox-content { -webkit-overflow-scrolling: touch; } #sbox-content.sbox-content-iframe { overflow: scroll; -webkit-overflow-scrolling: touch; } }

/* FILE: /plugins/jsnimageshow/themeslider/assets/css/style.css */
/** * @author JoomlaShine.com Team * @copyright JoomlaShine.com * @link joomlashine.com * @package JSN ImageShow - Theme Classic * @version $Id: style.css 16788 2012-10-09 02:42:51Z giangnd $ * @license GNU/GPL v2 http://www.gnu.org/licenses/gpl-2.0.html */ /*----- Show case settings -----*/ .jsn-showcase-theme-settings { padding: 10px; margin-top: 15px; width: 100%; height: 390px; } .jsn-showcase-theme-settings td#jsn-theme-preview-wrapper { width: 570px; vertical-align: top; } .jsn-showcase-theme-settings td#jsn-theme-preview-wrapper>div { position: relative; } .jsn-showcase-theme-settings td#jsn-theme-parameters-wrapper { vertical-align: top; } @media ( max-width :1024px) { #jsn-theme-preview-wrapper { display: inline; padding: 10px; } #jsn-theme-parameters-wrapper { display: inline; } } /*================================= FRONT END =======================================*/ .jsn-themeslider-gallery { margin: 0 auto; outline: none; } .jsn-themeslider-seocontent { display: none; } .jsn-themeslider-msgnonflash { text-align: center !important; } /*============================== BACK END ================================================*/ #jsn-slider-preview .jsn-slider-preview-wrapper { width: 550px; margin: 0 auto; padding: 10px; height: 340px; background-color: #000; } #jsn-slider-preview .jsn-slider-preview-container { height: 340px; width: 550px; position: relative; } #jsn-slider-preview .jsn-slider-preview-background { background: url(/plugins/jsnimageshow/themeslider/assets/images/preview.jpg) 0 0 no-repeat; height: 339px; width: 549px; position: absolute; border: 1px solid #606060; z-index: 9; } #jsn-slider-preview .jsn-slider-preview-container:hover { cursor: pointer; } #jsn-slider-preview .slider-caption { background: none repeat scroll 0 0 #000000; color: #FFFFFF; display: block; opacity: 0.75; position: absolute; border: 2px solid #000; z-index: 990; width: 546px; } #jsn-slider-preview .slider-caption.top { top: 0; } #jsn-slider-preview .slider-caption.bottom { bottom: 0; } #jsn-slider-preview .slider-caption:hover { border: 2px solid #ffcd3f; } #jsn-slider-preview .slider-caption .slider-title { font-weight: bold; padding: 5px; margin: 0; } #jsn-slider-preview .slider-caption .slider-description { padding: 5px; margin: 0; } #jsn-slider-preview .slider-caption .slider-link { padding: 5px; margin: 0; } #jsn-slider-preview .slider-control .play_pause_button { background: url("../images/skitter/pause-button.png") no-repeat scroll left top #000; margin-top: -25px; height: 42px; width: 42px; position: absolute; top: 50%; left: 50%; opacity: 0.75; border: 2px solid #000; z-index: 989; margin-left: -21px; } #jsn-slider-preview .slider-control .play_pause_button:hover { border: 2px solid #ffcd3f; cursor: pointer; } #jsn-slider-preview .paginations .info_slide_dots { background: none repeat scroll 0 0 #000000; opacity: 0.75; border-radius: 50px 50px 50px 50px; padding: 5px 0 5px 5px; position: absolute; z-index: 991; border: 2px solid #000000; } #jsn-slider-preview .paginations .info_slide_dots.top { top: 15px; } #jsn-slider-preview .paginations .info_slide_dots.bottom { bottom: 15px; } #jsn-slider-preview .paginations .info_slide_dots:hover { border: 2px solid #ffcd3f; cursor: pointer; } #jsn-slider-preview .paginations .info_slide_dots .image_number { background: none repeat scroll 0 0 #333333; border-radius: 50px 50px 50px 50px; cursor: pointer; float: left; height: 18px; margin: 0 5px 0 0; overflow: hidden; text-indent: -9999em; width: 18px; } #jsn-slider-preview .paginations .info_slide_dots .image_number_select { background: none repeat scroll 0 0 #CC0000; float: left; margin: 0 5px 0 0; } #jsn-slider-preview .paginations .info_slide_dots .preview_slide ul { margin: 0; } #jsn-slider-preview .paginations .info_slide_dots .preview_slide ul li { float: left; position: relative; } #jsn-slider-preview .paginations .info_slide_dots .preview_slide ul li img { top: 0; left: 0; position: absolute; } #jsn-slider-preview .paginations .info_slide_dots .preview_slide { background: none repeat scroll 0 0 #FFFFFF; border: 2px solid #222222; bottom: 35px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); display: block; height: 100px; left: 30px; overflow: hidden; position: absolute; width: 100px; z-index: 991; } #jsn-slider-preview .paginations .info_slide { background: none repeat scroll 0 0 #000000; border-radius: 5px 5px 5px 5px; color: #FFFFFF; font: bold 11px arial; opacity: 0.75; padding: 5px 0 5px 5px; position: absolute; z-index: 10; border: 2px solid #000000; } #jsn-slider-preview .paginations .info_slide.top { top: 15px; } #jsn-slider-preview .paginations .info_slide.bottom { bottom: 15px; } #jsn-slider-preview .paginations .info_slide:hover { border: 2px solid #ffcd3f; cursor: pointer; } #jsn-slider-preview .paginations .info_slide .image_number { background: none repeat scroll 0 0 #333333; border-radius: 2px 2px 2px 2px; cursor: pointer; float: left; margin: 0 5px 0 0; padding: 2px 10px; } #jsn-slider-preview .paginations .info_slide .image_number_select { background: none repeat scroll 0 0 #CC0000; float: left; margin: 0 5px 0 0; padding: 2px 10px; } #jsn-slider-preview .next_button { background: url("../images/skitter/next.png") no-repeat scroll left top #000000; border: 2px solid #000000; height: 42px; right: 35px; margin-top: -25px; opacity: 0.75; position: absolute; top: 50%; width: 42px; z-index: 988; } #jsn-slider-preview .prev_button { background: url("../images/skitter/prev.png") no-repeat scroll left top #000000; border: 2px solid #000000; height: 42px; left: 35px; margin-top: -25px; opacity: 0.75; position: absolute; top: 50%; width: 42px; z-index: 988; } #jsn-slider-preview .prev_button:hover,#jsn-slider-preview .next_button:hover { border: 2px solid #ffcd3f; } #themeslider-thumbnail-tab .color-selector { position: relative; width: 36px; height: 36px; background: url(/plugins/jsnimageshow/themeslider/assets/images/select.png); float: left; top: -2px; left: 10px; cursor: pointer; } #themeslider-thumbnail-tab .color-selector div { position: absolute; top: 3px; left: 3px; width: 30px; height: 30px; background: url(/plugins/jsnimageshow/themeslider/assets/images/select.png) center; } #themeslider-thumbnail-tab #thumbnail_active_state_color { float: left; } #jsn-is-themeslider .form-horizontal .control-group { margin-bottom: 10px; } /*==================================== SLIDER START =================================*/ #jsn-is-themeslider .themeslider-param-slider { margin-top:9px; width:200px; float:left; margin-right:15px; } #jsn-is-themeslider .themeslider-param-slider-value { margin-top:6px; float:left; } /*==================================== SLIDER END =================================*/

/* FILE: /plugins/jsnimageshow/themeslider/assets/css/skitter/skitter.styles.css */
/* =Skitter styles ----------------------------------------------- */ .box_skitter { position: relative; background: #000; text-align:left; } .box_skitter ul { display: none; } .box_skitter .container_skitter { overflow: hidden; position: relative; z-index: 0; } .box_skitter .image { overflow: hidden; } .box_skitter .image img { display: none; } .box_skitter .box_clone { position: absolute; top: 0; left: 0; width: 100px; overflow: hidden; display: none; z-index: 20; } .box_skitter .box_clone img { position: absolute; top: 0; left: 0; z-index: 20; max-width: none; } .box_skitter .prev_button { position: absolute; top: 50%; left: 35px; z-index: 100; width: 42px; height: 42px; overflow: hidden; text-indent: -9999em; margin-top: -25px; background: url(/plugins/jsnimageshow/themeslider/assets/images/skitter/prev.png) no-repeat left top; } .box_skitter .next_button { position: absolute; top: 50%; right: 35px; z-index: 100; width: 42px; height: 42px; overflow: hidden; text-indent: -9999em; margin-top: -25px; background: url(/plugins/jsnimageshow/themeslider/assets/images/skitter/next.png) no-repeat left top; } .box_skitter .info_slide { position: absolute; left: 15px; z-index: 100; background: #000; color: #fff; font: bold 11px arial; padding: 5px 0 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; opacity: 0.75; } .box_skitter .info_slide .image_number { background: #333; float: left; padding: 2px 10px; margin: 0 5px 0 0; cursor: pointer; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .box_skitter .info_slide .image_number_select { background: #cc0000; float: left; padding: 2px 10px; margin: 0 5px 0 0; } .box_skitter .container_thumbs { position: relative; overflow: hidden; height: 50px; } .box_skitter .info_slide_thumb { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; overflow: hidden; height: 45px; top: auto; bottom: -5px; left: -5px; padding: 5px; opacity: 1.0; } .box_skitter .info_slide_thumb .image_number { overflow: hidden; width: 70px; height: 40px; position: relative; } .box_skitter .info_slide_thumb .image_number img { position: absolute; top: -50px; left: -50px } .box_skitter .box_scroll_thumbs { padding: 0 10px; } .box_skitter .box_scroll_thumbs .scroll_thumbs { position: absolute; bottom: 60px; left: 50px; background: #ccc; background: -moz-linear-gradient(-90deg, #555, #fff); background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff) ); width: 200px; height: 10px; overflow: hidden; text-indent: -9999em; z-index: 101; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; cursor: pointer; border: 1px solid #333; } .box_skitter .info_slide_dots { position: absolute; background: #000; z-index: 151; padding: 5px 0 5px 5px; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; opacity: 0.75; } .box_skitter .info_slide_dots .image_number { background: #333; float: left; margin: 0 5px 0 0; cursor: pointer; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; width: 18px; height: 18px; text-indent: -9999em; overflow: hidden; } .box_skitter .info_slide_dots .image_number_select { background: #cc0000; float: left; margin: 0 5px 0 0; } .box_skitter .label_skitter { z-index: 150; position: absolute; left: 0px; display: none; } .loading { position:absolute; top:50%; right:50%; z-index:10000; margin:-16px -16px; color:#fff; text-indent:-9999em; overflow:hidden; background:url(/plugins/jsnimageshow/themeslider/assets/images/skitter/ajax-loader.gif) no-repeat scroll center center rgba(0,0,0,0.9); width:40px; height:40px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .label_skitter { z-index: 150; position: absolute; left: 0px; color: #fff; display: none; opacity: 0.8; background: #000; } .label_skitter p { margin: 10px; font: normal 22px arial, tahoma; letter-spacing: 0; } .label_skitter p .jsn-themeslider-caption-link { display: block; } .info_slide * { font-family: Consolas, arial, tahoma !important; } .box_skitter .progressbar { background: #000; position: absolute; top: 5px; left: 15px; height: 5px; width: 200px; z-index: 99; border-radius: 20px; } /* =Preview slide ----------------------------------------------- */ #preview_slide { display: none; position: absolute; z-index: 152; bottom: 30px; left: -40px; width: 100px; height: 100px; background: #fff; border: 1px solid #222; -moz-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px; box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px; overflow: hidden; } #preview_slide ul { height: 100px; overflow: hidden; margin: 0; list-style: none; display: block; position: absolute; top: 0; left: 0; } #preview_slide ul li { width: 100px; height: 100px; overflow: hidden; float: left; margin: 0; padding: 0; position: relative; display: block; } #preview_slide ul li img { position: absolute; top: 0; left: 0; height: 150px; width: auto; } /* =Focus ----------------------------------------------- */ #overlay_skitter { position: absolute; top: 0; left: 0; width: 100%; z-index: 9998; opacity: 1; background: #000; } .box_skitter .focus_button { position: absolute; top: 50%; z-index: 100; width: 42px; height: 42px; overflow: hidden; text-indent: -9999em; margin-top: -25px; background: url(../../images/skitter/focus-button.png) no-repeat left top; opacity: 0; } .box_skitter .play_pause_button { position: absolute; top: 50%; z-index: 151; width: 42px; height: 42px; overflow: hidden; text-indent: -9999em; margin-top: -25px; background: url(../../images/skitter/pause-button.png) no-repeat left top; opacity: 0; } .box_skitter .play_pause_button.play_button { background: url(/plugins/jsnimageshow/themeslider/assets/images/skitter/play-button.png) no-repeat left top; } /* =Example for dimenions: ----------------------------------------------- */ .box_skitter_large { width: 800px; height: 300px; } .box_skitter_small { width: 200px; height: 100px; } /* customsize */ .box_skitter .prev_button,.box_skitter .next_button,.box_skitter .play_pause_button { cursor: pointer; } } .box_skitter .image_main { position:relative; }
